/* 
 *@名称: login.css
 *@功能: 后台登录页面样式
 *@作者: jt-Kish
 *@版本: v1.0
 *@时间: 2013-06-20
 */
@charset "utf-8";
html { overflow: hidden; _overflow: auto; height: 100%;}
body { overflow: auto;  height: 100%; background: url("../images/bgBody.jpg") no-repeat center top;}
.pageDiv { _background: url("../images/bgBody-ie6.jpg") no-repeat center top;}
/*
  @ 登录框
*/
.login { position: relative; display: inline-block; margin: 80px auto;  width: 100%; height: 364px; background: url("../images/login.png") center top no-repeat; _background: none;}
.login dt { height: 30px; line-height: 30px; padding-top: 65px; _padding-top: 60px; background: url("../images/login-tit.png") center bottom no-repeat;}
.login dt:hover { color: #f60; cursor: default;}
.login dd { position: absolute; width: 260px; left: 50%; margin-left:-130px; }
.login p { margin-top: 6px;}
.login p input { width: 160px; height: 26px; line-height: 26px; padding: 0 5px; background-image: url("../images/loginFrm-f.gif");}
.login p label { line-height: 30px; color: #6e3d2e; font-size: 14px; font-weight: bold;}
.login p.num { overflow: hidden;}
.login div { margin-top: 10px; padding-left: 61px; text-align: left;}
.login input { color: #888;}
.login span.num { float: left; display: inline-block; height: 24px; line-height: 24px; padding: 0 8px; margin-left: 8px; font-weight: bold; letter-spacing: 3px; color: #6e3d2e; border: 1px solid #acb4bc;background: #dfe6ec;}
.login input.login-user { background-position: 0px 0px;}
.login p input.login-pwd { background-position: 0px 0px;}
.login p input.login-code { width: 93px; background-position: 0px -27px;}
.login .login-btn { width: 171px; height: 27px; line-height: 27px; background: url("../images/loginFrm-f.gif") right 0px; color: #fff; text-align: center; font-weight: bold; cursor: pointer;}
.login a { color: #6e3d2e;}
.login a.reg { float: left;}
.login a.fog { float: right; display: inline-block; margin-right: 25px;}
.login a:hover {color: #f60;}

/*
 @ 其他登陆方式
*/
.other_and_sub{position: relative;}
.other_login { position: absolute; bottom: 0px; left: 0px;}
.other_login a { display: block;  width: 26px; height: 26px; background: url("../images/login_v6.png") no-repeat; cursor: pointer; transition: all 0s;}
.other_login a.log_wechat { background-position: right top;}
.other_login a.log_wechat:hover { background-position: right bottom;}