body {
	font-family: "微软雅黑";
	margin: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.mainDiv {
	position: relative;
	background: url(../login/login_bg3.jpg) center center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

.formDiv {
	background: url(../login/login_box.png) no-repeat;
	background-size: 100% 100%;
	width: 400;
	height: 320;
	top: 150;
	left: 60%;
	position: absolute;
}

.environmentDiv {
	background: url(../login/login_box.png) no-repeat;
	background-size: 400px 80px;
	width: 370;
	height: 80;
	top: 480;
	left: 60%;
	position: absolute;
	padding: 10 15 0 15;
}

.environmentDiv span {
	font-size: 14;
	color: #a455f7;
	margin: 5 10 0 0;
}

.logoDiv {
	background: url(../login/logo.png) no-repeat;
	background-size: 300px 45px;
	width: 400px;
	height: 60;
	position: absolute;
	top: 25;
	left: 35;
}

.userNameLabel {
	background-color: #cfcfcf;
	position: absolute;
	top: 98;
	left: 35;
	height: 40;
	width: 46;
	text-align: center;
	background-image: url(../login/user_icon.png);
}

.userName {
	position: absolute;
	top: 98;
	left: 81;
	height: 40;
	width: 280;
	font-size: 26;
	border: none;
	padding: 0px 8px;
}

.userPasswordLabel {
	background-color: #cfcfcf;
	position: absolute;
	top: 148;
	left: 35;
	height: 40;
	width: 46;
	text-align: center;
	background-image: url(../login/password_logo.png);
}

.codeLabel {
	background-color: #cfcfcf;
	position: absolute;
	display: none;
	top: 198;
	left: 35;
	height: 40;
	width: 46;
	text-align: center;
	background-image: url(../login/password_check.png);
}

.userPassword {
	position: absolute;
	top: 148;
	left: 81;
	height: 40;
	width: 280;
	font-size: 26;
	border: none;
	padding: 0px 8px;
}

.code {
	position: absolute;
	display: none;
	top: 198;
	left: 81;
	height: 40;
	width: 160;
	font-size: 15;
	border: none;
	padding: 0px 8px;
}

.codeImg {
	position: absolute;
	display: none;
	top: 198;
	left: 234;
	border: none;
	padding: 0px 8px;
}

.tips {
	position: absolute;
	top: 198;
	left: 35;
	font-size: 14;
	color: #4394E4;
}

.loginBtn {
	position: absolute;
	top: 258;
	left: 35;
	background-color: #0EA6FA;
	width: 326px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

.msg {
	position: absolute;
	top: 228;
	left: 35;
	font-size: 14px;
}