/* ai-new.css — fengxiong100.com 柔致美学（/c-web 全量重跑，pc-index 第二步布局全部重算）
   site_uid = fengxiong100.com（16 字符，含 TLD）
   effective_seed = Sigma charcode[i]x(i+1) = 11847
   （此前版本文件头写的 seed=10609/10768 均为旧域名残留注释，本次重新按当前域名逐字符计算）

   PC 布局选型（seed=11847，两步算法 pick(i)=(seed+domain[i%16]xprime[i]) % count_i，
   分母为各库当前条目数；Header/Nav/Banner 走各自专属公式，见下）：
     板块标题 T-D「淡色圆角卡片」        seed%7 = 11847%7 = 3（全站 7 板块统一）
     Banner   BN6「轮播图三栏」          (seed+11)%9 = 11858%9 = 5
     Header   HE6「标语搜索行+层叠导航条」(seed+8)%6 = 11855%6 = 5（自带专属 Nav，跳过 Nav 库独立选型）
     医院 H7「卡片网格+顶部广告位+右侧计数器榜」  (11847+'e'101x3)  =12150 %8=6
     医生 D4「名片式横向卡片」                    (11847+'n'110x7)  =12617 %7=3
     资讯 N3「3列等宽卡片」                       (11847+'g'103x11) =12980 %9=2
     分享 S7「三栏聚合（同N7，数据换分享）」       (11847+'x'120x13) =13407 %9=6
     项目 P1「3列竖版价签」                       (11847+'i'105x17) =13632 %6=0
     问答 Q7 算法值=6，但问答仅6条/类、无 $right_wenda_* 备用列表、部分记录无缩略图，
       不满足 Q7「数据充足且带图」前提，按库内「数据受限则退化」原则改选文字型 Q6
     热词 T2「金银铜排行榜」                       (11847+'n'110x23) =14377 %6=1
     Footer F5「图片背景虚化」                     (11847+'g'103x29) =14834 %5=4

   相邻同族自检（结构形态）：H7 卡片网格·带侧栏 → D4 名片·横排 → N3 矩形网格·白底
     → S7 三栏聚合 → P1 矩形网格·角标 → Q6 列表条·无图 → T2 排行榜·序号
     相邻两两结构形态均不同族 ✓（N3 与 P1 同属矩形网格但不相邻，允许）

   本轮简化：可选叠加组件（TAB1/TAB2 分类行、MQ1 底部轮播榜）本次未叠加，
     七个板块均为库内picked布局的完整基础形态，未来如需再补可另行叠加。
   浮层 GD3 左侧页内锚点条：沿用（用户此前明确要求叠加，不属默认叠加项）。

   主题色：新 logo111.png（柔致美学：青绿羽叶莲花徽标 + 深藏青中英文字 + 极少量金色装饰细线）
     像素精确取色见下方 :root 上方注释块（含直方图取色数据与 WCAG 对比度校验）。
     主色 #0B7A68（H170 S83 L25，白底 5.25:1）／辅色 #E3B51C（logo 内金色装饰细线校正版，
     其暗版 #7F6510 白底 5.57:1）／中性 #f4f5f7 系／功能色 红 #E53935 · 绿 #2fae66。
     60/30/10：中性底 60 / 青绿主色 30 / 金色辅色 10 */
body { margin: 0; padding: 0; 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（柔致美学：青绿羽叶莲花徽标 + 深藏青中英文字 + 极少量金色装饰细线）
   像素精确取色（alpha>200，仅统计图形区域 x:80-584，即裁剪 bbox 范围内）：
     深藏青 #202050 族（约 20000px）—— 中英文字本身的墨色，非图形主色，不取
     青绿族 #05BC9E / #04B89B / #06B79B / #08BFA1（约 25px 峰值，紧密聚簇）—— 莲花/叶片主体色
     金色装饰线 仅 16px（阈值内极稀少）—— 花之生命之花底纹细线，太稀薄不足以撑起"明确第二主色"，
       但确实是设计者特意保留的暖色点缀，按规则①优先级仍直接取用做辅色（而非推导邻近冷色）
   ① 主色：取青绿族并做对比度强制校正
      原始 #05BC9E → H≈170° S≈95% L≈38%，白底仅 2.41:1，不达标，按规则降 L 至 25%：
      --color-primary #0B7A68 → H≈170° S≈83% L≈25%，白底 5.25:1 ≥ AA ✓
      --color-primary-dark #096556（L 再降 ~17%，白底对比度更高，用于强调文字/描边）
      --color-primary-light #E7F2F0（L≈95%，仅做淡底填充，不承载文字）
   ② 辅色：logo 内金色细线（H≈51° S≈53% L≈65%，过淡不可直接用），提升饱和度/降低亮度到可用区间
      --color-accent #E3B51C（H≈46° S≈78% L≈50%，实底填充/角标/CTA）
      --color-accent-dark #7F6510（L≈28%，白底文字/描边用，白底 5.57:1 ≥ AA ✓）
   ③ 中性：固定中性灰、不带主色色相
   ④ 功能色：优惠价红 / 认证绿，独立于品牌色
   60/30/10：中性底 60 / 青绿主色 30 / 金色辅色 10 */
:root {
  /* ① 品牌主色系（结构：标题竖条/导航/链接/描边） */
  --color-primary: #0B7A68; --color-primary-dark: #096556; --color-primary-light: #E7F2F0;
  --color-primary-rgb: 11,122,104; --color-primary-dark-rgb: 9,101,86;
  /* ② 辅助/强调色（logo 内金色装饰细线，经饱和度/亮度校正后可用） */
  --color-accent: #E3B51C; --color-accent-dark: #7F6510; --color-accent-rgb: 227,181,28;
  /* ③ 中性底与正文 */
  --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;
}

/* ---------- 首页容器与板块外壳 ---------- */
.container { width: 1240px; max-width: 100%; margin: 0 auto; }
.index-hos-con { margin: 26px 0; }
.index-hos-box { background: var(--color-bg-white); border-radius: 10px; padding: 0 0 22px; box-shadow: 0 2px 16px rgba(31,35,40,.05); overflow: hidden; }

/* ============================================================
   Tab 隐藏契约（功能性 CSS —— 必须留在 header 实际加载的 ai-new.css 里，不得只躺在被注释的旧表）
   .current 只管导航高亮，不负责显隐 —— 显隐全靠下面这组规则。
   ============================================================ */
.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; }

