﻿/* ===== Banner ===== */
.excess-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
    background: #0d2f73;
    height: 500px;
}

    .excess-banner img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        display: block;
    }

    .excess-banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, rgba(2,52,147,.86) 0%, rgba(5,78,190,.70) 48%, rgba(0,0,0,.22) 100%);
        z-index: 2;
    }

.excess-banner-info {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 1400px;
    max-width: calc(100% - 40px);
    z-index: 3;
    color: #fff;
}

.excess-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.excess-banner-left {
    width: 62%;
}

.excess-banner-right {
    width: 320px;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.excess-banner-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 14px;
    margin-bottom: 20px;
}

.excess-banner-info h1 {
    font-size: 45px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 18px;
}

    .excess-banner-info h1 span {
        color: #ffd89a;
    }

.excess-banner-info p {
    max-width: 760px;
    font-size: 17px;
    line-height: 32px;
    color: rgba(255,255,255,.92);
}

.excess-banner-btns {
    margin-top: 30px;
}

    .excess-banner-btns a {
        display: inline-block;
        min-width: 160px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 30px;
        margin-right: 14px;
        font-size: 16px;
        font-weight: bold;
        transition: all .3s ease;
    }

        .excess-banner-btns a.btn1 {
            background: linear-gradient(90deg,#ff8a00 0%,#ff6200 100%);
            color: #fff;
            box-shadow: 0 12px 28px rgba(255,102,0,.28);
        }

        .excess-banner-btns a.btn2 {
            border: 1px solid rgba(255,255,255,.35);
            background: rgba(255,255,255,.10);
            color: #fff;
        }

        .excess-banner-btns a:hover {
            transform: translateY(-2px);
            text-decoration: none;
        }

/* ===== Banner QR ===== */
.hero-qrcode-card {
    width: 300px;
    padding: 22px 22px 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: relative;
}

    .hero-qrcode-card:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.03) 100%);
        pointer-events: none;
    }

.hero-qrcode-top {
    position: relative;
    z-index: 2;
    text-align: center;
}

    .hero-qrcode-top h3 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

.hero-qrcode-pic {
    position: relative;
    z-index: 2;
    margin: 18px auto 14px;
    width: 190px;
    height: 190px;
    border-radius: 20px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

    .hero-qrcode-pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: 12px;
    }

.hero-qrcode-card p {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.90);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

/* ===== Data cards ===== */
.home-data {
    margin-top: -56px;
    position: relative;
    z-index: 6;
}

.home-data-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
}

    .home-data-list dl {
        background: #fff;
        border-radius: 20px;
        padding: 17px 24px;
        box-shadow: 0 16px 40px rgba(16,54,120,.10);
        border: 1px solid #edf2fb;
        transition: all .3s ease;
    }

        .home-data-list dl:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 45px rgba(16,54,120,.14);
        }

        .home-data-list dl dt {
            font-size: 20px;
            line-height: 42px;
            color: #023493;
            font-weight: bold;
        }

        .home-data-list dl dd {
            margin-top: 3px;
            font-size: 13px;
            line-height: 20px;
            color: #666;
        }

/* ===== Section title ===== */
.home-section-title {
    text-align: center;
    margin-bottom: 42px;
}

    .home-section-title em {
        display: inline-block;
        font-style: normal;
        color: #0a7cff;
        font-size: 14px;
        line-height: 22px;
        padding: 6px 16px;
        border-radius: 999px;
        background: #eef6ff;
        margin-bottom: 14px;
    }

    .home-section-title h2 {
        font-size: 32px;
        line-height: 48px;
        color: #111;
        margin-bottom: 12px;
    }

    .home-section-title p {
        max-width: 860px;
        margin: 0 auto;
        color: #666;
        font-size: 16px;
        line-height: 30px;
    }

