﻿/* ==========================================
   外贸建站页面样式 - 1:1 精确复刻目标站
   ========================================== */

/* 容器宽度 */
.sep-container {
    max-width: 100%;
    margin: 0 auto;
    width: 1360px;
}

/* ==========================================
   Section 1: 标题区域
   ========================================== */
.wmjz-body .wmjz-section1 {
    padding-top: 45px;
    padding-bottom: 35px;
    text-align: center;
    background: #fff;
}

.wmjz-body .wmjz-section1 .title {
    color: #1a7fd4;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

.wmjz-body .wmjz-section1 .title sup {
    font-size: 20px;
}

.wmjz-body .wmjz-section1 .sep-title {
    color: #3e3e3e;
    font-family: 'Lucida Grande';
    font-size: 46px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.wmjz-body .wmjz-section1 .sep-title:before,
.wmjz-body .wmjz-section1 .sep-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: #ddd;
}

.wmjz-body .wmjz-section1 .sep-title:before {
    left: -140px;
}

.wmjz-body .wmjz-section1 .sep-title:after {
    right: -140px;
}

/* 8个优势项 - 与谷歌优化页面一致：矩形卡片+L型角标 */
.wmjz-body .wmjz-section1 .btns {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
}

.wmjz-body .wmjz-section1 .btns li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    list-style: none;
    padding: 30px 20px 40px 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 12.5%;
}

.wmjz-body .wmjz-section1 .btns li span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* L型边框角标 - 默认隐藏 */
.wmjz-body .wmjz-section1 .btns li span.l {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    left: -2px;
    top: -1px;
}

.wmjz-body .wmjz-section1 .btns li span.t {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    left: -2px;
    top: -2px;
}

.wmjz-body .wmjz-section1 .btns li span.r {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    right: -2px;
    bottom: -1px;
}

.wmjz-body .wmjz-section1 .btns li span.b {
    position: absolute;
    width: 0;
    height: 0;
    background: #1a7fd4;
    right: -2px;
    bottom: -2px;
}

/* 图标 */
.wmjz-body .wmjz-section1 .btns li i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #666;
    transition: color .3s ease;
}

/* 文字 */
.wmjz-body .wmjz-section1 .btns li div {
    position: relative;
    color: #464646;
    font-size: 14px;
    line-height: 1.5;
}

