@charset "utf-8";
/* CSS Document */
/*input:-webkit-autofill {*/
	/*-webkit-box-shadow: 0 0 0px 1000px white inset;*/
	/*-webkit-text-fill-color: #333;*/
/*}*/

/*
去掉浏览器记住密码之后自动填充背景色为黄色的bug
*/
:-webkit-autofill {
	-webkit-text-fill-color: #333;
	transition: background-color 5000s ease-in-out 0s;
}

body{
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
*{margin:0;padding:0}
li{list-style:none}
img{vertical-align:top;border:none}
a { text-decoration: none; }
a:hover { text-decoration: underline!important; }
img {
    border: none;
    vertical-align: middle;
}
input{  
   background:none;  
   outline:none;  
   border:0px;  
} 
.background-img{
	width: 100%;
	height: 100%;
}
.background-imgmin{
	height: 100%;
	margin: 0 auto;
}
#deng{
	width: 18%;
	height: 70%;
	border-radius: 10px;
	background: rgba(3,22,50,.4);
	position: fixed;
	top: 50%;
	left: 58%;
	margin: -240px 0 0 12%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	overflow:hidden;
	min-width: 340px;
	min-height: 420px;
	max-height: 440px;
}
#deng-form-logo{
	text-align: center;
}
#deng-form-logo img{
	margin: 32px 0 12px 0;
}
.deng-form-text{
	width: 80%;
	height: 30%;
	background: #dbdfe5;
	border-radius: 4px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.deng-form-text-img{
	float: left;
	width: 6%;
	margin-top: 4%;
	margin-left: 10px;
	text-align: center;
	margin-right: 6px;
}
.deng-form-text-img img{
	width: 100%;
	height: 100%;
}
.deng-form-text input{
	float:left;
	width: 200px;
	height: 38px;
	font-size: 12px;
	overflow: hidden;
	font-weight: 500;
	margin-left: 8px;
	color:#333333;
}
.btnValidation{
	width: 120px;
	height: 38px;
	float: right;
	background: #6666ff;
}
.btnLogin{
	width: 80%;
	height: 40px;
	border-radius: 4px;
	margin: 0 auto 10px;
	background: #fa9b24;
}
.btnLogin:hover{
	background: #ff8e00;
}
.btnLogin-1{
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}
.logo-1{
	width: 30%;
	height: 28px;
	position: fixed;
	bottom: 5px;
	right: 35%;
	z-index:999;
}
.logo-2{
	width: 30%;
	height: 26px;
	position: fixed;
	bottom: 5px;
	right: 35%;
	z-index:999;
}
#l-slogan{
	position:absolute;
	width:50%;
	height:40%;
	left:25%;
	top:30%;
}
.l-slogan-1{
	width: 60%;
	height: 91px;
	margin: 0 auto;
}
.l-slogan-2{
	width: 70%;
	height: 136px;
	margin: 0 auto;
	margin-top:30px;
}
.wpsw{
	width: 80%;
	height: 30%;
	border-radius: 4px;
	margin: 0 auto 20px;
	text-align: left;
	border-right: 1px solid #dddddd;
}
.errDiv{
	float: left;
	font-size: 10px;
	margin: 5px 0 10px 20px;
}
.wjmm{
	float: right;
	margin: 5px 26px 0 0;
}