/* ============================================================
   无忧IP 整站大改版 · 清新现代风 设计系统 v2.0
   全新布局结构（rd- 前缀），与旧模板样式完全隔离
   图片目录：/skinp/redesign/images/
   ============================================================ */

/* ---------- 设计令牌 ---------- */
:root{
  --rd-primary:#F472B6;
  --rd-primary-2:#FDA4AF;
  --rd-accent:#10B981;
  --rd-bg:#F5F8FC;
  --rd-card:#FFFFFF;
  --rd-text:#1E293B;
  --rd-text-2:#64748B;
  --rd-border:rgba(244,114,182,.14);
  --rd-radius:16px;
  --rd-radius-sm:12px;
  --rd-shadow:0 8px 30px rgba(244,114,182,.10);
  --rd-shadow-lg:0 16px 40px rgba(244,114,182,.16);
}

/* ---------- 全局 ---------- */
html,body{background:var(--rd-bg);color:var(--rd-text);}
body{font-family:'PingFang SC','Microsoft YaHei','Helvetica Neue',Arial,sans-serif;overflow-x:hidden;}
img{max-width:100%;}
a{text-decoration:none;color:inherit;}
.rd-container{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.rd-container::after{content:"";display:block;clear:both;}

/* ---------- 顶部导航（全新） ---------- */
.rd-nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rd-border);box-shadow:0 2px 16px rgba(244,114,182,.05);}
.rd-nav-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:20px;}
.rd-nav-logo{display:flex;align-items:center;flex-shrink:0;}
.rd-nav-logo img{height:40px;width:auto;display:block;}
.rd-nav-menu{display:flex;align-items:center;gap:4px;flex:1;justify-content:center;}
.rd-nav-link{display:block;padding:9px 16px;border-radius:10px;color:var(--rd-text);font-size:15px;font-weight:500;line-height:1.4;transition:all .2s ease;white-space:nowrap;}
.rd-nav-link:hover{color:var(--rd-primary);background:rgba(244,114,182,.08);}
.rd-nav-link.current{color:#fff;background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2));box-shadow:0 4px 14px rgba(244,114,182,.30);}
.rd-nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.rd-nav-btn{display:inline-block;padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap;}
.rd-nav-btn-ghost{border:1px solid var(--rd-primary);color:var(--rd-primary);background:#fff;}
.rd-nav-btn-ghost:hover{background:rgba(244,114,182,.08);}
.rd-nav-btn-solid{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2));color:#fff;box-shadow:0 4px 14px rgba(244,114,182,.30);}
.rd-nav-btn-solid:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(244,114,182,.40);}
/* 移动导航按钮（隐藏 PC 汉堡，仅移动端显示由原模板控制） */

/* ---------- Hero（全新全宽视觉） ---------- */
.rd-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#EAF3FF 0%,#E8FAF8 55%,#EAF6FF 100%);}
.rd-hero-bg{position:absolute;inset:0;z-index:0;}
.rd-hero-bg img{width:100%;height:100%;object-fit:cover;display:block;opacity:.96;}
.rd-hero-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:560px;padding:80px 20px 72px;box-sizing:border-box;}
.rd-hero-left{flex:1.1;padding-right:48px;box-sizing:border-box;}
.rd-hero-badge{display:inline-block;padding:6px 16px;border-radius:999px;background:rgba(255,255,255,.85);color:var(--rd-primary);font-size:13px;font-weight:600;border:1px solid rgba(244,114,182,.18);box-shadow:0 4px 12px rgba(244,114,182,.10);margin-bottom:20px;}
.rd-hero-title{font-size:40px;line-height:1.25;font-weight:700;color:var(--rd-text);margin-bottom:14px;}
.rd-hero-title h1,.rd-hero-title p,.rd-hero-title font{font-size:inherit !important;line-height:1.25 !important;color:var(--rd-text) !important;margin:0 0 8px 0 !important;font-weight:700 !important;}
.rd-hero-sub{font-size:17px;color:var(--rd-text-2);line-height:1.7;margin-bottom:26px;}
.rd-hero-sub p,.rd-hero-sub span,.rd-hero-sub font{font-size:17px !important;color:var(--rd-text-2) !important;line-height:1.7 !important;}
.rd-hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px;}
.rd-btn{display:inline-block;padding:14px 34px;border-radius:12px;font-size:16px;font-weight:600;transition:all .25s ease;text-align:center;}
.rd-btn-primary{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2));color:#fff;box-shadow:0 8px 22px rgba(244,114,182,.32);}
.rd-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(244,114,182,.42);}
.rd-btn-ghost{background:#fff;color:var(--rd-primary);border:1.5px solid var(--rd-primary);}
.rd-btn-ghost:hover{background:rgba(244,114,182,.06);transform:translateY(-3px);}
.rd-btn-lg{padding:16px 44px;font-size:17px;}
.rd-hero-btns a{width:auto !important;height:auto !important;line-height:1.4 !important;display:inline-block !important;}
.rd-hero-points{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;}
.rd-hero-points li{display:flex;align-items:center;gap:8px;padding:10px 14px;background:rgba(255,255,255,.82);border:1px solid rgba(244,114,182,.10);border-radius:var(--rd-radius-sm);font-size:14px;color:var(--rd-text);box-shadow:0 4px 14px rgba(244,114,182,.06);}
.rd-hero-points li::before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--rd-primary),var(--rd-accent));flex-shrink:0;}
/* 服务介绍区列表：独立白卡+蓝色圆点+悬浮效果 */
.rd-about-text .rd-hero-points{grid-template-columns:1fr;gap:12px;margin-top:22px !important;}
.rd-about-text .rd-hero-points li{background:#fff;border:1px solid var(--rd-border);border-radius:12px;padding:14px 18px;font-size:14.5px;color:var(--rd-text);box-shadow:0 6px 18px rgba(244,114,182,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;padding-left:38px;}
.rd-about-text .rd-hero-points li::before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--rd-primary),var(--rd-accent));box-shadow:0 0 0 4px rgba(244,114,182,.12);}
.rd-about-text .rd-hero-points li:hover{transform:translateX(6px);border-color:rgba(244,114,182,.30);box-shadow:0 10px 26px rgba(244,114,182,.12);}
.rd-about-text .rd-hero-points li p,.rd-about-text .rd-hero-points li span,.rd-about-text .rd-hero-points li font{margin:0 !important;font-size:14.5px !important;color:var(--rd-text) !important;line-height:1.7 !important;}
.rd-hero-right{flex:0.9;position:relative;}
.rd-hero-app{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--rd-shadow-lg);border:6px solid #fff;background:#fff;transform:rotate(1deg);transition:transform .4s ease;}
.rd-hero-app:hover{transform:rotate(0deg) scale(1.01);}
.rd-hero-app img{width:100%;display:block;}
.rd-hero-app-badge{position:absolute;left:16px;bottom:16px;padding:8px 16px;border-radius:999px;background:rgba(17,24,39,.75);color:#fff;font-size:13px;font-weight:600;backdrop-filter:blur(6px);}

/* ---------- 信任条 ---------- */
.rd-trust{margin-top:-34px;position:relative;z-index:3;}
.rd-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.rd-trust-item{background:var(--rd-card);border-radius:var(--rd-radius);box-shadow:var(--rd-shadow);padding:22px 18px;text-align:center;border:1px solid var(--rd-border);transition:transform .25s ease,box-shadow .25s ease;}
.rd-trust-item:hover{transform:translateY(-4px);box-shadow:var(--rd-shadow-lg);}
.rd-trust-item b{display:block;font-size:30px;font-weight:700;background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:6px;}
.rd-trust-item span{font-size:14px;color:var(--rd-text-2);}

/* ---------- 通用区块 ---------- */
.rd-section{padding:72px 0;}
.rd-sec-head{text-align:center;margin-bottom:44px;}
.rd-sec-head h2,.rd-sec-head .rd-sec-title{font-size:30px;font-weight:700;color:var(--rd-text);margin:0 0 10px 0;}
.rd-sec-head h2 font,.rd-sec-head h2 span{font-size:30px !important;color:var(--rd-text) !important;font-weight:700 !important;}
.rd-sec-head p{font-size:15px;color:var(--rd-text-2);margin:0;line-height:1.7;}
.rd-sec-head p font,.rd-sec-head p span{font-size:15px !important;color:var(--rd-text-2) !important;}
.rd-sec-head img{max-height:60px;}
/* 区块标题：隐藏原模块粉色装饰线图，标题用蓝色渐变短线，描述用次级字号 */
.rd-sec-head .ModuleImageTextGiantContent{text-align:center !important;}
.rd-sec-head .ModuleImageTextGiantContent img{display:none !important;}
.rd-sec-head .ModuleImageTextGiantContent p:first-child{font-size:32px !important;font-weight:800 !important;color:var(--rd-text) !important;text-align:center !important;line-height:1.4 !important;margin:0 !important;}
.rd-sec-head .ModuleImageTextGiantContent p:first-child span{font-size:32px !important;font-weight:800 !important;color:var(--rd-text) !important;line-height:1.4 !important;}
.rd-sec-head .ModuleImageTextGiantContent p:first-child::after{content:"";display:block;width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--rd-primary),var(--rd-accent));margin:16px auto 0;}
.rd-sec-head .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;font-weight:400 !important;color:var(--rd-text-2) !important;line-height:1.9 !important;margin:16px auto 0 !important;max-width:780px !important;text-align:center !important;text-indent:0 !important;padding:0 !important;letter-spacing:.2px !important;}
.rd-sec-head .ModuleImageTextGiantContent p:not(:first-child)::after{display:none !important;}
.rd-sec-head .ModuleImageTextGiantContent span{background:transparent !important;}

/* ---------- 服务介绍（两栏） ---------- */
.rd-about{background:#fff;border-top:1px solid var(--rd-border);}
.rd-about-grid{display:flex;align-items:center;gap:60px;}
.rd-about-img{flex:1;}
.rd-about-img img{width:100%;border-radius:20px;box-shadow:var(--rd-shadow-lg);display:block;}
.rd-about-text{flex:1;}
.rd-about-text h2{font-size:28px;font-weight:700;margin:0 0 20px 0;color:var(--rd-text);}
.rd-about-text h2 font,.rd-about-text h2 span{font-size:28px !important;color:var(--rd-text) !important;font-weight:700 !important;}
.rd-about-text p{font-size:15px;line-height:2;color:var(--rd-text-2);margin:0 0 14px 0;}
.rd-about-text p font,.rd-about-text p span{font-size:15px !important;line-height:2 !important;color:var(--rd-text-2) !important;}
.rd-about-text img{max-height:48px;margin:0 10px 10px 0;}

/* ---------- 核心优势卡片网格 ---------- */
.rd-features{background:var(--rd-bg);}
.rd-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}.rd-feature-card{background:var(--rd-card);border-radius:var(--rd-radius);padding:28px 22px;box-shadow:var(--rd-shadow);border:1px solid var(--rd-border);transition:transform .28s ease,box-shadow .28s ease;position:relative;overflow:hidden;}
.rd-feature-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rd-primary),var(--rd-primary-2));opacity:0;transition:opacity .28s ease;}
.rd-feature-card:hover{transform:translateY(-6px);box-shadow:var(--rd-shadow-lg);}
.rd-feature-card:hover::before{opacity:1;}
.rd-feature-card img{height:48px;width:auto;margin-bottom:16px;display:block;}
.rd-feature-card h3{font-size:17px;font-weight:600;color:var(--rd-text);margin:0 0 10px 0;}
.rd-feature-card h3 font,.rd-feature-card h3 span{font-size:17px !important;color:var(--rd-text) !important;font-weight:600 !important;}
.rd-feature-card p{font-size:13.5px;line-height:1.7;color:var(--rd-text-2);margin:0;}
.rd-feature-card p font,.rd-feature-card p span{font-size:13.5px !important;line-height:1.7 !important;color:var(--rd-text-2) !important;}
.rd-feature-card div{font-size:13.5px !important;line-height:1.7 !important;color:var(--rd-text-2) !important;}
/* 兼容原模块 Bootstrap 栅格结构：.row > .col-lg-4 */
/* 外层容器改 block：模块渲染的 .row 才是真正的网格容器，避免 .row 被外层 grid 挤进第一列 */
.rd-features-grid,.rd-stats-grid{display:block !important;}
.rd-features-grid .row{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:20px !important;margin:0 !important;width:100% !important;}
.rd-features-grid .col-lg-4,.rd-features-grid .col-xs-2,.rd-features-grid .normal_ImgtextBox{width:100% !important;float:none !important;padding:0 !important;margin:0 !important;box-sizing:border-box !important;}
.rd-features-grid .imagetext_item{background:var(--rd-card) !important;border-radius:18px !important;padding:34px 22px !important;box-shadow:0 10px 30px rgba(244,114,182,.08) !important;border:1px solid var(--rd-border) !important;min-height:180px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease !important;}
.rd-features-grid .imagetext_item:hover{transform:translateY(-6px) !important;box-shadow:0 18px 44px rgba(244,114,182,.16) !important;border-color:rgba(244,114,182,.30) !important;}
.rd-features-grid .ModuleImageTextGiantContent{width:100% !important;}
.rd-features-grid .GraphicUpper{font-size:18px !important;font-weight:700 !important;color:var(--rd-text) !important;margin-top:2px;}
.rd-features-grid .GraphicUpper img{height:58px;width:58px;object-fit:contain;margin:0 auto 18px;display:block;}
.rd-features-grid .GraphicCenter{font-size:14px;line-height:1.8;color:var(--rd-text-2);margin-top:10px;max-width:210px;}
.rd-features-grid .GraphicCenter font,.rd-features-grid .GraphicCenter span{font-size:14px !important;line-height:1.8 !important;color:var(--rd-text-2) !important;}

