.equity-page {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    color: #333;
    padding-bottom: 48px;
}

.equity-hero {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.equity-hero-overlay {
    width: 100%;
    height: 100%;
}

.equity-hero-overlay img {
    object-fit: cover;
    /* max-height: 560px; */
}

.equity-hero-overlay-inner {
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.equity-hero-overlay-inner h1 {
    margin-bottom: 36px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.equity-hero-overlay-inner p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.equity-hero-btn {
    margin-top: 112px;
    width: 160px;
    height: 48px;
    border: none;
    background: url(../../assets/image/pc/equitiesGood/btn-consult.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.equity-section {
    padding: 26px 0;
}

.equity-title {
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.equity-tabs {
    margin: 64px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.equity-tab {
    border: 0;
    padding: 15px 25px;
    font-size: 20px;
    color: #333;
    background: #F7F8FC;
    border-radius: 47px;
    cursor: pointer;
}

.equity-tab.is-active {
    background: #0148A4;
    color: #fff;
}

.equity-brand-swiper-wrap {
    margin-top: 18px;
    padding: 20px 14px;
    background: #fff;
    border-radius: 6px;
}

.equity-brand-swiper {
    width: 100%;
    overflow: hidden;
}

.equity-brand-swiper .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.equity-brand-image-wrap {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.equity-brand-image {
    display: block;
    width: 100%;
    height: auto;
}

.equity-brand-pagination {
    margin-top: 12px;
    text-align: center;
}

.equity-brand-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important;
    background: #d0d5df;
    opacity: 1;
}

.equity-brand-pagination .swiper-pagination-bullet-active {
    background: #0148A4;
}

.equity-physical {
    background: linear-gradient(180deg, #fafbfc 0%, #f0f3f8 45%, #fafbfc 100%);
    border-top: 1px solid #eceff4;
    border-bottom: 1px solid #eceff4;
    padding: 40px 0 48px;
}

.equity-sub {
    margin: 22px 0 0;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.equity-title-physical {
    color: #1a1a1a;
    font-weight: 700;
}

.equity-sub-physical {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.8;
    color: #8b9099;
    letter-spacing: 0.2px;
}

.equity-sub-sep {
    display: inline-block;
    margin: 0 10px;
    color: #cfd4dc;
    font-weight: 300;
}

/* 实物权益 Tab 切换 */
.equity-goods-tabs {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.equity-goods-tab {
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #6a6a6a;
    padding: 6px 10px;
    margin: 0 6px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    position: relative;
}

.equity-goods-tab.active {
    color: #2f2f2f;
}

.equity-goods-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 52px;
    height: 3px;
    transform: translateX(-50%);
    background: #0148A4;
}

.equity-goods-content {
    margin-top: 24px;
    min-height: 490px;
}

.equity-goods-panel {
    display: none;
}

.equity-goods-panel.active {
    display: block;
}

.equity-goods-panel img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.equity-physical-wrap {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 148px 1fr 148px;
    gap: 8px 16px;
    align-items: center;
}

.equity-side-tags {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.equity-tag-pill {
    height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #4facfe 0%, #2b6fd8 45%, #1e4fa8 100%);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(43, 111, 216, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.equity-tag-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(43, 111, 216, 0.45);
}

.equity-tag-pill.is-active {
    background: linear-gradient(90deg, #5bb0ff 0%, #3578e0 50%, #2560c4 100%);
    box-shadow: 0 4px 16px rgba(30, 90, 180, 0.5);
}

.equity-swiper-area {
    position: relative;
    overflow: visible;
    min-height: 400px;
}

.equity-physical-cloud {
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
}

.equity-physical-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 168px;
    height: 168px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    background: radial-gradient(circle at 35% 30%, #5eb0ff 0%, #2a7fe8 38%, #1a5fc4 100%);
    box-shadow:
        0 12px 40px rgba(30, 110, 200, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    z-index: 2;
}

.equity-physical-orb {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.equity-physical-orb-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    color: #4a5568;
    box-shadow:
        0 4px 16px rgba(15, 50, 100, 0.08),
        0 2px 6px rgba(15, 50, 100, 0.06);
    border: 1px solid rgba(230, 235, 245, 0.95);
}

.equity-advantage {
    background: #fff;
    padding-top: 52px;
}

.equity-title-dark {
    color: #222;
}

.equity-adv-grid {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
}

.equity-adv-card {
    display: flex;
    align-items: stretch;
    min-height: 0;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(270deg, #4c9aff 0%, #0148a4 100%);
    box-shadow: 0 4px 18px rgba(1, 72, 164, 0.08);
}

.equity-adv-card-media {
    flex: 0 0 34%;
    max-width: 280px;
    min-width: 140px;
    background: transparent;
    /* border-radius: 9px 0 0 9px; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.equity-adv-card-media img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    display: block;
}

.equity-adv-card-body {
    flex: 1;
    min-width: 0;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.equity-adv-card-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
}

.equity-adv-card-desc {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .equity-adv-card-media {
        flex-basis: 38%;
        min-width: 120px;
    }

    .equity-adv-card-body {
        padding: 18px 20px;
    }

    .equity-adv-card-title {
        font-size: 20px;
    }

    .equity-adv-card-desc {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .equity-adv-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .equity-adv-card {
        flex-direction: column;
    }

    .equity-adv-card-media {
        flex: none;
        max-width: none;
        width: 100%;
        min-height: 0;
        border-radius: 9px 9px 0 0;
        border-bottom: 0;
    }

    .equity-adv-card-media img {
        min-height: 200px;
        max-height: 240px;
    }

    .equity-adv-card-body {
        border-radius: 0 0 9px 9px;
    }
}