
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:648px;
	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;
	margin-bottom: 50px;
}



.phone-box{
	width:100%;
	height:38px;
	margin-top: 25px;
	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:rgba(153,153,153,1);
	line-height:38px;
	outline:medium;
}

.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:rgba(153,153,153,1);
	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:#FF0072;
	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;


}
.register-btn-box{
	width:370px;
	height:38px;
	background:rgba(255,0,114,1);
	border-radius:19px;
	margin: 40px auto 20px;
	color:rgba(255,255,255,1);
	line-height:38px;
	text-align: center;
	display: block;
}
.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;
}

