/* VIP page v2: white-base Chinese ink-wash composition */
body.vips #vips {
    --ink: #171b1e;
    --ink-2: #3f484f;
    --ink-3: #7b8389;
    --ink-line: rgba(23, 27, 30, .13);
    --seal: #a13b33;
    padding-bottom: 80px;
    color: var(--ink);
}

body.vips .vip-top {
    position: relative;
    margin-top: -24px;
    margin-bottom: 42px;
    overflow: hidden;
    background: transparent;
}

body.vips .vip-top::before {
    display: none;
}

body.vips .vip-top > .content-area {
    position: relative;
    z-index: 1;
}

.mngjd-vip-hero {
    position: relative;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    padding: 92px 30px 42px;
    text-align: center;
}

.mngjd-vip-hero::before {
    position: absolute;
    top: 42px;
    left: 50%;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, transparent 0 7%, rgba(23,27,30,.08) 10%, rgba(23,27,30,.24) 31%, rgba(23,27,30,.1) 58%, rgba(23,27,30,.28) 76%, transparent 92%);
    content: "";
    filter: blur(.35px);
    opacity: .8;
    pointer-events: none;
    transform: translateX(-50%) rotate(-10deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
}

.mngjd-vip-hero::after {
    position: absolute;
    top: 80px;
    right: 8px;
    padding-left: 10px;
    border-left: 1px solid rgba(23, 27, 30, .25);
    color: rgba(23, 27, 30, .48);
    content: "墨香入卷";
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 13px;
    letter-spacing: .35em;
    line-height: 1.65;
    writing-mode: vertical-rl;
}

.mngjd-vip-kicker,
body.vips .mngjd-vip-hero h1,
body.vips .mngjd-vip-hero p,
.mngjd-vip-ink-line,
.mngjd-vip-seal {
    position: relative;
    z-index: 2;
}

.mngjd-vip-kicker {
    display: inline-block;
    color: var(--ink-2);
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 13px;
    letter-spacing: .28em;
}

.mngjd-vip-kicker::before,
.mngjd-vip-kicker::after {
    display: inline-block;
    width: 34px;
    height: 1px;
    margin: 0 14px 4px;
    background: linear-gradient(90deg, transparent, rgba(23,27,30,.55));
    content: "";
}

.mngjd-vip-kicker::after {
    background: linear-gradient(90deg, rgba(23,27,30,.55), transparent);
}

body.vips .mngjd-vip-hero h1 {
    margin: 17px 0 0;
    color: var(--ink);
    font-family: "STKaiti", "KaiTi", "FangSong", serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.4;
    text-shadow: 0 1px 0 #fff;
}

body.vips .mngjd-vip-hero p {
    margin: 14px 0 0;
    color: var(--ink-3);
    font-family: "Songti SC", "SimSun", serif;
    font-size: 14px;
    letter-spacing: .12em;
}

.mngjd-vip-ink-line {
    display: block;
    width: 150px;
    height: 8px;
    margin: 24px auto 0;
    background: linear-gradient(90deg, transparent, rgba(23,27,30,.35) 18%, var(--ink) 52%, rgba(23,27,30,.16) 78%, transparent);
    clip-path: polygon(0 48%, 11% 36%, 26% 44%, 41% 22%, 55% 43%, 67% 30%, 81% 48%, 100% 44%, 83% 61%, 68% 57%, 52% 78%, 37% 55%, 19% 66%);
}

.mngjd-vip-seal {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border: 2px solid var(--seal);
    color: var(--seal);
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.05;
    transform: none;
}

body.vips .vip-count {
    width: 100%;
    max-width: 1000px;
    margin-top: 12px;
}

body.vips .vip-count ul {
    position: relative;
    display: flex;
    overflow: visible;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid rgba(23,27,30,.17);
    border-bottom: 1px solid rgba(23,27,30,.1);
    border-radius: 0;
    background: rgba(255,255,255,.68);
    box-shadow: none;
}

body.vips .vip-count ul::before,
body.vips .vip-count ul::after {
    position: absolute;
    left: 50%;
    width: 58%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(23,27,30,.25), transparent);
    content: "";
    transform: translateX(-50%);
}

body.vips .vip-count ul::before { top: -2px; }
body.vips .vip-count ul::after { bottom: -2px; opacity: .45; }

body.vips .vip-count ul li {
    position: relative;
    width: 33.3333%;
}

body.vips .vip-count ul li + li::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 1px;
    background: linear-gradient(transparent, rgba(23,27,30,.2), transparent);
    content: "";
}

