/* ============================================================
   健康在线 jk086.com — 2026 新版模板样式
   设计语言：简洁大气 · 健康绿单主色 · 白底卡片 · 轻阴影
   ============================================================ */
:root{
  --brand:#0B9E6F;
  --brand-dark:#097A56;
  --brand-weak:#E7F5EF;
  --ink:#22313F;
  --sub:#64748B;
  --bg:#F4F7F6;
  --line:#E6ECE9;
  --card:#FFFFFF;
  --radius:12px;
  --shadow:0 1px 4px rgba(18,54,42,.06);
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  font-size:15px;color:var(--ink);background:var(--bg);line-height:1.6;
}
a{color:inherit;text-decoration:none;transition:color .15s}
a:hover{color:var(--brand)}
img{max-width:100%;border:0;display:block}
ul,ol{list-style:none}
button{font-family:inherit}
.container{width:1200px;max-width:calc(100% - 32px);margin:0 auto}
.clear{clear:both}

/* ---------- 顶部通栏 ---------- */
.topbar{background:#fff;border-bottom:1px solid var(--line);font-size:13px;color:var(--sub)}
.topbar .container{display:flex;justify-content:space-between;align-items:center;height:34px}
.topbar a{margin-left:16px}
.topbar a:hover{color:var(--brand)}

/* ---------- 站头：logo + 搜索 ---------- */
.site-header{background:#fff}
.site-header .container{display:flex;align-items:center;height:88px;gap:40px}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-mark svg{width:24px;height:24px}
.logo-text{line-height:1.2}
.logo-text b{font-size:26px;font-weight:700;letter-spacing:2px;color:var(--ink);display:block}
.logo-text i{font-style:normal;font-size:11px;color:var(--sub);letter-spacing:3.5px}
.header-search{flex:1;max-width:520px;margin-left:auto}
.header-search form{display:flex;border:2px solid var(--brand);border-radius:24px;overflow:hidden;background:#fff}
.header-search input[type=text]{flex:1;border:0;outline:0;padding:0 20px;height:42px;font-size:14px;color:var(--ink)}
.header-search button{border:0;background:var(--brand);color:#fff;padding:0 26px;font-size:15px;cursor:pointer;transition:background .15s}
.header-search button:hover{background:var(--brand-dark)}
.hot-words{margin-top:8px;font-size:12px;color:var(--sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hot-words a{margin-left:12px}
.hot-words a:first-child{margin-left:4px;color:var(--brand)}

/* ---------- 主导航 ---------- */
.mainnav{background:#fff;border-top:1px solid var(--line);position:sticky;top:0;z-index:99;box-shadow:0 2px 8px rgba(18,54,42,.05)}
.mainnav .container{display:flex;align-items:stretch}
.mainnav a{display:block;padding:0 22px;line-height:52px;font-size:16px;font-weight:500;color:var(--ink);position:relative}
.mainnav a:hover{color:var(--brand)}
.mainnav a.on{color:var(--brand);font-weight:600}
.mainnav a.on::after{content:"";position:absolute;left:22px;right:22px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--brand)}
.mainnav .nav-home{padding-left:0}

/* ---------- 面包屑 ---------- */
.crumb{padding:16px 0 0;font-size:13px;color:var(--sub)}
.crumb a{color:var(--sub)}
.crumb a:hover{color:var(--brand)}
.crumb span{margin:0 6px;color:#B6C2BC}

/* ---------- 首页焦点区 ---------- */
.focus-grid{display:grid;grid-template-columns:1fr 380px;gap:20px;margin-top:20px}
.focus-left{display:grid;grid-template-columns:440px 1fr;gap:20px}
.slide-box{position:relative;border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,#0FA374,#0B7A58);height:340px;box-shadow:var(--shadow)}
.slide-item{position:absolute;inset:0;opacity:0;transition:opacity .6s;display:block}
.slide-item.on{opacity:1}
.slide-item img{width:100%;height:100%;object-fit:cover}
.slide-item .cap{position:absolute;left:0;right:0;bottom:0;padding:40px 18px 14px;background:linear-gradient(transparent,rgba(10,30,22,.82));color:#fff;font-size:17px;font-weight:500;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.slide-dots{position:absolute;right:14px;bottom:14px;display:flex;gap:6px;z-index:2}
.slide-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:all .2s}
.slide-dots i.on{background:#fff;width:20px;border-radius:4px}
.headline-list{background:var(--card);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow);height:340px;overflow:hidden}
.headline-list .lead a{display:block;font-size:19px;font-weight:700;line-height:1.5;color:var(--ink);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:10px;border-bottom:1px solid var(--line)}
.headline-list .lead a:hover{color:var(--brand)}
.headline-list ul{margin-top:10px}
.headline-list li{padding:7px 0;border-bottom:1px dashed #EDF2EF;font-size:15px}
.headline-list li:last-child{border-bottom:0}
.headline-list li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.headline-list li a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.55;margin-right:9px;vertical-align:3px}
.rank-card{background:var(--card);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow);height:340px;overflow:hidden}
.rank-card h3,.side-card h3{font-size:17px;font-weight:700;padding-bottom:12px;border-bottom:2px solid var(--ink);margin-bottom:8px;position:relative}
.rank-card h3::after,.side-card h3::after{content:"";position:absolute;left:0;bottom:-2px;width:56px;height:2px;background:var(--brand)}
.rank-card ol{counter-reset:r}
.rank-card li{counter-increment:r;padding:6.5px 0;font-size:14px;border-bottom:1px dashed #EDF2EF}
.rank-card li:last-child{border-bottom:0}
.rank-card li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.rank-card li::before{content:counter(r);display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:5px;background:var(--brand-weak);color:var(--brand-dark);font-size:12px;font-weight:700;margin-right:9px}
.rank-card li:nth-child(-n+3)::before{background:var(--brand);color:#fff}

/* ---------- 首页栏目区块 ---------- */
.sec-block{margin-top:34px}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--ink);margin-bottom:16px}
.sec-head h2{font-size:21px;font-weight:700;padding-bottom:10px;position:relative}
.sec-head h2::before{content:"";display:inline-block;width:5px;height:20px;border-radius:3px;background:var(--brand);margin-right:11px;vertical-align:-3px}
.sec-head h2::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:var(--brand)}
.sec-head .more{font-size:13px;color:var(--sub);padding-bottom:10px}
.sec-head .more:hover{color:var(--brand)}
.sec-body{display:grid;grid-template-columns:400px 1fr;gap:26px}
.sec-feature{display:block}
.sec-feature .pic{border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,#128A64,#0B6B4E);height:250px}
.sec-feature img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.sec-feature:hover img{transform:scale(1.04)}
.sec-feature b{display:block;margin-top:12px;font-size:17px;line-height:1.5;font-weight:600;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sec-feature p{margin-top:6px;font-size:13px;color:var(--sub);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sec-list li{border-bottom:1px dashed #EDF2EF}
.sec-list li:last-child{border-bottom:0}
.sec-list li a{display:flex;justify-content:space-between;gap:16px;padding:9.5px 0;font-size:15px}
.sec-list li a span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}
.sec-list li a span:first-child::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.55;margin-right:9px;vertical-align:3px}
.sec-list li time{font-size:13px;color:#9AA8B4;flex-shrink:0;line-height:22px}

/* ---------- 侧栏通用卡 ---------- */
.side-card{background:var(--card);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow);margin-bottom:18px}
.side-card li{padding:7px 0;font-size:14px;border-bottom:1px dashed #EDF2EF}
.side-card li:last-child{border-bottom:0}
.side-card li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.side-card li a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.55;margin-right:9px;vertical-align:3px}
.side-imgcard{border-radius:var(--radius);overflow:hidden;display:block;margin-bottom:18px;box-shadow:var(--shadow);background:linear-gradient(135deg,#128A64,#0B6B4E)}
.side-imgcard img{width:100%;height:190px;object-fit:cover}

/* ---------- 列表页 ---------- */
.page-layout{display:grid;grid-template-columns:1fr 320px;gap:22px;margin:20px 0 40px}
.panel{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 26px 26px}
.panel-title{display:flex;align-items:center;gap:10px;padding:18px 0 14px;border-bottom:2px solid var(--ink)}
.panel-title h1,.panel-title h2{font-size:20px;font-weight:700}
.panel-title::before{content:"";width:5px;height:20px;border-radius:3px;background:var(--brand)}
.list-item{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid #EEF3F0}
.list-item:last-child{border-bottom:0}
.list-item .pic{width:200px;height:132px;border-radius:10px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#128A64,#0B6B4E)}
.list-item .pic img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.list-item:hover .pic img{transform:scale(1.05)}
.list-item .txt{flex:1;min-width:0}
.list-item h3{font-size:17px;font-weight:600;line-height:1.5;margin-bottom:8px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.list-item h3 a:hover{color:var(--brand)}
.list-item p{font-size:13.5px;color:var(--sub);line-height:1.7;margin-bottom:12px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.list-item .meta{font-size:12.5px;color:#9AA8B4}
.list-item .meta b{color:var(--brand);font-weight:500;background:var(--brand-weak);border-radius:4px;padding:1px 8px;margin-right:10px}
.list-plain li{padding:12px 2px;border-bottom:1px dashed #EDF2EF;font-size:15px}
.list-plain li:last-child{border-bottom:0}
.list-plain li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.list-plain li a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.55;margin-right:10px;vertical-align:3px}
.list-plain li time{float:right;font-size:13px;color:#9AA8B4;line-height:24px}

/* ---------- 分页 ---------- */
.pager{padding:26px 0 6px;text-align:center;font-size:14px;clear:both}
.pager a,.pager span{display:inline-block;min-width:36px;height:36px;line-height:34px;padding:0 12px;margin:0 4px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}
.pager a:hover{border-color:var(--brand);color:var(--brand)}
.pager span{border-color:var(--brand);background:var(--brand);color:#fff;font-weight:600}
.pager .info{border:0;background:none;color:var(--sub)}

/* ---------- 详情页 ---------- */
.view-wrap{display:grid;grid-template-columns:1fr 320px;gap:22px;margin:20px 0 40px}
.view-main{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px 40px}
.view-main h1{font-size:26px;font-weight:700;line-height:1.5}
.view-meta{display:flex;flex-wrap:wrap;gap:8px 20px;align-items:center;padding:16px 0 20px;margin-bottom:24px;border-bottom:1px solid var(--line);font-size:13.5px;color:var(--sub)}
.view-meta .cat{color:var(--brand-dark);background:var(--brand-weak);border-radius:5px;padding:2px 10px;font-weight:500}
.view-body{font-size:17px;line-height:1.9;color:#2A3947;word-break:break-word}
.view-body p{margin:0 0 18px}
.view-body img{border-radius:8px;margin:8px auto;max-width:100%;height:auto}
.view-body table{width:100%!important;border-collapse:collapse;margin:14px 0}
.view-body table td{border:1px solid var(--line);padding:8px 12px;font-size:15px}
.view-body a{color:var(--brand-dark);border-bottom:1px solid rgba(11,158,111,.35)}
.copyright-card{margin-top:30px;background:#F6FAF8;border:1px solid var(--line);border-radius:10px;padding:18px 22px;font-size:13px;color:var(--sub);line-height:1.9}
.copyright-card b{color:var(--brand-dark)}
.prenext{display:flex;justify-content:space-between;gap:14px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line);font-size:14.5px}
.prenext a{color:var(--sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48%}
.prenext a:hover{color:var(--brand)}
.prenext a::before{color:var(--brand);margin-right:6px}
.prenext .pre::before{content:"上一篇 · "}
.prenext .next{margin-left:auto;text-align:right}
.prenext .next::before{content:"下一篇 · "}
.rel-card h3{font-size:18px;font-weight:700;margin-bottom:6px}
.rel-card li{padding:10px 0;border-bottom:1px dashed #EDF2EF;font-size:15px}
.rel-card li:last-child{border-bottom:0}
.rel-card li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.rel-card li a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.55;margin-right:9px;vertical-align:3px}
.rel-card li time{float:right;font-size:12.5px;color:#9AA8B4;line-height:24px}

/* ---------- 单页 ---------- */
.single-main{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px 40px;margin:20px 0 40px}
.single-main h1{font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--ink);position:relative}
.single-main h1::after{content:"";position:absolute;left:0;bottom:-2px;width:72px;height:2px;background:var(--brand)}
.single-body{font-size:16px;line-height:1.9;color:#2A3947}
.single-body p{margin-bottom:14px}
.single-body img{border-radius:8px;max-width:100%}

/* ---------- 友情链接 ---------- */
.flink-box{background:var(--card);border-radius:var(--radius);padding:16px 22px;box-shadow:var(--shadow);font-size:13.5px;line-height:2.2}
.flink-box a{margin-right:22px;color:var(--sub)}
.flink-box a:hover{color:var(--brand)}

/* ---------- 页脚 ---------- */
.site-footer{background:#16241E;color:#93A69D;margin-top:46px}
.site-footer .foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding:44px 0 34px}
.site-footer h4{color:#E8F0EC;font-size:16px;margin-bottom:16px}
.site-footer .about p{font-size:13.5px;line-height:1.9}
.site-footer .logo-text b{color:#fff;font-size:20px}
.site-footer .logo-mark{width:36px;height:36px;border-radius:10px}
.site-footer .cols li{display:inline-block;margin:0 18px 10px 0}
.site-footer .cols a{color:#93A69D;font-size:13.5px}
.site-footer .cols a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;text-align:center;font-size:12.5px;color:#6E8178}
.foot-bottom a{color:#6E8178}
.foot-bottom a:hover{color:#fff}
.back-top{position:fixed;right:26px;bottom:36px;width:44px;height:44px;border-radius:12px;background:var(--brand);color:#fff;border:0;font-size:18px;cursor:pointer;box-shadow:0 6px 16px rgba(11,158,111,.35);opacity:0;visibility:hidden;transition:all .25s;z-index:98}
.back-top.show{opacity:1;visibility:visible}
.back-top:hover{background:var(--brand-dark)}

/* ---------- 响应式兜底（PC 模板在中小屏不破版） ---------- */
@media (max-width:1024px){
  .focus-grid,.sec-body,.page-layout,.view-wrap{grid-template-columns:1fr}
  .focus-left{grid-template-columns:1fr}
  .site-header .container{height:auto;flex-wrap:wrap;padding:14px 0;gap:14px}
  .mainnav .container{overflow-x:auto}
  .mainnav a{white-space:nowrap;padding:0 14px}
  .site-footer .foot-top{grid-template-columns:1fr}
  .view-main,.single-main,.panel{padding:22px 18px}
  .list-item .pic{width:150px;height:100px}
}

/* ============================================================
   v2 首页重构：快讯条 / 英雄区 / 图集 / 专题 / 差异化栏目块
   ============================================================ */

/* 区块标题加大 + 英文小标 */
.sec-head h2{font-size:22px}
.sec-head h2 .en{font-style:normal;font-size:11px;font-weight:600;color:#A9BDB2;letter-spacing:2.5px;margin-left:12px;vertical-align:2px}

/* ---------- 快讯播报条 ---------- */
.ticker{display:flex;align-items:center;margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}
.ticker-tag{flex-shrink:0;display:flex;align-items:center;gap:7px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-size:13.5px;font-weight:600;padding:11px 18px}
.ticker-tag i{width:8px;height:8px;border-radius:50%;background:#fff;animation:tick 1.1s infinite}
@keyframes tick{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}
.ticker-view{flex:1;overflow:hidden;position:relative;height:42px}
.ticker-track{position:absolute;white-space:nowrap;line-height:42px;font-size:14px;will-change:transform}
.ticker-track a{margin-right:52px;color:var(--ink)}
.ticker-track a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.5;margin-right:9px;vertical-align:3px}
.ticker-track a:hover{color:var(--brand)}

/* ---------- 英雄区 ---------- */
.hero{display:grid;grid-template-columns:640px minmax(0,1fr) 292px;gap:20px;margin-top:20px}
.hero-slide{position:relative;border-radius:var(--radius);overflow:hidden;height:452px;background:linear-gradient(135deg,#0FA374,#0B7A58);box-shadow:var(--shadow)}
.hero-slide .cap{position:absolute;left:0;right:0;bottom:0;padding:56px 22px 18px;background:linear-gradient(transparent,rgba(8,28,20,.85));color:#fff;font-size:20px;font-weight:600;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hero-headline{background:var(--card);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow);height:452px;overflow:hidden}
.hl-lead{padding-bottom:14px;border-bottom:2px solid var(--ink);position:relative}
.hl-badge{display:inline-block;background:var(--brand);color:#fff;font-size:12px;font-weight:600;border-radius:5px;padding:2px 10px;margin-bottom:10px}
.hl-title{display:block;font-size:21px;font-weight:700;line-height:1.5;color:var(--ink);
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hl-title:hover{color:var(--brand)}
.hl-desc{margin-top:9px;font-size:13.5px;color:var(--sub);line-height:1.75;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hl-list{margin-top:8px}
.hl-list li{padding:9px 0;border-bottom:1px dashed #EDF2EF;font-size:15px}
.hl-list li:last-child{border-bottom:0}
.hl-list li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.hl-list li a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);opacity:.55;margin-right:9px;vertical-align:3px}
.rank-card{height:452px}
.rank-tabs{display:flex;gap:6px;border-bottom:2px solid var(--ink);margin-bottom:6px}
.rank-tabs span{flex:1;text-align:center;font-size:14.5px;font-weight:600;color:var(--sub);padding:0 0 10px;cursor:pointer;position:relative}
.rank-tabs span.on{color:var(--brand-dark)}
.rank-tabs span.on::after{content:"";position:absolute;left:20%;right:20%;bottom:-2px;height:2px;background:var(--brand)}

/* ---------- 图集 ---------- */
.gallery-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.g-item{display:block}
.g-pic{display:block;height:132px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#128A64,#0B6B4E);position:relative}
.g-pic img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.g-item:hover .g-pic img{transform:scale(1.06)}
.g-item b{display:block;margin-top:8px;font-size:13.5px;font-weight:600;line-height:1.5;color:var(--ink);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.g-item:hover b{color:var(--brand)}

/* ---------- 专题策划 ---------- */
.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.topic-card{display:flex;flex-direction:column;background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid transparent;transition:all .2s}
.topic-card:hover{border-color:var(--brand);box-shadow:0 6px 18px rgba(11,158,111,.12)}
.topic-card .pic{display:block;height:172px;overflow:hidden;background:linear-gradient(135deg,#128A64,#0B6B4E)}
.topic-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.topic-card:hover img{transform:scale(1.05)}
.topic-card .t-txt{display:block;padding:15px 18px 17px}
.topic-card b{display:block;font-size:15.5px;font-weight:700;line-height:1.55;color:var(--ink);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.topic-card:hover b{color:var(--brand-dark)}
.topic-card p{margin-top:7px;font-size:12.5px;color:var(--sub);line-height:1.7;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* ---------- 食药安全：双卡 + 密集流 ---------- */
.sec-body-food{grid-template-columns:400px minmax(0,1fr)}
.food-cards{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.food-card{display:block;border-radius:var(--radius);overflow:hidden;position:relative;background:linear-gradient(135deg,#128A64,#0B6B4E);height:118px}
.food-card img{width:100%;height:100%;object-fit:cover}
.food-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(8,28,20,.8))}
.food-card b{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;color:#fff;font-size:14px;font-weight:600;z-index:1;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sec-list.dense li{padding:7.5px 0}
.sec-list.dense li a{font-size:14.5px;padding:0}

/* ---------- 栏目文字墙（三列） ---------- */
.wall-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:30px}
.wall-grid .sec-head{margin-bottom:10px}
.wall-grid .sec-head h2{font-size:18px}
.wall-grid .sec-head h2::before{height:16px;vertical-align:-2px}
.wall-grid .sec-head .more{padding-bottom:8px}
.wall-grid .sec-block{margin-top:0}

@media (max-width:1024px){
  .hero{grid-template-columns:1fr}
  .hero-slide{height:300px}
  .hero-headline,.rank-card{height:auto}
  .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .topic-grid{grid-template-columns:1fr}
  .sec-body-food{grid-template-columns:1fr}
  .wall-grid{grid-template-columns:1fr}
}