/* ---------- 应用场景 ---------- */
.rd-scenes{background:#fff;}
.rd-scenes-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;}
.rd-scene-card{background:var(--rd-bg);border:1px solid var(--rd-border);border-radius:var(--rd-radius);padding:30px 18px 26px;text-align:center;transition:all .28s ease;}
.rd-scene-card:hover{transform:translateY(-6px);box-shadow:var(--rd-shadow-lg);background:#fff;}
.rd-scene-card img{width:64px;height:64px;border-radius:16px;margin:0 auto 16px;display:block;}
.rd-scene-card h3{font-size:15px;font-weight:600;color:var(--rd-text);margin:0 0 8px 0;}
.rd-scene-card p{font-size:12.5px;color:var(--rd-text-2);line-height:1.6;margin:0;}

/* ---------- VIP 横幅 ---------- */
.rd-vip{padding:8px 0 72px;background:#fff;}
.rd-vip-banner{background:linear-gradient(120deg,#EFF6FF 0%,#ECFEFF 50%,#F0FDF4 100%);border:1px solid rgba(244,114,182,.14);border-radius:24px;padding:44px 48px;text-align:center;position:relative;overflow:hidden;}
.rd-vip-banner::after{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(244,114,182,.10),transparent 70%);}
.rd-vip-banner h2{font-size:26px;font-weight:700;color:var(--rd-text);margin:0 0 14px 0;}
.rd-vip-banner h2 font,.rd-vip-banner h2 span{font-size:26px !important;color:var(--rd-text) !important;font-weight:700 !important;}
.rd-vip-banner p{font-size:15px;color:var(--rd-text-2);line-height:1.8;margin:0;}
.rd-vip-banner p font,.rd-vip-banner p span{font-size:15px !important;color:var(--rd-text-2) !important;line-height:1.8 !important;}
.rd-vip-banner img{max-height:44px;}

/* 数据统计 */
.rd-stats{background:linear-gradient(135deg,var(--rd-primary),#DB2777 55%,var(--rd-primary-2));padding:60px 0;}
.rd-stats-grid{display:block;}
.rd-stats-grid .row{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:24px !important;margin:0 !important;width:100% !important;}
.rd-stats-grid .col-xs-1,.rd-stats-grid .col-lg-3{width:100% !important;float:none !important;padding:0 !important;margin:0 !important;box-sizing:border-box !important;}
.rd-stats-grid .imagetext_item{background:rgba(255,255,255,.12) !important;border:1px solid rgba(255,255,255,.22) !important;border-radius:var(--rd-radius) !important;padding:34px 20px !important;text-align:center !important;backdrop-filter:blur(6px);transition:transform .28s ease,background .28s ease !important;}
.rd-stats-grid .imagetext_item:hover{transform:translateY(-5px) !important;background:rgba(255,255,255,.18) !important;}
.rd-stats-grid .ModuleImageTextGiantContent p{text-align:center !important;margin:0 0 8px 0 !important;}
.rd-stats-grid .ModuleImageTextGiantContent p:first-child span{font-size:15px !important;color:rgba(255,255,255,.88) !important;font-weight:500 !important;}
.rd-stats-grid .ModuleImageTextGiantContent p:last-child span{font-size:42px !important;font-weight:700 !important;color:#fff !important;line-height:1.2 !important;}
.rd-stat-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:var(--rd-radius);padding:32px 20px;text-align:center;backdrop-filter:blur(6px);transition:transform .28s ease,background .28s ease;}
.rd-stat-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.18);}
.rd-stat-card h3{font-size:15px;color:rgba(255,255,255,.88);margin:0 0 12px 0;font-weight:500;}
.rd-stat-card h3 font,.rd-stat-card h3 span{font-size:15px !important;color:rgba(255,255,255,.88) !important;font-weight:500 !important;}
.rd-stat-card b,.rd-stat-card .rd-stat-num{display:block;font-size:42px;font-weight:700;color:#fff;line-height:1.2;}
.rd-stat-card b font,.rd-stat-card b span,.rd-stat-card div{font-size:42px !important;color:#fff !important;font-weight:700 !important;}
.rd-stat-card p{font-size:13px;color:rgba(255,255,255,.75);margin:10px 0 0 0;}

/* ---------- 资讯三栏 ---------- */
.rd-news{background:var(--rd-bg);}
.rd-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.rd-news-col{background:var(--rd-card);border-radius:var(--rd-radius);padding:26px 24px;box-shadow:var(--rd-shadow);border:1px solid var(--rd-border);display:flex;flex-direction:column;}
.rd-news-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:2px solid var(--rd-border);}
.rd-news-head h3{font-size:19px;font-weight:700;color:var(--rd-text);margin:0;}
.rd-news-head h3 font,.rd-news-head h3 span{font-size:19px !important;color:var(--rd-text) !important;font-weight:700 !important;}
.rd-news-head img{height:34px;width:auto;}
.rd-news-list{list-style:none;margin:0 0 16px 0;padding:0;flex:1;}
.rd-news-list li{margin-bottom:4px;}
.rd-news-list a{display:flex;align-items:center;gap:8px;padding:11px 6px;font-size:14px;color:var(--rd-text);border-radius:8px;transition:all .2s ease;line-height:1.5;}
.rd-news-list a:hover{color:var(--rd-primary);background:rgba(244,114,182,.06);padding-left:12px;}
.rd-news-list a::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rd-primary);flex-shrink:0;opacity:.55;}
.rd-news-list a p{font-size:14px !important;color:var(--rd-text) !important;margin:0 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rd-news-more{display:inline-block;font-size:13.5px;color:var(--rd-primary);font-weight:600;transition:all .2s ease;align-self:flex-start;}
.rd-news-more:hover{transform:translateX(4px);}

/* ---------- 底部 CTA ---------- */
.rd-cta{padding:0 0 80px;background:var(--rd-bg);}
.rd-cta-banner{background:linear-gradient(120deg,#BE185D 0%,var(--rd-primary) 55%,#0891B2 100%);border-radius:24px;padding:56px 40px;text-align:center;position:relative;overflow:hidden;box-shadow:var(--rd-shadow-lg);}
.rd-cta-banner::before{content:"";position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 65%);}
.rd-cta-banner h2{position:relative;font-size:28px;font-weight:700;color:#fff;margin:0 0 10px 0;}
.rd-cta-banner h2 font,.rd-cta-banner h2 span{font-size:28px !important;color:#fff !important;font-weight:700 !important;}
.rd-cta-banner p{position:relative;font-size:15px;color:rgba(255,255,255,.85);margin:0 0 28px 0;}
.rd-cta-banner p font,.rd-cta-banner p span{font-size:15px !important;color:rgba(255,255,255,.85) !important;}
.rd-cta-banner .rd-btn{position:relative;}
.rd-cta-banner .rd-btn-ghost{background:transparent;border-color:#fff;color:#fff;}
.rd-cta-banner .rd-btn-ghost:hover{background:rgba(255,255,255,.12);}
.rd-cta-banner a{width:auto !important;height:auto !important;line-height:1.4 !important;display:inline-block !important;}

/* ---------- 页脚（全新） ---------- */
.rd-footer{background:#0F172A;color:#CBD5E1;padding-top:64px;position:relative;z-index:1;}
.rd-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px;padding-bottom:44px;}
.rd-footer h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 20px 0;position:relative;padding-bottom:12px;}
.rd-footer h4::after{content:"";position:absolute;left:0;bottom:0;width:28px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--rd-primary),var(--rd-primary-2));}
.rd-footer-brand p,.rd-footer-brand div{font-size:13.5px;line-height:2;color:#94A3B8;}
.rd-footer-brand img{max-height:40px;margin-bottom:14px;}
.rd-footer-brand font,.rd-footer-brand span{font-size:13.5px !important;color:#94A3B8 !important;}
.rd-footer-col p,.rd-footer-col div{font-size:13.5px;line-height:2.1;color:#94A3B8;margin:0;}
.rd-footer-col font,.rd-footer-col span{font-size:13.5px !important;color:#94A3B8 !important;}
.rd-footer-col a{color:#94A3B8;transition:color .2s;}
.rd-footer-col a:hover{color:#fff;}
.rd-footer-col img{max-width:120px;border-radius:10px;margin-top:8px;}
.rd-footer-col .rd-footer-wechat img{max-width:110px;}
/* 页脚模块内容：隐藏模块内重复的“联系我们/客服微信”标题行，只保留 h4 */
.rd-footer-col .ModuleImageTextGiantContent p:first-child{display:none !important;}
.rd-footer-col .ModuleImageTextGiantContent p{margin:0 !important;}
.rd-footer-wechat{text-align:center;}
.rd-footer-wechat h4{text-align:left;}
.rd-footer-wechat .ModuleImageTextGiantContent img{width:118px !important;height:auto !important;display:block;margin:4px auto 0;border-radius:10px;}
.rd-footer-bottom{border-top:1px solid rgba(148,163,184,.15);padding:22px 0;}
.rd-footer-bottom p,.rd-footer-bottom div{font-size:12.5px;color:#64748B;text-align:center;margin:0;line-height:1.8;}
.rd-footer-bottom font,.rd-footer-bottom span{font-size:12.5px !important;color:#64748B !important;}
.rd-footer-bottom img{max-width:860px;display:block;margin:8px auto 0;border-radius:8px;}
.rd-footer-banner{max-width:820px;margin:0 auto;}

/* ---------- 侧边栏悬浮（覆盖为蓝白） ---------- */
#module_module_202105211823183136 .side-bar > .btns{background:#fff !important;border:1px solid rgba(244,114,182,.18) !important;box-shadow:0 8px 22px rgba(244,114,182,.16);border-radius:12px !important;}
#module_module_202105211823183136 .side-bar > .btns:hover{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;}
#module_module_202105211823183136 .side-bar .chat-online{color:var(--rd-primary) !important;}
#module_module_202105211823183136 .side-bar > .btns:hover .chat-online{color:#fff !important;}
#module_module_202105211823183136 .side-bar .icon-bg-circle{background:rgba(244,114,182,.10) !important;}

/* ---------- 弹窗（欢迎使用）轻量美化 ---------- */
.adv-mian{border-radius:18px !important;box-shadow:0 20px 60px rgba(244,114,182,.25) !important;border:1px solid var(--rd-border);}
.adv-mian .tip{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;border-radius:8px;}

/* ---------- 响应式 ---------- */
@media screen and (max-width: 991px){
  .rd-hero-inner{flex-direction:column;min-height:auto;padding:56px 20px 64px;gap:36px;}
  .rd-hero-left{padding-right:0;}
  .rd-hero-title{font-size:32px;}
  .rd-hero-right{width:100%;max-width:560px;}
  .rd-trust-grid{grid-template-columns:repeat(2,1fr);}
  .rd-features-grid{grid-template-columns:repeat(2,1fr);}
  .rd-features-grid .row{grid-template-columns:repeat(2,1fr) !important;gap:16px !important;}
  .rd-scenes-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
  .rd-news-grid{grid-template-columns:1fr;}
  .rd-about-grid{flex-direction:column;gap:32px;}
  .rd-footer-grid{grid-template-columns:repeat(2,1fr);gap:32px;}
  .rd-stats-grid{grid-template-columns:1fr;}
  .rd-stats-grid .row{grid-template-columns:1fr !important;gap:16px !important;}
}
@media screen and (max-width: 767px){
  .rd-nav-inner{height:60px;}
  .rd-nav-menu{display:none;}
  .rd-nav-actions{display:none;}
  .rd-hero-title{font-size:26px;}
  .rd-hero-sub{font-size:15px;}
  .rd-hero-points{grid-template-columns:1fr 1fr;}
  .rd-section{padding:48px 0;}
  .rd-sec-head h2{font-size:24px;}
  .rd-features-grid{grid-template-columns:1fr 1fr;gap:14px;}
  .rd-features-grid .row{grid-template-columns:1fr 1fr !important;gap:12px !important;}
  .rd-feature-card{padding:20px 16px;}
  .rd-scenes-grid{grid-template-columns:1fr 1fr;gap:14px;}
  .rd-trust-grid{grid-template-columns:1fr 1fr;gap:12px;}
  .rd-cta-banner{padding:40px 22px;}
  .rd-cta-banner h2{font-size:22px;}
  .rd-vip-banner{padding:32px 20px;}
  .rd-footer-grid{grid-template-columns:1fr;}
  .rd-hero-inner{padding:40px 16px 56px;}
  .rd-nav-logo img{height:34px;}
  .rd-news-list a p{font-size:13px !important;}
}

/* ============================================================
   栏目页（子页面）统一清新化
   作用域：#contentcontainer（栏目页正文容器，首页无此容器不受影响）
   ============================================================ */
#contentcontainer{background:var(--rd-bg);}
#contentcontainer .contentzonecontainer{max-width:1200px;margin:0 auto;}

/* 页面标题条（layout-253 / layout-31 大标题） */
#contentcontainer .ModuleImageTextGiant .imageTextGiant-Container{padding:10px !important;}
#contentcontainer .ModuleImageTextGiant .ModuleImageTextGiantContent p{text-align:center !important;line-height:1.5 !important;}
#contentcontainer .ModuleImageTextGiant .ModuleImageTextGiantContent span{font-size:26px !important;font-weight:800 !important;color:var(--rd-text) !important;text-align:center !important;}
#contentcontainer .ModuleImageTextGiant .ModuleImageTextGiantContent img{max-height:34px !important;}

/* 图文卡片（layout-331 / layout-13 / layout-547 等） */
#contentcontainer .ModuleImageTextGiant .imagetext_item{background:#fff !important;border:1px solid var(--rd-border) !important;border-radius:16px !important;box-shadow:0 6px 20px rgba(244,114,182,.07) !important;padding:26px 18px !important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease !important;overflow:hidden;}
#contentcontainer .ModuleImageTextGiant .imagetext_item:hover{transform:translateY(-5px) !important;box-shadow:0 14px 34px rgba(244,114,182,.14) !important;border-color:rgba(244,114,182,.28) !important;}
#contentcontainer .ModuleImageTextGiant .GraphicUpper{font-size:17px !important;font-weight:700 !important;color:var(--rd-text) !important;text-align:center !important;margin-top:10px !important;line-height:1.5 !important;}
#contentcontainer .ModuleImageTextGiant .GraphicUpper img{width:auto !important;max-height:60px !important;object-fit:contain;display:block;margin:0 auto 8px !important;border-radius:12px !important;}
#contentcontainer .ModuleImageTextGiant .GraphicCenter{font-size:13.5px !important;color:var(--rd-text-2) !important;line-height:1.8 !important;text-align:center !important;margin-top:8px !important;}
#contentcontainer .ModuleImageTextGiant .GraphicCenter font,#contentcontainer .ModuleImageTextGiant .GraphicCenter span{font-size:13.5px !important;color:var(--rd-text-2) !important;line-height:1.8 !important;text-align:center !important;}

/* 图文横排项（layout-547 图文并排） */
#contentcontainer .ModuleImageTextGiant .normal_ImgtextBox{background:#fff !important;border:1px solid var(--rd-border) !important;border-radius:16px !important;box-shadow:0 6px 20px rgba(244,114,182,.07) !important;padding:20px !important;transition:transform .28s ease,box-shadow .28s ease !important;}
#contentcontainer .ModuleImageTextGiant .normal_ImgtextBox:hover{transform:translateY(-4px) !important;box-shadow:0 12px 30px rgba(244,114,182,.13) !important;}

/* 分类导航（layout-172 胶囊式） */
#contentcontainer .one-classify{display:flex !important;flex-wrap:wrap !important;gap:10px !important;list-style:none !important;margin:0 0 24px 0 !important;padding:0 !important;}
#contentcontainer .one-classify .main-class-item{margin:0 !important;border:none !important;line-height:1.6 !important;}
#contentcontainer .one-classify a{display:inline-block !important;padding:8px 22px !important;border-radius:999px !important;background:#fff !important;border:1px solid var(--rd-border) !important;color:var(--rd-text) !important;font-size:14px !important;transition:all .22s ease !important;line-height:1.6 !important;}
#contentcontainer .one-classify a:hover,#contentcontainer .one-classify a.active{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;color:#fff !important;border-color:transparent !important;box-shadow:0 6px 16px rgba(244,114,182,.30) !important;}

/* 文章列表（layout-170 / layout-762 / layout-428 白卡列表） */
#contentcontainer .news-container{list-style:none !important;margin:0 !important;padding:0 !important;}
#contentcontainer .news-item{background:#fff !important;border:1px solid var(--rd-border) !important;border-radius:14px !important;padding:14px 20px !important;margin-bottom:12px !important;line-height:1.7 !important;transition:all .25s ease !important;overflow:hidden;}
#contentcontainer .news-item:hover{transform:translateX(6px) !important;box-shadow:0 8px 22px rgba(244,114,182,.12) !important;border-color:rgba(244,114,182,.28) !important;}
#contentcontainer .news-item .news-title,#contentcontainer .news-item a{font-size:14.5px !important;color:var(--rd-text) !important;transition:color .2s !important;}
#contentcontainer .news-item:hover .news-title,#contentcontainer .news-item:hover a{color:var(--rd-primary) !important;}
#contentcontainer .news-item time,#contentcontainer .news-item .news-date{color:#94A3B8 !important;font-size:12.5px !important;float:right !important;margin-left:10px !important;}
#contentcontainer .news-item .news-tit{display:flex !important;align-items:center !important;justify-content:space-between !important;}

/* 栏目分类容器（左栏） */
#contentcontainer .ModuleCommonClsGiant .BodyCenter{padding:0 !important;}
#contentcontainer .one-classify-title,#contentcontainer .module_head{display:none !important;}

/* 图文标题模块（layout-31 侧栏标题） */
#contentcontainer .ModuleImageTextGiant .imagetext_item_text{width:100% !important;}

/* 按钮（layout-446 蓝色渐变） */
#contentcontainer .imagetext_item .imagetext_item_button,#contentcontainer .ModuleImageTextGiantContent a[class*="btn"]{display:inline-block !important;padding:12px 34px !important;border-radius:12px !important;background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;color:#fff !important;font-size:15px !important;font-weight:600 !important;box-shadow:0 8px 22px rgba(244,114,182,.32) !important;transition:all .25s ease !important;}
#contentcontainer .imagetext_item .imagetext_item_button:hover,#contentcontainer .ModuleImageTextGiantContent a[class*="btn"]:hover{transform:translateY(-3px) !important;box-shadow:0 14px 30px rgba(244,114,182,.42) !important;}

/* 分页 */
#contentcontainer .pages,#contentcontainer .page,#contentcontainer .pagination{display:flex !important;justify-content:center !important;gap:8px !important;margin:28px 0 0 !important;padding:0 !important;list-style:none !important;}
#contentcontainer .pages a,#contentcontainer .page a,#contentcontainer .pagination a{display:inline-block !important;padding:8px 16px !important;border-radius:10px !important;background:#fff !important;border:1px solid var(--rd-border) !important;color:var(--rd-text) !important;font-size:14px !important;transition:all .2s !important;}
#contentcontainer .pages a:hover,#contentcontainer .pages span.current,#contentcontainer .pagination .current{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;color:#fff !important;border-color:transparent !important;}

/* 文章详情正文（1.shtml / 12.shtml） */
#contentcontainer .article-detail,#contentcontainer .detail-content,#contentcontainer .news-content{background:#fff !important;border-radius:18px !important;padding:34px 40px !important;box-shadow:0 8px 26px rgba(244,114,182,.07) !important;border:1px solid var(--rd-border) !important;line-height:1.9 !important;font-size:15px !important;color:var(--rd-text) !important;}
#contentcontainer .article-detail img,#contentcontainer .detail-content img{max-width:100% !important;height:auto !important;border-radius:10px !important;}

@media screen and (max-width: 991px){
  #contentcontainer .ModuleImageTextGiant .row{justify-content:flex-start !important;}
  #contentcontainer .ModuleImageTextGiant .imagetext_item{width:48% !important;margin:0 2% 2% 0 !important;}
}
@media screen and (max-width: 767px){
  #contentcontainer .ModuleImageTextGiant .imagetext_item{width:100% !important;margin:0 0 12px 0 !important;}
  #contentcontainer .news-item{padding:12px 16px !important;}
  #contentcontainer .ModuleImageTextGiant .ModuleImageTextGiantContent span{font-size:22px !important;}
  #contentcontainer .one-classify a{padding:7px 16px !important;font-size:13px !important;}
}

/* ============================================================
   首页 v4 布局增强（光晕 Hero / 叠层数据条 / 服务大图 / VIP 深蓝面板）
   ============================================================ */

/* ---- Hero：光晕装饰 + 标题渐变 + 界面图倾斜悬浮 ---- */
.rd-hero-v4{position:relative;overflow:hidden;background:linear-gradient(160deg,#EFF6FF 0%,#F8FAFC 45%,#ECFEFF 100%);}
.rd-hero-v4 .rd-hero-bg{display:none;}
.rd-hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;pointer-events:none;z-index:0;}
.rd-glow-1{width:460px;height:460px;background:rgba(244,114,182,.22);top:-140px;left:-90px;}
.rd-glow-2{width:400px;height:400px;background:rgba(6,182,212,.26);bottom:-140px;right:-70px;}
.rd-hero-v4 .rd-hero-inner{position:relative;z-index:2;}
.rd-hero-title p{margin:0 !important;}
.rd-hero-title p:nth-child(n+4){display:none !important;}
.rd-hero-title p:nth-child(3){display:none !important;}
.rd-hero-title p span{font-size:42px !important;font-weight:800 !important;color:var(--rd-text) !important;line-height:1.35 !important;}
.rd-hero-title p:nth-child(2) span{background:linear-gradient(90deg,#F472B6,#FDA4AF) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;}
.rd-hero-app{transform:rotate(-2deg);transition:transform .45s ease,box-shadow .45s ease;box-shadow:0 32px 64px rgba(244,114,182,.20) !important;border-radius:20px !important;overflow:visible !important;}
.rd-hero-app:hover{transform:rotate(0deg) translateY(-8px);box-shadow:0 40px 80px rgba(244,114,182,.28) !important;}
.rd-hero-app img{border-radius:18px !important;display:block;width:100%;}
.rd-hero-app-float{position:absolute;z-index:3;background:#fff;border-radius:14px;padding:12px 18px;box-shadow:0 14px 34px rgba(244,114,182,.18);display:flex;flex-direction:column;align-items:center;border:1px solid rgba(244,114,182,.08);}
.rd-hero-app-float b{font-size:20px;font-weight:800;color:var(--rd-primary);line-height:1.2;}
.rd-hero-app-float span{font-size:12px;color:var(--rd-text-2);margin-top:2px;white-space:nowrap;}
.rd-float-a{top:-20px;left:-28px;}
.rd-float-b{bottom:-22px;right:-24px;}
.rd-float-b b{color:#0891B2;}

/* ---- 数据条：叠层悬浮白卡 ---- */
.rd-trust-v4{margin-top:-62px;position:relative;z-index:6;padding-bottom:8px;}
.rd-trust-v4 .rd-trust-item{background:#fff;border:1px solid rgba(244,114,182,.08);border-radius:20px;box-shadow:0 18px 40px rgba(244,114,182,.12);padding:28px 18px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;}
.rd-trust-v4 .rd-trust-item:hover{transform:translateY(-6px);box-shadow:0 26px 52px rgba(244,114,182,.18);}
.rd-trust-v4 .rd-trust-item b{font-size:34px;font-weight:800;background:linear-gradient(90deg,#F472B6,#FDA4AF);-webkit-background-clip:text;background-clip:text;color:transparent;display:block;}
.rd-trust-v4 .rd-trust-item span{font-size:14px;color:var(--rd-text-2);margin-top:6px;display:block;}

/* ---- 服务介绍：大图卡片 + 浮动徽章 ---- */
.rd-about-v4 .rd-about-img{position:relative;}
.rd-about-v4 .rd-about-img img{border-radius:24px !important;box-shadow:0 26px 56px rgba(244,114,182,.16) !important;display:block;width:100%;}
.rd-about-img-float{position:absolute;left:24px;bottom:-22px;background:#fff;border-radius:16px;padding:14px 22px;box-shadow:0 16px 38px rgba(244,114,182,.18);border:1px solid rgba(244,114,182,.08);display:flex;align-items:center;gap:12px;}
.rd-about-img-float b{font-size:26px;font-weight:800;color:var(--rd-primary);}
.rd-about-img-float span{font-size:13px;color:var(--rd-text-2);}
.rd-about-v4 .rd-about-text .ModuleImageTextGiantContent img{display:none !important;}
.rd-about-v4 .rd-about-text .rd-hero-points li img{display:none !important;}
.rd-about-v4 .rd-about-text .ModuleImageTextGiantContent p:first-child{font-size:30px !important;font-weight:800 !important;color:var(--rd-text) !important;line-height:1.4 !important;margin:0 0 14px !important;text-align:left !important;}
.rd-about-v4 .rd-about-text .ModuleImageTextGiantContent p:not(:first-child){font-size:15.5px !important;color:var(--rd-text-2) !important;line-height:1.95 !important;margin:0 !important;max-width:none !important;text-align:left !important;}

/* ---- VIP 深蓝面板：左文案 + 右数据卡 ---- */
.rd-vip-panel{background:var(--rd-bg);padding:10px 0 70px;}
.rd-vip-panel-inner{background:linear-gradient(135deg,#DB2777 0%,#F472B6 52%,#0891B2 100%);border-radius:26px;padding:46px 52px;display:flex;align-items:center;gap:44px;box-shadow:0 30px 70px rgba(244,114,182,.28);position:relative;overflow:hidden;}
.rd-vip-panel-inner::before{content:"";position:absolute;left:-90px;top:-110px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.10);}
.rd-vip-panel-inner::after{content:"";position:absolute;right:-70px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08);}
.rd-vip-text{flex:1.25;min-width:0;position:relative;z-index:1;}
.rd-vip-text .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.rd-vip-text .ModuleImageTextGiantContent p:first-child{font-size:31px !important;font-weight:800 !important;color:#fff !important;line-height:1.4 !important;}
.rd-vip-text .ModuleImageTextGiantContent p:first-child::after{content:"";display:block;width:64px;height:4px;border-radius:4px;background:rgba(255,255,255,.55);margin:18px 0 0;}
.rd-vip-text .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;color:rgba(255,255,255,.90) !important;line-height:2 !important;margin-top:16px !important;max-width:none !important;}
.rd-vip-text img{display:none !important;}
.rd-vip-text .ModuleImageTextGiantContent span{background:transparent !important;font-size:15px !important;color:rgba(255,255,255,.90) !important;line-height:2 !important;}
.rd-vip-stats{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative;z-index:1;}
.rd-vip-stat{background:rgba(255,255,255,.97);border-radius:18px;padding:24px 14px 20px;text-align:center;box-shadow:0 14px 34px rgba(0,0,0,.14);transition:transform .3s ease,box-shadow .3s ease;}
.rd-vip-stat:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(0,0,0,.20);}
.rd-vip-stat .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.rd-vip-stat .ModuleImageTextGiantContent p:first-child{font-size:26px !important;font-weight:800 !important;color:var(--rd-primary) !important;line-height:1.35 !important;}
.rd-vip-stat .ModuleImageTextGiantContent p:not(:first-child){font-size:13px !important;color:var(--rd-text-2) !important;margin-top:8px !important;line-height:1.6 !important;}
.rd-vip-stat img{display:none !important;}

@media screen and (max-width: 991px){
  .rd-hero-title p span{font-size:30px !important;}
  .rd-vip-panel-inner{flex-direction:column;padding:38px 28px;gap:32px;}
  .rd-vip-stats{width:100%;}
  .rd-float-a{left:-8px;}
  .rd-float-b{right:-8px;}
}
/* ============================================================
   首页 v5 极简杂志风（大留白 · 大字排版 · 细线分隔）
   完全不同于 v2/v3/v4：无渐变光晕、无卡片网格、无深蓝面板
   ============================================================ */
.m5-container{max-width:1180px;margin:0 auto;padding:0 24px;}

/* ---- Hero：居中大字 ---- */
.m5-hero{background:#fff;padding:96px 0 72px;}
.m5-hero-tag{display:inline-block;font-size:13px;letter-spacing:3px;color:var(--rd-primary);font-weight:600;padding-bottom:10px;border-bottom:2px solid var(--rd-primary);margin-bottom:36px;}
.m5-hero-title{margin:0 0 30px;text-align:center;}
.m5-hero-title p{margin:0 !important;text-align:center !important;}
.m5-hero-title p:nth-child(n+3){display:none !important;}
.m5-hero-title p span{font-size:54px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.3 !important;letter-spacing:1px !important;}
.m5-hero-desc{font-size:16px;color:var(--rd-text-2);line-height:2;max-width:720px;margin:0 auto 42px;text-align:center;}
.m5-hero-btns{display:flex;justify-content:center;gap:18px;margin-bottom:52px;}
.m5-btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 40px;border-radius:999px;font-size:16px;font-weight:600;transition:all .25s ease;text-decoration:none;}
.m5-btn-primary{background:var(--rd-primary);color:#fff;box-shadow:0 10px 28px rgba(244,114,182,.28);}
.m5-btn-primary:hover{background:#DB2777;color:#fff;transform:translateY(-2px);box-shadow:0 16px 36px rgba(244,114,182,.36);}
.m5-btn-line{border:1.5px solid var(--rd-text);color:var(--rd-text);background:transparent;}
.m5-btn-line:hover{border-color:var(--rd-primary);color:var(--rd-primary);transform:translateY(-2px);}
.m5-hero-feats{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 34px;font-size:14px;color:var(--rd-text-2);}
.m5-hero-feats span{position:relative;padding-left:18px;}
.m5-hero-feats span::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:var(--rd-primary);}

/* ---- 数据：巨大数字 + 细分隔线 ---- */
.m5-stats{border-top:1px solid #EEF1F5;background:#fff;padding:64px 0 72px;}
.m5-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.m5-stat{text-align:center;border-left:1px solid #EEF1F5;padding:8px 0;}
.m5-stat:first-child{border-left:0;}
.m5-stat b{display:block;font-size:56px;font-weight:900;color:var(--rd-text);line-height:1.15;letter-spacing:1px;}
.m5-stat b::after{content:"";display:block;width:34px;height:4px;background:var(--rd-primary);margin:14px auto 0;border-radius:4px;}
.m5-stat span{display:block;font-size:14px;color:var(--rd-text-2);margin-top:12px;letter-spacing:1px;}

/* ---- 服务介绍：图文交错 + 编号列表 ---- */
.m5-about{background:#F7F9FC;padding:110px 0;}
.m5-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;}
.m5-kicker{display:inline-block;font-size:12px;letter-spacing:4px;color:var(--rd-primary);font-weight:700;margin-bottom:22px;}
.m5-about-text .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.m5-about-text .ModuleImageTextGiantContent p:first-child{font-size:36px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.35 !important;}
.m5-about-text .ModuleImageTextGiantContent p:not(:first-child){font-size:15.5px !important;color:var(--rd-text-2) !important;line-height:2 !important;margin-top:18px !important;max-width:none !important;}
.m5-about-text .ModuleImageTextGiantContent img{display:none !important;}
.m5-feat-list{list-style:none;margin:40px 0 0;padding:0;}
.m5-feat-list li{display:flex;align-items:center;gap:16px;padding:17px 0;border-bottom:1px solid #E6EAF0;font-size:15px;color:var(--rd-text);transition:color .2s ease,padding-left .25s ease;}
.m5-feat-list li:first-child{border-top:1px solid #E6EAF0;}
.m5-feat-list li:hover{color:var(--rd-primary);padding-left:6px;}
.m5-feat-list li i{font-style:normal;font-size:13px;font-weight:700;color:var(--rd-primary);background:rgba(244,114,182,.08);width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.m5-feat-list li img{display:none !important;}
.m5-feat-list li p,.m5-feat-list li span,.m5-feat-list li font{margin:0 !important;font-size:15px !important;color:inherit !important;}
.m5-about-img{position:relative;}
.m5-about-img img{display:block;width:100%;border-radius:6px;box-shadow:0 30px 70px rgba(15,23,42,.16);}
.m5-img-cap{position:absolute;left:24px;bottom:-16px;background:var(--rd-text);color:#fff;font-size:13px;letter-spacing:2px;padding:12px 22px;border-radius:4px;}

/* ---- 优势：编号式列表网格 ---- */
.m5-features{background:#fff;padding:110px 0 90px;}
.m5-sec-head{text-align:center;margin-bottom:64px;}
.m5-sec-head .ModuleImageTextGiantContent img{display:none !important;}
.m5-sec-head .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m5-sec-head .ModuleImageTextGiantContent p:first-child{font-size:38px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.35 !important;}
.m5-sec-head .ModuleImageTextGiantContent p:first-child span{font-size:38px !important;font-weight:900 !important;color:var(--rd-text) !important;}
.m5-sec-head .ModuleImageTextGiantContent p:first-child::after{content:"";display:block;width:46px;height:4px;background:var(--rd-primary);margin:22px auto 0;border-radius:4px;}
.m5-sec-head .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;color:var(--rd-text-2) !important;line-height:1.9 !important;margin:18px auto 0 !important;max-width:700px !important;}
.m5-sec-head .ModuleImageTextGiantContent p:not(:first-child)::after{display:none !important;}
.m5-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 40px;}
.m5-feature{padding:28px 4px;border-bottom:1px solid #EEF1F5;position:relative;transition:padding-left .25s ease;}
.m5-feature::before{content:"";position:absolute;left:-14px;top:28px;bottom:28px;width:3px;border-radius:3px;background:var(--rd-primary);opacity:0;transition:opacity .25s ease;}
.m5-feature:hover::before{opacity:1;}
.m5-feature:hover{padding-left:14px;}
.m5-feature .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.m5-feature .ModuleImageTextGiantContent p:first-child{font-size:17px !important;font-weight:700 !important;color:var(--rd-text) !important;}
.m5-feature .ModuleImageTextGiantContent p:not(:first-child){font-size:13.5px !important;color:var(--rd-text-2) !important;line-height:1.8 !important;margin-top:8px !important;}
.m5-feature .ModuleImageTextGiantContent img{display:none !important;}
.m5-feature .ModuleImageTextGiantContent span{font-size:inherit !important;color:inherit !important;}

/* ---- 场景：深色对比区 大图横排 ---- */
.m5-scenes{background:#0B1220;padding:110px 0 100px;}
.m5-scenes .m5-sec-head .ModuleImageTextGiantContent p:first-child{color:#fff !important;font-size:15px !important;font-weight:400 !important;max-width:760px !important;line-height:1.9 !important;}
.m5-scenes .m5-sec-head .ModuleImageTextGiantContent p:first-child span{color:#fff !important;font-size:38px !important;font-weight:900 !important;display:block !important;margin-bottom:20px !important;}
.m5-scenes .m5-sec-head .ModuleImageTextGiantContent p:first-child span::after{content:"";display:block;width:46px;height:4px;background:var(--rd-primary);margin:22px auto 0;border-radius:4px;}
.m5-scenes-row{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;}
.m5-scene{text-align:center;}
.m5-scene img{width:86px;height:86px;border-radius:22px;margin-bottom:22px;display:inline-block;transition:transform .3s ease;}
.m5-scene:hover img{transform:translateY(-8px);}
.m5-scene h3{font-size:16px;font-weight:700;color:#fff;margin:0 0 12px;}
.m5-scene p{font-size:13px;color:rgba(255,255,255,.55);line-height:1.8;margin:0;}

/* ---- VIP 数据大区 ---- */
.m5-vip{background:#F7F9FC;padding:100px 0;}
.m5-vip-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;}
.m5-vip-text .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.m5-vip-text .ModuleImageTextGiantContent p:first-child{font-size:15px !important;color:var(--rd-text-2) !important;line-height:2.1 !important;}
.m5-vip-text .ModuleImageTextGiantContent p:first-child span:first-child{display:block;font-size:34px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.4 !important;margin-bottom:16px !important;}
.m5-vip-text .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;color:var(--rd-text-2) !important;line-height:2.1 !important;margin-top:18px !important;max-width:none !important;}
.m5-vip-text img{display:none !important;}
.m5-vip-nums{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.m5-vip-num{background:#fff;padding:34px 18px;text-align:center;border:1px solid #EEF1F5;}
.m5-vip-num .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m5-vip-num .ModuleImageTextGiantContent p span:first-child{display:block !important;font-size:13px !important;font-weight:400 !important;color:var(--rd-text-2) !important;letter-spacing:1px !important;}
.m5-vip-num .ModuleImageTextGiantContent p span:not(:first-child){display:block !important;font-size:40px !important;font-weight:900 !important;color:var(--rd-primary) !important;line-height:1.25 !important;margin-top:8px !important;}
.m5-vip-num .ModuleImageTextGiantContent p:not(:first-child){font-size:13px !important;color:var(--rd-text-2) !important;margin-top:10px !important;letter-spacing:1px !important;}
.m5-vip-num img{display:none !important;}

/* ---- 资讯：极简列表 ---- */
.m5-news{background:#fff;padding:110px 0 100px;}
.m5-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px;}
.m5-news-col .m5-news-head .ModuleImageTextGiantContent img{display:none !important;}
.m5-news-col .m5-news-head .news-type-title{font-size:24px !important;font-weight:800 !important;color:var(--rd-text) !important;text-align:left !important;margin:0 !important;padding:0 0 18px !important;border-bottom:2px solid var(--rd-text);line-height:1.2 !important;}
.m5-news-col .m5-news-head .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.m5-news-col .m5-news-head .ModuleImageTextGiantContent p:first-child{font-size:24px !important;font-weight:800 !important;color:var(--rd-text) !important;padding-bottom:18px;border-bottom:2px solid var(--rd-text);}
.m5-news-list{list-style:none;margin:8px 0 0;padding:0;}
.m5-news-list li{border-bottom:1px solid #EEF1F5;}
.m5-news-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 2px;text-decoration:none;transition:padding-left .2s ease;}
.m5-news-list a:hover{padding-left:8px;}
.m5-news-list a p{margin:0;font-size:14.5px;color:var(--rd-text);line-height:1.6;transition:color .2s;}
.m5-news-list a:hover p{color:var(--rd-primary);}
.m5-news-list a em{font-style:normal;font-size:12px;font-weight:700;color:#C3CAD6;flex-shrink:0;}
.m5-news-more{display:inline-block;margin-top:24px;font-size:14px;color:var(--rd-primary);text-decoration:none;letter-spacing:1px;border-bottom:1px solid var(--rd-primary);padding-bottom:4px;transition:opacity .2s;}
.m5-news-more:hover{opacity:.7;}

/* ---- CTA：纯蓝大字 ---- */
.m5-cta{background:var(--rd-primary);padding:88px 0;text-align:center;}
.m5-cta .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m5-cta .ModuleImageTextGiantContent p:first-child{font-size:34px !important;font-weight:900 !important;color:#fff !important;line-height:1.4 !important;}
.m5-cta .ModuleImageTextGiantContent p span:first-child{display:block !important;}
.m5-cta .ModuleImageTextGiantContent p span:not(:first-child){display:block !important;font-size:16px !important;font-weight:400 !important;color:rgba(255,255,255,.85) !important;line-height:2 !important;margin-top:10px !important;}
.m5-cta .ModuleImageTextGiantContent p:not(:first-child){font-size:16px !important;color:rgba(255,255,255,.85) !important;line-height:2 !important;margin-top:14px !important;}
.m5-cta img{display:none !important;}
.m5-cta-btns{margin-top:38px;display:flex;justify-content:center;gap:18px;}
.m5-btn-white{background:#fff;color:var(--rd-primary);box-shadow:0 12px 32px rgba(0,0,0,.18);}
.m5-btn-white:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.24);color:var(--rd-primary);}

@media screen and (max-width: 991px){
  .m5-hero-title p span{font-size:36px !important;}
  .m5-stats-row{grid-template-columns:repeat(2,1fr);gap:36px 24px;}
  .m5-about-grid{grid-template-columns:1fr;gap:56px;}
  .m5-features-grid{grid-template-columns:repeat(2,1fr);}
  .m5-scenes-row{grid-template-columns:repeat(2,1fr);gap:40px 22px;}
  .m5-scenes-row .m5-scene:last-child{grid-column:1/-1;}
  .m5-vip-grid{grid-template-columns:1fr;gap:48px;}
  .m5-news-grid{grid-template-columns:1fr;gap:56px;}
}
/* ============================================================
   首页 v6 参考光子IP站结构（公告栏+左图右文Hero+多端下载+优势图标卡+双栏介绍+服务承诺）
   ============================================================ */
.m6-container{max-width:1180px;margin:0 auto;padding:0 24px;}

/* ---- 公告栏 ---- */
.m6-notice{background:linear-gradient(90deg,#F472B6,#FDA4AF);}
.m6-notice-inner{display:flex;align-items:center;gap:14px;height:44px;color:#fff;font-size:13.5px;}
.m6-notice-icon{flex-shrink:0;}
.m6-notice-icon i{font-size:15px;}
.m6-notice-inner p{margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(255,255,255,.95);}
.m6-notice-links{display:flex;gap:6px;flex-shrink:0;}
.m6-notice-links a{color:#fff;font-size:13px;padding:4px 12px;border:1px solid rgba(255,255,255,.5);border-radius:999px;text-decoration:none;transition:background .2s;}
.m6-notice-links a:hover{background:rgba(255,255,255,.18);color:#fff;}
.m6-notice-links a i{margin-right:4px;}

/* ---- Hero 左图右文 ---- */
.m6-hero{position:relative;background:linear-gradient(180deg,#FDF2F8 0%,#FEF7FB 55%,#FFFFFF 100%);padding:70px 0 86px;overflow:hidden;}
.m6-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;position:relative;z-index:2;}
.m6-hero-orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;z-index:1;}
.m6-hero-orb1{width:420px;height:420px;background:#FBCFE8;top:-120px;left:-80px;}
.m6-hero-orb2{width:360px;height:360px;background:#FECDD3;bottom:-120px;right:-60px;opacity:.35;}
.m6-hero-visual{position:relative;z-index:2;}
.m6-hero-card{position:relative;border-radius:18px;box-shadow:0 36px 80px rgba(30,64,175,.22);transform:rotate(-1.5deg);transition:transform .35s ease;}
.m6-hero-card:hover{transform:rotate(0deg) translateY(-6px);}
.m6-hero-card img{display:block;width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.7);}
.m6-hero-badge{position:absolute;background:#fff;border-radius:12px;box-shadow:0 14px 34px rgba(15,23,42,.14);padding:10px 16px;font-size:12px;color:var(--rd-text-2);display:flex;align-items:center;gap:6px;}
.m6-hero-badge b{font-size:18px;font-weight:900;color:var(--rd-primary);}
.m6-hero-badge1{top:26px;left:-26px;}
.m6-hero-badge2{bottom:30px;right:-22px;}
.m6-hero-text{position:relative;z-index:2;}
.m6-hero-tag{display:inline-block;font-size:13px;font-weight:700;color:var(--rd-primary);background:rgba(244,114,182,.08);padding:8px 18px;border-radius:999px;margin-bottom:26px;letter-spacing:1px;}
.m6-hero-title{margin:0 0 22px;}
.m6-hero-title p{margin:0 !important;text-align:left !important;}
.m6-hero-title p:nth-child(n+3){display:none !important;}
.m6-hero-title p span{font-size:42px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.32 !important;letter-spacing:.5px !important;}
.m6-hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px;}
.m6-hero-tags span{font-size:13px;font-weight:600;color:var(--rd-primary);background:#fff;border:1px solid rgba(244,114,182,.28);border-radius:999px;padding:7px 16px;}
.m6-hero-desc{font-size:15px;color:var(--rd-text-2);line-height:2;margin:0 0 34px;max-width:540px;}
.m6-hero-btns{display:flex;gap:16px;flex-wrap:wrap;}
.m6-btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 38px;border-radius:999px;font-size:15px;font-weight:700;transition:all .25s ease;text-decoration:none;}
.m6-btn-primary{background:var(--rd-primary);color:#fff;box-shadow:0 12px 30px rgba(244,114,182,.3);}
.m6-btn-primary:hover{background:#DB2777;color:#fff;transform:translateY(-2px);box-shadow:0 18px 40px rgba(244,114,182,.4);}
.m6-btn-line{border:1.5px solid var(--rd-primary);color:var(--rd-primary);background:#fff;}
.m6-btn-line:hover{background:var(--rd-primary);color:#fff;transform:translateY(-2px);}

/* ---- 多端下载 ---- */
.m6-download{background:#fff;padding:92px 0 76px;}
.m6-sec-head{text-align:center;margin-bottom:54px;}
.m6-sec-head .ModuleImageTextGiantContent img{display:none !important;}
.m6-sec-head .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m6-sec-head .ModuleImageTextGiantContent p:first-child{font-size:36px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.35 !important;}
.m6-sec-head .ModuleImageTextGiantContent p:first-child span{font-size:36px !important;font-weight:900 !important;color:var(--rd-text) !important;}
.m6-sec-head .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;color:var(--rd-text-2) !important;line-height:1.9 !important;margin:16px auto 0 !important;max-width:680px !important;}
.m6-kicker{display:block;font-size:12px;letter-spacing:4px;color:var(--rd-primary);font-weight:700;margin-bottom:12px;}
.m6-sec-head h2{margin:0;font-size:36px;font-weight:900;color:var(--rd-text);letter-spacing:1px;}
.m6-download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.m6-dl-card{position:relative;background:#F7F9FC;border:1px solid #EEF1F5;border-radius:18px;padding:44px 28px 36px;text-align:center;transition:all .3s ease;}
.m6-dl-card:hover{border-color:rgba(244,114,182,.35);box-shadow:0 20px 48px rgba(15,23,42,.08);transform:translateY(-6px);}
.m6-dl-card i{font-size:44px;color:var(--rd-primary);display:block;margin-bottom:20px;}
.m6-dl-card h3{margin:0 0 14px;font-size:20px;font-weight:800;color:var(--rd-text);}
.m6-dl-card p{margin:0 0 26px;font-size:13.5px;color:var(--rd-text-2);line-height:1.9;}
.m6-dl-btn{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 30px;border-radius:999px;background:var(--rd-primary);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;}
.m6-dl-btn:hover{background:#DB2777;color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(244,114,182,.3);}
.m6-dl-hot{border:2px solid var(--rd-primary);background:#fff;}
.m6-dl-flag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#F472B6,#FB7185);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:999px;letter-spacing:1px;}

/* ---- 产品优势 图标卡 ---- */
.m6-features{background:#F7F9FC;padding:92px 0;}
.m6-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.m6-feature{background:#fff;border:1px solid #EEF1F5;border-radius:16px;padding:34px 22px 30px;text-align:center;transition:all .3s ease;}
.m6-feature:hover{border-color:rgba(244,114,182,.35);box-shadow:0 18px 44px rgba(15,23,42,.08);transform:translateY(-6px);}
.m6-feature .GraphicUpper{margin-bottom:18px;}
.m6-feature .GraphicUpper img{width:64px;height:64px;object-fit:contain;border-radius:16px;background:rgba(244,114,182,.08);padding:12px;}
.m6-feature .desc-title{margin:0 0 10px !important;font-size:17px !important;font-weight:800 !important;color:var(--rd-text) !important;text-align:center !important;}
.m6-feature .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m6-feature .ModuleImageTextGiantContent p span{font-size:13px !important;color:var(--rd-text-2) !important;line-height:1.8 !important;font-family:inherit !important;}

/* ---- 公司介绍 双栏 ---- */
.m6-about{background:#fff;padding:96px 0;}
.m6-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;}
.m6-about-text .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.m6-about-text .ModuleImageTextGiantContent p:first-child{font-size:15px !important;color:var(--rd-text-2) !important;line-height:2 !important;margin-top:14px !important;}
.m6-about-text .ModuleImageTextGiantContent p:first-child span:first-child{display:block !important;font-size:34px !important;font-weight:900 !important;color:var(--rd-text) !important;line-height:1.4 !important;margin-bottom:18px !important;}
.m6-about-text .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;color:var(--rd-text-2) !important;line-height:2 !important;margin-top:14px !important;max-width:none !important;}
.m6-about-text .ModuleImageTextGiantContent img{display:none !important;}
.m6-feat-list{list-style:none;margin:30px 0 0;padding:0;}
.m6-feat-list li{display:flex;align-items:flex-start;gap:12px;padding:13px 0;font-size:14.5px;color:var(--rd-text);border-bottom:1px dashed #E6EAF0;}
.m6-feat-list li:first-child{border-top:1px dashed #E6EAF0;}
.m6-feat-list li i{color:var(--rd-primary);font-size:17px;margin-top:2px;flex-shrink:0;}
.m6-feat-list li img{display:none !important;}
.m6-feat-list li p,.m6-feat-list li span,.m6-feat-list li font{margin:0 !important;font-size:14.5px !important;color:inherit !important;}
.m6-about-img{position:relative;}
.m6-about-img img{display:block;width:100%;border-radius:18px;box-shadow:0 30px 70px rgba(15,23,42,.16);}
.m6-about-stat{position:absolute;left:24px;bottom:-22px;background:var(--rd-primary);color:#fff;border-radius:14px;padding:18px 28px;display:flex;flex-direction:column;box-shadow:0 16px 38px rgba(244,114,182,.35);}
.m6-about-stat b{font-size:30px;font-weight:900;line-height:1.1;}
.m6-about-stat span{font-size:12.5px;margin-top:6px;opacity:.9;letter-spacing:1px;}

/* ---- 服务承诺 数据 ---- */
.m6-promise{background:linear-gradient(120deg,#BE185D 0%,#F472B6 55%,#FDA4AF 100%);padding:80px 0;}
.m6-promise-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.m6-promise-text h2{margin:0 0 20px;font-size:36px;font-weight:900;color:#fff;letter-spacing:2px;}
.m6-promise-text p{margin:0 0 30px;font-size:15px;color:rgba(255,255,255,.85);line-height:2.2;}
.m6-btn-sm{height:44px;padding:0 30px;font-size:14px;background:#fff;color:var(--rd-primary);box-shadow:0 12px 30px rgba(0,0,0,.18);}
.m6-btn-sm:hover{color:var(--rd-primary);background:#F0F6FF;transform:translateY(-2px);}
.m6-promise-nums{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.m6-promise-num{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:30px 14px;text-align:center;backdrop-filter:blur(4px);}
.m6-promise-num .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m6-promise-num .ModuleImageTextGiantContent p span:first-child{display:block !important;font-size:13px !important;font-weight:400 !important;color:rgba(255,255,255,.75) !important;letter-spacing:1px !important;}
.m6-promise-num .ModuleImageTextGiantContent p span:not(:first-child){display:block !important;font-size:38px !important;font-weight:900 !important;color:#fff !important;line-height:1.25 !important;margin-top:8px !important;}
.m6-promise-num img{display:none !important;}

/* ---- 资讯 ---- */
.m6-news{background:#F7F9FC;padding:96px 0;}
.m6-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.m6-news-col{background:#fff;border:1px solid #EEF1F5;border-radius:18px;padding:30px 28px 26px;}
.m6-news-col .m6-news-head .ModuleImageTextGiantContent img{display:none !important;}
.m6-news-col .m6-news-head .news-type-title{font-size:21px !important;font-weight:800 !important;color:var(--rd-text) !important;text-align:left !important;margin:0 0 6px !important;padding:0 0 16px !important;border-bottom:2px solid var(--rd-primary);line-height:1.2 !important;}
.m6-news-col .m6-news-head .ModuleImageTextGiantContent p{margin:0 !important;text-align:left !important;}
.m6-news-col .m6-news-head .ModuleImageTextGiantContent p:first-child{font-size:21px !important;font-weight:800 !important;color:var(--rd-text) !important;padding-bottom:16px;border-bottom:2px solid var(--rd-primary);}
.m6-news-list{list-style:none;margin:6px 0 0;padding:0;}
.m6-news-list li{border-bottom:1px solid #F1F4F8;}
.m6-news-list a{display:flex;align-items:center;gap:12px;padding:14px 2px;text-decoration:none;transition:padding-left .2s ease;}
.m6-news-list a:hover{padding-left:8px;}
.m6-news-list em{font-style:normal;font-size:12px;font-weight:800;color:var(--rd-primary);background:rgba(244,114,182,.08);border-radius:8px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.m6-news-list p{margin:0;font-size:14px;color:var(--rd-text);line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s;}
.m6-news-list a:hover p{color:var(--rd-primary);}
.m6-news-more{display:inline-flex;align-items:center;gap:4px;margin-top:20px;font-size:13.5px;font-weight:700;color:var(--rd-primary);text-decoration:none;transition:opacity .2s;}
.m6-news-more:hover{opacity:.7;}

/* ---- CTA ---- */
.m6-cta{background:var(--rd-primary);padding:80px 0;text-align:center;}
.m6-cta .ModuleImageTextGiantContent p{margin:0 !important;text-align:center !important;}
.m6-cta .ModuleImageTextGiantContent p:first-child{font-size:34px !important;font-weight:900 !important;color:#fff !important;line-height:1.4 !important;}
.m6-cta .ModuleImageTextGiantContent p span:first-child{display:block !important;}
.m6-cta .ModuleImageTextGiantContent p span:not(:first-child){display:block !important;font-size:16px !important;font-weight:400 !important;color:rgba(255,255,255,.85) !important;line-height:2 !important;margin-top:10px !important;}
.m6-cta .ModuleImageTextGiantContent p:not(:first-child){font-size:16px !important;color:rgba(255,255,255,.85) !important;line-height:2 !important;margin-top:14px !important;}
.m6-cta img{display:none !important;}
/* 栏目页横幅统一：与首页完全一致（防止被 #contentcontainer 旧样式覆盖成深色） */
#contentcontainer .m6-cta .m6-cta-title,.m6-cta .m6-cta-title{color:#fff !important;font-weight:900 !important;}
.m6-cta .m6-cta-sub{color:rgba(255,255,255,.9) !important;}
.m6-cta-btns{margin-top:36px;display:flex;justify-content:center;gap:18px;}
.m6-btn-white{background:#fff;color:var(--rd-primary);box-shadow:0 12px 32px rgba(0,0,0,.18);}
.m6-btn-white:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.24);color:var(--rd-primary);}

@media screen and (max-width: 991px){
  .m6-hero-grid{grid-template-columns:1fr;gap:48px;}
  .m6-hero-title p span{font-size:32px !important;}
  .m6-download-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto;}
  .m6-features-grid{grid-template-columns:repeat(2,1fr);}
  .m6-about-grid{grid-template-columns:1fr;gap:56px;}
  .m6-promise-grid{grid-template-columns:1fr;gap:48px;}
  .m6-news-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto;}
}
@media screen and (max-width: 767px){
  .m6-notice-inner p{display:none;}
  .m6-notice-inner{justify-content:center;}
  .m6-hero{padding:52px 0 60px;}
  .m6-hero-title p span{font-size:26px !important;}
  .m6-hero-badge{padding:7px 10px;}
  .m6-hero-badge b{font-size:15px;}
  .m6-hero-badge1{left:-8px;top:14px;}
  .m6-hero-badge2{right:-6px;bottom:18px;}
  .m6-features-grid{grid-template-columns:1fr;}
  .m6-promise-nums{grid-template-columns:1fr;}
  .m6-sec-head .ModuleImageTextGiantContent p:first-child,.m6-sec-head .ModuleImageTextGiantContent p:first-child span{font-size:28px !important;}
  .m6-about-text .ModuleImageTextGiantContent p:first-child{font-size:26px !important;}
  .m6-promise-text h2{font-size:30px;}
  .m6-cta .ModuleImageTextGiantContent p:first-child{font-size:26px !important;}
}

/* 子页 CTA 横幅（原紫色渐变背景图 → 活力蓝渐变） */
#contentcontainer .lyrow.container[style*="background-image"],#contentcontainer div[id^="container_"][style*="background-image"]{background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;background-image:none !important;}
#contentcontainer div[id^="container_"][style*="background-image"] .ModuleImageTextGiantContent span{color:#fff !important;font-size:22px !important;font-weight:700 !important;text-shadow:0 2px 10px rgba(0,0,0,.15) !important;}
#contentcontainer div[id^="container_"][style*="background-image"] .ModuleImageTextGiantContent p{text-align:center !important;line-height:1.8 !important;margin:0 !important;}

/* 子页按钮（layout-446 原图背景按钮 → 蓝色渐变大按钮） */
#contentcontainer .moduleButton{background-image:none !important;background:linear-gradient(135deg,var(--rd-primary),var(--rd-primary-2)) !important;border:0 !important;color:#fff !important;font-size:15px !important;font-weight:600 !important;border-radius:14px !important;width:auto !important;min-width:150px !important;height:46px !important;line-height:46px !important;padding:0 30px !important;box-shadow:0 10px 26px rgba(244,114,182,.35) !important;transition:all .25s ease !important;}
#contentcontainer .moduleButton:hover{transform:translateY(-3px) !important;box-shadow:0 16px 34px rgba(244,114,182,.45) !important;color:#fff !important;}

/* ============================================================
   v7 白底淡粉（用户要求：不要太粉，白底淡粉）
   覆盖浓粉：大面积区改白/极淡粉，深粉只用于文字与按钮
   ============================================================ */
.m6-notice{background:#FFFFFF;border-bottom:1px solid #FCE7F3;}
.m6-notice-icon i{color:#F472B6;}
.m6-notice-inner p{color:#BE185D;}
.m6-notice-links a{color:#F472B6;border-color:#FBCFE8;background:#FDF2F8;}
.m6-notice-links a:hover{background:#FCE7F3;color:#DB2777;}
.m6-hero{background:linear-gradient(180deg,#FFFFFF 0%,#FDF2F8 58%,#FFFFFF 100%);}
.m6-hero-orb1{background:#FCE7F3;opacity:.55;}
.m6-hero-orb2{background:#FCE7F3;opacity:.3;}
.m6-hero-tag{color:#F472B6;background:rgba(244,114,182,.10);}
.m6-hero-tags span{color:#F472B6;border-color:rgba(244,114,182,.30);background:#fff;}
.m6-hero-badge b{color:#F472B6;}
.m6-promise{background:linear-gradient(120deg,#FDF2F8 0%,#FCE7F3 100%);}
.m6-promise-text h2{color:#DB2777;}
.m6-promise-text p{color:#A6537C;}
.m6-promise-num{background:#FFFFFF;border-color:#FBCFE8;}
.m6-promise-num .ModuleImageTextGiantContent p span:first-child{color:#A6537C !important;}
.m6-promise-num .ModuleImageTextGiantContent p span:not(:first-child){color:#DB2777 !important;}
.m6-btn-sm{background:#fff;color:#F472B6;border:1.5px solid #F472B6;box-shadow:none;}
.m6-btn-sm:hover{background:#FDF2F8;color:#DB2777;border-color:#DB2777;}
.m6-cta{background:linear-gradient(135deg,#FDF2F8 0%,#FCE7F3 100%);}
.m6-cta .ModuleImageTextGiantContent p:first-child{color:#DB2777 !important;}
.m6-cta .ModuleImageTextGiantContent p span:not(:first-child){color:#A6537C !important;}
.m6-cta .ModuleImageTextGiantContent p:not(:first-child){color:#A6537C !important;}
.m6-btn-white{background:#F472B6;color:#fff;box-shadow:0 12px 30px rgba(244,114,182,.30);}
.m6-btn-white:hover{background:#DB2777;color:#fff;transform:translateY(-2px);}
.m6-dl-card{background:#fff;}
.m6-dl-card:hover{border-color:rgba(244,114,182,.40);}
.m6-feature .GraphicUpper img{background:rgba(244,114,182,.10);}
.m6-feature:hover{border-color:rgba(244,114,182,.40);}
.m6-news-col{background:#fff;}
.m6-news-list em{background:rgba(244,114,182,.10);}

/* 优势卡：统一 fa 图标 + 横排 */
.m6-feature{display:flex !important;gap:14px !important;align-items:flex-start !important;}
.m6-feature-icon{flex:0 0 54px !important;width:54px !important;height:54px !important;border-radius:14px !important;background:linear-gradient(135deg,#F9A8D4,#FBCFE8) !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:22px !important;color:#fff !important;box-shadow:0 8px 20px rgba(244,114,182,.22) !important;}
.m6-feature .GraphicUpper{display:none !important;}
.m6-feature-body{flex:1 !important;min-width:0 !important;}
.m6-feature-body .ModuleImageTextGiantContent{margin:0 !important;padding:0 !important;}
.m6-feature-body .ModuleImageTextGiantContent h1.desc-title{font-size:17px !important;font-weight:700 !important;color:#1E293B !important;margin:2px 0 6px !important;text-align:left !important;}
.m6-feature-body .ModuleImageTextGiantContent p{margin:0 !important;font-size:13px !important;color:#64748B !important;line-height:1.75 !important;text-align:left !important;}

/* 优势卡排版修复：清栅格浮动/居中冲突 */
.m6-feature-body .normal_ImgtextBox,.m6-feature-body .imagetext_item{float:none !important;width:100% !important;max-width:none !important;padding:0 !important;margin:0 !important;}
.m6-feature-body .ModuleImageTextGiantContent,.m6-feature-body .ModuleImageTextContent{padding:0 !important;margin:0 !important;}
.m6-feature-body h1.desc-title{text-align:left !important;margin:0 0 6px !important;}
.m6-feature-body .ModuleImageTextGiantContent p{text-align:left !important;margin:0 !important;}

/* CTA 三段式（左文案/中信息卡/右按钮） */
.m6-cta{position:relative;overflow:hidden;}
.m6-cta::before,.m6-cta::after{content:"";position:absolute;border-radius:50%;pointer-events:none;}
.m6-cta::before{width:340px;height:340px;border:60px solid rgba(244,114,182,.10);top:-140px;left:-90px;}
.m6-cta::after{width:260px;height:260px;border:46px solid rgba(249,168,212,.14);bottom:-110px;right:-70px;}
.m6-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;}
.m6-cta-left{flex:1 1 300px;min-width:0;}
.m6-cta-left .ModuleImageTextGiantContent{margin:0 !important;padding:0 !important;}
.m6-cta-left .ModuleImageTextGiantContent p{margin:0 !important;}
.m6-cta-left .ModuleImageTextGiantContent p:first-child{font-size:32px !important;font-weight:900 !important;color:#DB2777 !important;line-height:1.35 !important;margin-bottom:10px !important;}
.m6-cta-left .ModuleImageTextGiantContent p:first-child span{font-size:32px !important;font-weight:900 !important;color:#DB2777 !important;}
.m6-cta-left .ModuleImageTextGiantContent p span:not(:first-child),.m6-cta-left .ModuleImageTextGiantContent p:not(:first-child){font-size:15px !important;color:#A6537C !important;}
.m6-cta-meta{display:flex;gap:14px;flex-wrap:wrap;}
.m6-cta-meta-item{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #FBCFE8;border-radius:14px;padding:13px 20px;box-shadow:0 8px 24px rgba(244,114,182,.10);}
.m6-cta-meta-item i{font-size:24px;color:#F472B6;}
.m6-cta-meta-item span{display:block;font-size:12px;color:#A6537C;line-height:1.4;}
.m6-cta-meta-item b{display:block;font-size:15px;color:#1E293B;font-weight:700;line-height:1.4;}
.m6-cta-btns{display:flex;gap:12px;flex-wrap:wrap;}
.m6-btn-ghost2{display:inline-block;padding:14px 30px;border-radius:999px;background:#fff;border:1.5px solid #F472B6;color:#F472B6;font-size:15px;font-weight:600;transition:all .25s ease;}
.m6-btn-ghost2:hover{background:#F472B6;color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(244,114,182,.30);}
@media screen and (max-width: 767px){
  .m6-cta-left .ModuleImageTextGiantContent p:first-child,.m6-cta-left .ModuleImageTextGiantContent p:first-child span{font-size:24px !important;}
  .m6-cta-inner{flex-direction:column;align-items:flex-start;}
}

/* CTA 居中卡片式（修复标题折行孤字） */
.m6-cta{padding:64px 0;background:linear-gradient(135deg,#FDF2F8 0%,#FCE7F3 100%);}
.m6-cta-card{max-width:780px;margin:0 auto;background:#fff;border:1px solid #FBCFE8;border-radius:24px;padding:50px 44px 46px;text-align:center;box-shadow:0 24px 60px rgba(244,114,182,.14);position:relative;}
.m6-cta-card::before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:120px;height:4px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,#F9A8D4,#F472B6);}
.m6-cta-card-badge{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#F9A8D4,#F472B6);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:28px;color:#fff;box-shadow:0 10px 24px rgba(244,114,182,.35);}
.m6-cta-title{margin:0 0 10px;font-size:28px;font-weight:900;color:#1E293B;line-height:1.4;white-space:nowrap;}
.m6-cta-sub{margin:0 0 30px;font-size:15px;color:#A6537C;letter-spacing:1px;}
.m6-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
@media screen and (max-width: 767px){
  .m6-cta{padding:44px 0;}
  .m6-cta-card{padding:36px 20px 34px;border-radius:18px;}
  .m6-cta-title{font-size:20px;white-space:normal;}
  .m6-cta-sub{font-size:13px;margin-bottom:22px;}
}

/* CTA 尺寸减半 */
.m6-cta{padding:34px 0;}
.m6-cta-card{max-width:420px;padding:28px 26px 26px;border-radius:16px;box-shadow:0 14px 34px rgba(244,114,182,.12);}
.m6-cta-card::before{width:72px;height:3px;}
.m6-cta-card-badge{width:42px;height:42px;border-radius:13px;font-size:19px;margin:0 auto 12px;box-shadow:0 6px 14px rgba(244,114,182,.28);}
.m6-cta-title{margin:0 0 6px;font-size:19px;font-weight:800;}
.m6-cta-sub{margin:0 0 18px;font-size:12.5px;letter-spacing:.5px;}
.m6-cta-btns{gap:10px;}
.m6-cta-card .m6-btn{padding:9px 22px !important;font-size:13px !important;border-radius:999px !important;}
.m6-btn-ghost2{padding:9px 22px !important;font-size:13px !important;}
@media screen and (max-width: 767px){
  .m6-cta{padding:28px 0;}
  .m6-cta-card{max-width:100%;padding:24px 16px 22px;}
  .m6-cta-title{font-size:17px;}
}

/* CTA 渐变横幅（参考款式：左文案右按钮） */
.m6-cta{padding:46px 0;background:linear-gradient(90deg,#F9A8D4 0%,#F472B6 100%);position:relative;overflow:hidden;}
.m6-cta::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:70px solid rgba(255,255,255,.12);top:50%;right:-120px;transform:translateY(-50%);pointer-events:none;}
.m6-cta::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:30px solid rgba(255,255,255,.10);bottom:-70px;left:8%;pointer-events:none;}
.m6-cta-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;}
.m6-cta-text{flex:1 1 320px;min-width:0;}
.m6-cta-title{margin:0 0 8px;font-size:30px;font-weight:900;color:#fff;line-height:1.4;text-shadow:0 2px 12px rgba(190,24,93,.25);}
.m6-cta-sub{margin:0;font-size:15px;color:rgba(255,255,255,.92);letter-spacing:1px;}
.m6-cta-btns{display:flex;gap:14px;flex-wrap:wrap;}
.m6-cta .m6-btn-white{background:#fff;color:#F472B6;border:1.5px solid #fff;box-shadow:0 12px 28px rgba(190,24,93,.28);}
.m6-cta .m6-btn-white:hover{background:#fff;color:#DB2777;transform:translateY(-2px);}
.m6-cta .m6-btn-ghost2{background:rgba(255,255,255,.16);border:1.5px solid rgba(255,255,255,.9);color:#fff;}
.m6-cta .m6-btn-ghost2:hover{background:#fff;color:#F472B6;border-color:#fff;transform:translateY(-2px);}
@media screen and (max-width: 767px){
  .m6-cta{padding:34px 0;}
  .m6-cta-row{flex-direction:column;align-items:flex-start;}
  .m6-cta-title{font-size:22px;}
  .m6-cta-sub{font-size:13px;}
}

/* ABOUT 区 + 承诺数据区 重新设计 */
/* ABOUT：左文案 + 右同心圆环 */
.m6-about{padding:72px 0;background:#fff;}
.m6-about-grid{display:flex;align-items:center;gap:60px;flex-wrap:wrap;}
.m6-about-text{flex:1.15 1 340px;min-width:0;}
.m6-kicker{display:inline-block;font-size:13px;font-weight:700;color:#F472B6;letter-spacing:3px;margin-bottom:14px;}
.m6-about-h2{margin:0 0 16px;font-size:30px;font-weight:900;color:#1E293B;line-height:1.4;}
.m6-about-desc{margin:0 0 26px;font-size:15px;line-height:2;color:#6B7280;}
.m6-feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;}
.m6-feat-item{display:flex;align-items:center;gap:10px;background:#FDF2F8;border:1px solid #FCE7F3;border-radius:12px;padding:13px 16px;font-size:14px;color:#3F3340;}
.m6-feat-item i{color:#F472B6;font-size:17px;flex:none;}
.m6-feat-item span{line-height:1.5;}
.m6-about-visual{flex:1 1 300px;min-width:260px;position:relative;display:flex;justify-content:center;padding:30px 0;}
.m6-about-ring{width:290px;height:290px;border-radius:50%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:radial-gradient(circle at 50% 42%, rgba(244,114,182,.20) 0%, rgba(244,114,182,.06) 62%, rgba(244,114,182,.02) 100%);
  border:2px solid rgba(244,114,182,.35);}
.m6-about-ring::before{content:"";position:absolute;inset:-24px;border-radius:50%;border:1.5px dashed rgba(244,114,182,.42);}
.m6-about-ring::after{content:"";position:absolute;inset:20px;border-radius:50%;border:1px solid rgba(244,114,182,.28);}
.m6-about-ring b{font-size:52px;font-weight:900;color:#DB2777;line-height:1;text-shadow:0 8px 22px rgba(244,114,182,.25);}
.m6-about-ring > span{font-size:14px;color:#A6537C;letter-spacing:2px;margin-top:10px;}
.m6-ring-dot{position:absolute;border-radius:50%;background:linear-gradient(135deg,#F9A8D4,#F472B6);box-shadow:0 4px 12px rgba(244,114,182,.4);}
.m6-ring-dot-1{width:14px;height:14px;top:6%;right:12%;}
.m6-ring-dot-2{width:10px;height:10px;bottom:14%;left:10%;}
.m6-ring-dot-3{width:8px;height:8px;top:22%;left:6%;background:#F9A8D4;}
/* PROMISE：标题居中 + 数据横排卡片 + 服务点横排 */
.m6-promise{padding:62px 0;background:linear-gradient(180deg,#FDF2F8 0%,#FCE7F3 100%);}
.m6-promise-head{text-align:center;margin-bottom:38px;}
.m6-promise-head h2{margin:0 0 8px;font-size:28px;font-weight:900;color:#1E293B;letter-spacing:2px;}
.m6-promise-head p{margin:0;font-size:15px;color:#A6537C;letter-spacing:6px;}
.m6-promise-nums{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:36px;}
.m6-promise-nums .row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;width:100%;margin:0;}
.m6-promise-nums .imagetext_item{flex:1 1 210px;max-width:300px;background:#fff;border:1px solid #FBCFE8;border-radius:18px;padding:30px 18px;box-shadow:0 14px 34px rgba(244,114,182,.10);}
.m6-promise-nums p{text-align:center !important;margin:0 !important;line-height:1.3 !important;}
.m6-promise-nums p:first-child span{color:#A6537C !important;}
.m6-promise-nums p:last-child span{color:#F472B6 !important;text-shadow:0 6px 16px rgba(244,114,182,.18);}
.m6-promise-foot{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;}
.m6-promise-item{display:flex;align-items:center;gap:9px;font-size:14px;color:#5A3E4A;background:#fff;border:1px solid #FBCFE8;border-radius:999px;padding:11px 20px;box-shadow:0 6px 18px rgba(244,114,182,.08);}
.m6-promise-item i{color:#F472B6;font-size:16px;}
@media screen and (max-width: 767px){
  .m6-about{padding:48px 0;}
  .m6-about-h2{font-size:24px;}
  .m6-feat-grid{grid-template-columns:1fr;}
  .m6-about-ring{width:220px;height:220px;}
  .m6-about-ring b{font-size:40px;}
  .m6-promise{padding:46px 0;}
  .m6-promise-head h2{font-size:23px;}
  .m6-promise-nums .imagetext_item{flex:1 1 100%;max-width:none;}
}

/* 承诺数据卡严格对齐（清除模块栅格残留） */
.m6-promise-nums{align-items:stretch;}
.m6-promise-nums .row{display:flex !important;gap:20px;justify-content:center;flex-wrap:wrap;margin:0 !important;width:100%;}
.m6-promise-nums .col-xs-1,.m6-promise-nums .col-lg-3,.m6-promise-nums .col-sm-1{float:none !important;width:auto !important;padding:0 !important;flex:1 1 210px;max-width:300px;}
.m6-promise-nums .imagetext_item{margin:0 !important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.m6-promise-nums .ModuleImageTextGiantContent{margin:0 !important;padding:0 !important;width:100%;}
.m6-promise-nums .ModuleImageTextGiantContent p{margin:0 !important;padding:0 !important;}

/* 承诺数据卡纯自控结构（彻底对齐） */
.m6-promise-nums{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:0 0 36px;align-items:stretch;}
.m6-promise-num{flex:1 1 210px;max-width:300px;background:#fff;border:1px solid #FBCFE8;border-radius:18px;padding:32px 18px 30px;box-shadow:0 14px 34px rgba(244,114,182,.10);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.pnum-label{display:block;font-size:16px;font-weight:700;color:#A6537C;margin-bottom:12px;letter-spacing:1px;}
.pnum-val{display:block;font-size:44px;font-weight:900;color:#F472B6;line-height:1;text-shadow:0 6px 16px rgba(244,114,182,.18);}
@media screen and (max-width: 767px){
  .m6-promise-num{flex:1 1 100%;max-width:none;padding:26px 16px 24px;}
  .pnum-val{font-size:36px;}
}

/* CTA 按钮重设计：仅注册按钮、小一号 */
.m6-cta .m6-btn-white{display:inline-flex;align-items:center;gap:8px;padding:11px 28px !important;font-size:14px !important;font-weight:700 !important;border-radius:999px !important;
  background:#fff;color:#F472B6;border:1.5px solid #fff;box-shadow:0 10px 24px rgba(190,24,93,.25);transition:all .25s ease;}
.m6-cta .m6-btn-white::after{content:"→";font-size:14px;transition:transform .25s ease;}
.m6-cta .m6-btn-white:hover{color:#DB2777;transform:translateY(-2px);}
.m6-cta .m6-btn-white:hover::after{transform:translateX(3px);}
.m6-cta-btns{display:flex;justify-content:flex-end;}
@media screen and (max-width: 767px){
  .m6-cta-btns{justify-content:flex-start;}
}

/* 页脚紧凑版（整体缩小一半） */
.rd-footer-compact{padding:34px 0 0;background:#1E293B;}
.rd-footer-compact .rd-footer-grid{display:flex;gap:44px;flex-wrap:wrap;}
.rd-footer-compact .rd-footer-brand{flex:1.2 1 260px;min-width:0;}
.rd-footer-compact .rd-footer-brand img{max-width:132px;height:auto;}
.rd-footer-compact .rd-footer-brand .ModuleImageTextGiantContent p{margin:6px 0 0 !important;font-size:12.5px !important;line-height:1.6 !important;color:#9CA3AF !important;}
.rd-footer-compact .rd-footer-brand .ModuleImageTextGiantContent a{font-size:12px !important;color:#9CA3AF !important;}
.rd-footer-compact .rd-footer-col{flex:0 0 auto;min-width:130px;}
.rd-footer-compact .rd-footer-col h4{font-size:14px;font-weight:700;color:#fff;margin:0 0 10px;letter-spacing:1px;}
.rd-footer-compact .rd-footer-col p{margin:4px 0 !important;font-size:12.5px !important;line-height:1.5 !important;color:#9CA3AF !important;}
.rd-footer-compact .rd-footer-col a{color:#9CA3AF;text-decoration:none;}
.rd-footer-compact .rd-footer-col a:hover{color:#F472B6;}
.rd-footer-compact .rd-footer-wechat .ModuleImageTextGiantContent img{max-width:86px !important;height:auto;border-radius:8px;display:block;}
.rd-footer-compact .rd-footer-links{display:grid;grid-template-columns:repeat(2,auto);gap:7px 22px;}
.rd-footer-compact .rd-footer-links a{font-size:12.5px;color:#9CA3AF;white-space:nowrap;}
.rd-footer-compact .rd-footer-links a:hover{color:#F472B6;}
.rd-footer-compact .rd-footer-bottom{padding:16px 0;margin-top:26px;border-top:1px solid rgba(255,255,255,.08);text-align:center;}
.rd-footer-compact .rd-footer-bottom img{max-width:440px;width:100%;height:auto;}
@media screen and (max-width: 767px){
  .rd-footer-compact{padding:26px 0 0;}
  .rd-footer-compact .rd-footer-grid{gap:26px;}
  .rd-footer-compact .rd-footer-col{min-width:42%;}
  .rd-footer-compact .rd-footer-bottom img{max-width:300px;}
}

/* 页脚极简版（去掉快捷入口，面积减半以上） */
.rd-footer-mini{padding:20px 0 0;background:#1E293B;}
.rd-footer-mini-row{display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap;}
.rd-footer-mini .rd-footer-brand{flex:1 1 300px;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;}
.rd-footer-mini .rd-footer-brand img{max-width:118px;height:auto;}
.rd-footer-mini .rd-footer-brand p{margin:1px 0 !important;font-size:11.5px !important;line-height:1.5 !important;color:#9CA3AF !important;}
.rd-footer-mini .rd-footer-brand a{font-size:11px !important;color:#9CA3AF !important;}
.rd-footer-mini-contact,.rd-footer-mini-wechat{flex:0 0 auto;}
.rd-footer-mini h4{font-size:12px;font-weight:700;color:#fff;margin:0 0 6px;letter-spacing:1px;}
.rd-footer-mini-contact p{margin:3px 0 !important;font-size:12px !important;line-height:1.4 !important;color:#9CA3AF !important;}
.rd-footer-mini-wechat img{max-width:62px !important;height:auto;border-radius:6px;display:block;}
.rd-footer-mini .rd-footer-bottom{padding:12px 0;margin-top:16px;border-top:1px solid rgba(255,255,255,.08);text-align:center;}
.rd-footer-mini .rd-footer-bottom img{max-width:320px;width:100%;height:auto;}
@media screen and (max-width: 767px){
  .rd-footer-mini{padding:16px 0 0;}
  .rd-footer-mini-row{gap:18px;flex-direction:column;align-items:flex-start;}
  .rd-footer-mini .rd-footer-bottom img{max-width:260px;}
}

/* 联系列首行标题 */
.rd-footer-mini-contact p:first-child{color:#fff !important;font-weight:700 !important;}

/* 页脚浅色现代风（白底清晰文字） */
.rd-footer-light{background:#fff;padding:36px 0 0;position:relative;}
.rd-footer-light::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#F9A8D4,#F472B6);}
.rd-footer-light-row{display:flex;align-items:flex-start;justify-content:space-between;gap:44px;flex-wrap:wrap;}
.rd-footer-light .rd-footer-brand{flex:1.3 1 300px;min-width:0;}
.rd-footer-light .rd-footer-brand img{max-width:128px;height:auto;}
.rd-footer-light .rd-footer-brand p{margin:4px 0 !important;font-size:13.5px !important;line-height:1.7 !important;color:#4B5563 !important;}
.rd-footer-light .rd-footer-brand a{font-size:12.5px !important;color:#9CA3AF !important;}
.rd-footer-light-contact{flex:0 0 auto;min-width:200px;}
.rd-footer-light-contact p{margin:5px 0 !important;font-size:13.5px !important;line-height:1.6 !important;color:#4B5563 !important;}
.rd-footer-light-contact p:first-child{color:#1E293B !important;font-weight:700;font-size:15px !important;margin-bottom:8px !important;}
.rd-footer-light-wechat{flex:0 0 auto;text-align:center;}
.rd-footer-light-wechat h4{font-size:15px;font-weight:700;color:#1E293B;margin:0 0 10px;letter-spacing:1px;}
.rd-footer-light-wechat img{max-width:88px !important;height:auto;border-radius:10px;border:1px solid #FBCFE8;padding:6px;background:#fff;display:inline-block;}
.rd-footer-light-bottom{background:#1E293B;padding:16px 0;margin-top:30px;text-align:center;}
.rd-footer-light-bottom img{max-width:440px;width:100%;height:auto;}
@media screen and (max-width: 767px){
  .rd-footer-light{padding:28px 0 0;}
  .rd-footer-light-row{gap:24px;flex-direction:column;align-items:flex-start;}
  .rd-footer-light-wechat{text-align:left;}
  .rd-footer-light-bottom img{max-width:300px;}
}

/* 页脚 Logo 防变形 + 备案横幅居中 */
.rd-footer-light .rd-footer-brand img{max-width:158px !important;width:auto !important;height:auto !important;}
.rd-footer-light .rd-footer-brand .ModuleImageTextGiantContent img{max-width:158px !important;width:auto !important;height:auto !important;}
.rd-footer-light-bottom{display:flex;justify-content:center;align-items:center;padding:16px 0;background:#1E293B;margin-top:30px;}
.rd-footer-light-bottom img{max-width:420px !important;width:auto !important;height:auto !important;display:block;margin:0 auto;}
@media screen and (max-width: 767px){
  .rd-footer-light-bottom img{max-width:280px !important;}
}

/* 页脚文字清晰化：加大字号、加深颜色 */
.rd-footer-light .rd-footer-brand img{max-width:160px !important;}
.rd-footer-light .rd-footer-brand p{margin:5px 0 !important;font-size:14.5px !important;line-height:1.85 !important;color:#1F2937 !important;}
.rd-footer-light .rd-footer-brand a{font-size:13.5px !important;color:#4B5563 !important;}
.rd-footer-light .rd-footer-brand a:hover{color:#DB2777 !important;}
.rd-footer-light-contact{min-width:220px;}
.rd-footer-light-contact p{margin:6px 0 !important;font-size:14.5px !important;line-height:1.6 !important;color:#1F2937 !important;}
.rd-footer-light-contact p:first-child{color:#111827 !important;font-weight:700;font-size:16.5px !important;margin-bottom:10px !important;}
.rd-footer-light-wechat h4{font-size:16.5px !important;color:#111827 !important;margin-bottom:12px !important;}
.rd-footer-light-wechat img{max-width:96px !important;}
.rd-footer-light-row{gap:48px;}

/* 底部备案区：文字放大可点击 */
.rd-footer-light-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 16px;background:#1E293B;margin-top:30px;}
.rd-footer-light-bottom > img{max-width:360px !important;width:auto !important;height:auto !important;display:block;}
.rd-footer-light-icp{text-align:center;}
.rd-footer-light-icp p{margin:4px 0 !important;font-size:15px !important;line-height:1.7 !important;color:#D1D5DB !important;}
.rd-footer-light-icp a{font-size:15px !important;color:#fff !important;text-decoration:underline;font-weight:600;}
.rd-footer-light-icp a:hover{color:#F9A8D4 !important;}
@media screen and (max-width: 767px){
  .rd-footer-light-bottom > img{max-width:260px !important;}
  .rd-footer-light-icp p{font-size:13px !important;}
}

/* 取消页脚顶部粉杠 */
.rd-footer-light::before{display:none !important;}

/* 导航logo放大 + 联系三行统一 + 备案号居中 */
.rd-nav-logo img{height:48px !important;}
.rd-footer-light-contact p span{font-size:16px !important;color:#1F2937 !important;}
.rd-footer-light-contact p{font-size:16px !important;color:#1F2937 !important;}
.rd-footer-light-icp{text-align:center;}
.rd-footer-light-icp a{font-size:16px !important;color:#F9FAFB !important;text-decoration:underline;font-weight:600;letter-spacing:.5px;}
.rd-footer-light-icp a:hover{color:#F9A8D4 !important;}
@media screen and (max-width: 767px){
  .rd-nav-logo img{height:40px !important;}
}

/* 联系我们标题保持大号 */
.rd-footer-light-contact p:first-child span{font-size:24px !important;color:#111827 !important;}

/* 底部版权文字放大加亮 */
.rd-footer-light-icp p{margin:6px 0 !important;font-size:16px !important;line-height:1.9 !important;color:#FFFFFF !important;}
.rd-footer-light-icp a{font-size:17px !important;color:#FFFFFF !important;text-decoration:underline;font-weight:700;}
.rd-footer-light-icp a:hover{color:#F9A8D4 !important;}

/* 品牌区文字与联系我们统一16px深灰 */
.rd-footer-light .rd-footer-brand p{margin:5px 0 !important;font-size:16px !important;line-height:1.8 !important;color:#1F2937 !important;}
.rd-footer-light .rd-footer-brand a{font-size:16px !important;color:#1F2937 !important;}
.rd-footer-light .rd-footer-brand a:hover{color:#DB2777 !important;}

/* 品牌区文字加大18px + 二维码去边框 */
.rd-footer-light .rd-footer-brand p{margin:6px 0 !important;font-size:18px !important;line-height:1.8 !important;color:#111827 !important;}
.rd-footer-light .rd-footer-brand a{font-size:16px !important;color:#374151 !important;}
.rd-footer-light-wechat img{border:none !important;padding:0 !important;background:transparent !important;box-shadow:none !important;border-radius:4px !important;}

/* 品牌区span内联样式覆盖（18px深色，友情链接改蓝可点） */
.rd-footer-light .rd-footer-brand p span{font-size:18px !important;color:#111827 !important;line-height:1.8 !important;}
.rd-footer-light .rd-footer-brand p a span{font-size:16px !important;color:#1D4ED8 !important;text-decoration:underline !important;}
.rd-footer-light .rd-footer-brand p a{font-size:16px !important;}
.rd-footer-light .rd-footer-brand p a:hover span{color:#DB2777 !important;}

/* 页脚白色区压缩 */
.rd-footer-light{padding:20px 0 0 !important;}
.rd-footer-light-row{gap:32px !important;}
.rd-footer-light .rd-footer-brand p{margin:2px 0 !important;line-height:1.55 !important;}
.rd-footer-light .rd-footer-brand p span{font-size:16px !important;line-height:1.55 !important;}
.rd-footer-light-contact p{margin:3px 0 !important;line-height:1.5 !important;}
.rd-footer-light-contact p span{line-height:1.5 !important;}
.rd-footer-light-contact p:first-child span{font-size:22px !important;margin-bottom:4px !important;}
.rd-footer-light-wechat h4{font-size:15px !important;margin-bottom:2px !important;}
.rd-footer-light-wechat img{max-width:76px !important;}
.rd-footer-light-bottom{margin-top:22px !important;padding:12px 16px !important;gap:6px !important;}
.rd-footer-light-icp p{margin:3px 0 !important;font-size:15px !important;line-height:1.6 !important;}
.rd-footer-light-icp a{font-size:15px !important;}

/* 底部版权文字小一号 */
.rd-footer-light-icp p{margin:3px 0 !important;font-size:14px !important;line-height:1.6 !important;color:#FFFFFF !important;}
.rd-footer-light-icp a{font-size:14px !important;color:#FFFFFF !important;}

/* 页脚Logo放大一号 */
.rd-footer-light .rd-footer-brand img{max-width:220px !important;width:auto !important;height:auto !important;}

/* 取消40px高度限制，Logo按宽度等比放大 */
.rd-footer-light .rd-footer-brand img{max-width:220px !important;width:auto !important;height:auto !important;max-height:none !important;}

/* 客服微信：二维码放大 + 标题粉色横杠取消 */
.rd-footer-light-wechat h4{border:none !important;border-bottom:none !important;border-top:none !important;background:none !important;padding:0 0 4px 0 !important;position:static !important;}
.rd-footer-light-wechat h4::before,.rd-footer-light-wechat h4::after{display:none !important;content:none !important;}
.rd-footer-light-wechat h4 span{background:none !important;border:none !important;}
.rd-footer-light-wechat img{max-width:110px !important;height:auto !important;border:none !important;padding:0 !important;margin:0 auto 0 !important;display:block !important;}

/* 底部深色条全宽铺满不露白 */
.rd-footer-light-bottom{width:100vw !important;max-width:none !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;border-radius:0 !important;}
.rd-footer-light{overflow:hidden !important;}

/* 底部条全宽（取消overflow裁剪，标准全宽条定位） */
.rd-footer-light{overflow:visible !important;}
.rd-footer-light-bottom{position:relative !important;left:50% !important;width:100vw !important;max-width:100vw !important;margin-left:-50vw !important;margin-right:0 !important;border-radius:0 !important;}

/* 解除body限宽与横向裁剪，底部条真正全宽 */
body#index, body{max-width:none !important;width:100% !important;overflow-x:visible !important;}
html{overflow-x:visible !important;}
.rd-footer-light-bottom{left:50% !important;width:100vw !important;max-width:100vw !important;margin-left:-50vw !important;margin-right:0 !important;border-radius:0 !important;}

/* 底部版权条移出footer，body全宽重置 */
body#index, body{margin:0 !important;padding:0 !important;width:100% !important;max-width:none !important;overflow-x:visible !important;}
.rd-footer-light-bottom{position:relative !important;left:0 !important;right:0 !important;width:100% !important;max-width:none !important;margin:0 !important;padding:12px 16px !important;border-radius:0 !important;box-sizing:border-box !important;}

/* 品牌区文字整齐化：行距一致、链接行不显短 */
.rd-footer-brand img{margin-bottom:10px !important;}
.rd-footer-brand p{text-align:left !important;line-height:1.75 !important;margin:3px 0 !important;}
.rd-footer-brand p a span{white-space:nowrap !important;}

/* Hero左右对调：文字在左、界面图在右 */
.m6-hero-grid{flex-direction:row-reverse !important;}

/* Hero grid order交换：文字列在前（左）、图列在后（右） */
.m6-hero-grid .m6-hero-text{order:-1 !important;}
.m6-hero-grid .m6-hero-visual{order:1 !important;}

/* Hero 轮播：三张软件截图自动切换 + 美化 */
.m6-hero-card{position:relative;overflow:hidden;border-radius:20px;
  box-shadow:0 24px 64px rgba(219,39,119,0.18);
  border:3px solid rgba(244,114,182,0.35);background:#fff;}
.m6-hero-carousel{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#fdf2f8;}
.m6-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;}
.m6-hero-slide.active{opacity:1;z-index:2;}
.m6-hero-slide img{width:100%;height:100%;object-fit:cover;display:block;}
.m6-hero-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);
  display:flex;gap:8px;z-index:6;}
.m6-hero-dots span{width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,0.55);cursor:pointer;transition:all .3s;
  box-shadow:0 1px 3px rgba(0,0,0,0.2);}
.m6-hero-dots span.active{background:#DB2777;width:26px;border-radius:5px;}
@media (max-width:768px){
  .m6-hero-carousel{aspect-ratio:16/10;}
}

/* 轮播图完整显示不裁切 */
.m6-hero-slide img{object-fit:contain !important;}
.m6-hero-carousel{background:#fdf2f8;}

/* 栏目页（动态IP/静态IP/模拟器/软件下载/帮助中心/资讯）统一重构 */
/* 1. 页面底色：白底淡粉 */
body[id="dynamic"], body[id="static"], body[id="simulator"],
body[id="news"], body[id="news_cat"], body[id="download"],
body[id="geren"], body[id="1"], body[id="12"]{
  background:#FFFFFF !important;
}
body .contentcontainer{background:#FFF9FB !important;}

/* 2. 顶部灰色横幅容器 → 淡粉渐变 */
#container_202105171503131437,
#container_202105171451388432,
#container_202105221731291527,
#container_202105171514494364,
#container_202105171445474378{
  background:linear-gradient(135deg,#FFF3F7 0%,#FDE4EF 55%,#F9D4E4 100%) !important;
  background-color:#FDE7F1 !important;
}
#container_202105171503131437 .ModuleImageTextGiantContent,
#container_202105171451388432 .ModuleImageTextGiantContent,
#container_202105221731291527 .ModuleImageTextGiantContent,
#container_202105171514494364 .ModuleImageTextGiantContent,
#container_202105171445474378 .ModuleImageTextGiantContent{color:#3A1E28 !important;}

/* 3. 图文卡片统一：白底圆角轻阴影 */
body .ModuleImageTextGiant .imagetext_item{
  background:#FFFFFF !important;
  border-radius:16px !important;
  box-shadow:0 8px 24px rgba(219,39,119,0.07) !important;
  border:1px solid rgba(244,114,182,0.15) !important;
  padding:18px !important;
  transition:transform .25s ease, box-shadow .25s ease;
}
body .ModuleImageTextGiant .imagetext_item:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(219,39,119,0.14) !important;
}
body .ModuleImageTextGiant .imagetext_item_title{color:#3A1E28 !important;}

/* 4. 资讯/文章列表：卡片化 */
body .ModuleNewsListGiant .news-item{
  background:#FFFFFF !important;
  border-radius:12px !important;
  padding:13px 16px !important;
  margin-bottom:10px !important;
  border:1px solid rgba(244,114,182,0.14) !important;
  box-shadow:0 4px 14px rgba(219,39,119,0.05) !important;
  transition:all .25s ease;
}
body .ModuleNewsListGiant .news-item:hover{
  border-color:#F472B6 !important;
  box-shadow:0 8px 22px rgba(219,39,119,0.12) !important;
  transform:translateX(4px);
}
body .ModuleNewsListGiant .news-item a time{
  color:#DB2777 !important;
  font-weight:600 !important;
  background:linear-gradient(135deg,#FFF0F5,#FDE2EE) !important;
  border-radius:8px !important;
  padding:4px 10px !important;
  margin-top:-3px !important;
  font-size:13px !important;
}
body .ModuleNewsListGiant .news-item a .news-content span{
  color:#333 !important;
  font-size:16px !important;
  transition:color .2s;
}
body .ModuleNewsListGiant .news-item:hover a .news-content span{color:#DB2777 !important;}
body .ModuleNewsListGiant .news-title{color:#3A1E28 !important;}

/* 5. 面包屑 */
body .ModuleBreadcrumbsGiant .breadcrumbs{
  background:#FFF0F5 !important;
  border-radius:10px !important;
  padding:10px 18px !important;
  color:#B0476B !important;
}
body .ModuleBreadcrumbsGiant .breadcrumbs a{color:#DB2777 !important;}
body .ModuleBreadcrumbsGiant .breadcrumbs .separator{color:#F4A3C0 !important;}

/* 6. 资讯详情 */
body .ModuleNewsDetailGiant .news-detail-title{
  color:#3A1E28 !important;
  text-align:center;
  font-size:26px !important;
  font-weight:700 !important;
  margin:26px 0 10px !important;
}
body .ModuleNewsDetailGiant .news-detail-time{color:#B0476B !important; text-align:center;}
body .ModuleNewsDetailGiant .news-detail-content{
  font-size:16px !important;
  line-height:1.9 !important;
  color:#444 !important;
  background:#FFFFFF !important;
  border-radius:16px !important;
  padding:26px 30px !important;
  box-shadow:0 8px 24px rgba(219,39,119,0.06) !important;
  border:1px solid rgba(244,114,182,0.14) !important;
}

/* 7. 分类标签 → 粉色胶囊 */
body .ModuleCommonClsGiant a, body .ModuleCommonClsGiant .commonClsGiant{
  background:#FFF0F5 !important;
  color:#B0476B !important;
  border-radius:999px !important;
  padding:8px 18px !important;
  border:1px solid rgba(244,114,182,0.35) !important;
  transition:all .2s;
}
body .ModuleCommonClsGiant a:hover, body .ModuleCommonClsGiant .on{
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;
  color:#FFFFFF !important;
}

/* 8. 按钮 → 粉色渐变 */
body .moduleButton, body .ModuleButtonGiant .button_item{
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;
  color:#FFFFFF !important;
  border-radius:999px !important;
  border:none !important;
  box-shadow:0 8px 20px rgba(219,39,119,0.28) !important;
  font-weight:600 !important;
  transition:all .25s ease;
}
body .moduleButton:hover, body .ModuleButtonGiant .button_item:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(219,39,119,0.36) !important;
}

/* 9. 分页 */
body .pagination>li>a, body .pagination>li>span{
  border-radius:8px !important;
  margin:0 4px !important;
  color:#B0476B !important;
  border:1px solid rgba(244,114,182,0.35) !important;
}
body .pagination>li.active>a, body .pagination>li.active>span{
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;
  border-color:#DB2777 !important;
  color:#FFF !important;
}

/* 10. 资讯分类页左右栏容器白卡 */
body .lyrow .contentzonecontainer [layout_type="container"]{
  background:#FFFFFF !important;
  border-radius:16px !important;
}
body .contentzonecontainer [layout_type="container"][style*="FDA4AF"],
body .contentzonecontainer [layout_type="container"][style*="F472B6"]{
  background:linear-gradient(135deg,#F472B6,#FDA4AF) !important;
  border-radius:20px !important;
}

/* 11. 分类模块灰底 → 淡粉 */
body .ModuleCommonClsGiant, body .ModuleCommonClsGiant .body_module{
  background:#FFF0F5 !important;
  border-radius:16px !important;
  padding:6px 12px !important;
}

/* 12. 栏目页头横幅 */
body .cat-banner{
  background:linear-gradient(135deg,#FFF3F7 0%,#FDE4EF 55%,#F9D4E4 100%) !important;
  border-radius:18px !important;
  padding:42px 30px !important;
  margin:0 0 22px !important;
  text-align:center !important;
}
body .cat-banner-title{
  color:#B0215E !important;
  font-size:28px !important;
  font-weight:700 !important;
  margin:0 0 8px !important;
  letter-spacing:2px !important;
}
body .cat-banner-sub{
  color:#B0476B !important;
  font-size:15px !important;
  margin:0 !important;
}

/* 栏目页列表布局重构：标题左 + 日期右，摘要移至标题下方；分页居中 */
/* 1. 列表条目：上下结构，不再右侧重复 */
body .ModuleNewsListGiant .news-item a{white-space:normal !important;height:auto !important;}
body .ModuleNewsListGiant .news-tit{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  row-gap:6px !important;
}
body .ModuleNewsListGiant .news-tit > div{
  flex:1 1 100% !important;
  order:1 !important;
  min-width:0 !important;
}
body .ModuleNewsListGiant .news-tit > div ul{list-style:none !important;padding:0 !important;margin:0 !important;}
body .ModuleNewsListGiant .news-tit .one-news-title,
body .ModuleNewsListGiant .news-tit .news-title{
  font-size:16px !important;
  font-weight:600 !important;
  color:#333 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  transition:color .2s;
}
body .ModuleNewsListGiant .news-item:hover .one-news-title,
body .ModuleNewsListGiant .news-item:hover .news-title{color:#DB2777 !important;}
/* 日期：与标题同行、靠右，粉色徽标 */
body .ModuleNewsListGiant .news-tit > p.news_item_time{
  flex:0 0 auto !important;
  order:2 !important;
  margin:0 0 0 auto !important;
  color:#DB2777 !important;
  font-weight:600 !important;
  font-size:13px !important;
  background:linear-gradient(135deg,#FFF0F5,#FDE2EE) !important;
  border-radius:8px !important;
  padding:4px 12px !important;
}
/* 摘要：整行灰字，位于日期下方 */
body .ModuleNewsListGiant .news-tit > p:last-child{
  flex:1 1 100% !important;
  order:3 !important;
  margin:0 !important;
}
body .ModuleNewsListGiant .news-tit .news-desc,
body .ModuleNewsListGiant .news-tit p.news_item_desc{
  display:block !important;
  color:#8A8A8A !important;
  font-size:13px !important;
  line-height:1.6 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
/* 2. 分页：居中 + 粉色胶囊 */
body .pages{
  display:flex !important;
  justify-content:center !important;
  padding:20px 0 10px !important;
}
body .pages ul{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
}
body .pages li{margin:0 !important;float:none !important;}
body .pages li a, body .pages li span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:36px !important;
  height:36px !important;
  padding:0 12px !important;
  border-radius:10px !important;
  color:#B0476B !important;
  background:#FFF0F5 !important;
  border:1px solid rgba(244,114,182,0.35) !important;
  text-decoration:none !important;
  font-size:14px !important;
  box-sizing:border-box !important;
  transition:all .2s;
}
body .pages li.active a, body .pages li.active span,
body .pages li a:hover, body .pages li span:hover{
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;
  color:#FFF !important;
  border-color:#DB2777 !important;
  box-shadow:0 6px 14px rgba(219,39,119,0.25) !important;
}

/* 顶部导航 Logo 放大一号 */
.rd-nav .rd-nav-logo img{
  height:56px !important;
  width:auto !important;
  display:block !important;
}

/* 顶部导航 Logo 与页脚一致大小 */
.rd-nav .rd-nav-logo img{
  width:220px !important;
  height:auto !important;
  display:block !important;
}

/* 导航 Logo 小一号且清晰（接近原图分辨率，不过度放大） */
.rd-nav .rd-nav-logo img{
  width:160px !important;
  height:auto !important;
  display:block !important;
}

/* 13. 栏目页卡片栅格 / 大按钮（动态/静态/模拟器/下载页预览用与通用覆盖） */
body .cat-card-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr)) !important;
  gap:20px !important;
  padding:10px 0 !important;
}
body .cat-card{
  background:#FFFFFF !important;
  border-radius:16px !important;
  padding:26px 24px !important;
  border:1px solid rgba(244,114,182,0.16) !important;
  box-shadow:0 8px 24px rgba(219,39,119,0.07) !important;
  text-align:center !important;
  transition:all .25s ease;
}
body .cat-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(219,39,119,0.14) !important;}
body .cat-card-title{
  font-size:19px !important;font-weight:700 !important;color:#B0215E !important;margin:0 0 10px !important;
}
body .cat-card-desc{font-size:14px !important;color:#666 !important;line-height:1.7 !important;margin:0 0 16px !important;}
body .cat-card-btn{
  display:inline-block !important;padding:9px 26px !important;border-radius:999px !important;
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;color:#FFF !important;
  text-decoration:none !important;font-size:14px !important;font-weight:600 !important;
  box-shadow:0 6px 16px rgba(219,39,119,0.28) !important;
}
body .cat-big-btn{
  display:inline-block !important;padding:14px 46px !important;border-radius:999px !important;
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;color:#FFF !important;
  text-decoration:none !important;font-size:18px !important;font-weight:600 !important;
  box-shadow:0 10px 24px rgba(219,39,119,0.32) !important;
}

/* 列表可见性修复 + 分页强居中（真实线上渲染页面） */
body .news-item, body .news-item a, body .news-item div,
body .news-item p, body .news-item li, body .news-item span,
body .news_item_title, body .news_item_time, body .news-desc{
  visibility:visible !important;
  opacity:1 !important;
}
body .fpage .pages, body .pages{
  display:flex !important;
  justify-content:center !important;
  text-align:center !important;
  float:none !important;
  width:auto !important;
}
body .pages ul{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 auto !important;
  padding:0 !important;
  float:none !important;
  width:auto !important;
}
body .pages li{
  list-style:none !important;
  float:none !important;
  display:inline-flex !important;
  margin:0 !important;
}
body .pages li a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:36px !important;
  height:36px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#FDF2F7,#FCE7F0) !important;
  color:#B0215E !important;
  font-size:14px !important;
  font-weight:600 !important;
  text-decoration:none !important;
  border:1px solid rgba(244,114,182,0.25) !important;
  transition:all .2s ease !important;
}
body .pages li a:hover{
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;
  color:#FFF !important;
  box-shadow:0 6px 14px rgba(219,39,119,0.3) !important;
}
body .pages li.on a, body .pages li.active a, body .pages li.cur a{
  background:linear-gradient(135deg,#F472B6,#DB2777) !important;
  color:#FFF !important;
  box-shadow:0 6px 14px rgba(219,39,119,0.3) !important;
}

/* 编号列表（layout-762）白卡 + 分页全宽居中 */
body .ModuleNewsListGiant .news-item.news_item{
  background:#FFFFFF !important;
  border-radius:10px !important;
  padding:12px 14px !important;
  margin-bottom:10px !important;
  border:1px solid rgba(244,114,182,0.14) !important;
  box-shadow:0 4px 12px rgba(219,39,119,0.05) !important;
  visibility:visible !important;
}
body .ModuleNewsListGiant .news-item.news_item a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  text-decoration:none !important;
}
body .news_item_num{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:24px !important;
  height:24px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#FDF2F7,#FCE7F0) !important;
  color:#B0215E !important;
  font-size:12px !important;
  font-weight:700 !important;
  float:none !important;
  width:auto !important;
  margin:0 !important;
}
body .ModuleNewsListGiant .news-title{
  color:#1A1B1C !important;
  font-size:14px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  flex:1 1 auto !important;
}
body .ModuleNewsListGiant .news-title:hover{color:#DB2777 !important;}
body .h50.fpage, body .fpage{
  width:100% !important;
  float:none !important;
  text-align:center !important;
  margin:0 auto !important;
}
body .pages{
  width:100% !important;
  display:flex !important;
  justify-content:center !important;
}

/* 导航右侧按钮调小一号 */
.rd-nav-btn{
  padding:5px 11px !important;
  font-size:13px !important;
  border-radius:8px !important;
  line-height:1.4 !important;
}

/* 导航白底栏加高 */
.rd-nav-inner{
  height:88px !important;
}

/* 导航高度撑开（旧CSS固定50px裁切 logo，强制 auto） */
.rd-nav{
  height:auto !important;
  min-height:88px !important;
  overflow:visible !important;
}

/* ---- 栏目页 news_cat 文章列表美化 ---- */
#contentcontainer{background:transparent;}
#contentcontainer .news-item, #contentcontainer .news_item{
  background:#fff !important;
  border-radius:14px !important;
  padding:20px 24px !important;
  margin-bottom:14px !important;
  box-shadow:0 3px 14px rgba(244,114,182,.07) !important;
  border:none !important;
}
#contentcontainer .news-title, #contentcontainer .news_i_title{
  color:#1e293b !important;
  font-weight:700 !important;
  font-size:16px !important;
}
#contentcontainer .news-desc, #contentcontainer .news_i_desc{
  color:#64748b !important;
  font-size:13px !important;
  line-height:1.8 !important;
}
/* 子栏目切换按钮 */
#contentcontainer .main-class-text, #contentcontainer .cat_item_title{
  background:#fff !important;
  border-radius:999px !important;
  padding:10px 26px !important;
  color:#be185d !important;
  font-weight:600 !important;
  border:1.5px solid #F9A8D4 !important;
}
#contentcontainer .cat_item.active .main-class-text,
#contentcontainer .cat_item_title.active{
  background:linear-gradient(135deg,#F472B6,#FDA4AF) !important;
  color:#fff !important;
  border-color:transparent !important;
}
/* 推荐阅读卡 */
#contentcontainer .news_item_num{
  background:#fdf2f8 !important;
  color:#F472B6 !important;
  border-radius:50% !important;
}
/* 分页 */
#contentcontainer .pages a, #contentcontainer .pages span{
  background:#fff !important;
  border-radius:999px !important;
  padding:8px 18px !important;
  border:1px solid #F9A8D4 !important;
  color:#be185d !important;
}

/* ---- 推荐阅读模块（右侧栏）覆盖深色 ---- */
#body_module_202105171528392940,
#body_module_202105171527531007{
  background:#fff !important;
  border-radius:14px !important;
  padding:22px 24px !important;
  box-shadow:0 3px 14px rgba(244,114,182,.07) !important;
}
/* 推荐阅读标题 */
#body_module_202105171527531007 strong,
#body_module_202105171527531007 span{
  color:#1e293b !important;
  font-size:18px !important;
  font-weight:800 !important;
}
/* 推荐阅读列表项 */
#body_module_202105171528392940 .news-item{
  border-bottom:1px solid #fce7f3 !important;
  line-height:1.6 !important;
  padding:12px 4px !important;
  background:transparent !important;
}
#body_module_202105171528392940 .news-title{
  color:#334155 !important;
  font-size:13.5px !important;
}
#body_module_202105171528392940 .news-item:hover .news-title{
  color:#be185d !important;
}
/* 数字编号 */
#body_module_202105171528392940 .time,
#body_module_202105171528392940 .news_item_num{
  background:#fdf2f8 !important;
  color:#F472B6 !important;
  border-radius:50% !important;
  width:24px !important;
  height:24px !important;
  line-height:24px !important;
  text-align:center !important;
  font-size:12px !important;
  font-weight:700 !important;
  margin-right:8px !important;
  float:none !important;
  display:inline-block !important;
}

/* 二维码紧贴客服微信标题 */
.rd-footer-light-wechat h4{margin-bottom:0 !important;}
.rd-footer-light-wechat p{margin:0 !important;padding:0 !important;line-height:1 !important;}
.rd-footer-light-wechat p:first-of-type{display:none !important;}
.rd-footer-light-wechat img{margin:0 auto !important;}

/* 二维码再上移 */
.rd-footer-light-wechat{padding-top:0 !important;margin-top:0 !important;}
.rd-footer-light-wechat h4{margin-top:0 !important;line-height:1.2 !important;}
.rd-footer-light-wechat p{line-height:1 !important;margin:0 !important;}

/* 友情链接文字黑色 */
.rd-footer-light .rd-footer-brand p,
.rd-footer-light .rd-footer-brand p span{color:#111827 !important;}

/* 栏目页 m6-cta 横幅全宽铺满（突破 contentzonecontainer 1200px 限制） */
#contentcontainer .m6-cta{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:0 !important;
  max-width:none !important;
}
#contentcontainer .m6-cta .m6-cta-row{
  max-width:1200px !important;
  margin:0 auto !important;
}

/* 导航Logo再小一号 */
.rd-nav .rd-nav-logo img{
  width:140px !important;
  height:auto !important;
}



/* ===== 手机端适配（正确版） ===== */
@media screen and (max-width: 767px) {
  /* 全局容器 */
  .m6-container {
    padding: 0 16px !important;
  }

  /* 导航栏 */
  .rd-nav {
    padding: 10px 12px !important;
  }
  .rd-nav-inner {
    gap: 10px !important;
  }
  .rd-nav-logo img {
    width: 100px !important;
  }
  .rd-nav-menu {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    order: 3;
    width: 100%;
  }
  .rd-nav-menu::-webkit-scrollbar { display: none; }
  .rd-nav-link {
    padding: 6px 10px !important;
    font-size: 13px !important;
    flex-shrink: 0;
  }
  .rd-nav-actions {
    gap: 6px !important;
  }
  .rd-nav-btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  /* 顶部公告条 */
  .m6-notice {
    padding: 8px 12px !important;
  }
  .m6-notice-inner {
    flex-direction: column !important;
    gap: 6px !important;
    align-items: flex-start !important;
  }
  .m6-notice-text, .m6-notice-link {
    font-size: 12px !important;
  }

  /* Hero区域竖排 */
  .m6-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .m6-hero-visual {
    order: 1;
  }
  .m6-hero-text {
    order: 2;
    text-align: center !important;
  }
  .m6-hero-title {
    font-size: 26px !important;
    line-height: 1.35 !important;
  }
  .m6-hero-desc {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
  .m6-hero-tags {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .m6-hero-tag {
    font-size: 12px !important;
    padding: 4px 12px !important;
  }
  .m6-hero-btns {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .m6-hero-btns .m6-btn {
    min-width: 120px !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
  }
  .m6-hero-card img {
    border-radius: 12px !important;
  }

  /* 区块标题 */
  .m6-sec-head h2 {
    font-size: 24px !important;
  }
  .m6-kicker {
    font-size: 12px !important;
  }

  /* 下载卡片单列 */
  .m6-download-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .m6-dl-card {
    padding: 24px 18px !important;
  }

  /* 功能区单列 */
  .m6-features-grid, .m6-feat-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .m6-feat-item, .m6-feature {
    padding: 20px 16px !important;
  }

  /* 数据指标竖排 */
  .m6-promise-nums {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .m6-promise-item, .m6-promise-num {
    padding: 20px 16px !important;
  }

  /* 关于区域竖排 */
  .m6-about-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .m6-about-text, .m6-about-visual {
    width: 100% !important;
  }

  /* 新闻区域单列 */
  .m6-news-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* CTA区域竖排 */
  .m6-cta-row {
    flex-direction: column !important;
    gap: 20px !important;
    text-align: center !important;
  }
  .m6-cta-text {
    text-align: center !important;
  }
  .m6-cta-btns {
    justify-content: center !important;
  }

  /* 底部footer */
  .rd-footer-light-row {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .rd-footer-light-contact {
    min-width: 100% !important;
  }
  .rd-footer-brand img {
    max-width: 140px !important;
  }
  .rd-footer-light-wechat img {
    max-width: 80px !important;
  }
  .rd-footer-light-bottom {
    padding: 12px 16px !important;
    font-size: 12px !important;
  }

  /* 客服悬浮按钮 */
  .rd-float-service,
  [class*="float-service"],
  [class*="kefu"] {
    right: 10px !important;
    bottom: 10px !important;
  }

  /* 文章内容区 */
  #contentcontainer .contentzonecontainer {
    padding: 0 14px !important;
  }

  /* 回到顶部 */
  .rd-back-top,
  [class*="back-top"],
  [class*="totop"] {
    width: 40px !important;
    height: 40px !important;
    right: 10px !important;
  }
}


/* ===== 手机端抽屉菜单修复 ===== */
@media screen and (max-width: 767px) {
  /* 抽屉菜单遮罩 */
  .m6-wx-mask,
  [class*="mask"],
  [class*="overlay"],
  [class*="drawer-mask"],
  [class*="nav-mask"] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,.55) !important;
    z-index: 9998 !important;
  }

  /* 抽屉菜单面板 */
  [class*="drawer"],
  [class*="side-menu"],
  [class*="mobile-nav"],
  [class*="m-nav"],
  [class*="offcanvas"] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 75% !important;
    max-width: 300px !important;
    height: 100% !important;
    background: #fff !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    box-shadow: 2px 0 16px rgba(0,0,0,.15) !important;
  }

  /* 抽屉菜单内的链接 */
  [class*="drawer"] a,
  [class*="side-menu"] a,
  [class*="mobile-nav"] a {
    display: block !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    color: #333 !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }

  /* 抽屉关闭按钮 */
  [class*="drawer-close"],
  [class*="menu-close"],
  [class*="close-btn"] {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    cursor: pointer !important;
    z-index: 10000 !important;
  }
}


/* ===== 手机端原生侧边菜单修复 ===== */
@media screen and (max-width: 767px) {
  /* 遮罩层 */
  .header-model {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,.55) !important;
    z-index: 9998 !important;
  }

  /* 侧边菜单面板 */
  .mobileNavFloatLayer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 75% !important;
    max-width: 300px !important;
    height: 100% !important;
    background: #fff !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    box-shadow: 2px 0 20px rgba(0,0,0,.15) !important;
    padding-top: 20px !important;
  }

  .micro-nav-item {
    padding: 0 !important;
  }

  .micro-nav-item ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .micro-nav-item li {
    border-bottom: 1px solid #f3f3f3 !important;
  }

  .micro-nav-item li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    color: #333 !important;
    text-decoration: none !important;
  }

  .micro-nav-item li a .maxlarge {
    font-size: 15px !important;
    color: #333 !important;
  }

  .micro-nav-item li a .more {
    color: #999 !important;
    font-size: 14px !important;
  }

  /* 关闭按钮 */
  .mobileNavFloatLayer .close,
  .mobileNavFloatLayer [class*="close"] {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    cursor: pointer !important;
    z-index: 10000 !important;
    color: #fff !important;
    background: #DB2777 !important;
    border-radius: 50% !important;
  }
}


/* ===== 最高优先级覆盖：手机端侧边菜单 ===== */
@media screen and (max-width: 767px) {
  /* 遮罩全屏 */
  div.header-model {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    background: rgba(0,0,0,.55) !important;
    z-index: 9998 !important;
    display: block !important;
  }

  /* 侧边菜单面板 */
  section#MobileNavFloatLayer.mobileNavFloatLayer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 75% !important;
    max-width: 300px !important;
    min-width: 260px !important;
    height: 100% !important;
    background: #fff !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    box-shadow: 2px 0 20px rgba(0,0,0,.15) !important;
    transform: translateX(-100%) !important;
    transition: transform .3s ease !important;
  }

  section#MobileNavFloatLayer.mobileNavFloatLayer.showFloatNav {
    transform: translateX(0) !important;
  }

  /* 菜单项样式 */
  section#MobileNavFloatLayer .micro-nav-item ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fff !important;
  }

  section#MobileNavFloatLayer .micro-nav-item li {
    border-bottom: 1px solid #f0f0f0 !important;
    background: #fff !important;
  }

  section#MobileNavFloatLayer .micro-nav-item li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    color: #333 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    background: #fff !important;
  }

  section#MobileNavFloatLayer .micro-nav-item li a p {
    color: #333 !important;
    font-size: 15px !important;
    margin: 0 !important;
  }

  section#MobileNavFloatLayer .micro-nav-item li a span.more {
    color: #999 !important;
    font-size: 14px !important;
  }

  /* 关闭按钮 */
  section#MobileNavFloatLayer .close,
  section#MobileNavFloatLayer [class*="close"] {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    cursor: pointer !important;
    z-index: 10000 !important;
    color: #fff !important;
    background: #DB2777 !important;
    border-radius: 50% !important;
  }
}


/* ===== 手机端宽度全局修复 ===== */
@media screen and (max-width: 767px) {
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  /* 所有容器宽度100% */
  .m6-container,
  .rd-container,
  #contentcontainer,
  .contentzonecontainer,
  .container,
  .row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  /* 取消所有固定宽度 */
  [class*="width"],
  .w1000, .w980, .w960, .w950, .w920, .w900, .w880, .w860, .w800 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 顶部导航栏 */
  .rd-nav,
  .rd-nav-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  /* 顶部提示条 */
  .m6-notice,
  .rd-topbar {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* footer */
  .rd-footer,
  .rd-footer-light,
  .rd-footer-light-row,
  .rd-footer-light-bottom {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ===== 手机端导航修复 ===== */
@media screen and (max-width: 767px) {
  /* 隐藏我们的桌面导航栏，用原来的黑色手机导航 */
  .rd-nav {
    display: none !important;
  }

  /* 原来的黑色手机导航栏铺满宽度 */
  .mobileNav, .mobileNav_1 {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  /* 内容区域从导航栏下方开始 */
  .m6-notice {
    margin-top: 44px !important; /* 导航栏高度 */
  }

  /* 页面整体宽度 */
  body, body#index {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  /* 所有内容容器宽度100% */
  .m6-container, .rd-container,
  .m6-notice-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }
}


/* ===== 手机端适配（修复水平溢出） ===== */
@media screen and (max-width: 767px) {
  /* 基础重置 */
  html, body {
    width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 图片自适应 */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 隐藏桌面端导航栏，用原生手机导航 */
  .rd-nav {
    display: none !important;
  }

  /* 内容整体从导航栏下方开始 */
  .m6-notice {
    margin-top: 44px !important;
  }

  /* 所有容器100%宽度 */
  .m6-notice, .m6-hero, .m6-download, .m6-features, .m6-about, .m6-promise, .m6-news, .m6-cta, .rd-footer {
    width: 100% !important;
    max-width: 100% !important;
  }

  .m6-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  /* Hero区：上下堆叠，不要左右分栏 */
  .m6-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* 下载区：单列 */
  .m6-download-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* 功能区：单列 */
  .m6-features-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* 关于我们：上下堆叠 */
  .m6-about-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* 新闻区：单列（关键！） */
  .m6-news-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .m6-news-col {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* CTA区：上下堆叠 */
  .m6-cta-row {
    flex-direction: column !important;
    gap: 20px !important;
  }

  /* Footer：单列 */
  .rd-footer-light-row {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .rd-footer-light-contact {
    flex-direction: column !important;
    gap: 16px !important;
  }

  /* 取消桌面端固定宽度 */
  .rd-container {
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* 标题字号缩小 */
  .m6-hero-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .m6-download-title, .m6-features-title, .m6-news-title, .m6-about-title {
    font-size: 22px !important;
  }
}


/* ===== 手机端紧急修复：隐藏桌面导航 ===== */
@media screen and (max-width: 767px) {
  /* 彻底隐藏我们的桌面导航栏 */
  header.rd-nav,
  nav.rd-nav,
  .rd-nav {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 原来的黑色手机导航栏：铺满宽度，文字清晰 */
  .mobileNav, .mobileNav_1, #MobileNav {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    height: 44px !important;
    line-height: 44px !important;
  }

  .mobileNav header, #MobileNav header, #MobileNav #header {
    height: 44px !important;
    line-height: 44px !important;
    width: 100% !important;
  }

  .mobileNav header p, #MobileNav header p, #MobileNav #header p {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  /* 内容从顶部开始，不要margin-top */
  .m6-notice {
    margin-top: 0 !important;
    padding-top: 54px !important; /* 给fixed导航留空间 */
  }

  /* 汉堡菜单按钮可点击 */
  .mm-hbtn, .lcbody {
    z-index: 9999 !important;
    cursor: pointer !important;
  }
}