/* ===== Main area ===== */
.excess-box {
    width: 100%;
    background: linear-gradient(180deg,#f5f9ff 0%, #f9fbfe 100%);
    margin-top: 0;
    border-radius: 0;
    padding: 34px 0 50px 0;
}

.excess-toolbar {
    background: #fff;
    border-radius: 20px;
    padding: 24px 26px;
    box-shadow: 0 12px 36px rgba(21,67,140,.08);
    border: 1px solid #eaf0f8;
    margin-bottom: 20px;
}

.excess-toolbar-top {
    margin-bottom: 16px;
}

.excess-type-list {
    border: 1px solid #d5e5fb;
    border-radius: 12px;
    overflow: hidden;
}

    .excess-type-list li {
        line-height: 44px;
        padding: 0 26px;
        font-size: 15px;
    }

        .excess-type-list li.select {
            background: linear-gradient(90deg,#023493 0%, #0b62df 100%);
        }

.excess-toolbar-checks label {
    font-size: 14px;
}

.excess-toolbar-search {
    width: 560px;
    border: 1px solid #cfe1fb;
    border-radius: 26px;
    box-shadow: inset 0 2px 8px rgba(0,0,0,.02);
}

    .excess-toolbar-search input {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }

    .excess-toolbar-search button {
        width: 148px;
        height: 46px;
        font-size: 15px;
        font-weight: bold;
        background: linear-gradient(90deg,#023493 0%, #0b62df 100%);
    }

.excess-toolbar-bottom {
    gap: 14px;
}

.excess-filter-group {
    height: 46px;
    border-radius: 12px;
    padding: 0 14px;
}

.filter-label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.date-input {
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
}

.excess-sort-group select {
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
}

.excess-filter-btn,
.excess-reset-btn {
    height: 46px;
    line-height: 46px;
    border-radius: 24px;
    padding: 0 28px;
    font-weight: bold;
}

.excess-filter-btn {
    background: linear-gradient(90deg,#023493 0%, #0b62df 100%);
}

.excess-reset-btn {
    background: #f3f8ff;
}

/* ===== Navigation ===== */
.excess-list-navigation {
    background: #fff;
    border-radius: 18px;
    padding: 18px 24px;
    box-shadow: 0 12px 36px rgba(21,67,140,.06);
    border: 1px solid #ebf0f8;
}

.excess-list-navigation-category {
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1f7;
}

.excess-list-navigation-brand {
    padding-top: 14px;
}

.excess-list-navigation-category-left,
.excess-list-navigation-brand-left {
    width: 90px;
    font-weight: bold;
    color: #111;
}

.excess-list-navigation-category-menu,
.excess-list-navigation-brand-menu {
    width: calc(100% - 180px);
}

    .excess-list-navigation-category-menu ul li,
    .excess-list-navigation-brand-menu ul li {
        margin: 0 8px 8px 0;
        padding: 0 14px;
        border-radius: 18px;
        background: #f5f8fc;
        font-size: 12px;
        transition: all .25s ease;
    }

        .excess-list-navigation-category-menu ul li.select,
        .excess-list-navigation-brand-menu ul li.select {
            background: linear-gradient(90deg,#023493 0%, #0b62df 100%);
            color: #fff;
        }

        .excess-list-navigation-category-menu ul li:hover,
        .excess-list-navigation-brand-menu ul li:hover {
            color: #023493;
            background: #eef5ff;
        }

        .excess-list-navigation-category-menu ul li.select:hover,
        .excess-list-navigation-brand-menu ul li.select:hover {
            color: #fff;
        }

.excess-list-navigation-category-open,
.excess-list-navigation-brand-open {
    width: 90px;
}

/* ===== Table area ===== */
.excess-list-products {
    margin-top: 22px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(21,67,140,.08);
    border: 1px solid #ebf1f9;
    padding: 0 0 90px 0;
}

    .excess-list-products table {
        border: none;
    }

    .excess-list-products th {
        background: linear-gradient(180deg,#f1f7ff 0%, #e6f0ff 100%);
        border: 1px solid #dfe9f8;
        color: #1d2b45;
        font-size: 14px;
        padding: 12px 4px;
    }

    .excess-list-products td {
        text-align: left;
        border: 1px solid #edf2f8;
        padding: 10px 8px;
        font-size: 12px;
        color: #0e0e0e;
        line-height: 18px;
    }

    .excess-list-products tr:nth-child(even) {
        background: #fbfdff;
    }

    .excess-list-products table tr:hover {
        background: #f7fbff;
    }

    .excess-list-products tr td .excess-price {
        min-width: 170px;
        height: 34px;
        line-height: 32px;
        border-radius: 8px;
        border: 1px solid #ff8b44;
        box-shadow: 0 4px 10px rgba(255,117,27,.06);
    }

    .excess-list-products tr td .remark-input {
        width: 190px;
        height: 52px;
        line-height: 34px;
        border-radius: 8px;
        border: 1px solid #e4ebf5;
        padding: 0 12px;
    }

#load-more-box {
    margin: 24px 0 0 0;
}

#load-more-btn {
    min-width: 180px;
    height: 42px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: bold;
}

.quote-submit-fixed {
    box-shadow: 0 -10px 30px rgba(0,0,0,.06);
    border-top: 1px solid #e8eef7;
}

.quote-submit-fixed-inner {
    min-height: 82px;
}

.quote-submit-summary {
    font-size: 15px;
}

    .quote-submit-summary b {
        font-size: 20px;
    }

.quote-submit-btn {
    min-width: 160px;
    height: 50px;
    border-radius: 12px;
    font-size: 18px;
}

/* ===== Company ===== */
.about-company {
    padding: 85px 0 30px 0;
    background: #fff;
}

.about-title {
    text-align: center;
}

    .about-title b {
        display: block;
        font-size: 36px;
        line-height: 48px;
        color: #111;
        margin-bottom: 14px;
    }

    .about-title p {
        max-width: 900px;
        margin: 0 auto;
        color: #666;
        font-size: 16px;
        line-height: 30px;
    }

.about-company-boxbg {
    padding: 15px 0 85px 0;
    background: #fff;
}

.about-company-box {
    background: #f8fbff;
    border: 1px solid #ebf1f8;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 34px rgba(15,61,134,.06);
}

.about-company-box-left {
    width: 46%;
}

    .about-company-box-left img {
        width: 100%;
        height: auto;
        border-radius: 18px;
        display: block;
    }

.about-company-box-right {
    width: 50%;
}

.about-company-box-right-info {
    padding: 10px 0 10px 24px;
}

    .about-company-box-right-info h2,
    .about-company-box-right-info h3 {
        color: #111;
    }

    .about-company-box-right-info p {
        color: #666;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .about-company-box-right-info ul {
        padding-left: 0;
    }

    .about-company-box-right-info li {
        list-style: none;
        position: relative;
        padding-left: 22px;
        line-height: 30px;
        color: #555;
    }

        .about-company-box-right-info li:before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #0a7cff;
            position: absolute;
            left: 0;
            top: 11px;
        }

/* ===== Advantages ===== */
.platform-advantage {
    padding: 85px 0;
    background: linear-gradient(180deg,#f7fbff 0%, #ffffff 100%);
}

.platform-advantage-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 22px;
}

    .platform-advantage-list dl {
        background: #fff;
        border-radius: 22px;
        padding: 30px 22px;
        border: 1px solid #eaf0f8;
        box-shadow: 0 12px 34px rgba(17,68,144,.08);
        position: relative;
        overflow: hidden;
        transition: all .3s ease;
    }

        .platform-advantage-list dl:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg,#023493 0%, #1aa3ff 100%);
        }

        .platform-advantage-list dl:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(17,68,144,.14);
        }

    .platform-advantage-list dt {
        margin-bottom: 18px;
    }

        .platform-advantage-list dt span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 54px;
            height: 54px;
            border-radius: 16px;
            background: linear-gradient(135deg,#023493 0%, #1a8dff 100%);
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            box-shadow: 0 10px 22px rgba(2,52,147,.22);
        }

    .platform-advantage-list dd h3 {
        font-size: 20px;
        line-height: 30px;
        color: #111;
        margin-bottom: 12px;
    }

    .platform-advantage-list dd p {
        font-size: 15px;
        line-height: 28px;
        color: #666;
    }

/* ===== Partners ===== */
.about-brand {
    padding: 0 0 85px 0;
    background: #fff;
}

.about-brand-list {
    background: #f8fbff;
    border: 1px solid #eaf0f8;
    border-radius: 22px;
    padding: 30px 26px;
    box-shadow: 0 12px 34px rgba(17,68,144,.06);
    gap: 20px;
    flex-wrap: wrap;
}

    .about-brand-list a {
        width: calc(14% - 17px);
        min-height: 78px;
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: all .3s ease;
    }

        .about-brand-list a:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 24px rgba(0,0,0,.06);
        }

        .about-brand-list a img {
            max-width: 100%;
            max-height: 56px;
            width: auto;
            height: auto;
        }

