.main{
	width: 50rem;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
}
.reg-title{
	margin-top: 5rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 8.125rem;
	border-bottom: 0.0625rem solid #004096;
}
.reg-title-left{
	flex:1;
}
.reg-title-left h2{
	font-family: PingFangSC-Medium;
	font-size: 2.5rem;
	font-weight: 400;
	color: #004096;
	letter-spacing: 0.2.0625rem;
	line-height: 2.5rem;
	margin-top: 0.625rem;
}
.reg-title-left p{
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	color: #9B9B9B;
	letter-spacing: 0.2rem;
	line-height: 1.25rem;
	margin-top: 1.25rem;
}
.reg-title-right{
	width: 9rem;
	height: 8.125rem;
	margin-right: 2.5rem;
	background-image: url(../img/reg-ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9rem 8.125rem;
}
.reg-content{
	width: 100%;
	display: flex;
	flex-flow: column;
	border-bottom: 0.0625rem solid #979797;
	padding-top: 0.625rem;
	padding-bottom: 5rem;
}
.reg-username{
	margin-top: 2.5rem;
}
.reg-label{
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	color: #4A4A4A;
	letter-spacing: 0;
}
.reg-password input,
.reg-password2 input,
.reg-code input,
.reg-phone input,
.reg-username input{
	height: 2.875rem;
	width: 23.75rem;
	background: #F6F6F6;
	border: 0.0625rem solid #9B9B9B;
	margin: 0.625rem 0rem;
	border-radius: 0.5rem;
	outline-style: none ;	
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	letter-spacing: 0;
}
input{
	box-sizing:border-box;
	padding: 0rem 0.625rem;
}
input:focus{
    border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 0.0625rem 1px rgba(0,0,0,.075),0 0 0.5rem rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 0.5rem rgba(102,175,233,.6)
}
.reg-phones{
	margin-top: 1.875rem;
	display: flex;
}
.reg-code{
	margin-left: 2.5rem;
}
.reg-code input{
	width: 15rem;
}
.reg-msg-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.5625rem;
	margin-left: auto;
}
.reg-msg-code a{
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	color: #0077D4;
	letter-spacing: 0;
	text-decoration: underline;
}
.msg-code-hint{
	display: none;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #9B9B9B;
	letter-spacing: 0;
}
.reg-password2-item,
.reg-password-item{
	margin-top: 2.5rem;
}
.reg-password2,
.reg-password{
	position: relative;
	width: 23.75rem;
}
.password-ico{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform:  translateY(-50%);
	transform: translateY(-50%);
	right: 0.625rem;
	width: 1.875rem;
	height: 0.875rem;
	background-image: url(../img/password-ico.png);
	background-size: 1.875rem 0.875rem;
	cursor: pointer;
}
.password-ico-eye{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform:  translateY(-50%);
	transform: translateY(-50%);
	right: 0.625rem;
	width: 1.875rem;
	height: 1.125rem;
	background-image: url(../img/password-ico-eye.png);
	background-size: 1.875rem 1.125rem;
	cursor: pointer;
}

.reg-bottom{
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-top: 5rem;
	margin-bottom: 10rem;
}
.reg-btn{
	width: 23.6875rem;
	height: 2.875rem;
	background: #004096;
	border-radius: 0.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 2.875rem;
	text-align: center;
	cursor: pointer;
}
.reg-hint{
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0;
	text-align: center;
	margin-top: 1.5625rem;
}
.reg-hint a{
	color: #0077D4;
	margin-left: 0.3125rem;
}