/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/* Homepage slider arrows */
.module-sliders .slider-1 .flickity-prev-next-button {
    background: rgba(255, 255, 255, .42);
    border-color: rgba(17, 24, 39, .08);
    color: rgba(31, 41, 51, .62);
    box-shadow: 0 6px 18px rgba(31, 41, 51, .08);
    opacity: .58;
}

.module-sliders .slider-1 .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, .72);
    color: rgba(31, 41, 51, .86);
    box-shadow: 0 8px 22px rgba(31, 41, 51, .12);
    opacity: .86;
}

@media screen and (max-width: 768px) {
    .content-area .homw-row-full.module-sliders {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .module-sliders .slider-1 {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0;
    }

    .module-sliders .slider-1 .slider-1-carousel {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
    }

    .module-sliders .slider-1 .slider-in,
    .module-sliders .slider-1 .slider-img {
        border-radius: 0;
    }

    .module-sliders .slider-1 .flickity-prev-next-button,
    .module-sliders .slider-1 button.flickity-button {
        display: none !important;
    }
}

/* Homepage stats module */
.module-stats {
    margin-bottom: 0 !important;
}

.module-stats .home-row-left.content-area {
    margin-bottom: 0 !important;
}

.mngjd-stats-panel {
    background: transparent;
    border: 0;
}

.mngjd-stats-panel::before,
.mngjd-stats-ink,
.mngjd-stats-icon {
    display: none !important;
}

.mngjd-stats-panel::after {
    border-color: rgba(71, 91, 108, .10);
    box-shadow:
        0 0 0 70px rgba(71, 91, 108, .035),
        0 0 0 150px rgba(71, 91, 108, .024),
        0 0 0 240px rgba(71, 91, 108, .016);
}

.footer,
.site-footer-nav {
    margin-top: 0 !important;
}

.footer-bottom-right {
    display: none !important;
}

/* Login/register modal refinements */
.login-box-content {
    width: 400px;
}

.login-box-content .login-box-top {
    padding: 34px 34px 28px;
}

.login-box-content .login-title {
    margin-bottom: 28px;
}

.login-box-content .login-form-item {
    display: flex;
    align-items: stretch;
    gap: 8px;
    overflow: visible;
}

.login-box-content .login-form-item + .login-form-item {
    margin-top: 22px;
}

.login-box-content .login-form-item span {
    position: static;
    order: 1;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.35;
    cursor: default;
}

.login-box-content .login-form-item span::after {
    display: none;
}

.login-box-content .login-form-item input {
    order: 2;
    height: 48px;
    font-size: 16px;
    padding: 10px 44px 10px 12px;
}

.login-box-content .login-box-des {
    order: 3;
    margin-top: 0;
    color: #9ca3af;
    text-align: left;
}

.login-box-content .login-eye {
    top: 31px;
}

.login-box-content .login-check-input .login-eye.button {
    top: auto;
    bottom: 8px;
    height: 32px;
    padding: 0 12px;
    font-size: 15px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box-content .check-code-img {
    top: 34px;
}

.login-box-content .login-form-item.login-check-input.show {
    height: auto;
    min-height: 80px;
}

@media screen and (max-width: 768px) {
    .login-box-content {
        width: 92vw;
    }

    .login-box-content .login-box-top {
        padding: 30px 22px 24px;
    }
}

/*下面是您自己DIY的css样式代码*/

/* VIP page v1 (kept disabled for rollback) */
@media not all {
body.vips #vips {
    --vip-ink: #1d2329;
    --vip-ink-soft: #59636c;
    --vip-line: rgba(29, 35, 41, .11);
    --vip-line-strong: rgba(29, 35, 41, .2);
    --vip-white: rgba(255, 255, 255, .96);
    --vip-seal: #9b3a32;
    padding-bottom: 72px;
}

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

body.vips .vip-top::before {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 480px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(43, 52, 58, .07) 0, rgba(43, 52, 58, .025) 42%, transparent 72%);
    content: "";
    filter: blur(14px);
    pointer-events: none;
    transform: translateX(-50%);
}

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

.mngjd-vip-hero {
    max-width: 760px;
    padding: 76px 24px 28px;
    text-align: center;
}

.mngjd-vip-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--vip-seal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.mngjd-vip-kicker::before,
.mngjd-vip-kicker::after {
    width: 28px;
    height: 1px;
    margin: 0 12px;
    background: currentColor;
    content: "";
    opacity: .5;
}

body.vips .mngjd-vip-hero h1 {
    margin: 16px 0 0;
    color: var(--vip-ink);
    font-family: "STKaiti", "KaiTi", "Songti SC", serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.35;
}

body.vips .mngjd-vip-hero p {
    margin: 14px 0 0;
    color: var(--vip-ink-soft);
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.8;
}

.mngjd-vip-ink-line {
    display: block;
    width: 108px;
    height: 5px;
    margin: 22px auto 0;
    background: linear-gradient(90deg, transparent, rgba(29, 35, 41, .22) 24%, var(--vip-ink) 50%, rgba(29, 35, 41, .22) 76%, transparent);
    clip-path: polygon(0 46%, 18% 34%, 41% 42%, 58% 18%, 79% 38%, 100% 47%, 80% 58%, 55% 78%, 35% 62%, 14% 66%);
}

body.vips .vip-count {
    max-width: 960px;
    margin-top: 14px;
}

body.vips .vip-count ul {
    overflow: hidden;
    border: 1px solid var(--vip-line);
    border-radius: 16px;
    background: var(--vip-white);
    box-shadow: 0 18px 50px rgba(29, 35, 41, .07);
}

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

body.vips .vip-count ul li + li::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    width: 1px;
    background: var(--vip-line);
    content: "";
}

