* { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; color: #111827; background: #fff; line-height: 1.7; }
    a { color: inherit; text-decoration: none; }
    .qb-banner {
        position: relative;
        min-height: 330px;
        overflow: hidden;
        background:
            radial-gradient(circle at 58% 40%, rgba(205, 238, 216, 0.95) 0%, rgba(236, 248, 240, 0.72) 34%, rgba(236, 248, 240, 0) 57%),
            linear-gradient(180deg, #fbfefb 0%, #eef9f2 58%, #e6f6ec 100%);
    }
    .qb-banner::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 54px;
        width: 600px;
        height: 280px;
        transform: translateX(-22%);
        border-radius: 50%;
        background: rgba(197, 234, 210, 0.48);
        z-index: 1;
    }
    .qb-banner-decor {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
    }
    .qb-banner-decor::before,
    .qb-banner-decor::after {
        content: "";
        position: absolute;
        width: 124px;
        height: 64px;
        opacity: 0.36;
        background-image: radial-gradient(circle, #7abf98 2.6px, transparent 2.6px);
        background-size: 17px 17px;
    }
    .qb-banner-decor::before { left: 0; top: 182px; }
    .qb-banner-decor::after { right: 56px; top: 58px; }
    .qb-banner-wave {
        --wave-height: 130px;
        --wave-bottom: -20px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath d='M0 80C190 132 338 122 520 76C704 30 872 16 1054 54C1210 86 1324 124 1440 94V180H0Z' fill='%23cbefd8' fill-opacity='.78'/%3E%3C/svg%3E");
        position: absolute;
        left: 0;
        width: 100%;
        height: var(--wave-height);
        bottom: var(--wave-bottom);
        background-image: var(--wave-image);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        pointer-events: none;
    }
    .qb-banner-wave-light {
        --wave-height: 134px;
        --wave-bottom: -16px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath d='M0 92C176 48 320 64 492 104C704 154 836 134 1012 86C1192 38 1308 44 1440 86V180H0Z' fill='%23cbefd8' fill-opacity='.72'/%3E%3C/svg%3E");
    }
    .qb-banner-wave-mid {
        --wave-height: 146px;
        --wave-bottom: -42px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 190' preserveAspectRatio='none'%3E%3Cpath d='M0 82C168 126 308 138 474 108C682 70 792 22 990 54C1172 84 1300 148 1440 112V190H0Z' fill='%23a5e3bc' fill-opacity='.68'/%3E%3C/svg%3E");
    }
    .qb-banner-wave-main {
        --wave-height: 162px;
        --wave-bottom: -70px;
        --wave-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 210' preserveAspectRatio='none'%3E%3Cpath d='M0 112C154 88 278 124 446 144C664 170 782 92 976 76C1180 58 1288 128 1440 100V210H0Z' fill='%2370ce90' fill-opacity='.66'/%3E%3C/svg%3E");
    }
    .qb-banner-hill {
        position: absolute;
        right: -170px;
        bottom: -88px;
        width: 520px;
        height: 220px;
        border-radius: 70% 0 0 0;
        background: radial-gradient(ellipse at 32% 24%, rgba(36, 184, 93, 0.42) 0%, rgba(23, 173, 80, 0.32) 48%, rgba(23, 173, 80, 0) 74%);
        z-index: 2;
        pointer-events: none;
    }
    .qb-banner-inner {
        position: relative;
        z-index: 8;
        min-height: 330px;
        display: flex;
        align-items: center;
        padding: 24px 0 32px;
        background-image: url("/static/index/images/tikubanner.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: min(500px, 42vw) auto;
    }
    .qb-banner-content {
        min-width: 0;
        max-width: min(680px, calc(100% - 460px));
        padding-bottom: 0;
    }
    .qb-banner h1 {
        font-size: clamp(28px, 2.5vw + 1.25rem, 42px);
        line-height: 1.25;
        margin-bottom: 18px;
        letter-spacing: 0;
        max-width: 100%;
        overflow-wrap: break-word;
    }
    .qb-banner h1 span { color: #16a34a; }
    .qb-banner p {
        color: #4b5563;
        font-size: 16px;
        max-width: 100%;
        line-height: 1.65;
        overflow-wrap: break-word;
    }
    .qb-breadcrumb { color: #6b7280; font-size: 13px; padding: 28px 0 18px; }
    .qb-section { margin-bottom: 38px; }
    .qb-section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
    .qb-section h2 { font-size: 22px; line-height: 1.3; }
    .qb-section-desc { color: #6b7280; font-size: 14px; }
    .hot-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
    .hot-card { min-height: 106px; border: 1px solid #e5e7eb; border-radius: 8px; padding: 18px; background: #fff; transition: .16s ease; }
    .hot-card:hover { border-color: #16a34a; box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08); transform: translateY(-2px); }
    .hot-card strong { display: block; min-height: 44px; font-size: 17px; line-height: 1.4; }
    .hot-card span { color: #6b7280; font-size: 14px; }
    .all-head { display: grid; grid-template-columns: 1fr 290px; gap: 18px; align-items: center; margin-bottom: 18px; }
    .bank-search { height: 44px; display: grid; grid-template-columns: minmax(0, 1fr) 44px; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; background: #fff; }
    .bank-search-trigger { width: 100%; padding: 0; cursor: pointer; text-align: left; align-items: center; }
    .bank-search-placeholder { padding: 0 14px; color: #9ca3af; font-size: 14px; }
    .bank-search-icon { display: grid; place-items: center; color: #6b7280; font-size: 20px; }
    .bank-search-trigger:hover { border-color: #86efac; }
    .bank-table { border-top: 1px solid #e5e7eb; }
    .bank-row { display: grid; grid-template-columns: 150px minmax(0, 1fr); border-bottom: 1px solid #e5e7eb; min-height: 68px; align-items: center; }
    .bank-row-title { font-size: 17px; font-weight: 800; padding: 18px 16px; }
    .bank-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 44px; padding: 18px 0; color: #374151; font-size: 15px; }
    .bank-links a:hover { color: #16a34a; }

    body.bank-search-modal-open { overflow: hidden; }
    .bank-search-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: start center; padding: 12vh 16px 24px; }
    .bank-search-modal[hidden] { display: none !important; }
    .bank-search-modal__mask { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.45); }
    .bank-search-modal__panel {
        position: relative;
        z-index: 1;
        width: min(640px, 100%);
        max-height: min(72vh, 720px);
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
        overflow: hidden;
    }
    .bank-search-modal__head {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 18px 8px;
    }
    .bank-search-modal__head h3 { margin: 0; font-size: 18px; color: #111827; }
    .bank-search-modal__close {
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 8px;
        background: #f3f4f6;
        color: #6b7280;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }
    .bank-search-modal__close:hover { background: #e5e7eb; color: #111827; }
    .bank-search-modal__form {
        flex-shrink: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        height: 48px;
        min-height: 48px;
        margin: 8px 18px 0;
        border: 1px solid #d1d5db;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        box-sizing: border-box;
    }
    .bank-search-modal__form:focus-within { border-color: #16a34a; box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12); }
    .bank-search-modal__form input {
        width: 100%;
        height: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0 14px;
        font-size: 15px;
        line-height: 48px;
        background: transparent;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
    }
    .bank-search-modal__form input::-webkit-search-decoration,
    .bank-search-modal__form input::-webkit-search-cancel-button,
    .bank-search-modal__form input::-webkit-search-results-button,
    .bank-search-modal__form input::-webkit-search-results-decoration { display: none; }
    .bank-search-modal__form button {
        height: 100%;
        border: 0;
        background: #16a34a;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    .bank-search-modal__meta { flex-shrink: 0; padding: 12px 18px 8px; color: #6b7280; font-size: 13px; }
    .bank-search-modal__history {
        flex-shrink: 0;
        padding: 0 18px 10px;
    }
    .bank-search-modal__history-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
        color: #6b7280;
        font-size: 13px;
    }
    .bank-search-modal__history-head button {
        border: 0;
        background: transparent;
        color: #9ca3af;
        font-size: 12px;
        cursor: pointer;
    }
    .bank-search-modal__history-head button:hover { color: #16a34a; }
    .bank-search-modal__history-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .bank-search-modal__history-tag {
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        background: #f9fafb;
        color: #374151;
        padding: 6px 12px;
        font-size: 13px;
        cursor: pointer;
    }
    .bank-search-modal__history-tag:hover {
        border-color: #86efac;
        background: #f0fdf4;
        color: #166534;
    }
    .bank-search-modal__list { flex: 1; min-height: 0; padding: 0 10px 14px; overflow: auto; }
    .bank-search-modal__item {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 12px 10px;
        border-radius: 10px;
        color: #111827;
    }
    .bank-search-modal__item:hover { background: #f0fdf4; }
    .bank-search-modal__item strong { font-size: 15px; font-weight: 700; }
    .bank-search-modal__group { color: #6b7280; font-size: 12px; }
    .bank-search-modal__empty { padding: 28px 12px; color: #9ca3af; font-size: 14px; text-align: center; }
    .about-box { background: #f8fafc; border-radius: 8px; padding: 22px 28px; color: #4b5563; font-size: 14px; }
    .about-box h2 { color: #111827; font-size: 18px; margin-bottom: 10px; }
    .latest-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; }
    .latest-item { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; padding: 10px 0; border-bottom: 1px solid #f1f5f9; }
    .tag { padding: 3px 8px; border-radius: 999px; background: #ecfdf5; color: #16a34a; font-size: 12px; font-weight: 800; white-space: nowrap; }
    .latest-item a { color: #374151; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .latest-item a:hover { color: #16a34a; }
    .qb-footer { margin-top: 58px; padding: 38px 0; border-top: 1px solid #edf2f7; color: #6b7280; }
    /*
     * 底部区块使用公共 .container，宽度与正文 .qb-container 一致（见 site_header.css）。
     */
    @media (max-width: 980px) {
        .qb-banner {
            display: none;
        }
        .hot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .all-head { grid-template-columns: 1fr; }
        .bank-row { grid-template-columns: 1fr; align-items: start; }
        .bank-row-title { padding: 16px 0 6px; }
        .bank-links { gap: 12px 20px; padding: 0 0 16px; }
        .latest-list { grid-template-columns: 1fr; }
    }
    @media (max-width: 560px) {
        .footer-extra .container,
        .footer .container {
            padding-left: 16px;
            padding-right: 16px;
        }
        .hot-grid { grid-template-columns: 1fr; }
    }
