@CHARSET "gbk";
@media screen and (max-width: 600px) {
	.isPC{
		display:none;
	}
	.phone{
		display:block;
	}
}
@media screen and (min-width:601px) and (max-width:768px) {
	.isPC{
		display:none;
	}
	.phone{
		display:block;
	}
}
@media screen and (min-width:769px) {
	.phone{
		display:none;
	}
	.isPC{
		display:block;
	}
}
.termsmalldiv {
	display: block;
	margin-bottom: 20px;
	background-color: #FFF;
	height: 250px;
	width: 280px;
	margin-top: 20px;
	background-repeat: repeat-x;
	font-size: 16px;
	float:left;
	padding-bottom: 20px;
}
.fenGe {
	display: block;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
}
.terms {
	display: block;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	line-height: 1.8em;
	visibility: visible;
	padding-top: 0px;
}

.qryTitle{
	   display: -webkit-flex; /* Safari */
	   display: flex;
	   flex-direction: row;
	   justify-content:space-between;
 }
.qryTitle span{
	height:30px;
    width:100%;
	background:#FF7575;
	text-align:center;
	margin:0.03em;
	color:#FFFFFF;
}
#phoneBox{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content:center;
	align-items:center;
	height:calc(100vh - 30px);
}
#phoneBox table{
	width:100%;

}
.hide{
	display:none;
}
.tdLeft{
	font-weight:bold;
	text-align:right;
	width:30%;

}
.tdRgt{
	width:60%;

}
.tdRgt input{
`width:100%;
}