/*消除google浏览器黄色框*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #ffffff inset;
	-webkit-text-fill-color: #3E5569;
}
.login_back{
	width: 100%;
	height: 100%;
	background: url(../images/loginBack.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.login_back .login_main{
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*transform: translate(-50%,-50%);*/
	/*text-align: center;*/
}
.login_main .title{
	margin-bottom: 30px;
	width: 500px;
}
.login_main .title img{
	width: 100%;
}
.login_main .login_content{
	background: rgba(255,255,255,.3);
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
	width: 420px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.login_content .login_cont{
	background: white;
	border-radius: 5px;
	overflow: hidden;
}
.login_main .login_cont .loginTab{
	background: #F8F8F8;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: flex;
}
.login_main .loginTab span{
	display: inline-block;
	color: #6E7A8C;
	width: 198px;
}
.login_main .loginTab span.on{
	color: #3385FF;
}
.login_main form{
	padding: 20px 40px;
	text-align: center;
}
.login_main form label{
	margin-top: 20px;
	width: 320px;
}
.login_main input{
	width: 280px;
	height: 50px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #CED4DA;
	outline: none;
}
.accountTab .passW{
	position: relative;
}
.passW_tips {
	display: none;
	float: left;
	color: #444444;
	width: 300px;
	padding-left: 20px;
	text-align: left;
}
.passW_tips i{
	font-size: 14px;
	margin-right: 3px;
}
.accountTab .passW input{
	padding-right: 70px;
}
.accountTab .passW em{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-style: normal;
	width: 60px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	background: url(../images/passWordClose.png) no-repeat center;
	background-size: 20px;
}
.accountTab .passW em.open{
	background: url(../images/passWordOpen.png) no-repeat center;
	background-size: 20px;
}
.login_main input::-webkit-input-placeholder{
	color: #B2B9BF ;
}    /* 使用webkit内核的浏览器 */
.login_main input:-moz-placeholder{
	color: #B2B9BF ;
}                  /* Firefox版本4-18 */
.login_main input::-moz-placeholder{
	color: #B2B9BF;
}                  /* Firefox版本19+ */
.login_main input:-ms-input-placeholder{
	color: #B2B9BF;
}
.login_main form label span{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.login_main form label .user{
	background: url(../images/user.png) no-repeat center;
	background-size: 24px;
}
.login_main form label .psd{
	background: url(../images/pass.png) no-repeat center;
	background-size: 24px;
}
.login_main form label .code{
	background: url(../images/cord.png) no-repeat center;
	background-size: 24px;
}
.login_main form .error{
	color: #FA5838;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	text-align: left;
	float: left;
}
.login_main form .reset{
	text-align: right;
}
.login_main form .btn{
	background: #3385FF;
	color: white;
	outline: none;
	cursor: pointer;
	width: 200px;
	height: 46px;
	line-height: 32px;
	border-radius: 24px;
	margin-top: 20px;
}
.login_main .phoneTab{
	display: none;
}
.phoneTab .phoneNum span{
	color: #3385FF;
	cursor: pointer;
	padding-right: 15px;
	background: url(../images/goDown.png) no-repeat center right;
	background-size: 10px 5px;
	width: 65px;
	height: 48px;
	line-height: 48px;
}
.phoneTab .phoneNum{
	border-bottom: 1px solid #CED4DA;
	position: relative;
}
.phoneTab .phoneNum input{
	border-bottom: 0;
	width: 250px;
	padding-left: 15px;
}
 .cordW{
	position: relative;
}
 .cordW input{
	padding-right: 120px;
}
 input#sendSms{
	width: 142px;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
 .cordW em{
	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
	font-style: normal;
	width: 120px;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
}
/*区号*/
.international{
	display: none;
	width: 100%;
	height: 161px;
	border: 1px solid #E4E4E4;
	overflow: auto;
	position: absolute;
	top: 40px;
	background: white;
	padding: 0;
	text-align: left;
	z-index: 3;
}
.international li{
	padding: 5px 10px;
	cursor: pointer;
}


.downLoadText{
	color: #2a6496;
	font-size: 10px;
	padding: 5px;
}
.login_main .login_content{
	display: none;
}
/*reset*/
.login_main form{
	padding-top: 0;
}
.loginTab .reset_title{
	color: #3E5569;
	text-align: center;
	font-size: 16px;
	padding: 0 15px;
	display: flex;
	width: 100%;
}
.loginTab  i{
	line-height: 54px;
	color: #3385FF;
	font-size: 24px;
	cursor: pointer;
	padding: 0 10px;
}
.loginTab .reset_title span{
	width: 100%;
	text-align: center;
	display: inline-block;
}
.login_main form .reset_btn ,.login_main form complete_btn{
	width: 90%;
}
.login_main form .tips{
	color: #fff;
	background: #D9585B;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.accountTab .passW em{
	background: none;
	width: auto;
	color: #3385FF;
}
.reset_success{
	z-index: 1;
}
.reset_success i{
	color: #3cc56d;
	font-size: 80px;
	display: block;
	margin: 60px 0 10px 0 ;
}
.reset_success span{
	display: block;
	font-size: 16px;
	margin-bottom: 40px;
}
.reset_select_title{
	height: 60px;
	line-height: 60px;
	background: #f4f4f4;
	display: flex;
	width: 100%;
	padding: 0 15px;
	color: #3E5569;
	font-size: 16px;
}
.reset_select_title span{
	text-align: center;
	width: 100%;
}
.reset_select_title i{
	line-height: 60px;
	font-size: 20px;
}
.reset_select_list p{
	color: #B2B9BF;
	font-size: 14px;
	line-height: 70px;
}
.reset_select_list ul{
	max-height: 160px;
	overflow-y: auto;
	width: 72%;
	margin:0 auto;
	margin-bottom: 20px;
}
.reset_select_list ul li{
	height: 40px;
	line-height: 40px;
}
.reset_select_list ul li em{
	font-style: normal;
	margin-left: 10px;
}
.reset_select_list ul li.active{
	color: #fff;
	background: #3385FF;
}
.reset_select_tips{
	padding: 40px 0;
}
.reset_select_tips p{
	margin:10px 0;
	color: #3E5569;
	line-height: 24px;
	font-size: 16px;
}
.reset_select_tips .btn{
	background: #3385FF;
	color: white;
	outline: none;
	cursor: pointer;
	width: 80%;
	height: 46px;
	line-height: 32px;
	border-radius: 24px;
	margin-top: 20px;
}
.reset_select{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.shade{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 0;
}
input[type="text"]:disabled
{
	background-color: #fff;
}