.box {
	width: 100vw;
	height: 100vh;
}

.login-banner {
	width: 32vw;
	height: 100%;
}

.logininfo {
	width: 25vw;
	position: relative;
	height: 100%;
	margin-left: 14vw;
	min-height: 6.5rem;
}

.loginbtm {
	position: absolute;
	bottom: 10vh;
	font-size: .14rem;
	color: #acacac;
	width: 100%;
	height: .22rem;
	min-width: 4.8rem;
}

.loginbtm .line::before {
	content: '';
	display: inline-block;
	width: .31rem;
	height: .01rem;
	background-color: #acacac;
	margin-bottom: .05rem;
}
.loginbtm p{
	text-align: center;
}
.loginTit {
	padding: 30vh 0 5vh 0;
	width: 4.17rem;
	margin-left: .2rem;
	color: #000;
	font-size: .4rem;
	text-align: center;
}

.logintip {
	font-size: .16rem;
	font-weight: bold;
	margin: 2vh 0 1vh .2rem;
}

.loginform input {
	width: 4.17rem;
	height: .45rem;
	margin-left: .2rem;
	border: .01rem solid #C9C9C9;
	border-radius: .05rem;
	text-indent: 1em;
}

.sub-btn {
	width: 4.17rem;
	height: .45rem;
	background: #CC0000;
	box-shadow: 0px .02rem 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: .05rem;
	text-align: center;
	color: #fff;
	font-size: .18rem;
	font-weight: bold;
	margin: 4vh 0 0 .2rem;
}

.upR img {
	width: .26rem;
	height: .19rem;
	margin-left: .08rem;
}

.upR {
	font-size: .16rem;
	color: #666;
	position: fixed;
	right: 5vw;
	width: .8rem;
	height: .2rem;
	top: .54rem;
}

.login-logo {
	position: fixed;
	top: .25rem;
	left: .35rem;
	/* width: ; */
}

.pwd {
	position: relative;
	width: 4.17rem;
}

.pwdoptions {
	position: absolute;
	width: 24px;
	height: 16px;
	right: 10%;
	top: .45rem;
}
