*{
	padding: 0;
	margin: 0;
	font-size: 12px;
	list-style: none;
}
/*.title-input-box input::-webkit-input-placeholder{
	color:rgba(153,153,153,1);
}
.title-input-box input::-moz-placeholder{
	color:rgba(153,153,153,1);
}
.title-input-box input::-ms-input-placeholder{
	color:rgba(153,153,153,1);
}*/
 

body{
	display: block;
	background-color: #ffffff;
}

.box{
	min-width: 1170px; 
	display: block;
	width:expression(document.body.clientWidth < 1170? "1170px": "auto" ); 
}
.out-box{
	width:1170px;
	height:600px;
	display: block;
	background:rgba(255,255,255,1);
	margin: 68px auto;
	box-shadow:0px 10px 20px 0px rgba(118,91,201,0.23);
}

.left-box{
	width:700px;
	height:600px;
	float: left;
	text-align: center;
	background:rgba(90,61,179,1);
}

.right-box{
	width:470px;
	height:600px;
	float: left;
	

}

.left-bg{
	width:520px;
	height:358px;
	display: block;
	margin: 64px auto 45px;

}

.left-label1{
	font-size:32px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:32px;
	display: block;
}
.left-label2{
	font-size:16px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(219,218,255,1);
	line-height:22px;
	display: block;
	margin-top: 15px;
}

.right-center-box{
	width:270px;
	margin: 134px auto;
}

.right-label1{
	font-size:24px;
	font-family:PingFangSC;
	font-weight:600;
	color:rgba(46,46,46,1);
	line-height:24px;
	display: block;
}

.right-label2{
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:300;
	color:rgba(153,153,153,1);
	line-height:14px;
	display: block;
	margin-top: 14px;
}

.right-inputa-box{
	width:270px;
	height:38px;
	margin-top: 40px;
}

.right-inputa-box input{
	width:270px;
	height:38px;
	border: none;
	padding-left: 20px;
	background:rgba(246,246,249,1); 
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:400;
	color:#333333;
	line-height:38px;
	outline:medium;
}

.right-inputa-box input:focus{
	border:1px solid #FF0072; 
	width:268px;
	height:36px; 
	line-height:36px; 
	padding-left: 19px;
}


.right-inputp-box{
	width:270px;
	height:38px;
	margin-top: 20px;
}

.right-inputp-box input{
	width:270px;
	height:38px;
	border: none;
	padding-left: 20px;
	background:rgba(246,246,249,1); 
	font-size:14px;
	font-family:PingFang-SC;
	font-weight:400;
	color:#333333;
	line-height:38px;
	outline:medium;
}

.right-inputp-box input:focus{
	border:1px solid #FF0072; 
	width:268px;
	height:36px; 
	line-height:36px;
	padding-left: 19px;
}

.right-input-bottom-box{
	width:290px;
	height:14px;
	margin-top: 14px;

}

.right-input-bottom-box input.checkbox{
	float: left;
	line-height: 12px;
	width:12px;
	height:12px;
	margin-top: 0px;
}

.right-input-bottom-box span.right-label3{
	float: left;
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:300;
	color:rgba(153,153,153,1);
	line-height:12px;
	margin-left: 7px;
}
.right-input-bottom-box span.right-label3:hover{
	 
	color:rgba(153,153,153,1);
	 
}



.right-input-bottom-box span.right-label4{
	float: right;
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:300;
	color:rgba(153,153,153,1);
	line-height:12px;
}

.login-btn{
	width:290px;
	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;
	margin-top: 49px;
}

.register-btn{
	width: 290px;
	font-size:12px; 
	line-height:12px;
	text-align: center;
	margin-top: 20px;

}

.register-btn a{
	 
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:300;
	color:rgba(153,153,153,1);
	line-height:12px;
	 
	 

}