body,html{
	width:100%;
}
body{
	position:relative;
}
img{
	border:none;
	}
a,input,span,label,li,select,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	/* -webkit-appearance: none; */
}
textarea,button,input,select{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
}



/*h5页面*/
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background: #fff;
	border-bottom: 1px solid #cccccc;
	z-index: 5;
}
.retu{
	float:left;
	width:13%;
	height:50px;
	background:url(../img/return_icon.png) no-repeat center center;
	background-size:16px;
}	
.nmg{
	float:left;
	width:70%;
	height: 50px;
	/*text-align: center;*/
	/*line-height: 2rem;*/
	display: flex;
	align-items: center;
	font-size:16px;
	color:#4d4d4d;
}
.nmg span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.big{
	width:100%;
	height:50px;
}

.phonelogin{
}
.phone_box{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:100%;
}
.tg_btn{
	border: 1px solid #ddd;
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
	width: 50px;
	margin-left: 20px;
	text-align: center;
	padding: 8px 12px;
	border-radius: 20px;
	display: none;
}
.phone_mess{
}
.ptit{
	color:#999999;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ptit p{
	color:#59b7e4;
	font-size: 15px;
}
.cloe{
	display: none;
}
.phone_item{
	padding: 20px;
	display: none;
}
.card_dis{
	display: block;
}
.inp_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.inp_box input{
	padding: 10px 0;
	font-size: 15px;
	width: 100%;
}
.inp_box span{
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #bfbfbf;
}
.inp_box span.ace{
	color: #59b7e4;
}
.btn_box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.btn_box button{
	width: 100%;
	height: 45px;
	background: #f3f3f3;
	color: #aeaeae;
	cursor: pointer;
	border-radius: 45px;
	font-size: 16px;
}
.btn_box button.btncolo{
	background: linear-gradient(90deg,#67befd,#4a9df5);
	color: #fff;
}
.logo_box{
	position: relative;
}
.logo_box p{
	position: absolute;
	left:30px;
	font-size: 20px;
	top:75px;
	z-index: 3;
	color: #333;
}
.logo_box img{
	width: 100%;
	display: block;
}
.agree_box{
	padding-top: 20px;
	display: flex;
}
.agree_box input{
	vertical-align: top;
	margin-top: -19px;
	margin-right: 5px;
}
.agree_box span{
	font-size: 14px;
	color: #333;
}
.agree_box span a{
	color: #00A6F0;
}
.dl_box dl{
	display: flex;
	padding: 0 20px;
}
.dl_box dl dd{
	cursor: pointer;
	padding: 10px 0;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.dl_box dl dd span{
	padding-bottom: 5px;
	color: #999;
}
.dl_box dl dd.cur span{
	color: #333;
}

.dl_box dl dd i{
	display:block;
	background: #fff;
	width: 40px;
	height: 4px;
	border-radius: 8px;
} 
	
.dl_box dl dd.cur i{
	background: #00A6F0;
}






