/* ══ DESIGN TOKENS ══ */
    :root{
      --navy-950: #F5F8FC;
      --navy-900: #EEF4FB;
      --navy-800: #182E4A;
      --navy-700: #1E3A5F;
      --eb: #2B7FFF;
      --ec: #00D4FF;
    }*, *::before, *::after{ box-sizing: border-box; margin: 0; padding: 0; }html{ scroll-behavior: smooth; }body{
      background: var(--navy-950);
      color: rgba(255,255,255,0.85);
      font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
      font-size: 16px;
      line-height: 1.6;
      overflow-x: hidden;
    }.pw{max-width:1700px; margin: 0 auto; padding: 0 48px; }::-webkit-scrollbar{ width: 4px; }::-webkit-scrollbar-track{ background: var(--navy-900); }::-webkit-scrollbar-thumb{ background: var(--eb); border-radius: 2px; }/* gradient text */
    .gt{ background: linear-gradient(135deg,#60A5FA,#00D4FF,#A78BFA); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }/* ══ NAV ══ */
    nav{
      position: fixed; top:0; left:0; right:0; z-index:100;
      background: rgba(11,26,46,0.88);
      backdrop-filter: blur(24px) saturate(1.5);
      -webkit-backdrop-filter: blur(24px) saturate(1.5);
      border-bottom: 1px solid rgba(43,127,255,0.22);
      transition: background .45s,border-color .45s,box-shadow .45s;
    }nav.sc{
      background: rgba(11,26,46,0.97);
      border-bottom-color: rgba(43,127,255,0.42);
      box-shadow: 0 8px 32px rgba(4,12,28,0.5);
    }#ni{
      display:flex; align-items:center; justify-content:space-between;
      padding:18px 0;
      transition: padding .45s cubic-bezier(.4,0,.2,1);
    }nav.sc #ni{ padding:10px 0; }/* logo icon */
    #nli{
      width:42px; height:42px; border-radius:12px;
      background:linear-gradient(135deg,#3B82F6,#22D3EE);
      display:flex; align-items:center; justify-content:center;
      flex-shrink:0; box-shadow:0 0 16px rgba(43,127,255,.35);
      transition: width .45s,height .45s,border-radius .45s;
    }nav.sc #nli{ width:32px; height:32px; border-radius:8px; }#nll{ color:#142033; font-weight:700; font-family:"Space Grotesk",sans-serif; font-size:18px; transition:font-size .45s; }nav.sc #nll{ font-size:14px; }#nlt{ font-weight:700; color:#142033; font-size:20px; white-space:nowrap; transition:font-size .45s; }nav.sc #nlt{ font-size:17px; }.nl{
      position:relative; color:#142033; font-size:16px; font-weight:500;
      letter-spacing:.01em; white-space:nowrap; text-decoration:none;
      transition:color .2s,font-size .45s;
    }.nl::after{
      content:''; position:absolute; bottom:-5px; left:0; width:0; height:2px;
      background:#2B7FFF;
      transition:width .3s; border-radius:1px;
    }nav.sc .nl{ font-size:14px; }.nl:hover{ color:#142033; }.nl:hover::after{ width:100%; }.nl.act{ color:#00D4FF; }.nl.act::after{ width:100%; }#nph{ font-size:15px; font-weight:500; color:#142033; }.bp{
      background:linear-gradient(135deg,#2B7FFF,#0EA5E9);
      border:none; color:#142033; padding:10px 26px; border-radius:6px;
      font-weight:600; font-size:15px; cursor:pointer; transition:all .3s;
    }.bp:hover{ box-shadow:0 0 24px rgba(43,127,255,.6); transform:translateY(-2px); }.bo{
      background:transparent; border:1px solid rgba(0,212,255,.5); color:#00D4FF;
      padding:9px 22px; border-radius:6px; font-weight:500; font-size:15px;
      cursor:pointer; transition:all .3s;
    }.bo:hover{ background:rgba(0,212,255,.08); border-color:#00D4FF; }#mm{
      display:none; position:absolute; top:100%; left:0; right:0;
      background:rgba(11,26,46,.98); border-bottom:1px solid rgba(43,127,255,.2); padding:10px 0;
    }#mm a{ display:block; padding:10px 28px; color:#142033; font-size:15px; text-decoration:none; }#mm a:hover{ color:#00D4FF; background:rgba(43,127,255,.08); }/* ══ FLOATING SIDEBAR ══ */
    .fsb{ position:fixed; right:0; top:50%; transform:translateY(-50%); z-index:90; display:flex; flex-direction:column; }.fbb{
      background:rgba(43,127,255,.9); color:#142033; padding:11px 9px; font-size:12px;
      line-height:1.4; writing-mode:vertical-rl; cursor:pointer; transition:all .2s;
      border-bottom:1px solid rgba(255,255,255,.1);
    }.fbb:hover{ background:rgba(0,212,255,.9); }.fbb:first-child{ border-radius:6px 0 0 0; }.fbb:last-child{ border-radius:0 0 0 6px; border-bottom:none; }    /* ══ PAGE HERO：知识库首屏加大占比 ══ */
    .ph{
      min-height: 48vh !important;
      height: auto !important;
      display: flex; flex-direction: column; justify-content: center !important;
      padding: 132px 0 72px !important;
      position: relative; overflow: hidden; box-sizing: border-box;
      background: linear-gradient(135deg,#F5F8FC 0%,#F5F8FC 55%,#EEF4FB 100%);
    }.ph > .pw{
      flex: 0 0 auto !important;
      justify-content: flex-start !important;
    }.ph-inner{
      position: relative; z-index: 2;
      flex: none !important;
      justify-content: flex-start !important;
      min-height: 0 !important;
      padding-top: 12px;
      padding-bottom: 8px;
    }.ph-content{ position: relative; z-index: 2; max-width: 920px; }.ph-bg{
      position: absolute;
      top: 0; right: 0; bottom: 0;
      width: min(58vw, 900px);
      pointer-events: none;
      z-index: 1;
    }.ph-bg img{
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: 72% center;
      display: block;
      opacity: 0.72;
      -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.15) 18%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.88) 68%, #000 100%);
      mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.15) 18%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.88) 68%, #000 100%);
    }/* 英雄区右侧浅色渐隐，保证左侧文案可读 */
    .ph-bg::after{
      content: '';
      position: absolute; inset: 0;
      background:
        linear-gradient(to right, #F5F8FC 0%, rgba(245,248,252,.92) 18%, rgba(245,248,252,.55) 42%, rgba(245,248,252,.18) 68%, transparent 88%),
        linear-gradient(to top, rgba(245,248,252,.35) 0%, transparent 40%),
        linear-gradient(135deg, rgba(43,127,255,.06) 0%, transparent 50%);
      pointer-events: none;
    }@media (max-width: 768px){
      .ph-bg { width: 100%; opacity: .55; }
      .ph-bg img { opacity: .45; object-position: center; }
    }.phg{
      position:absolute; inset:0;
      background-image:linear-gradient(rgba(43,127,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(43,127,255,.05) 1px,transparent 1px);
      background-size:52px 52px;
    }.pho1{
      position:absolute; width:600px; height:600px; border-radius:50%;
      background:radial-gradient(circle,rgba(43,127,255,.1) 0%,transparent 65%);
      top:-200px; right:-80px; pointer-events:none;
    }.pho2{
      position:absolute; width:350px; height:350px; border-radius:50%;
      background:radial-gradient(circle,rgba(0,212,255,.06) 0%,transparent 65%);
      bottom:-100px; left:-60px; pointer-events:none;
    }/* breadcrumb */
    .bc{ display:flex; align-items:center; gap:10px; margin-bottom:18px; }.bc a{
      display:inline-flex; align-items:center; gap:6px;
      color:#1D6FEB; font-size:16px; font-weight:600;
      text-decoration:none; transition:color .2s, opacity .2s;
    }.bc a i, .bc a svg{ width:18px; height:18px; flex-shrink:0; }.bc a:hover{ color:#1565C0; text-decoration:underline; text-underline-offset:3px; }.bc .sep{ color:#8A97A8; font-size:16px; font-weight:500; }.bc .cur{ color:#142033; font-size:16px; font-weight:600; }/* section tag */
    .stag{
      display:inline-block; background:rgba(43,127,255,.14); border:1px solid rgba(43,127,255,.32);
      color:#1D5FD0;  padding:4px 14px; border-radius:20px; letter-spacing:2px; margin-bottom:12px;
    }/* ══ 搜索条（冷白明亮）══ */
    .srch{
      display:flex; align-items:stretch; width:100%; max-width:500px; box-sizing:border-box;
      background:#FFFFFF; border:1px solid rgba(20,40,80,.12); border-radius:10px; overflow:hidden;
      transition:border-color .3s,box-shadow .3s;
      box-shadow:0 4px 16px rgba(20,40,80,.05);
    }.srch:focus-within{ border-color:rgba(43,127,255,.55); box-shadow:0 0 0 3px rgba(43,127,255,.12); }.si{
      flex:1 1 auto; min-width:0; width:0; background:transparent; border:none; outline:none;
      padding:12px 14px; color:#142033; font-size:15px; font-family:"Space Grotesk","Noto Sans SC",sans-serif;
    }.si::placeholder{ color:#5B6B7F; }.sb{
      flex:0 0 auto; background:linear-gradient(135deg,#2B7FFF,#1D6FEB); border:none;
      padding:0 18px; cursor:pointer; color:#FFFFFF; font-size:15px; font-weight:600;
      transition:all .2s; display:flex; align-items:center; gap:6px; white-space:nowrap;
    }.sb:hover{ background:linear-gradient(135deg,#1D6FEB,#1565C0); }/* ══ 分类标签（冷白明亮）══ */
    .ctabs{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:28px; }.ctab{
      padding:10px 20px; border-radius:8px; font-size:18px; font-weight:500;
      cursor:pointer; border:1px solid rgba(20,40,80,.12);
      background:#FFFFFF; color:#000000; transition:all .22s;
      white-space:nowrap; box-shadow:0 2px 8px rgba(20,40,80,.04);
    }.ctab:hover{ color:#1D5FD0; border-color:rgba(43,127,255,.35); background:rgba(43,127,255,.06); }.ctab.on{ color:#FFFFFF; border-color:#1D6FEB; background:#1D6FEB; box-shadow:0 4px 12px rgba(29,111,235,.22); }/* ══ 置顶大卡（冷白明亮）══ */
    .fcard{
      display:grid; grid-template-columns:1fr 1fr;
      background:#FFFFFF; border:1px solid rgba(20,40,80,.10);
      border-radius:16px; overflow:hidden; cursor:pointer; margin-bottom:20px;
      transition:all .35s; box-shadow:0 8px 28px rgba(20,40,80,.06);
    }.fcard:hover{ border-color:rgba(43,127,255,.28); transform:translateY(-4px); box-shadow:0 16px 40px rgba(20,40,80,.10); }.fcard:hover .fi{ transform:scale(1.04); }.fi{ width:100%; height:100%; min-height:260px; object-fit:cover; display:block; transition:transform .4s; }/* ══ 文章列表项（冷白明亮）══ */
    .aitem{
      display:flex; gap:18px; align-items:flex-start;
      background:#FFFFFF; border:1px solid rgba(20,40,80,.10);
      border-radius:13px; padding:18px 22px; cursor:pointer; margin-bottom:12px;
      transition:all .28s; position:relative; overflow:hidden;
      box-shadow:0 8px 28px rgba(20,40,80,.06); color:#142033;
    }.aitem::before{
      content:''; position:absolute; left:0; top:0; bottom:0; width:3px;
      background:linear-gradient(180deg,#2B7FFF,#1D6FEB);
      opacity:0; transition:opacity .28s;
    }.aitem:hover{ border-color:rgba(43,127,255,.28); transform:translateX(3px); box-shadow:0 12px 32px rgba(20,40,80,.10); }.aitem:hover::before{ opacity:1; }.aitem:hover .ath{ transform:scale(1.06); }.atw{ width:130px; height:88px; border-radius:9px; overflow:hidden; flex-shrink:0; }.ath{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s; }.ady{ font-family:"Space Grotesk",sans-serif; font-size:40px; font-weight:700; line-height:1; color:#1D6FEB; }/* ══ 侧栏（冷白明亮）══ */
    .scard{
      background:#FFFFFF; border:1px solid rgba(20,40,80,.10);
      border-radius:13px; padding:20px 18px; margin-bottom:18px;
      box-shadow:0 8px 28px rgba(20,40,80,.06);
    }.sttl{
      color:#142033; font-weight:700; font-size:16px; margin-bottom:14px;
      padding-bottom:11px; border-bottom:1px solid rgba(20,40,80,.08);
      display:flex; align-items:center; justify-content:space-between;
    }.sitem{ padding:11px 0; border-bottom:1px solid rgba(20,40,80,.06); cursor:pointer; transition:all .2s; }.sitem:last-child{ border-bottom:none; padding-bottom:0; }.sitem:hover h4{ color:#1D6FEB; }.sitem h4{color:#142033; line-height:1.55; margin-bottom:3px; font-weight:500; transition:color .2s;}.sitem time{ color:#5B6B7F; font-size:12px; }/* 标签胶囊 */
    .tp{ display:inline-block; font-size:12px; padding:2px 9px; border-radius:20px; font-weight:500; }
    /* ══ 分页（胶囊条，覆盖 CMF 裸 li）══ */
    .news-pager{
      display:flex;flex-direction:column;align-items:center;gap:16px;
      margin-top:48px;
    }
    .news-pager-list,
    .news-pager ul{
      display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
      gap:8px;list-style:none!important;margin:0;padding:10px 12px;
      background:#FFFFFF;border:1px solid rgba(20,40,80,.08);
      border-radius:999px;box-shadow:0 10px 32px rgba(20,40,80,.08);
    }
    .news-pager li,
    .news-pager .page-item{
      list-style:none!important;margin:0;padding:0;display:flex;
    }
    .news-pager li::marker{content:none;}
    .news-pager .page-link,
    .news-pager .page-item > a,
    .news-pager .page-item > span{
      min-width:48px;height:48px;padding:0 16px;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;
      border:none;background:transparent;color:#334155;
      font-size:16px;font-weight:600;line-height:1;text-decoration:none;
      font-family:inherit;transition:background .2s,color .2s,box-shadow .2s,transform .2s;
    }
    .news-pager .page-item:not(.disabled):not(.active) .page-link:hover,
    .news-pager .page-item:not(.disabled):not(.active) > a:hover{
      background:rgba(43,127,255,.08);color:#1D6FEB;
    }
    .news-pager .page-item.active .page-link,
    .news-pager .page-item.active > span{
      background:linear-gradient(135deg,#2B7FFF,#1D6FEB);color:#FFFFFF;
      box-shadow:0 8px 20px rgba(29,111,235,.32);
    }
    .news-pager .page-item.disabled:not(.active) .page-link,
    .news-pager .page-item.disabled:not(.active) > span{
      color:#94A3B8;cursor:default;background:transparent;box-shadow:none;
    }
    .news-pager .page-item:first-child .page-link,
    .news-pager .page-item:last-child .page-link{
      min-width:auto;padding:0 22px;font-size:16px;
    }
    @media(max-width:640px){
      .news-pager-list,.news-pager ul{border-radius:18px;padding:8px;gap:6px;}
      .news-pager .page-link{min-width:40px;height:40px;padding:0 12px;font-size:15px;}
      .news-pager .page-item:first-child .page-link,
      .news-pager .page-item:last-child .page-link{padding:0 14px;}
    }
/* ══ 侧栏咨询（与 scard 同一套白卡）══ */
    .side-cta{
      background:#FFFFFF;
      border:1px solid rgba(20,40,80,.10);
      border-radius:13px;
      padding:22px 18px;
      text-align:center;
      box-shadow:0 8px 28px rgba(20,40,80,.06);
    }.side-cta .side-cta-phone{
      display:block;
      margin:0 0 10px;
      color:#1D6FEB;
      font-family:"Space Grotesk",sans-serif;
      font-size:22px;
      font-weight:700;
      letter-spacing:.02em;
      text-decoration:none;
      line-height:1.2;
    }.side-cta .side-cta-phone:hover{ color:#1565C0; }.side-cta h4{color:#142033;
      font-weight:700;
      margin:0 0 8px;}.side-cta p{color:#5B6B7F;
      line-height:1.6;
      margin:0 0 16px;}.side-cta .bp{
      width:100%;
      padding:11px;
      font-size:15px;
      border-radius:8px;
      color:#FFFFFF;
    }/* ══ CTA BANNER ══ */
    .ctab-ban{
      background:linear-gradient(135deg,#182E4A 0%,#1E3A5F 50%,#182E4A 100%);
      border-top:1px solid rgba(43,127,255,.24); border-bottom:1px solid rgba(43,127,255,.24);
      position:relative; overflow:hidden;
    }.ctab-ban::before{
      content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
      width:800px; height:200px;
      background:radial-gradient(ellipse,rgba(43,127,255,.14) 0%,transparent 60%);
      pointer-events:none;
    }/* ══ FOOTER ══ */
    /* 页脚：统一首页深蓝，见下方校正 */

    @keyframes fadeUp{ from{opacity:0;transform:translateY(22px);} to{opacity:1;transform:translateY(0);} }.fu{ animation:fadeUp .7s ease forwards; }.d1{animation-delay:.1s;opacity:0;}.d2{animation-delay:.2s;opacity:0;}.d3{animation-delay:.28s;opacity:0;}/* ── Unified header/footer from index.html ── */
    #main-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,40,80,.08);transition:.45s;}#main-nav.scrolled{background:#fff;backdrop-filter:blur(12px);border-bottom-color:rgba(20,40,80,.10);box-shadow:0 8px 24px rgba(20,40,80,.06);}#nav-inner{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px;transition:padding .45s cubic-bezier(.4,0,.2,1);}#main-nav.scrolled #nav-inner{padding-top:10px;padding-bottom:10px;}#nav-logo-img{height:36px;width:auto;transition:height .45s;}#main-nav.scrolled #nav-logo-img{height:28px;}#nav-logo-text{font-weight:700;color:#142033;font-size:20px;white-space:nowrap;transition:font-size .45s;}#main-nav.scrolled #nav-logo-text{font-size:17px;}.nav-link{position:relative;color:#142033;font-weight:500;letter-spacing:.01em;white-space:nowrap;transition:color .2s,font-size .45s;text-decoration:none;}.nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2B7FFF;transition:width .3s ease;border-radius:1px;}#main-nav.scrolled .nav-link{}.nav-link:hover{color:#142033;}.nav-link:hover::after{width:100%;}.nav-link.active{color:#2B7FFF;font-weight:700;}.nav-link.active::after{width:100%;}#nav-phone{font-weight:500;color:#142033;}.btn-primary{background:linear-gradient(135deg,#2B7FFF,#0EA5E9);border:none;color:#fff;padding:10px 26px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;}.btn-primary:hover{box-shadow:0 0 25px rgba(43,127,255,.6);transform:translateY(-2px);}#mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid rgba(20,40,80,.10);padding:12px 0;}#mobile-menu a{display:block;padding:10px 24px;color:#142033;font-size:15px;text-decoration:none;}#mobile-menu a:hover{color:#00D4FF;background:rgba(43,127,255,.1);}/* 页脚：统一首页深蓝，见下方校正 */
  
    /* ── Match index.html global width, typography, header and footer ── */
    body{ font-size: 16px; }.max-w-7xl{ max-width: 1700px !important; }#main-nav{
      background: rgba(11, 26, 46, 0.55);
      backdrop-filter: blur(0px) saturate(1);
      -webkit-backdrop-filter: blur(0px) saturate(1);
      border-bottom-color: rgba(43,127,255,0);
      box-shadow: none;
      transition:
        background 0.45s cubic-bezier(0.4,0,0.2,1),
        border-color 0.45s cubic-bezier(0.4,0,0.2,1),
        box-shadow 0.45s cubic-bezier(0.4,0,0.2,1),
        backdrop-filter 0.45s cubic-bezier(0.4,0,0.2,1);
    }#main-nav.scrolled{
      background: rgba(11, 26, 46, 0.82);
      backdrop-filter: blur(28px) saturate(1.6) brightness(0.95);
      -webkit-backdrop-filter: blur(28px) saturate(1.6) brightness(0.95);
      border-bottom-color: rgba(43,127,255,0.28);
      box-shadow:
        0 1px 0 rgba(43,127,255,0.12),
        0 8px 32px rgba(4,12,28,0.45),
        0 0 60px rgba(43,127,255,0.05);
    }.nav-link{  }#main-nav.scrolled .nav-link{  }#nav-phone{
      
      transition: font-size 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.45s ease;
    }#main-nav.scrolled #nav-phone{  opacity: 0.75; }#nav-cta{
      padding: 10px 28px;
      font-size: 16px;
      transition:
        padding 0.45s cubic-bezier(0.4,0,0.2,1),
        font-size 0.45s cubic-bezier(0.4,0,0.2,1);
    }#main-nav.scrolled #nav-cta{
      padding: 7px 20px;
      font-size: 14px;
    }/* ══ 文章资讯排版：加大字号、疏朗布局、标题不加粗 ══ */
    .ctabs{ margin-bottom: 32px; gap: 10px; }.ctab{ font-size: 18px !important; padding: 12px 22px !important; }.tp{ font-size: 14px; padding: 4px 11px; }.fcard{ margin-bottom: 28px; }.fcard > div:nth-child(2){ padding: 36px 32px !important; }.fcard h2{font-weight: 400 !important;
      line-height: 1.55 !important;
      margin-bottom: 14px !important;}.fcard p{line-height: 1.85 !important;
      color: #5B6B7F !important;}.fcard .feat-meta{
      font-size: 15px !important;
      color: #5B6B7F !important;
    }.fcard .feat-read{
      font-size: 16px !important;
      font-weight: 500 !important;
    }.aitem{
      padding: 24px 28px !important;
      margin-bottom: 18px !important;
      gap: 24px !important;
    }.atw{ width: 148px !important; height: 100px !important; border-radius: 10px !important; }
    .aitem h3,
    #alist .aitem h3{font-weight: 400 !important;
      line-height: 1.65 !important;
      margin-bottom: 10px !important;}
    .aitem p,
    #alist .aitem p{line-height: 1.8 !important;
      color: #5B6B7F !important;}
    .aitem time,
    #alist .aitem time{
      font-size: 14px !important;
      color: #5B6B7F !important;
    }#alist .aitem .date-unit{
      font-size: 13px !important;
      color: #5B6B7F !important;
    }.ady{ font-size: 44px; font-weight: 600; }.scard{ padding: 24px 20px; margin-bottom: 22px; }.sttl{ font-weight: 500 !important; font-size: 18px !important; margin-bottom: 16px !important; }.sitem{ padding: 14px 0 !important; }.sitem h4{font-weight: 400 !important;
      line-height: 1.65 !important;
      margin-bottom: 6px !important;}.sitem time{ font-size: 14px !important; color: #5B6B7F !important; }
    .news-layout{
      display:grid;
      grid-template-columns:1fr 320px;
      gap:36px;
      align-items:start;
    }/* 明亮主题 */
    :root{--n900:#F5F8FC;--n950:#EEF4FB;--eb:#2B7FFF;}body{background:#F5F8FC!important;color:#142033!important;}.sec-title,.section-title,h1,h2,h3{color:#142033!important;}.sec-sub,.section-sub{color:#5B6B7F!important;}.gt{background:linear-gradient(135deg,#1D6FEB,#00A8D8,#2B7FFF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}.ph,.sw-hero,.sd-hero,.mp-hero,.app-hero,.cs-hero,.ai-hero,.ab-hero,.page-hero,.detail-hero{
      background:radial-gradient(ellipse at 80% 20%,rgba(43,127,255,.10),transparent 45%),linear-gradient(180deg,#F8FBFF,#F5F8FC)!important;color:#142033!important;
    }.ph h1,.sw-hero h1,.sd-hero h1,.mp-hero h1,.app-hero h1,.cs-hero h1,.ai-hero h1,.ab-hero h1,
    .ph p,.sw-hero p,.sd-hero p,.mp-hero p,.app-hero p,.cs-hero p,.ai-hero p,.ab-hero p{color:#142033!important;}.sec,section.sec,.process-sec{background:#F5F8FC!important;color:#142033!important;}.svc-card,.type-card,.pain-card,.case-card,.kb-card,.faq-item,.fcard,.cap-card,.cred-block,.fit-card,.scard,.side-card,.article-list-card,.article-card{
      background:#fff!important;border-color:rgba(20,40,80,.10)!important;color:#142033!important;box-shadow:0 8px 28px rgba(20,40,80,.06);
    }.svc-card h3,.type-card h3,.pain-card h3,.case-card h3,.kb-card h3,.cap-card h3,.fit-card h3{color:#142033!important;}.svc-card p,.type-card p,.pain-card p,.kb-card p,.cap-card p,.cred-meta p{color:#5B6B7F!important;}#types{background:linear-gradient(180deg,#F5F8FC,#EEF4FB)!important;}#types .type-col h4{color:#142033!important;border-color:rgba(20,40,80,.10)!important;}#types .type-col + .type-col{border-color:rgba(20,40,80,.10)!important;}#types .type-card{border-color:rgba(20,40,80,.08)!important;}#types .type-col:nth-child(1) .type-card h3{color:#1D6FEB!important;}#types .type-col:nth-child(2) .type-card h3{color:#2563EB!important;}#types .type-col:nth-child(3) .type-card h3{color:#0F9F6E!important;}#process.process-sec{background:#EEF4FB!important;}#process.process-sec::before{opacity:.12!important;}.cred-block{background:#fff!important;}.cred-meta h3{color:#142033!important;}/* 明亮主题强化 */
    :root{--n950:#F5F8FC!important;--n900:#EEF4FB!important;--eb:#2B7FFF;--ec:#00A8D8;}body{background:#F5F8FC!important;color:#142033!important;}.text-white{color:#142033!important;}.btn-primary,.cta-ban .text-white,.cta-banner .text-white,.cta-ban h2,.cta-banner h2,.ctab-ban h2,.cta-ban .cta-sub,.cta-banner .cta-sub{color:#fff !important;}.cta-ban .cta-phone,.cta-banner .cta-phone{color:rgba(255,255,255,.92)!important;}.site-footer,footer.py-12,body > footer,#site-footer .site-footer{
      background:
        transparent !important;
      color:rgba(255,255,255,.88)!important;
      border-top:none!important;
    }.site-footer .text-white,.site-footer h3,.site-footer h5,.site-footer p,
    footer .text-white,footer h3,footer h5,footer p{color:#FFFFFF!important;}.site-footer a,footer a,
    .site-footer .text-slate-300,.site-footer .text-slate-400,.site-footer .text-slate-500,.site-footer .text-slate-600,
    footer .text-slate-300,footer .text-slate-400,footer .text-slate-500,footer .text-slate-600{
      color:rgba(255,255,255,.72)!important;
    }.site-footer a:hover,footer a:hover{color:#7DD3FC!important;}.site-footer .border-blue-900\/20,.site-footer .border-b,
    footer .border-blue-900\/20,footer .border-b{border-color:rgba(255,255,255,.14)!important;}#page-loader{background:radial-gradient(ellipse at 50% 35%,#fff 0%,#F5F8FC 55%,#EEF4FB 100%)!important;}.loader-brand{color:#142033!important;}.loader-tip{color:#5B6B7F!important;}#services,#types,#pain,#capabilities,#fit,#faq,#knowledge,#cases,.sec{
      background:linear-gradient(180deg,#F5F8FC,#EEF4FB)!important;color:#142033!important;
    }#process,.process-sec{background:#EEF4FB!important;}.svc-card,.type-card,.pain-card,.case-card,.kb-card,.faq-item,.fcard,.cap-card,.cred-block,.fit-card,.scard,.side-card,.article-card,.flow6-item,.side-cta{
      background:#fff!important;border-color:rgba(20,40,80,.10)!important;color:#142033!important;box-shadow:0 8px 28px rgba(20,40,80,.06)!important;
    }h1,h2,h3,.sec-title{color:#142033!important;}.sec-sub{color:#5B6B7F!important;}.gt,.grad-text{background:linear-gradient(135deg,#1D6FEB,#00A8D8,#2B7FFF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}/* 清晰明亮页级校正 v51 */
    html,body{background:#F5F8FC!important;color:#142033!important;}/* CTA 外沿接上一段列表底色 */
    :root{ --cta-band-bg:#F5F8FC; }#main-nav{background:rgba(255,255,255,.9)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid rgba(20,40,80,.08)!important;box-shadow:none!important;}#main-nav.scrolled{background:#fff!important;box-shadow:0 8px 24px rgba(20,40,80,.06)!important;}.nav-link,#nav-phone{color:#142033!important;}.nav-link.active,.nav-link:hover{color:#2B7FFF!important;}#mobile-menu{background:#fff!important;}#mobile-menu a{color:#142033!important;}.btn-primary{color:#fff!important;}.btn-outline{color:#1D6FEB!important;border-color:rgba(43,127,255,.45)!important;}.sec-sub,.section-sub{color:#5B6B7F!important;}.sec-title,.section-title,h1,h2,h3{color:#142033!important;}.stag,.section-tag{background:rgba(43,127,255,.08)!important;border-color:rgba(43,127,255,.22)!important;color:#1D5FD0!important;}.gt,.grad-text{background:linear-gradient(135deg,#1D6FEB,#00A8D8,#2B7FFF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent!important;}.text-white{color:#142033!important;}.cta-ban h2,.cta-banner h2,.ctab-ban h2,.cta-ban .cta-sub,.cta-banner .cta-sub,.cta-ban .cta-phone,.cta-banner .cta-phone,.btn-primary{color:#fff!important;}.svc-card,.type-card,.pain-card,.case-card,.kb-card,.faq-item,.fcard,.cap-card,.cred-block,.fit-card,.scard,.side-card,.article-card,.flow6-item{
      background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
      border:1px solid rgba(20,40,80,.10)!important;color:#142033!important;box-shadow:0 8px 28px rgba(20,40,80,.06)!important;
    }.svc-card h3,.type-card h3,.pain-card h3,.case-card h3,.kb-card h3,.cap-card h3,.fit-card h3{color:#142033!important;}.svc-card p,.type-card p,.pain-card p,.kb-card p,.cap-card p,.sec-sub,.intro-copy p{color:#5B6B7F!important;}#types .type-card p,#capabilities .cap-card h3,#capabilities .cap-card p,#knowledge .kb-card,
    #knowledge .kb-card h3,#knowledge .kb-card p{color:#142033!important;}#types .type-card p,#capabilities .cap-card p,#knowledge .kb-card p{color:#5B6B7F!important;}#knowledge .kb-card{background:#fff!important;}#types .type-col h4{color:#142033!important;}/* 页脚样式见统一深蓝块 */
    .sw-hero-grid,.sd-hero-grid,.mp-hero-grid,.app-hero-grid,.ai-hero-grid,.cs-hero-grid,.ab-hero-grid{opacity:1!important;}#process.process-sec::before{display:none!important;}/* 资讯页明亮主题补强，防止暗底/霓虹回潮 */
    .aitem,.fcard,.scard,.srch{
      background:#FFFFFF!important;border:1px solid rgba(20,40,80,.10)!important;
      box-shadow:0 8px 28px rgba(20,40,80,.06)!important;color:#142033!important;
    }.si{color:#142033!important;}.si::placeholder{color:#5B6B7F!important;}.sb{color:#FFFFFF!important;}.ctab{background:#FFFFFF!important;color:#000000!important;border-color:rgba(20,40,80,.12)!important;}.ctab:hover{color:#1D5FD0!important;background:rgba(43,127,255,.06)!important;}.ctab.on{background:#1D6FEB!important;color:#FFFFFF!important;border-color:#1D6FEB!important;}.pgb{background:#FFFFFF!important;color:#5B6B7F!important;border-color:rgba(20,40,80,.12)!important;}.pgb:hover{color:#1D5FD0!important;background:rgba(43,127,255,.06)!important;}.pgb.on{background:#1D6FEB!important;color:#FFFFFF!important;border-color:#1D6FEB!important;}.fcard p,.aitem p,#alist .aitem p,.sitem time{color:#5B6B7F!important;}.aitem h3,#alist .aitem h3,.fcard h2,.sitem h4{color:#142033!important;font-weight:400!important;}.ph-bg::after{
      background:
        linear-gradient(to right,#F5F8FC 0%,rgba(245,248,252,.92) 18%,rgba(245,248,252,.55) 42%,rgba(245,248,252,.18) 68%,transparent 88%),
        linear-gradient(to top,rgba(245,248,252,.35) 0%,transparent 40%),
        linear-gradient(135deg,rgba(43,127,255,.06) 0%,transparent 50%)!important;
    }    /* 资讯首屏加大占比（覆盖 site-common 与早期压矮规则） */
    .ph,
    .ph.ph-compact{
      min-height:48vh!important;height:auto!important;
      padding:132px 0 72px!important;
      justify-content:center!important;
    }.ph > .pw,.ph-inner,
    .ph.ph-compact > .pw,.ph.ph-compact .ph-inner{
      flex:0 0 auto!important;min-height:0!important;
      justify-content:flex-start!important;
    }
    .ph .srch{ max-width:560px; }
    .ph .si{ padding:14px 18px; font-size:16px; }
    .ph .sb{ padding:0 22px; font-size:16px; }
    @media(max-width:768px){
      .ph,.ph.ph-compact{
        min-height:0!important;
        padding:112px 0 48px!important;
      }
      .ph .srch{ max-width:100%; width:100%; box-sizing:border-box; }
      .ph .si{ padding:12px 12px; font-size:14px; }
      .ph .sb{ padding:0 14px; font-size:14px; gap:4px; flex:0 0 auto; }
      .ph-content{ width:100%; max-width:100%; box-sizing:border-box; overflow:visible; }
      .pw{ padding-left:16px!important; padding-right:16px!important; }

      /* 列表区：单栏，避免侧栏挤占 */
      .news-layout{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:22px!important;
      }

      /* 分类标签：两列等宽 */
      .ctabs{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px!important;
        margin-bottom:20px!important;
      }
      .ctab{
        width:100%;
        box-sizing:border-box;
        padding:10px 8px!important;
        font-size:14px!important;
        text-align:center;
        justify-content:center;
      }

      /* 文章卡：缩小缩略图、隐藏右侧大日期，给标题留宽 */
      .aitem{
        padding:14px!important;
        gap:12px!important;
        align-items:flex-start!important;
      }
      .atw{
        width:96px!important;
        height:72px!important;
        border-radius:8px!important;
        flex-shrink:0!important;
      }
      .aitem > div:last-child{
        display:none!important;
      }
      .aitem h3,
      #alist .aitem h3{
        font-size:15px!important;
        line-height:1.45!important;
        margin-bottom:6px!important;
      }
      .aitem p,
      #alist .aitem p{
        font-size:13px!important;
        line-height:1.55!important;
        -webkit-line-clamp:2;
      }
      .tp{ font-size:12px!important; padding:2px 8px!important; }
    }

    @media(max-width:900px) and (min-width:769px){
      .news-layout{
        grid-template-columns:1fr!important;
        gap:24px!important;
      }
    }

  