/* 文字下方分割线 */
.wmjz-body .wmjz-section1 .btns li div:before {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

/* --- Hover / Active 效果 --- */
.wmjz-body .wmjz-section1 .btns li.active,
.wmjz-body .wmjz-section1 .btns li:hover {
    border: 1px solid #90caf9;
}

.wmjz-body .wmjz-section1 .btns li.active span.l,
.wmjz-body .wmjz-section1 .btns li:hover span.l {
    width: 3px;
    height: 15px;
}

.wmjz-body .wmjz-section1 .btns li.active span.t,
.wmjz-body .wmjz-section1 .btns li:hover span.t {
    width: 25px;
    height: 3px;
}

.wmjz-body .wmjz-section1 .btns li.active span.r,
.wmjz-body .wmjz-section1 .btns li:hover span.r {
    width: 3px;
    height: 15px;
}

.wmjz-body .wmjz-section1 .btns li.active span.b,
.wmjz-body .wmjz-section1 .btns li:hover span.b {
    width: 25px;
    height: 3px;
}

.wmjz-body .wmjz-section1 .btns li.active i,
.wmjz-body .wmjz-section1 .btns li:hover i {
    color: #1a7fd4;
}

.wmjz-body .wmjz-section1 .btns li.active div,
.wmjz-body .wmjz-section1 .btns li:hover div {
    color: #1a7fd4;
}

.wmjz-body .wmjz-section1 .btns li.active div:before,
.wmjz-body .wmjz-section1 .btns li:hover div:before {
    display: none;
}

/* ==========================================
   Section 2: 核心优势（5列横排卡片布局）
   ========================================== */
.wmjz-body .wmjz-section2 {
    background: url(../images/wmjz-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.wmjz-body .wmjz-section2::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(30, 55, 40, 0.82);
    z-index: 1;
}
.wmjz-body .wmjz-section2 > .sep-container { position: relative; z-index: 2; }

.wmjz-body .wmjz-section2 .section-header { margin-bottom: 28px; }

.wmjz-body .wmjz-section2 .title {
    color: #fff; font-size: 48px; margin-bottom: 16px;
    font-weight: bold; letter-spacing: 4px;
}

.wmjz-body .wmjz-section2 .alias {
    display: inline-block; background: rgba(255,255,255,0.95);
    padding: 12px 36px; font-size: 17px; color: #333;
    border-radius: 50px; letter-spacing: 1px;
}
.wmjz-body .wmjz-section2 .alias span { color: #1a7fd4; font-weight: bold; padding: 0 3px; }

.wmjz-body .wmjz-section2 .text {
    color: rgba(255,255,255,0.88); font-size: 13px; line-height: 1.9;
    margin-bottom: 42px; max-width: 980px; margin-left: auto; margin-right: auto;
}

/* ======== 5列横排卡片 ======== */
.wmjz-body .wmjz-section2 .datalist {
    display: flex; justify-content: center; gap: 18px;
    list-style: none; padding: 0; margin: 0;
}
.wmjz-body .wmjz-section2 .datalist li { flex: 1; min-width: 0; max-width: 240px; }

.wmjz-body .wmjz-section2 .datalist li .card {
    border-radius: 6px; overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wmjz-body .wmjz-section2 .datalist li:hover .card {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

/* 卡片顶部：彩色图+大标题 */
.wmjz-body .wmjz-section2 .datalist li .card-thumb {
    position: relative; padding: 38px 15px 24px; min-height: 140px;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.wmjz-body .wmjz-section2 .datalist li .card-thumb img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; opacity: 0.18; mix-blend-mode: overlay;
}
.wmjz-body .wmjz-section2 .datalist li .card-thumb h3 {
    position: relative; z-index: 2; color: #fff; font-size: 26px;
    font-weight: bold; letter-spacing: 4px; margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* 卡片底部：白底内容区 */
.wmjz-body .wmjz-section2 .datalist li .card-body {
    background: #fff; padding: 22px 16px 26px; text-align: left;
}
.wmjz-body .wmjz-section2 .datalist li .card-body h4 {
    color: #222; font-size: 14px; font-weight: bold;
    line-height: 1.5; margin-bottom: 10px;
}
.wmjz-body .wmjz-section2 .datalist li .card-body .card-desc {
    color: #777; font-size: 11.5px; line-height: 1.7;
    margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #eee;
}
.wmjz-body .wmjz-section2 .datalist li .card-body ul {
    list-style: none; padding: 0; margin: 0;
}
.wmjz-body .wmjz-section2 .datalist li .card-body ul li {
    color: #444; font-size: 12px; line-height: 2;
    padding-left: 14px; position: relative;
}
.wmjz-body .wmjz-section2 .datalist li .card-body ul li::before {
    content: ''; position: absolute; left: 0; top: 10px;
    width: 5px; height: 5px; border-radius: 50%; background: #1a7fd4;
}

/* ==========================================
   Section 3: 策划师7步骤（目标站原版照抄 - 放大图片+对齐箭头版）
   ========================================== */
.wmjz-body .wmjz-section3 {
    padding: 70px 0 80px;
    background: #f4f4f4;
}

.wmjz-body .wmjz-section3 .sep-container {
    padding: 0 60px;
    max-width: 1200px;
}

/* 标题：左对齐，黑色 + 蓝色 */
.wmjz-body .wmjz-section3 .title {
    color: #2b2b33;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
    line-height: 1.3;
}

.wmjz-body .wmjz-section3 .alias {
    color: #1a7fd4;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.3;
}

/* ★★★ 强制左右布局 ★★★ */
.wmjz-body .wmjz-section3 > .sep-container > .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
}

/* 左列：策划流程卡片（42%宽度） */
.wmjz-body .wmjz-section3 > .sep-container > .row > .col-md-5 {
    flex: 0 0 40% !important;
    max-width: 40% !important;
    padding-right: 25px;
}

/* 右列容器（60%宽度） */
.wmjz-body .wmjz-section3 > .sep-container > .row > .col-md-7 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    position: relative;
}

/* 右列内部row - 横向布局 */
.wmjz-body .wmjz-section3 .relativetop > .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important; /* 垂直居中对齐 */
}

/* ==========================================
   左侧策划流程卡片（新设计 - 填充空白）
   ========================================== */

/* 卡片容器 */
.wmjz-body .wmjz-section3 .step-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #1a7fd4;
}

/* 标题 */
.wmjz-body .wmjz-section3 .step-title {
    font-size: 18px;
    font-weight: bold;
    color: #2b2b33;
    margin: 0 0 20px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

/* 步骤列表 */
.wmjz-body .wmjz-section3 .step-list {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wmjz-body .wmjz-section3 .step-list li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* 步骤数字 */
.wmjz-body .wmjz-section3 .step-num {
    color: #1a7fd4;
    font-weight: bold;
    font-size: 13px;
    flex-shrink: 0;
    min-width: 26px;
}

/* 底部信息条 */
.wmjz-body .wmjz-section3 .step-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wmjz-body .wmjz-section3 .step-icon {
    color: #1a7fd4;
    font-size: 18px;
}

.wmjz-body .wmjz-section3 .step-text {
    font-size: 13px;
    color: #999;
}

/* ★★★ 放大圆形图片（带内置箭头）★★★ */
.wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:first-child {
    flex: 0 0 45% !important;
    max-width: 45% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* 居中显示大图 */
    padding-left: 10px;
}

.wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:first-child img {
     width: 300px !important;   /* 稍微缩小适配新布局 */
    height: 420px !important; /* 保持比例 */
}

/* 右列7步骤列表容器（55%）*/
.wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:last-child {
    flex: 0 0 55% !important;
    max-width: 55% !important;
    padding-right: 0;
    padding-left: 20px;  /* 与图片保持间距 */
    position: relative;
}

/* 7步骤 ul 列表 */
.wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:last-child ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;  /* ★ 增加间距匹配图片箭头 ★ */
}

/* 每个步骤 li 卡片：白底 + 阴影 + 圆角 */
.wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:last-child ul li {
    background: #fff;
    padding: 18px 28px;  /* ★ 增加内边距 ★ */
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    text-align: right;  /* 文字靠右对齐 */
    transition: all 0.3s ease;
    position: relative;
    min-height: 42px;  /* ★ 统一高度便于对齐 ★ */
    display: flex;
    align-items: center;
}

.wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:last-child ul li:hover {
    background: #1a7fd4;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255,156,45,0.25);
    transform: translateX(-5px);
}

/* ★ 移除伪元素箭头（图片自带箭头）★ */

/* ==========================================
   Section 4: 数据统计横幅
   ========================================== */
.hf-banner {
    background: #2a5caa url(../images/hf-banner.jpg) repeat top center;
    height: 255px;
    padding-top: 32px;
    text-align: center;
}

.hf-banner.mgbm {
    margin-bottom: 20px;
}

.hf-banner .hf-title {
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.hf-banner .hf-text {
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    margin-top: 20px;
    margin-bottom: 35px;
}

.hf-banner .hf-more {
    color: #1a7fd4;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 12px 40px;
    border-radius: 24px;
    font-size: 24px;
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hf-banner .hf-more:hover {
    background: #1a7fd4;
    color: #fff;
}

.hf-banner .hf-more img {
    width: auto;
    height: 14px;
}

/* ==========================================
   Section 5: 数据统计
   ========================================== */
.wmjz-body .sep-section2-plus {
    padding: 45px 0 30px 0;
    background: url(../images/map.png) no-repeat bottom center #fff;
    background-size: contain;
}

.wmjz-body .sep-section2-plus .hd {
    color: #333;
    font-size: 34px;
    text-align: center;
    margin-bottom: 76px;
    position: relative;
}

.wmjz-body .sep-section2-plus .hd:before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #1a7fd4;
    margin: 0 auto 20px;
    border-radius: 2px;
}

.wmjz-body .sep-section2-plus .hd.hd2:before {
    background: #42a5f5;
}

.wmjz-body .sep-section2-plus .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 57px;
    text-align: center;
}

.wmjz-body .sep-section2-plus ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.wmjz-body .sep-section2-plus ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 30px;
}

.wmjz-body .sep-section2-plus ul li .con-box {
    position: relative;
    overflow: hidden;
}

.wmjz-body .sep-section2-plus ul li .con-box .con {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.wmjz-body .sep-section2-plus ul li .con-box:hover .con {
    opacity: 0;
}

.wmjz-body .sep-section2-plus ul li .con-box .con .num {
    letter-spacing: -1px;
    font-size: 52px;
    color: #1a7fd4;
    font-weight: bold;
    margin-bottom: 10px;
}

.wmjz-body .sep-section2-plus ul li .con-box .con .num .num-box {
    display: inline;
}

.wmjz-body .sep-section2-plus ul li .con-box .con .num span {
    font-size: 22px;
}

.wmjz-body .sep-section2-plus ul li .con-box .con p {
    padding-top: 1px;
    font-size: 16px;
    color: #646464;
    line-height: 1.6;
}

.wmjz-body .sep-section2-plus ul li .con-box .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a7fd4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.wmjz-body .sep-section2-plus ul li .con-box:hover .hover-box {
    opacity: 1;
}

.wmjz-body .sep-section2-plus ul li .con-box .hover-box .icon img {
    max-width: 80px;
    filter: brightness(0) invert(1);
}

/* ==========================================
   最新资讯 - 新版
   ========================================== */
.sep-section-news {
    padding: 60px 0 80px;
    background: #f7f8fa;
}

.news-section-header {
    text-align: center;
    margin-bottom: 45px;
}

.news-section-title {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.news-section-sub {
    font-size: 14px;
    color: #888;
}

.news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin: 0 !important;
}

.news-grid .col-md-4,
.news-grid .col-sm-4 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    display: block !important;
}

.news-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.news-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    height: 170px;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.news-card:hover .news-thumb img {
    transform: scale(1.08);
}

.news-date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(240, 132, 33, 0.92);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 1.2;
}

.news-date strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.news-date small {
    font-size: 11px;
    text-transform: uppercase;
}

.news-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-cat {
    display: inline-block;
    background: #e3f2fd;
    color: #1a7fd4;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 500;
    align-self: flex-start;
}

.news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 8px;
    transition: color 0.25s;
}

