
body{
	background:rgba(246,246,249,1);
}
.box{
	min-width: 1170px; 
	display: block;
	width:expression(document.body.clientWidth < 1170? "1170px": "auto" ); 
}

 

.out-box{
	width:1170px;
	height:770px;
	display: block;
	background:rgba(255,255,255,1);
	margin: 68px auto;
	box-shadow:0px 10px 20px 0px rgba(118,91,201,0.23);
}
.head-box{
	width:100%;
	display: block;
	text-align: center;
}

.head-box span.label1{
	font-size:24px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(46,46,46,1);
	line-height:24px;
	display: block;
	padding-top: 70px;
}
.head-bg-box{
	margin: 0 auto;
	width:87px;
	height:87px;
	display: block;
}
.head-bg{
	width:87px;
	height:87px;
	display: block;
	margin-top: 46px;
	border-radius: 50%;
}
.head-box span.label2{
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:300;
	color:rgba(153,153,153,1);
	line-height:14px;
	display: block;
	margin: 14px auto 30px;
}

/**/
.phone-box{
	width:100%;
	height:38px;
	margin-top: 20px;
	display: block;
}

.phone-label-box{
	width:400px;
	height:38px;
	float: left;
}
.phone-label-box span{
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(72,72,72,1);
	line-height:38px;
	float: right;
	margin-right: 30px; 

}

.phone-input-box{
	width:770px;
	height:38px;
	float: left;
}

.phone-input-box input{
	width:370px;
	height:38px;
	border: none;
	padding-left: 20px;
	border:1px solid rgba(230,230,230,1);
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:400;
	color:#1a1a1a;
	line-height:38px;
	outline:medium;
}

.placeholder{
	color:rgba(153,153,153,1);
}

.phone-input-box input:focus{
	border:1px solid rgba(255,0,114,1);
	width:370px;
	height:38px; 
	line-height:38px; 
	padding-left: 20px;
}

.code-input-box{
	width:240px;
	height:38px;
	float: left;
}
.code-input-box input{
	width:240px;
	height:38px;
	border: none;
	padding-left: 20px;
	border:1px solid rgba(230,230,230,1);
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:400;
	color:#1a1a1a;
	line-height:38px;
	outline:medium;
}

.code-input-box input:focus{
	border:1px solid rgba(255,0,114,1);
	width:240px;
	height:38px; 
	line-height:38px; 
	padding-left: 20px;
}

.code-btn-box input{
	width:120px;
	height:40px;
	margin-left: 32px;
	background:rgba(255,0,114,1);
	
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:400;
	float: left;
	color:#ffffff;
	line-height:38px;
	text-align: center;
	border: none;
	outline:medium;
}

/**/

.bottom-box{
	width:370px;
	height:20px;
	margin:20px auto;


}
.bottom-box input.checkbox{
	width:12px;
	height:12px;
	float: left;
	line-height: 12px;
	margin-top: 3px;

}
.bottom-box span.label3{
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:300;
	color:#999999;
	line-height:12px;
}

.bottom-box a.label4{
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:300;
	color:#175199;
	line-height:12px;
}

.bottom-btn{
	width:370px;
	height:38px;
	display: block;
	margin: 40px auto 20px;
}

.register-btn{
	width:100%;
	height:38px;
	background:rgba(255,0,114,1);
	border-radius:19px;
	
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:38px;
	text-align: center;
	display: block;
}

.register-bottom{
	width:130px;
	height:38px;

	text-align: center;
	margin: 0 auto;
	display: block;
}

.register-bottom a{
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:300;
	color:rgba(153,153,153,1);
	line-height:12px;
	display: block;
}

.l-h-box{
	width: 870px;	 
	display: block;
	height: 68px;
	padding: 20px 40px;
	 
}

.l-h-box span.h-label a{
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:500;
	color:#999999;
	line-height:68px;
	margin-top: 35px;
}