body.vips .vip-count ul li .vip-in {
    min-height: 128px;
    margin: 0;
    padding: 20px 10px 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.vips .vip-count .vip-in > span:first-child {
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 16px;
    letter-spacing: .1em;
}

body.vips .vip-count li:nth-child(1) .vip-in > span:first-child { color: #b1842f !important; }
body.vips .vip-count li:nth-child(2) .vip-in > span:first-child { color: #778790 !important; }
body.vips .vip-count li:nth-child(3) .vip-in > span:first-child { color: #287b9a !important; }

body.vips .vip-in-number {
    margin: 7px 0 9px;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: 29px;
}

body.vips .vip-in-number b {
    margin: 0 5px;
    color: var(--ink-3);
    font-family: "Songti SC", serif;
    font-size: 11px;
}

body.vips .vip-count button.empty {
    height: auto;
    padding: 2px 0;
    border: 0;
    border-bottom: 1px solid rgba(23,27,30,.3);
    border-radius: 0;
    background: transparent;
    color: var(--ink-2);
    font-size: 12px;
}

body.vips .vip-count button.empty::after {
    margin-left: 6px;
    content: "→";
}

body.vips .vip-count button.empty:hover {
    border-color: var(--seal);
    background: transparent;
    color: var(--seal);
}

body.vips .vip-current {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 18px 0 0;
    padding: 8px 24px;
    border: 0;
    border-left: 3px solid var(--ink);
    border-radius: 0;
    background: rgba(255,255,255,.82);
    color: var(--ink-2);
    font-family: "Songti SC", serif;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 5px 20px rgba(23,27,30,.04);
}

body.vips .content-area.vip-page {
    width: 1160px;
}

body.vips .vip-list {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    padding: 28px 18px 30px;
    border-top: 1px solid rgba(23,27,30,.2);
    border-bottom: 1px solid rgba(23,27,30,.14);
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 65px rgba(23,27,30,.08);
}

body.vips .vip-list::before {
    position: absolute;
    top: -3px;
    right: 16%;
    left: 16%;
    height: 6px;
    background: linear-gradient(90deg, transparent, rgba(23,27,30,.24), rgba(23,27,30,.65) 52%, rgba(23,27,30,.18), transparent);
    clip-path: polygon(0 45%, 12% 32%, 28% 49%, 45% 28%, 63% 42%, 82% 25%, 100% 48%, 83% 67%, 65% 55%, 46% 74%, 27% 55%, 10% 68%);
    content: "";
}

body.vips .vip-item {
    --tier-color: var(--ink);
    --tier-wash: rgba(23,27,30,.1);
    display: flex;
    flex: 1 1 300px;
    width: auto;
    max-width: 560px;
    padding: 0 22px;
}

body.vips .vip-item[data-vip-id="vip0"] {
    --tier-color: #b1842f;
    --tier-wash: rgba(177,132,47,.15);
}

body.vips .vip-item[data-vip-id="vip1"] {
    --tier-color: #778790;
    --tier-wash: rgba(119,135,144,.16);
}

body.vips .vip-item[data-vip-id="vip2"] {
    --tier-color: #287b9a;
    --tier-wash: rgba(40,123,154,.14);
}

body.vips .vip-item + .vip-item {
    border-left: 1px solid rgba(23,27,30,.11);
}

body.vips .vip-list-in {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 455px;
    box-sizing: border-box;
    flex-direction: column;
    overflow: visible;
    padding: 34px 0 18px;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,.76);
    box-shadow: none;
    transition: background .25s ease, transform .25s ease;
}

body.vips .vip-list-in::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--tier-wash), rgba(23,27,30,.025) 46%, transparent 68%);
    content: "";
    transform: translateX(-50%);
}

body.vips .vip-list-in::after {
    position: absolute;
    top: 91px;
    left: 50%;
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tier-color), transparent);
    content: "";
    transform: translateX(-50%);
}

body.vips .vip-item:hover .vip-list-in {
    background: rgba(255,255,255,.94);
    transform: translateY(-3px);
}

body.vips .vip-item-featured {
    transform: none;
}

body.vips .vip-item-featured .vip-list-in {
    background: rgba(255,255,255,.93);
}

body.vips .vip-item-featured .vip-list-in::before {
    background: radial-gradient(circle, var(--tier-wash), rgba(23,27,30,.035) 46%, transparent 68%);
}

body.vips .vip-item-featured .vip-list-in > h2::before {
    display: none;
}

