body,p{
	margin: 0;
}
body{
	background-color: #fff;

}
input{
	padding:0;
	border: 0;
}
.header{
	height: 80px;
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #428bca;
}
.header div{
	width: 1024px;
	margin: 0 auto;
	height: 80px;
}
.header .logo{
	vertical-align: middle;
}
.header span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.login{
	position: absolute;
	left: 0;
	top:80px;
	bottom: 80px;
	width: 100%;
	overflow: hidden;
	min-height: 400px;
	min-width: 1024px;
}
.login .bg{
	width: 1920px;
	height: 349px;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	top:50%;
	margin-top: -174.5px;
}
.login form{
	padding:30px 38px 0;
	width: 254px;
	height: 320px;
	border: 1px solid #ccc;
	border-radius:5px;
	position: absolute;
	left: 75%;
	margin-left: -165px;
	top:45%;
	margin-top: -150px;
	background-color: #fff;
}
.login form div{
	width: 256px;	
	overflow: hidden;
	zoom:1;
	position: relative;
}
.login form div span{
	position: absolute;
	left: 13px;
	width: 20px;
	height: 20px;
	top:10px;
	background: url(../images/login.png) 0 0 no-repeat;
}
.lofin form div.user span{
	background-position:0px 10px;
}
.login form div.password span{
	background-position:0px -49px;
}
.login form div .input_test,#password{
	width: 210px;
	height: 25px;
	border: 1px solid #ccc;
	line-height: 25px;
	padding:5px;
	padding-left: 37px;
	/*background: url(../images/login.png) 10px 0 no-repeat;*/
	color: #428bca;
	font-family: "MicroSoft YaHei";
}
.login form div .input_vertify{
	width: 105px;
	height: 25px;
	border: 1px solid #ccc;
	line-height: 25px;
	padding:5px;
	color: #428bca;
	font-family: "MicroSoft YaHei";
	float: left;
	margin-right: 5px;
}
.login form div img{
	width: 100px;
	height: 37px;
	float: left;
	margin-top:7px;
}
#psw_error{
	width: 100%;
}
#memberid{
	background-position:10px 8px;
	color: #428bca;
}
#psw,#password{
	background-position: 10px -41px;
}
.login form div .login_bt{
	background-color: #418bca;
	color: #fff;
	font-size: 18px;
	height: 36px;
	cursor: pointer;
	width: 100%;
	font-family: "MicroSoft YaHei";
}
.login form p{
	font-size: 12px;
	color: red;
	height: 25px;
	line-height: 25px;
	width:100%;
}
.login .phone{
	text-align: center;
	color: #428bca;
	font-size:18px; 
	font-family: "MicroSoft YaHei";
	line-height: 26px;
	margin-top: 5px;
}
.foot{
	position: fixed;
	bottom: 0;
	height: 80px;
	text-align: center;
	width: 100%;
	min-width: 1024px;
	color: #fff;
	line-height: 80px;
	font-family: "MicroSoft YaHei";
	font-size: 16px;
	background-color:#428bca; 
}
.user var,.password var{
	position: absolute;
	  font-style: normal;
	  font-size: 12px;
	  color: #aaa;
	  left: 38px;
	  top: 12px;
}

.broswer{
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-align: center;
}
.broswer a{
	color: #418bca;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}
.broswer a:hover{
	text-decoration: none;
}