.news-title:hover {
    color: #1a7fd4;
}

.news-excerpt {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 14px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    color: #aaa;
}

.meta-views {
    color: #1a7fd4;
    font-weight: 500;
}

.news-empty {
    text-align: center;
    padding: 60px 0;
    color: #999;
    font-size: 15px;
    width: 100%;
}

.sep-school-list li:nth-child(n+4) {
    display: none;
}

/* ==========================================
   响应式设计
   ========================================== */
@media screen and (max-width: 1400px) {
    .sep-container {
        width: 100%;
        padding: 0 30px;
    }

    .wmjz-body .wmjz-section2 .title {
        font-size: 42px;
    }
}

@media screen and (max-width: 992px) {
    .sep-container { width: 100%; padding: 0 30px; }

    .wmjz-body .wmjz-section2 .datalist {
        flex-wrap: wrap; gap: 16px;
    }
    .wmjz-body .wmjz-section2 .datalist li { flex: 0 0 calc(50% - 8px); max-width: none; }

    /* Section 3 移动端：左文字+右（图|列表）堆叠 */
    .wmjz-body .wmjz-section3 > .sep-container > .row {
        flex-direction: column !important;
    }
    .wmjz-body .wmjz-section3 > .sep-container > .row > .col-md-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .wmjz-body .wmjz-section3 > .sep-container > .row > .col-md-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wmjz-body .wmjz-section3 .step-card {
        text-align: center;
    }
    .wmjz-body .wmjz-section3 .step-list li {
        justify-content: center;
    }
    .wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:first-child img {
        width: 200px !important;
        height: 280px !important;
    }
    .wmjz-body .sep-section2-plus ul li { width: 50%; }
}

