﻿/* BGP_UI VIP member pricing page. All selectors are scoped to #bgpVipPage. */
#bgpVipPage,
#bgpVipPage * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#bgpVipPage {
    --bgp-vip-blue: #336fff;
    --bgp-vip-blue-2: #1684fc;
    --bgp-vip-blue-dark: #1c4de3;
    --bgp-vip-pink: #ff28d1;
    --bgp-vip-purple: #8c33ff;
    --bgp-vip-orange: #fca016;
    --bgp-vip-gold: #fcf0d3;
    --bgp-vip-ink: #19191a;
    --bgp-vip-deep: #1f292e;
    --bgp-vip-text: #555557;
    --bgp-vip-soft-text: #8b8c8f;
    --bgp-vip-line: #edf0f6;
    --bgp-vip-bg: #fafafc;
    --bgp-vip-gradient-from: rgb(5 127 255 / 67%);
    --bgp-vip-gradient-to: rgba(42,240,228,.17);
    position: relative;
    width: var(--bgp-vip-viewport-width, 100vw);
    max-width: none;
    min-width: 0;
    margin-left: calc((100% - var(--bgp-vip-viewport-width, 100vw)) / 2);
    margin-right: calc((100% - var(--bgp-vip-viewport-width, 100vw)) / 2);
    padding: 0 0 1px;
    overflow-x: hidden;
    color: var(--bgp-vip-ink);
    background-color: #fff;
    background-image:
        linear-gradient(180deg, rgba(255,255,255,0) 0, #fff 690px),
        linear-gradient(270deg, var(--bgp-vip-gradient-to) 0, var(--bgp-vip-gradient-from) 100%),
        linear-gradient(0deg, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 100% 1160px, 100% 1160px, 100% 100%;
    background-position: top center;
    font-family: BGPCustomFont, HarmonyOS Sans SC, PingFang SC, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#bgpVipPage a,
#bgpVipPage a:link,
#bgpVipPage a:visited,
#bgpVipPage a:hover {
    color: inherit;
    text-decoration: none;
}

#bgpVipPage h1,
#bgpVipPage h2,
#bgpVipPage h3,
#bgpVipPage p,
#bgpVipPage table,
#bgpVipPage tr,
#bgpVipPage td,
#bgpVipPage th {
    margin: 0;
    padding: 0;
}

#bgpVipPage button {
    border: 0;
    outline: 0;
    background: none;
    font-family: inherit;
}

#bgpVipPage #vipPlans {
    scroll-margin-top: 48px;
}

#bgpVipPage #vipSwitch,
#bgpVipPage #vipFaq {
    scroll-margin-top: 96px;
}

#bgpVipPage .bgp-vip-shell {
    width: min(1308px, calc(100% - 40px));
    margin: 0 auto;
}

#bgpVipPage .bgp-vip-hero {
    position: relative;
    width: 100%;
    min-height: 392px;
    padding: 62px 0 160px;
    overflow: visible;
    background: transparent;
}

#bgpVipPage.no-enterprise .bgp-vip-hero {
    min-height: 392px;
    padding-top: 96px;
    padding-bottom: 126px;
}

#bgpVipPage .bgp-vip-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 620px;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 14%, rgba(255,255,255,.72) 0, rgba(255,255,255,0) 260px),
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.64) 0, rgba(255,255,255,0) 280px);
}

#bgpVipPage .bgp-vip-hero .bgp-vip-shell {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#bgpVipPage .bgp-vip-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #08090d;
    font-size: 56px;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: 0;
}

#bgpVipPage .bgp-vip-subtitle {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 22px;
    color: #30343b;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#bgpVipPage .bgp-vip-audience {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 64px;
    margin-top: 46px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 36px;
    background: rgba(255,255,255,.66);
    -webkit-box-shadow: 0 5px 16px rgba(49,71,111,.10);
    box-shadow: 0 5px 16px rgba(49,71,111,.10);
}

#bgpVipPage .bgp-vip-audience-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 174px;
    height: 54px;
    padding: 8px 15px;
    border-radius: 30px;
    color: #535a64;
    text-align: left;
}

