.fs-review-slider {
    width: 100%;
    position: relative;
}

/* 主题颜色系统 - 只需修改 --theme-primary 即可切换整个主题颜色 */
/* 当前主题：橙色风格 */

:root {
    /* ========== 主题主色（只需修改这里即可切换主题） ========== */
    --theme-primary: #FF6B35;           /* 主色：深橙色 */
    
    /* ========== 自动生成的颜色变体（基于主色自动计算） ========== */
    --acg-primary: var(--theme-primary);
    --acg-primary-dark: #E55A2B;        /* 深色变体（用于导航栏等） */
    --acg-primary-light: #FF8C42;       /* 浅色变体 */
    --acg-primary-lighter: #FFA366;     /* 更浅色变体 */
    --acg-secondary: #FFB88C;            /* 次色（浅橙色） */
    
    /* ========== 其他颜色（保持不变） ========== */
    --acg-bg-overlay: rgba(10, 12, 28, 0.45);
    --acg-danger: #ff6b88;
    --acg-text-strong: #111319;
    --acg-text-muted: #6b7280;
    --acg-card-bg: rgba(255, 255, 255);
    --acg-border: #e5e7eb;
    --acg-bg-light: #f7f7f7;
}

html {
    font-size: 13px;
}

a {
    text-decoration: none;
}

/* 背景直接铺图 + 颜色叠加（不使用 fixed，避免闪烁） */
body {
    background-image: linear-gradient(180deg, var(--acg-bg-overlay), rgba(10, 12, 28, 0.6)), url('/assets/admin/images/login/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* 导航：主题色背景 */
.navbar-acg {
    background: linear-gradient(135deg, var(--acg-primary) 0%, var(--acg-primary-dark) 100%);
    padding: 14px 0;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.2);
    z-index: 999999;
}

.navbar-acg .navbar-brand {
    font-size: 1.5rem;
    color: #fff !important;
}

.navbar-acg .navbar-brand span {
    color: #fff !important;
}

.navbar-acg .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    padding: 0.625rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.navbar-acg .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.navbar-acg .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* 导航栏间距 */
.navbar-acg .navbar-nav {
    gap: 1rem;
}

/* 用户下拉按钮样式 */
.user-dropdown-btn {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.user-dropdown-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* 登录注册按钮样式 - 与导航按钮一致 */
.user-login-box {
    gap: 1rem !important;
    margin-left: 1rem;
}

.user-login-box .btn {
    padding: 0.625rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
    min-width: 100px;
    border: none;
}

.user-login-box .btn-outline-light {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
}

.user-login-box .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-1px);
}

.user-login-box .btn-light {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
}

.user-login-box .btn-light:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-1px);
}

/* 用户信息框样式 */
.user-info-box {
    margin-left: 1rem;
}

@media (max-width: 767.98px) {
    .user-info-box {
        position: absolute;
        right: 64px;
        top: 8px;
    }
    .user-login-box {
        position: absolute;
        right: 68px;
        top: 14px;
    }
    
    .navbar-acg .navbar-nav {
        gap: 0.5rem;
    }
    
    .navbar-acg .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    
    .user-login-box .btn {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
        min-width: 80px;
    }
}


/* Hero 文案块（纯色卡片） */
.hero-acg {
    background: var(--acg-card-bg);
    border: 1px solid var(--acg-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.hero-title {
    font-weight: 800;
    letter-spacing: .3px;
}

.hero-sub {
    color: var(--acg-text-muted);
}

.accent-bar {
    height: 4px;
    width: 64px;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    border-radius: 4px;
}

/* 分类 Chip - 强制单行显示，支持横向滚动 */
.chip-list,
.fs-type-tab-list.chip-list {
    display: flex !important;
    gap: .75rem;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 0 .25rem;
    flex-wrap: nowrap !important;
    align-items: center;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: max-content;
    min-width: 100%;
}

/* 桌面端显示滚动条 */
@media (min-width: 768px) {
    .chip-list::-webkit-scrollbar,
    .fs-type-tab-wrap::-webkit-scrollbar,
    .fs-description-scroll::-webkit-scrollbar,
    .fs-search-toolbar-wrap::-webkit-scrollbar {
        height: 6px;
    }

    .chip-list::-webkit-scrollbar-thumb,
    .fs-type-tab-wrap::-webkit-scrollbar-thumb,
    .fs-description-scroll::-webkit-scrollbar-thumb,
    .fs-search-toolbar-wrap::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .15);
        border-radius: 999px;
    }
    
    .chip-list::-webkit-scrollbar-track,
    .fs-type-tab-wrap::-webkit-scrollbar-track,
    .fs-description-scroll::-webkit-scrollbar-track,
    .fs-search-toolbar-wrap::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .05);
        border-radius: 999px;
    }
    
    /* 桌面端搜索工具栏不需要滚动，保持在右侧 */
    .fs-search-toolbar-wrap {
        overflow-x: visible !important;
        width: auto !important;
        flex-shrink: 0;
    }
    
    .fs-search-toolbar {
        min-width: auto;
        width: auto;
    }
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: .6rem 1.5rem;
    border-radius: 999px;
    background: rgb(255 248 248 / 23%);
    color: #707070;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
    transform-origin: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 1.1rem;
    font-weight: 600;
    flex-shrink: 0;
}

.chip.is-primary {
    color: #fff;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    border-color: transparent;
    position: relative;
}

.chip.is-primary::after {
    content: "";
    display: block;
    background: var(--acg-primary);
    border-radius: 4px;
    width: 60%;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
}

/* 商品卡片（简洁，无动态特效） */
.acg-card {
    background: var(--acg-card-bg);
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}

.acg-thumb {
    height: 160px;
    position: relative;
    transition: transform .25s ease;
}

/* 内容容器弹性布局，底部元素对齐 */
.acg-card > .p-3 {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

/* 价格行靠近底部，库存/已售置底对齐 */
.acg-card > .p-3 .stat-row {
    margin-top: auto;
}

.goods-title {
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em; /* 2 行占位，保证一行与两行卡片对齐 */
}

.price {
    color: var(--acg-danger);
    font-weight: 800;
    font-size: 20px;
}

.price .unit {
    font-weight: 600;
    font-size: 16px;
    color: #ef7d93;
}

.meta {
    color: var(--acg-text-muted);
}

.stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.stat-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--acg-text-muted);
}

