body {
	background-color: #fff !important;
}
.main {
	min-width: 1230px;
}
.main .imgbox {
	width: 1034px;
	min-height: 100vh;
	line-height: 0;
	font-size: 0;
	background-image: url(/static/feigou/manager/img/login-image.jpg);
	background-position: 50%;
	background-size: cover;
	position: sticky;
	top: 0;
}
.main .formbox {
	padding: 60px 100px;
}
.main .formbox .logintype {
	width: 100%;
	text-align: right;
	margin-bottom: 90px;
}
.main .formbox .logintype span {
	font-size: 20px;
	font-weight: 400;
	color: #12447f;
}
.main .formbox .logintype .icon {
	font-size: 14px;
	color: #12447f;
	position: relative;
	left: -4px;
	top: -2px;
}
.main .formbox .topcon {
	width: 100%;
	margin-bottom: 60px;
}
.main .formbox .topcon .tit {
	font-size: 38px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 10px;
}
.main .formbox .topcon .small {
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
}
.main .formbox .formcon {
	width: 100%;
}
.main .formbox .formcon .group {
	width: 100%;
	margin-bottom: 30px;
}
.main .formbox .formcon .group .label {
	font-size: 20px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 10px;
}
.main .formbox .formcon .group .inp {
	width: 600px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 10px 0 50px;
	position: relative;
}
.main .formbox .formcon .group .inp.user::before {
	content: '\e773';
	font-family: "iconfont";
	left: 15px;
	position: absolute;
	font-size: 18px;
	color: #999;
}
.main .formbox .formcon .group .inp.pwd::before {
	content: '\e7ca';
	font-family: "iconfont";
	left: 15px;
	position: absolute;
	font-size: 18px;
	color: #999;
}
.main .formbox .formcon .group .inp input {
	height: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	border: 0 !important;
}
.main .formbox .formcon .btnbox {
	width: 100%;
	margin-top: 60px;
}
.main .formbox .formcon .btnbox .btns {
	width: 290px;
	line-height: 50px;
	background-color: #12447f;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.main .formbox .formcon .btnbox .btns:hover {
	opacity: 0.9;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.main .formbox .qrcodecon {
	width: 600px;
}
.main .formbox .qrcodecon .qrcode {
	width: 260px;
	height: 260px;
	margin: 0 auto 10px;
	line-height: 0;
	font-size: 0;
} 
.main .formbox .qrcodecon .qrcode img {
	width: 100%;
	height: 100%;
}
.main .formbox .qrcodecon .small {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #000000;
}






/*平板兼容性样式*/
@media screen and (min-width: 640px) and (max-width: 1024px) {
	.main {
		width: 100vw;
		min-width: auto;
	}
	.main .imgbox {
		width: 40vw;
	}
	.main .formbox {
		padding: 30px 60px;
	}
	.main .formbox .logintype {
		margin-bottom: 30px;
	}
}














