.value-center-dialog {
    max-width: none;
    justify-content: center;
}

.value-center-content {
    width: 859px;
    height: 500px;
    background-color: var(--color2);
    border-radius: 16px;
    overflow: hidden;
    border: none;
}

.value-center-header {
    display: flex;
    height: 100%;
}

.value-center-header > div {
    height: 100%;
}

.value-center-header-l {
    width: 430px;
    position: relative;
    overflow: hidden;
    padding: 41px 33px;
    background-image: url(../image/login_bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.value-center-header-l > .logo {
    opacity: 0.8;
    height: 26px;
    margin-bottom: 58px;
}

.value-center-header-l > .get-account-id {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--color1);
    letter-spacing: 1.8px;
    margin-bottom: 22px;
}

.value-center-header-l > .banner {
    width: 367px;
    height: 177px;
    border-radius: 16px;
}

.value-center-header-l > .desc {
    margin-top: 22px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #e5e5e5;
    line-height: 24px;
}

.value-center-header-r {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 36px 36px 0;
    overflow: hidden;
}

.value-center-header-r .banner {
    display: none;
}

.value-center-header-r-desc {
    font-size: 24px;
    font-weight: 700;
    color: var(--color1);
    text-align: center;
}

.value-center-login {
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login-close {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 18px;
    opacity: 0.5;
}

.nav-pills .value-center-link {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--color1);
}

.nav-pills .value-center-link.active {
    position: relative;
    color: var(--color4);
    background: none;

    &:after{
        display: none !important;
        background: transparent;
    }

    &:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -6px;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #4ed462, #30933f);
    }
}

@media (max-width: 992px) {
    .value-center-header-l {
        display: none;
    }

    .value-center-modal {
        top: auto;
        bottom: 0;
        height: 552px;
        overflow: hidden;
    }

    .value-center-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .value-center-content {
        border-radius: 16px 16px 0px 0px !important;
        height: 100%;
    }

    .value-center-header-r .banner {
        display: block;
        margin-top: 18px;
        width: 100%;
        height: 144px;
        /*height: auto;*/
        border-radius: 6px;
    }
}
