html,body{
	height:100%;
	background-color: #f5f5f5;
}
.width_box{
	width:1200px; margin:0 auto;
}

/*header*/
#header{
	font-size: 32px; background-color: #fff;
	height:80px; line-height: 80px;
	text-align: left; padding-left: 50px;
}



/*loginBox*/
.midBox{
	width:100%; 
	position: relative;z-index: 1;
}
.midBox>img{
	width:100%; min-height: 600px;
	min-width: 768px; 
}
.midBox>.loginLine{
	position: absolute; top:0; left:0;
	width:100%; height:100%;
}
.midBox .loginLine .width_box{
	height:100%; position: relative;
}
.midBox form{
	overflow: hidden; position: relative;
}
.midBox form .downImg{
	display: none;
	position: absolute; width:310px;
	top:20px; left:25px; background-color: #fff;
	padding-bottom: 30px;
}
.loginBox{
	position: absolute; right:310px; top:50%;
	background-color: #fff;
	border-radius: 5px; margin-top: -226px;
	width: 360px; height:452px;
}
.loginBox>p{
	height:60px; line-height: 60px; 
	font-size: 16px; padding-left: 20px;
	border-bottom:1px solid #cfcfcf;
}
.loginBox .inputItem{
	height:36px; margin-top: 20px;
	padding:0 25px;
}
.loginBox .inputItem input{
	border:1px solid #cfcfcf; border-radius: 5px;
	width:100%; padding-left: 40px;
	height:100%; line-height: 34px;
}
.inputItem input.phone{
	background:url(../img/denglu_@renwu.png) no-repeat 10px center;
}
.inputItem input.psd{
	background:url(../img/deng_@mima.png) no-repeat 10px center;
}
.loginBox .yzm input{
	width:220px; padding-left: 20px;
}
.loginBox .yzm img{
	width:86px; height:36px;
}
.loginBox .isAuto input{
	width:auto; height:auto; margin-right: 10px;
	padding-left: 0;
}

.loginBox .btnItem{
	height:36px; margin-bottom: 18px;
	padding:0 25px;
}
.loginBox input.loginBtn{
		width:100%; height:36px; font-size: 16px;
		cursor:pointer; border-radius: 5px;
		background-color: #19ab17; color:#fff;
	}
.loginBox button.registBtn{
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
}

div.downLoad {
	position: relative;
	height:60px; line-height: 60px;
	background-color: #f2f3f7;
	overflow: hidden;
}
div.downLoad button{
	overflow: hidden;
	display: block; 
	background-color: #cff6e1;
	border:1px solid #A1DE9F;
	height:38px; width:160px;
	font-size: 12px; line-height: 38px;
	margin:11px auto 0;
	border-radius: 38px;
}
div.downLoad button img{
	height:16px; width:10px; margin-top: 9px;
	vertical-align: top; margin-right: 5px;
}
div.downLoad>img{
	position: absolute; top:0; right:0;
	height:60px;
}


/*footer*/
.footer{
	font-size: 14px;
	width:100%; padding-top: 30px;
	text-align: center;
}
p.footBtm{
	color:#444; text-align: center;
	height:40px; line-height: 40px;
}
.footer dl{line-height: 30px;}
.footer dt{ font-size: 16px; }
.footer dd, .footer dt{ display: inline-block; }

.footer dl a{
	margin-right: 20px; color:#666;
	font-size:14px;
}
.footer dl a:hover{ color:#317EF3; }
.footer a{
	color: #444;
}
p.footBtm a:hover{
	color:#666;
}