/**
 * 最新活动界面专用样式
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@900&display=swap");

/* ========== 广告位 ========== */
#activity-ad-nav-up.activity-nav-up {
    width: 100%;
    background: linear-gradient(to right, #1d4ed8, #3730a3);
}

#activity-ad-nav-up.activity-nav-up #nav-up-box {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#activity-ad-nav-up.activity-nav-up .nav-up-icon {
    display: flex;
    width: 16px;
    margin-right: 0.5rem;
    flex-shrink: 0;
    line-height: 1;
    font-size: 16px;
    color: #fde047;
    animation: activity-nav-up-icon-pulse 2.2s ease-in-out infinite;
}

#activity-ad-nav-up.activity-nav-up .nav-up-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: PingFang SC, "Microsoft YaHei", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#activity-ad-nav-up.activity-nav-up .nav-up-btn {
    display: inline-block;
    padding: 6px 14px;
    margin-left: 0.75rem;
    background: #fff;
    color: rgba(15, 46, 89, 1);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

#activity-ad-nav-up.activity-nav-up .nav-up-btn:hover {
    background: #f0f0f0;
    color: #1a2d4a;
}

@keyframes activity-nav-up-icon-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.86;
    }
    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    #activity-ad-nav-up.activity-nav-up #nav-up-box {
        padding: 0 40px 0 12px;
    }

    #activity-ad-nav-up.activity-nav-up .nav-up-text {
        white-space: normal;
        font-size: 12px;
    }

    #activity-ad-nav-up.activity-nav-up .nav-up-btn {
        padding: 6px 14px;
        font-size: 13px;
        margin-right: 28px;
    }
}

/* ========== Banner ========== */
.activity-new-banner,
.topimg.activity-new-banner {
    position: relative;
    z-index: 0;
}

.activity-new-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11rem 0 9rem 0;
    box-sizing: border-box;
    overflow: hidden;
}

.activity-new-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(10, 30, 60, 0.97), rgba(10, 30, 60, 0.97));
    z-index: 1;
}

.activity-new-banner .head-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.activity-new-banner .head-image.phone {
    display: none;
}

@media (max-width: 768px) {
    .activity-new-banner .head-image.pc {
        display: none;
    }

    .activity-new-banner .head-image.phone {
        display: block;
    }
}

.activity-new-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.activity-new-banner .topimg-content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.activity-new-banner .topimg-title {
    margin: 0;
    font-size: 3.75rem;
    font-weight: 900;
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
}

.activity-new-banner .topimg-title .activity-new-title-orange {
    color: rgba(243, 112, 33, 1);
}

.activity-new-banner .topimg-title .activity-new-title-blue {
    color: rgba(96, 165, 250, 1);
}

.activity-new-banner .topimg-desc {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(156, 163, 175, 1);
    line-height: 1.6;
    max-width: 560px;
}

@media (max-width: 768px) {
    .activity-new-banner {
        min-height: 300px;
        padding: 56px 16px 52px;
    }

    .activity-new-banner .topimg-title {
        font-size: 2.15rem;
        line-height: 1.18;
    }

    .activity-new-banner .topimg-desc {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 92%;
    }
}

/* ========== 活动页 Tab ========== */
.activity-new-tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 64px 0;
    box-sizing: border-box;
    font-family: PingFang SC, PingFang SC;
}

.activity-section-nav {
    width: 100%;
    max-width: 1024px;
    margin-bottom: 28px;
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-bottom: none !important;
    border-radius: 6px;
    padding: 10px;
}

.activity-section-nav-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.activity-section-nav-list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #eeeeee;
    pointer-events: none;
}

.activity-section-nav-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border-radius: 0;
    background: transparent;
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.activity-section-nav-link:hover {
    color: #1C375C;
}

.activity-section-nav-link.is-active {
    color: #1C375C;
    border-bottom-color: #1C375C;
}

@media (max-width: 768px) {
    .activity-section-nav {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .activity-section-nav-link {
        padding: 10px 0;
        font-size: 12px;
    }
}

.activity-tabs-card {
    margin: 0 0 64px 0;
    text-align: center;
    max-width: 1024px;
}

.activity-tabs-card:last-child {
    margin-bottom: 0;
}

.activity-tabs-content {
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
    text-align: left;
    box-sizing: border-box;
}

.activity-tabs-content-block {
    display: none;
}

.activity-tabs-content-block.is-active {
    display: block;
}

/* ========== 活动模块骨架屏（统一 BEM：.activity-content-skeleton / __*）==========
 * data-skeleton-layout="grid"：仅四列商品占位（隐藏 __head / __nav）
 * data-skeleton-layout="stack"：标题 + Tab + 四列（秒杀，第三层数据到位后由 JS 收起）
 */
.activity-content-skeleton {
    min-height: 260px;
    padding: 0.5rem 0 1.5rem;
    box-sizing: border-box;
}

.activity-content-skeleton[data-skeleton-layout="grid"] .activity-content-skeleton__head,
.activity-content-skeleton[data-skeleton-layout="grid"] .activity-content-skeleton__nav {
    display: none !important;
}

.activity-content-skeleton[data-skeleton-layout="stack"] {
    min-height: 420px;
}

.activity-content-skeleton__head {
    max-width: 640px;
    margin: 0 auto 1rem;
    text-align: center;
}

.activity-content-skeleton__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 1.35rem;
    flex-wrap: wrap;
}

.activity-content-skeleton__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 100%;
}

.activity-content-skeleton__card {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
    text-align: left;
}

