.login .box1{
	padding: 52px 0 102px;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.login .box1 .title{
	display: block;
	width: 170px;
	line-height: 50px;
	text-align: center;
	background: url(../img/login-1.png);
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
}
.login .box1 .box-c{
	position: relative;
	margin-top: -2px;
	border-top: 4px solid rgba(255, 106, 18, 1);
	background-color: rgba(255, 246, 234, 1);
	z-index: 3;
	padding: 34px;
}
.login .box1 .box-c .inputBox{
	margin: 0 auto;
	width: 300px;
}
.login .box1 .box-c .inputBox .input{
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 0 0 0 8px;
	margin-bottom: 24px;
}
.login .box1 .box-c .inputBox .input .iconfont{
	color: RGBA(83, 83, 83, 1);
	font-size: 22px;
}
.login .box1 .box-c .inputBox .input input{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-left: 6px;
	border: none;
	outline: none;
	flex: 1;
	height: 100%;
	width: 100%;
}
.login .box1 .box-c .inputBox .input input::placeholder{
	color: #333;
}
.login .box1 .box-c .inputBox .input .getVerifyCode{
	width: 100px;
	line-height: 38px;
	background: #EFEFEF;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
} 
.login .box1 .box-c .inputBox .input .getVerifyCode.active{
	background-color: rgba(239, 239, 239, .7);
	cursor: not-allowed;
}
.login .box1 .box-c .password-section{
	display: flex;
	justify-content: space-between;
}
.login .box1 .box-c .password-section .password-l{
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.login .box1 .box-c .password-section .password-l input{
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 9px;
	background: #EFEFEF;
	border-radius: 2px;
	border: 1px solid #ADAEAF;
}
/* .login .box1 .box-c .password-section .password-l input::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #EFEFEF;
	border-radius: 2px;
	border: 1px solid #ADAEAF;
	visibility: visible;
} */
.login .box1 .box-c .password-section .password-l:hover{
	color: rgba(255, 106, 18, 1);
}
/* .login .box1 .box-c .password-section .password-l:hover input::before{
	border-color: rgba(255, 106, 18, 1);
} */
.login .box1 .box-c .password-section a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	transition: all .6s;
}
.login .box1 .box-c .password-section a:hover{
	opacity: .7;
}
.login .box1 .btns{
	position: relative;
	margin-top: 36px;
	display: flex;
	justify-content: center;
	gap: 14px;
}
.login .box1 .box-c .submit,
.login .box1 .btns .btn{
	width: 200px;
	border-radius: 4px;
	border: 2px solid;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
	transition: all .6s;
}
.login .box1 .box-c .submit,
.login .box1 .btns .btn.loginBtn{
	border-color: rgba(255, 95, 1, 1);
}
.login .box1 .box-c .submit:hover,
.login .box1 .btns .btn.loginBtn:hover{
	border-color: rgba(255, 95, 1, .8);
}
.login .box1 .box-c .submit span,
.login .box1 .btns .btn span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 2px solid;
	line-height: 38px;
	transition: all .6s;
}
.login .box1 .box-c .submit span,
.login .box1 .btns .btn.loginBtn span{
	border-color: rgba(255, 202, 140, 1);
	text-shadow: rgba(255, 95, 1, 1) 1px 0 0, rgba(255, 95, 1, 1) 0 1px 0, rgba(255, 95, 1, 1) -1px 0 0, rgba(255, 95, 1, 1) 0 -1px 0;
	background: linear-gradient(to bottom,rgba(255, 167, 61, 1) 0,rgba(255, 167, 61, 1) 50%,rgba(255, 122, 0, 1) 50%,rgba(255, 122, 0, 1) 100%);
}
.login .box1 .box-c .submit:hover span,
.login .box1 .btns .btn.loginBtn:hover span{
	border-color: rgba(255, 202, 140, .7);
	background: linear-gradient(to bottom,rgba(255, 167, 61, .8) 0,rgba(255, 167, 61, .8) 50%,rgba(255, 122, 0, .8) 50%,rgba(255, 122, 0, .8) 100%);
}
.login .box1 .btns .btn.regBtn{
	border-color: rgba(247, 214, 144, 1);
	color: rgba(51, 51, 51, 1);
}
.login .box1 .btns .btn.regBtn span{
	border-color: #fff;
	background: linear-gradient(to bottom,#fff 0,#fff 50%,RGBA(255, 246, 234, 1) 50%,RGBA(255, 246, 234, 1) 100%);
}
.login .box1 .btns .btn.regBtn:hover span{
	background: rgba(247, 214, 144, .7);
}
.login .box1 .box-c .inputBox1{
	margin-left: 0;
}
.login .box1 .box-c .inputBox1 .tips{
	position: absolute;
	left: 110%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #F44D1E;
	line-height: 47px;
	white-space: nowrap;
}
.login .box1 .box-c .passwordStrength{
	display: flex;
	width: 200px;
	height: 21px;
	border: 1px solid #ADAEAF;
	display: flex;
	margin-bottom: 23px;
	margin-top: -10px;
}
.login .box1 .box-c .passwordStrength-l{
	width: 50%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	text-align: center;
	background-color: #fff;
}
.login .box1 .box-c .passwordStrength-r{
	display: flex;
	width: 50%;
}
.login .box1 .box-c .passwordStrength-r span{
	flex: 1;
	background: #EFEFEF;
}
.login .box1 .goLogin{
	position: absolute;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #F44D1E;
	line-height: 1;
	text-decoration-line: underline;
	right: 89px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .6s;
}
.login .box1 .goLogin:hover{
	opacity: .7;
}
.login .box1 .box-c .nextBtn{
	border: 2px solid rgba(221, 196, 165, 1);
	border-radius: 4px;
	width: 200px;
	margin-top: 30px;
}
.login .box1 .box-c .nextBtn span{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #965132;
	width: 100%;
	line-height: 42px;
	cursor: pointer;
	text-align: center;
	border: 2px solid RGBA(255, 250, 233, 1);
	background: linear-gradient(0deg, #FCE1B3 0%, #FFF1D4 100%);
}
.login .box1 .box-c .text-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.login .box1 .box-c .submit{
	display: block;
	margin-top: 80px;
}
.login .box1 .box-c  .text-title1{
	margin-top: 30px;
}
.login .box1 .box-c  .submit1{
	margin: 37px auto 30px;
}