.badge-soft {
    display: inline-block;
    padding: .15rem .45rem;
    border-radius: 999px;
    font-size: 12px;
}

.badge-soft-primary {
    background: rgba(122, 140, 255, .12);
    color: #5b6ce6;
    border: 1px solid rgba(122, 140, 255, .25);
}

.badge-soft-success {
    background: rgba(80, 200, 120, .12);
    color: #3aa76d;
    border: 1px solid rgba(80, 200, 120, .25);
}

.badge-soft-danger {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
    border: 1px solid rgba(255, 0, 0, 0.25);
}

.badge-soft-muted {
    background: rgba(31, 41, 55, 0.12);
    color: rgba(31, 41, 55);
    border: 1px solid rgba(31, 41, 55, 0.25);
}

.badge-soft-warning {
    background: rgba(254, 243, 199, 0.12);
    color: #fef3c7;
    border: 1px solid rgba(254, 243, 199, 0.25);
}


.badge-soft-info {
    background: rgba(186, 149, 251, 0.12);
    color: #ba95fb;
    border: 1px solid rgba(186, 149, 251, 0.25);
}

.shared-button {
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    background: linear-gradient(90deg, rgb(76, 197, 137), var(--acg-primary)) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 24px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shared-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(255, 107, 53, .25);
    background: linear-gradient(90deg, var(--acg-primary), rgb(76, 197, 137)) !important;
}

/* FlixSeek 风格按钮组 */
.hero-acg .d-flex.gap-2 .btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.hero-acg .d-flex.gap-2 .btn-outline-secondary {
    border: 2px solid var(--acg-primary);
    color: var(--acg-primary);
    background: transparent;
}

.hero-acg .d-flex.gap-2 .btn-outline-secondary:hover {
    background: var(--acg-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 100, 64, .2);
}

/* ===== FlixSeek 风格首页结构增强 ===== */

.fs-hero-title-box {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 3.5rem 3rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.fs-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .fs-hero-title {
        font-size: 2.5rem;
    }
}

.fs-hero-title-brand {
    color: var(--acg-primary);
    font-weight: 800;
}

.fs-hero-sub {
    color: #6b7280;
    font-size: 1.125rem;
    line-height: 1.6;
}

.fs-hero-desc-row {
    gap: 2.5rem;
    justify-content: center;
}

.fs-hero-desc-item {
    gap: 0.75rem;
}

.fs-hero-desc-dot {
    width: 14px;
    height: 14px;
    background: var(--acg-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.fs-hero-desc-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
}

/* Hero CTA 按钮 - 文字大小动态效果 */
@keyframes text-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

.btn-hero-cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, var(--acg-primary-light) 0%, var(--acg-primary) 100%);
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(255, 107, 53, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: text-pulse 2s ease-in-out infinite;
    transform-origin: center;
}

.btn-hero-cta:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.15);
    box-shadow: 0 12px 32px rgba(255, 107, 53, 0.35);
    animation: none;
}

.fs-notice-card {
    background: rgba(255, 255, 255, .9);
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .12);
}

.fs-description-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.fs-description-scroll p {
    margin: 0;
    padding: 0;
}

.fs-notice-body {
    max-height: 160px;
    overflow: auto;
    font-size: .9rem;
    color: #374151;
    background: #f9fafb;
    border-radius: 12px;
    padding: .75rem 1rem;
    border: 1px dashed #e5e7eb;
}

.fs-type-tab-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.fs-type-tab-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: .75rem;
    padding: 2px 0 .25rem;
    min-width: max-content;
    width: max-content;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

/* 桌面端居中显示，但允许滚动 */
@media (min-width: 768px) {
    .fs-type-tab-list {
        justify-content: center;
    }
    
    /* 如果内容超出，允许滚动 */
    .fs-type-tab-wrap {
        overflow-x: auto;
    }
}

.fs-type-tab {
    display: inline-flex;
    align-items: center;
    padding-inline: 1.5rem;
    border-radius: 999px;
    min-height: 44px;
    flex-shrink: 0;
}

.fs-type-tab-text {
    font-size: 1.1rem;
    font-weight: 600;
}

.fs-why-card {
    background: rgba(255, 255, 255, .96);
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 1.75rem 2rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
}

.fs-why-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: 0.125rem;
}

.fs-why-card:hover {
    box-shadow: 0 12px 32px rgba(0, 100, 64, .12);
    transform: translateY(-2px);
}

.fs-why-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .625rem;
    margin-top: 0;
    color: #111827;
    line-height: 1.4;
}

.fs-why-text {
    font-size: .9375rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.65;
    flex: 1;
}

.fs-why-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fs-why-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 0;
    background-color: #ffffff;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.fs-why-icon-1,
.fs-why-icon-2,
.fs-why-icon-3,
.fs-why-icon-4,
.fs-why-icon-5,
.fs-why-icon-6 {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 响应式调整 */
@media (max-width: 767.98px) {
    .fs-why-card {
        padding: 1.5rem 1.5rem;
        gap: 1rem;
    }
    
    .fs-why-icon {
        width: 56px;
        height: 56px;
        background-size: 28px 28px;
        flex-shrink: 0;
    }
    
    .fs-why-title {
        font-size: 1.0625rem;
        margin-bottom: .5rem;
        line-height: 1.4;
    }
    
    .fs-why-text {
        font-size: .875rem;
        line-height: 1.65;
    }
}

.fs-review-card {
    background: rgba(255, 255, 255, .98);
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
}

.fs-review-user {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.fs-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--acg-primary-light), var(--acg-primary));
}

.fs-review-name {
    font-size: .95rem;
    font-weight: 600;
    color: #111827;
}

.fs-review-tag {
    font-size: .8rem;
    color: #6b7280;
}

.fs-review-text {
    font-size: .9rem;
    color: #374151;
    margin: .25rem 0 0;
}

/* 评价轮播：一次展示 3 条，每次切换一条 */
.fs-review-track {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    min-height: 180px;
    align-items: stretch;
}

.fs-review-slide {
    flex: 0 0 calc(33.333% - 0.67rem);
    display: none;
}

