/* 自定义样式 - 替代内联样式 */

/*
 * 后加 SEO 区块：去掉大外框，标题区对齐 content_head；
 * 服务说明拆成左右两卡；FAQ 用分隔线而非描边框。
 */

/* 首页服务说明：标题居中 + 左右两卡 */
.site-intro {
    max-width: 1180px;
    margin: 0 auto 10px;
    padding: 20px 20px 0;
}

.site-intro .notice-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    text-align: left;
}

.site-intro .notice-box h1 {
    grid-column: 1 / -1;
    margin: 0;
    padding: 40px 0 8px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.site-intro .notice-box p {
    margin: 0;
    max-width: none;
    padding: 24px 24px 22px;
    background: #fff;
    border: none;
    border-radius: 18px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

/* 卡顶配图：临时用站内现成图，后面只改 background-image */
.site-intro .notice-box p::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 0 18px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.site-intro .notice-box p:first-of-type::before {
    background-image: url(../picture/cover-warehouse.jpg);
}

.site-intro .notice-box p:last-of-type::before {
    background-image: url(../picture/banner02.jpg);
}

/* 小标题：挂在正文前 */
.site-intro .notice-box p::after {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
}

.site-intro .notice-box p:first-of-type::after {
    content: "服务说明";
}

.site-intro .notice-box p:last-of-type::after {
    content: "了解合作";
}

.site-intro .notice-box p:last-child {
    margin-bottom: 0;
    color: #666;
}

/* 效果展示：无外框，仅标题区 */
.effect-section {
    max-width: 1180px;
    margin: 40px auto 10px;
    padding: 20px 20px 10px;
    background: transparent;
    text-align: center;
}

.effect-section .section-title {
    margin: 0;
    padding: 40px 0 12px;
    font-size: 30px;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
}

.effect-section .section-desc {
    margin: 0 auto 24px;
    max-width: 860px;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #999;
}

.effect-section .effect-img {
    text-align: center;
    padding: 10px 0 30px;
}

.effect-section .effect-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* FAQ：无描边外框，问答用底部分隔 */
.faq-section {
    max-width: 1180px;
    margin: 20px auto 30px;
    padding: 20px 20px 10px;
    background: transparent;
}

.faq-section .faq-title,
.site-paths > .faq-title {
    margin: 0 0 12px;
    padding: 40px 0 0;
    font-size: 30px;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.faq-list {
    margin: 0;
    padding: 8px 0 0;
}

.faq-question {
    margin: 0;
    padding: 22px 4px 8px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    line-height: 1.45;
    color: #333;
    font-weight: 700;
}

.faq-question:first-of-type {
    padding-top: 8px;
}

.faq-answer {
    margin: 0;
    padding: 0 4px 22px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.faq-answer:last-of-type {
    border-bottom: none;
}

.faq-answer + .faq-question {
    margin-top: 0;
}

/* 快捷操作按钮 */
.wx_box {
    position: fixed;
    width: 150px;
    top: 470px;
    right: 0;
    z-index: 999999;
    transform: translateY(-150px);
}

.wx_box a {
    display: block;
    width: 150px;
    height: 65px;
    background-image: url(../images/button.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 65px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: .5s;
    text-decoration: none;
}

.wx_box a:hover {
    color: #000;
    background-color: #fff;
}

/* 返回顶部 */
.go-top-wrapper {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 9999;
}

.go-top-wrapper .box {
    text-align: center;
    cursor: pointer;
}

.go-top-wrapper .box p {
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.go-top-wrapper .box img {
    display: block;
    margin: 0 auto;
}

/* 修复核心功能文字错位问题 */
.hxgn .content .content-body .content-li {
    height: auto !important;
    min-height: 250px;
    padding-bottom: 30px;
}

.hxgn .content .content-body .content-li .after {
    height: 100%;
}

.hxgn .content .content-body .content-li .after p {
    min-height: 60px;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .box-default-content {
        width: 100% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .box-default-content ul li {
        width: 100% !important;
        min-height: 0;
        height: auto !important;
    }

    .content_head,
    .site-intro .notice-box h1,
    .effect-section .section-title,
    .faq-section .faq-title,
    .site-paths > .faq-title {
        font-size: 22px !important;
    }

    .content_head {
        padding: 40px 12px 24px !important;
    }

    .site-intro .notice-box {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0;
    }

    .site-intro .notice-box h1 {
        padding: 28px 0 4px;
    }

    .site-intro .notice-box p {
        padding: 18px 16px 16px;
        font-size: 14px;
    }

    .site-intro .notice-box p::before {
        height: 120px;
        margin-bottom: 14px;
        border-radius: 10px;
    }

    .site-intro .notice-box p::after {
        font-size: 16px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .effect-section .section-desc {
        font-size: 14px;
    }

    .faq-section {
        padding: 10px 12px;
        width: 100%;
    }

    .faq-question,
    .faq-answer {
        width: 100%;
    }

    .faq-question {
        font-size: 16px;
        padding: 18px 2px 6px;
    }

    .faq-answer {
        font-size: 13px;
        margin-bottom: 0;
        padding: 0 2px 18px;
    }

    .site-paths-grid {
        grid-template-columns: 1fr !important;
    }

    .wx_box {
        width: 120px;
    }
    
    .wx_box a {
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .wx_box,
    .go-top-wrapper {
        display: none !important;
    }
}

/* 主内容区域 */
.main {
    width: 75rem;
    margin: 0 auto;
    padding: 40px 0;
}

@media (max-width: 1200px) {
    .main {
        width: 100%;
        padding: 20px;
    }
}

/* 内容标题 */
.content_head {
    font-size: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    font-weight: bold;
}

/* 图片优化 */
img {
    max-width: 100%;
    height: auto;
}

/* 友情链接优化 */
.foot_list {
    text-align: center;
    padding: 20px;
    line-height: 2;
}

.foot_list a {
    color: #666;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s;
}

.foot_list a:hover {
    color: #ff6e29;
}

/* H1 logo 样式 - 移除内联样式 */
.logo h1, .logo-h1 {
    margin: 0 !important;
    padding: 0 !important;
}

/* 注册按钮样式 - 移除内联样式 */
.register-btn {
    color: red !important;
}

/* 修复安全保障区域的 subtitle 颜色问题 */
.advert-box .safe-box .subtitle,
.safe-box .subtitle {
    color: #7a869e !important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 16px;
}

/* ===== 强制修复核心功能区域高度问题 ===== */
.main-function.hxgn .content .content-body .content-li,
.hxgn.container .content .content-body .content-li,
section.hxgn .content .content-body .content-li {
    height: auto !important;
    min-height: 250px !important;
    padding-bottom: 30px !important;
    vertical-align: top !important;
    overflow: visible !important;
}

/* 站内路径入口：对齐 superiority 白卡片 */
.site-paths {
    max-width: 1180px;
    margin: 20px auto 50px;
    padding: 0 20px 20px;
}

.site-paths-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.site-path-card {
    background: #fff;
    border: none;
    border-radius: 18px;
    padding: 0 22px 24px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    transition: transform .3s ease, box-shadow .3s ease;
}

.site-path-card::before {
    content: "";
    display: block;
    width: calc(100% + 44px);
    height: 110px;
    margin: 0 -22px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.site-path-card:nth-child(4n + 1)::before {
    background-image: url(../picture/banner01.jpg);
}

.site-path-card:nth-child(4n + 2)::before {
    background-image: url(../picture/banner02.jpg);
}

.site-path-card:nth-child(4n + 3)::before {
    background-image: url(../picture/banner03.jpg);
}

.site-path-card:nth-child(4n + 4)::before {
    background-image: url(../picture/cover-warehouse.jpg);
}

.site-path-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 85, 255, .12);
}

.site-path-card h3 {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.site-path-card:hover h3 {
    color: #0055ff;
}

.site-path-card p {
    margin: 0 0 18px;
    min-height: 66px;
    font-size: 14px;
    line-height: 1.7;
    color: #999;
}

.site-path-card a {
    display: inline-block;
    color: #00aaff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.site-path-card a:hover {
    color: #0055ff;
    text-decoration: none;
}

/* 内页 notice-box：与首页服务说明同款左右卡 */
.notice-box {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 8px 0 18px;
    box-shadow: none;
}

.site-paths > .notice-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 28px;
    padding: 0;
    text-align: left;
}

.notice-box h2,
.site-paths > .notice-box h2 {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px 0 4px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.site-paths > .notice-box p {
    margin: 0;
    max-width: none;
    padding: 24px 24px 22px;
    background: #fff;
    border: none;
    border-radius: 18px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

.site-paths > .notice-box p::before {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    margin: 0 0 16px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.site-paths > .notice-box p:first-of-type::before {
    background-image: url(../picture/cover-warehouse.jpg);
}

.site-paths > .notice-box p:last-of-type::before {
    background-image: url(../picture/banner02.jpg);
}

.notice-box p {
    margin: 8px 0;
    line-height: 1.9;
    color: #666;
}

/* 内页通用布局 */
.inner-hero {
    position: relative;
    overflow: hidden;
    padding: 148px 20px 78px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0e2f52 0%, #184f86 52%, #2d7bd8 100%);
}

.inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 18%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 20%),
        radial-gradient(circle at 50% 110%, rgba(255, 173, 71, 0.22) 0, rgba(255, 173, 71, 0) 32%);
    opacity: 0.95;
}

.inner-hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -140px;
    bottom: -240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(10px);
}

.inner-hero-shell {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
}

.inner-hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 8px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    letter-spacing: 2px;
}

.inner-hero h1 {
    margin: 0 auto 18px;
    max-width: 900px;
    font-size: 46px;
    line-height: 1.25;
    color: #fff;
}

.inner-hero p {
    margin: 0 auto;
    max-width: 820px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
}

.inner-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.inner-hero-actions a {
    display: inline-block;
    min-width: 188px;
    padding: 15px 30px;
    border-radius: 999px;
    background: #ff7b2f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(255, 123, 47, 0.24);
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.inner-hero-actions a.secondary {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: none;
}

.inner-hero-actions a:hover {
    color: #fff;
    transform: translateY(-2px);
}

.inner-hero-guide {
    background:
        linear-gradient(135deg, rgba(14, 51, 85, 0.78) 0%, rgba(21, 80, 139, 0.62) 55%, rgba(63, 122, 211, 0.48) 100%),
        url(../picture/inner-hero-guide.jpg) center / cover no-repeat;
}

.inner-hero-faq {
    background:
        linear-gradient(135deg, rgba(20, 50, 78, 0.8) 0%, rgba(19, 93, 124, 0.64) 52%, rgba(47, 144, 168, 0.5) 100%),
        url(../picture/inner-hero-faq.jpg) center / cover no-repeat;
}

.inner-hero-about {
    background:
        linear-gradient(135deg, rgba(25, 50, 78, 0.78) 0%, rgba(44, 94, 139, 0.62) 55%, rgba(95, 144, 216, 0.48) 100%),
        url(../picture/inner-hero-about.jpg) center / cover no-repeat;
}

.inner-hero-recommend {
    background: linear-gradient(135deg, #2e3558 0%, #4d58a8 50%, #658ef3 100%);
}

.inner-hero-contact {
    background: linear-gradient(135deg, #2c3b54 0%, #47668e 52%, #6b97d6 100%);
}

.inner-content {
    max-width: 1215px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.inner-panel {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 24px;
}

.inner-panel h2 {
    margin: 0 0 16px;
    font-size: 28px;
    color: #151515;
}

.inner-panel p,
.inner-panel li {
    color: #666;
    line-height: 1.9;
}

.inner-panel ul,
.inner-panel ol {
    margin: 0;
    padding-left: 22px;
}

.inner-panel + .inner-panel {
    margin-top: 24px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.info-card {
    background: #fafafa;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #f0f0f0;
}

.info-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #151515;
}

.info-card p {
    margin: 0;
}

.cta-panel {
    text-align: center;
    background: linear-gradient(135deg, #ff7d2b 0%, #ff5b14 100%);
    color: #fff;
}

.cta-panel h2,
.cta-panel p {
    color: #fff;
}

.cta-button {
    display: inline-block;
    min-width: 220px;
    padding: 14px 28px;
    margin-top: 16px;
    border-radius: 999px;
    background: #fff;
    color: #ff5b14;
    font-weight: bold;
    text-decoration: none;
}

.cta-button:hover {
    color: #d94b0b;
}

.inner-footer {
    text-align: center;
    padding: 24px 20px 40px;
}

.inner-footer p {
    margin: 10px 0 0;
    color: #888;
}

.recommend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.recommend-card {
    background: #fff;
    border: none;
    border-radius: 18px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    padding: 0 24px 24px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.recommend-card::before {
    content: "";
    display: block;
    width: calc(100% + 48px);
    height: 120px;
    margin: 0 -24px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recommend-card:nth-child(4n + 1)::before {
    background-image: url(../picture/banner01.jpg);
}

.recommend-card:nth-child(4n + 2)::before {
    background-image: url(../picture/banner02.jpg);
}

.recommend-card:nth-child(4n + 3)::before {
    background-image: url(../picture/banner03.jpg);
}

.recommend-card:nth-child(4n + 4)::before {
    background-image: url(../picture/cover-warehouse.jpg);
}

.recommend-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 85, 255, .12);
}

.recommend-card h3 {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.recommend-card p {
    margin: 0 0 10px;
    color: #666;
    line-height: 1.85;
    font-size: 14px;
}

.recommend-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 18px;
}

.recommend-tags span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff3eb;
    color: #ff6e29;
    font-size: 13px;
    font-weight: bold;
}

.recommend-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 14px 22px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6e29 0%, #ff9a3c 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(255, 110, 41, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.recommend-link::after {
    content: ">";
    font-size: 16px;
    line-height: 1;
}

.recommend-link:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(255, 110, 41, 0.3);
    background: linear-gradient(135deg, #ff5b14 0%, #ff8b20 100%);
}

.recommend-card:first-child .recommend-link {
    min-width: 210px;
    background: linear-gradient(135deg, #0f66d8 0%, #22a2ff 100%);
    box-shadow: 0 14px 30px rgba(15, 102, 216, 0.24);
}

.recommend-card:first-child .recommend-link:hover {
    background: linear-gradient(135deg, #0b58bc 0%, #148eef 100%);
    box-shadow: 0 18px 36px rgba(15, 102, 216, 0.32);
}



.page-meta {
    max-width: 1215px;
    margin: 24px auto 0;
    padding: 0 20px;
}

.page-meta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    padding: 18px 22px;
}

.page-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    color: #7a7a7a;
}

.page-breadcrumb a {
    color: #1f4f7d;
    text-decoration: none;
}

.page-breadcrumb a:hover {
    text-decoration: underline;
}

.page-breadcrumb .is-current {
    color: #151515;
    font-weight: bold;
}

.page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-links a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff3eb;
    color: #ff6e29;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.page-links a:hover {
    background: #ff6e29;
    color: #fff;
}

.site-watermark {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 9998;
    pointer-events: none;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.68);
    padding: 6px 10px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}

@media (max-width: 992px) {
    .site-paths-grid,
    .info-grid,
    .recommend-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .site-paths-grid,
    .info-grid,
    .recommend-grid {
        grid-template-columns: 1fr;
    }

    .site-paths > .notice-box {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .site-paths > .notice-box h2,
    .notice-box h2 {
        padding: 20px 0 4px;
        font-size: 22px;
    }

    .site-paths > .notice-box p {
        padding: 18px 16px 16px;
        font-size: 14px;
    }

    .site-paths > .notice-box p::before {
        height: 110px;
        margin-bottom: 14px;
        border-radius: 10px;
    }

    .site-path-card::before,
    .recommend-card::before {
        height: 96px;
    }

    .inner-hero {
        padding: 118px 18px 60px;
    }

    .inner-hero-kicker {
        margin-bottom: 14px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .inner-hero h1 {
        font-size: 24px;
        line-height: 1.35;
    }

    .inner-hero p {
        font-size: 15px;
    }

    .inner-hero-actions {
        gap: 12px;
        margin-top: 24px;
    }

    .inner-hero-actions a {
        width: 100%;
        min-width: 0;
        padding: 13px 22px;
        font-size: 15px;
    }

    .inner-panel {
        padding: 22px;
    }

    .inner-panel h2 {
        font-size: 24px;
    }

    .page-meta {
        margin-top: 18px;
    }

    .page-meta-inner {
        padding: 16px;
    }

    .page-links {
        width: 100%;
    }

    .page-links a {
        width: 100%;
        text-align: center;
    }

    .safeguard {
        padding: 12px 0;
    }

    .safeguard ul {
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .safeguard li,
    .safeguard li:nth-child(2),
    .safeguard li:nth-child(3),
    .safeguard li:last-child {
        width: 50%;
        justify-content: flex-start;
        border-right: none;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .safeguard li .img {
        width: 44px;
        flex: 0 0 44px;
    }

    .safeguard li .txt {
        margin-left: 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}

.main-function.hxgn .content .content-body .content-li .after,
.hxgn.container .content .content-body .content-li .after,
section.hxgn .content .content-body .content-li .after {
    height: auto !important;
    overflow: visible !important;
}

.main-function.hxgn .content .content-body .content-li .after p,
.hxgn.container .content .content-body .content-li .after p,
section.hxgn .content .content-body .content-li .after p {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    line-height: 1.6em !important;
}

/* hover 状态也要修复 */
.main-function.hxgn .content .content-body .content-li:hover,
.hxgn.container .content .content-body .content-li:hover,
section.hxgn .content .content-body .content-li:hover {
    height: auto !important;
    min-height: 250px !important;
}

.inner-banner {
    position: relative;
}

.inner-banner .swiper-slide {
    position: relative;
}

.inner-banner .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 24, 48, 0.78) 0%, rgba(11, 24, 48, 0.48) 45%, rgba(11, 24, 48, 0.2) 100%);
}

.inner-banner-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.inner-banner-copy .wrapper {
    width: 100%;
}

.inner-banner-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.inner-banner-copy h1 {
    max-width: 780px;
    margin: 18px 0 18px;
    font-size: 44px;
    line-height: 1.25;
    color: #fff;
}

.inner-banner-copy p {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.inner-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.inner-banner-actions a {
    display: inline-block;
    min-width: 176px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #ff6e29;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(255, 110, 41, 0.25);
}

.inner-banner-actions a.secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

.inner-banner-actions a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .inner-banner-copy {
        padding-top: 30px;
    }

    .inner-banner-copy h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .inner-banner-copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .inner-banner-actions {
        gap: 12px;
        margin-top: 22px;
    }

    .inner-banner-actions a {
        min-width: 150px;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* 微信咨询弹窗（由 site-contact.js 运行时注入，不改 HTML 骨架） */
.wechat-modal-open {
    overflow: hidden;
}

.wechat-modal[hidden] {
    display: none !important;
}

.wechat-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.wechat-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.wechat-modal.is-open .wechat-modal__backdrop {
    opacity: 1;
}

.wechat-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    /* 柔和外框：顶区淡蓝雾感，主体干净白底，无硬色条/无蒙版图 */
    background:
        radial-gradient(120% 90% at 0% 0%, rgba(45, 123, 216, 0.12) 0%, rgba(45, 123, 216, 0) 55%),
        radial-gradient(90% 70% at 100% 0%, rgba(14, 47, 82, 0.08) 0%, rgba(14, 47, 82, 0) 50%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #ffffff 100%);
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 20px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 12px 40px rgba(15, 23, 42, 0.14);
    padding: 26px 22px 20px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px) scale(0.985);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 内描边双线框：整圈内框，不碰四角也不挤关闭按钮 */
.wechat-modal__panel::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 14px;
    pointer-events: none;
    z-index: 1;
}

.wechat-modal__panel::after {
    content: "";
    position: absolute;
    inset: 11px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 12px;
    pointer-events: none;
    z-index: 1;
}

.wechat-modal.is-open .wechat-modal__panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.wechat-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 30px;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.wechat-modal__close:hover {
    background: #fff;
    border-color: rgba(100, 116, 139, 0.45);
    color: #334155;
}

.wechat-modal__head {
    position: relative;
    z-index: 2;
    padding-right: 28px;
    margin: 0 0 14px;
}

.wechat-modal__qr,
.wechat-modal__actions,
.wechat-modal__note,
.wechat-modal__status {
    position: relative;
    z-index: 2;
}

.wechat-modal__kicker {
    margin: 0 0 6px;
    color: #3b82f6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.wechat-modal__title {
    margin: 0 0 8px;
    font-size: 21px;
    color: #1e293b;
    line-height: 1.35;
    font-weight: 700;
}

.wechat-modal__desc {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.wechat-modal__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wechat-modal__chips li {
    margin: 0;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.28);
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.wechat-modal__qr {
    text-align: center;
    margin: 0 0 14px;
    padding: 14px 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wechat-modal__qr img {
    display: inline-block;
    width: 216px;
    height: 216px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 10px;
    border: 0;
    background: #fff;
    box-shadow: none;
}

.wechat-modal__actions {
    display: flex;
    justify-content: center;
    margin: 0 0 8px;
}

.wechat-modal__copy {
    border: 0;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 24px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 160px;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.22);
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.wechat-modal__copy:hover {
    background: #1d4ed8;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.wechat-modal__copy:active {
    transform: translateY(1px);
}

.wechat-modal__copy.is-copied {
    background: #16a34a;
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.22);
}

.wechat-modal__copy.is-failed {
    background: #d97706;
    box-shadow: 0 6px 16px rgba(217, 119, 6, 0.22);
}

.wechat-modal__note,
.wechat-modal__status {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #94a3b8;
    text-align: center;
}

.wechat-modal__status {
    min-height: 1.4em;
    margin-top: 6px;
    color: #16a34a;
    font-weight: 600;
}

@media (max-width: 560px) {
    .wechat-modal {
        align-items: flex-end;
        padding: 0;
    }

    .wechat-modal__panel {
        max-width: none;
        width: 100%;
        border-radius: 20px 20px 0 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding: 22px 18px calc(18px + env(safe-area-inset-bottom, 0px));
        transform: translateY(24px);
        box-shadow: 0 -10px 32px rgba(15, 23, 42, 0.14);
    }

    .wechat-modal.is-open .wechat-modal__panel {
        transform: translateY(0);
    }

    .wechat-modal__qr {
        padding: 12px 10px;
    }

    .wechat-modal__qr img {
        width: 188px;
        height: 188px;
    }

    .wechat-modal__copy {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wechat-modal__backdrop,
    .wechat-modal__panel,
    .wechat-modal__copy,
    .wechat-modal__close {
        transition: none;
    }
}