body.vips .vip-list-in h2 {
    position: relative;
    z-index: 1;
    color: var(--tier-color) !important;
    font-family: "STKaiti", "KaiTi", "FangSong", serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .16em;
}

body.vips .vip-list-in h2::after {
    display: none;
    content: none;
}

body.vips .vip-list:has(+ .vip-empty) { display: none; }
body.vips .vip-empty { padding: 48px 20px; text-align: center; color: var(--ink-2); }

body.vips .vip-price {
    position: relative;
    z-index: 1;
    margin: 30px 0 25px;
}

body.vips .vip-price-money {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

body.vips .vip-price-money span {
    font-size: 45px;
    font-weight: 400;
}

body.vips .vip-price-day {
    color: var(--ink-3);
    font-family: "Songti SC", serif;
    font-size: 12px;
}

body.vips .vip-row {
    flex: 1;
}

body.vips .vip-allow,
body.vips .vip-allow:nth-child(odd) {
    min-height: 50px;
    box-sizing: border-box;
    padding: 13px 13px;
    border-top: 1px solid rgba(23,27,30,.08);
    background: transparent;
    color: #969da2;
    font-family: "Songti SC", serif;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

body.vips .vip-allow.allow { color: var(--ink-2); }
body.vips .vip-allow i.b2-check-line { color: #4e6656; }

body.vips .vip-buy {
    margin-top: 20px;
}

body.vips .vip-buy button {
    position: relative;
    width: calc(100% - 26px);
    height: 46px;
    margin: 0 13px;
    border: 0;
    border-radius: 2px;
    background: linear-gradient(96deg, #101416, #272e32 48%, #111518);
    color: #fff;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 15px;
    letter-spacing: .18em;
    box-shadow: none;
    clip-path: none;
    transition: transform .2s ease, filter .2s ease;
}

body.vips .vip-buy button:hover {
    filter: contrast(1.15);
    transform: translateY(-2px);
}

body.vips .vip-footer {
    position: relative;
    margin-top: 78px;
}

body.vips .vip-footer::before {
    display: block;
    width: 1px;
    height: 42px;
    margin: 0 auto 18px;
    background: linear-gradient(transparent, rgba(23,27,30,.45));
    content: "";
}

body.vips .vip-footer > h2 {
    color: var(--ink);
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .2em;
}

body.vips .vip-footer > p {
    margin-top: 5px;
    color: var(--seal);
    font-size: 10px;
    letter-spacing: .35em;
}

body.vips .vip-faq {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    border: 0;
    border-top: 1px solid rgba(23,27,30,.2);
    border-bottom: 1px solid rgba(23,27,30,.15);
    border-radius: 0;
    background: rgba(255,255,255,.91);
    box-shadow: 0 20px 55px rgba(23,27,30,.06);
}

body.vips .vip-faq::before {
    display: none;
}

body.vips .vip-faq-list {
    position: relative;
    padding: 0 72px 0 56px;
    transition: background .2s ease;
}

body.vips .vip-faq-list:hover {
    background: rgba(23,27,30,.018);
}

body.vips .vip-faq-list + .vip-faq-list {
    border-top-color: rgba(23,27,30,.08);
}

body.vips .vip-faq-list h2 {
    position: relative;
    padding: 22px 0;
    color: var(--ink-2);
    font-family: "Songti SC", "SimSun", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

body.vips .vip-faq-list h2::before {
    position: absolute;
    top: 50%;
    left: -37px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--seal);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

body.vips .vip-faq-list h2::after {
    position: absolute;
    top: 50%;
    right: -40px;
    color: var(--ink-3);
    content: "+";
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    transition: transform .2s ease;
    transform: translateY(-50%);
}

body.vips .vip-faq-list:has(p:not(.b2-hidden)) h2::after {
    transform: translateY(-50%) rotate(45deg);
}

body.vips .vip-faq-list p {
    margin: -4px 0 23px;
    color: var(--ink-3);
    font-family: "Songti SC", serif;
    font-size: 14px;
    line-height: 1.95;
}

@media screen and (max-width: 768px) {
    body.vips #vips { padding-bottom: 45px; }

    body.vips .vip-top {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 26px;
    }

    .mngjd-vip-hero {
        padding: 62px 16px 30px;
    }

    .mngjd-vip-hero::before {
        top: 34px;
        width: 190px;
        height: 190px;
    }

    .mngjd-vip-hero::after { display: none; }

    .mngjd-vip-kicker {
        font-size: 11px;
        letter-spacing: .18em;
    }

    .mngjd-vip-kicker::before,
    .mngjd-vip-kicker::after {
        width: 20px;
        margin-right: 8px;
        margin-left: 8px;
    }

    body.vips .mngjd-vip-hero h1 {
        margin-top: 14px;
        font-size: 32px;
        letter-spacing: .1em;
    }

    body.vips .mngjd-vip-hero p {
        font-size: 12px;
        letter-spacing: .06em;
    }

    .mngjd-vip-ink-line { margin-top: 18px; }

    .mngjd-vip-seal {
        width: 29px;
        height: 29px;
        font-size: 9px;
    }

    body.vips .vip-count {
        width: calc(100% - 24px);
        margin-top: 8px;
    }

    body.vips .vip-count ul {
        padding: 5px 0;
    }

    body.vips .vip-count ul li,
    body.vips .vip-count ul li:nth-child(n) {
        width: 33.3333%;
    }

    body.vips .vip-count ul li .vip-in {
        min-height: 92px;
        padding: 16px 3px 10px;
    }

    body.vips .vip-count .vip-in > span:first-child {
        font-size: 12px;
        letter-spacing: 0;
    }

    body.vips .vip-in-number {
        margin-top: 8px;
        font-size: 21px;
    }

    body.vips .vip-count button.empty { display: none; }

    body.vips .vip-current {
        width: calc(100% - 24px);
        min-height: 38px;
        margin-top: 12px;
        padding: 8px 12px;
        font-size: 12px;
    }

    body.vips .content-area.vip-page {
        width: calc(100% - 24px);
    }

    body.vips .vip-list {
        display: block;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.vips .vip-list::before { display: none; }

    body.vips .vip-item {
        width: 100%;
        padding: 0;
        border: 0 !important;
        max-width: none;
    }

    body.vips .vip-item + .vip-item {
        margin-top: 18px;
    }

    body.vips .vip-list-in {
        min-height: 0;
        padding: 34px 16px 20px;
        border-top: 1px solid rgba(23,27,30,.18);
        border-bottom: 1px solid rgba(23,27,30,.12);
        background: rgba(255,255,255,.96);
        box-shadow: 0 15px 42px rgba(23,27,30,.07);
    }

    body.vips .vip-list-in h2 { font-size: 23px; }
    body.vips .vip-price { margin: 27px 0 22px; }
    body.vips .vip-price-money span { font-size: 40px; }
    body.vips .vip-allow { padding-right: 10px; padding-left: 10px; }

    body.vips .vip-footer { margin-top: 48px; }

    body.vips .vip-footer::before {
        height: 28px;
        margin-bottom: 14px;
    }

    body.vips .vip-footer > h2 { font-size: 27px; }

    body.vips .vip-faq { margin-top: 22px; }

    body.vips .vip-faq::before { left: 16px; }

    body.vips .vip-faq-list {
        padding: 0 50px 0 38px;
    }

    body.vips .vip-faq-list h2 {
        padding: 19px 0;
        font-size: 14px;
    }

    body.vips .vip-faq-list h2::before { left: -26px; }
    body.vips .vip-faq-list h2::after { right: -29px; }

    body.vips .vip-faq-list p {
        margin-bottom: 19px;
        font-size: 13px;
    }
}

/* Keep typography consistent with the original site font stack. */
body.vips #vips .mngjd-vip-kicker,
body.vips #vips .mngjd-vip-hero h1,
body.vips #vips .mngjd-vip-hero p,
body.vips #vips .mngjd-vip-seal,
body.vips #vips .vip-count .vip-in > span:first-child,
body.vips #vips .vip-in-number,
body.vips #vips .vip-in-number b,
body.vips #vips .vip-count button.empty,
body.vips #vips .vip-current,
body.vips #vips .vip-list-in h2,
body.vips #vips .vip-price-money,
body.vips #vips .vip-price-day,
body.vips #vips .vip-allow,
body.vips #vips .vip-buy button,
body.vips #vips .vip-footer > h2,
body.vips #vips .vip-footer > p,
body.vips #vips .vip-faq-list h2,
body.vips #vips .vip-faq-list p {
    font-family: inherit !important;
}
/* One or two available VIPs use vertically stacked membership cards. */
body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .vip-top {
    margin-bottom: 30px;
}

body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .mngjd-vip-hero {
    padding: 54px 30px 22px;
}

body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .mngjd-vip-hero::before {
    top: 22px;
    width: 210px;
    height: 210px;
    opacity: .5;
}

body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .mngjd-vip-hero h1 {
    font-size: 40px;
}

body.vips .vip-list:has(> .vip-item:first-child:nth-last-child(-n+2)) {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    width: 100%;
    max-width: 860px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(23, 27, 30, .18);
    border-bottom: 1px solid rgba(23, 27, 30, .12);
    border-radius: 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 48px rgba(35, 58, 67, .065);
}

body.vips .vip-list:has(> .vip-item:first-child:nth-last-child(-n+2))::before {
    display: block;
    z-index: 2;
    pointer-events: none;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) {
    display: block;
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.vips .vip-item:first-child:nth-last-child(2) + .vip-item {
    border-top: 1px solid rgba(23, 27, 30, .1);
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    grid-template-areas: "title benefits" "price benefits" "price action";
    column-gap: 52px;
    min-height: 264px;
    margin: 0;
    padding: 30px 20px;
    background: transparent;
    transform: none;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 43%;
    height: auto;
    border-right: 1px solid rgba(47, 81, 91, .09);
    border-radius: 0;
    background-color: transparent;
    background-image: radial-gradient(
        ellipse 65% 70% at 50% 45%,
        var(--tier-wash) 0%,
        var(--tier-wash) 22%,
        transparent 100%
    );
    transform: none;
    pointer-events: none;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in::after {
    display: none;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in h2 {
    grid-area: title;
    align-self: end;
    margin: 4px 0 34px;
    font-size: 28px;
    letter-spacing: .1em;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in h2::before {
    position: absolute;
    display: block;
    top: auto;
    right: auto;
    bottom: -17px;
    left: 50%;
    width: 80px;
    height: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, transparent, var(--tier-color) 48%, transparent);
    content: "";
    transform: translateX(-50%);
    pointer-events: none;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-price {
    grid-area: price;
    align-self: start;
    margin: 0;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-price-money span {
    font-size: 56px;
    line-height: 1.25;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-price-day {
    padding-left: 8px;
    font-size: 14px;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-row {
    position: relative;
    grid-area: benefits;
    min-width: 0;
    text-align: left;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-row::before {
    display: block;
    margin-bottom: 12px;
    color: var(--ink-3);
    content: "会员权益";
    font-size: 12px;
    letter-spacing: .2em;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-allow {
    gap: 12px;
    min-height: 46px;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(23, 27, 30, .07);
    font-size: 14px;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-allow > div:last-child {
    flex-shrink: 0;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-buy {
    grid-area: action;
    margin: 18px 0 0;
}

body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-buy button {
    width: 100%;
    height: 46px;
    margin: 0;
    border-radius: 3px;
    background: linear-gradient(110deg, #22383e, #17282e);
    font-size: 16px;
}

body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .vip-footer {
    max-width: 860px;
    margin: 48px auto 0;
}

body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .vip-footer::before {
    display: none;
}

@media screen and (max-width: 768px) {
    body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .mngjd-vip-hero {
        padding: 40px 12px 18px;
    }

    body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .mngjd-vip-hero h1 {
        font-size: clamp(24px, 6.7vw, 32px);
        letter-spacing: .06em;
    }

    body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .mngjd-vip-hero::before {
        top: 12px;
        width: 180px;
        height: 180px;
    }

    body.vips .vip-list:has(> .vip-item:first-child:nth-last-child(-n+2)) {
        max-width: 480px;
        padding: 0;
    }

    body.vips .vip-item:first-child:nth-last-child(2) + .vip-item {
        border-top: 1px solid rgba(23, 27, 30, .1) !important;
    }

    body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "title" "price" "benefits" "action";
        min-height: 0;
        padding: 28px 20px;
        border: 0;
        box-shadow: none;
    }

    body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in::before {
        top: 0;
        bottom: auto;
        width: 100%;
        height: 190px;
        border-right: 0;
        border-bottom: 0;
        background:
            radial-gradient(ellipse 145px 105px at 50% 28%, var(--tier-wash), transparent 78%),
            linear-gradient(180deg, rgba(247, 249, 248, .98), rgba(255, 255, 255, .9));
    }

    body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-list-in h2 {
        margin: 0 0 32px;
        font-size: 25px;
    }

    body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-price-money span {
        font-size: 54px;
    }

    body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-row {
        margin-top: 24px;
    }

    body.vips .vip-item:is(:only-child, :first-child:nth-last-child(2), :nth-child(2):last-child) .vip-allow {
        font-size: 13px;
    }

    body.vips #vips:has(.vip-item:first-child:nth-last-child(-n+2)) .vip-footer {
        margin-top: 36px;
    }
}
