/*标准代码移动端不卡顿*/
body,html{
	width:100%;
}
body{
	position:relative;
}
a,input,span,label,li,select,button,dl,div,table,textarea{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
textarea,button,input,select{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}



/*弹框*/
.zhe2{
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity: 0.3;
	z-index: 6;
	position:fixed;
	display: none;
}

.bigbox{
	width:100%;
	position:relative;
}
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:1.8rem;
	background:#fff;
	z-index: 99999999;
	border-bottom: 1px solid #ddd;
}
.retu{
	float:left;
	width:15%;
	height:1.8rem;
	background:url(../img/return_icon.png) no-repeat center center;
	background-size:0.4rem;
}	
.jindu{
	float:left;
	width:70%;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.6rem;
	color:#4d4d4d;
}
.big{
	width:100%;
	height:1.8rem;
	border-bottom: 1px solid #ddd;
}




.text_cont{
	padding: 4%;
}
.text_cont h1{
	font-size: 0.65rem;
	text-align: center;
	padding: 4%;
}
.text_cont p{
	font-size: 0.58rem;
	color: #333;
	line-height: 1.2rem;
}
.text_cont p a{
	color: #42a1f6;
}
.text_cont p img{
	width: 100%;
}
.table_box{
}
.table_box tr th{
	font-weight: bold;
}
.table_box tr td,.table_box tr th{
	border: 1px solid #000;
	font-size: 0.58rem;
	text-align: center;
	vertical-align: middle;
	padding: 0.4rem;
}

.load_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fx_box{
	text-align: center;
}
.fx_box img{
	width: 3rem;
}
.fx_box p{
	color: #333;
	font-size: 0.58rem;
}

.tishi_box{
	padding-top: 5rem;
}
.ts_item{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ts_item img{
	width: 4rem;
	margin-bottom: 1rem;
}
.ts_item p{
	font-size: 0.58rem;
	color: #555555;
}
.ts_item button{
	width: 3.5rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background: #0079E2;
	font-size: 0.56rem;
	color: #fff;
	margin-top: 0.5rem;
	border-radius: 1.3rem;
}


/*弹框*/
.tak_pos{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 333;
	background: rgba(0,0,0,0.4);
}
.tak_box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.tak_item{
	background: #fff;
	width: 12rem;
	padding:0 0.8rem;
	border-radius: 0.4rem;
	text-align: center;
}
.tak_item img{
	margin-top: -1rem;
	width: 2rem;
}
.tak_item h1{
	text-align: center;
	font-size: 0.64rem;
	color: #333;
	padding: 0.3rem 0;
}
.tak_item p{
	font-size: 0.56rem;
	color: #333;
	text-align: left;
	line-height: 1rem;
}
.tak_item p a{
	color: #0079e2;
}
.yssele_box{
	display: flex;
	align-items: center;
	padding: 0.4rem 0;
}
.yssele_box input{
	width: 0.8rem;
	height: 0.8rem;
	background:url(../img/k_img.png) no-repeat center center;
	background-size: 0.7rem;
}
.yssele_box input:checked{
	background:url(../img/s_img.png) no-repeat center center;
	background-size: 0.7rem;
}
.yssele_box p{
	color: #666666;
	font-size: 0.56rem;
}
.yssele_box p a{
	color: #0079e2;
}
.btn_box{
}
.btn_box button{
	width: 11rem;
	border-radius: 1.8rem;
	height: 1.8rem;
	margin: 0.2rem 0;
	font-size: 0.56rem;
	background: #0079e2;
	color: #fff;
}
.btn_box button.zb{
	background: #fff;
	color: #999;
}