.activity-content-skeleton__photo {
    height: 100px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.activity-content-skeleton__shimmer {
    background: linear-gradient(
            90deg,
            #f1f5f9 0%,
            #e8eef5 45%,
            #f8fafc 55%,
            #f1f5f9 100%
    );
    background-size: 220% 100%;
    animation: activity-skeleton-shimmer 1.4s ease-in-out infinite;
    border-radius: 8px;
}

@keyframes activity-skeleton-shimmer {
    0% {
        background-position: 120% 0;
    }
    100% {
        background-position: -120% 0;
    }
}

.activity-content-skeleton__line {
    height: 14px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.activity-content-skeleton__line--hero {
    width: 42%;
    max-width: 280px;
    height: 22px;
    margin: 0 auto 14px;
}

.activity-content-skeleton__line--muted {
    width: 72%;
    max-width: 480px;
    height: 14px;
    margin: 0 auto;
    margin-bottom: 0;
}

.activity-content-skeleton__line--title {
    width: 78%;
    height: 15px;
}

.activity-content-skeleton__line--sub {
    width: 48%;
    margin-bottom: 0;
}

.activity-content-skeleton__pill {
    display: inline-block;
    width: 132px;
    height: 36px;
    border-radius: 999px;
    flex-shrink: 0;
}

@media (max-width: 560px) {
    .activity-content-skeleton__pill {
        width: 100px;
        height: 32px;
    }
}

/* 优惠券 / 秒杀 / 爆款推荐 / 团购：未加载完成前隐藏正文（保留弹层、toast） */
.activity-tabs-content-block[data-activity-block-type="coupon"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="seckill"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="hotselling"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="abroad_card"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="abroad_carousel"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="abroad_card_multiple"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="group_purchase"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal):not(.activity_group_purchase_modal):not(.activity_group_purchase_toast),
.activity-tabs-content-block[data-activity-block-type="domain_card"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal),
.activity-tabs-content-block[data-activity-block-type="combined_purchase"]:not(.activity-content-loaded) > *:not(.activity-content-skeleton):not(.modal) {
    visibility: hidden;
    height: 0;
    min-height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    pointer-events: none;
}

.activity-tabs-content-block.activity-content-loaded .activity-content-skeleton {
    display: none !important;
}

.activity-tabs-content-empty {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    border: 1px dashed #e2e8f0;
    margin-top: 0.5rem;
    box-sizing: border-box;
}

.activity-tabs-content-empty-msg {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1100px) {
    .activity-content-skeleton__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .activity-content-skeleton {
        min-height: 220px;
    }
}

@media (max-width: 560px) {
    .activity-content-skeleton__grid {
        grid-template-columns: 1fr;
    }
}

/* 充值赠送：数据就绪前不展示正文（由 JS 去掉 anc-recharge-pending） */
article.anc-recharge.anc-recharge-pending {
    opacity: 0 !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

/* 活动规则弹窗（活动页） */
.modal {
    display: none;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 9999;
}

#activityRuleModal {
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

#activityRuleModal .activity-rule-modal-container {
    max-width: 420px;
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.26);
    margin: 0;
    overflow: hidden;
}

#activityRuleModal .modal-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 20px 24px 10px;
    border: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #0f172a;
}

.activity-rule-modal-title-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex-shrink: 0;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 1.5V9h5.5zM8 12h8v1.8H8zm0 3.8h8v1.8H8z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm7 1.5V9h5.5zM8 12h8v1.8H8zm0 3.8h8v1.8H8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#activityRuleModal .modal-close {
    display: none;
}

#activityRuleModal .modal-content {
    padding: 4px 24px 8px;
    flex: 0 1 auto;
    max-height: min(52vh, 320px);
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
    color: #475569;
}

#activityRuleModal .modal-content p {
    margin: 0 0 4px;
}

#activityRuleModal .modal-bottom {
    border: 0;
    padding: 12px 24px 24px;
}

#activityRuleModal .modal-ok {
    width: 100%;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #1e3565;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

#activityRuleModal .modal-ok:hover {
    opacity: 1;
    background: #172b52;
}

.activity-tabs-head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 2rem;
}

.activity-tab-title {
    position: relative;
}

.activity-tabs-title {
    grid-column: 2;
    font-weight: 700;
    font-size: 26px;
    color: #141414;
    cursor: auto;
    text-align: center;
    white-space: nowrap;
}

.activity-tabs-title:hover {
    color: #1C375C;
}

.activity-tabs-rule {
    grid-column: 3;
    justify-self: start;
    margin-left: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    cursor: pointer;
    text-align: center;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
    transition: color 0.2s;
}

.activity-tabs-rule:hover {
    color: #f37021;
}

.activity-tabs-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
}

.activity-tabs-pill-row {
    position: relative;
    /*padding-bottom: 0.5rem;*/
}

.activity-tabs-pill-row .activity-tabs-pills {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* 秒杀倒计时 */
.activity-tabs-countdown-slot {
    position: absolute;
    right: 0;
    top: -8px;
    width: auto;
    display: none;
    justify-content: flex-end;
    margin: 0;
    z-index: 3;
    pointer-events: none;
}

.activity-tabs-countdown-slot.is-visible {
    display: flex;
}

.activity-tabs-countdown-slot .timedown-time {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px 0 20px;
    height: 56px;
    background: #283044;
    border-radius: 12px 12px 12px 12px;
}

.activity-tabs-countdown-slot .timedown-time-label {
    display: none;
}

.activity-tabs-countdown-slot .time {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #F7F7F7;
    padding-right: 20px;
}

.activity-tabs-countdown-slot .timedown-time::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("../images/promotions/timedown.png") no-repeat center center;
    background-size: contain;
}

.activity-tabs-countdown-slot .timedown-time::before {
    content: "";
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.16);
}

.activity-tabs-pill {
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    background: #E7E7E7;
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    font-family: PingFang SC, "Microsoft YaHei", sans-serif;
}

.activity-tabs-pill--active,
.activity-tabs-pill--active:hover {
    background-color: #1C375C;
    color: #fff;
}

