@charset "UTF-8";
.re-body {
    background: #ffae00;
    background: -moz-linear-gradient(left, #ffae00 0, #ff6000 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #ffae00), color-stop(100%, #ff6000));
    background: -webkit-linear-gradient(left, #ffae00 0, #ff6000 100%);
    background: -o-linear-gradient(left, #ffae00 0, #ff6000 100%);
    background: -ms-linear-gradient(left, #ffae00 0, #ff6000 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffae00), to(#ff6000));
    background: -webkit-gradient(linear, left top, right top, from(#ffae00), to(#ff6000));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae00), to(#ff6000));
    background: linear-gradient(to right, #ffae00 0, #ff6000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffae00, endColorstr=#ff6000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1,startColorstr=#ffae00,endColorstr=#ff6000)"
}
.login-box {
    /*width: 380px;
    height: 440px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    position: absolute;
    left: 1180px;
    top: 30px*/
}
.login-bt {
    font-size: 18px;
    color: #666;
    position: relative;
    text-align: center;
    margin-top: 54px
}
.login-bt::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #999;
    top: 12px;
    left: 40px
}
.login-bt::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #999;
    top: 12px;
    right: 34px
}
.login-btn {
    width: 270px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px
}
.login-btn.qq-btn {
    margin-top: 52px;
    background: #6cf;
    background: -moz-linear-gradient(left, #6cf 0, #3090f0 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #6cf), color-stop(100%, #3090f0));
    background: -webkit-linear-gradient(left, #6cf 0, #3090f0 100%);
    background: -o-linear-gradient(left, #6cf 0, #3090f0 100%);
    background: -ms-linear-gradient(left, #6cf 0, #3090f0 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6cf), to(#3090f0));
    background: -webkit-gradient(linear, left top, right top, from(#6cf), to(#3090f0));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #6cf), to(#3090f0));
    background: linear-gradient(to right, #6cf 0, #3090f0 100%);
    background: #6cf \9\0
}
.login-btn.we-btn {
    margin-top: 36px;
    background: #8fe019;
    background: -moz-linear-gradient(left, #8fe019 0, #79cd00 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #8fe019), color-stop(100%, #79cd00));
    background: -webkit-linear-gradient(left, #8fe019 0, #79cd00 100%);
    background: -o-linear-gradient(left, #8fe019 0, #79cd00 100%);
    background: -ms-linear-gradient(left, #8fe019 0, #79cd00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#8fe019), to(#79cd00));
    background: -webkit-gradient(linear, left top, right top, from(#8fe019), to(#79cd00));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #8fe019), to(#79cd00));
    background: linear-gradient(to right, #8fe019 0, #79cd00 100%);
    background: #8fe019 \9\0
}
.login-box.ban .login-btn {
    background: #ccc;
    cursor: default
}
.login-box .login-free {
    color: #ff8a00;
    font-size: 16px;
    padding-top: 36px;
    text-align: center
}
.login-btn .icon-qq {
    font-size: 34px;
    color: #fff;
    vertical-align: -4px
}
.login-btn .icon-weixin {
    font-size: 43px;
    color: #fff;
    vertical-align: -4px
}
.qq-login {
    line-height: 58px
}
.wechat-login {
    line-height: 58px
}
.wechat-re .login-btn {
    letter-spacing: 0
}
.wechat-re .vip-num {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 25px auto 28px
}
.wechat-re .vip-num span {
    color: #ff8a00
}
.wechat-re .qq-btn {
    margin-top: 0
}
.banq-agree {
    position: relative;
    font-size: 14px;
    color: #979797;
    text-align: center;
    padding-top: 40px
}
.banq-agree .agree-tips {
    display: none;
    position: absolute;
    bottom: -48px;
    left: 61px;
    width: 274px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #666;
    -webkit-border-radius: 8px;
    border-radius: 8px
}
.banq-agree .agree-tips:before {
    position: absolute;
    top: -18px;
    left: 6px;
    content: '';
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #666
}
.banq-agree a {
    color: #979797
}
.go-login {
    color: #999;
    position: absolute;
    right: 30px;
    bottom: 20px
}
.go-login a {
    color: #ff8a00
}
.go-login a:hover {
    text-decoration: underline
}
.wechat-re .login-bt {
    margin-top: 44px
}
.re-popbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1100;
    top: 0;
    left: 0
}
.re-popbox .login-box {
    width: 600px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px
}
.re-popbox h2 {
    font-size: 42px;
    color: #ff9100;
    letter-spacing: 15px;
    text-align: center;
    line-height: 42px;
    padding-top: 54px;
    font-weight: 400
}
.re-popbox .wechat-re h2 {
    padding-top: 44px
}
.re-popbox .vip-num {
    position: relative;
    margin-bottom: 30px
}
.re-popbox .vip-num::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 85px;
    height: 1px;
    background-color: #999;
    top: 10px;
    left: 66px
}
.re-popbox .vip-num::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 85px;
    height: 1px;
    background-color: #999;
    top: 10px;
    right: 66px
}
.re-popbox .login-btn {
    height: 45px;
    font-size: 18px;
    line-height: 45px
}
.re-popbox .login-btn .icon-qq {
    font-size: 28px;
    margin-right: 20px
}
.re-popbox .login-btn .icon-weixin {
    font-size: 34px;
    margin-right: 15px
}
.re-popbox .qq-login {
    line-height: 45px
}
.re-popbox .wechat-login {
    line-height: 45px
}
.re-popbox .banq-agree {
    padding-top: 35px
}
.lo-pop .vip-num {
    letter-spacing: 3px;
    margin-bottom: 40px
}
.re-popbox .lo-pop .login-btn {
    letter-spacing: 6px;
    margin-bottom: 30px;
}
.re-popbox .lo-pop h2 {
    padding-top: 54px
}
.wechat-re .login-btn.we-btn {}
.re-popbox .close-pop {
    height: 21px;
    width: 22px;
    background: url(http://js.ibaotu.com/revision/img/icon-public.png);
    position: absolute;
    right: 15px;
    top: 15px;
    display: block
}
@media all and (max-width:1680px) {
    header {
        width: 1200px
    }
    .login-box {
        left: 930px
    }
    .img-box img:last-child {
        left: 414px
    }
    .img-box img:first-child {
        left: -50px
    }
}
.re-popbox .login-box {
    background: #fff;
    border-radius: 8px;
    width: 500px;
    height: 400px
}
.re-popbox h2 {
    font-size: 36px;
    line-height: 36px
}
.re-popbox .wechat-re h2 {
    padding-top: 30px
}
.re-popbox .vip-num {
    margin: 20px auto
}
.re-popbox.login-pop .vip-num {
    margin: 30px auto
}
.re-popbox .vip-num:after, .re-popbox .vip-num:before {
    display: none
}
.re-popbox .login-btn {
    width: 240px;
    height: 40px;
    line-height: 40px
}
.re-popbox .qq-login {
    line-height: 40px
}
.re-popbox .login-btn .icon-qq {
    margin-right: 20px;
    font-size: 24px;
    vertical-align: -3px
}
.wechat-re .login-btn.we-btn {
    margin-top: 20px
}
.re-popbox .wechat-login {
    line-height: 40px
}
.re-popbox .login-btn .icon-weixin {
    font-size: 29px;
    vertical-align: -3px
}
.re-popbox .banq-agree {
    padding-top: 20px
}
.login-btn:hover {
    color: #f5f5f5;
}