@charset "utf-8";
/* CSS Document */

body{ background:url(../images/login_bd.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logHeader{ width:100%; background:#FFF; position:absolute; top:0;}
.logHead{ width:1000px; height:76px; margin:0 auto;}
.logHead .logo{ font:18px/76px "微软雅黑"; color:#bfbfbf;}
.logHead .logo a{ color:#0095e7;}

.footer{ width:100%; border-top:solid #e3e2e1 1px; color:#acacac; line-height:26px; text-align:center; position:absolute; bottom:0;}
.foot{ width:100%; border-top:solid #FFF 1px; background:#FFF url(../images/logfooter.png) repeat-x center top; padding:15px 0;}

.login{ width:372px; background:#f9f9f9 url(../images/login_bottom_bd.png) no-repeat center bottom; padding-bottom:14px; position:absolute; top:50%; left:50%; margin:-200px 0 0 108px;}
.login h2{ background:#0095e7; height:54px; font:14px/54px "微软雅黑"; padding:0 24px; color:#FFF;}
.login ul{ border:solid #d4d1ca 1px; border-top:0; height:315px; padding-top:30px;}
.login li{ width:286px; margin:0 auto;}
.login li.password{ margin-top:22px;}
.login li.userName,.login li.password{ width:284px; height:47px; border:solid #b8b8b8 1px; border-radius:3px;}
.login li.userName .fidtext,.login li.password .fidtext{ width:240px; height:20px; padding:13px 0; float:left; border:0; background:none; font:14px/20px "微软雅黑";}
.login li.userName b{ background:url(../images/login_ico.png) no-repeat; float:left; width:17px; height:23px; margin:12px 10px 0 8px;}
.login li.password b{ background:url(../images/login_ico.png) no-repeat 0 -30px; float:left; width:18px; height:20px; margin:13px 10px 0 8px;}
.login li.lgradio{ font-family:"微软雅黑"; color:#858585; padding:20px 0;}
.login li.lgradio label{ margin-right:30px;}
.login li.lgradio input{ margin:0 3px 3px 0;}
.login li.lgbnt{ height:45px; padding-top:15px;}
.login li.lgbnt input{ width:130px; height:45px; background:#0095e7; border:0 none; cursor:pointer; font:16px/45px "微软雅黑"; color:#FFF; border-radius:3px;}
.login li.ip{ color:#d6d5d5; text-align:center; font-family:"微软雅黑"; margin-top:22px;}
.login li.msg{ color:red; text-align:center; font-family:"微软雅黑";}