@media (max-width: 768px) {
    .activity-new-tabs {
        padding: 24px 16px 20px;
    }

    .activity-tabs-card {
        margin: 20px 0 !important;
    }

    .activity-tabs-head {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        column-gap: 10px;
        padding-bottom: 0.5rem;
    }

    .activity-tabs-title {
        grid-column: 2;
        width: auto;
        text-align: center;
        white-space: nowrap;
        font-size: 1.25rem;
        margin: 0;
    }

    .activity-tabs-rule {
        grid-column: 3;
        justify-self: start;
        margin-left: 4px;
        white-space: nowrap;
    }

    .activity-tabs-pills {
        gap: 12px;
    }

    .activity-tabs-pill-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 12px;
    }

    .activity-tabs-countdown-slot {
        position: static;
        margin: 0 auto 10px;
        align-self: center;
        justify-content: center;
        pointer-events: auto;
        width: 100%;
    }

    .activity-tabs-countdown-slot .timedown-time {
        height: 42px;
    }

    .activity-tabs-countdown-slot .time {
        font-size: 22px;
        padding-right: 12px;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1;
    }

    .activity-tabs-countdown-slot .time .time-hour {
        min-width: 26px;
        text-align: center;
    }

    .activity-tabs-countdown-slot .time > div:not(.time-hour) {
        margin: 0 5px !important;
        font-size: 20px;
        line-height: 1;
        transform: translateY(-1px);
    }

    .activity-tabs-countdown-slot .timedown-time::before {
        right: 42px;
        height: 18px;
    }

    .activity-tabs-countdown-slot .timedown-time::after {
        right: 12px;
        width: 16px;
        height: 16px;
    }

    .activity-tabs-pill {
        padding: 10px 18px;
        font-size: 13px;
    }
}

/* 新版活动页：隐藏各活动块内的标题与副标题 */
.activity-new-tabs .content-title-timedown,
.activity-new-tabs .content-sub-title {
    display: none !important;
}

/* 秒杀二级菜单（navbar2）：保留展示并抬高层级，避免被其他层盖住 */
.activity-new-tabs .activity-new-wrap-navbar {
    position: relative;
    z-index: 2;
}

/* 导航栏 */
.activity-new-wrap-navbar {
    width: 100%;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 32px 0;
}

@media (max-width: 768px) {
    .activity-new-wrap-navbar {
        gap: 16px;
        margin: 0 0 10px 0;
    }
}

.activity-new-wrap-navbar li {
    cursor: pointer;
    position: relative;
}

.activity-new-wrap-navbar .navbar-selected {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #FA7415;
}

.activity-new-wrap-navbar .navbar-selected::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #FA7415;
    transform: translateX(-50%);
}

/* 新版活动页：隐藏团购活动活动规则 */
.activity-new-tabs .activity_group_purchase_article .activity_group_purchase_rule {
    display: none !important;
}

/* ========== 新版优惠券样式 ========== */
.activity-new-wrap {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.activity-new-coupon-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    width: 100%;
    /*max-width: 1280px;*/
    margin: 0 auto;
    /*padding: 0 24px;*/
    box-sizing: border-box;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .activity-new-coupon-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .activity-new-coupon-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .activity-new-coupon-list {
        grid-template-columns: 1fr;
        padding: 0 12px;
    }
}

.activity-new-coupon-card {
    position: relative;
    min-width: 0;
    max-width: 100%;
    background: #fff;
    border: 2px dashed #fa7415;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*text-align: center;*/
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}

.activity-new-coupon-card:hover {
    opacity: 0.95;
}

.activity-new-coupon-card::before,
.activity-new-coupon-card::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #f8fafc;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    transform: translateY(-50%);
}

.activity-new-coupon-card::before {
    left: -9px;
}

.activity-new-coupon-card::after {
    right: -9px;
}

.activity-new-coupon-tag {
    display: inline-block;
    background: rgb(255, 128, 0, 0.15);
    color: #FF8000;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
    /*font-family: PingFang SC, "Microsoft YaHei", sans-serif;*/
}

.activity-new-coupon-value {
    font-weight: 600;
    font-size: 24px;
    color: #141414;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    /*font-family: PingFang SC, "Microsoft YaHei", sans-serif;*/
}

.activity-new-coupon-desc {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex: 1;
    font-family: PingFang SC, "Microsoft YaHei", sans-serif;
}

.activity-new-coupon-btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: #22365B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: PingFang SC, "Microsoft YaHei", sans-serif;
    transition: background 0.2s ease;
}

.activity-new-coupon-btn:hover {
    background: #2a4a6e;
}

/* 通用活动提示 */
.promo-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    min-width: 200px;
    max-width: 280px;
    padding: 22px 28px;
    border-radius: 18px;
    background: rgba(39, 43, 52, 0.92);
    color: #fff;
    text-align: center;
    z-index: 99999;
    opacity: 0;
    transition: all 0.18s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.promo-toast--visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.promo-toast__icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    position: relative;
}

.promo-toast--success .promo-toast__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-55%, -64%) rotate(45deg);
}

.promo-toast--error .promo-toast__icon::before,
.promo-toast--error .promo-toast__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.promo-toast--error .promo-toast__icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.promo-toast--error .promo-toast__icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.promo-toast__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .activity-new-wrap {
        padding: 16px 0;
    }

    .activity-new-wrap + .activity-new-wrap {
        margin-top: 16px;
    }

    .activity-tabs-head {
        padding-bottom: 10px;
    }

    .activity-tabs-pill-row {
        padding-bottom: 4px;
    }

    .activity-tabs-content {
        margin-top: 8px;
    }

    .activity-new-coupon-list {
        padding: 0 16px;
        gap: 16px;
    }

    .activity-new-coupon-card::before,
    .activity-new-coupon-card::after {
        width: 8px;
        height: 8px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .activity-new-coupon-card::before {
        top: -5px;
        left: 50%;
    }

    .activity-new-coupon-card::after {
        bottom: -5px;
        right: auto;
        top: auto;
        left: 50%;
    }
}

/* ========== 组合购通用卡片 ========== */
.anc-combined-wrap {
    padding-bottom: 44px;
}

.anc-combined-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.anc-combined-head {
    margin-bottom: 24px;
}

.anc-combined-title {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    margin: 0 0 8px 0;
    font-family: PingFang SC, "Microsoft YaHei", sans-serif;
}

.anc-combined-desc {
    font-size: 14px;
    color: #747474;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.anc-combined-rule {
    font-size: 14px;
    color: #1d4ed8;
    text-decoration: none;
    cursor: pointer;
}

