/* ai-new.css — lzmei.cn 乐臻美齿（/c-web 全量重跑：按新域名重算选型 + 从新 logo 重新提色）
   domain = "lzmei.cn"（8 字符）
   seed   = SUM charcode[i]*(i+1)
          = 108*1+122*2+109*3+101*4+105*5+46*6+99*7+110*8 = 3457
   本轮命中：标题 T-G / Banner BN4 / Header HE4 / Nav NA7 / 医院 H8 / 医生 D3(次优) /
             资讯 N6 / 分享 S8 / 项目 P5(次优) / 问答 Q2 / 热词 T6 / Footer F5
   BEGIN/END 区块内含完整选型依据与取色说明，此处不重复；
   END 之后为列表页/详情页样式，本次改版原样保留、未做任何改动。 */

body { background: var(--color-bg); color: var(--color-text-normal); }
.filter_img { filter: blur(15px) !important; }
.camp1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.camp2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ===== PC首页区块 BEGIN ===== */

/* === AI 主题色（logo 提取主色 + 适配辅色 + 中性 + 功能色）===
   logo111.png「乐臻美齿 lzmei.cn」像素级取色（alpha>200，剔除近白/近黑后按 16 级分桶，前 14 色）：
     深海蓝 #043855 (H=201 S=91% L=17%, 14126px) / #043E5C (5094px) / #043451 (2201px) —— 品牌文字 + 徽章暗部
     中深青 #04637C (996px) / #046D82 (938px) / #05526D (820px) —— 徽章过渡带
     亮青绿 #23BFC0 (H=180 S=69% L=45%, 767px) —— 徽章高光
     琥珀橙 #FDB041 (H= 35 S=98% L=62%, 769px) / #FEBC51 (712px) —— 徽章左侧暖色弧块
   ① 主色：logo 主视觉是「深海蓝→青」这条冷色轴，取其中段 #05526D（H=196 S=91% L=22%）。
      HSL 亮度 L=22% ≤ 45% ✓，对白底 8.52:1 ✓（远超 WCAG AA 4.5:1），可直接做白底文字/竖条/描边。
      logo 的亮青 #23BFC0 不丢，压成 --color-primary-light 只做淡底填充，不拿它写字。
   ② 辅色：按库内优先级 1「logo 里有明确的第二主色 → 直接取该色做辅色（首选，最贴品牌）」，
      取徽章左侧的琥珀橙 #FDB041（H=35）。它与主色 H=196 冷暖对置，正是本 logo 自身的配色关系，
      不是套用「珊瑚橙」这类固定默认强调色；因为是 logo 实有色，优先级 1 高于「单色系→邻近色 H±25~45°」兜底。
      ⚠ #FDB041 对白底仅 1.84:1，绝不可做白底文字，也不可做「实底+白字」按钮底；
        凡白底文字/描边/实底按钮一律用校正后的 --color-accent-dark #AA6503（对白底 4.58:1 ✓，白字在其上 4.58:1 ✓），
        原琥珀色只用于小面积浅底、角标底（配深棕字 #4A2B00，6.90:1 ✓）与装饰渐变。
   ③ 中性：固定中性灰、不带色相（库内强调这步对「去枯燥」影响最大）。
   ④ 功能色：固定语义色，独立于品牌色。HOT 角标复用 --color-promo，
      不再单设 --color-hot（橙 #f97316 与本站琥珀辅色过近，两者并存会让暖色区发浑）。
   配色分配遵循 60/30/10：中性底 60 / 深海蓝主色结构 30 / 琥珀辅色强调 10。 */
:root {
  /* ① 品牌主色系（结构：标题栏/导航/链接/竖条/描边） */
  --color-primary:#05526D; --color-primary-dark:#04425A; --color-primary-light:#e3f1f7;
  --color-primary-rgb:5,82,109; --color-primary-dark-rgb:4,66,90;
  --color-primary-light-rgb:227,241,247;
  /* 主色的高饱和亮化版，供列表页虚线描边等处使用（END 之后的样式引用了它） */
  --color-primary-accent:#0A7E9E;
  /* ② 辅助/强调色（logo 实有的第二主色：徽章琥珀橙 H=35，非固定默认强调色） */
  --color-accent:#FDB041; --color-accent-dark:#AA6503; --color-accent-rgb:253,176,65;
  /* ③ 中性底与正文 */
  --color-bg:#f4f5f7; --color-bg-white:#fff;
  --color-text-dark:#1f2328; --color-text-normal:#333940; --color-text-light:#6b7280; --color-text-lighter:#9aa3ad;
  --color-border:rgba(31,35,40,.12); --color-border-light:rgba(31,35,40,.08);
  /* ④ 功能色 */
  --color-promo:#E53935; --color-success:#2fae66; --color-success-rgb:47,174,102;
}
/* 浏览器默认给 body 加 margin:8px，不清掉的话整站四周会悬空一圈灰边、通栏底色贴不到窗口边缘 */
body { margin: 0; padding: 0; }

/* === Tab 隐藏契约（功能性 CSS，必须留在 header 实际加载的这张表里）=== */
.news-mode { display: none !important; }
.ind-yh-list.news-mode,
.ind-doc-list.news-mode,
.ind-zx-list.news-mode,
.ind-hos-list.news-mode,
.ind-xm-list.news-mode,
.ind-wd-list.news-mode,
.ind-rc-list.news-mode { display: none !important; }

/* === 页面骨架 === */
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.index-hos-con { margin: 0 0 40px; }
.index-hos-box { position: relative; }

/* ==========================================================================
   Header HE4「紧凑横排型」——Logo 左固定 / 搜索框居中拉伸 / 电话紧凑竖排 / 二维码 hover 弹出
   选型：库 6 套（>5）→ 库内扩容式 (seed + 8) % 6 = 3465 % 6 = 3 → 第 4 套 HE4
   ========================================================================== */