#bgpVipPage .bgp-vip-audience-item.active {
    color: #17181d;
    background: #fff;
    -webkit-box-shadow: 0 7px 14px rgba(65,80,88,.18);
    box-shadow: 0 7px 14px rgba(65,80,88,.18);
}

#bgpVipPage .bgp-vip-audience-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #fa9ae9;
}

#bgpVipPage .bgp-vip-audience-item.enterprise .bgp-vip-audience-icon {
    background: #336fff;
}

#bgpVipPage .bgp-vip-audience-title {
    display: block;
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

#bgpVipPage .bgp-vip-audience-desc {
    display: block;
    margin-top: 1px;
    color: #777f8d;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

#bgpVipPage .bgp-vip-pricing {
    position: relative;
    z-index: 3;
    margin-top: -78px;
}

#bgpVipPage .bgp-vip-cards {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: min(1308px, calc(100% - 40px));
    max-width: 100%;
    margin: 0 auto;
}

#bgpVipPage .bgp-vip-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 680px;
    padding: 62px 34px 34px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 14px 36px rgba(25,34,55,.08);
    box-shadow: 0 14px 36px rgba(25,34,55,.08);
    -webkit-transition: top .2s ease, border-color .2s ease, -webkit-box-shadow .2s ease;
    transition: top .2s ease, border-color .2s ease, -webkit-box-shadow .2s ease;
    transition: top .2s ease, box-shadow .2s ease, border-color .2s ease;
    transition: top .2s ease, box-shadow .2s ease, border-color .2s ease, -webkit-box-shadow .2s ease;
    top: 0;
}

#bgpVipPage .bgp-vip-card:hover {
    top: -8px;
    border-color: rgba(51,111,255,.5);
    -webkit-box-shadow: 0 18px 42px rgba(43,41,41,.13);
    box-shadow: 0 18px 42px rgba(43,41,41,.13);
}

#bgpVipPage .bgp-vip-card.is-hidden,
#bgpVipPage .bgp-vip-switch a.is-hidden {
    display: none;
}

#bgpVipPage .bgp-vip-card.featured {
    border-color: rgba(51,111,255,.42);
}

#bgpVipPage .bgp-vip-card.lifetime {
    border: 3px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #6094ff, #ff35ee) border-box;
    -webkit-box-shadow: 0 16px 40px rgba(51,111,255,.15);
    box-shadow: 0 16px 40px rgba(51,111,255,.15);
}

#bgpVipPage .bgp-vip-ribbon {
    position: absolute;
    left: 52px;
    right: 52px;
    top: -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    border-radius: 7px 7px 10px 10px;
    color: #6e42ff;
    background: #e8dcff;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    white-space: nowrap;
}

#bgpVipPage .bgp-vip-card.lifetime .bgp-vip-ribbon {
    left: -3px;
    right: -3px;
    top: -3px;
    height: 32px;
    border-radius: 9px 9px 0 0;
    color: #fff;
    background: linear-gradient(90deg, #6094ff, #ff35ee);
}

#bgpVipPage .bgp-vip-plan-name {
    color: #19191a;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

#bgpVipPage .bgp-vip-plan-desc {
    min-height: 36px;
    margin-top: 12px;
    color: #555557;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

#bgpVipPage .bgp-vip-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 58px;
    margin-top: 12px;
    color: #19191a;
}

#bgpVipPage .bgp-vip-price .currency {
    padding-bottom: 8px;
    margin-right: 4px;
    color: #19191a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

#bgpVipPage .bgp-vip-price .amount {
    color: #19191a;
    font-family: inherit;
    font-size: 42px;
    font-weight: 500;
    line-height: 48px;
}

#bgpVipPage .bgp-vip-price .period {
    padding-bottom: 8px;
    margin-left: 3px;
    color: #19191a;
    font-size: 14px;
    line-height: 18px;
}

#bgpVipPage .bgp-vip-origin {
    padding-bottom: 9px;
    margin-left: 9px;
    color: #9a9ca3;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
}

#bgpVipPage .bgp-vip-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 25px;
    margin-top: 9px;
}

