/* seemb15 补丁样式：saas 侧新增结构未被旧站 Tailwind JIT 产物覆盖的类 */

[v-cloak] {
    display: none !important;
}

/* ---------- 页脚版权条：手机竖排居中，桌面左右排布 ---------- */
.seemb15-footer-legal {
    margin-top: 8px;
    padding-top: 4px;
}

.seemb15-footer-legal__row {
    gap: 12px 16px;
}

.seemb15-footer-legal__meta {
    flex: 1 1 auto;
    min-width: 0;
}

.seemb15-footer-legal__copy {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.92;
}

.seemb15-footer-legal__icp,
.seemb15-footer-legal__support {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.55;
    opacity: 0.85;
}

.seemb15-footer-legal__icp a,
.seemb15-footer-legal__support a {
    text-decoration: none;
}

.seemb15-footer-legal__icp a:hover,
.seemb15-footer-legal__support a:hover {
    text-decoration: underline;
}

.seemb15-footer-legal__badge {
    flex: 0 0 auto;
}

.seemb15-footer-legal__iso {
    display: block;
    height: 80px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .seemb15-footer-legal {
        margin-top: 20px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    /* 若页脚是浅色底，边框改用深色半透明 */
    .footer-container:not(.bg-primary) .seemb15-footer-legal,
    #app-footer:not(.bg-primary) .seemb15-footer-legal {
        border-top-color: rgba(0, 0, 0, 0.08);
    }

    .seemb15-footer-legal__row {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
        gap: 14px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .seemb15-footer-legal__meta {
        width: 100%;
        text-align: center !important;
        order: 2;
    }

    .seemb15-footer-legal__badge {
        order: 1;
        width: auto;
        margin: 0 auto;
    }

    .seemb15-footer-legal__iso {
        height: 56px;
        max-width: 96px;
    }

    .seemb15-footer-legal__copy {
        margin-top: 0;
        font-size: 12px;
        line-height: 1.55;
        word-break: break-word;
    }

    .seemb15-footer-legal__icp,
    .seemb15-footer-legal__support {
        margin-top: 6px;
        font-size: 12px;
    }

    .seemb15-footer-legal__support {
        margin-top: 8px;
    }
}

/* ---------- 分页（el-pagination 由 app.css 提供，这里只补 page-link 占满按钮） ---------- */
.seemb15-pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
}

/* ---------- 订阅提示 ---------- */
.subscribe-msg {
    display: none;
    width: 100%;
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.5;
}

/* ---------- 表单输入框（补 Tailwind 任意色未打进 app.css） ---------- */
.seemb15-input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #dcdfe6;
    border-radius: var(--border-radius, 4px);
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 34px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

textarea.seemb15-input {
    height: auto;
    min-height: 96px;
    padding: 10px 12px;
    line-height: 1.5;
    resize: vertical;
}

.seemb15-input:hover {
    border-color: #c0c4cc;
}

.seemb15-input:focus {
    border-color: var(--primary-color, #02315d);
    box-shadow: 0 0 0 2px rgba(2, 49, 93, 0.12);
}

.seemb15-input.flex-1 {
    display: block;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

.seemb15-input.seemb15-input--captcha {
    width: 160px;
    flex: 0 0 160px;
}

/* ---------- RFQ 上传拖拽框 ---------- */
.seemb15-upload-drag {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    padding: 24px 16px;
    background: #fafafa;
    transition: border-color .2s;
}

.seemb15-upload-drag:hover {
    border-color: var(--primary-color, #02315d);
}

.seemb15-upload-drag .title {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.seemb15-upload-drag .el-upload__text {
    font-size: 12px;
    color: #999;
}

/* ---------- RFQ 结果弹窗 ---------- */
.seemb15-rfq-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.seemb15-rfq-modal-backdrop.is-open {
    display: flex;
}

.seemb15-rfq-modal {
    background: #fff;
    border-radius: 8px;
    width: 420px;
    max-width: 100%;
    padding: 32px 24px 24px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
}

.seemb15-rfq-modal__icon {
    font-size: 0;
    margin-bottom: 12px;
}

.seemb15-rfq-modal__icon .iconfont {
    font-size: 52px;
    line-height: 1;
}

.seemb15-rfq-modal__icon.is-success .iconfont {
    color: #67c23a;
}

.seemb15-rfq-modal__icon.is-error .iconfont {
    color: #f56c6c;
}

.seemb15-rfq-modal__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.seemb15-rfq-modal__msg {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    word-break: break-word;
}

.seemb15-rfq-modal__btn {
    min-width: 96px;
}

/* ---------- RFQ 表格行删除按钮 ---------- */
.rfqTable .rfq-td-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rfqTable .rfq-td-action .delete {
    color: #f56c6c;
    font-size: 18px;
}

/* ---------- 单页左侧兄弟导航 ---------- */
#pages .nav-list a {
    display: block;
    padding: 10px 14px;
    color: #333;
    border-left: 3px solid transparent;
    background: #fff;
    margin-bottom: 2px;
    transition: all .2s;
}

#pages .nav-list a:hover,
#pages .nav-list a.active {
    color: var(--primary-color, #02315d);
    border-left-color: var(--primary-color, #02315d);
    background: #f5f7fa;
}

/* RTL 时兄弟导航边框换边 */
.is-rtl #pages .nav-list a {
    border-left: none;
    border-right: 3px solid transparent;
}

.is-rtl #pages .nav-list a:hover,
.is-rtl #pages .nav-list a.active {
    border-right-color: var(--primary-color, #02315d);
}

/* ---------- 单页正文富文本兜底 ---------- */
#pages .content img {
    max-width: 100%;
    height: auto;
}

#pages .content table {
    max-width: 100%;
}

/* ---------- 制造商列表：视图切换按钮 ---------- */
.view-list-box span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    color: #666;
    background: #fff;
    font-size: 13px;
}