.anc-combined-rule:hover {
    text-decoration: underline;
}

.anc-card-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .anc-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .anc-card-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* 默认只展示 4 个，超出部分通过展开/收起控制 */
.anc-card-list--collapsed .anc-card-wrap:nth-child(n+5) {
    display: none;
}

.anc-combined-list--collapsed .anc-card-wrap:nth-child(n+4) {
    display: none;
}

.anc-card-expand-wrap {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 8px;
}

.anc-card-expand-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #FF5500;
}

.anc-card-expand-icon {
    width: 14px;
    height: 14px;
    background: #FF5500;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    flex-shrink: 0;
}

.anc-card-expand-icon .btn-bottom-icon {
    width: 6px;
    height: 4px;
    display: block;
}

.anc-card-expand-btn:hover .anc-card-expand-icon {
    background-color: #e64d00;
}

/* 通用卡片容器（列表内可收缩，一行 3个不溢出） */
.anc-card-list .anc-card {
    max-width: none;
    min-width: 0;
}

.anc-card {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    /*overflow: hidden;*/
}

.activity-hot-selling-wrap .anc-card,
.anc-seckill-wrap div[id^="activity_seckill_content"] .anc-card,
.activity-combined-wrap .anc-card {
    overflow: visible !important;
}

.anc-card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.anc-card-tip {
    position: absolute;
    top: 12px;
    right: -28px;
    z-index: 2;
    width: 100px;
    height: 22px;
    padding: 2px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
    color: #313131;
    background: #FFD323;
    text-align: center;
    pointer-events: none;
}

.anc-card-tip-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    white-space: nowrap;
    line-height: 1;
}

.activity-new-wrap .anc-card .anc-card-tip {
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    padding: 0;
    overflow: hidden;
    transform: none;
    background: transparent;
}

.activity-new-wrap .anc-card .anc-card-tip::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -28px;
    width: 100px;
    height: 22px;
    background: #FFD323;
    transform: rotate(45deg);
}

.activity-new-wrap .anc-card .anc-card-tip .anc-card-tip-text {
    left: 42px;
    top: 22px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
}

.anc-card-top-icon {
    width: 24px;
    height: 24px;
}

.anc-card-top-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.anc-card-top--combined {
    align-items: flex-start;
    margin-bottom: 14px;
}

.anc-card-top--combined .anc-card-combind-icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

.anc-card-title--combined {
    margin-bottom: 0;
    padding-right: 12px;
}

.anc-card-title {
    font-weight: 600;
    font-size: 22px;
    color: #141414;
    margin-bottom: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anc-card-desc {
    color: #747474;
    font-size: 14px;
    margin-bottom: 14px;
}

/* 规格区域 */
.anc-card-specs {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
}

.anc-card-spec-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    width: 100%;
}

.anc-card-spec-item {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*gap: 24px;*/
}

.anc-card-spec-label {
    width: 118px;
    font-size: 14px;
    color: #747474;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anc-card-spec-value {
    font-weight: 600;
    font-size: 14px;
    color: #141414;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anc-card-money-unit {
    font-weight: 600;
    font-size: 18px;
    color: #141414;
    margin-right: 4px;
}

.anc-card-money-number {
    font-weight: 600;
    font-size: 32px;
    color: #141414;
}

.anc-card-money-no {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    margin-left: 8px;
    font-style: normal;
    text-decoration-line: line-through;
    text-transform: none;
}

.anc-card-money-no-unit {
    margin-right: 2px;
}

.anc-card-money .price-loading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f34b37;
    font-size: 14px;
    font-weight: 600;
}

.anc-card-btn-buy {
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #FA7415;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
}

/* 秒杀卡片：价格和购买按钮固定在底部（仅限 anc-seckill-wrap，避免影响爆款） */
.anc-seckill-wrap div[id^="activity_seckill_content"] .anc-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.anc-seckill-wrap div[id^="activity_seckill_content"] .anc-card .anc-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.anc-seckill-wrap div[id^="activity_seckill_content"] .anc-card .anc-card-footer {
    margin-top: auto;
}

.act-show-tag-box {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
}

.act-show-tag-sp {
    padding: 4px 6px;
    margin-right: 0;
    font-size: 12px;
    color: #4E6D97;
    background: #E1E7EF;
    border-radius: 4px 4px 4px 4px;
    white-space: nowrap;
}

/* 展开收起 */
.content-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 32px;
}

.showMore span {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.btn-bottom-icon {
    width: 10px;
    height: 6px;
    margin-left: 6px;
    margin-top: -2px;
}

/* 域名区域 */
.anc-card-domain {
    position: relative;
    margin-bottom: 10px;
}

.anc-card-domain-label {
    font-size: 14px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 10px;
}

.anc-card-domain-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.anc-card-input-wrap {
    display: flex;
    flex: 1;
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    background: #fff;
}

.anc-card-input {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    border: none;
    font-size: 14px;
    outline: none;
    background: transparent;
}

.anc-card-suffix {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px 0 12px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #232323;
    flex-shrink: 0;
}

.anc-card-suffix-arrow {
    width: 8px;
    height: 4px;
}

.anc-card-query {
    height: 42px;
    width: 52px;
    padding: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: none;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.anc-card-query-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.anc-card-dropdown {
    display: grid;
    width: 100% !important;
    min-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 240px;
    margin-top: 4px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ececec #fff;
}

.anc-card-dropdown span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 14px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.anc-card-dropdown span:hover {
    background-color: #f0f0f0;
}

.anc-card-dropdown span:last-child {
    border-bottom: none;
}

.anc-card-dropdown span.anc-suffix-active {
    color: #ff5500;
}

.anc-card-search-result {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
}

.anc-card-search-icon {
    width: 14px;
    height: 14px;
}

.anc-card-search-text {
    color: #0AA254;
}

.sd-hidden {
    display: none !important;
}

/* 价格行 */
.anc-card-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.anc-card-price-symbol {
    font-size: 24px;
    color: #F12900;
    font-weight: 600;
}

.anc-card-price-current {
    font-size: 28px;
    color: #F12900;
    font-weight: 600;
}

.anc-card-price-original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 4px;
}

/* 价格明细 */
.anc-card-price-detail {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #6A6A6A;
    position: relative;
}

.anc-card-price-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #6A6A6A;
    font-size: 12px;
    cursor: pointer;
    font-style: normal;
}

