.login-tab {
    position: relative;
    width: 100%;
}

    .login-tab > div {
        padding-bottom: 20px;
        cursor: pointer;
        flex: 1;
        text-align: center;
    }

.login-active {
    position: relative;
    color: #2D7BFF;
}

    .login-active::after {
        position: absolute;
        content: "";
        width: 220px;
        height: 2px;
        background: #2D7BFF;
        bottom: 0;
        left: 0;
    }

.login-tip-container {
    position: absolute;
    top: 10px;
    right: -20px;
}

.login-tip1 {
    background-image: url('/assets/v2021/img/login/smdl@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px 2px 6px;
    color: #2469F3;
}

.login-tip2 {
}

.h-line {
    width: 100%;
    height: 1px;
    background: #eee;
}

.right-box {
    padding: 60px 80px 55px;
}

.login-input {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
}

.wechat-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    padding-bottom:18px;
    border-bottom:1px solid #E5E5E5;
}

.not-allowed {
    cursor: not-allowed;
}

.login-btn {
    background: #3470F5;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.login-code-btn {
    background: #2469f3;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 42px;
    cursor:not-allowed;
    border: 1px solid #E5E5E5;
}

.login-btn-act {
    background: #3470F5;
    color: #FFFFFF;
    cursor: pointer !important;
}

.g-p-text2 {
    font-size: 16px;
    font-weight: 700;
}

.wechat-login-btn:hover {
    color: #2469F3;
}