#bgpVipPage .bgp-vip-tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    padding: 0 9px;
    border: 1px solid #dfe3eb;
    border-radius: 4px;
    color: #666f7c;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
}

#bgpVipPage .bgp-vip-tag.active {
    border-color: var(--bgp-vip-blue);
    color: #fff;
    background: var(--bgp-vip-blue);
}

#bgpVipPage .bgp-vip-gifts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 24px;
    margin-top: 15px;
}

#bgpVipPage .bgp-vip-gift {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 11px;
    color: #6e42ff;
    background: #f0e9ff;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
}

#bgpVipPage .bgp-vip-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
    height: 44px;
    min-height: 44px;
    margin-top: 31px;
    border: 2px solid var(--bgp-vip-blue);
    border-radius: 8px;
    color: var(--bgp-vip-blue);
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

#bgpVipPage .bgp-vip-card.featured .bgp-vip-button,
#bgpVipPage .bgp-vip-card.lifetime .bgp-vip-button {
    color: #fff;
    background: var(--bgp-vip-blue);
}

#bgpVipPage .bgp-vip-button:hover {
    color: #fff;
    background: #4381ff;
    border-color: #4381ff;
}

#bgpVipPage .bgp-vip-button.is-disabled,
#bgpVipPage .bgp-vip-button.is-disabled:hover {
    cursor: default;
    color: #8b8c8f;
    border-color: #dfe4ee;
    background: #f5f7fb;
    box-shadow: none;
}

#bgpVipPage .bgp-vip-pay-mask {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8,12,24,.48);
}

#bgpVipPage .bgp-vip-pay-mask.is-open {
    display: flex;
}

#bgpVipPage .bgp-vip-pay-dialog {
    position: relative;
    width: 360px;
    max-width: calc(100vw - 40px);
    padding: 28px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(8,12,24,.24);
    text-align: center;
}

#bgpVipPage .bgp-vip-pay-dialog h3 {
    margin: 0 0 8px;
    color: #19191a;
    font-size: 20px;
    font-weight: 500;
}

#bgpVipPage .bgp-vip-pay-dialog p {
    margin: 0 0 18px;
    color: #666f7c;
    font-size: 14px;
    line-height: 22px;
}

#bgpVipPage .bgp-vip-pay-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 18px 0;
}

#bgpVipPage .bgp-vip-pay-methods button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 34px;
    border: 1px solid #dfe4ee;
    border-radius: 8px;
    color: #555557;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

#bgpVipPage .bgp-vip-pay-methods button.active {
    color: #fff;
    border-color: var(--bgp-vip-blue);
    background: var(--bgp-vip-blue);
}

#bgpVipPage .bgp-vip-pay-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    margin: 0 auto 16px;
    border: 1px solid #edf0f6;
    border-radius: 8px;
    background: #fafbff;
    color: #8b8c8f;
    font-size: 14px;
    line-height: 22px;
}

#bgpVipPage .bgp-vip-pay-qr img {
    width: 200px;
    height: 200px;
}

#bgpVipPage .bgp-vip-pay-opened {
    color: #1f292e;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

#bgpVipPage .bgp-vip-pay-opened span {
    display: block;
    margin-top: 8px;
    color: #8b8c8f;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#bgpVipPage .bgp-vip-pay-close {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #8b8c8f;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}

#bgpVipPage .bgp-vip-benefits {
    margin-top: 27px;
}

#bgpVipPage .bgp-vip-benefit-title {
    margin-bottom: 14px;
    color: #19191a;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

#bgpVipPage .bgp-vip-benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 14px;
    min-height: 28px;
    padding: 6px 0;
    color: #686f7c;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

#bgpVipPage .bgp-vip-benefit strong {
    color: #686f7c;
    font-weight: 400;
    white-space: nowrap;
}

#bgpVipPage .bgp-vip-check {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    border-radius: 50%;
    color: #fff;
    background: #8b8c8f;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
}

#bgpVipPage .bgp-vip-check.blue {
    background: var(--bgp-vip-blue);
}

#bgpVipPage .bgp-vip-section {
    padding: 82px 0 96px;
    background: #fff;
}