/* ===== Popup ===== */
.market-guide-mask,
.market-guide-popup {
    display: none;
}

.market-guide-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,18,44,.52);
    z-index: 9998;
    backdrop-filter: blur(2px);
}

.market-guide-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1120px;
    max-width: 94%;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(0,0,0,.24);
    z-index: 9999;
    overflow: hidden;
}

.market-guide-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 34px 18px;
    background: linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
    border-bottom: 1px solid #edf2f7;
}

.market-guide-head-left {
    flex: 1;
}

.market-guide-mini {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #edf5ff;
    color: #0a7cff;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}

.market-guide-head h2 {
    margin: 0 0 8px 0;
    font-size: 30px;
    line-height: 44px;
    color: #111;
}

.market-guide-head p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 17px;
}

.market-guide-head-right {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 4px;
}

.market-guide-ignore {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a7cff;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
}

    .market-guide-ignore input {
        width: 16px;
        height: 16px;
    }

.market-guide-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f3f6fb;
    color: #8c93a3;
    font-size: 22px;
    transition: all .25s ease;
    cursor: pointer;
}

    .market-guide-close:hover {
        background: #edf2f8;
        color: #ff6b6b;
        text-decoration: none;
    }

.market-guide-body {
    padding: 26px 34px 34px;
}

