
.w{
    width: 990px!important;
}

.login-header-warp{
    background-color: #fff;
    height: 100px;
}

#logo{
    width: 220px;
    height: 100px;
    display: inline-block;
    background: url(../images/login_logo.png) no-repeat;
}

#welcome{
    width: 130px;
    height: 100px;
    display: inline-block;
    background: url(../images/login-welcome.png) no-repeat;
}

.login-warp{
    height: 450px;
}

.login-box{
    width: 390px;
    height: 400px;
    float: right;
    margin-top: 25px;
    position: relative;
}

.login-top{
    height: 20px;
    width: 370px;
    background: #fff;
}

.login-box > i{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/login-sp.png) no-repeat 0 0;
}

.login{
    width: 350px;
    height: 360px;
    background: #fff;
    padding: 10px 20px;
    position: relative;
}

.login-title h1{
    font-size: 18px;
    color: #000;
    display: inline-block;
}

.login-title a{
    font-size: 14px;
    color: #d7272a;
    display: inline-block;
    float: right;
    height: 24px;
    line-height: 24px;
    text-indent: 28px;
    background: url(../images/login-sp.png) no-repeat 0 -226px;
}

.login-title a:hover{
    text-decoration: underline;
}

.footer-links{
    margin: 20px 0 15px 0;
    color: #7b6565;
}

.footer-links a{
    padding: 10px 12px;
    color: #7b6565;
}

.footer-links a:hover{
    color: #d7272a;
}

.copyright{
    color: #7b6565;
}

.login-form{
    margin: 16px 0;
    height: 214px;
    position: relative;
}

.login-input{
    height: 39px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-left: 38px;
    margin-bottom: 6px;
}

.login-input.focus{
    border-color: #3863f5;
}

.login-input.failed{
    border-color: #dd2a3a;
}

.login-input > input{
    width: 95%;
    padding: 10px 0;
    border: none;
    font-size: 14px;
}

.input-verify{
    height: 40px;
    width: 100%;
}

.input-halt{
    width: 40%;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 38px;
    float: left;
}

.input-halt > input{
    width: 120px;
    padding: 10px;
    border: none;
    font-size: 14px;
}

.input-verify > a{
    margin-left: 10px;
    display: block;
    float: left;
    color: #3379DB;
}

.input-verify > a > img{
    margin-right: 6px;
}

.username_t{
    background: url(../images/login-sp.png) no-repeat 0 -20px;
}

.password_b{
    height: 38px;

    background: url(../images/login-sp.png) no-repeat 0 -58px;
}

.clear-input{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../images/login-sp.png) no-repeat 0 -194px;
    cursor: pointer;
}

.login-line{
    font-size: 14px;
    padding: 10px 0;
    line-height: 24px;
}

.login-line > a{
    display: inline-block;
    float: right;
    color: #000;
}

.login-line > a:hover{
    color: #3379db;
    text-decoration: underline;
}

.login-checkbox{
    padding-left: 26px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: url(../images/login-sp.png) no-repeat -120px -134px;
    cursor: pointer;
}

.login-checkbox.active{
    color: #3379db;
    background: url(../images/login-sp.png) no-repeat -120px -158px;
}

.login-checkbox:hover{
    color: #3379db;
}

.login-warning{
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 3px;
    padding: 0 38px;
    margin: 6px 0;
    font-weight: bold;
    background: #5a5a5a url(../images/login-sp.png) no-repeat 0 -96px;
}

.login-button{
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #de2c2c;
    border: 1px solid #de2c2c;
    padding: 9px 0;
    width: 348px;
    bottom: 0;
    position: absolute;
}

.login-button:hover{
    color: #de2c2c;
    border-color: #de2c2c;;
    background-color: #fff;
}

.info-text{
    padding: 6px 0;
    color: #999;
}

.login-third{
    position: absolute;
    bottom: 10px;
}

.third-login{
    height: 30px;
}

.third-login > a{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}

.third-login > i{
    display: block;
    height: 20px;
    float: left;
    font-size: 14px;
    color: #ddd;
    margin: 5px 10px 0 10px;
}

.login-QRC{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: url(../images/login-sp.png) no-repeat 0 -134px;
    cursor: pointer;
}

.login-third-qq{
    background: url(../images/third-logos.png) no-repeat 0 0;
}

.login-third-qq:hover{
    background-position: -30px 0;
}

.login-third-wechat{
    background: url(../images/third-logos.png) no-repeat 0 -30px;
}

.login-third-wechat:hover{
    background-position: -30px -30px;
}