.fs-review-slide.is-active {
    display: block;
}

@media (max-width: 991.98px) {
    .fs-review-slide {
        flex-basis: 100%;
    }
}

.fs-review-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .2);
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    line-height: 1;
}

.fs-review-prev {
    left: -8px;
}

.fs-review-next {
    right: -8px;
}

@media (max-width: 575.98px) {
    .fs-review-nav {
        display: none;
    }
}

.tags {
    display: flex;
    gap: .35rem;
    flex-wrap: wrap;
    margin-bottom: .4rem;
}

.acg-card.soldout {
    filter: grayscale(1) contrast(.92) brightness(.98);
}

.acg-card.soldout:hover {
    transform: none;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.soldout-ribbon {
    position: absolute;
    top: 12px;
    left: -36px;
    transform: rotate(-45deg);
    background: linear-gradient(90deg, #ff8080, #ff6b88);
    color: #fff;
    padding: 4px 46px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(255, 107, 136, .35);
}

/* 分类图标（演示使用统一图片） */
.chip .chip-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
}

/* 布局微调 */
.section-title {
    color: #111827;
    font-weight: 700;
}

.notice {
    color: #374151;
}

@media (min-width: 992px) {
    .hero-acg {
        padding: 32px;
    }
}

/* 响应式卡片封面高度调整 */
@media (max-width: 575.98px) {
    .acg-thumb {
        height: 120px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .acg-thumb {
        height: 140px;
    }
}

/* 移动端 chip 紧凑化，保持单行显示 */
@media (max-width: 575.98px) {
    .chip {
        padding: .5rem 1rem;
        font-size: 0.95rem;
        flex-shrink: 0;
    }

    .chip .chip-icon {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    
    .chip-list {
        gap: .5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /* 隐藏移动端横向滚动条但可滑动 */
    .chip-list {
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .chip-list::-webkit-scrollbar {
        display: none;
    }
    
    .fs-type-tab-list {
        gap: .5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .fs-type-tab {
        flex-shrink: 0;
        padding-inline: 1rem;
        font-size: 0.95rem;
    }
    
    /* 描述文字移动端样式 */
    .fs-description-scroll {
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-left: 0;
        padding-right: 0;
    }
    
    .fs-description-scroll::-webkit-scrollbar {
        display: none;
    }
    
    /* 搜索工具栏移动端样式 */
    .fs-search-toolbar-wrap {
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-left: 0;
        padding-right: 0;
    }
    
    .fs-search-toolbar-wrap::-webkit-scrollbar {
        display: none;
    }
    
    .fs-search-toolbar {
        gap: 0.5rem;
        padding-left: 0;
        padding-right: 0;
    }
    
    .search-input-inline {
        min-width: 240px;
    }
    
    .search-input-inline .input-group-text {
        padding: 0.75rem 1rem;
        font-size: 1.1rem;
        min-width: 44px;
    }
    
    .search-input-inline .item-search-input {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }
    
    .fs-search-toolbar .btn-outline-secondary {
        font-size: 0.95rem;
        padding: 0.75rem 1.25rem;
        min-width: 120px;
    }
    
    .fs-search-toolbar .btn-outline-secondary i {
        font-size: 0.95rem;
    }
}

/* 仅在支持 hover 的设备启用动效，避免手机耗电与误触 */
@media (hover: hover) and (pointer: fine) {
    .chip:hover {
        transform: scale(1.02);
    }

    .sku:hover {
        transform: scale(1.02);
    }

    .acg-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    }

    .acg-card:hover .acg-thumb {
        transform: scale(1.03);
    }
}

/* 系统减少动态时，弱化动效 */
@media (prefers-reduced-motion: reduce) {
    .chip, .acg-card, .acg-thumb, .sku {
        transition-duration: .001ms !important;
    }
}

/* 顶部图标与输入组微调 */
.navbar-acg .nav-link .nav-icon {
    margin-right: .35rem;
    font-size: 1.15rem;
}

.navbar-acg .btn .nav-icon {
    margin-right: .35rem;
}

.brand-logo {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

.search-input {
    max-width: 360px;
}

.search-input .input-group-text {
    border: 1px solid #90909075;
    background: transparent;
    border-right: 0;
    padding: 0 0 0 10px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.search-input .form-control {
    border: 1px solid #90909075;
    border-left: 0;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;

}

.search-input .form-control:focus {
    border: var(--bs-border-width) solid #90909075 !important;
    border-left: none !important;
    box-shadow: none;
}

/* ===== 搜索工具栏容器 - 支持横向滚动 ===== */
.fs-search-toolbar-wrap {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-shrink: 0;
}

.fs-search-toolbar {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0.75rem;
    min-width: max-content;
    padding: 2px 0;
}

/* ===== 搜索框和查询订单按钮 - 突出绿色风格 ===== */
.search-input-inline {
    min-width: 280px;
    flex-shrink: 0;
}

.search-input-inline .input-group {
    box-shadow: 0 4px 16px rgba(0, 100, 64, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.search-input-inline .input-group:hover {
    box-shadow: 0 6px 24px rgba(0, 100, 64, 0.3);
    transform: translateY(-2px);
}

.search-input-inline .input-group-text {
    background: linear-gradient(135deg, var(--acg-secondary) 0%, var(--acg-primary) 100%);
    border: none;
    border-right: none;
    color: #fff;
    padding: 0.875rem 1.125rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.search-input-inline .item-search-input {
    border: none;
    border-left: none;
    padding: 0.875rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.search-input-inline .item-search-input:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background: #f8fff9;
}

.search-input-inline .item-search-input::placeholder {
    color: #999;
    font-weight: 400;
}

/* 查询订单按钮 - 突出绿色风格 */
#plan-section .btn-outline-secondary,
.fs-search-toolbar .btn-outline-secondary {
    background: linear-gradient(135deg, var(--acg-secondary) 0%, var(--acg-primary) 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 0.875rem 1.75rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 100, 64, 0.25);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 140px;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
}

#plan-section .btn-outline-secondary:hover {
    background: linear-gradient(135deg, var(--acg-primary) 0%, var(--acg-secondary) 100%);
    border: none;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 100, 64, 0.35);
}

#plan-section .btn-outline-secondary:active {
    transform: translateY(0);
    box-shadow: 0 2px 12px rgba(0, 100, 64, 0.25);
}

#plan-section .btn-outline-secondary i {
    font-size: 1.15rem;
}

/* 通用 panel 样式（公告/购买区） */
.panel {
    border: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
}

.panel + .panel {
    margin-top: 16px;
}

.panel-header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 16px;

}

.panel-header .icon {
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.panel-title {
    margin: 0;
    color: #111827;
    font-size: 1.2rem;
}

.panel-body {
    color: #1f2937;
    padding: 0 16px 16px 16px;
}

.muted {
    color: var(--acg-text-muted);
}

.item-message {
    text-align: center;
    margin-top: 12px;
    color: grey;
    font-size: 14px;
}


/* SKU LIST */
.sku-list {
    display: flex;
    gap: .5rem;
    overflow-x: visible;
    overflow-y: visible;
    flex-wrap: wrap;
    margin-top: 2px;
}

.sku-list::-webkit-scrollbar {
    height: 6px;
}

.sku-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 16px;
}

.sku {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: .2rem .6rem;
    border-radius: 16px;
    background: rgba(255, 248, 248, 0.63);
    color: #929292;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
    transform-origin: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 14px;
}

/* 价格加价徽标（悬浮在 SKU 右上角） */
.sku .badge-money,
.sku .badge-moeny {
    position: absolute;
    top: -15px;
    right: -12px;
    z-index: 1;
    padding: 1px 4px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    background: linear-gradient(90deg, #ffb84d, #ff6b88);
    border: 2px solid #ffffff;
    box-shadow: 0 8px 18px rgba(255, 107, 136, .35);
    pointer-events: none; /* 不干扰点击 SKU */
}

/* 在选中/主色 SKU 上同样清晰可见 */
.sku.is-primary .badge-money,
.sku.is-primary .badge-moeny,
.pay-list .pay.is-primary .badge-money,
.pay-list .pay.active .badge-money,
.pay-list .pay.selected .badge-money {
    border-color: rgba(255, 255, 255, 0.95);
}

@media (hover: hover) and (pointer: fine) {
    .sku:hover .badge-money,
    .sku:hover .badge-moeny,
    .optional-card:hover {
        transform: translateY(-1px) scale(1.05);
        transition: transform .12s ease;
    }
}

@media (max-width: 575.98px) {
    .sku .badge-money,
    .sku .badge-moeny {
        transform: scale(.94);
        transform-origin: top right;
    }
}

.sku.is-primary {
    color: #fff;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    border-color: transparent;
}

.vstack label {
    color: grey;
    font-size: 14px;
}

.vstack .form-control {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.49);
    border: var(--bs-border-width) solid #ababab47;
}

.captcha-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
}

.captcha-img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    background: rgba(255, 255, 255, 0.49);
    padding: 0;
    height: 100%;
    cursor: pointer;
    margin-left: 2px;
}

/* 容器（外层白底圆角、淡粉描边与光晕） */
.input-group.qty-group {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 6px 8px;
    border-radius: 0.375rem;
    width: 140px; /* 可按需要调整 */
    background: linear-gradient(180deg, #ffffff, #fff4f8);
    border: 2px solid #ffd6e5;
    box-shadow: 0 14px 24px rgba(255, 105, 135, .18),
    0 0 0 6px rgba(255, 214, 229, .35) inset;
}

/* 左右按钮（粉色圆角方块） */
.input-group.qty-group > button {
    width: 32px;
    height: 24px;
    border: 0;
    border-radius: 0.375rem;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(180deg, #ff74a9, #ff5c8e);
    box-shadow: 0 8px 18px rgba(255, 92, 142, .35);
    transition: transform .12s ease, filter .12s ease;
}

.input-group.qty-group > button:hover {
    filter: brightness(1.06);
}

.input-group.qty-group > button:active {
    transform: scale(.98);
}

/* 中间数字输入（透明背景、无边框、大号数字） */
.input-group.qty-group > input[type="number"] {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    text-align: center;
    color: #ff5c8e;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}

/* 去掉数字输入的上下小箭头 */
.input-group.qty-group > input[type="number"]::-webkit-outer-spin-button,
.input-group.qty-group > input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-group.qty-group > input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* 结账分区（高阶分隔卡片） */
.cash-pay {
    position: relative;
    border-radius: 16px;
    padding: 12px;
    background: #ffffff70;
    border: none;
    box-shadow: 0 10px 28px rgba(149, 157, 165, 0.25),
    0 0 0 6px rgba(122, 140, 255, .06) inset;
}

.cash-pay .form-label {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin: 4px 0 8px 4px;
    font-weight: 800;
    font-size: 1rem;
    color: var(--acg-primary);
}

.cash-pay .form-label i {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    box-shadow: 0 6px 14px rgba(255, 107, 53, .35);
}

.cash-pay .pay-list {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px dashed #eceff3;
}

/* 强化在结账区域内的支付按钮视觉分组 */
.cash-pay .pay-list .pay {
    background: rgba(255, 248, 248, 0.3);
    border: none;
    cursor: pointer;
}

.cash-pay .pay-list .pay.is-primary,
.cash-pay .pay-list .pay.active,
.cash-pay .pay-list .pay.selected {
    box-shadow: 0 10px 22px rgba(122, 140, 255, .28);
}

@media (max-width: 575.98px) {
    .cash-pay {
        padding: 10px;
        border-radius: 14px;
    }

    .cash-pay .form-label {
        margin-bottom: 6px;
    }
}

.pay-list .pay {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: .4rem .75rem;
    border-radius: 12px;
    background: rgba(255, 248, 248, 0.15);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-decoration: none;
    user-select: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .12s ease;
}

.pay-list .pay img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.pay-list .pay span {
    font-size: 14px;
    font-weight: 700;
    color: #a3a3a3;
}

/* 选中态，可通过添加 .active / .selected / .is-primary 类控制 */
.pay-list .pay.is-primary,
.pay-list .pay.active,
.pay-list .pay.selected {
    color: #fff;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(255, 107, 53, .25);
}

.pay-list .pay.is-primary span,
.pay-list .pay.active span,
.pay-list .pay.selected span {
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .pay-list .pay:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
        filter: brightness(1.02);
    }
}

/* 商品详情块微调（置于左侧商品图下） */
.item-detail {
    margin-top: 12px;
}

.item-detail .panel-header .icon {
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    color: #fff;
}

.item-detail .panel-body img {
    max-width: 100%;
}

.item-detail .panel-body p {
    margin-bottom: 0;
    line-height: 1.7;
}

@media (max-width: 575.98px) {
    .item-detail {
        margin-top: 10px;
    }
}

/* 移动端：标题不强制占两行 */
@media (max-width: 575.98px) {
    .goods-title {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        min-height: 1.35em;
    }

    /* 保持分类标签单行显示，支持横向滚动 */
    .chip-list,
    .fs-type-tab-list.chip-list {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: flex !important;
    }
}


.wholesale-table {
    width: 140px;
    background: transparent;
}

.wholesale-table > * > * > * {
    background: transparent !important;
}

.wholesale-table thead th {
    color: #ff70a6 !important;
    font-size: 14px;
}

.wholesale-table tbody td {
    color: #ff70a6 !important;
    font-size: 14px;
}

/* 用户头像样式 */
#user-avatar {
    border: 2px solid #e9ecef;
    transition: border-color 0.2s ease;
}

#user-avatar:hover {
    border-color: var(--acg-primary);
}

/* 用户信息按钮样式 */
#userDropdown {
    padding: 4px 8px;
    border: none;
    background: transparent;
    transition: all 0.2s ease;
}

#userDropdown:hover {
    background-color: rgba(0, 100, 64, 0.1);
    border-radius: 8px;
}

/* 下拉菜单样式 */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 4px 0;
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.7);
}

