.page-login {
    background: url(/static/image/bg-login.png) no-repeat;
    /* background-size: 100% auto; */
    min-height: 100vh;
}

    .page-login .header, .page-login .footer {
        background-color: transparent;
    }

.login-bd {
    width: 1170px;
    height: 460px;
    margin: 80px auto;
    display: flex;
    position: relative;
    box-shadow: 0px 8px 16px 2px rgba(102,102,102,0.02);
}

.login-adv {
    width: 780px;
    height: 100%;
    border-radius: 5px;
}

    .login-adv img {
        width: 100%;
        height: 100%;
        border-radius: 5px 0 0 5px
    }

.login-box {
    width: 390px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0 15px 15px 0;
}

    .login-box h3 {
        font-size: 20px;
        color: #333333;
        text-align: center;
        padding: 30px 0 15px 0;
    }

.login-title {
    font-size: 28px;
    padding: 30px 0;
    text-align: center;
}

.login-hd {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

    .login-hd h3 {
        width: 50%;
        padding: 5px 0 !important;
        /* cursor: pointer; */
        font-weight: 500;
        text-align: center;
        border-bottom: solid 1px #eee;
    }

        .login-hd h3.active {
            border-bottom: solid 2px #F79241 !important;
        }

.login-qrcode h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 20px 0;
}

.login-box-tips {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    padding-bottom: 12px;
}

.login-box-input-block {
    padding-bottom: 10px;
    position: relative;
}

.login-box-input {
    width: 320px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
}

.login-box-input-block-code {
    width: 320px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    padding: 0 !important;
    display: flex;
}

    .login-box-input-block-code .login-box-input {
        border: 0;
        width: 180px;
    }

.agree-rules {
    line-height: 30px;
    margin-top: 5px;
}

    .agree-rules a {
        color: blue;
    }

.send-code {
    font-size: 16px;
    font-weight: 400;
    color: #0074DF;
    height: 20px;
    line-height: 20px;
    width: 140px;
    text-align: center;
    border: none;
    border-left: 1px solid #d5d5d5;
    margin-top: 12px;
    background: #fff;
}

    .send-code:disabled {
        color: #888;
    }

.login-box-operate {
    width: 320px;
    padding: 0 10px;
    font-size: 16px;
    display: inline-flex;
    position: relative;
    min-height: 24px;
}

.send-code-num {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    height: 20px;
    line-height: 20px;
    width: 140px;
    text-align: center;
    border: none;
    border-left: 1px solid #d5d5d5;
    margin-top: 12px;
    background: #fff;
    user-select: none;
}

.login-box-btn button {
    width: 320px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.login-method {
    position: absolute;
    bottom: 20px;
    right: 175px;
}

.login-method-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 60px;
    height: 60px;
    z-index: 2;
    cursor: pointer;
}

    .login-method-btn img {
        vertical-align: top;
        transition: all 0.3s;
        outline: 0;
        opacity: 1;
    }

    .login-method-btn map,
    .login-method-btn area {
        outline: 0;
    }

.login-qrcode .login-qrcode-body {
    padding-bottom: 40px;
    text-align: center;
}

.login-qrcode-img {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px auto;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

    .login-qrcode-img::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        border-left: 2px solid #F69241;
        border-top: 2px solid #F69241;
        content: "";
        border-top-left-radius: 20px;
    }

    .login-qrcode-img::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        border-right: 2px solid #F69241;
        border-top: 2px solid #F69241;
        content: "";
        border-top-right-radius: 20px;
    }

.login-qrcode-img1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-left: 2px solid #F69241;
    border-bottom: 2px solid #F69241;
    content: "";
    border-bottom-left-radius: 20px;
}

.login-qrcode-img1::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-right: 2px solid #F69241;
    border-bottom: 2px solid #F69241;
    content: "";
    border-bottom-right-radius: 20px;
}

.login-qrcode-scaned {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
    z-index: 2;
    display: inline-flex;
    user-select: none;
    font-size: 22px;
    display: none;
}

    .login-qrcode-scaned .icon-success {
        font-size: 100px;
        color: #F89501;
        background: #FFF;
        border-radius: 50px;
        display: inline-block;
        line-height: 1;
    }

    .right {
        position: absolute;
        right: 0;
    }

#validationImg {
    height: 40px;
    position: absolute;
    right: 10px;
}