.view-list-box span.active {
    color: #fff;
    background: var(--primary-color, #02315d);
    border-color: var(--primary-color, #02315d);
}

/* ---------- 产品详情：数量输入（与 stock-box 同宽） ---------- */
.product-detail-container .stock-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.product-detail-container .stock-box > .pd15-qty-row {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    box-sizing: border-box;
}

.product-detail-container .pd15-qty-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.product-detail-container .pd15-qty-label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.product-detail-container .pd15-qty-field {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: 1px solid #d0d7de;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-detail-container .pd15-qty-field:focus-within {
    border-color: var(--primary-color, #02315d);
    box-shadow: 0 0 0 1px var(--primary-color, #02315d);
}

.product-detail-container .pd15-qty-input {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    outline: none;
    box-sizing: border-box;
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-detail-container .pd15-qty-input::-webkit-outer-spin-button,
.product-detail-container .pd15-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-container .stock-box #pd15-rfq-add {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 !important;
    box-sizing: border-box;
}

.product-detail-container .stock-box > .pd15-qty-row #pd15-rfq-add {
    width: 100% !important;
}

/* ---------- 产品详情主图：固定尺寸，避免原图撑大 ---------- */
.product-detail-container .product-image-box #pd15-image-active,
.product-detail-container .pd15-image-active {
    width: 200px;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
}

.product-detail-container .pd15-image-active img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .product-detail-container .product-image-box #pd15-image-active,
    .product-detail-container .pd15-image-active {
        width: 160px;
        height: 160px;
    }
}

/* ---------- 面包屑：加大上下间距 ---------- */
.app-nav {
    padding-top: 28px;
    padding-bottom: 28px;
}

/* ---------- 单页顶栏横幅：全宽按图片比例完整显示，避免 cover 裁切 ---------- */
#pages .columns-images {
    aspect-ratio: 2560 / 444;
    position: relative;
    width: 100%;
}

#pages .columns-images .box {
    align-items: flex-start;
    background-color: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 6;
}

#pages .columns-images .box h2,
#pages .columns-images .box .t_c {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0 40px;
    text-align: left;
}

#pages .columns-images .box .descript {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 40px;
}

#pages .columns-images .bg_color {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

/* ---------- 顶栏 mega-menu：左侧导航单独滚动，右侧二级面板绝对定位不裁切 ---------- */
#app-header .children-box .children-box-list {
    overflow: visible;
    max-height: none;
}

#app-header .children-box .children-box-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

/* 右侧内容面板挂在 list 下，用 .is-open 显示 */
#app-header .children-box .children-box-list > .children-content-box {
    color: #555;
    display: none;
    left: 100%;
    margin: 32px 28px;
    position: absolute;
    top: 0;
    width: 869px;
    z-index: 2;
}

#app-header .children-box .children-box-list > .children-content-box.is-open {
    display: block;
}

/* 右侧一级标题：加大字号、加粗，与下方二级列表拉开层次 */
#app-header .children-box .children-box-list > .children-content-box > .title-box {
    border-bottom: 1px solid #e0e0e0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0 0 16px;
}

#app-header .children-box .children-box-list > .children-content-box > .title-box .title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
}

#app-header .children-box .children-box-list > .children-content-box > .title-box .iconfont {
    color: var(--primary-color, #02315d);
    font-size: 14px;
}

