#login-header{height: 85px;}
#login-header img{margin-top: 28px;}

.login-wrap{width: 100%;position: relative;margin-top: -20px;}
.login-bg{background: url(images/loginbg.png) no-repeat center;height: 370px;width: 100%;position: absolute;top: 0;left: 0;background-color: #EFEFEF;background-position: 140px 55px;}
#login-content-wrap{width: 1200px;margin: 0 auto;overflow: hidden;position: relative;height: 375px;z-index: 9;}
#login-content{position: absolute;top: 12px;right: 160px;}
#login-content .content{width: 291px;height: 347px;background: #fff;overflow: hidden;padding: 0 20px;}
#login-content .header{width: 100%;height: 40px;line-height: 40px;margin-top: 15px;}
#login-content .header h3{color: #084CAD;font-size: 26px;text-align: center;font-weight: 100;float: left;margin-left: 90px;}
#login-content .header a{color: #333;margin-left: 15px;float: right;margin-top: 4px;}

#login-content .input{height: 42px;border: 1px solid #ccc;line-height: 43px;margin-top: 25px;position: relative;}
#login-content .input img{width: 24px;height: 24px;margin: 9px;}
#login-content .input input{width: 245px;height: 41px;line-height: 41px;border:0 none;outline: none;font-size: 16px;background-color: #FFFFFF;}
#login-content .input .test{width: 149px;height: 41px;position: absolute;top: 1px;}
#login-content #testCode{width: 95px;height: 25px;line-height: 25px;margin: 9px 0;text-align: center;border-left: 1px solid #ccc;color: #999;position: absolute;top: 0;right: 0;}
#login-content .psw{height: 35px;line-height: 35px;font-size: 13px;}
#login-content .psw label{color: #999;position: relative;}
#login-content .psw label input{position: absolute;top: 12px;left: 2px;*top: 8px;}
#login-content .psw label span{padding-left: 22px;height: 35px;line-height: 35px;}
.login-btn{margin-top: 20px;}
.login-btn input{ width: 100%;height: 43px;border: none;border-radius: 5px;color: #fff;font-size: 18px;}
.login-btn .login-btn-reset{background: #14d2ae;}
.login-btn .login-btn-enter{background: #1196d1;width: 140px;}
.fl{float: left;}
.onlogin{margin-right: 5px;background-color: #084DAC !important;}
.onrest{background-color: #999999 !important;}
.record{text-align: center;}
html {
	/*overflow: hidden;*/
}

body {
	font-size: 14px;
	background: url(img/default/bg2.jpg) no-repeat scroll center center;
	font-family: "微软雅黑",Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0
}


.desktop_icon .icon1{
	background: url(img/default/icon1.png) no-repeat center center;
}
.desktop_icon .icon2{
	background: url(img/default/icon2.png) no-repeat center center;
}
.desktop_icon .icon3{
	background: url(img/default/icon3.png) no-repeat center center;
}
.desktop_icon .icon4{
	background: url(img/default/icon4.png) no-repeat center center;
}