.site-header { background: var(--color-bg-white); border-bottom: 1px solid var(--color-border-light); }
.site-header__wrap {
  max-width: 1240px; margin: 0 auto; padding: 14px 20px; box-sizing: border-box;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.site-header__logo { flex: 0 0 auto; line-height: 0; }
.site-header__logo img { height: 52px; width: auto; display: block; }
/* 搜索框居中拉伸：占满 Logo 与右侧信息之间的全部剩余空间 */
.site-header__search { flex: 1 1 auto; min-width: 0; position: relative; display: flex; align-items: center; }
.site-header__search .yz_seatext {
  width: 100%; box-sizing: border-box; height: 40px; line-height: 40px;
  padding: 0 52px 0 18px; margin: 0; font-size: 14px; color: var(--color-text-normal);
  background: #f6f8f9; border: 1px solid var(--color-border-light); border-radius: 999px; outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.site-header__search .yz_seatext::placeholder { color: var(--color-text-lighter); }
.site-header__search .yz_seatext:focus {
  background: #fff; border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), .12);
}
.site-header__search-btn {
  position: absolute; right: 4px; top: 4px; width: 44px; height: 32px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  border-radius: 999px; background: var(--color-primary); color: #fff;
  transition: background .2s;
}
.site-header__search-btn:hover { background: var(--color-primary-dark); }
.site-header__search-btn svg { width: 17px; height: 17px; }
.site-header__side { flex: 0 0 auto; display: flex; align-items: center; gap: 18px; }
/* 电话紧凑竖排（HE4 特征）：图标 + 「免费咨询」小字在上、号码在下 */
.site-header__tel { display: flex; align-items: center; gap: 8px; }
.site-header__tel-ico { width: 24px; height: 24px; color: var(--color-primary); flex-shrink: 0; }
.site-header__tel-txt { display: flex; flex-direction: column; line-height: 1.2; }
.site-header__tel-txt em { font-style: normal; font-size: 12px; color: var(--color-text-light); }
.site-header__tel-txt a { font-size: 19px; font-weight: 800; color: var(--color-primary-dark); letter-spacing: .01em; }
/* 二维码 hover 弹出大图（纯 CSS） */
.site-header__qr { position: relative; line-height: 0; }
.site-header__qr-thumb { width: 46px; height: 46px; border-radius: 8px; border: 1px solid var(--color-border-light); padding: 2px; background: #fff; display: block; }
.site-header__qr-pop {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 60;
  background: #fff; border: 1px solid var(--color-border-light); border-radius: 10px; padding: 10px;
  box-shadow: 0 10px 26px rgba(var(--color-primary-dark-rgb), .18);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.site-header__qr:hover .site-header__qr-pop { opacity: 1; visibility: visible; transform: translateY(0); }
.site-header__qr-pop img { width: 128px; height: 128px; display: block; }
.site-header__qr-pop span { display: block; margin-top: 6px; text-align: center; font-size: 12px; line-height: 1.4; color: var(--color-text-light); }

/* ==========================================================================
   Nav NA7「渐变平铺 + 激活项白卡凸起」
   选型：库 7 套（>5）→ 库内扩容式 seed % 已有套数 = 3457 % 7 = 6 → 第 7 套 NA7
   整条主色→辅色渐变实底；各项 flex:1 等宽平铺、顶部圆角 16px；
   激活项变白底圆角卡向上凸起（高 60px 比其余高 8px、margin-top:-8px + 上方投影），文字转主色。
   ⚠ 辅色 #FDB041 是浅琥珀，白字压在渐变右端只有 1.84:1 → 渐变右端收到 --color-accent-dark，
     并给导航文字加一层极淡文字阴影，保证整条从左到右都可读（库内「浅主色配白字对比度偏低」同类处理）。
   ========================================================================== */
.site-nav { background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-dark) 46%, var(--color-accent-dark) 100%); position: relative; z-index: 40; }
.site-nav.scrolled { box-shadow: 0 3px 14px rgba(var(--color-primary-dark-rgb), .28); }
.site-nav__shell { max-width: 1240px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.site-nav__main { width: 100%; }
.site-nav__list { display: flex; align-items: flex-end; justify-content: space-between; }
.site-nav__item { flex: 1 1 0; }
.site-nav__item > a {
  position: relative; display: flex; align-items: center; justify-content: center;
  height: 52px; font-size: 17px; color: #fff; text-decoration: none;
  border-radius: 16px 16px 0 0; text-shadow: 0 1px 2px rgba(0,0,0,.18);
  transition: background .22s ease, color .22s ease;
}
.site-nav__item > a:hover { background: rgba(255,255,255,.14); }
/* 激活项：白底圆角卡向上凸起 */
.site-nav__item.active > a {
  height: 60px; margin-top: -8px; background: #fff; color: var(--color-primary);
  font-weight: 800; text-shadow: none; box-shadow: 0 -2px 10px rgba(0,0,0,.1);
}
.site-nav__item.active > a:hover { background: #fff; }

/* ==========================================================================
   Banner BN4「通栏轮播图 + 右侧固定悬浮卡（医院/资讯/分享）+ 下方四宫格话术条」
   选型：Banner 库自带选取式 (seed + 11) % 9 = 3468 % 9 = 3 → 第 4 套 BN4
   ========================================================================== */
/* Part A：hero 行（通栏轮播） */
.home-hero { max-width: 1240px; margin: 24px auto 0; padding: 0 20px; box-sizing: border-box; }
.home-hero__banner { min-width: 0; }
.ai-home-swiper { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.home-hero__banner .ai-home-swiper { margin: 0; width: 100%; height: 400px; }  /* 通栏须给明确高度，否则 height:100% 塌陷 */
.ai-home-swiper .swiper-slide { height: 100%; }
.ai-home-swiper .swiper-slide a { display: block; height: 100%; }
.ai-home-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-hero .swiper-pagination-bullet-active { background: #fff; }
.home-hero .swiper-button-prev, .home-hero .swiper-button-next { color: #fff; }
.home-hero .swiper-button-prev::after, .home-hero .swiper-button-next::after { font-size: 22px; }
/* 右侧固定悬浮卡：3 张浮签卡 fixed 常驻页面右侧、随滚动始终可见 */
.side-float { position: fixed; right: 14px; top: 50%; transform: translateY(-50%); z-index: 900; width: 200px; display: flex; flex-direction: column; gap: 12px; }
.side-float .qn-card { width: 100%; }
/* 视口不够宽时会盖住 1240 定宽正文，窄屏自动隐藏 */
@media (max-width: 1500px) { .side-float { display: none; } }

/* Part B：下段四宫格容器 */
.qn-section { margin: 22px 0 40px; }
.qn-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; align-items: stretch; }

/* 卡片外壳：仅负责纵向排布「浮签 + 白板」，本身不承载背景/阴影 */
.qn-card { grid-column: span 3; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .25s; }
.qn-card:hover { transform: translateY(-4px); }
.qn-card:hover .qn-card__panel { box-shadow: 0 16px 32px rgba(var(--color-primary-rgb), .18); }

/* 浮签式标题：圆角矩形，左下角收小圆角，制造「标签贴在卡片上」的效果 */
.qn-card__head { position: relative; z-index: 2; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; margin: 0 0 -16px 18px; padding: 8px 18px 8px 10px; border-radius: 18px 18px 18px 4px; color: #fff; font-size: 15px; font-weight: 800; white-space: nowrap; box-shadow: 0 8px 16px rgba(var(--color-primary-dark-rgb), .28); }
/* 三大配色家族（全部走变量）：深主色（医院）/ 主色（资讯·项目）/ 辅色（分享·医生·热词）
   ⚠ 辅色家族用 accent-dark → 更深的棕金，因为浅琥珀 #FDB041 上放白字仅 1.84:1，不可读 */
.qn-card__head--primary { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); }
.qn-card__head--deep { background: linear-gradient(135deg, var(--color-primary-dark), #02222f); }
.qn-card__head--green { background: linear-gradient(135deg, var(--color-accent-dark), #7d4a02); }
.qn-card__ico { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.3); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.qn-card__ico-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; }

/* 白板：真正承载背景/阴影/圆角的容器，头部浮签叠在其顶部 */
.qn-card__panel { position: relative; flex: 1; display: flex; flex-direction: column; background: #fff; border-radius: 16px; padding-top: 20px; box-shadow: 0 4px 18px rgba(var(--color-primary-rgb), .1); overflow: hidden; transition: box-shadow .25s; }
.qn-card__body { padding: 6px 18px 18px; flex: 1; display: flex; flex-direction: column; }

/* hero 行迷你卡：更紧凑的标签与内边距 */
.qn-card--mini .qn-card__head { padding: 5px 12px 5px 7px; font-size: 12.5px; margin-bottom: -10px; }
.qn-card--mini .qn-card__ico { width: 15px; height: 15px; }
.qn-card--mini .qn-card__panel { padding-top: 16px; border-radius: 14px; }
.qn-card--mini .qn-card__body { padding: 4px 16px 13px; justify-content: center; }
.qn-card--mini .qn-card__title { font-size: 13.5px; font-weight: 700; margin-bottom: 5px; }
.qn-card--mini .qn-card__desc { font-size: 11.5px; line-height: 1.6; -webkit-line-clamp: 2; }
.qn-card--mini .qn-tag { padding: 2px 8px; font-size: 10px; }
.qn-card--mini .qn-tag-row + .qn-tag-row { margin-top: 6px; }

/* 下段四宫格：同样收紧尺寸，并让内容垂直居中以配合等高拉伸 */
.qn-section .qn-card__head { padding: 5px 12px 5px 7px; font-size: 12.5px; margin-bottom: -10px; }
.qn-section .qn-card__ico { width: 15px; height: 15px; }
.qn-section .qn-card__panel { padding-top: 12px; }
.qn-section .qn-card__body { padding: 2px 14px 12px; justify-content: center; }
.qn-section .qn-card__body--cta .qn-cta { font-size: 11.5px; line-height: 1.55; max-width: 100%; flex-wrap: wrap; justify-content: center; }

.qn-card__title { font-size: 15px; font-weight: 700; color: var(--color-text-dark); margin: 0 0 8px; }
.qn-card__desc { font-size: 12.5px; color: var(--color-text-light); line-height: 1.6; margin: 0; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.qn-card__desc--clamp2 { -webkit-line-clamp: 2; }

/* 医院：标签行 */
.qn-tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.qn-tag-row + .qn-tag-row { margin-top: 10px; }
.qn-tag { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 8px; font-size: 12px; font-weight: 600; color: var(--color-primary-dark); background: rgba(var(--color-primary-rgb), .1); white-space: nowrap; }
.qn-tag--solid { color: #fff; background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); }

/* 医生：头像网格 */
.qn-doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.qn-doc { display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; }
.qn-doc__avatar { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; display: block; box-shadow: 0 0 0 2px rgba(var(--color-accent-rgb), .55); }
.qn-doc__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qn-doc__name { font-size: 10.5px; color: var(--color-text-normal); font-weight: 600; max-width: 100%; }

/* 项目/热词：角标 + 点击引导 CTA（琥珀底配深棕字 6.90:1 ✓，不用白字） */
.qn-mini__badge { display: inline-block; font-size: 10px; font-weight: 800; color: #4A2B00; background: var(--color-accent); padding: 2px 8px; border-radius: 6px; margin-bottom: 5px; }
.qn-card__body--cta { align-items: center; justify-content: center; text-align: center; gap: 4px; }
.qn-cta { font-size: 13px; font-weight: 700; color: var(--color-primary); display: inline-flex; align-items: center; gap: 4px; }
.qn-cta--light { color: #fff; margin-top: 8px; position: relative; z-index: 1; }
.qn-cta--green { color: var(--color-accent-dark); }

/* 问答：主色→深琥珀渐变整卡 + 点击引导（无独立浮签标签，直接叠在渐变面板上） */
.qn-card--qa .qn-card__panel { background: linear-gradient(135deg, var(--color-primary), var(--color-accent-dark)); box-shadow: 0 10px 26px rgba(var(--color-primary-rgb), .3); align-items: center; justify-content: center; text-align: center; padding: 14px 18px; }
.qn-card--qa .qn-card__panel::after { content: ''; position: absolute; right: -18px; bottom: -18px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,.1); }
.qn-card__mark { width: 22px; height: 4px; background: rgba(255,255,255,.75); border-radius: 2px; margin-bottom: 6px; }
.qn-card__qa-head { font-size: 16px; font-weight: 700; letter-spacing: .05em; color: #fff; }

/* ==========================================================================
   板块标题 T-G「居中对称双色标题型」（全站统一）
   选型：标题库自带选取式 seed % 7 = 3457 % 7 = 6 → 第 7 套 T-G
   纯排版：中间居中文字块（主标题双字分色 + 英文小标 + 说明），左右各一条等粗主色横线；
   Tab 与「更多」不放在标题容器内，单独一行 .tg-tabrow：Tab 居中大字号、更多推到最右。
   ========================================================================== */
.mod-title-tg { display: flex; align-items: baseline; gap: 0; margin-bottom: 4px; }
.mod-title-tg .tg-line { flex: 1; height: 2px; background: var(--color-primary); }
.mod-title-tg .tg-mid { flex: 0 0 auto; padding: 0 28px; text-align: center; }
.mod-title-tg .tg-title { display: block; margin: 0; font-size: 29px; line-height: 1.2; }
.mod-title-tg .tg-one { color: var(--color-primary-dark); }
.mod-title-tg .tg-two { color: #1a1a1a; }
.mod-title-tg .tg-en { margin-top: 8px; font-size: 14px; color: var(--color-primary); letter-spacing: .06em; }
.mod-title-tg .tg-desc { margin: 6px 0 0; font-size: 12px; color: var(--color-text-light); }
.tg-tabrow { display: flex; align-items: center; margin: 18px 0 22px; }
.tg-tabs { flex: 1; display: flex; justify-content: center; gap: 0; }
.tg-tabs .tab { display: flex; align-items: center; }
.tg-tabs .tab a, .tg-tabs .tab li {
  font-size: 20px !important; color: #333 !important; cursor: pointer !important;
  margin: 0 40px !important; background: none !important; border: none !important;
  padding: 0 !important; border-radius: 0 !important; text-decoration: none;
  transition: color .2s;
}
.tg-tabs .tab a.current,
.tg-tabs .tab .on a, .tg-tabs .tab .cur a { color: var(--color-primary) !important; font-weight: 700 !important; }
.tg-more { flex-shrink: 0; }
.tg-more a { font-size: 13px; color: var(--color-text-light); text-decoration: none; transition: color .2s; }
.tg-more a:hover { color: var(--color-primary-dark); }

/* ==========================================================================
   TAB1 灰底圆角胶囊 Tab（静态导航型 · 医院/医生/资讯/项目/问答）
   ========================================================================== */
.ind-sec-tabs { display: flex; align-items: center; gap: 6px; background: #f4f6fa; border-radius: 10px; padding: 5px; margin-bottom: 20px; flex-wrap: wrap; }
.ind-sec-tab { padding: 6px 16px; font-size: 13px; font-weight: 600; color: #666; text-decoration: none; border-radius: 7px; white-space: nowrap; transition: background .2s, color .2s, box-shadow .2s; }
.ind-sec-tab:hover { color: var(--color-primary); background: #fff; }
.ind-sec-tab.current { background: #fff; color: var(--color-primary); box-shadow: 0 1px 6px rgba(0,0,0,.10); }

/* ==========================================================================
   TAB2 无背景下划线 Tab（动态列表型 · 热词），右侧轨道无缝横向循环
   ========================================================================== */
.doc-sec-tabs { display: flex; align-items: center; gap: 0; border-bottom: 1px solid #f0f0f0; margin-bottom: 20px; overflow: hidden; }
.doc-sec-tab--pin { flex-shrink: 0; margin-right: 28px; }
.doc-sec-tabs__viewport { flex: 1; min-width: 0; overflow: hidden; }
.doc-sec-tabs__track { display: flex; align-items: center; gap: 28px; width: max-content; animation: docSecTabsScroll 26s linear infinite; }
.doc-sec-tabs__viewport:hover .doc-sec-tabs__track { animation-play-state: paused; }
@keyframes docSecTabsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.doc-sec-tab { flex-shrink: 0; padding: 8px 0; font-size: 14px; color: #aaa; text-decoration: none; font-weight: 500; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color .2s, border-color .2s; white-space: nowrap; cursor: pointer; }
.doc-sec-tab:hover { color: #555; }
.doc-sec-tab.current { color: #222; font-weight: 700; border-bottom-color: var(--color-primary); }

/* ==========================================================================
   MQ1 板块底部知名/热门横向自动滚动榜（医院 / 医生）
   ========================================================================== */
.doc-bottom-nav { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 12px 14px; background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 10px; overflow: hidden; }
.doc-bottom-nav__label { flex-shrink: 0; padding: 7px 14px; border-radius: 6px; background: var(--color-primary-dark); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.doc-bottom-nav__viewport { flex: 1; min-width: 0; overflow: hidden; }
.doc-bottom-nav__track { display: flex; align-items: center; gap: 26px; width: max-content; animation: docNavScroll 26s linear infinite; }
.doc-bottom-nav__viewport:hover .doc-bottom-nav__track { animation-play-state: paused; }
@keyframes docNavScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.doc-bottom-nav__item { flex-shrink: 0; display: flex; align-items: center; gap: 9px; text-decoration: none; }
.doc-bottom-nav__img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(var(--color-primary-dark-rgb), .16); flex-shrink: 0; }
.doc-bottom-nav__txt { display: flex; flex-direction: column; gap: 2px; max-width: 160px; min-width: 0; }
.doc-bottom-nav__name { font-size: 13px; color: var(--color-text-normal); transition: color .2s; }
.doc-bottom-nav__item:hover .doc-bottom-nav__name { color: var(--color-primary); }
.doc-bottom-nav__d { font-size: 11px; color: var(--color-text-lighter); }

/* ==========================================================================
   医院 H8「圆形头像卡片网格 + 城市Tab + 底部知名轮播榜（无侧栏）」
   选型：(seed + domain[1]×3) % 8 = 3823 % 8 = 7 → 第 8 套 H8
   hover：卡片整体上移 + 阴影加深（竖版卡片网格对应的动效）
   ========================================================================== */
.hos-list--directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hos-card--new {
  position: relative; display: flex; flex-direction: column; align-items: center;
  padding: 22px 14px 16px; background: var(--color-bg-white);
  border: 1px solid var(--color-border-light); border-radius: 12px;
  box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb), .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hos-card--new:hover { transform: translateY(-6px); box-shadow: 0 12px 26px rgba(var(--color-primary-dark-rgb), .16); border-color: rgba(var(--color-primary-rgb), .28); }
.hos-card--new__hero { position: relative; width: 96px; height: 96px; border-radius: 50%; overflow: visible; line-height: 0; flex-shrink: 0; }
.hos-card--new__avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-sizing: border-box; box-shadow: 0 4px 14px rgba(var(--color-primary-dark-rgb), .18); background: #eef2f4; }
/* HOT 角标：纯 CSS，本站无 hot_hospital.png 素材，不引入缺失图片；用功能色 promo，不与琥珀辅色抢暖区 */
.hos-card--new__hot {
  position: absolute; top: -2px; right: -8px; z-index: 2;
  padding: 2px 8px; border-radius: 999px; background: var(--color-promo); color: #fff;
  font-size: 10px; font-weight: 800; line-height: 16px; letter-spacing: .06em;
  box-shadow: 0 2px 6px rgba(229,57,53,.35);
}
.hos-card--new__nameline { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; margin-top: 14px; }
.hos-card--new__name { font-size: 15px; font-weight: 700; color: var(--color-text-dark); text-decoration: none; flex: 1; min-width: 0; text-align: center; transition: color .2s; }
.hos-card--new:hover .hos-card--new__name { color: var(--color-primary); }
/* V 小标：纯 CSS，装饰性标识，不代表官方认证状态 */
.hos-card--new__v { flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--color-success); color: #fff; font-size: 10px; font-weight: 800; line-height: 16px; text-align: center; }
.hos-card--new__addr { display: block; width: 100%; margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--color-text-light); text-decoration: none; text-align: center; }
/* 关联项目标签：max-height 封顶 2 行（行高 20 + 上下 padding 2×2 = 24；24×2 + gap 6 = 54） */
.hos-card--new__tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; width: 100%; margin-top: 10px; max-height: 54px; overflow: hidden; }
.hos-card--new__tag {
  display: inline-block; padding: 2px 9px; line-height: 20px; font-size: 12px;
  color: var(--color-primary-dark); background: var(--color-primary-light);
  border-radius: 999px; text-decoration: none; white-space: nowrap;
  transition: background .2s, color .2s;
}
.hos-card--new__tag:hover { background: var(--color-primary); color: #fff; }
.hos-card--new__time { display: block; width: 100%; margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--color-border-light); font-size: 11px; color: var(--color-text-lighter); text-decoration: none; text-align: center; }

/* ==========================================================================
   医生 D3「排行榜列表」——金银铜序号色块 + 横排小圆头像 + 姓名/职称/医院/擅长
   选型：(seed + domain[2]×7) % 7 = 4220 % 7 = 6 → 第 7 套 D7；D7 与相邻 H8 同源同款
         （都是 yayajia.com「圆形头像 + 无侧栏白卡网格 + 底部轮播」家族，相邻视觉过近），
         按「相邻区块不得同类视觉风格」逐位顺延：+1→D1（矩形网格，与 H8 同结构形态，跳过）、
         +2→D2（圆形头像，与 H8 同图文关系，跳过）、+3→**D3 排行榜·序号徽章**，采用 D3。
   hover：整行浅主色填充 + 序号亮度提升（排行榜列表对应的动效）
   ========================================================================== */
.d3-rank { list-style: none; margin: 0; padding: 0; counter-reset: d3idx; background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 12px; overflow: hidden; }
.d3-rank__item { counter-increment: d3idx; display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid var(--color-border-light); transition: background .25s ease; }
.d3-rank__item:last-child { border-bottom: none; }
.d3-rank__item:hover { background: rgba(var(--color-primary-rgb), .05); }
.d3-rank__num { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; font-style: italic; color: #fff; background: var(--color-primary); transition: filter .25s ease; }
.d3-rank__num::before { content: counter(d3idx); }
.d3-rank__item:nth-child(1) .d3-rank__num { background: #b8860b; }
.d3-rank__item:nth-child(2) .d3-rank__num { background: #7b8794; }
.d3-rank__item:nth-child(3) .d3-rank__num { background: #a05203; }
.d3-rank__item:hover .d3-rank__num { filter: brightness(1.14); }
.d3-rank__face { flex-shrink: 0; width: 64px; height: 64px; border-radius: 50%; overflow: hidden; line-height: 0; border: 2px solid #fff; box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb), .14); }
.d3-rank__face img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.d3-rank__item:hover .d3-rank__face img { transform: scale(1.08); }
.d3-rank__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.d3-rank__line1 { display: flex; align-items: baseline; gap: 9px; min-width: 0; }
.d3-rank__name { font-size: 16px; font-weight: 700; color: var(--color-text-dark); text-decoration: none; white-space: nowrap; transition: color .2s; }
.d3-rank__item:hover .d3-rank__name { color: var(--color-primary); }
.d3-rank__zc { font-size: 12px; color: var(--color-accent-dark); background: rgba(var(--color-accent-rgb), .22); padding: 2px 9px; border-radius: 999px; text-decoration: none; white-space: nowrap; }
.d3-rank__hos { display: block; font-size: 13px; color: var(--color-text-normal); text-decoration: none; min-width: 0; }
.d3-rank__desc { display: block; font-size: 12px; color: var(--color-text-light); text-decoration: none; min-width: 0; }
.d3-rank__side { flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.d3-rank__time { font-size: 11px; color: var(--color-text-lighter); text-decoration: none; }
/* CTA 实底用 accent-dark（白字 4.58:1 ✓）；浅琥珀 #FDB041 配白字仅 1.84:1，不可作按钮底 */
.d3-rank__cta { cursor: pointer; padding: 7px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; color: #fff; background: var(--color-accent-dark); white-space: nowrap; transition: background .2s, transform .2s; }
.d3-rank__cta:hover { background: #8c5203; transform: translateY(-1px); }

/* ==========================================================================
   资讯 N6「横条列表 + 右侧缩略图榜」
   选型：(seed + domain[3]×11) % 9 = 4568 % 9 = 5 → 第 6 套 N6
   hover：左侧图片轻微放大 + 左侧主色竖线出现（横向列表对应的动效）
   ========================================================================== */
.n6-layout { display: flex; align-items: flex-start; gap: 22px; }
.n6-main { flex: 1; min-width: 0; background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 12px; padding: 4px 18px; }
.n6-row { position: relative; display: flex; align-items: flex-start; gap: 16px; padding: 18px 0 18px 4px; border-bottom: 1px dashed var(--color-border-light); text-decoration: none; transition: padding-left .25s ease; }
.n6-row:last-child { border-bottom: none; }
.n6-row::before { content: ''; position: absolute; left: 0; top: 22px; bottom: 22px; width: 3px; border-radius: 2px; background: var(--color-primary); opacity: 0; transition: opacity .25s ease; }
.n6-row:hover { padding-left: 14px; }
.n6-row:hover::before { opacity: 1; }
.n6-row__media { position: relative; flex-shrink: 0; width: 200px; height: 132px; border-radius: 8px; overflow: hidden; background: #eef2f4; }
.n6-row__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.n6-row:hover .n6-row__media img { transform: scale(1.06); }
.n6-row__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.n6-row__title { font-size: 17px; font-weight: 700; line-height: 1.5; color: var(--color-text-dark); transition: color .2s; }
.n6-row:hover .n6-row__title { color: var(--color-primary); }
.n6-row__desc { font-size: 13px; line-height: 1.7; color: var(--color-text-light); }
.n6-row__d { margin-top: auto; text-align: right; font-size: 12px; color: var(--color-text-lighter); }
.n6-side { flex-shrink: 0; width: 288px; background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 12px; padding: 0 16px 8px; box-sizing: border-box; }
.n6-side__hd { position: relative; padding: 15px 0 12px 12px; font-size: 16px; font-weight: 700; color: var(--color-text-dark); border-bottom: 1px solid var(--color-border-light); }
.n6-side__hd::before { content: ''; position: absolute; left: 0; top: 17px; width: 4px; height: 17px; border-radius: 2px; background: var(--color-primary); }
.n6-side__list { display: flex; flex-direction: column; }
.n6-side__item { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px dashed var(--color-border-light); text-decoration: none; }
.n6-side__item:last-child { border-bottom: none; }
.n6-side__thumb { flex-shrink: 0; width: 80px; height: 60px; border-radius: 6px; object-fit: cover; background: #eef2f4; transition: transform .3s ease; }
.n6-side__item:hover .n6-side__thumb { transform: scale(1.05); }
.n6-side__txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.n6-side__title { font-size: 13px; line-height: 1.5; color: var(--color-text-normal); transition: color .2s; }
.n6-side__item:hover .n6-side__title { color: var(--color-primary); }
.n6-side__d { font-size: 11px; color: var(--color-text-lighter); }

/* ==========================================================================
   分享 S8「两栏杂志（左 2 大图卡 + 右详情 + 文字列表）」
   选型：(seed + domain[4]×13) % 9 = 4822 % 9 = 7 → 第 8 套 S8
   hover：图片放大 + 底部浮条加深（叠层画廊对应的动效）
   ========================================================================== */
.s8-layout { display: flex; align-items: stretch; gap: 20px; }
.s8-left { flex: 0 0 34%; max-width: 34%; display: flex; flex-direction: column; gap: 16px; }
.s8-big { position: relative; flex: 1; min-height: 190px; border-radius: 10px; overflow: hidden; display: block; text-decoration: none; background: #eef2f4; }
.s8-big__media { position: absolute; inset: 0; overflow: hidden; }
.s8-big__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.s8-big:hover .s8-big__media img { transform: scale(1.07); }
.s8-big__bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; background: rgba(var(--color-primary-dark-rgb), .82); transition: background .3s ease; }
.s8-big:hover .s8-big__bar { background: rgba(var(--color-primary-dark-rgb), .92); }
.s8-big__title { flex: 1; min-width: 0; font-size: 14px; font-weight: 600; color: #fff; }
.s8-big__d { flex-shrink: 0; font-size: 11px; color: rgba(255,255,255,.75); }
.s8-right { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.s8-detail { display: flex; flex-direction: column; gap: 14px; }
.s8-detail__item { display: flex; align-items: flex-start; gap: 14px; text-decoration: none; }
.s8-detail__thumb { flex-shrink: 0; width: 217px; height: 128px; border-radius: 8px; object-fit: cover; background: #eef2f4; transition: transform .32s ease; }
.s8-detail__item:hover .s8-detail__thumb { transform: scale(1.03); }
.s8-detail__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.s8-detail__title { font-size: 16px; font-weight: 700; color: var(--color-text-dark); transition: color .2s; }
.s8-detail__item:hover .s8-detail__title { color: var(--color-primary); }
.s8-detail__desc { font-size: 13px; line-height: 1.7; color: var(--color-text-light); }
.s8-detail__d { margin-top: auto; font-size: 11px; color: var(--color-text-lighter); }
.s8-text { border-top: 1px solid var(--color-border-light); padding-top: 10px; display: flex; flex-direction: column; }
.s8-text__row { display: flex; align-items: baseline; gap: 10px; padding: 8px 0; text-decoration: none; border-bottom: 1px dashed var(--color-border-light); transition: padding-left .2s ease; }
.s8-text__row:last-child { border-bottom: none; }
.s8-text__row:hover { padding-left: 6px; }
.s8-text__title { flex: 0 0 auto; max-width: 42%; min-width: 0; font-size: 13px; font-weight: 700; color: var(--color-primary); }
.s8-text__desc { flex: 1; min-width: 0; font-size: 13px; color: var(--color-text-normal); }
.s8-text__d { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }

/* ==========================================================================
   项目 P5「4 列紧凑网格」
   选型：(seed + domain[5]×17) % 6 = 4239 % 6 = 3 → 第 4 套 P4「杂志双栏错位」；
         P4 的形态家族是「杂志栏·错位」，与相邻的分享 S8「两栏·杂志·左大图」同属"杂志栏"结构形态，
         按「相邻区块不得同类视觉风格」顺延 +1 → **P5 4 列紧凑网格（矩形网格·轻盈）**，采用 P5。
         （P5 与医院 H8 同为矩形网格，但两者在页面上不相邻——中间隔着 D3/N6/S8——不触发相邻约束。）
   hover：卡片整体上移 + 阴影加深；图片放大
   价格颜色为固定规则（不随主题色变）：优惠价 #E53935，原价灰 + 删除线
   ========================================================================== */
.p5-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.p5-card { display: flex; flex-direction: column; background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 10px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.p5-card:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(var(--color-primary-dark-rgb), .15); }
.p5-card__hero { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #eef2f4; }
.p5-card__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.p5-card:hover .p5-card__hero img { transform: scale(1.06); }
.p5-card__title { display: block; margin: 11px 12px 0; font-size: 14px; font-weight: 700; color: var(--color-text-dark); text-decoration: none; transition: color .2s; }
.p5-card:hover .p5-card__title { color: var(--color-primary); }
.p5-card__desc { display: block; margin: 6px 12px 0; font-size: 12px; color: var(--color-text-light); text-decoration: none; }
.p5-card__priceline { display: flex; align-items: baseline; gap: 8px; margin: 9px 12px 0; text-decoration: none; }
.p5-card__price { font-size: 18px; font-weight: 800; color: #E53935 !important; }
.p5-card__old { font-size: 12px; color: #aaa; text-decoration: line-through; }
.p5-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 10px 12px 12px; padding-top: 9px; border-top: 1px dashed var(--color-border-light); }
.p5-card__time { font-size: 11px; color: var(--color-text-lighter); text-decoration: none; }
/* 同 D3：CTA 实底用 accent-dark 保证白字可读 */
.p5-card__cta { cursor: pointer; padding: 4px 13px; border-radius: 999px; font-size: 12px; font-weight: 700; color: #fff; background: var(--color-accent-dark); white-space: nowrap; transition: background .2s; }
.p5-card__cta:hover { background: #8c5203; }

/* ==========================================================================
   问答 Q2「手风琴折叠」——点击展开答案，纯 CSS details/summary，无 JS
   选型：(seed + domain[6]×19) % 9 = 5338 % 9 = 1 → 第 2 套 Q2
   相邻自检：上邻项目 P5（矩形网格·轻盈）、下邻热词 T6（表格条·点线·带侧栏），均与「折叠·交互」不同族 ✓
   hover：整条浅主色填充 + Q 徽标亮度提升；展开时箭头旋转 180°
   ⚠ 字段保护：标题 / 答案摘要 / 「已解答」状态标 / 更新时间四项全部保留，
     其中时间与状态标常驻 summary 行（不随折叠隐藏），答案摘要在展开区。
   ========================================================================== */
.q2-acc { display: flex; flex-direction: column; gap: 12px; }
.q2-item { background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 10px; overflow: hidden; transition: box-shadow .25s ease, border-color .25s ease; }
.q2-item:hover { box-shadow: 0 8px 20px rgba(var(--color-primary-dark-rgb), .1); border-color: rgba(var(--color-primary-rgb), .26); }
.q2-item[open] { border-color: rgba(var(--color-primary-rgb), .34); box-shadow: 0 8px 22px rgba(var(--color-primary-dark-rgb), .12); }
/* 去掉浏览器默认三角 */
.q2-q { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px; padding: 15px 18px; transition: background .22s ease; }
.q2-q::-webkit-details-marker { display: none; }
.q2-q::marker { content: ''; }
.q2-item:hover .q2-q { background: rgba(var(--color-primary-rgb), .04); }
.q2-item[open] .q2-q { background: rgba(var(--color-primary-rgb), .06); }
.q2-q__ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #fff; background: var(--color-primary); transition: filter .22s ease; }
.q2-item:hover .q2-q__ico { filter: brightness(1.18); }
/* camp1 在 flex 行内必须配 flex:1 + min-width:0 才能真正截断（库内明列的坑） */
.q2-q__t { flex: 1; min-width: 0; font-size: 15px; font-weight: 700; line-height: 1.6; color: var(--color-text-dark); transition: color .2s; }
.q2-item:hover .q2-q__t, .q2-item[open] .q2-q__t { color: var(--color-primary); }
.q2-q__badge { flex-shrink: 0; font-size: 11px; font-weight: 700; color: var(--color-success); background: rgba(var(--color-success-rgb), .12); padding: 2px 9px; border-radius: 999px; }
.q2-q__d { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }
.q2-q__arrow { flex-shrink: 0; width: 9px; height: 9px; border-right: 2px solid var(--color-text-lighter); border-bottom: 2px solid var(--color-text-lighter); transform: rotate(45deg) translate(-2px, -2px); transition: transform .25s ease, border-color .25s ease; }
.q2-item[open] .q2-q__arrow { transform: rotate(225deg) translate(-2px, -2px); border-color: var(--color-primary); }
/* 展开区：A 徽标 + 答案摘要 + 查看完整解答 */
.q2-a { display: flex; align-items: flex-start; gap: 12px; padding: 4px 18px 16px; border-top: 1px dashed var(--color-border-light); margin-top: -1px; }
.q2-a__ico { flex-shrink: 0; margin-top: 12px; width: 26px; height: 26px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #fff; background: var(--color-accent-dark); }
.q2-a__body { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 12px; }
.q2-a__text { display: block; font-size: 13px; line-height: 1.8; color: var(--color-text-normal); text-decoration: none; transition: color .2s; }
.q2-a__text:hover { color: var(--color-primary); }
.q2-a__more { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: var(--color-primary); text-decoration: none; padding: 5px 14px; border: 1px solid rgba(var(--color-primary-rgb), .3); border-radius: 999px; transition: background .2s, color .2s; }
.q2-a__more:hover { background: var(--color-primary); color: #fff; }

/* ==========================================================================
   热词 T6「点线三列表 + 顶部广告图条 + 右侧计数器榜」
   选型：(seed + domain[7]×23) % 6 = 5987 % 6 = 5 → 第 6 套 T6
   hover：标题主色变色 + 左侧色块从 0 宽展开（纯文字列表对应的动效）
   两栏：左栏 = 广告图 + 词条三列表，右栏 = 计数器榜侧栏；
   align-items:flex-start 让侧栏顶边与广告图顶边对齐（广告图不再整行铺开压在侧栏上方）
   ========================================================================== */
.t6-layout { display: flex; align-items: flex-start; gap: 22px; }
.t6-main { flex: 1; min-width: 0; }
.t6-ads { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.t6-ads__item { display: block; border-radius: 10px; overflow: hidden; line-height: 0; box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb), .08); transition: transform .25s ease, box-shadow .25s ease; }
.t6-ads__item:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(var(--color-primary-dark-rgb), .16); }
.t6-ads__item img { width: 100%; object-fit: cover; display: block; }
.t6-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 26px; }
.t6-item { border-bottom: 1px dashed var(--color-border-light); }
.t6-item > a { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0 13px 14px; text-decoration: none; transition: padding-left .25s ease; }
.t6-item > a::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0; height: 14px; border-radius: 2px; background: var(--color-primary); transition: width .25s ease; }
.t6-item > a:hover { padding-left: 22px; }
.t6-item > a:hover::before { width: 4px; }
/* camp1 在 flex 行内必须配 flex:1 + min-width:0 才能真正截断（库内明列的坑） */
.t6-item__tag { flex: 1; min-width: 0; font-size: 14px; line-height: 1.6; color: var(--color-text-normal); transition: color .2s; }
.t6-item > a:hover .t6-item__tag { color: var(--color-primary); }
.t6-item__d { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }
.t6-side { flex-shrink: 0; width: 262px; border: 1px solid var(--color-border); box-sizing: border-box; padding: 0 14px 10px; }
.t6-side__hd { position: relative; padding: 14px 0 11px 12px; font-size: 15px; font-weight: 700; color: var(--color-text-dark); border-bottom: 1px solid var(--color-border-light); }
.t6-side__hd::before { content: ''; position: absolute; left: 0; top: 16px; width: 4px; height: 16px; background: var(--color-primary); }
.t6-side__list { list-style: none; margin: 0; padding: 0; counter-reset: t6idx; }
.t6-side__item { counter-increment: t6idx; display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px dashed var(--color-border-light); }
.t6-side__item:last-child { border-bottom: none; }
.t6-side__num { flex-shrink: 0; width: 26px; font-size: 24px; font-weight: 800; font-style: italic; line-height: 1; color: var(--color-primary); text-align: center; }
.t6-side__num::before { content: counter(t6idx); }
.t6-side__item:nth-child(1) .t6-side__num { color: #e6403b; }
.t6-side__item:nth-child(2) .t6-side__num { color: #d97706; }
.t6-side__item:nth-child(3) .t6-side__num { color: #b8860b; }
.t6-side__link { flex: 1; min-width: 0; font-size: 13px; color: var(--color-text-normal); text-decoration: none; transition: color .2s; }
.t6-side__link:hover { color: var(--color-primary); }
.t6-side__d { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }

/* ==========================================================================
   Footer F5「图片背景虚化」——半透明图片背景 + 毛玻璃遮罩
   选型：(seed + domain[0]×29) % 5 = 6589 % 5 = 4 → 第 5 套 F5
   背景图用站内既有的 head-bj.jpg（本身已是模糊化的通用场景图、无品牌字样，Read 肉眼确认过），
   再叠一层主色半透明毛玻璃遮罩，保证白字在任意图片区域都可读。
   ========================================================================== */
#footer {
  position: relative; margin-top: 56px; border-top: none !important;
  background-image: url("/statics/hhp/image/head-bj.jpg");
  background-size: cover; background-position: center; background-repeat: no-repeat;
  color: rgba(255,255,255,.82) !important; overflow: hidden;
}
/* 毛玻璃遮罩：主色半透明 + backdrop 模糊，压住底图细节 */
#footer::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(160deg, rgba(var(--color-primary-dark-rgb), .90) 0%, rgba(var(--color-primary-rgb), .84) 55%, rgba(var(--color-primary-dark-rgb), .93) 100%);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
/* 顶部一条主色→辅色描线 */
#footer::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2; background: linear-gradient(90deg, var(--color-primary-light) 0%, var(--color-accent) 100%); }
#footer .containers {
  position: relative; z-index: 1;
  display: grid !important; grid-template-columns: auto 1fr auto !important;
  align-items: center !important; gap: 40px !important; padding: 36px 28px 30px !important;
  max-width: 1240px; margin: 0 auto; box-sizing: border-box;
}
#footer .containers > a { display: inline-flex; align-items: center; line-height: 0; }
/* 深色底上 logo 反白 */
#footer .logo { height: 56px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .95; }
#footer .footer-copyright-con { text-align: center; font-size: 13px; line-height: 2; padding: 4px 28px; border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
#footer .footer-copyright-con p { margin: 3px 0; }
#footer .footer-nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin-bottom: 6px; }
#footer .footer-nav-links a { font-size: 13px; font-weight: 600; }
#footer .beizhu { color: rgba(255,255,255,.62); font-size: 12px; }
#footer p, #footer span { color: rgba(255,255,255,.82); }
#footer a { color: #fff !important; text-decoration: none; transition: color .2s, opacity .2s; opacity: .92; }
#footer a:hover { color: #fff !important; opacity: 1; text-decoration: underline; }
/* 二维码卡：白底卡片压在毛玻璃上，形成清晰焦点 */
#footer .code { position: relative; z-index: 1; width: 96px; height: 96px; border-radius: 12px; border: 1px solid rgba(255,255,255,.35); padding: 5px; background: #fff; display: block; box-sizing: border-box; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform .25s ease, box-shadow .25s ease; }
#footer .code:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,.36); }
#footer .footer-bottom { position: relative; z-index: 1; background: rgba(0,0,0,.28); color: rgba(255,255,255,.9); text-align: center; font-size: 12px; padding: 13px 24px; letter-spacing: .06em; border-top: 1px solid rgba(255,255,255,.14); }

/* ==========================================================================
   响应式收窄
   ========================================================================== */
@media (max-width: 1280px) {
  .n6-side { width: 250px; }
  .t6-side { width: 230px; }
}
@media (max-width: 1080px) {
  .hos-list--directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .p5-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .t6-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .home-hero__banner .ai-home-swiper { height: 320px; }
  .qn-grid { grid-template-columns: repeat(6, 1fr); }
  .qn-card, .qn-card--qa { grid-column: span 6; }
}
@media (max-width: 900px) {
  .site-header__wrap { flex-wrap: wrap; gap: 14px; }
  .site-header__search { order: 3; flex-basis: 100%; }
  .mod-title-tg .tg-mid { padding: 0 14px; }
  .tg-tabs .tab a, .tg-tabs .tab li { margin: 0 16px !important; font-size: 17px !important; }
  .n6-layout, .t6-layout, .s8-layout { flex-direction: column; }
  .n6-side, .t6-side { width: 100%; }
  .s8-left { flex: 1 1 auto; max-width: 100%; flex-direction: row; }
  .n6-row__media { width: 148px; height: 100px; }
  .s8-detail__thumb { width: 160px; height: 96px; }
  #footer .containers { grid-template-columns: 1fr !important; justify-items: center; }
  #footer .footer-copyright-con { border-left: none; border-right: none; }
}
@media (max-width: 768px) {
  .home-hero__banner .ai-home-swiper { height: 200px; }
  .qn-grid { grid-template-columns: 1fr; }
  .qn-card, .qn-card--qa { grid-column: span 1; }
  .hos-list--directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .p5-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .t6-grid { grid-template-columns: minmax(0, 1fr); }
}

/* ===== PC首页区块 END ===== */



/* ===== 列表页 / 详情页样式（非首页，保留不动） ===== */
.regional-filter,
.regionalFiltering {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(var(--color-primary-dark-rgb), 0.05);
  padding: 2px 20px;
  margin: 18px 0;
  border: 1px solid var(--color-border-light);
}
.regional-filter__row,
.regionalFilteringBox {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--color-border-light);
}
.regional-filter__row:last-child,
.regionalFilteringBox:last-child {
  border-bottom: none;
}
.regional-filter__label,
.regionalFilteringLeft {
  flex-shrink: 0;
  width: 44px;
  display: inline-flex;
  align-items: baseline;
  padding-top: 5px;
}
.regional-filter__label-text,
.regionalFilteringLeft > span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  padding-left: 10px;
  letter-spacing: .04em;
  line-height: 1.4;
}
.regional-filter__label-text::before,
.regionalFilteringLeft > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: var(--color-primary);
}
.regional-filter__options,
.regionalFilteringRight {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 2px 0;
}
.regional-filter__link,
.regional-filter__options a,
.regionalFilteringRight a {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  font-size: 13px;
  color: var(--color-text-normal);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 16px;
  white-space: nowrap;
  line-height: 1.6;
  transition: color .2s, background .2s, border-color .2s, transform .15s, box-shadow .2s;
}
.regional-filter__link:hover,
.regional-filter__options a:hover,
.regionalFilteringRight a:hover {
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
  border-color: rgba(var(--color-primary-rgb), 0.25);
  transform: translateY(-1px);
}
.regional-filter__link.cursorActive,
.regional-filter__options a.cursorActive,
.regionalFilteringRight a.cursorActive {
  color: #fff;
  background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  border-color: transparent;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(var(--color-primary-dark-rgb), 0.22);
}
.regional-filter__link.cursorActive:hover,
.regional-filter__options a.cursorActive:hover,
.regionalFilteringRight a.cursorActive:hover {
  filter: brightness(1.06);
  color: #fff;
  transform: translateY(-1px);
  background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
}

/* ==============================
   .hospital-tabs — 列表页标题条（底线分割 + 描边咨询）
   结构：.hospital-tabs > .hospital-tab-item--title (.badge + .text)
                      + button.hospital-tab-item--consult
   ============================== */
.hospital-tabs,
.yy-list-tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(180deg, rgba(var(--color-primary-light-rgb), 0.55) 0%, #fff 100%);
  border-radius: 0;
  padding: 14px 4px 12px;
  margin: 14px 0 18px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.18);
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}
.hospital-tabs::before,
.yy-list-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 72px;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: var(--color-primary);
}
.hospital-tabs::after,
.yy-list-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--color-primary-rgb), 0.35) 0%, transparent 55%);
}
.hospital-tab-item--title {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding-left: 2px;
}
.hospital-tab-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 10px;
  border-radius: 0;
  letter-spacing: .12em;
  box-shadow: none;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  line-height: 1.2;
}
.hospital-tab-item__badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  border-radius: 1px;
  background: var(--color-accent);
}
.hospital-tab-item__text {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: .03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.hospital-tab-item--consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1.5px solid var(--color-primary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 4px;
  color: var(--color-primary-dark);
  background: #fff;
  box-shadow: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .15s ease;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
  line-height: 1.2;
}
.hospital-tab-item--consult::before {
  content: none;
}
.hospital-tab-item--consult:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-1px);
  box-shadow: none;
  filter: none;
}
.hospital-tab-item--consult:active {
  transform: translateY(0);
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  box-shadow: none;
}

/* ==============================
   .yycard — 医院/医生列表页卡片（list_hospital / list_doctor）
   ============================== */
.content_con {
  gap: 0;
}

.content_con .yycard.card_con,
.content_con .yycard.yylist_acrdcon {
  height: auto;
  min-height: 0;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  border-bottom: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(var(--color-primary-dark-rgb), 0.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.content_con .yycard:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(var(--color-primary-dark-rgb), 0.14);
}

.content_con .yycard__media {
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
  align-self: stretch;
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--color-primary-light);
}

.content_con .yycard__img,
.content_con .yycard .card_img {
  width: 100% !important;
  height: 100% !important;
  min-height: 148px;
  max-height: none;
  object-fit: cover;
  filter: none !important;
  transition: transform .35s ease;
}

.content_con .yycard:hover .yycard__img {
  transform: scale(1.05);
}

.content_con .yycard__body,
.content_con .yycard .card_textcon {
  flex: 1;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

.content_con .yycard__title-link {
  text-decoration: none;
}

.content_con .yycard__title,
.content_con .yycard .list_tit {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-text-dark);
  transition: color .2s ease;
}

.content_con .yycard:hover .yycard__title {
  color: var(--color-primary-dark);
}

.content_con .yycard__projects,
.content_con .yycard .xm_con {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.content_con .yycard__projects-label,
.content_con .yycard .xm_tex {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary-dark);
  background: var(--color-primary-light);
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.5;
  min-width: auto;
}

.content_con .yycard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
  max-height: 52px;
  overflow: hidden;
}

.content_con .yycard__tag,
.content_con .yycard .xm_but {
  display: inline-block;
  max-width: 120px;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--color-primary-dark);
  background: #fff;
  border: 1px solid var(--color-border-light);
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.content_con .yycard__tag:hover,
.content_con .yycard .xm_but:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.content_con .yycard__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.content_con .yycard__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--color-text-light);
}

.content_con .yycard__meta-ico {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .85;
}

.content_con .yycard__meta-ico--addr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0dbdc'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}

.content_con .yycard__meta-ico--time {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0dbdc'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
}

.content_con .yycard__meta-ico--intro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0dbdc'%3E%3Cpath d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E");
}

.content_con .yycard__meta-text {
  flex: 1;
  min-width: 0;
}

.content_con .yycard__meta-text--intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content_con .yycard__actions,
.content_con .yycard .card_button {
  flex: 0 0 auto;
  width: auto;
  min-width: 108px;
  height: auto;
  margin: 0;
  padding: 16px 18px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

.content_con .yycard__actions .but_item {
  width: 100%;
  min-width: 96px;
  height: 38px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.content_con .yycard__actions .but_item--primary {
  border: none;
  color: #fff;
  background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(var(--color-primary-dark-rgb), 0.25);
}

.content_con .yycard__actions .but_item--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 6px 16px rgba(var(--color-primary-dark-rgb), 0.32);
}

.content_con .yycard__actions .but_item--outline,
.content_con .yycard__actions .but_yh {
  border: 1px solid var(--color-primary);
  background: #fff;
  color: var(--color-primary-dark);
}

.content_con .yycard__actions .but_item--outline:hover,
.content_con .yycard__actions .but_yh:hover {
  background: var(--color-primary-light);
  transform: translateY(-1px);
}

/* ==============================
   .aside-head — 侧边栏栏目标题（底线分割 + 文字「更多」）
   与 .hospital-tabs 同系：无卡片壳 / 左短横标记 / 描边交互
   ============================== */
.aside_con {
  padding: 10px 12px 16px;
  gap: 0;
}

.aside_con .aside_titcon.aside-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 2px 11px;
  border: none;
  border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
}

.aside_con .aside_titcon.aside-head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 48px;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: var(--color-primary);
}

.aside_con .aside-head:not(:first-of-type) {
  margin-top: 18px;
}

.aside_con .aside-head__title,
.aside_con .aside_tit.aside-head__title {
  position: relative;
  margin: 0;
  flex: 1;
  min-width: 0;
  padding-left: 11px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: .03em;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aside_con .aside-head__title::before,
.aside_con .aside_tit.aside-head__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  border-radius: 1px;
  background: var(--color-accent);
}

.aside_con .aside-head__more,
.aside_con a.aside_more.aside-head__more {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
  background: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none;
  box-shadow: none;
  transition: color .2s ease, transform .15s ease;
}

.aside_con .aside-head__more:hover,
.aside_con a.aside_more.aside-head__more:hover {
  color: var(--color-primary-dark);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.aside_con .aside-head__more-ico {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  transition: transform .2s ease;
}

.aside_con .aside-head__more:hover .aside-head__more-ico {
  transform: translateX(3px);
}

.aside_con .aside-head + .card_con,
.aside_con .aside-head + a.card_rightcon {
  margin-top: 12px;
}



/* 空结果提示 */
.none_yy {
  background: linear-gradient(135deg, var(--color-primary-light) 0%, #fff 100%);
  border: 1px dashed var(--color-primary-accent);
  color: var(--color-primary-dark);
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  padding: 14px 18px;
  margin: 14px 0;
  border-radius: 8px;
  position: relative;
}
.none_yy::before {
  content: 'ℹ️ ';
  margin-right: 4px;
}

/* ==============================
   响应式（≤960px）
   ============================== */
@media (max-width: 960px) {
  .regional-filter,
  .regionalFiltering { padding: 2px 14px; }
  .regional-filter__row,
  .regionalFilteringBox {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 0;
  }
  .regional-filter__label,
  .regionalFilteringLeft {
    width: auto;
    padding-top: 0;
  }
  .regional-filter__options,
  .regionalFilteringRight {
    gap: 8px;
  }
  .regional-filter__link,
  .regional-filter__options a,
  .regionalFilteringRight a {
    padding: 6px 14px;
  }

  .content_con .yycard.card_con,
  .content_con .yycard.yylist_acrdcon {
    flex-direction: column;
  }
  .content_con .yycard__media {
    flex: none;
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 10;
    height: 150px;
  }
  .content_con .yycard__img,
  .content_con .yycard .card_img {
    min-height: 0;
  }
  .content_con .yycard__actions,
  .content_con .yycard .card_button {
    flex-direction: row;
    width: 100%;
    min-width: 0;
    padding: 0 16px 16px;
    border-left: none;
    border-top: 1px solid var(--color-border-light);
  }
  .content_con .yycard__actions .but_item {
    flex: 1;
  }

  .page_con.page-nav {
    gap: 6px;
    padding: 14px 10px;
  }
  .page_con.page-nav a,
  .page_con.page-nav span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }
  .page_con.page-nav a.a1 {
    padding: 0 12px;
    font-size: 12px;
  }
}

/* 资讯详情：标题区项目标签 */
.zx_detcon .zx_projects {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-basis: 100%;
  margin-top: 8px;
  gap: 8px;
}
.zx_detcon .zx_projects__label {
  flex-shrink: 0;
  line-height: 28px;
  white-space: nowrap;
  color: #666;
}
.zx_detcon .zx_projects__track {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px;
  flex: 1;
  min-width: 0;
  max-height: 96px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 1.5;
  color: #666;
}
.zx_detcon .zx_projects__track .zx_projects__tag,
.zx_detcon .zx_projects__track a.zx_projects__tag,
.zx_detcon .zx_projects__track span.zx_projects__tag {
  display: inline-block;
  max-width: 160px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 22px;
  color: var(--color-primary-dark, #08646A);
  background: #fff;
  border: 1px solid var(--color-primary-light, #DCF2F3);
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  box-sizing: border-box;
}
.zx_detcon .zx_projects__track a.zx_projects__tag:hover {
  background: var(--color-primary, #0B7C82);
  border-color: var(--color-primary, #0B7C82);
  color: #fff;
}
.zx_detcon .zx_projects__track span.zx_projects__tag {
  cursor: default;
}