@charset "utf-8";
body{
    background: url("../img/lgbg.png") no-repeat left top fixed;
    /*background: #3C8DBC;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-wrap{width: 1000px;margin: 0 auto;}
.login-top{text-align: center;color: #fff;margin-top: 118px;}
.logo,.logo-line{display: block;}
.logo{margin: 0 auto;width: 116px;height: 116px;padding-top: 30px;}
.logo-name{font-size: 30px;line-height: 64px;}
.logo-line{margin: 23px auto 0;}
.welcome{font-size: 24px;line-height: 90px;}
.login-main{width: 485px;margin: 23px auto;border-radius: 5px;background: #f8faf9;overflow: hidden;padding-bottom: 30px;}
.login-tab li{float:left;width: 100%;height: 46px;line-height: 46px;text-align: center;font-size: 18px;color: #fff;cursor: pointer;background-color: #00aab7;}
.login-tab .active{background: #f8faf9;color: #666;}
.login-content{padding: 0 38px;}
.login-tips{color: red;font-size: 16px;line-height: 48px;height: 48px;}
.list-group{margin: 0;}
.login-list{}
.login-list li{padding-bottom: 10px;}
.ipt-group{padding-left: 46px;height: 50px;border:solid 1px #d6d8d7;border-radius: 3px;background-color: #fff;overflow: hidden;position: relative;}
.icon{display: inline-block;background: url("../img/loginicon.png") no-repeat center;*display: inline;*zoom:1;}
.ipt-group .icon{width: 46px;height: 48px;position: absolute;left: 0;top:0;}
.usericon{background-position: 0px 0px;}
.passicon{background-position: -46px 0px;}
.codeicon{background-position: 0px -48px;}
.ipt{width: 100%;height: 100%;border: none;font-size: 16px;color: #666;}
.usercode-wrap{display: none;}
.code-wrap{position: relative;padding-right: 190px;}
.code-wrap .ipt-group{}
.user-codeimg,.codebtn{display: block;position: absolute;right: 0;top:0;width: 165px;max-height:50px;cursor: pointer;}
.codebtn{width: 165px;border: none;background-color: #00aab7;color: #fff;font-size: 16px;cursor: pointer;}
.codebtn[disabled="disabled"],.codebtn[disabled="true"]{background-color: #d6d8d7;color: #666;}
.logininfo{line-height: 24px;font-size: 14px;color: #666;}
.logininfo input{vertical-align: middle}
.logininfo label{padding-left: 5px;display:inline-block;vertical-align: middle;cursor: pointer;}
.forgetpwd{color: #666;}
.forgetpwd:hover{color: #00aab7;text-decoration: underline;}
.loginbtn{margin-top:20px;display: block;width: 100%;height: 40px;vertical-align: middle;font-size: 20px;line-height: 40px;color: #fff;background-color: #3dabfc;border-radius: 5px;border: none;}
/*登陆提示框*/
.success-tips{display:none;width: 100%;height: 100%;position: fixed;top:0;left: 0;background: rgba(0,0,0,0.5);z-index: 10;}
.success-main{position: absolute;top:50%;left: 50%;width:200px;height:46px;color:#333; background: #fff;margin-top: -23px;margin-left: -100px;border-radius: 5px;text-align: center;line-height: 46px;font-size: 16px;}