.dropdown-item {
    padding: 6px 16px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    line-height: 1.3;
}

.dropdown-item:hover {
    background-color: rgba(0, 100, 64, 0.1);
}

.dropdown-item i {
    width: 16px;
    text-align: center;
}

/* 用户名和余额样式 */
#username {
    color: #212529;
    font-weight: 600;
}

#user-balance {
    color: #6c757d;
    font-weight: 500;
}

.optional-card {
    display: flex;
    align-items: center;
    position: relative;
    padding: .2rem .6rem;
    border-radius: 16px;
    background: rgba(255, 248, 248, 0.63);
    color: #929292;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
    transform-origin: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 14px;
}

.optional-card.is-primary {
    color: #fff;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
    border-color: transparent;
}

.bootstrap-table.bootstrap5 .table-switch-state button.active, .table-switch-state button:focus {
    background-color: #ffa3ad82 !important;
}

.bootstrap-table.bootstrap5 .table-switch-state button:hover {
    background-color: rgba(255, 163, 173, 0.29) !important;
}

.table {
    --bs-table-bg: rgba(255, 255, 255, 0) !important;
    --bs-table-border-color: transparent;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 1rem;
}

/* 订单查询页面样式 */

.order-results, .no-results, .loading-state {
    margin-top: 12px;
}