body.vips .vip-count ul li .vip-in {
    min-height: 156px;
    box-sizing: border-box;
    margin: 0;
    padding: 25px 20px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.vips .vip-count .vip-in > span:first-child {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .06em;
}

body.vips .vip-in-number {
    margin: 10px 0 14px;
    color: var(--vip-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

body.vips .vip-in-number b {
    margin: 0 4px;
    color: #8b9298;
    font-family: inherit;
    font-size: 11px;
}

body.vips .vip-count button.empty {
    height: 30px;
    padding: 0 14px;
    border-color: var(--vip-line-strong);
    border-radius: 999px;
    color: var(--vip-ink-soft);
    font-size: 12px;
    transition: all .2s ease;
}

body.vips .vip-count button.empty:hover {
    border-color: var(--vip-ink);
    background: var(--vip-ink);
    color: #fff;
}

body.vips .vip-current {
    display: inline-flex;
    align-items: center;
    max-width: 960px;
    min-height: 48px;
    box-sizing: border-box;
    justify-content: center;
    margin: 10px 0 0;
    padding: 11px 22px;
    border: 1px solid var(--vip-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--vip-ink-soft);
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 28px rgba(29, 35, 41, .05);
}

body.vips .vip-current::before {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--vip-seal);
    content: "";
    box-shadow: 0 0 0 4px rgba(155, 58, 50, .08);
}

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

body.vips .vip-list {
    align-items: stretch;
    gap: 24px;
    padding-top: 12px;
}

body.vips .vip-item {
    display: flex;
    width: calc(33.3333% - 16px);
    padding: 0;
}

body.vips .vip-list-in {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 430px;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    padding: 40px 0 24px;
    border: 1px solid var(--vip-line);
    border-radius: 18px;
    background: var(--vip-white);
    box-shadow: 0 16px 45px rgba(29, 35, 41, .08);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.vips .vip-list-in::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(29, 35, 41, .75), transparent);
    content: "";
}

body.vips .vip-item:hover .vip-list-in {
    border-color: var(--vip-line-strong);
    box-shadow: 0 22px 60px rgba(29, 35, 41, .13);
    transform: translateY(-4px);
}

body.vips .vip-item-featured {
    transform: translateY(-12px);
}

body.vips .vip-item-featured .vip-list-in {
    border-color: rgba(29, 35, 41, .3);
    box-shadow: 0 24px 65px rgba(29, 35, 41, .14);
}

body.vips .vip-item-featured .vip-list-in::before {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--vip-ink);
    color: #fff;
    content: "推荐";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
}

