/* 2024年2月21日09:44:13 login v2 */
body{
    background: #fff url('../img/bg2.png') no-repeat center bottom;
	background-size: 100% 100%;
}
body::after{
	content: ' ';
	width: 35.104vw;
	height: 21.406vw;
	position: absolute;
	background-image: url(../img/img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	top: 25vh;
	left: 13vw;
}
.loginConBox{
	margin-top: 13vh ;
	width: 15.219vw ;
}
.loginBox{
	width: 69.292vw;
}
.loginName{
	text-align: left;
	font-weight: bold;
}

.itemName.userName,
.itemName.password,
.itemName.yzm{
	background-color: rgba(225, 231, 242, .2);
	border-radius: 0.463vh;
	margin-bottom: 2.222vh;
	position: relative;
}

.itemName.userName::before,
.itemName.password::before,
.itemName.yzm::before{
	content: ' ';
	width: 4.167vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.094vw auto;
}
.itemName.userName::before{
	background-image: url(../img/userName.png);
}
.itemName.password::before{
	background-image: url(../img/password.png);
}
.itemName.yzm::before{
	background-image: url(../img/yzm.png);
}
.itemName.userName::after,
.itemName.password::after,
.itemName.yzm::after{
	content: ' ';
	width: 1px;
	height: calc(100% - 1.111vh - 1.111vh);
	top: 1.111vh;
	left: 4.167vw;
	background-color: #E9ECF4;
	position: absolute;
}
.itemName.userName .itemTxt,
.itemName.password .itemTxt,
.itemName.yzm .itemTxt{
	width: calc(100% - 5.167vw);
	margin-bottom: 0vh;
	padding: 0;
	margin-left: 5.167vw;
	border: none;
	outline: none;
}
.itemName.yzm .itemTxt{
	width: calc(100% - 5.167vw - 6vw);
}
.yzm_a{
	width: 6vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: #FFFFFF;
}
.yzm_a .imgcode{
	width: 5.5vw;
	margin-left: 0.5vw;
	height: unset;
	margin-top: calc(5.34vh / 2);
	transform: translateY(-50%);
}
.loginBtn{
	border-radius: 0.741vh;
	box-shadow: 0 0 1.84vh 0 rgba(21,130,231,0.22);
	font-weight: bold;
}
.loginBottomBox{
	bottom: 4vh;
	color: #C8CCD6;
}
.loginLoading{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.loginLoading.active{
	display: block;
}
.loginLoading::after{
	content: ' ';
	width: 37px;
	height: 37px;
	background-image: url(../img/loading-1.gif);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}