#app-header .children-box .children-box-list > .children-content-box > .list {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

#app-header .children-box .children-box-list > .children-content-box > .list a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

#app-header .children-box .children-box-list > .children-content-box > .list a:hover {
    color: var(--primary-color, #02315d);
}

@media (max-width: 991.98px) {
    #app-header .menu-item.mobile-open > .children-box .children-box-nav {
        max-height: calc(100vh - 160px);
    }

    #app-header .children-box .children-box-list > .children-content-box,
    #app-header .children-box .children-box-list > .children-content-box.is-open {
        display: none;
    }
}

/* ---------- 顶栏移动端抽屉打开时的遮罩感（简化） ---------- */
@media (max-width: 991.98px) {
    .menu-list {
        transition: transform .3s ease;
        overflow-y: auto;
        box-shadow: 2px 0 12px rgba(0, 0, 0, .15);
    }
}

/* ---------- 首页 switchImages：手机横向胶囊 Tab + 大图卡片 ---------- */
.seemb15-switch-images {
    --seemb15-switch-pad-x: 16px;
}

.seemb15-switch-images .module-info {
    padding-top: 28px;
    padding-bottom: 8px;
}

.seemb15-switch-images__title {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
    font-size: 1.125rem !important;
    line-height: 1.4;
}

.seemb15-switch-images__nav-wrap {
    position: relative;
    margin: 0 calc(var(--seemb15-switch-pad-x) * -1 + 8px);
    padding: 0 var(--seemb15-switch-pad-x);
}

.seemb15-switch-images__nav-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: var(--seemb15-switch-pad-x);
    bottom: 10px;
    width: 28px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(2, 49, 93, 0), var(--primary-color, #02315d));
}

.seemb15-switch-images__nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: 0 !important;
    margin: 0 0 14px !important;
    padding: 2px 0 10px;
}

.seemb15-switch-images__nav::-webkit-scrollbar {
    display: none;
}

.seemb15-switch-images__tab {
    flex: 0 0 auto;
    appearance: none;
    border: 0;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.seemb15-switch-images__tab .seemb15-switch-images__tab-text,
.seemb15-switch-images__tab .text {
    padding: 0 !important;
    white-space: nowrap;
}

.seemb15-switch-images__tab.active,
.seemb15-switch-images .nav-list .seemb15-switch-images__tab.active {
    background: #fff;
    color: var(--primary-color, #02315d) !important;
    border-bottom-width: 0 !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.seemb15-switch-images__panels {
    margin: 0;
}

.seemb15-switch-images__panel {
    width: 100%;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

.seemb15-switch-images__panel:not(.active) {
    display: none;
}

.seemb15-switch-images__link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    min-height: 160px;
}

.seemb15-switch-images__img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 160px;
    object-fit: cover;
    vertical-align: top;
}

.seemb15-switch-images__link.is-broken {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 168px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.18));
}

.seemb15-switch-images__link.is-broken .seemb15-switch-images__img {
    display: none;
}

.seemb15-switch-images__fallback {
    margin: 0;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
}

@media (min-width: 768px) {
    .seemb15-switch-images {
        --seemb15-switch-pad-x: 0px;
    }

    .seemb15-switch-images .module-info {
        padding-top: 40px;
        padding-bottom: 12px;
    }

    .seemb15-switch-images__title {
        margin-bottom: 1.5rem !important;
        font-size: 1.5rem !important;
    }

    .seemb15-switch-images__nav-wrap {
        margin: 0;
        padding: 0;
    }

    .seemb15-switch-images__nav-wrap::after {
        display: none;
    }

    .seemb15-switch-images__nav {
        flex-wrap: wrap;
        justify-content: center;
        overflow: visible;
        gap: 0;
        margin-bottom: 18px !important;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
    }

    .seemb15-switch-images__tab {
        padding: 10px 20px 12px;
        border-radius: 0;
        background: transparent;
        font-size: 14px;
        box-shadow: none;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
    }

    .seemb15-switch-images__tab.active,
    .seemb15-switch-images .nav-list .seemb15-switch-images__tab.active {
        background: transparent;
        color: #fff !important;
        border-bottom-color: #fff !important;
        box-shadow: none;
    }

    .seemb15-switch-images__link {
        border-radius: 4px;
        box-shadow: none;
        min-height: 0;
    }

    .seemb15-switch-images__img {
        min-height: 0;
    }

    .seemb15-switch-images__link.is-broken {
        min-height: 220px;
    }
}