body.vips .vip-list-in h2 {
    font-family: "STKaiti", "KaiTi", "Songti SC", serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .08em;
}

body.vips .vip-price {
    margin: 22px 0 24px;
}

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

body.vips .vip-price-money span {
    font-size: 42px;
    line-height: 1;
}

body.vips .vip-price-day {
    color: #949ba1;
    font-size: 13px;
}

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

body.vips .vip-allow,
body.vips .vip-allow:nth-child(odd) {
    min-height: 48px;
    box-sizing: border-box;
    padding: 12px 24px;
    border-top: 1px solid rgba(29, 35, 41, .07);
    background: transparent;
    color: #a4a9ae;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

body.vips .vip-allow.allow {
    color: #3f474e;
}

body.vips .vip-allow i.b2-check-line {
    color: #55725d;
}

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

body.vips .vip-buy button {
    height: 44px;
    margin: 0 24px;
    border: 1px solid var(--vip-ink);
    border-radius: 7px;
    background: var(--vip-ink);
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    box-shadow: none;
    transition: all .2s ease;
}

body.vips .vip-buy button:hover {
    background: #090b0d;
    box-shadow: 0 10px 25px rgba(29, 35, 41, .2);
    transform: translateY(-1px);
}

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

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

body.vips .vip-footer > p {
    margin-top: 6px;
    color: #9aa0a5;
    font-size: 11px;
    letter-spacing: .28em;
}

body.vips .vip-faq {
    overflow: hidden;
    margin-top: 26px;
    border: 1px solid var(--vip-line);
    border-radius: 16px;
    background: var(--vip-white);
    box-shadow: 0 18px 50px rgba(29, 35, 41, .07);
}

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

body.vips .vip-faq-list:hover {
    background: rgba(29, 35, 41, .018);
}

body.vips .vip-faq-list + .vip-faq-list {
    border-top-color: rgba(29, 35, 41, .08);
}

body.vips .vip-faq-list h2 {
    position: relative;
    padding: 22px 0;
    color: #3f474e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

body.vips .vip-faq-list h2::after {
    position: absolute;
    top: 50%;
    right: -40px;
    color: #737c84;
    content: "+";
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    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: -5px 0 22px;
    color: #737c84;
    font-size: 14px;
    line-height: 1.9;
}

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

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

    .mngjd-vip-hero {
        padding: 54px 18px 20px;
    }

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

    body.vips .mngjd-vip-hero p {
        margin: 12px 20px 0;
        font-size: 13px;
    }

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

    body.vips .vip-count ul {
        border-radius: 12px;
    }

    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: 110px;
        margin: 0;
        padding: 18px 5px 14px;
    }

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

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

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

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

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

    body.vips .vip-list {
        gap: 16px;
        padding-top: 0;
    }

    body.vips .vip-item {
        width: 100%;
        padding: 0;
    }

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

    body.vips .vip-list-in {
        min-height: 0;
        padding-top: 34px;
        border-radius: 14px;
    }

    body.vips .vip-list-in h2 {
        font-size: 22px;
    }

    body.vips .vip-price-money span {
        font-size: 38px;
    }

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

    body.vips .vip-faq {
        border-radius: 12px;
    }

    body.vips .vip-faq-list {
        padding: 0 52px 0 18px;
    }

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

    body.vips .vip-faq-list h2::after {
        right: -30px;
    }

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

/* 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;
    width: 33.3333%;
    padding: 0 22px;
}

body.vips .vip-item:nth-child(1) {
    --tier-color: #b1842f;
    --tier-wash: rgba(177,132,47,.15);
}

body.vips .vip-item:nth-child(2) {
    --tier-color: #778790;
    --tier-wash: rgba(119,135,144,.16);
}

body.vips .vip-item:nth-child(3) {
    --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: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
    border: 1px solid var(--tier-color);
    color: var(--tier-color);
    content: "月";
    font-size: 10px;
    letter-spacing: 0;
    vertical-align: 4px;
    transform: none;
}

body.vips .vip-item:nth-child(2) .vip-list-in h2::after { content: "年"; }
body.vips .vip-item:nth-child(3) .vip-list-in h2::after { content: "久"; }

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;
    }

    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;
}
