/* 
    Created on : 2015-4-14, 14:17:20
    Author     : YUWEI<msr9615@163.com>
*/
html,body {height:100%;}
body{position: relative; overflow: hidden;}
.bg{width:100%; z-index: 0; position: absolute;}
/*登陆窗口*/
.loginBox{width: 100%; height:430px; position: absolute; top: 50%; margin-top: -215px; z-index: 8888;}
.loginBox_on{width: 100%; height: 430px; margin: 0 auto;}
.login_in{margin:0 auto; box-shadow: 0 0 6px #888; width: 260px; height: 350px; padding: 40px; background: rgba(255,255,255,0.7); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80ffffff,endColorstr=#80ffffff)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80ffffff, endColorstr=#80ffffff); overflow: hidden; position: relative;}
.login_in h2{height: 30px; font:400 20px/30px "Microsoft YaHei","微软雅黑",Arial,"宋体"; }

.login_in ul{width: 260px; height: auto; overflow: hidden;}
.login_in li.item{width: 258px; height: 34px; margin-top: 20px; border: 1px solid #8E9198; background:#FFF; position: relative;}
.login_in li.item .inputstyle{position: relative; display: inline-block; width: 220px; height: 34px; padding-left: 38px; border: 0; background: none; font: 400 14px/34px "Microsoft YaHei","微软雅黑",Arial,"宋体"; color: #777;}
.login_in li.item .Validform_error{background: #FFE1E7;}

.login_in li.item
.login_in li.focus{border: 1px solid #FD7114;}
.login_in li.item span{display: block; width: 20px; height: 20px; position: absolute; left: 8px; bottom: 8px; background-image: url(../images/icon1_login.png); background-repeat: no-repeat;}
.login_in li.item span.uname{background-position: -1px -2px;}
.login_in li.item span.upwd{background-position: -50px -2px;}
.placeholder_copy {display: none; position: absolute; height: 36px; left: 42px; bottom: 0px; font-size: 12px; line-height: 36px; color: #ADADAD;}

.login_in .login-txt{width: 260px; height: 20px; margin-top: 20px; padding-top: 20px; border-top: 1px dotted #a2a2a2; font-family: "microsoft yahei","SimHei",Arial,sans-serif; overflow: hidden;}
.login_in .login-txt input{position: relative; top: 2px;}
.login_in .login-txt a{margin-left: 10px; color: #23729E;}

.login-btn{display: block; margin-top: 20px; width: 260px; height: 42px; text-align: center; border: none; background: #fa7b00; color: #fff; cursor: pointer; font:700 16px/42px "Microsoft YaHei","微软雅黑",Arial,"宋体";}
.login-btn:hover{background: #F90; }
.login-btn .in {display: none;}
.log-in .in {display: inline-block;}
.log-in .on {display: none;}
.icon-loading {display: inline-block; margin-right: 5px; width: 16px; height: 16px; vertical-align: -3px; background: url(../images/loading_icon.gif) no-repeat 0 0;}
.gray{color: #999;}
/*报错提示*/
.checktip{height: 30px; font: 100 14px/30px "microsoft yahei","SimHei",Arial,sans-serif; color: #F00; margin-top: 10px;}



/*底部版权*/
.login_in .login_copy{width: 340px; height: 20px; text-align: center; color: #000000; font: 100 12px/20px "microsoft yahei","SimHei",Arial,sans-serif; position: absolute; left: 0; bottom: 15px;}

