
.login-header{
	height: 1.55rem;
	background: #ffffff;
}
.login-header img{
	width: 5.26rem;
	height: 0.89rem;
}
.login-content{
	width: 100%;
	height: 6rem;
	background: url('../img/loginBG.png') center no-repeat;
	background-size:100% 100%;
	position: relative;
}
.lc-box{
	width: 3.8rem;
	height: 3.82rem;
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0px 0.1rem 0.2rem 0px rgba(0,0,0,0.16); 
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -1.91rem;
	margin-left: -1.9rem;
	padding: 0.25rem 0.26rem;
}
.lc-box .title{
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.24rem;
	font-weight: 700;
	color: #222222;
}

.login-input-box input{
	width: 3.27rem;
	height: 0.52rem;
	line-height: 0.52rem;
	border-radius: 0.08rem;
	font-size: 0.16rem;
	color: #cccccc;
	outline: none;
	border: 0;
	margin-top: 0.2rem;
	padding-left: 0.52rem;
}
.login-input-box input:nth-child(1) {
	margin-top: 0.5rem;
}

.login-input-box .login-btn{
    width: 3.27rem;
    height: 0.52rem;
    line-height: 0.52rem;
    border-radius: 0.08rem;
    font-size: 0.16rem;
    color: #ffffff;
    outline: none;
    border: 0;
    margin-top: 0.5rem;
    padding-left: 0.00rem;
}

.account{
	background: #f5f5f5;
	background-image: url('../img/icon_account.png');
	background-size: 0.28rem 0.28rem;
	background-repeat: no-repeat;
	background-position:0.12rem 0.13rem ;
}

.password{
	background: #f5f5f5;
	background-image: url('../img/icon_pass.png');
	background-size: 0.28rem 0.28rem;
	background-repeat: no-repeat;
	background-position:0.12rem 0.13rem ;
}
.verification-box{
	height: 0.52rem;
	margin-top: 0.27rem;
}
.login-input-box .verification{
	float: left;
	background: #f5f5f5;
	background-image: url('../img/icon-verification2.png');
	background-size: 0.28rem 0.28rem;
	background-repeat: no-repeat;
	background-position:0.12rem 0.13rem ;
	width: 1.9rem;
	margin: 0;
	margin-right: 0.16rem;
}
.verification-img{
	float: left;
	width: 1.21rem;
	height: 0.52rem;
}
.verification-img img{
	width: 100%;
	height: 100%;
}
.switch-box{
	height: 0.24rem;
	margin-top: 0.27rem;
}
.v-switch{
	float: left;
	width: 0.4rem;
	height: 0.24rem;
	background: #dddddd;
	border-radius: 0.12rem;
	position: relative;
	cursor: pointer;
}
.v-switch.active{
	background: #0d5993;
}
.circle{
	width: 0.18rem;
	height: 0.18rem;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0.03rem;
	left: 0.03rem;
}
.v-switch.active .circle{
	left: inherit;
	right: 0.03rem;
}
.switch-text{
	float: left;
	margin-left: 0.12rem;
	line-height: 0.24rem;
	color: #222222;	
}
.submit{
	width: 100%;
	height: 0.52rem;
	background: #0d5993;
	border-radius: 0.08rem;
	line-height: 0.52rem;
	text-align: center;
	font-size: 0.18rem;
	color: #ffffff;
	margin-top: 0.2rem;
	cursor: pointer;
}

.login-footer{
	height: 3.12rem;
	padding: 0 3.7rem;
	background: #f5f5f5;
}
.login-footer>div{
	margin-left: 1.1rem;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	word-wrap: break-word;
}
.login-footer>div:first-child{
	margin-left: 0;
}
.login-footer .title{
	font-weight: 700;
	color: #000000;
	line-height: 0.32rem;
	height: 0.32rem;
	margin-top: 0.24rem;
}
.login-footer .p1{
	height: 0.2rem;
	line-height: 0.2rem;
	color: #000000;
	margin-top: 0.14rem;
}

.login-footer img{
	margin-top: 0.14rem;
}
.login-footer span{
	margin-right: 0.36rem;
	color: #999999;
	cursor: pointer;
}
.last-content{
	width: 100%;
	height: 0.56rem;
	background: #dddddd;
	line-height: 0.56rem;
	padding-left: 3.7rem;
}
.last-content span{
	margin-right: 1.25rem;
}
.last-content span:last-child{
	margin-right: 0;
}