.anc-card-price-info-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    margin-top: -2px;
}

/* 价格明细浮层（绝对定位相对于 .anc-card-price-detail） */
.anc-card-toast {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 12px 16px;
    z-index: 20;
    min-width: 200px;
    margin-top: 4px;
}

.anc-card-toast-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding: 6px 0;
    font-size: 13px;
    color: #232323;
}

.anc-card-toast-item:not(:last-child) {
    border-bottom: 1px solid #f1f5f9;
}

.anc-toast-price-now {
    color: #ff8800;
    font-weight: 600;
}

.anc-toast-price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}

.anc-toast-unit {
    font-size: 12px;
    color: #747474;
}

/* 立即购买按钮 */
.anc-card-btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0;
    background: linear-gradient(270deg, #FF8000 0%, #FF5500 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

@media (max-width: 768px) {
    .anc-card {
        padding: 20px 16px;
        max-width: 100%;
    }

    .anc-card-header {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .anc-card-spec-row {
        flex-direction: column;
        gap: 8px;
    }

    .anc-card-domain-row {
        flex-wrap: wrap;
    }

    .anc-card-query {
        width: 100%;
    }
}

/* ========== 新版充值赠送 ========== */
.anc-recharge {
    position: relative;
    padding: 32px 40px;
    background: linear-gradient(135deg, #FF8733 0%, #EB4C20 100%);
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.activity-module-outer-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
}

.anc-recharge > *:not(.activity-module-outer-link),
.anc-raffle > *:not(.activity-module-outer-link) {
    position: relative;
    z-index: 2;
}

.anc-recharge-header {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.anc-recharge-title {
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.anc-recharge-subtitle {
    margin: 0 0 10px;
    font-size: 16px;
}

.anc-recharge-rule {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: auto;
    text-decoration: none;
}

.anc-recharge-rule:hover {
    color: #FFFFFF;
}

.anc-recharge-rule-arrow {
    width: 5px;
    height: 5px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-top: 1px;
}

.anc-recharge-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    flex: 1 1 auto;
    justify-content: end;
    justify-items: end;
}

.red-pack-item-recharge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.red-pack-item-recharge .anc-card-tip {
    width: 82px;
    height: 16px;
}

.red-pack-item-recharge:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgb(255 255 255 / 0.55);
    /*box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);*/
}

.red-pack-item-recharge:active {
    transform: translateY(0) scale(0.99);
}

.red-pack-item-recharge.is-disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.red-pack-item-recharge.is-disabled:hover,
.red-pack-item-recharge.is-disabled:active {
    transform: none;
    box-shadow: none;
}

.red-pack-size-recharge {
    display: none;
}

.red-pack-content {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: radial-gradient(circle at 50% 30%, #ff9b5f 0%, #d01919 55%, #a01515 100%);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
    padding: 16px 18px 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.red-pack-title-recharge {
    font-size: 14px;
    opacity: 0.8;
}

.red-pack-desc-recharge {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 4px 0 0 0;
}

.coin-recharge {
    margin-right: 4px;
}

.red-pack-btn-recharge {
    display: none !important;
}

@media (max-width: 1100px) {
    .anc-recharge {
        flex-direction: column;
        align-items: flex-start;
    }

    .anc-recharge-header {
        max-width: none;
    }

    .anc-recharge-rule {
        margin-top: 12px;
    }

    .anc-recharge-list {
        width: 100%;
        justify-content: start;
        justify-items: stretch;
    }

    .red-pack-item-recharge {
        max-width: none;
    }
}

.red-pack-btn-recharge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fef4e8;
    font-size: 13px;
    cursor: pointer;
    background: transparent;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.red-pack-btn-recharge:hover {
    transform: translateY(-2px);
    color: #fef4e8;
}

.red-pack-btn-full {
    cursor: not-allowed !important;
    color: #fff !important;
    border-color: #ccc !important;
    opacity: 0.8;
}

#recharge-quota-tip {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 99999;
    white-space: nowrap;
    pointer-events: none;
    transform: translateX(-50%);
}

/* ========== 新版抽奖活动 ========== */
.anc-raffle {
    position: relative;
    display: flex;
    align-items: center;
    padding: 32px 48px;
    background: #1C375C;
    border-radius: 30px;
    box-sizing: border-box;
}

.anc-raffle-main {
    width: 100%;
}

.anc-raffle-left {
    flex: 1 1 0;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.anc-raffle-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.anc-raffle-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: rgba(243, 112, 33, 1);
    font-style: italic;
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-family: 'Noto Sans SC', sans-serif;
}

.anc-raffle-title__luck {
    color: #fff;
}

.anc-raffle-title__grand {
    color: rgba(243, 112, 33, 1);
}

.anc-raffle-desc {
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: rgba(156, 163, 175, 1);
    line-height: 1.5;
    opacity: 0.95;
}

.anc-raffle-rule-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgba(243, 112, 33, 1);
    text-decoration: none;
}

.anc-raffle-rule-link::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    background: url("../../static/images/activity-raffle/tips.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.anc-raffle-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.anc-raffle-share-btn,
.anc-raffle-my-prize-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #ccc;
    transition: background .2s, color .2s, border-color .2s;
}

.anc-raffle-share-btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../static/images/activity-raffle/enjoy.png") no-repeat center;
    background-size: contain;
    opacity: 0.9;
}

.anc-raffle-my-prize-btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../static/images/activity-raffle/gift.png") no-repeat center;
    background-size: contain;
}

.anc-raffle-share-btn:hover, .anc-raffle-my-prize-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.anc-raffle-body {
    display: flex;
    gap: 24px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 0;
}

.anc-raffle-right {
    flex: 1 1 0;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.anc-raffle-right .anc-raffle-wheel-wrap {
    width: 100%;
}

.anc-raffle-winners {
    width: 74%;
    flex: 1 1 auto;
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    box-sizing: border-box;
}

.anc-raffle-winners-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(243, 112, 33, 1);
    margin-bottom: 24px;
}

.anc-raffle-winners-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9a4a;
    font-size: 12px;
    flex-shrink: 0;
    background: url("../../static/images/activity-raffle/trophy.png") no-repeat center;
    background-size: contain;
    animation: anc-raffle-trophy-bounce 0.8s ease-in-out infinite alternate;
}