.order-query-form .form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.order-query-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    height: 48px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.order-query-form .form-control:focus {
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--acg-primary);
    box-shadow: 0 0 0 4px rgba(0, 100, 64, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.order-query-form .btn-primary {
    background: linear-gradient(135deg, var(--acg-secondary), var(--acg-primary));
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    height: 48px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 100, 64, 0.25);
    position: relative;
    overflow: hidden;
}

.order-query-form .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.order-query-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 100, 64, 0.35);
}

.order-query-form .btn-primary:hover::before {
    left: 100%;
}

.order-query-form .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 100, 64, 0.3);
}

/* 响应式调整 */
@media (max-width: 767.98px) {
    .order-query-form .btn-primary {
        width: 120px;
    }
}

/* 订单项样式 - 重新设计 */
.order-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.order-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--acg-secondary), var(--acg-primary));
}

.order-item:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

/* 订单头部 */
.order-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.order-left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.order-status {
    flex-shrink: 0;
}

.status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.status-badge.status-pending {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
    border: none;
}

.status-badge.status-paid {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: none;
}

.status-badge.status-completed {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
}

.status-badge.status-cancelled {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    border: none;
}

.status-badge.status-shipped {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
    border: none;
}

.status-badge.status-waiting-shipment {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    border: none;
}

