
:root{--brand:#1d4ed8;--brand2:#2563eb;--ink:#1f2937;--sub:#6b7280;--line:#e5e7eb;--bg:#f3f6fc;--ok:#059669;--bad:#dc2626}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:"PingFang SC","Microsoft YaHei",-apple-system,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7}
a{color:inherit;text-decoration:none}
.nav{background:#0b1f4b;position:sticky;top:0;z-index:50}
.nav-in{max-width:1160px;margin:0 auto;padding:0 18px;display:flex;align-items:center;height:58px;gap:4px}
.logo{font-weight:800;font-size:18px;color:#fff;margin-right:14px;white-space:nowrap}
.menu{position:relative}
.menu>a{display:block;color:#dbeafe;font-size:14px;padding:9px 15px;border-radius:8px;white-space:nowrap}
.menu>a:hover,.menu>a.on{background:var(--brand);color:#fff}
.menu .dd{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:10px;box-shadow:0 10px 26px rgba(0,0,0,.16);min-width:150px;padding:6px;z-index:60}
.menu:hover .dd{display:block}
.dd a{display:block;padding:8px 12px;font-size:13px;color:#4b5563;border-radius:7px}
.dd a:hover{background:#eff6ff;color:var(--brand)}
.wrap{max-width:1160px;margin:0 auto;padding:0 18px}
.hero{background:linear-gradient(120deg,#0b1f4b,#1d4ed8);color:#fff;border-radius:0 0 20px 20px;padding:30px 0}
.hero h1{font-size:25px}.hero .sub{font-size:14px;opacity:.9;margin-top:4px}
.cd{display:flex;align-items:center;gap:16px;background:#fff;border-radius:12px;border:1px solid var(--line);padding:15px 20px;margin:16px 0;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.cd .cl{font-size:13px;color:var(--sub)}.cd .ct{font-size:31px;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums}
.cd .cx{margin-left:auto;font-size:12px;color:var(--sub);text-align:right}
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}
.tile{background:#fff;border-radius:12px;padding:15px;text-align:center;border:1px solid var(--line)}
.tile .tn{font-size:23px;font-weight:800;color:var(--brand);font-variant-numeric:tabular-nums}
.tile .tl{font-size:12px;color:var(--sub)}
.tile.g .tn{color:var(--ok)}.tile.r .tn{color:var(--bad)}
.matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0}
.mx{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;display:flex;justify-content:space-between;align-items:center}
.mx:hover{border-color:var(--brand)}
.mx .mi{font-size:17px;font-weight:800;color:var(--brand)}
.mx .md{font-size:13px;color:var(--sub);margin-top:3px}
.mx .go{color:var(--brand);font-weight:700}
.card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:20px;margin:16px 0}
.card h2{font-size:18px;color:#0f172a}
.card .desc{font-size:13px;color:var(--sub);margin:6px 0 13px}
.tw{overflow-x:auto;border:1px solid var(--line);border-radius:11px}
table{width:100%;border-collapse:collapse;font-size:14px;min-width:720px}
thead th{background:#0b1f4b;color:#dbeafe;padding:10px 9px;font-weight:600;font-size:13px;text-align:center;white-space:nowrap}
tbody td{padding:8px 9px;text-align:center;border-bottom:1px solid #eef0f4;white-space:nowrap;color:#374151}
tbody tr:nth-child(even){background:#f8fafc}tbody tr:hover{background:#eff6ff}
td.s{font-weight:800;color:var(--brand)}
.q{display:inline-block;width:23px;height:23px;line-height:23px;border-radius:6px;background:#dbeafe;color:var(--brand);font-style:normal;font-weight:700;font-size:12px;margin:0 2px;text-align:center}
td.yc{font-weight:600}.ok{color:var(--ok);font-weight:800}.no{color:var(--bad);font-weight:800}
.pp{margin:14px 0;padding:14px 16px;border:1px solid var(--line);border-radius:12px}
.pp-h{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-wrap:wrap;gap:6px}
.pp-h h3{font-size:15px}.pp-h span{font-size:12px;color:var(--sub)}
.foot{background:#0b1f4b;color:#94a3b8;margin-top:26px;padding:26px 0;font-size:13px}
.foot .fb{font-weight:800;color:#fff;font-size:15px;margin-bottom:9px}
.foot .fl{display:flex;flex-wrap:wrap;gap:6px 16px;margin:9px 0}
.foot .fl a{color:#cbd5e1}.foot .fl a:hover{color:#fff}
@media(max-width:768px){.nav-in{height:auto;padding:10px 0;flex-wrap:wrap}.matrix{grid-template-columns:1fr}.tiles{grid-template-columns:repeat(2,1fr)}.cd{flex-wrap:wrap}.cd .cx{margin-left:0;width:100%;text-align:left}.menu .dd{position:static;display:none;box-shadow:none;border:1px solid var(--line)}.menu:hover .dd{display:block}}