@keyframes anc-raffle-trophy-bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

/*.anc-raffle-winners-list-wrap {*/
/*	min-height: 120px;*/
/*}*/
.anc-raffle-prize-scroll {
    max-height: 374px;
    overflow: hidden;
}

.anc-raffle-prize-scroll-content {
    transition: transform 0.5s ease;
}

.anc-raffle-prize-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.anc-raffle-prize-item:last-child {
    border-bottom: none;
}

.anc-raffle-prize-item-name {
    flex-shrink: 0;
    margin-right: 8px;
}

.anc-raffle-prize-item-value {
    text-align: right;
    word-break: break-word;
    color: rgba(243, 112, 33, 1);
    font-weight: 700;
}

.anc-raffle-prize-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.anc-raffle-wheel-wrap {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

@media (max-width: 1100px) {
    /*.anc-raffle-body {*/
    /*    flex-wrap: wrap;*/
    /*}*/

    .anc-raffle-right {
        align-items: center;
    }

    .anc-raffle-actions {
        justify-content: center;
    }
}

.anc-raffle-wheel-area {
    position: relative;
    width: 520px;
    height: 520px;
    flex-shrink: 0;
}

.anc-raffle-wheel {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    height: 520px;
    background: url("../../static/images/activity-raffle/turntable3.png") no-repeat center;
    background-size: cover;
    z-index: 2;
}

.anc-raffle-wheel-en {
    background: url("../../static/images/activity-raffle/turntable5.png") no-repeat center;
    background-size: cover;
}

.anc-raffle-wheel-pointer {
    position: absolute;
    top: 260px;
    left: 50%;
    width: 498px;
    height: 498px;
    background: url("../../static/images/activity-raffle/wheel-pointer.png") no-repeat center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center center;
    transition: transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    pointer-events: none;
}

.anc-raffle-wheel-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 132px;
    height: 132px;
    background: url("../../static/images/activity-raffle/wheel-btn.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    border: 0;
    z-index: 9;
    text-indent: -9999px;
    overflow: hidden;
}

.anc-raffle-wheel-btn-en {
    background: url("../../static/images/activity-raffle/wheel-btn-en.png") no-repeat center;
    background-size: 100% 100%;
}

.anc-raffle-wheel-btn:hover:not(:disabled) {
    opacity: 0.95;
}

.anc-raffle-wheel-btn:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.anc-raffle-remain {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.anc-raffle-remain span {
    font-weight: 600;
    color: #ff9944;
}

@keyframes anc-raffle-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(var(--rotate-deg));
    }
}

/* 新版抽奖弹窗 */
.anc-raffle-popup__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 998;
}

.anc-raffle-popup__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    max-width: 90vw;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.anc-raffle-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    background: url("../../static/images/activity-raffle/close.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.anc-raffle-popup__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #141414;
    text-align: center;
}

.anc-raffle-popup__gift {
    text-align: center;
    margin-bottom: 12px;
}

.anc-raffle-popup__gift img {
    width: 120px;
    height: 72px;
    object-fit: contain;
}

.anc-raffle-popup__desc {
    margin: 0 0 20px;
    font-size: 14px;
    color: #747474;
    text-align: center;
}

.anc-raffle-popup__btns {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.anc-raffle-popup__btn {
    padding: 10px 28px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #ff5500;
    transition: background .2s, color .2s;
}

.anc-raffle-popup__btn--use {
    background: #ff5500;
    color: #fff;
    border-color: #ff5500;
}

.anc-raffle-popup__btn--use:hover {
    background: #e64d00;
    color: #fff;
}

.anc-raffle-popup__btn--continue:hover {
    background: #fff5f0;
}

.anc-raffle-popup--my .anc-raffle-popup__content {
    width: 90vw;
    max-width: 560px;
    padding: 24px;
}

.anc-raffle-popup__list {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 16px;
}

.anc-raffle-prizes-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
}

.anc-raffle-prizes-table th,
.anc-raffle-prizes-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.anc-raffle-prizes-table th {
    font-weight: 600;
    color: #141414;
}

.anc-raffle-no-prizes {
    text-align: center;
    padding: 32px 0;
    color: #999;
    font-size: 14px;
}

@media (max-width: 768px) {
    .anc-raffle-main {
        grid-template-columns: 1fr;
        grid-template-areas:
			"header"
			"actions"
			"body";
    }

    .anc-raffle-nav--left,
    .anc-raffle-nav--right {
        display: none;
    }

    .anc-raffle-body {
        flex-direction: column;
        align-items: center;
    }

    .anc-raffle-winners {
        width: 100%;
        max-width: 360px;
    }

    .anc-raffle-wheel-area {
        width: 306px;
        height: 306px;
    }

    .anc-raffle-wheel {
        width: 306px;
        height: 306px;
        margin-left: -153px;
    }

    .anc-raffle-wheel-pointer {
        top: 153px;
        width: 306px;
        height: 306px;
        /*margin-left: -153px;*/
    }

    .anc-raffle-wheel-btn {
        width: 82px;
        height: 82px;
        top: 153px;
    }
}

/* ========== 新客特权岛（悬浮卡片） ========== */
.privilege-island-wrap {
    position: relative;
    /*z-index: 2;*/
    margin-top: -4rem;
    margin-bottom: 2rem;
    padding: 0 4rem;
    box-sizing: border-box;
}