#bgpVipPage .bgp-vip-section.gray {
    padding: 72px 0 114px;
    background: var(--bgp-vip-bg);
}

#bgpVipPage .bgp-vip-heading {
    margin-bottom: 36px;
    color: #19191a;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
}

#bgpVipPage .bgp-vip-switch {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    width: min(1308px, calc(100% - 40px));
    max-width: 100%;
    height: 40px;
    margin: 0 auto 44px;
    padding: 3px;
    border-radius: 20px;
    background: #eef0f4;
}

#bgpVipPage .bgp-vip-switch a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 18px;
    color: #666f7c;
    font-size: 14px;
    font-weight: 500;
}

#bgpVipPage .bgp-vip-switch a.active {
    color: #19191a;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(43,41,41,.08);
    box-shadow: 0 3px 10px rgba(43,41,41,.08);
}

#bgpVipPage .bgp-vip-table-wrap {
    width: min(1308px, calc(100% - 40px));
    margin: 0 auto;
}

#bgpVipPage .bgp-vip-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #555557;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
}

#bgpVipPage .bgp-vip-table th,
#bgpVipPage .bgp-vip-table td {
    height: 46px;
    padding: 12px 20px;
    border: 1px solid #f0f2f7;
    text-align: center;
    vertical-align: middle;
}

#bgpVipPage .bgp-vip-table th.is-highlight,
#bgpVipPage .bgp-vip-table td.is-highlight {
    border-left-color: rgba(51,111,255,.55);
    border-right-color: rgba(51,111,255,.55);
    background: rgba(51,111,255,.045);
}

#bgpVipPage .bgp-vip-table thead th.is-highlight {
    color: #336fff;
    background: rgba(51,111,255,.08);
}

#bgpVipPage[data-active-member="personal"] .bgp-vip-table [data-member-type="enterprise"],
#bgpVipPage[data-active-member="enterprise"] .bgp-vip-table [data-member-type="personal"] {
    display: none;
}

#bgpVipPage .bgp-vip-table th:first-child,
#bgpVipPage .bgp-vip-table td:first-child {
    width: 34%;
    text-align: left;
}

#bgpVipPage .bgp-vip-table thead th {
    color: #19191a;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
}

#bgpVipPage .bgp-vip-table .group-row td {
    height: 62px;
    padding: 32px 20px 14px;
    border-left-color: transparent;
    border-right-color: transparent;
    color: #19191a;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
}

#bgpVipPage .bgp-vip-table-note {
    display: block;
    margin-top: 4px;
    color: #8b8c8f;
    font-size: 12px;
    line-height: 17px;
}

#bgpVipPage .bgp-vip-faq {
    width: 970px;
    margin: 0 auto;
}

#bgpVipPage .bgp-vip-faq-item {
    padding: 0 0 0;
}

#bgpVipPage .bgp-vip-faq-item + .bgp-vip-faq-item {
    margin-top: 50px;
}

#bgpVipPage .bgp-vip-faq-item h3 {
    color: #19191a;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

#bgpVipPage .bgp-vip-faq-item p {
    margin-top: 12px;
    color: #555557;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

#bgpVipPage .bgp-vip-bottom-action {
    margin-top: 60px;
    text-align: center;
}

#bgpVipPage .bgp-vip-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 254px;
    height: 46px;
    border-radius: 10px;
    color: #fff;
    background: var(--bgp-vip-blue);
    font-size: 16px;
    font-weight: 500;
}

#bgpVipPage a.bgp-vip-more,
#bgpVipPage a.bgp-vip-more:link,
#bgpVipPage a.bgp-vip-more:visited {
    color: #fff;
}

#bgpVipPage .bgp-vip-more:hover {
    color: #fff;
    background: #4381ff;
}

#bgpVipPage .bgp-vip-float {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 990;
    width: 64px;
    overflow: visible;
    border: 1px solid #e8edf4;
    border-radius: 32px;
    background: rgba(255,255,255,.96);
    -webkit-box-shadow: 0 12px 36px rgba(39,54,78,.18);
    box-shadow: 0 12px 36px rgba(39,54,78,.18);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#bgpVipPage .bgp-vip-float a,