/* ============================================================
   Banner BN6「轮播图三栏（左项目列表 + 中轮播/图卡 + 右资讯列表，圆角卡片风）」
   (seed+11)%9 = 11858%9 = 5 → BN6（库 9 套 BN1~BN9）
   数据：左栏 $xiangmu_ym_list 前 6 条；中栏 $banner_images_arr 轮播 + 三专科项目首条图卡；
         右栏 $news_ym_list 全部 4 条 + $news_kq_list 第 1 条＝5 条。
   ⚠ .hero-mid 必须是普通块级容器（不能 flex column），.hero-swiper 高度必须写死 px，
     否则 Swiper 官方 height:100% 百分比链会解析成 0、轮播整块不显示（库内坑1/坑2）。
   ============================================================ */
.hero-band {
  background: linear-gradient(94deg, var(--color-primary-light), rgba(var(--color-accent-rgb),.16));
  padding: 18px 0 22px;
  overflow: hidden;
}
.hero-inner { max-width: 1240px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
.hero-inner--3col { display: flex; align-items: stretch; gap: 16px; }
.hero-mid { flex: 1; min-width: 0; }
.hero-swiper {
  height: 240px; margin-bottom: 10px;
  position: relative; border-radius: 12px; overflow: hidden;
  background: var(--color-primary-light);
  box-shadow: 0 4px 18px rgba(var(--color-primary-dark-rgb),.1);
}
.hero-swiper .swiper-slide { height: 100%; }
.hero-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  --swiper-navigation-size: 40px;
  position: absolute; top: 50%; transform: translateY(-50%); margin-top: 0;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.62);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary-dark); cursor: pointer; z-index: 5;
  transition: background .2s ease;
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover { background: #fff; }
.hero-swiper .swiper-button-prev { left: 14px; }
.hero-swiper .swiper-button-next { right: 14px; }
.hero-swiper .swiper-button-prev svg,
.hero-swiper .swiper-button-next svg { width: 20px; height: 20px; }
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after { content: none; display: none; }
.hero-swiper .swiper-pagination { bottom: 10px; }
.hero-swiper .swiper-pagination-bullet { background: rgba(255,255,255,.6); opacity: 1; }
.hero-swiper .swiper-pagination-bullet-active { background: #fff; }
.hero-subcards { height: 120px; display: flex; gap: 16px; }
.hero-subcard {
  position: relative; display: block; flex: 1; min-width: 0; height: 100%;
  border-radius: 10px; overflow: hidden; text-decoration: none;
  background: var(--color-primary-light);
  box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb),.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-subcard:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(var(--color-primary-dark-rgb),.14); }
.hero-subcard img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.hero-subcard:hover img { transform: scale(1.05); }
.hero-subcard::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.hero-subcard:nth-child(1)::after { background: linear-gradient(0deg, rgba(var(--color-primary-dark-rgb),.86) 0%, rgba(var(--color-primary-dark-rgb),.30) 60%, transparent 100%); }
.hero-subcard:nth-child(2)::after { background: linear-gradient(0deg, rgba(var(--color-accent-rgb),.86) 0%, rgba(var(--color-accent-rgb),.30) 60%, transparent 100%); }
.hero-subcard:nth-child(3)::after { background: linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.28) 60%, transparent 100%); }
.hero-subcard__cap { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 0px 10px; font-size: 12.5px; font-weight: 700; color: #fff; }
.hero-left {
  flex: 0 0 200px; width: 200px; box-sizing: border-box;
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb),.06);
  display: flex; flex-direction: column;
}
.hero-left__head { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 14px; background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-dark) 100%); }
.hero-left__headTitle { font-size: 14px; font-weight: 800; color: #fff; letter-spacing: .04em; white-space: nowrap; }
.hero-left__headMore { font-size: 12px; color: rgba(255,255,255,.82); text-decoration: none; white-space: nowrap; transition: color .2s; }
.hero-left__headMore:hover { color: #fff; }
.hero-left__cats { flex: 1 1 auto; padding: 6px 14px; display: flex; flex-direction: column; }
.hero-left__proj { display: block; padding: 8px 0; border-bottom: 1px dashed var(--color-border-light); text-decoration: none; }
.hero-left__proj:last-child { border-bottom: none; }
.hero-left__projTitle { font-size: 13.5px; font-weight: 700; color: var(--color-text-dark); margin-bottom: 3px; transition: color .2s; }
.hero-left__projTitle::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); margin-right: 6px; vertical-align: middle; }
.hero-left__projDesc { font-size: 11.5px; font-weight: 400; color: var(--color-text-lighter); }
.hero-left__proj:hover .hero-left__projTitle { color: var(--color-primary-dark); }
.hero-right {
  flex: 0 0 200px; width: 200px; box-sizing: border-box;
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb),.06);
  display: flex; flex-direction: column;
}
.hero-right__head { flex: 0 0 auto; padding: 14px; text-align: center; }
.hero-right__welcome { font-size: 13px; font-weight: 700; color: var(--color-text-dark); line-height: 1.4; }
.hero-right__brand { background: linear-gradient(135deg, var(--color-primary), var(--color-accent-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-right__line { flex: 0 0 auto; height: 1px; background: var(--color-border-light); margin: 0 14px; }
.hero-right__news { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; padding: 12px 14px; }
.hero-right__newsHead { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; font-weight: 700; color: var(--color-text-dark); margin-bottom: 8px; }
.hero-right__newsHead a { font-size: 12px; font-weight: 400; color: var(--color-primary-dark); text-decoration: none; white-space: nowrap; }
.hero-right__newsList { flex: 1 1 auto; display: flex; flex-direction: column; }
.hero-right__newsItem { display: block; padding: 8px 0; border-bottom: 1px dashed var(--color-border-light); text-decoration: none; }
.hero-right__newsItem:last-child { border-bottom: none; }
.hero-right__newsTitle { font-size: 13px; font-weight: 700; color: var(--color-text-dark); margin-bottom: 3px; transition: color .2s; }
.hero-right__newsTitle::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); margin-right: 6px; vertical-align: middle; }
.hero-right__newsDesc { font-size: 11.5px; font-weight: 400; color: var(--color-text-lighter); }
.hero-right__newsItem:hover .hero-right__newsTitle { color: var(--color-primary-dark); }

/* ============================================================
   Header HE6「上下双行 · 标语搜索行 + 层叠描边 tab 导航条（含专属 Nav）」
   (seed+8)%6 = 11855%6 = 5 → HE6（库 6 套 HE1~HE6，本档自带导航，跳过 Nav 库独立选型）
   作用域内附带 reset（原站载入独立 reset.css，本站没有，缺了会顶歪标语/搜索/电话行）。
   ============================================================ */
.header, .header-nav-box { font-size: 16px; }
.header h1, .header p, .header ul, .header ol, .header li,
.header-nav-box ul, .header-nav-box ol, .header-nav-box li { margin: 0; padding: 0; }
.header ul, .header ol, .header-nav-box ul, .header-nav-box ol { list-style: none; }
.header a, .header-nav-box a { text-decoration: none; }
.header img, .header-nav-box img { max-width: 100%; height: auto; border: 0 none; vertical-align: top; }
.header input { background: none; outline: none; border: 0; }
.header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; column-gap: 24px; }
.header.public-content { position: relative; margin: 0 auto; max-width: 1240px; padding: 16px 20px; box-sizing: border-box; }
.hearder-box { justify-self: start; text-align: center; }
.header .logo_head { width: 200px; height: auto; display: inline-block; image-rendering: -webkit-optimize-contrast; }
.header-search { justify-self: center; color: #000; }
.header .input { position: relative; height: 30px; border-top: #ccc solid 1px; border-right: none; border-bottom: #ccc solid 1px; border-left: #ccc solid 1px; border-radius: 4px 0 0 4px; }
.header .input input { outline: none; border: none; padding: 0 10px; margin: 0; width: 330px; height: 30px; color: #333; font-size: 16px; border-radius: 4px 0 0 4px; box-sizing: border-box; background: #fff; }
.header .search { position: absolute; top: -1px; right: -50px; width: 50px; height: 32px; background-color: var(--color-primary-dark); border-radius: 0 4px 4px 0; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; }
.header .search svg { width: 18px; height: 18px; }
.lxwm400 { justify-self: end; position: relative; white-space: nowrap; display: flex; align-items: center; gap: 6px; }
.lxwm400 .header-tel-label { font-size: 12px; color: var(--color-text-light); }
.lxwm400 .header-tel { color: var(--color-primary-dark); font-weight: 700; }
.header-nav-box { width: 100%; background: #fff; border-bottom: 4px solid var(--color-primary-dark); display: flex; align-items: flex-end; justify-content: center; }
.header-nav-box .header-nav { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: flex; align-items: flex-end; justify-content: space-between; }
.header-nav > a { flex: 1 1 0; min-width: 0; color: #000; }
.header-nav li { height: 40px; line-height: 40px; margin: 7px 0px 0px 0px; padding: 0px 22px; cursor: pointer; background-color: var(--color-primary); color: #fff; border-top: 4px solid var(--color-primary-dark); border-left: 4px solid var(--color-primary-dark); border-right: 1px solid var(--color-primary-dark); white-space: nowrap; }
.header-nav > a > li { padding: 0 12px; text-align: center; }
.header-nav .header-xiangmu { border-right: 4px solid var(--color-primary-dark); }
.header-nav > li.erweima { flex: 0 0 auto; }
.header-nav .erweima { background-color: unset; border: unset; cursor: unset; }
.header-nav .erweima img { width: 70px; position: relative; top: -32px; left: -12px; }
.header-nav .active { color: #fff; background-color: var(--color-primary-dark); }

/* ============================================================
   板块标题 T-D「淡色圆角卡片」（seed%7 = 11847%7 = 3，全站 7 个板块统一）
   极淡主色背景(8%)，大圆角(24px)，图标+双行文字+英文小标，圆润柔和。
   ============================================================ */
.mod-title-td { display: flex; align-items: center; gap: 14px; padding: 16px 28px; background: color-mix(in srgb, var(--color-primary) 8%, #fff); margin-bottom: 20px; }
.mod-title-td .td-icon { font-size: 30px; flex-shrink: 0; line-height: 1; }
.mod-title-td .td-text { flex: 1; min-width: 0; }
.mod-title-td .td-title { font-size: 19px; font-weight: 700; color: var(--color-primary); margin: 0; line-height: 1.3; }
.mod-title-td .td-en { font-size: 11px; color: rgba(0,0,0,.35); text-transform: uppercase; letter-spacing: .16em; margin: 3px 0 0; }
.mod-title-td .td-more { margin-left: auto; font-size: 13px; color: var(--color-primary); background: rgba(255,255,255,.7); border-radius: 20px; padding: 4px 14px; flex-shrink: 0; text-decoration: none; }
.mod-title-td .idx-tabs { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.mod-title-td .idx-tabs .title { font-size: 13px; color: var(--color-primary); cursor: pointer; padding: 6px 15px; background: rgba(255,255,255,.6); border-radius: 20px; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.mod-title-td .idx-tabs .title.current { background: var(--color-primary); color: #fff; font-weight: 700; }

/* ============================================================
   医院 H7「卡片网格 + 顶部广告位 + 右侧计数器榜」
   (seed + domain[1]'e'101×3) = 11847+303=12150 % 8 = 6 → H7（库 8 套 H1~H8）
   字段：机构名 ✓ | 更新时间 ✓ | 地址 ✓ | 关联项目标签 ✓（各自独立可跳转）| 侧栏「热门医院」榜 ✓
   ============================================================ */
.h7-layout { display: flex; align-items: flex-start; gap: 20px; margin: 0 20px; }
.h7-main { flex: 1; min-width: 0; }
.h7-ad { display: flex; gap: 14px; margin-bottom: 16px; }
.h7-ad a { flex: 1; min-width: 0; display: block; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.h7-ad img { width: 100%; height: 160px; object-fit: cover; display: block; transition: transform .35s ease; }
.h7-ad a:hover img { transform: scale(1.04); }
.h7-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; list-style: none; margin: 0; padding: 0; }
.h7-item { padding: 12px 14px; background: var(--color-bg-white); border: 1px solid var(--color-border-light); border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s, background .2s; }
.h7-item:hover { transform: translateY(-2px); background: var(--color-primary-light); box-shadow: 0 6px 16px rgba(var(--color-primary-rgb),.14); }
.h7-item__hero { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2px 10px; text-decoration: none; }
.h7-item__name { font-size: 14px; font-weight: 600; color: var(--color-text-dark); position: relative; padding-left: 12px; }
.h7-item__name::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--color-primary); }
.h7-item:hover .h7-item__name { color: var(--color-primary); }
.h7-item__time { grid-column: 2; grid-row: 1; font-size: 11px; color: var(--color-text-lighter); white-space: nowrap; }
.h7-item__addr { grid-column: 1 / -1; font-size: 12px; color: var(--color-text-light); padding-left: 12px; }
.h7-item__tags { display: flex; flex-wrap: wrap; gap: 4px; padding-left: 12px; margin-top: 5px; max-height: 38px; overflow: hidden; }
.h7-item__tag { font-size: 10px; line-height: 16px; color: var(--color-primary); background: var(--color-primary-light); border-radius: 3px; margin: 0 4px 0 0; padding: 0 4px; text-decoration: none; transition: background .2s, color .2s; }
.h7-item__tag:hover { background: var(--color-primary); color: #fff; }
.h7-side { flex-shrink: 0; width: 262px; border: 1px solid var(--color-border); border-radius: 8px; padding: 14px 16px; background: #fff; }
.h7-side__hd { font-size: 16px; font-weight: 800; color: var(--color-text-dark); padding-left: 10px; border-left: 4px solid var(--color-primary); margin-bottom: 12px; }
.h7-side__list { list-style: none; margin: 0; padding: 0; counter-reset: h7rank; }
.h7-side__item { counter-increment: h7rank; border-bottom: 1px dashed var(--color-border-light); }
.h7-side__item:last-child { border-bottom: none; }
.h7-side__item a { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; padding: 9px 0; text-decoration: none; }
.h7-side__num { grid-row: 1 / 3; font-size: 24px; font-style: italic; font-weight: 800; line-height: 1; color: var(--color-primary); }
.h7-side__num::before { content: counter(h7rank); }
.h7-side__item:nth-child(1) .h7-side__num { color: #e6403b; }
.h7-side__item:nth-child(2) .h7-side__num { color: #ff8c00; }
.h7-side__item:nth-child(3) .h7-side__num { color: #f0b400; }
.h7-side__t { font-size: 13px; font-weight: 600; color: var(--color-text-normal); }
.h7-side__item a:hover .h7-side__t { color: var(--color-primary); }
.h7-side__d { font-size: 11px; color: var(--color-text-lighter); }

/* ============================================================
   医生 D4「名片式横向卡片」
   (seed + domain[2]'n'110×7) = 11847+770=12617 % 7 = 3 → D4（库 7 套 D1~D7）
   图片 80px 小头像左 + 内容中 + 立即预约按钮最右，body 用 grid(1fr auto)，2 列。
   字段：头像 ✓ | 姓名 ✓ | 职称 ✓ | 所在机构 ✓ | 擅长简介 ✓ | 更新时间 ✓ | 预约 CTA ✓
   ============================================================ */
.d4-list { margin: 0 20px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.doc-card { display: flex; gap: 14px; align-items: stretch; padding: 14px; background: #fff; border: 1px solid var(--color-border-light); border-radius: 10px; box-shadow: 0 2px 10px rgba(31,35,40,.05); transition: transform .25s ease, box-shadow .25s ease; }
.doc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(31,35,40,.1); }
.doc-card__avatar { width: 80px; min-width: 80px; height: 80px; border-radius: 10px; overflow: hidden; position: relative; background: var(--color-primary-light); flex-shrink: 0; }
.doc-card__avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.doc-card:hover .doc-card__avatar img { transform: scale(1.06); }
.doc-card__body { flex: 1; min-width: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 10px; row-gap: 3px; }
.doc-card__head { grid-column: 1; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.doc-card__name { font-size: 16px; font-weight: 700; color: var(--color-text-dark); text-decoration: none; transition: color .2s ease; }
.doc-card:hover .doc-card__name { color: var(--color-primary); }
.doc-card__zc { font-size: 12px; color: var(--color-accent-dark); background: rgba(var(--color-accent-rgb),.14); border-radius: 4px; padding: 1px 8px; text-decoration: none; }
.doc-card__intro { grid-column: 1; min-width: 0; font-size: 12px; color: var(--color-primary-dark); text-decoration: none; padding: 0; }
.doc-card__intro::before { content: '🏥'; margin-right: 4px; }
.doc-card__meta { grid-column: 1; min-width: 0; font-size: 12px; color: var(--color-text-light); text-decoration: none; padding: 0; }
.doc-card__foot { grid-column: 1; display: flex; align-items: center; }
.doc-card__time { font-size: 11px; color: var(--color-text-lighter); text-decoration: none; }
.doc-card__btn { grid-column: 2; grid-row: 1 / span 3; align-self: center; justify-self: end; cursor: pointer; font-size: 12px; font-weight: 700; color: #fff; background: var(--color-accent); border-radius: 999px; padding: 8px 18px; white-space: nowrap; transition: background .2s ease; }
.doc-card__btn:hover { background: var(--color-accent-dark); }

/* ============================================================
   资讯 N3「3 列等宽卡片」
   (seed + domain[3]'g'103×11) = 11847+1133=12980 % 9 = 2 → N3（库 9 套 N1~N9）
   图上文下，白底阴影卡片；主列表 4 条 + right 列表前 2 条 = 6 格铺满 3×2。
   字段：封面图 ✓ | 标题 ✓ | 摘要 ✓ | 更新时间 ✓
   ============================================================ */
.n3-grid { margin: 0 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.n3-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--color-border-light); border-radius: 10px; overflow: hidden; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.n3-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(31,35,40,.12); border-color: rgba(var(--color-primary-rgb),.28); }
.n3-card__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-primary-light); }
.n3-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.n3-card:hover .n3-card__media img { transform: scale(1.06); }
.n3-card__body { display: flex; flex-direction: column; flex: 1; padding: 14px 16px 12px; }
.n3-card__title { font-size: 16px; font-weight: 700; line-height: 1.5; color: var(--color-text-dark); padding: 0; transition: color .2s ease; }
.n3-card:hover .n3-card__title { color: var(--color-primary); }
.n3-card__desc { margin-top: 8px; font-size: 13px; line-height: 1.75; color: var(--color-text-light); padding: 0; }
.n3-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--color-border-light); }
.n3-card__d { font-style: normal; font-size: 12px; color: var(--color-text-lighter); }
.n3-card__go { font-style: normal; font-size: 12px; font-weight: 700; color: var(--color-accent-dark); }
.n3-card__go::after { content: ' →'; }

/* ============================================================
   分享 S7「三栏聚合（与资讯 N7 同款，数据换分享）」
   (seed + domain[4]'x'120×13) = 11847+1560=13407 % 9 = 6 → S7（库 9 套 S1~S9）
   结构：左栏图文列表 + 中栏头条大图 + 「最新分享」标题日期列表 + 右栏「热门推荐」列表（顶部固定广告图）
   数据：$share_XX_list（4条，图文列表用第1条起，头条用第1条）+ $share_right_XX_list（7条，中/右补充）
   字段：封面图 ✓ | 标题 ✓ | 摘要 ✓ | 更新时间 ✓
   ============================================================ */
.ind-hos-list .index_new_content { display: flex; align-items: flex-start; gap: 22px; margin: 0 20px; }
.ind-hos-list .index_new ul { list-style: none; padding-left: 0; margin: 0; }
.ind-hos-list .index_new_tw { flex: 0 0 30%; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.ind-hos-list .index_new_tw li a { display: flex; align-items: flex-start; gap: 10px; text-decoration: none; }
.ind-hos-list .index_new_tw_img { width: 112px; min-width: 112px; flex-shrink: 0; aspect-ratio: 120 / 78; position: relative; border-radius: 6px; overflow: hidden; background: var(--color-primary-light); }
.ind-hos-list .index_new_tw_img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ind-hos-list .index_new_tw li a:hover .index_new_tw_img img { transform: scale(1.06); }
.ind-hos-list .index_new_tw_text { flex: 1; min-width: 0; }
.ind-hos-list .index_new_tw_text h3 { font-size: 14px; font-weight: 700; color: var(--color-text-dark); margin: 0; padding: 0; transition: color .2s ease; }
.ind-hos-list .index_new_tw li a:hover .index_new_tw_text h3 { color: var(--color-primary); }
.ind-hos-list .index_new_tw_text p { margin: 5px 0 0; font-size: 12px; line-height: 1.6; color: var(--color-text-light); padding: 0; }
.ind-hos-list .index_new_mid { flex: 1 1 42%; min-width: 0; display: flex; flex-direction: column; }
.ind-hos-list .index_new_left_swiper { position: relative; width: 100%; padding-top: 54%; border-radius: 8px; overflow: hidden; background: var(--color-primary-light); margin-bottom: 12px; }
.ind-hos-list .index_new_left_swiper > a { position: absolute; inset: 0; display: block; }
.ind-hos-list .index_new_left_swiper img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ind-hos-list .index_new_swiper_padding_text { position: absolute; left: 0; right: 0; bottom: 0; padding: 2px 16px; background: linear-gradient(to top, rgba(0,0,0,.78) 0%, transparent 100%); color: #fff; font-size: 14px; font-weight: 700; }
.ind-hos-list .index_new_b { min-width: 0; }
.ind-hos-list .index_new_b_title { font-size: 14px; font-weight: 800; color: var(--color-text-dark); padding-bottom: 8px; border-bottom: 2px solid var(--color-primary); margin-bottom: 8px; }
.ind-hos-list .index_new_b li a { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 7px 0; position: relative; padding-left: 14px; text-decoration: none; }
.ind-hos-list .index_new_b li a::before { content: ''; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; border-radius: 50%; background: var(--color-primary); }
.ind-hos-list .index_new_b .t { flex: 1; min-width: 0; font-size: 13px; color: var(--color-text-normal); }
.ind-hos-list .index_new_b li a:hover .t { color: var(--color-primary); }
.ind-hos-list .index_new_b .d { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }
.ind-hos-list .index_new_rd { flex: 0 0 25%; min-width: 0; }
.ind-hos-list .index_new_rd img { width: 100%; display: block; border-radius: 6px; }
.ind-hos-list .index_new_rd a { cursor: pointer; display: block; margin-bottom: 12px; }
.ind-hos-list .index_new_c_title { font-size: 14px; font-weight: 800; color: var(--color-text-dark); padding-bottom: 8px; border-bottom: 2px solid var(--color-accent); margin-bottom: 8px; }
.ind-hos-list .index_new_c li a { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 6px 0; text-decoration: none; }
.ind-hos-list .index_new_c .t { flex: 1; min-width: 0; font-size: 12px; color: var(--color-text-normal); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ind-hos-list .index_new_c li a:hover .t { color: var(--color-primary); }
.ind-hos-list .index_new_c .d { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }

/* ============================================================
   项目 P1「3 列竖版价签」
   (seed + domain[5]'i'105×17) = 11847+1785=13632 % 6 = 0 → P1（库 6 套 P1~P6）
   图上文下 + 右上角红色价格标签，白底卡片。
   价格固定规则：优惠价强制 #E53935；原价灰色删除线。
   ============================================================ */
.p1-grid { margin: 0 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.p1-card { display: flex; flex-direction: column; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 14px rgba(31,35,40,.06); transition: transform .25s ease, box-shadow .25s ease; }
.p1-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(31,35,40,.13); }
.p1-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-primary-light); }
.p1-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.p1-card:hover .p1-card__media img { transform: scale(1.06); }
.p1-card__badge { position: absolute; top: 10px; right: 10px; background: var(--color-promo); color: #fff; font-size: 13px; font-weight: 800; border-radius: 999px; padding: 4px 12px; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.project-card__price-num { color: #E53935 !important; }
.p1-card__body { display: flex; flex-direction: column; flex: 1; padding: 13px 15px 14px; }
.p1-card__title { font-size: 16px; font-weight: 700; color: var(--color-text-dark); text-decoration: none; padding: 0; transition: color .2s ease; }
.p1-card:hover .p1-card__title { color: var(--color-primary); }
.p1-card__desc { margin-top: 6px; font-size: 12px; line-height: 1.7; color: var(--color-text-light); text-decoration: none; padding: 0; }
.p1-card__price { display: flex; align-items: baseline; gap: 8px; margin-top: 10px; }
.p1-card__now { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.p1-card__origin { font-size: 12px; color: #aaa; text-decoration: line-through; }
.p1-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--color-border-light); }
.p1-card__time { font-size: 11px; color: var(--color-text-lighter); text-decoration: none; }
.p1-card__cta { cursor: pointer; font-size: 12px; font-weight: 700; color: var(--color-accent-dark); border: 1px solid rgba(var(--color-accent-rgb),.5); border-radius: 999px; padding: 5px 13px; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.p1-card__cta:hover { background: var(--color-accent); border-color: var(--color-accent); color: #fff; }

/* ============================================================
   问答 Q6「双列点线文字卡 + 缩进答案预览框」
   算法值 (seed + domain[6]'o'111×19) = 11847+2109=13956 % 9 = 6 → Q7，但问答仅 6 条/类、
   无 $right_wenda_* 备用列表、部分记录无缩略图，不满足 Q7「数据充足且带图」的落地前提；
   按库内「数据受限则退化」原则改选文字型 Q6（列表条·无图·答案预览框，2 列点线分隔）。
   字段：问题标题 ✓ | 已解答状态 ✓ | 更新时间 ✓ | 答案摘要 ✓
   ============================================================ */
.q6-grid { margin: 0 20px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 32px; }
.q6-item { padding: 16px 0; border-bottom: 1px dotted var(--color-border); }
.q6-item__q { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.q6-item__icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--color-primary-light); color: var(--color-primary); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.q6-item__title { flex: 1; min-width: 0; font-size: 15px; font-weight: 700; color: var(--color-text-dark); padding: 0; transition: color .2s ease; }
.q6-item__q:hover .q6-item__title { color: var(--color-primary); }
.q6-item__state { flex-shrink: 0; font-size: 11px; font-weight: 700; color: var(--color-success); background: rgba(var(--color-success-rgb),.12); border-radius: 4px; padding: 2px 8px; }
.q6-item__time { flex-shrink: 0; font-size: 11px; color: var(--color-text-lighter); }
.q6-item__a { margin: 10px 0 0 30px; background: var(--color-bg); border-radius: 8px; padding: 10px 14px; text-decoration: none; display: block; }
.q6-item__a-txt { font-size: 12.5px; line-height: 1.8; color: var(--color-text-light); }
.q6-item__a-more { display: block; margin-top: 4px; font-size: 11px; font-weight: 700; color: var(--color-accent-dark); }

/* ============================================================
   热词 T2「金银铜排行榜」
   (seed + domain[7]'n'110×23) = 11847+2530=14377 % 6 = 1 → T2（库 6 套 T1~T6）
   序号色块（金银铜灰）+ 词条 + 更新日期小字，单列竖排。
   ============================================================ */
.t2-list { margin: 0 20px; list-style: none; padding: 0; counter-reset: t2rank; }
.t2-item { counter-increment: t2rank; }
.t2-item a { display: flex; align-items: center; gap: 14px; padding: 12px 8px; border-bottom: 1px solid var(--color-border-light); text-decoration: none; transition: background .2s ease; }
.t2-item:last-child a { border-bottom: none; }
.t2-item a:hover { background: rgba(var(--color-primary-rgb),.05); }
.t2-item__num { flex-shrink: 0; width: 30px; height: 30px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; background: var(--color-text-lighter); }
.t2-item__num::before { content: counter(t2rank); }
.t2-item:nth-child(1) .t2-item__num { background: #f59e0b; }
.t2-item:nth-child(2) .t2-item__num { background: #94a3b8; }
.t2-item:nth-child(3) .t2-item__num { background: #b45309; }
.t2-item__tag { flex: 1; min-width: 0; font-size: 15px; font-weight: 700; color: var(--color-text-dark); padding: 0; transition: color .2s ease; }
.t2-item a:hover .t2-item__tag { color: var(--color-primary); }
.t2-item__d { flex-shrink: 0; font-style: normal; font-size: 12px; color: var(--color-text-lighter); }

/* ============================================================
   GD3 左侧页内锚点快捷导航（.anav —— Scrollspy 竖向锚点条，沿用）
   ============================================================ */
.anav { position: fixed; left: 16px; top: 50%; transform: translateY(-50%); z-index: 40; }
.anav__list { list-style: none; margin: 0; padding: 10px 8px; display: flex; flex-direction: column; gap: 4px; background: rgba(255,255,255,.82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--color-border-light); border-radius: 999px; box-shadow: 0 8px 26px rgba(31,35,40,.12); }
.anav__item { display: flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; cursor: pointer; transition: background .22s ease; }
.anav__item:hover { background: rgba(var(--color-primary-rgb),.09); }
.anav__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-text-lighter); flex-shrink: 0; transition: background .22s ease, transform .22s ease; }
.anav__txt { font-size: 12px; color: var(--color-text-light); white-space: nowrap; transition: color .22s ease; }
.anav__item.is-active .anav__dot { background: var(--color-accent); transform: scale(1.4); }
.anav__item.is-active .anav__txt { color: var(--color-primary-dark); font-weight: 700; }
@media (max-width: 1440px) { .anav { display: none; } }

/* ============================================================
   Footer F5「图片背景虚化」
   (seed + domain[8]'g'103×29) = 11847+2987=14834 % 5 = 4 → F5（库 5 套 F1~F5）
   半透明背景图 + 毛玻璃遮罩；背景取站内已有 default 图或渐变兜底，前景玻璃卡容纳品牌/导航/二维码。
   ============================================================ */
#footer.footer--f5 {
  position: relative;
  margin-top: 46px;
  color: rgba(255,255,255,.88);
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, #0b3a32 55%, #071f1b 100%);
  overflow: hidden;
}
#footer.footer--f5::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(var(--color-accent-rgb),.35), transparent 55%),
                     radial-gradient(circle at 80% 70%, rgba(var(--color-primary-rgb),.55), transparent 60%);
  filter: blur(40px);
  opacity: .8;
}
#footer.footer--f5 .containers {
  position: relative; z-index: 1;
  width: 1240px; max-width: 100%; margin: 0 auto;
  display: grid; grid-template-columns: 200px minmax(0,1fr) 120px; align-items: center; gap: 32px;
  padding: 34px 24px; box-sizing: border-box;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
#footer.footer--f5 a, #footer.footer--f5 p, #footer.footer--f5 span { color: rgba(255,255,255,.8); }
#footer.footer--f5 a { text-decoration: none; transition: color .2s ease; }
#footer.footer--f5 a:hover { color: var(--color-accent); }
#footer.footer--f5 .logo { width: 100%; height: auto; display: block; filter: brightness(0) invert(1); opacity: .95; }
#footer.footer--f5 .f1-desc { margin: 12px 0 0; font-size: 12px; line-height: 1.8; color: rgba(255,255,255,.6); }
#footer.footer--f5 .f1-mid { position: relative; z-index: 1; font-size: 13px; line-height: 1.95; }
#footer.footer--f5 .f1-mid p { margin: 4px 0; }
#footer.footer--f5 .f1-nav-title { font-size: 14px; font-weight: 800; color: #fff; padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.2); }
#footer.footer--f5 .f1-nav-links { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-bottom: 12px; }
#footer.footer--f5 .f1-nav-links a { font-size: 13px; line-height: 22px; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.05); transition: background .2s ease, border-color .2s ease, color .2s ease; }
#footer.footer--f5 .f1-nav-links a:hover { background: var(--color-accent); border-color: var(--color-accent); color: #1f2328; }
#footer.footer--f5 .beizhu { font-size: 12px; color: rgba(255,255,255,.55); }
#footer.footer--f5 .f1-qr { position: relative; z-index: 1; text-align: center; }
#footer.footer--f5 .code { width: 104px; height: 104px; display: block; border-radius: 10px; padding: 5px; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.35); }
#footer.footer--f5 .f1-qr-cap { display: block; margin-top: 8px; font-size: 12px; color: rgba(255,255,255,.65); }
#footer.footer--f5 .footer-bottom { position: relative; z-index: 1; background: rgba(0,0,0,.32); text-align: center; font-size: 12px; padding: 13px 24px; letter-spacing: .06em; color: rgba(255,255,255,.65); }

/* ============================================================
   响应式（≤1240px / ≤1100px / ≤960px / ≤768px）—— 首页区块专用
   ============================================================ */
@media (max-width: 1240px) {
  .p1-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .h7-side { width: 220px; }
}
@media (max-width: 1100px) {
  .hero-inner--3col { flex-wrap: wrap; }
  .hero-mid   { flex: 1 1 100%; order: 1; }
  .hero-left  { flex: 1 1 calc(50% - 8px); width: auto; order: 2; }
  .hero-right { flex: 1 1 calc(50% - 8px); width: auto; order: 3; }
  .hero-swiper { height: 300px; }
}
@media (max-width: 960px) {
  .hero-swiper { height: 260px; }
  .hero-subcards { height: 104px; }

  .header .input input { width: 200px; }
  .lxwm400 { margin-right: 0; }
  .header-nav-box .header-nav { flex-wrap: wrap; justify-content: flex-start; }
  .header-nav > a { flex: 0 0 auto; }
  .header-nav .erweima img { top: 0; left: 0; }

  .mod-title-td { flex-wrap: wrap; }

  .h7-side { display: none; }
  .h7-list { grid-template-columns: repeat(2,minmax(0,1fr)); }

  .d4-list { grid-template-columns: minmax(0,1fr); }

  .n3-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .p1-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .ind-hos-list .index_new_content { flex-direction: column; }
  .ind-hos-list .index_new_tw { flex: 1 1 auto; flex-direction: row; flex-wrap: wrap; }
  .ind-hos-list .index_new_tw li { flex: 1 1 45%; }
  .ind-hos-list .index_new_mid { flex: 1 1 auto; }
  .ind-hos-list .index_new_rd { flex: 1 1 auto; }

  .q6-grid { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 768px) {
  .header { grid-template-columns: 1fr; row-gap: 10px; }
  .hearder-box { justify-self: center; }
  .header-search { justify-self: stretch; width: 100%; }
  .header .input { width: 100%; }
  .header .input input { width: 100%; }
  .lxwm400 { justify-self: center; }

  .hero-band { padding: 14px 0 16px; }
  .hero-inner { padding: 0 12px; }
  .hero-inner--3col { flex-direction: column; flex-wrap: nowrap; gap: 12px; }
  .hero-mid   { flex: 0 0 auto; width: 100%; order: 1; }
  .hero-left  { flex: 0 0 auto; width: 100%; order: 2; }
  .hero-right { flex: 0 0 auto; width: 100%; order: 3; }
  .hero-swiper { height: auto; aspect-ratio: 1897/465; margin-bottom: 0; }
  .hero-subcards { height: auto; gap: 10px; }
  .hero-subcard { height: auto; aspect-ratio: 4/3; }

  .p1-grid { grid-template-columns: minmax(0,1fr); }

  #footer.footer--f5 .containers { grid-template-columns: 1fr !important; text-align: center; }
  #footer.footer--f5 .logo { width: 200px; margin: 0 auto; }
  #footer.footer--f5 .code { margin: 0 auto; }
  #footer.footer--f5 .f1-nav-links { justify-content: center; }
}

/* ===== 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;
}