@charset "utf-8";
/* CSS Document */
/*reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, span, em, b, i, input, select, textarea{margin:0; padding:0;}
body{font-size:12px; line-height:180%; font-family:Verdana, Simsun;}
ul, li{list-style:none;}
em, i{font-style:normal;}
img{border:0;}
a{text-decoration:none; color:#333;}
a:hover{text-decoration:underline; color:#3DA2E1;}

/*default*/
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{display:block; height:0; font-size:0; content:"."; clear:both;}
.clearfix{*zoom:1;}

html, body{height:100%; width:100%; overflow:hidden;}
body.login{background:#dcf8fb url(../images/loginBack.jpg) center top no-repeat; background-size:100%;}
body.login .wrap{position:relative; width:100%; height:100%; min-width:1200px; min-height:580px;}
.login .main{margin:0 auto; width:1200px; height:519px; }
.login .foot{position:absolute; left:0; bottom:100px; width:100%; height:58px;}
.login .foot p{line-height:58px; text-align:center; color:#4b4b4b;}

.login-box{ text-align:center; width:550px; height:303px; background-image:url(../images/form_04.png); background-repeat:no-repeat; background-size:100% 100%;margin:6% auto 0 auto;}
.login-box h3{ padding-top:30px; margin-bottom:15px; height:30px; letter-spacing:3px; font:22px/30px Simhei; color:#002B5C;}
.login-item{margin-bottom:10px; height:35px; position:relative;}
.login-item em{margin-right:2px; font:bold 14px/35px Simsun; color:#6c6c6c;}
.login-item .mini-textbox-border{height:24px; vertical-align:middle; font:14px/25px Simsun; border:1px solid #7ea2a6; background:url(../images/login-input-bg.gif) no-repeat;}
.login-error{margin-bottom:15px; padding-left:62px; color:#ff4107;}
.login-btn input{ width:80px; height:30px; line-height:999px; font-size:0; border:0; background-repeat:no-repeat; background-position:center center; cursor:pointer;}
.login-btn button.log{width:300px; height:40px; background:#002B5C; color:#fff;border:none;}
.login-btn input.can{background-image:url(../images/login-btn2.gif);}

.ipt-img {position:absolute; left:135px; top:10px;}
.ipt {height:35px; line-height:35px; width:258px; margin:20px auto; display:block; border:1px solid #e0e0e0; padding-left:40px;}
.nobee_logo { width:200px; height:122px; background-image:url(../images/logo.png); background-size:100%; background-repeat:no-repeat; margin: 110px auto 0 auto;}
.regist{float:left; margin:10px 10px 150px 335px; color:#002B5C;text-decoration:underline;cursor: pointer;}
.forget{float:left; margin:10px 10px; color:#002B5C;text-decoration:underline;cursor: pointer;}
.regist:hover{color:#993366;}
.forget:hover{color:#993366;}
 