#bgpVipPage .bgp-vip-float button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 80px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eef1f6;
    color: #1f292e;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

#bgpVipPage .bgp-vip-float-qr {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: none;
    width: 156px;
    padding: 10px;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(39,54,78,.18);
    transform: translateY(-50%);
}

#bgpVipPage .bgp-vip-float-qr img {
    display: block;
    width: 136px;
    height: 136px;
}

#bgpVipPage .bgp-vip-float a:hover .bgp-vip-float-qr,
#bgpVipPage .bgp-vip-float button:hover .bgp-vip-float-qr {
    display: block;
}

#bgpVipPage .bgp-vip-float a:last-child,
#bgpVipPage .bgp-vip-float button:last-child {
    border-bottom: 0;
}

#bgpVipPage .bgp-vip-float i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1684fc, #ff28d1);
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 500;
}

#bgpVipPage .bgp-vip-mobile-profile,
#bgpVipPage .bgp-vip-mobile-highlights {
    display: none;
}

@media (max-width: 1340px) {
    #bgpVipPage .bgp-vip-shell,
    #bgpVipPage .bgp-vip-cards,
    #bgpVipPage .bgp-vip-switch,
    #bgpVipPage .bgp-vip-table-wrap {
        width: min(1120px, calc(100% - 40px));
    }

    #bgpVipPage .bgp-vip-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }

    #bgpVipPage .bgp-vip-card {
        padding-left: 28px;
        padding-right: 28px;
    }

}

@media (max-width: 1200px) {
    #bgpVipPage {
        min-width: 0;
    }

    #bgpVipPage .bgp-vip-shell,
    #bgpVipPage .bgp-vip-cards,
    #bgpVipPage .bgp-vip-switch,
    #bgpVipPage .bgp-vip-table-wrap {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    #bgpVipPage .bgp-vip-cards {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }

    #bgpVipPage .bgp-vip-card {
        width: auto;
    }

    #bgpVipPage .bgp-vip-table-wrap {
        overflow-x: auto;
    }

    #bgpVipPage .bgp-vip-table {
        min-width: 920px;
    }

    #bgpVipPage .bgp-vip-faq {
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 710px) {
    #bgpVipPage .bgp-vip-hero {
        min-height: 240px;
        padding: 38px 0 86px;
    }

    #bgpVipPage .bgp-vip-title {
        font-size: 26px;
        line-height: 32px;
    }

    #bgpVipPage .bgp-vip-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    #bgpVipPage .bgp-vip-audience {
        height: auto;
        margin-top: 28px;
        border-radius: 18px;
    }

    #bgpVipPage .bgp-vip-audience-item {
        width: 142px;
        height: 46px;
        padding: 6px 10px;
    }

    #bgpVipPage .bgp-vip-audience-icon {
        width: 26px;
        height: 26px;
        -webkit-flex-basis: 26px;
        -ms-flex-preferred-size: 26px;
        flex-basis: 26px;
        font-size: 12px;
    }

    #bgpVipPage .bgp-vip-audience-title {
        font-size: 12px;
        line-height: 14px;
    }

    #bgpVipPage .bgp-vip-audience-desc {
        font-size: 10px;
        line-height: 14px;
    }

    #bgpVipPage .bgp-vip-cards {
        grid-template-columns: 1fr;
        margin-left: 16px;
        margin-right: 16px;
    }

    #bgpVipPage .bgp-vip-card {
        min-height: 0;
    }

    #bgpVipPage .bgp-vip-switch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 4px;
        overflow-x: auto;
        border-radius: 10px;
    }

    #bgpVipPage .bgp-vip-switch a {
        min-width: 108px;
        height: 34px;
    }

    #bgpVipPage .bgp-vip-heading {
        font-size: 24px;
        line-height: 32px;
    }

    #bgpVipPage .bgp-vip-faq {
        margin-left: 20px;
        margin-right: 20px;
    }

    #bgpVipPage .bgp-vip-float {
        display: none;
    }
}