/* ---------- 首页 Banner：移动端加高比例 + 底部文案层，桌面保持超宽比例 ---------- */
.seemb15-home-banner {
    --seemb15-banner-ratio: 52%;
    background: #0a1628;
}

.seemb15-home-banner__swiper {
    width: 100%;
}

.seemb15-home-banner__slide {
    height: auto;
    box-sizing: border-box;
}

.seemb15-home-banner__link {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: var(--seemb15-banner-ratio);
    background: #0a1628;
}

.seemb15-home-banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.02);
    transition: transform 0.55s ease;
}

.seemb15-home-banner__slide.swiper-slide-active .seemb15-home-banner__img {
    transform: scale(1);
}

.seemb15-home-banner__desktop-text {
    display: none;
}

.seemb15-home-banner__mobile-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 36px 16px 30px;
    background: linear-gradient(180deg, rgba(2, 18, 40, 0) 0%, rgba(2, 18, 40, 0.55) 42%, rgba(2, 18, 40, 0.86) 100%);
    color: #fff;
    pointer-events: none;
}

.seemb15-home-banner__mobile-line {
    margin: 0;
    max-width: calc(100% - 72px);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.seemb15-home-banner__mobile-line + .seemb15-home-banner__mobile-line {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.92;
}

.seemb15-home-banner__mobile-caption:not(:has(.seemb15-home-banner__mobile-line)) {
    display: none;
}

.seemb15-home-banner__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 14px;
}

.seemb15-home-banner__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.seemb15-home-banner__pagination .swiper-pagination-bullet-active {
    width: 18px;
    background: #fff;
}

@media (min-width: 768px) {
    .seemb15-home-banner {
        --seemb15-banner-ratio: 27.5%;
        background: transparent;
    }

    .seemb15-home-banner__img {
        transform: none;
        left: -1px;
        width: calc(100% + 2px);
    }

    .seemb15-home-banner__slide.swiper-slide-active .seemb15-home-banner__img {
        transform: none;
    }

    .seemb15-home-banner__desktop-text {
        display: block;
    }

    .seemb15-home-banner__mobile-caption {
        display: none;
    }

    .seemb15-home-banner__pagination {
        bottom: 12px;
        justify-content: flex-start;
        padding-left: max(16px, calc((100% - 1200px) / 2 + 16px));
    }

    .seemb15-home-banner__pagination .swiper-pagination-bullet {
        width: 22px;
        height: 5px;
        border-radius: 10px;
        background: rgba(128, 128, 128, 0.55);
    }

    .seemb15-home-banner__pagination .swiper-pagination-bullet-active {
        width: 22px;
        background: rgb(128, 128, 128);
    }
}

/* ---------- 首页产品模块：图片固定宽高，卡片等高 ---------- */
.module-tab-product .app-card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.module-tab-product .image {
    flex: 0 0 auto;
}

.module-tab-product .image-old {
    width: 160px;
    height: 160px;
    margin: 16px auto;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.module-tab-product .image-old img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.module-tab-product .product-bottom-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 56px;
}

.module-tab-product .product-name {
    min-height: 22px;
    line-height: 1.4;
    word-break: break-all;
}

.module-tab-product .product-price {
    min-height: 22px;
    margin-top: 6px;
    line-height: 1.4;
}

.module-tab-product .product-grid {
    display: flex;
}

.module-tab-product .product-grid > .app-card-box {
    width: 100%;
}

/* ---------- 首页设计模块 Swiper 轮播（slide=1，对应旧站 app-swiper 组件推送样式） ---------- */
.swiper-container-wrapper {
    position: relative;
}

.seemb15-module-swiper.swiper-container {
    width: 100%;
    height: 100%;
}

.seemb15-module-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 100%;
}

.seemb15-module-swiper .slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.seemb15-module-swiper .slide-content > .app-card-box {
    flex: 1 1 auto;
}

.seemb15-module-swiper .swiper-navigation .swiper-button-next,
.seemb15-module-swiper .swiper-navigation .swiper-button-prev {
    color: #000;
    background-color: inherit;
    width: 16px;
    height: 60px;
    margin-top: -30px;
}

.seemb15-module-swiper .swiper-navigation .swiper-button-next::after,
.seemb15-module-swiper .swiper-navigation .swiper-button-prev::after {
    font-size: 18px;
}

.seemb15-module-swiper .swiper-navigation .swiper-button-next {
    right: -14px;
    border-radius: 5px 0 0 5px;
}

.seemb15-module-swiper .swiper-navigation .swiper-button-prev {
    left: -14px;
    border-radius: 0 5px 5px 0;
}