.shipment-content {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 发货状态徽章样式 */

.shipment-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shipment-badge.shipment-pending {
    background: rgba(251, 191, 36, 0.2);
    color: #d97706;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.shipment-badge.shipment-paid {
    background: rgba(34, 197, 94, 0.2);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.shipment-badge.shipment-shipped {
    background: rgba(139, 92, 246, 0.2);
    color: #7c3aed;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.shipment-badge.shipment-waiting {
    background: rgba(245, 158, 11, 0.2);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.order-basic {
    flex: 1;
}

.order-no {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.order-time,
.payment-time,
.payment-dst {
    font-size: 14px;
    color: #374151;
    margin-bottom: 4px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.order-time:last-child,
.payment-time:last-child,
.payment-dst:last-child {
    margin-bottom: 0;
}

.order-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    gap: 12px;
}

.order-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.amount-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.amount-value {
    font-size: 24px;
    font-weight: 800;
    color: var(--acg-danger);
    line-height: 1;
}

/* 商品信息 */
.goods-section {
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.goods-thumb {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
}

.goods-image {
    width: 72px;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.goods-details {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.goods-name {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.goods-meta {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.goods-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--acg-danger);
}

.payment-dst {
    display: flex;
    align-items: center;
}

.payment-method {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    /*background: #bdbdbd3b;*/

    /*box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;*/
    /*padding: 3px 6px;*/
    cursor: pointer;
    box-shadow: inset rgb(255 197 249 / 24%) -20px 0px 2px 2px;
    border-radius: 4px;

}

.payment-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    border-radius: 4px;
}

.payment-name {
    font-size: 1rem;
    color: #21c44d;
}

/* 响应式设计 */
@media (max-width: 767.98px) {
    .order-header {
        flex-direction: column;
        gap: 12px;
    }

    .order-meta {
        margin-left: 0;
    }

    .order-content {
        flex-direction: column;
        gap: 16px;
    }

    .goods-info {
        flex-direction: column;
        gap: 12px;
    }

    .goods-thumb {
        align-self: center;
    }

    .payment-info {
        text-align: center;
        min-width: auto;
    }
}

/* 加载状态样式 */
.loading-state .icon-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* 无结果状态样式 */
.no-results .fa-search {
    opacity: 0.6;
}

/* 验证码输入组样式调整 */
.order-query-form .captcha-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
}

.order-query-form .captcha-img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    height: 100%;
    cursor: pointer;
    margin-left: 2px;
    border-radius: 0 8px 8px 0;
}

/* 虚拟卡密样式 - 重新设计 */
.card-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.card-header {
    margin-bottom: 16px;
}

.card-title {
    margin: 0;
    font-weight: 700;
    color: #1f2937;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.password-input-group {
    margin-bottom: 16px;
}

.password-label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
}

.card-password-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e5e7eb;
    border-radius: 8px 0 0 8px;
    padding: 10px 12px;
    height: 42px;
    transition: all 0.2s ease;
}

.card-password-input:focus {
    border-color: var(--acg-primary);
    box-shadow: 0 0 0 3px rgba(122, 140, 255, 0.1);
}

.view-card-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    background: linear-gradient(135deg, var(--acg-secondary), var(--acg-primary));
    color: white;
    border: 2px solid var(--acg-primary);
    border-radius: 0 8px 8px 0;
    padding: 10px 16px;
    height: 42px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.view-card-btn:hover {
    background: linear-gradient(135deg, var(--acg-primary), rgb(76, 197, 137));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.card-content,
.card-content-no-password {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
}

.card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.card-item:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--acg-primary);
    box-shadow: 0 2px 8px rgba(122, 140, 255, 0.1);
}

.card-info {
    flex: 1;
}

.card-name {
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
    font-size: 14px;
}

.card-value {
    font-family: 'Courier New', monospace;
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    color: #495057;
    font-size: 13px;
    line-height: 1.6;
    white-space: pre-line;
    word-break: break-all;
    user-select: all;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 60px;
    max-height: 200px;
    overflow-y: auto;
}

.card-value:hover {
    background: #e9ecef;
    border-color: var(--acg-primary);
}

.card-actions {
    display: flex;
    gap: 8px;
    margin-left: 12px;
}

.copy-card-btn {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    background: white;
    color: #6c757d;
    transition: all 0.2s ease;
}

.copy-card-btn:hover {
    background: var(--acg-primary);
    color: white;
    border-color: var(--acg-primary);
}

.card-loading {
    text-align: center;
    padding: 20px;
    color: #6b7280;
}

.card-loading .icon-spin {
    color: var(--acg-primary);
    font-size: 1.5rem;
}

/* 响应式调整 */
@media (max-width: 767.98px) {
    .card-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .card-actions {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .view-card-btn {
        font-size: 13px;
        padding: 10px 12px;
    }
}

.card-display {
    white-space: pre-line;
}

/* 新的卡密显示样式 */
.card-display-content {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.card-text {
    font-family: 'Courier New', monospace;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #1f2937;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-line;
    word-break: break-all;
    user-select: all;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 16px;
    min-height: 80px;
    max-height: 300px;
    overflow-y: auto;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.card-text:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

.copy-all-btn {
    background: linear-gradient(135deg, var(--acg-secondary), var(--acg-primary));
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 100, 64, 0.25);
}

.copy-all-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 100, 64, 0.35);
}

/* 响应式调整 */
@media (max-width: 767.98px) {
    .order-item {
        padding: 20px;
    }

    .goods-section {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .goods-meta {
        justify-content: center;
    }

    .order-header {
        flex-direction: column;
        gap: 16px;
    }

    .order-right {
        align-self: flex-start;
    }

    .card-display-content {
        padding: 16px;
    }

    .card-text {
        font-size: 13px;
        padding: 12px;
    }
}

/* 加载更多状态样式 */
.load-more-loading,
.load-more-end {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    margin-top: 16px;
}

.load-more-loading .icon-spin {
    color: var(--acg-primary);
    font-size: 1.2rem;
}

/* FlixSeek 风格增强 */
.fs-hero-title-box {
    background-color: var(--acg-bg-light);
    padding: 3rem 2rem 2rem;
    border-radius: 16px;
}

.fs-why-section {
    background-color: var(--acg-bg-light);
    padding: 3rem 0;
    border-radius: 16px;
}

.fs-review-section {
    background-color: var(--acg-bg-light);
    padding: 3rem 0;
    border-radius: 16px;
}

.chip:hover {
    background-color: rgba(0, 100, 64, 0.1);
    transform: translateY(-2px);
}

.chip.is-primary:hover {
    background: linear-gradient(90deg, var(--acg-primary), var(--acg-secondary));
}

.chip.is-primary:hover::after {
    width: 70%;
}

.load-more-loading span {
    color: #374151;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.load-more-end {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.load-more-end span {
    color: #6b7280;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.load-more-end .fa-check-circle {
    color: #10b981;
}

/* 滚动条样式优化 */
.order-list::-webkit-scrollbar {
    width: 6px;
}

.order-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.order-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.order-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.item-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.acg-cover {
    position: relative;
    overflow: hidden;
}

.flex-fill {
    flex: 1 1 auto;
}

.br-12 {
    border-radius: 12px;
}

footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    color: #858585;
}

/* 联盟计划页面样式 */
#alliancePlan {
    max-width: 1200px;
    margin: 0 auto;
}

#alliancePlan .scrollMsg {
    width: 100%;
    margin: 1rem auto;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    color: #1c89f9;
    background: rgba(28, 137, 249, 0.08);
    display: flex;
    align-items: center;
}

#alliancePlan .scrollMsg .iconBox {
    font-size: 1.25rem;
    color: #1c89f9;
}

#alliancePlan .bannerBox {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 5rem;
    display: flex;
    align-items: center;
}

#alliancePlan .bannerBox .bannerLeft {
    flex: 1;
    margin-right: 2rem;
}

#alliancePlan .bannerBox .titleBox .title1,
#alliancePlan .bannerBox .titleBox .title2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