.privilege-island-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    padding: 2.5rem;
    background: #0f2e59;
    border-radius: 2.5rem;
    border: 6px solid #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.privilege-island-left {
    flex-shrink: 0;
}

.privilege-island-badge {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 10px;
    background: #f97316;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.privilege-island-title {
    margin-bottom: 12px;
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    font-style: italic;
    font-family: 'Noto Sans SC', sans-serif;
}

.privilege-island-title-accent {
    color: #f97316;
}

.privilege-island-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.privilege-island-steps {
    display: grid;
    gap: 1.5rem;
    flex: 1;
    min-width: 0;
    justify-content: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.privilege-island-step {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.privilege-island-step:hover {
    transform: scale(1.05);
}

.privilege-island-step-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    color: #fff;
    transition: transform 0.25s ease;
}

.privilege-island-step-icon-1 {
    background: rgba(234,88,12,1);
}

.privilege-island-step-icon-2 {
    background: rgba(34,197,96,1);
}

.privilege-island-step-icon-3 {
    background: rgba(59,130,246,1);
}

.privilege-island-step-icon img {
    width: 24px;
    height: 24px;
}

.privilege-island-step:hover .privilege-island-step-icon {
    transform: scale(1.18);
}

.privilege-island-step-icon svg {
    width: 22px;
    height: 22px;
}

.privilege-island-step-text {
    min-width: 0;
}

.privilege-island-step-title {
    margin-bottom: 0.25rem;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.privilege-island-step-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
    .privilege-island-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .privilege-island-left {
        text-align: center;
    }

    .privilege-island-steps {
        flex-direction: column;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .privilege-island-step {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .privilege-island-wrap {
        margin-top: -2.5rem;
        padding: 0 16px;
        margin-bottom: 1.5rem;
    }

    .privilege-island-card {
        padding: 1.25rem 1.25rem;
        gap: 14px;
    }

    .privilege-island-title {
        font-size: 1.25rem;
        white-space: nowrap;
    }

    .privilege-island-title br {
        display: none;
    }

    .privilege-island-desc {
        line-height: 1.6;
    }

    .privilege-island-steps {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .privilege-island-step {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 12px;
        border-radius: 14px;
        text-align: left;
    }

    .privilege-island-step-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 0;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .privilege-island-step-icon img {
        width: 20px;
        height: 20px;
    }

    .privilege-island-step-title {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 4px;
    }

    .privilege-island-step-desc {
        font-size: 14px;
        line-height: 1.45;
    }

    .content-bottom {
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .anc-recharge {
        padding: 24px 16px;
        border-radius: 16px;
        gap: 14px;
    }

    .anc-recharge-header {
        width: 100%;
    }

    .anc-recharge-list {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: stretch;
    }

    .red-pack-item-recharge {
        width: 100%;
        max-width: none;
        min-height: 120px;
    }
}

/* ========== 爆款推荐 ========== */
.activity-hot-selling-wrap .anc-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.activity-hot-selling-wrap .anc-card .anc-card-content.anc-card-spec-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    margin-bottom: 24px;
}

.activity-hot-selling-wrap .anc-card .anc-card-money {
    margin-top: auto;
}

.activity-hot-selling-wrap .anc-card .anc-card-spec-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
}

.activity-hot-selling-wrap .anc-card .anc-card-spec-label,
.activity-hot-selling-wrap .anc-card .anc-card-select-label {
    width: auto;
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    line-height: 1.1;
}

.activity-hot-selling-wrap .anc-card .anc-card-spec-value {
    width: 100%;
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 600;
    color: #111827;
    text-align: left;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-hot-selling-wrap .anc-card .anc-card-spec-value--select-like {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background: #F2F4F7;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
}

/* 下拉框样式 */
.activity-hot-selling-wrap .anc-card .free-select-content,
.activity-hot-selling-wrap .anc-card .anc-card-select-content {
    width: 100%;
    min-width: 0;
}

.activity-hot-selling-wrap .anc-card .layui-form-select {
    width: 100%;
}

.activity-hot-selling-wrap .anc-card .layui-form-select .layui-input,
.activity-hot-selling-wrap .anc-card .layui-select {
    height: 38px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #F2F4F7;
    border-radius: 8px 8px 8px 8px;
    color: #141414;
    font-size: 14px;
    padding: 0 36px 0 12px;
}

.activity-hot-selling-wrap .anc-card .layui-form-select dl {
    border-radius: 10px;
    border-color: #e5e7eb;
}

.activity-hot-selling-wrap .anc-card .layui-form-selected {
    background-color: #F2F4F7 !important;
}

.activity-hot-selling-wrap .anc-card .layui-form-selected .layui-input {
    border-radius: 8px 8px 8px 8px !important;
}

.activity-hot-selling-wrap .anc-card .layui-form-select .layui-input,
.activity-hot-selling-wrap .anc-card .layui-form-select:hover .layui-input,
.activity-hot-selling-wrap .anc-card .layui-form-select.layui-form-selected .layui-input,
.activity-hot-selling-wrap .anc-card .layui-form-select.layui-form-selectup .layui-input,
.activity-hot-selling-wrap .anc-card .layui-form-select .layui-input:focus {
    border-radius: 8px !important;
}

.activity-hot-selling-wrap .anc-card .layui-form-select dd.layui-this {
    background-color: #F2F4F7 !important;
    color: #141414 !important;
}

/* 下拉箭头按设计稿细化 */
.activity-hot-selling-wrap .anc-card .layui-form-select .layui-edge {
    right: 12px;
    margin-top: -2px;
    border-top-color: #9CA3AF;
    border-top-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
}

.activity-hot-selling-wrap .anc-card .layui-form-select.layui-form-selected .layui-edge {
    margin-top: -8px;
    border-top-color: #9CA3AF;
}

.activity-hot-selling-wrap .anc-card .layui-input:hover, .layui-textarea:hover,
.activity-hot-selling-wrap .anc-card .layui-input:focus, .layui-textarea:focus,
.layui-input:focus, .layui-textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: transparent !important;
}

.layui-form-selected {
    border-radius: 8px !important;
}

/* 秒杀时长下拉框与爆款统一为灰底样式 */
.anc-seckill-wrap .anc-card .anc-card-select-content,
.anc-seckill-wrap .anc-card .free-select-content {
    width: 100%;
    min-width: 0;
}

.anc-seckill-wrap .anc-card .layui-form-select {
    width: 100%;
}

.anc-seckill-wrap .anc-card .layui-form-select .layui-input,
.anc-seckill-wrap .anc-card .layui-select {
    height: 38px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #F2F4F7;
    border-radius: 8px;
    color: #141414;
    font-size: 14px;
    padding: 0 36px 0 12px;
}

.anc-seckill-wrap .anc-card .layui-form-select dl {
    border-radius: 10px;
    border-color: #e5e7eb;
}

.anc-seckill-wrap .anc-card .layui-form-select dd.layui-this {
    background-color: #F2F4F7 !important;
    color: #141414 !important;
}

.anc-seckill-wrap .anc-card .layui-form-select .layui-edge {
    right: 12px;
    margin-top: -2px;
    border-top-color: #9CA3AF;
    border-top-width: 6px;
    border-right-width: 6px;
    border-left-width: 6px;
}

.anc-seckill-wrap .anc-card .layui-form-select.layui-form-selected .layui-edge {
    margin-top: -8px;
    border-top-color: #9CA3AF;
}

.anc-seckill-wrap .anc-card .layui-form-select .layui-input,
.anc-seckill-wrap .anc-card .layui-form-select:hover .layui-input,
.anc-seckill-wrap .anc-card .layui-form-select.layui-form-selected .layui-input,
.anc-seckill-wrap .anc-card .layui-form-select.layui-form-selectup .layui-input,
.anc-seckill-wrap .anc-card .layui-form-select .layui-input:focus {
    border-radius: 8px !important;
}

.anc-seckill-wrap .anc-card .layui-input:hover,
.anc-seckill-wrap .anc-card .layui-input:focus,
.anc-seckill-wrap .anc-card .layui-form-select:hover .layui-input,
.anc-seckill-wrap .anc-card .layui-form-select.layui-form-selected .layui-input {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 数量加减框 */
.activity-hot-selling-wrap .anc-card .quantity-controls {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    width: 100%;
    height: 38px;
    border-radius: 8px;
    background: #F2F4F7;
    overflow: hidden;
}

.activity-hot-selling-wrap .anc-card .quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #818181;
    cursor: pointer;
}

.activity-hot-selling-wrap .anc-card .quantity-button.is-disabled,
.activity-hot-selling-wrap .anc-card .quantity-button:disabled {
    cursor: not-allowed !important;
    color: #c8c8c8;
    opacity: 1;
}

.activity-hot-selling-wrap .anc-card .free-item-content-input.quantity-value {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
    padding: 0;
}

.activity-hot-selling-wrap .anc-card .free-item-content-input.quantity-value:focus {
    outline: none;
}

/* 空态文案居中 */
.activity-empty {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 120px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #747474;
}

/* 域名卡片*/
.sd-card-grid {
    max-width: 1024px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: left;
    gap: 24px;
    /*margin-left: auto;*/
    margin-right: auto;
}

.sd-card {
    padding: 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.sd-card-icon-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 14px;
    right: -4px;
    position: absolute;
}

.sd-card-icon-container span {
    background: #FFD323;
    padding: 4px 8px;
    color: #313131;
    font-size: 14px;
    line-height: 14px;
}

.sd-card-line {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}

.sd-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.sd-card:hover {
    transform: translateY(-5px);
}

.sd-card-content {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
}

.sd-card h2 {
    font-weight: 600;
    font-size: 24px;
    color: #141414;
}

.sd-card p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #747474;
}

.sd-card-coin {
    font-size: 18px !important;
    color: #141414;
}

.sd-card-time {
    font-size: 14px;
    color: #747474;
    display: inline-block;
    margin-right: 12px;
}

.sd-card-discount {
    font-weight: 400;
    font-size: 14px;
    color: #FF5500;
    line-height: 14px;
    padding: 2px 6px 3px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    box-sizing: border-box;
}

.sd-card-price {
    font-size: 14px;
    color: #747474;
    line-height: 14px;
}

.sd-card .price {
    color: #141414;
    font-weight: bold;
    font-size: 24px;
}

.sd-card button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(270deg, #FF5500 0%, #FF8000 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.sd-card button:hover {
    opacity: 0.8;
}

@media (max-width: 900px) {
    .sd-card-grid {
        /*grid-template-columns: repeat(2, 1fr);*/
        grid-template-columns: repeat(auto-fit, 272px);
        justify-content: center;
    }

    .sd-card-line {
        margin: 0 4.27vw;
    }

    .sd-card-content {
        padding: 16px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .sd-card h2 {
        font-size: 4.27vw;
    }

    .sd-card p {
        color: #747474;
        margin-top: 2vw;
    }

    .sd-card-time {
        font-size: 12px;
        color: #747474;
        display: inline-block;
        margin-right: 12px;
    }

    .sd-card-coin {
        font-size: 3.2vw !important;
        color: #F12900 !important;
    }

    .sd-card .price {
        color: #F12900;
        font-weight: bold;
        /*font-size: 4.27vw;*/
    }

    .sd-card button {
        width: 100%;
        /*padding: 3.47vw;*/
        background: linear-gradient(270deg, #FF5500 0%, #FF8000 100%);
        border: none;
        color: #fff;
        /*font-size: 3.73vw;*/
        cursor: pointer;
        border-radius: 0 0 4px 4px;
        box-sizing: border-box;
    }
}

/* 团购活动左右箭头*/
.btn-right {
    width: 20px;
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.btn-left {
    width: 20px;
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.btn-left:hover {
    opacity: 0.6;
}

.btn-right:hover {
    opacity: 0.6;
}

.btn-icon {
    width: 5px;
    height: 8px;
}

.activity_group_purchase_btn_bottom {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