@media screen and (max-width: 768px) {
    .wmjz-body .wmjz-section1 .sep-title {
        font-size: 28px;
    }

    /* 资讯卡片 - 768px以下2列 */
    .news-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .news-thumb { height: 150px !important; }

    .wmjz-body .wmjz-section1 .btns {
        flex-wrap: wrap;
    }

    .wmjz-body .wmjz-section1 .btns li {
        width: 50%;
        flex-grow: 0;
    }

    .wmjz-body .wmjz-section2 .title {
        font-size: 32px !important;
    }

    .wmjz-body .wmjz-section2 .alias {
        font-size: 15px;
        padding: 10px 20px;
    }

    .wmjz-body .wmjz-section2 .text {
        font-size: 13px;
        padding: 0 15px;
    }

    .wmjz-body .wmjz-section2 .datalist li { flex: 0 0 100%; max-width: none; }

    .hf-banner {
        height: auto;
        padding: 30px 20px;
    }

    .hf-banner .hf-title,
    .hf-banner .hf-text {
        font-size: 22px;
    }

    .wmjz-body .wmjz-section3 .sep-container {
        padding: 0 20px;
    }

    /* Section 3 移动端：单列堆叠 */
    .wmjz-body .wmjz-section3 > .sep-container > .row {
        flex-direction: column !important;
    }
    .wmjz-body .wmjz-section3 > .sep-container > .row > .col-md-5,
    .wmjz-body .wmjz-section3 > .sep-container > .row > .col-md-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wmjz-body .wmjz-section3 .title,
    .wmjz-body .wmjz-section3 .alias {
        text-align: center;
        font-size: 24px;
    }
    .wmjz-body .wmjz-section3 .step-card {
        text-align: center;
    }
    .wmjz-body .wmjz-section3 .step-list li {
        justify-content: center;
    }
    .wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:first-child img {
        width: 180px !important;
        height: 250px !important;
    }
    .wmjz-body .wmjz-section3 .relativetop > .row > .col-md-6:last-child ul li {
        font-size: 13px;
        padding: 12px 18px;
    }
}

@media screen and (max-width: 576px) {
    /* 资讯卡片 - 576px以下单列 */
    .news-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .wmjz-body .wmjz-section1 .btns li {
        width: 100%;
    }

    /* Section 2 卡片 - 576px变单列 */
    .wmjz-body .wmjz-section2 .datalist {
        flex-direction: column;
    }
    .wmjz-body .wmjz-section2 .datalist li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
}
