:root{--red:#DE0303;--red-dark:#A30000;--red-light:#FFF1F1;--ink:#1F2329;--gray:#646A73;--gray-light:#9A9A9A;--line:#EAEAEA;--bg:#F5F5F5;}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:14px;line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{width:80%;max-width:1600px;margin:0 auto}
.header-red{background:linear-gradient(90deg,var(--red-dark),var(--red));color:#fff;position:relative;z-index:50;box-shadow:0 2px 10px rgba(0,0,0,.12)}
.header-red-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px;padding:0 10%}
.header-red .brand{display:flex;align-items:center;gap:10px;flex-shrink:0;cursor:pointer}
.header-red .brand img{height:42px;width:auto}
.header-red .brand b{font-size:24px;color:#fff;letter-spacing:2px}
.header-red .nav{display:flex;gap:2px;flex:1;justify-content:center}
.header-red .nav a{padding:8px 14px;font-size:15px;color:rgba(255,255,255,.92);border-radius:6px;cursor:pointer;transition:color .2s,background .2s;white-space:nowrap}
.header-red .nav a:hover,.header-red .nav a.on{color:#fff;background:rgba(255,255,255,.16)}
.header-red .nav a.on{font-weight:600}
.hero-user{display:flex;align-items:center;gap:10px;flex-shrink:0}
.hero-user a{color:#fff;font-size:14px;padding:6px 16px;border:1px solid rgba(255,255,255,.6);border-radius:18px;cursor:pointer;transition:background .2s;white-space:nowrap}
.hero-user a.reg{background:#fff;color:var(--red);border-color:#fff;font-weight:600}
.burger{display:none;background:none;border:1px solid rgba(255,255,255,.6);border-radius:6px;padding:8px 10px;color:#fff;font-size:16px;cursor:pointer}
.crumb{font-size:13px;color:var(--gray);padding:14px 0 4px}
.crumb a:hover{color:var(--red)}
.footer{margin-top:34px;background:#2B2B2B;color:#B5B5B5}
.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;padding:36px 0 24px}
.fbrand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.fbrand img{height:34px}
.fbrand b{font-size:20px;color:#fff}
.footer p{font-size:13px;line-height:2}
.footer h4{color:#fff;font-size:15px;margin-bottom:10px}
.footer h4 a{display:block;font-size:13px;color:#B5B5B5;font-weight:400;margin-bottom:6px;cursor:pointer}
.footer h4 a:hover{color:#fff}
.fcols{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}
.footer-bottom{border-top:1px solid #3D3D3D;padding:14px 0;text-align:center;font-size:12px;color:#8A8A8A}
.footer-bottom a{margin:0 8px;cursor:pointer;color:#8A8A8A}
.footer-bottom a:hover{color:#fff}
.pager{display:flex;justify-content:center;gap:8px;padding:18px 0 8px;flex-wrap:wrap}
.pager a{min-width:34px;height:34px;line-height:34px;text-align:center;background:#fff;border-radius:6px;font-size:13px;box-shadow:0 1px 4px rgba(0,0,0,.06);padding:0 8px}
.pager a:hover{color:var(--red)}
.pager a.on{background:var(--red);color:#fff}
.pager a.off{background:#f2f3f5;color:#c0c4cc;box-shadow:none;cursor:default}
.pager a.off:hover{color:#c0c4cc}
.pager a.sep{background:none;box-shadow:none;cursor:default;color:#999;min-width:20px;padding:0 4px}
@media (max-width:1024px){
  .wrap{width:92%}
  .header-red .nav{display:none;position:absolute;top:72px;left:0;right:0;background:rgba(122,0,0,.97);flex-direction:column;padding:8px 16px 16px;z-index:40}
  .header-red .nav.open{display:flex}
  .header-red .burger{display:block}
}
@media (max-width:768px){
  .wrap{width:94%}
  .footer-main{grid-template-columns:1fr;gap:20px}
}
