.header{
	margin: 0;
	padding: 0 0.93rem;
	height: 3.12rem;
	background: #004096;
	display: flex;
	align-items: center;
}
.header-back-ico{
	background-image: url(../../public/img/back-white-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.62rem;
	height: 1.12rem;
}
.header-login{
	font-size: 0.93rem;
	color: #FFFFFF;
	display: inline-block;
}
.header-center{
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}
.header-logo{
	background-image: url(../../public/img/logo-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 7.68rem;
	height: 1.59rem;
}
body{
	background-color: #F6F6F6;
}
.main{
	margin: 0 auto;
	display: flex;
	flex-flow: column;
}
.reg-title{
	padding: 1.87rem 1.56rem 0 1.56rem;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
}
.reg-title-left{
	flex:1;
}
.reg-title-left h2{
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	font-weight: 400;
	color: #004096;
	letter-spacing: 0.01rem;
	line-height: 1.25rem;
	margin-top: 0.31rem;
}
.reg-title-left p{
	font-family: PingFangSC-Regular;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0.01rem;
	line-height: 0.62rem;
	margin-top: 0.62rem;
}
.reg-title-right{
	width: 4.5rem;
	height: 4.06rem;
	background-image: url(../../user/img/reg-ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4.5rem 4.06rem;
}
.reg-content{
	padding: 0.93rem;
}
input:focus{
    border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
input::-webkit-input-placeholder {
	color: #9B9B9B;
}
input {
    box-sizing: border-box;
    padding: 0px 0.93rem;
}
.reg-label{
	font-family: PingFangSC-Medium;
	font-size: 0.93rem;
	color: #4A4A4A;
	letter-spacing: 0;
	margin: 0.62rem;
}
.reg-phone input,
.reg-username input{
	height: 2.75rem;
	width: 100%;
	background: #FFFFFF;
	border: none;
	margin-bottom: 0.31rem;
	border-radius: 0.37rem;
	outline-style: none ;	
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	letter-spacing: 0;
}
.reg-msg-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.93rem;
}
.reg-msg-code input{
	height: 2.75rem;
	width: 50%;
	background: #FFFFFF;
	border: none;	
	border-radius: 0.37rem;
	outline-style: none ;	
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	letter-spacing: 0;
}
.reg-msg-code a{
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	color: #FFFFFF;
	background-color: #03C772;
	border-radius: 0.37rem;
	letter-spacing: 0;
	line-height: 2.75rem;
	height: 2.75rem;
	text-align: center;
	width: 40%;
}
.msg-code-hint{
	display: none;
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	color: #9B9B9B;
	letter-spacing: 0;
}
.reg-password2,
.reg-password{
	position: relative;
}
.reg-password2 input,
.reg-password input{
	height: 2.75rem;
	width: 100%;
	margin-bottom: 0.31rem;
	background: #FFFFFF;
	border: none;
	border-radius: 0.37rem;
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	letter-spacing: 0;
	padding-right: 2.96rem;
}
.password-ico-eye,
.password-ico{
	position: absolute;
	top: calc(50% - 0.32rem);
	-webkit-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform:  translateY(-50%);
	transform: translateY(-50%);
	right: 0.93rem;
	width: 1.09rem;
	height: 0.65rem;
	background-image: url(../../user/img/password-ico.png);
	background-size: 1.09rem 0.65rem;
	cursor: pointer;
}
.password-ico-eye{
	background-image: url(../../user/img/password-ico-eye.png);
}
.reg-btn{
	margin: 0 0.93rem 1.87rem 0.93rem;
	background: #004096;
	border-radius: 0.37rem;
	font-family: PingFangSC-Medium;
	font-size: 0.93rem;
	line-height: 2.75rem;
	height: 2.75rem;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0;
	cursor: pointer;
}