html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.login-body {
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-position: center center; */
	overflow: hidden;
	position: relative;
}
.login-logo {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 250px;
}
.login-logo > img {
	width: 100%;
}
.login-box {
	position: absolute;
	left: 27%;
	transform: translate(-27%, -27%);
	top: 40%;
	background-color: #fff;
	width: 820px;
	height: 400px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.middle-x {
	width: 4px;
	height: 80%;
	background: #f4f4f4;
}
.login-qrcode {
	width: 49%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.login-password {
	width: 49%;
	height: 100%;
}

.login-box-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/v2_qkan3e.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 50px;
	color: #fff;
	font-size: 20px;
}
.login-box-title > img {
	width: 25px;
	margin-right: 15px;
}
.change {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 10px;
	color: #000000;
	display: flex;
	/* align-items: center; */
}
.fangshi {
	width: 80%;
	margin: 0 auto;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.fangshi > .yzm,
.fangshi > .wx {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #6c0607ff;
	cursor: pointer;
}
.fangshi > .yzm {
	width: 100%;
	text-align: center;
	color: #282522ff;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
}
.fangshi > .dx,
.fangshi > .zxb {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}
.login-box-content {
	width: 100%;
	height: 100%;
}
/* .login-password {
	width: 100%;
	height: 100%;
	display: none;
} */
.login-password > .change > .p {
	font-size: 10px;
	text-align: center;
	line-height: 19px;
	width: 90px;
	color: #f9773b;
	background: url(../images/saomabeijing.png) no-repeat;
	background-size: 100%;
	margin-top: 5px;
}
.change > img {
	width: 35px;
}
.xian {
	width: 80%;
	margin: 0px auto;
	height: 3px;
	background: #f4f4f4;
	display: flex;
	justify-content: space-between;
}
.xian > .xyzm,
.xian > .xwx {
	height: 3px;
	background: #6c0607ff;
	border-radius: 4px;
}
.xian > .xdx,
.xian > .xzxb {
	height: 3px;
	background: #6c0607ff;
	border-radius: 4px;
	display: none;
}
.mibble {
	display: block;
	width: 334px;
	height: 45px;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
	background: #f4f4f4;
	border: 2px solid #dcdcdc;
	border-radius: 8px;
	display: none;
	outline: none;
}
.yz {
	display: block;
	width: 80%;
	height: 45px;
	text-align: center;
	font-size: 18px;
	margin: 0px auto;
	margin-top: 50px;
	background: #f4f4f4;
	border: 2px solid #dcdcdc;
	border-radius: 8px;
	outline: none;
}
.yzmm {
	display: none;
	width: 80%;
	height: 45px;
	text-align: center;
	font-size: 18px;
	margin: 0px auto;
	margin-top: 10px;
	background: #f4f4f4;
	border: 2px solid #dcdcdc;
	border-radius: 8px;
	outline: none;
}
.hua {
	position: relative;
	width: 334px;
	height: 45px;
	margin: 0px auto;
	margin-top: 20px;
	background: #f4f4f4;
	border: 2px solid #dcdcdc;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}
.coverBG {
	position: absolute;
	left: 35px;
	top: 168px;
	width: 0px;
	height: 41px;
	background-color: rgb(42, 235, 51);
}
.dong {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 87px;
	height: 41px;
	z-index: 3;
	cursor: pointer;
}
.ziti {
	position: absolute;
	height: 45px;
	line-height: 45px;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
	transition: all 0.3s;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(109, 173, 11);
	z-index: 1;
	height: 100%;
}
.btn {
	display: block;
	width: 80%;
	height: 45px;
	margin: 0 auto;
	margin-top: 20px;
	background: #6c0607ff;
	color: #fff;
	font-size: 18px;
	border: 2px solid #dcdcdc;
	border-radius: 8px;
	outline: none !important;
}
.btn:hover {
	color: #fff;
}
.instru {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	line-height: 20px !important;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.yt {
	display: flex;
	display: none;
}
.wt {
	display: flex;
}
.instru > span {
	color: #fb641f;
}
.instru > p > img {
	width: 16px;
	height: 16px;
}

/* .login-qrcode {
	display: block;
} */
.login-qrcode > .fangshi > .wx {
	width: 50%;
}
.login-qrcode > .fangshi > .zxb {
	width: 50%;
	text-align: right;
}
.login-qrcode > .xian > .xwx {
	width: 45%;
}
.login-qrcode > .xian > .xzxb {
	width: 45%;
}
.login-qrcode-content {
	width: 100%;
	height: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
}

.saoma {
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
}
.imglist {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	/* margin-top: 40px; */
}
.qrcode {
	margin: 20px;
	margin-bottom: 0;
}
.imglist > img {
	height: 40px;
}
.imglist > span {
	margin-left: 20px;
}
.beian {
	width: 300px;
	height: 50px;
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
}
.beian a {
	text-decoration: none;
}
.beian a p {
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #999;
	text-align: center;
}
