.main{
	width: 75rem;
	margin: 0 auto;
	display: flex;
	padding-top: 9.375rem;
	height: 37.5rem;
}

.login-bg{
	width: 31.25rem;
	height: 27.5rem;
	background-image: url(../img/login-bg.png);
	background-size: 31.25rem 27.5rem;
	background-position: center;
	background-repeat: no-repeat;
}
.login-content{
	display: flex;
	flex-flow: column;
	width: 23.6875rem;
	margin: 0 auto;
}
.tab{
	display: flex;
}
.tab-item{
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 1.25rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	cursor:pointer;
	border-bottom: 3px solid #FFFFFF;
}
.tab-active{
	font-family: PingFangSC-Medium;
	color: #004096;
	letter-spacing: 0;
	border-bottom: 3px solid #004096;
}
.tab span{
	width: 0rem;
	height: 1.875rem;
	background-color: #979797;
	margin: 0 1.25rem;
}
.login-line{
	width: 100%;
	height: 0.0625rem;
	background-color: #979797;
}



.login-account{
	width: 100%;
}
.login-account input{
	height: 2.875rem;
	width: 100%;
	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 0.0625rem rgba(0,0,0,.075),0 0 0.5rem rgba(102,175,233,.6);
    box-shadow: inset 0 0.0625rem 1px rgba(0,0,0,.075),0 0 0.5rem rgba(102,175,233,.6)
}
.login-password{
	position: relative;
}
.login-password input{
	height: 2.875rem;
	width: 100%;
	margin: 0.625rem 0rem;
	background: #F6F6F6;
	border: 1px solid #9B9B9B;
	border-radius: 0.5rem;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	line-height: 2.875rem;
	letter-spacing: 0;
	padding-right:2.8125rem;
}
.password-ico-eye,
.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{
	background-image: url(../../user/img/password-ico-eye.png);
}
.login-captcha{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login-captcha input{
	height: 2.875rem;
	width: 13.1875rem;
	margin: 0.625rem 0rem;
	background: #F6F6F6;
	border: 1px solid #9B9B9B;
	border-radius: 0.5rem;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	line-height: 2.875rem;
	letter-spacing: 0;
}
.login-captcha img{
	width: 9.5rem;
	height: 2.875rem;
	cursor: pointer;
}
.login-phone input{
	height: 2.875rem;
	width: 100%;
	margin: 0.625rem 0rem;
	background: #F6F6F6;
	border: 1px solid #9B9B9B;
	border-radius: 0.5rem;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	line-height: 2.875rem;
	letter-spacing: 0;
}
.login-msg-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login-msg-code input{
	height: 2.875rem;
	width: 15rem;
	margin: 0.625rem 0rem;
	background: #F6F6F6;
	border: 1px solid #9B9B9B;
	border-radius: 0.5rem;
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	line-height: 2.875rem;
	letter-spacing: 0;
}
.login-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;
}
.content-item{
	width: 100%;
	height: auto;
	display: none;
	padding:1.5rem 0;
}
.content-show{
	display: block;
}
.login-btn{
	width: 100%;
	height: 2.875rem;
	background: #004096;
	border-radius: 0.5rem;
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	line-height: 2.875rem;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0;
	cursor: pointer;
}
.wx-login{
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.wx-login span{
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #9B9B9B;
	letter-spacing: 0;
	margin-top: 2.5rem;
}
.weixin-ico-green{
	width: 3.125rem;
	height: 3.125rem;
	background-image: url(../img/weixin-ico-green.png);
	background-size: 3.125rem 3.125rem;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0.625rem;
	cursor: pointer;
}

.login-hint{
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0;
	margin-top: 1.875rem;
	text-align: center;
}
.login-hint a{
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #0077D4;
	letter-spacing: 0;
	line-height: 1.375rem;
	margin-left: 0.3125rem;
}