#alliancePlan .bannerBox .titleBox .title1 .special,
#alliancePlan .bannerBox .titleBox .title2 .special {
    color: var(--acg-primary);
}

#alliancePlan .bannerBox .titleBox .title2 {
    margin-top: 1.5rem;
}

#alliancePlan .bannerBox .descBox .desc1,
#alliancePlan .bannerBox .descBox .desc2 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    word-break: break-word;
}

#alliancePlan .bannerBox .descBox .desc1 .special,
#alliancePlan .bannerBox .descBox .desc2 .special {
    font-size: 1.5rem;
    color: var(--acg-primary);
}

#alliancePlan .bannerBox .btnBox {
    margin: 3rem 0 0;
}

#alliancePlan .bannerBox .btnBox .btn1,
#alliancePlan .bannerBox .btnBox .btn2 {
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 2.5rem;
    padding: 0 1.5rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.1s;
    text-decoration: none;
    display: inline-block;
}

#alliancePlan .bannerBox .btnBox .btn1 {
    background: #1c89f9;
    margin-right: 1rem;
}

#alliancePlan .bannerBox .btnBox .btn1:hover {
    background: rgba(28, 138, 249, 0.75);
}

#alliancePlan .bannerBox .btnBox .btn2 {
    color: #1c89f9;
    background: #ecf5ff;
    border: 1px solid #1c89f9;
}

#alliancePlan .bannerBox .btnBox .btn2:hover {
    background: #deedfe;
}

#alliancePlan .whyJoinBox {
    width: 100%;
    margin: 0 auto;
}

#alliancePlan .whyJoinBox .whyJoinBoxTitle {
    margin: 2.5rem 0;
    color: #333232;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
}

#alliancePlan .whyJoinBox .whyJoinBoxTitle .special {
    color: var(--acg-primary);
}

#alliancePlan .whyJoinBox .whyJoinBoxContent {
    width: 100%;
    margin: 5rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox {
    width: 35%;
    margin-right: 2rem;
    position: relative;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox {
    padding: 1rem;
    min-height: 8rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    transition: all 0.3s;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox:hover {
    background-color: #f4f8fb;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .iconBox {
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .iconBox img {
    width: 100%;
    height: 100%;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .infoBox {
    flex: 1;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .infoBox .desc1 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .infoBox .desc2 {
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #666;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .infoBox .desc3 {
    cursor: pointer;
    display: inline;
    color: var(--acg-primary);
    transition: all 0.3s;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox .itemBox .infoBox .desc3:hover {
    opacity: 0.8;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .rightBox {
    flex: 1;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .rightBox .rightItem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .rightBox .rightItem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 1rem;
}

#alliancePlan .whyJoinBox .whyJoinBoxContent .rightBox .rightItem.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}

#alliancePlan .ortherInfoBox {
    background-color: #fafafa;
    padding: 2.5rem 1.5rem;
}

#alliancePlan .ortherInfoBox .contactWayBox {
    width: 100%;
    max-width: 900px;
    background-color: #e8e6e6;
    border-radius: 2.5rem;
    padding: 2.5rem;
    margin: 0 auto 2rem;
}

#alliancePlan .ortherInfoBox .contactWayBox .contactWayBoxTitle {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 1.5rem 0 2rem;
}

#alliancePlan .ortherInfoBox .contactWayBox .contactWayBoxContent {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 2rem;
    text-align: center;
}

#alliancePlan .ortherInfoBox .contactWayBox .contactWayBoxContent .value {
    cursor: pointer;
    color: #0092f4;
    font-weight: 700;
    text-decoration: underline;
}

#alliancePlan .ortherInfoBox .joinUsBox .joinUsBoxTitle {
    margin: 2.5rem 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

#alliancePlan .ortherInfoBox .joinUsBox .joinUsBoxDesc {
    color: #333232;
    font-size: 1.1rem;
    margin: 0 3rem;
    text-align: center;
}

#alliancePlan .ortherInfoBox .joinUsBox .joinUsBoxDesc .special {
    color: var(--acg-primary);
}

#alliancePlan .problemBox {
    padding: 5rem 0;
}

#alliancePlan .problemBox .problemBoxTitle {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

#alliancePlan .problemBox .problemList {
    width: 100%;
    max-width: 600px;
    margin: 3rem auto 2.5rem;
}

#alliancePlan .problemBox .problemList .problemItem {
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.4s;
}

#alliancePlan .problemBox .problemList .problemItem:hover {
    background: #fafafa;
}

#alliancePlan .problemBox .problemList .problemItem.active {
    background: #fafafa;
}

#alliancePlan .problemBox .problemList .problemItem .easyContent {
    padding: 1rem 1.5rem;
    cursor: pointer;
}

#alliancePlan .problemBox .problemList .problemItem .easyContent .leftBox,
#alliancePlan .problemBox .problemList .problemItem .easyContent .rightBox {
    font-size: 1rem;
    font-weight: 700;
}

#alliancePlan .problemBox .problemList .problemItem .content {
    padding: 0 1.5rem 1rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    #alliancePlan .bannerBox {
        flex-direction: column;
    }
    
    #alliancePlan .bannerBox .bannerLeft {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    
    #alliancePlan .bannerBox .bannerRight {
        width: 100% !important;
    }
    
    #alliancePlan .whyJoinBox .whyJoinBoxContent {
        flex-direction: column;
    }
    
    #alliancePlan .whyJoinBox .whyJoinBoxContent .leftBox {
        width: 100%;
        margin-right: 0;
    }
    
    #alliancePlan .whyJoinBox .whyJoinBoxContent .rightBox {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #alliancePlan .bannerBox .titleBox .title1,
    #alliancePlan .bannerBox .titleBox .title2 {
        font-size: 1.8rem;
    }
    
    #alliancePlan .whyJoinBox .whyJoinBoxTitle {
        font-size: 1.8rem;
    }
    
    #alliancePlan .problemBox .problemBoxTitle {
        font-size: 1.8rem;
    }
}

/* ==================== 售后支持页面样式 ==================== */
#afterSale {
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
}

/* 通知栏 */
#afterSale .noticeBarBox {
    background: linear-gradient(135deg, rgba(28, 137, 249, 0.08) 0%, rgba(28, 137, 249, 0.12) 100%);
    border-radius: 1rem;
    padding: 1.25rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 12px rgba(28, 137, 249, 0.15);
}

