/*修改密码*/
.ht-title{
	height:35px;
	line-height:35px;
	color:#808080;
	background:#E6E6E6;
}

.ht-popUpContent{
	min-height:140px;
	color:#666;
	background:#fff;
	font-size:16px;
}
.ht-popUpConfirm{
	padding:5px 20px;
	border:1px solid #0065CC;
	background:#0065CC;
	color:#fff;
	font-size:16px;
}
.ht-popUpConfirm:active{
	background:#004080;
	color:#fff;
}
.ht-popUpOff{
	padding:5px 20px;
	border:1px solid #0065CC;
	font-size:16px;
}
.ht-popUpOff:hover{
	background:#0065CC;
	color:#fff;
}
.ht-popUpOff:active{
	background:#004080;
	color:#fff;
}
.ht-choice{
	background:#E6E6E6;
	height:50px;
	line-height:50px;
}
a:hover{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	outline:none;
}
a:active{
	text-decoration:none;
	outline:none;
}
a:link{
	text-decoration:none;
	outline:none;
}
/*退出*/

.ht-popUpMessage{
	 margin:10% 0 0 20%;
	 font-size:16px;
	 color:#666;
}
.ht-choice{
	background:#E6E6E6;
	height:50px;
	line-height:50px;
}
/* 手机登陆 */
.phoneLogin{
	background:#fff;padding:20px 0 10px;
}
.phoneBtn,.numLogin{
	color:#666;cursor: pointer;font-size:12px;
}
.phoneBtn:hover,.numLogin:hover{
	color:#2771B6;text-decoration:underline;
}
.phone{
	font-family:"iconfont" !important;color:#2771B6;font-size:16px;
}
.zhanghao{
	font-family:"zhanghao" !important;color:#2771B6;font-size:14px;
}
.mbtn{
	cursor: pointer;
	text-align:center;
	float:left;
	height: 40px;
    border-radius: 5px;
    font-size: 14px;
	line-height:40px;
	color: #fff;
	background: #3f89ec;
	border: 1px solid #ccc;

}



/*登录改版20200217*/
.loginModel{
	padding:0;width:850px;margin:50% auto;background:#fff;
}
.loginTit{
	width: 100%;height: 100px;position: relative;padding: 35px 0 20px;text-align: center;
	margin-bottom: 30px;
}
.loginLogo{
	margin: 0 auto;text-align: center;display: inline-block;position: relative;
}
.loginLogo:before,.loginLogo:after{
	width: 330px;height:1px;background: #bfbfbf;position: absolute;content: '';
	top:0;bottom:0;margin:auto;
}
.loginLogo:before{
	right: 100px;
}
.loginLogo:after{
	left: 100px;
}
.closeLogin{
	position: absolute;right:20px;top: 20px;font-size: 20px;color: #bfbfbf;
}
.loginForm{
	width: 100%;padding-bottom: 20px;
}
.loginForm .pcLogin,.loginForm .ewmLogin{
	display: inline-block;width: 49%;height:300px;vertical-align: top;padding: 10px 50px;position: relative;
}
.loginForm .ewmLogin{
	border-left: 1px solid #bfbfbf;
}
.pcTitle{
	font-size: 16px;color: #535353;margin-bottom: 15px;
}
.pcTitle .active{
	color: #3082cf;
}
.pcTitle span{
	display: inline-block;padding-right: 20px;
}
.pcTitle span:hover{
	color: #3082cf;cursor: pointer;
}

.pcLogin .phones{
	padding-top: 40px;display: none;
}
.ewmLogin .ewmtit{
	padding-top: 20px;text-align: center;font-size: 16px;color: #535353;
}
.ewmImg{
	width: 100%;text-align: center;
}
.ewmImg img{
	width: 250px;
}
.ewmlogo{
	position: absolute;left: 50px;bottom: 0;width: 50px;height:50px;
}