#login{
	text-align: center;
	width: 540px;
	height: 500px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -234px;
	margin-left: -270px;
	/* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* z-index: 9999; */
	border-radius: 10px;
background: #FFF;
box-shadow: 0px 0px 30px 0px rgba(0, 65, 215, 0.08);
}
.loginbut22{
	width: 100%;
    height: 52px;
    border: 1px solid #165DFF;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 38px;
    background: #165DFF;
    cursor: pointer;
    margin-bottom: 30px;
}
.but11 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
/* .but11 input {
	cursor: pointer;
    float: left;
    color: #49a0fe;
    font-size: 14px;
    font-family: 微软雅黑;
    background: none;
    margin-left: 0px;
    outline: none;
} */
span.error{
	display:block; 
	text-indent:25px;
	background: url(../images/error.png) no-repeat left; 	
}
div.error{
	text-align: left;
	margin-left: 1px;
	color: #e4393c;
	font-size: 12px;
	margin-top: 7px;
	position: absolute;
	display:block;
	width:300px;
	height:25px;
}

/* new */
.findPass-top{
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #e1e4e5;
	font-size: 15px;
}
.findPass-top .line{
	width: 50px;
	height: 2px;
	background-color: #ddd;
	margin: 0 15px;
}

.findPass-top .step1,
.findPass-top .step2{
	display: flex;
	align-items: center;
}

.findPass-top .step1 i,
.findPass-top .step2 i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #bbb;
	font-style: normal;
	color: #fff;
	margin-right: 10px;
	box-sizing: border-box;
}
.findPass-top .active{
	color: #165DFF;
}
.findPass-top .active i{
	background-color: #165DFF;
}

.check-con{
	text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 68px;
}

.toggle{
	text-align: left;
}
.toggle .find-way {
	/* margin-top: 40px; */
	color: #165DFF;
	font-size: 15px;
	margin-bottom: 50px;
}
.toggle .find-way img{
	width: 20px;
	vertical-align: -4px;
}

.toggle .find-way span{
	cursor: pointer;
	color: #1D2129;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
margin-right: 30px;
}

.toggle .find-way .active{
	color: #165DFF;
	position: relative;
}

.toggle .find-way .active{
	color: #165DFF;
	position: relative;
}

.toggle .find-way .active::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 3px;
	background-color: #165DFF;
}


.wrap{
	margin-top: 30px;
	width: 100%;
}
.wrap li input{
	width: 100%;
	height: 56px;
	padding-left: 50px; 	
	font-size: 14px;
	color: #313131;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 5px;
}
.wrap li.phone > input{
	background: url(../images/phone1.svg) no-repeat 15px center;
}
.wrap li .verificationCode input{
	background: url(../images/check.svg) no-repeat 12px center;
	background-size: 23px;
}
.wrap li.email > input{
	background: url(../images/phone1.svg) no-repeat 15px center;
}
.wrap li .newpwd,
.wrap li .surepwd{
	background: url(../images/lock.svg) no-repeat 12px center;
	background-size: 23px;
}
.toggle .wrap input,
.toggle .wrap .verificationCode button{
	display: none;
}
.toggle .wrap .active input,
.toggle .wrap .active .verificationCode button{
	display: block;
}
.wrap .active .verificationCode{
	margin-top: 30px;
	display: flex;
}
.toggle .wrap .verificationCode input{
	/* width: 200px; */
	flex: 1;
	border-radius: 5px;
	margin-right: 10px;
}
.toggle .wrap .verificationCode button{
	width: 130px;
	border-radius: 5px;
	border: 1px solid #165DFF;
	background-color: #165DFF;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.toggle span.error{
	background-color: #fff;
}

.resetPwd{
	display: none;
	width: 100%;
    box-sizing: border-box;
    padding: 0 70px;
}
.login .current-active{
	display: inline-block;
}
.resetPwd .wrap{
	margin: 90px auto 20px;
}	
.resetPwd .wrap li{
	text-align: center;
}
.resetPwd .wrap li .surepwd{
	margin-top: 30px;
}
.errorTip{
	width: 75%;
	max-width: 330px;
	min-width: 280px;
	margin: 0 auto;
}
.errorTip .error .error{
	background-color: #fff;
}
.but11 a{
	 font-size: 14px;
	color: #165DFF;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 31.245px; /* 223.181% */
display: flex;
align-items: center;
cursor: pointer;

}
@media screen and (max-width: 768px){
	button{
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	#login{
		max-width: 540px;
		width: 95%;
		position: fixed;
		margin: 0;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		overflow: hidden;
	}
	.check-con{
		width: 100%;
		min-width: 280px;
		padding: 2rem;
	}
	.check-con .toggle{
		margin-left: 0;
	}
	.wrap{
		width: 100%;
	}
	.wrap li input{
		width: 100%;
	}
	.toggle .wrap .verificationCode button{
		width: 130px;
	}
	.check-con .loginbut22{
		width: 100%;
	}
	.check-con .but11{
		width: 100%;
		margin-left: 0;
	}
	.resetPwd .wrap li .newpwd, .wrap li .surepwd,
	.resetPwd .save{
		width: 75%;
		max-width: 330px;
		min-width: 280px;
	}
}