
body{
	font-family:"微软雅黑";
	font-size:14px;
	color:#333333;
	font-weight:600;
	_width:100%;
	width:expression(document.body.clientWidth <= 424 ? "424px": "auto");
	min-width:424px;
	max-width:100%;
	height:100%;
	min-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	text-align:center;
	}
div,input,form,button,span,label{
	padding:0;
	border:0;
    display: block;
	}
 .frameInput{outline:none}
 .titleh1{
 	font-weight:bold;
 	font-family:"微软雅黑";
 	font-size:40px;
 }
.bg{
	width:100%;
	height:100%;
	right:0;
	bottom:0;
	position:fixed;
	top:0;
	z-index:-1;
	overflow:hidden
	}
.bg img{
	width:100%;
	height:100%;
	}
.login-con{
	width:424px;
	height:100%;
	min-height:455px;
	position:relative;
	z-index:0;
	margin-left: auto;
	margin-right:auto;
	}
.login-con .title{
	width:424px;
	height:66px;
	line-height:66px;
	position:relative;
	margin-top:40px;
	text-align: center
	}
.login-con .dl{
	width: 434;
	height:328;
	position:relative;
	margin-top:10%; 
	top:10px; 
	z-index: 1;
	}
.login-con .dl .bg{
	width:434px;
	height:328px;
	text-align:center;
	line-height: 328px;
	position:absolute;
	z-index: 1;
	}
.login-con .dl-con{width:328px;height:217px;position:relative;z-index:2;top:60px;text-align:center;margin-left:auto;margin-right: auto}
.login-con .dl-con div{
	position:relative;
	width:328px;
	height:52px;
	line-height:52px;
	}
.login-con .dl-con .error{
	display:none;
	position:relative;
	width:328px;
	height:20px;
	line-height:20px;
	text-align:left;
	
}
.login-con .dl-con .error.on{display:block;}	
.login-con .dl-con .error span{
	padding-top: 10px;
	color:red;	
	padding-left: 51px;
}
label{
    
	width:51px;
	height:52px;
	line-height:52px;
	text-align:center;
	position: absolute;
	left: 0px;
	
	}	
.frameInput
   {
   position:absolute;
   left:0px;
   top:10px;
   width: 319px;
   height: 36px;
   text-indent:5px;
   font-size:17px;
   font-weight:500;
   line-height:36px;
 
     
   vertical-align: middle;
   border: 2px solid #cccccc;
   border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
   }
 
 i{width: 14px;height: 21px;position: absolute;}
.login-con .dl-con .username i{background: url("../imgs/login_icon_01.png") center no-repeat;left:300px;top:19px}
.login-con .dl-con .password i{background: url("../imgs/logon_icon_02.png") center no-repeat;left:300px;top:19px}
.login-con .dl-con .verify{display:none;}
.login-con .dl-con .verify.on{display:block;}
.login-con .dl-con .verify .frameInput{width:96px;}
.login-con .dl-con .verify #yzm
{
	width:90px;
	height:36px;  
	position:absolute;
    left:155px; 
    top:12px;
    cursor: pointer;
}    
.login-con .dl-con .verify  a{
	position:absolute;
    left:250px; 
    top:16px;
	width:58px;
	height:26px;
	line-height:26px;
	position: relative;
	text-align: center;
	background-color: #e6eef4;
	text-decoration:underline;
	cursor: pointer;
	}
.login-con .dl-con .button{position: relative;top:20px}
.login-con button{
	font-family: "微软雅黑";
	font-size: 14px;
	width: 324px;
	height: 44px;
	background-color: #ef7c1a;
	color: #fff;
	text-align: center;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	}
	.login-con button:hover{
		    background-color: #f25100;
	}