/* Extracted from html/3、后评价报告业务/2、后评价报告案例列表.html style block 1 */
:root{--blue:#0047FF;--blue2:#006CFF;--deep:#071A45;--light:#F4F8FF;--soft:#EEF4FF;--text:#24304A;--muted:#667085;--line:#D9E4FF;--white:#fff;--shadow:0 18px 50px rgba(7,26,69,.12);--radius:22px}
    *{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:0 auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.logo-mark{width:46px;height:46px;border-radius:14px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:28px}.brand-name{font-weight:900;color:var(--deep);font-size:24px}.nav a{font-weight:800;color:#536079;margin-left:26px}.nav a:hover{color:var(--blue)}.nav-phone{display:inline-flex!important;margin-left:18px!important;padding:9px 16px!important;border-radius:999px;background:var(--blue);color:#fff!important;font-size:20px!important;font-weight:900!important;box-shadow:0 12px 28px rgba(0,71,255,.24);white-space:nowrap}.hero-phone{display:inline-flex;margin-top:26px;padding:15px 24px;border-radius:999px;background:#F5B544;color:#071A45;font-size:26px;font-weight:900;box-shadow:0 16px 36px rgba(245,181,68,.28)}.footer-phone{font-size:20px;font-weight:900;color:#fff;white-space:nowrap}.hero{background:linear-gradient(135deg,#071A45 0%,#0047FF 56%,#EAF1FF 100%);color:#fff;padding:86px 0}.hero h1{font-size:46px;line-height:1.12;margin:0 0 18px;white-space:nowrap}.hero p{font-size:19px;max-width:820px;margin:0;color:rgba(255,255,255,.86)}section{padding:70px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2{font-size:34px;line-height:1.15;margin:0;color:var(--deep);white-space:nowrap}.section-desc{color:var(--muted);max-width:620px;margin:0}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 18px;font-weight:800;color:#4E5D78;cursor:pointer;transition:.2s}.filter:hover,.filter.active{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 12px 28px rgba(0,71,255,.2);transform:translateY(-2px)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.case-card{background:linear-gradient(180deg,#fff,#F8FBFF);border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 34px rgba(7,26,69,.06);transition:.22s}.case-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(7,26,69,.12);border-color:#BBD0FF}.case-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--soft);color:var(--blue);font-weight:900;font-size:13px;margin-bottom:12px}.case-card h3{margin:0 0 12px;color:var(--deep);font-size:20px;white-space:nowrap}.case-card p{margin:0;color:var(--muted)}.case-link{display:inline-flex;margin-top:18px;color:var(--blue);font-weight:900}.case-link:after{content:"→";margin-left:6px}footer{background:#071A45;color:#C9D6FF;padding:26px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px}.note{background:var(--light);border:1px solid var(--line);border-radius:20px;padding:20px;color:#536079;margin-top:26px}@media(max-width:900px){.container{max-width:calc(100% - 32px)}.hero h1,.section-head h2,.case-card h3{white-space:normal}.section-head{display:block}.case-grid{grid-template-columns:1fr}.nav nav a:not(.nav-phone){display:none}.nav-phone{display:inline-flex!important;font-size:16px!important;padding:8px 12px!important}}
  
    /* 右下角统一浮动咨询组件 */
    .floating{position:fixed;right:22px;bottom:22px;z-index:999;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
    .float-btn{display:flex;align-items:center;justify-content:center;min-width:176px;height:46px;border-radius:999px;padding:0 18px;font-weight:900;font-size:15px;box-shadow:0 14px 34px rgba(7,26,69,.20);transition:.22s ease;white-space:nowrap;border:1px solid rgba(255,255,255,.28)}
    .float-btn:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(7,26,69,.28)}
    .float-consult{background:linear-gradient(135deg,#0047FF,#00A3FF);color:#fff}
    .float-phone{background:#071A45;color:#fff;font-size:16px;letter-spacing:.01em}
    .float-phone strong{font-size:18px;margin-left:4px;color:#fff}
    @media(max-width:760px){.floating{right:14px;bottom:14px;display:flex}.float-btn{min-width:150px;height:42px;font-size:14px}.float-phone strong{font-size:16px}}