#afterSale .noticeBarBox .noticeBarContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #1c89f9;
}

#afterSale .noticeBarBox .el-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

#afterSale .noticeBarBox .noticeText {
    font-size: 1rem;
    line-height: 1.6;
}

/* 主内容区 */
#afterSale .mainBox {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* 标题 */
#afterSale .mainBox .title {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 3.5rem;
}

#afterSale .mainBox .title .text {
    color: #111827;
}

#afterSale .mainBox .title .blueText {
    position: relative;
    color: #111827;
    display: inline-block;
}

#afterSale .mainBox .title .blueText:after {
    content: "";
    width: 100%;
    height: 1rem;
    background: linear-gradient(90deg, #a4d0fd 0%, #7eb8f5 100%);
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
}

/* WhatsApp 联系卡片 */
#afterSale .mainBox .describeBox {
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

#afterSale .mainBox .describeBox .describeItem {
    max-width: 500px;
    flex: 0 1 auto;
    min-width: 280px;
    padding: 3.5rem 2rem 1.5rem;
    background: linear-gradient(135deg, #84c196 0%, #6fb587 100%);
    border-radius: 1.5rem;
    box-shadow: 0 8px 24px rgba(132, 193, 150, 0.3);
}

#afterSale .mainBox .describeBox .describeItem .itemContent {
    background: #fff;
    border-radius: 1.25rem;
    position: relative;
    padding: 3rem 2rem 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#afterSale .mainBox .describeBox .describeItem .itemContent .webLogo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    background: var(--acg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#afterSale .mainBox .describeBox .describeItem .itemContent .webLogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#afterSale .mainBox .describeBox .describeItem .itemContent .desc {
    color: #6b7280;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

#afterSale .mainBox .describeBox .describeItem .itemContent .iconBox {
    width: 200px;
    height: 200px;
    margin-bottom: 1.5rem;
    background: #f9fafb;
    border-radius: 1rem;
    padding: 0.75rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

#afterSale .mainBox .describeBox .describeItem .itemContent .iconBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#afterSale .mainBox .describeBox .describeItem .itemContent .smallTitle {
    color: #111827;
    font-size: 1.125rem;
    font-weight: 600;
}

/* 客服邮箱 */
#afterSale .mainBox .emailBox {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    color: #374151;
    font-size: 1.125rem;
    font-weight: 600;
    border: 1px solid #e5e7eb;
}

#afterSale .mainBox .emailBox a {
    color: #1c89f9;
    text-decoration: none;
    transition: all 0.3s ease;
}

#afterSale .mainBox .emailBox a:hover {
    color: #0066cc;
    text-decoration: underline;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
    #afterSale {
        padding: 1.5rem 0 3rem;
    }
    
    #afterSale .noticeBarBox {
        padding: 1rem 1.5rem;
    }
    
    #afterSale .mainBox .title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    
    #afterSale .mainBox .title .blueText:after {
        height: 0.75rem;
        bottom: 0.2rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem {
        padding: 3rem 1.5rem 1.25rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent {
        padding: 2.5rem 1.5rem 1.75rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .webLogo {
        width: 60px;
        height: 60px;
        top: -30px;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .iconBox {
        width: 180px;
        height: 180px;
    }
    
    #afterSale .mainBox .emailBox {
        font-size: 1rem;
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    /* 移动端容器优化 */
    #afterSale {
        padding: 0.5rem 0 1.5rem;
    }
    
    /* 通知栏优化 */
    #afterSale .noticeBarBox {
        padding: 0.875rem 1rem;
        margin-bottom: 1rem;
    }
    
    #afterSale .noticeBarBox .noticeBarContent {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 0.5rem;
    }
    
    #afterSale .noticeBarBox .noticeBarContent .el-icon {
        flex-shrink: 0;
        margin-top: 0.125rem;
    }
    
    #afterSale .noticeBarBox .noticeText {
        font-size: 0.875rem;
        line-height: 1.5;
        flex: 1;
    }
    
    /* 主内容区优化 */
    #afterSale .mainBox {
        padding: 0 0.75rem;
    }
    
    #afterSale .mainBox .title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
        text-align: center;
    }
    
    #afterSale .mainBox .title .blueText:after {
        height: 0.5rem;
        bottom: 0.1rem;
    }
    
    /* 二维码卡片容器优化 */
    #afterSale .mainBox .describeBox {
        gap: 1.25rem;
        flex-direction: column;
        margin-bottom: 1.5rem;
        padding: 0;
    }
    
    #afterSale .mainBox .describeBox .describeItem {
        padding: 2rem 1rem 1rem;
        max-width: 100%;
        width: 100%;
        margin: 0;
        border-radius: 1rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent {
        padding: 2rem 1rem 1.5rem;
        border-radius: 0.875rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .webLogo {
        width: 56px;
        height: 56px;
        top: -28px;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .desc {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
        font-weight: 600;
    }
    
    /* 二维码优化 - 移动端适当放大 */
    #afterSale .mainBox .describeBox .describeItem .itemContent .iconBox {
        width: 220px;
        height: 220px;
        max-width: 85%;
        margin-bottom: 1rem;
        padding: 0.875rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .iconBox img {
        border-radius: 0.5rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .smallTitle {
        font-size: 0.95rem;
    }
    
    /* 邮箱框优化 */
    #afterSale .mainBox .emailBox {
        font-size: 0.9rem;
        padding: 1rem;
        margin: 0 0.75rem;
        border-radius: 0.75rem;
    }
}

/* 超小屏幕优化 */
@media (max-width: 375px) {
    #afterSale .mainBox .title {
        font-size: 1.35rem;
        margin-bottom: 1.25rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem {
        padding: 1.75rem 0.875rem 0.875rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent {
        padding: 1.75rem 0.875rem 1.25rem;
    }
    
    #afterSale .mainBox .describeBox .describeItem .itemContent .iconBox {
        width: 200px;
        height: 200px;
        max-width: 90%;
    }
    
    #afterSale .noticeBarBox .noticeText {
        font-size: 0.8rem;
    }
}