.market-guide-steps-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
}

.market-guide-item {
    position: relative;
    background: linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 22px 18px 20px;
    text-align: center;
    transition: all .28s ease;
    box-shadow: 0 10px 24px rgba(14,61,134,.05);
}

    .market-guide-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 34px rgba(14,61,134,.12);
    }

    .market-guide-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        border-radius: 22px 22px 0 0;
        background: linear-gradient(90deg,#023493 0%, #1aa3ff 100%);
    }

.market-guide-item-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg,#023493 0%, #0b7bff 100%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(2,52,147,.20);
}

.market-guide-item-icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    margin: 0 auto 14px;
    border-radius: 18px;
    background: #eef5ff;
    color: #637188;
    font-size: 28px;
}

.market-guide-item-title {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.market-guide-item-desc {
    font-size: 13px;
    line-height: 20px;
    color: #7b8597;
    min-height: 51px;
}

.market-guide-footer {
    text-align: center;
    margin-top: 26px;
}

.market-guide-btn-primary {
    display: inline-block;
    min-width: 190px;
    height: 48px;
    line-height: 48px;
    border-radius: 999px;
    background: linear-gradient(90deg,#ff8a00 0%, #ff6200 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 12px 26px rgba(255,102,0,.22);
    transition: all .25s ease;
    cursor: pointer;
}

    .market-guide-btn-primary:hover {
        transform: translateY(-2px);
        color: #fff;
        text-decoration: none;
    }

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .platform-advantage-list {
        grid-template-columns: repeat(3,1fr);
    }

    .home-data-list {
        grid-template-columns: repeat(2,1fr);
    }

    .about-brand-list a {
        width: calc(25% - 15px);
    }

    .excess-banner-inner {
        gap: 34px;
    }

    .excess-banner-left {
        width: 58%;
    }

    .excess-banner-right {
        width: 280px;
    }

    .hero-qrcode-card {
        width: 280px;
        padding: 18px;
    }

    .hero-qrcode-pic {
        width: 168px;
        height: 168px;
    }

    .market-guide-steps-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 768px) {
    .excess-banner img {
        height: 460px;
    }

    .excess-banner-info {
        max-width: calc(100% - 28px);
    }

    .excess-banner-inner {
        display: block;
    }

    .excess-banner-left {
        width: 100%;
    }

    .excess-banner-right {
        width: 100%;
        margin-top: 20px;
        justify-content: flex-start;
    }

    .excess-banner-tag {
        font-size: 12px;
        padding: 6px 14px;
        margin-bottom: 14px;
    }

    .excess-banner-info h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .excess-banner-info p {
        font-size: 14px;
        line-height: 26px;
    }

    .excess-banner-btns {
        margin-top: 18px;
    }

        .excess-banner-btns a {
            min-width: 126px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            margin-right: 8px;
            margin-bottom: 8px;
        }

    .hero-qrcode-card {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        border-radius: 18px;
    }

    .hero-qrcode-top h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-qrcode-pic {
        width: 160px;
        height: 160px;
        border-radius: 16px;
    }

    .home-data {
        margin-top: -30px;
    }

    .home-data-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

        .home-data-list dl {
            padding: 22px 18px;
        }

            .home-data-list dl dt {
                font-size: 28px;
                line-height: 36px;
            }

    .home-section-title h2,
    .about-title b {
        font-size: 26px;
        line-height: 36px;
    }

    .home-section-title p,
    .about-title p {
        font-size: 14px;
        line-height: 26px;
    }

    .excess-toolbar,
    .excess-list-navigation,
    .excess-list-products {
        border-radius: 14px;
    }

    .about-company {
        padding: 55px 0 20px 0;
    }

    .about-company-boxbg {
        padding: 10px 0 55px 0;
    }

    .about-company-box {
        padding: 18px;
    }

    .about-company-box-left,
    .about-company-box-right {
        width: 100%;
    }

    .about-company-box-right-info {
        padding: 18px 0 0 0;
    }

    .platform-advantage {
        padding: 55px 0;
    }

    .platform-advantage-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

        .platform-advantage-list dl {
            padding: 22px 18px;
            border-radius: 18px;
        }

        .platform-advantage-list dd h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .platform-advantage-list dd p {
            font-size: 14px;
            line-height: 26px;
        }

    .about-brand {
        padding: 0 0 55px 0;
    }

    .about-brand-list {
        padding: 18px 14px;
        gap: 12px;
    }

        .about-brand-list a {
            width: calc(50% - 6px);
            min-height: 68px;
            border-radius: 12px;
        }

    .market-guide-popup {
        width: 94%;
        border-radius: 20px;
    }

    .market-guide-head {
        padding: 22px 18px 14px;
        display: block;
    }

        .market-guide-head h2 {
            font-size: 26px;
            line-height: 34px;
        }

        .market-guide-head p {
            font-size: 14px;
            line-height: 24px;
            margin-top: 4px;
        }

    .market-guide-head-right {
        justify-content: space-between;
        margin-top: 14px;
        gap: 10px;
    }

    .market-guide-body {
        padding: 18px 18px 22px;
    }

    .market-guide-steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .market-guide-item {
        padding: 18px 14px 16px;
        border-radius: 16px;
    }

    .market-guide-item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .market-guide-item-desc {
        min-height: auto;
        font-size: 13px;
        line-height: 22px;
    }

    .market-guide-btn-primary {
        width: 100%;
    }
}

.footer-copy {
    margin-bottom: 80px;
}
/* =========================
   首页最终覆盖样式
========================= */
body.guide-open {
    overflow: hidden;
}

.market-guide-mask,
.market-guide-popup {
    display: none;
}

/* Banner */
.excess-banner {
    min-height: 500px;
}

.excess-banner-right {
    align-items: center;
}

.hero-qrcode-card {
    overflow: hidden;
}

    .hero-qrcode-card p {
        margin-top: 6px;
    }

/* 数据卡片 */
.home-data-list dl {
    min-height: 148px;
}

/* 筛选区 */
.excess-toolbar {
    position: relative;
    z-index: 5;
}

.excess-toolbar-search input {
    padding-left: 20px;
    background: none;
}

    .excess-toolbar-search input::placeholder {
        color: #a1a9b8;
    }

.excess-filter-group {
    background: #fff;
    border: 1px solid #d9e7fb;
}

/* 分类品牌 */
.excess-list-navigation {
    margin-top: 18px;
}

.excess-list-navigation-category-menu ul,
.excess-list-navigation-brand-menu ul {
    display: flex;
    flex-wrap: wrap;
}

/* 表格两行表头 */
.excess-list-products {
    padding: 0 0 26px 0;
}

    .excess-list-products table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .excess-list-products thead th {
        vertical-align: top;
        padding: 12px 8px 10px;
        text-align: left;
        background: linear-gradient(180deg,#eef5ff 0%, #e3efff 100%);
        border: 1px solid #d8e6fb;
    }

.stock-head-merge .th-main {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #1b2b46;
}

.stock-head-merge .th-sub {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    line-height: 18px;
    color: #525d73;
    font-weight: 500;
}

.stock-head-merge th.th-time {
    width: 84px;
}

.stock-head-merge th.th-model {
    width: 215px;
}

.stock-head-merge th.th-brand {
    width: 150px;
}

.stock-head-merge th.th-stock {
    width: 80px;
}

.stock-head-merge th.th-price {
    width: 85px;
}

.stock-head-merge th.th-myprice {
    width: 185px;
    text-align: center;
}

.stock-head-merge th.th-topprice {
    width: 120px;
    text-align: center;
}

.stock-head-merge th.th-trend {
    width: 120px;
    text-align: center;
}

.stock-head-merge th.th-remark {
    width: 160px;
    text-align: center;
}

.excess-list-products td {
    padding: 10px 8px;
    vertical-align: top;
}

.excess-list-products tr td .remark-input {
    width: 100%;
    min-width: 120px;
    height: 46px;
}

.excess-list-products tr td .excess-price {
    min-width: 170px;
}

#load-more-box {
    margin: 14px 0 0 0 !important;
}

/* 合并单元格内容 */
.td-merge {
    line-height: 1.5;
}

    .td-merge .td-main {
        display: block;
        font-size: 12px;
        line-height: 22px;
        color: #111;
    }

    .td-merge .td-sub {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        line-height: 18px;
        color: #7b8597;
    }

    .td-merge.td-model .td-main {
        word-break: break-all;
    }

    .td-merge.td-stock .td-main {
        color: #023493;
    }

    .td-merge.td-time .td-main,
    .td-merge.td-time .td-sub {
        white-space: nowrap;
    }

.td-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .td-price-wrap .td-main {
        font-size: 13px;
        color: #111;
    }

    .td-price-wrap .td-sub {
        font-size: 12px;
        color: #7b8597;
    }

.td-trend-wrap {
    text-align: center;
}

    .td-trend-wrap .td-main {
        font-size: 14px;
        font-weight: 600;
        color: #111;
    }

    .td-trend-wrap .td-sub {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        color: #7b8597;
    }

/* 关于我们 */
.about-company-box {
    display: flex;
    align-items: flex-start;
    gap: 42px;
    padding: 40px;
}

.about-company-box-left {
    width: 538px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .about-company-box-left img {
        width: 100%;
        height: auto;
        border-radius: 17;
        object-fit: contain;
    }

.about-company-box-right {
    width: calc(100% - 600px);
}

.about-company-box-right-info {
    padding: 0;
}

    .about-company-box-right-info h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    .about-company-box-right-info p {
        font-size: 14px;
        line-height: 29px;
        color: #212a38;
        margin-bottom: 14px;
    }

/* 弹窗中屏 */
@media (max-width: 1200px) and (min-width: 769px) {
    .market-guide-popup {
        width: 940px;
        max-width: 94%;
        border-radius: 22px;
    }

    .market-guide-head {
        padding: 24px 22px 14px;
    }

    .market-guide-body {
        padding: 18px 22px 24px;
    }

    .market-guide-steps-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 14px;
    }

    .market-guide-item {
        padding: 18px 14px 16px;
        border-radius: 18px;
    }

    .market-guide-item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .market-guide-item-desc {
        min-height: auto;
        font-size: 13px;
        line-height: 22px;
    }
}

/* 手机端 */
@media (max-width: 768px) {

    .excess-banner {
        height: auto;
        min-height: 0;
        padding-bottom: 11px;
        border-radius: 0 0 14px 14px;
    }

    .excess-banner-info {
        position: relative;
        left: 15px;
        top: auto;
        transform: none;
        width: 100%;
        max-width: calc(100% - 30px);
        padding-top: 0;
        padding-bottom: 14px;
    }

    .excess-banner-inner {
        display: block;
    }

    .excess-banner-left,
    .excess-banner-right {
        width: 100%;
    }

    .excess-banner-right {
        margin-top: 18px;
        display: none;
        justify-content: center;
    }

    .excess-banner-tag {
        font-size: 12px;
        padding: 6px 14px;
        margin-bottom: 14px;
    }

    .excess-banner-info h1 {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .excess-banner-info p {
        font-size: 12px;
        line-height: 21px;
    }

    .excess-banner-btns {
        margin-top: 18px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .excess-banner-btns a {
            width: calc(50% - 5px);
            min-width: 0;
            margin: 0;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
        }

    .hero-qrcode-card {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 16px;
        border-radius: 18px;
    }

    .hero-qrcode-pic {
        width: 160px;
        height: 160px;
    }

    .home-data {
        margin-top: -18px;
        display: none;
    }

    .home-data-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

        .home-data-list dl {
            padding: 12px 16px;
            min-height: auto;
            border-radius: 16px;
        }

            .home-data-list dl dt {
                font-size: 19px;
                line-height: 28px;
            }

            .home-data-list dl dd {
                font-size: 12px;
                line-height: 16px;
            }

    .excess-toolbar {
        padding: 16px;
        border-radius: 14px;
    }

    .excess-toolbar-top {
        display: block;
        margin-bottom: 12px;
    }

    .excess-toolbar-left {
        display: block;
    }

    .excess-type-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

        .excess-type-list li {
            width: 31%;
            padding: 0;
            text-align: center;
            box-sizing: border-box;
        }

    .excess-toolbar-checks {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 12px;
    }

    .excess-toolbar-search {
        width: 100%;
    }

    .excess-toolbar-bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .excess-filter-group {
        width: 100%;
        height: auto;
        padding: 12px;
        flex-wrap: wrap;
    }

    .filter-label {
        width: 100%;
        margin-bottom: 8px;
    }

    .date-input {
        width: calc(50% - 14px);
    }

    .excess-sort-group select {
        width: 100%;
    }

    .excess-filter-btn,
    .excess-reset-btn {
        width: calc(50% - 5px);
        padding: 0;
    }

    .excess-list-navigation {
        padding: 14px;
        border-radius: 14px;
    }

    .excess-list-navigation-category,
    .excess-list-navigation-brand {
        display: block;
    }

    .excess-list-navigation-category-left,
    .excess-list-navigation-brand-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .excess-list-navigation-category-menu,
    .excess-list-navigation-brand-menu,
    .excess-list-navigation-category-open,
    .excess-list-navigation-brand-open {
        width: 100%;
    }

    .excess-list-products {
        border-radius: 14px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 20px 0;
    }

        .excess-list-products table {
            min-width: 980px;
        }

    .stock-head-merge .th-main {
        font-size: 11px;
        line-height: 22px;
    }

    .stock-head-merge .th-sub {
        font-size: 11px;
        line-height: 16px;
    }

    .quote-submit-fixed-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 0;
    }

    .quote-submit-summary {
        gap: 12px;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .quote-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .about-company-box {
        display: block;
        padding: 22px;
        border-radius: 18px;
    }

    .about-company-box-left,
    .about-company-box-right {
        width: 100%;
    }

    .about-company-box-left {
        margin-bottom: 18px;
        text-align: center;
    }

        .about-company-box-left img {
            margin: 0 auto;
        }

    .about-company-box-right-info h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .about-company-box-right-info p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .platform-advantage {
        padding: 55px 0;
    }

    .platform-advantage-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

        .platform-advantage-list dl {
            padding: 20px 16px;
            border-radius: 18px;
        }

        .platform-advantage-list dd h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .platform-advantage-list dd p {
            font-size: 14px;
            line-height: 26px;
        }

    .about-brand {
        padding: 0 0 55px 0;
    }

    .about-brand-list {
        padding: 16px 12px;
        gap: 12px;
    }

        .about-brand-list a {
            width: calc(50% - 6px);
            min-height: 50px;
        }

    .market-guide-popup {
        width: 94%;
        max-height: 84vh;
        border-radius: 18px;
    }

    .market-guide-head {
        display: block;
        padding: 18px 16px 12px;
    }

        .market-guide-head h2 {
            font-size: 26px;
            line-height: 34px;
        }

        .market-guide-head p {
            font-size: 14px;
            line-height: 24px;
            margin-top: 4px;
        }

    .market-guide-head-right {
        justify-content: space-between;
        margin-top: 12px;
        gap: 10px;
    }

    .market-guide-body {
        padding: 16px;
        max-height: calc(84vh - 112px);
        overflow-y: auto;
    }

    .market-guide-steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .market-guide-item {
        padding: 18px 14px 16px;
        border-radius: 16px;
    }

    .market-guide-item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .market-guide-item-desc {
        min-height: auto;
        font-size: 13px;
        line-height: 22px;
    }

    .market-guide-btn-primary {
        width: 100%;
    }
}
