/* ai-new.css — meiweishi.net 薇时美学（/c-web 全流程重跑，2026-09-18）
   ⚠ 上一版头部注释是本项目从模板源站 pengtilongbi.net_20260917 整体复制而来的遗留内容：
   r-site-info 的全局文本替换只是把注释里字面出现的旧域名/旧站名文字换成了新域名/新站名，
   但注释里记录的 seed/pick 计算全部是「pengtilongbi.net」（16字符）的计算结果，并非本站真实计算值。
   pc-index 规则明确要求"不得以文件中已有CSS为由跳过生成"，因此本轮按 meiweishi.net 的真实域名重新计算，
   下方为全新计算过程，此前遗留的 pengtilongbi.net 计算记录一律作废。

   domain = "meiweishi.net"（13 字符，下标 0~12）
   seed   = Σ charcode[i]×(i+1) = 9439

   标题   seed % 7                                          = 9439 % 7        = 3 → T-D 淡色圆角卡片
   Banner (seed + 11) % 9                                   = 9450 % 9        = 0 → BN1 极简原生轮播（与上轮巧合一致，无需改动）
   Header (seed + 8) % 6                                    = 9447 % 6        = 3 → HE4 紧凑横排型
   Nav    seed % 7（Nav库7套，HE4不绑定专属Nav，独立选型）      = 9439 % 7        = 3 → NA4 渐变实底
   医院   i=1 p=3  domain[1]='h'(104) (9439+312)   % 8   = 9751  % 8   = 7 → H8 圆形头像网格+城市Tab+底部知名轮播（无侧栏）
   医生   i=2 p=7  domain[2]='u'(117) (9439+819)   % 7   = 10258 % 7   = 3 → D4 名片式横向卡片
   资讯   i=3 p=11 domain[3]='z'(122) (9439+1342)  % 9   = 10781 % 9   = 8 → N9 横向卡列表+右侧「最新资讯」侧栏
   分享   i=4 p=13 domain[4]='h'(104) (9439+1352)  % 9   = 10791 % 9   = 0 → S1 4列画廊叠层（3:4竖图+底部渐变蒙版）
   项目   i=5 p=17 domain[5]='o'(111) (9439+1887)  % 6   = 11326 % 6   = 4 → P5 4列紧凑网格（与上轮巧合一致，无需改动）
   问答   i=6 p=19 domain[6]='u'(117) (9439+2223)  % 9   = 11662 % 9   = 7 → Q8（数据受限，与上轮同号，沿用两栏文字列表降级方案）
   热词   i=7 p=23 domain[7]='m'(109) (9439+2507)  % 6   = 11946 % 6   = 0 → T1 散布胶囊云
   Footer i=8 p=29 domain[8]='r'(114) (9439+3306)  % 5   = 12745 % 5   = 0 → F1 深色渐变3列Grid

   可选叠加组件（公式不变，本轮按新 seed 重新计算，结果与上一版不同）：
     TAB tab_pick=(seed+domain[i%13]×41)%3 → 0不叠加/1叠加TAB1/2叠加TAB2
         医院=intrinsic(H8自带城市TAB1，不受此公式支配) / 医生=1→TAB1 / 资讯=2→TAB2 / 分享=2→TAB2 /
         项目=1→TAB1(与上轮一致，未改) / 问答=1→TAB1(与上轮一致，未改) / 热词=0→不叠加（本轮起移除热词下的 ind-sec-tabs）
     MQ  mq_pick=(seed+domain[i%13]×43)%4 → 3才叠加，其余不叠加
         医生=2→不叠加（本轮起移除医生底部「知名医生」轮播，改回医院独有）
         资讯=1/项目=0/问答=2/热词=2 → 均不叠加
         分享=3→应叠加，但 home.php 无 $well_known_share_list 这类数据源，且 pc-index 规则禁止修改 .php 文件，
         故本轮分享不落地 MQ1（跳过原因已记录，非遗漏）
     医院 H8 的底部「知名医院」轮播是该布局自身固有结构（非可选叠加），复用 home.php 已有的 $well_known_hos_list。

   Q8 落地说明（问答板块，数据受限，沿用不变）：$wenda_kq/ym/yk_list 每专科仅 6 条、无 $right_wenda_* 备用列表，
   不足以支撑 Q8 标准的「左2大图卡+右详情+文字列表」三段式；按文档"数据受限时退化"的规则，
   降级为两栏文字列表（每栏各 3 条，问题+答案摘要+日期，thumb 存在则显示小图），保留 Q8 的"两栏杂志"视觉基因。

   H8 城市 Tab 说明：URL 按 phpcms/libs/functions/global.func.php 里 get_province_hos()/get_city_hos() 的
   真实 pinyin 数据拼接（省级 /{专科}/{pinyin}/，市级 /{专科}/{parent_name}/{pinyin}/），不是凭经验猜拼音。

   主题色：沿用 logo111.png 像素采样结果 —— 文字/图标主体青绿 #2F6E6E（经 WCAG AA 校正），
   图标金线 #C8A05C 取作辅色（logo 第二色优先规则），本轮未变（Logo 未换，色值仍准确）。
   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 ===== */

/* ==========================================================================
   薇时美学 meiweishi.net — PC 首页区块（/c-web 全流程重跑，2026-09-20）
   domain = "meiweishi.net"（13 字符，下标 0~12）
   seed   = Σ charcode[i]×(i+1) = 9209

   标题   seed % 7                                  = 9209 % 7  = 4 → T-E 左色块标签型
   Banner (seed + 11) % 9                           = 9220 % 9  = 4 → BN5 轮播图 + 左右不遮挡列表卡
   Header (seed + 8) % 6                            = 9217 % 6  = 1 → HE2 双层分离
   Nav    seed % 7（Nav 库 7 套，HE2 不绑定专属 Nav）  = 9209 % 7  = 4 → NA5 毛玻璃透明
   医院   i=1 p=3  domain[1]='e'(101) (9209+303)  % 8 = 9512  % 8 = 0 → H1 3列竖版网格
   医生   i=2 p=7  domain[2]='i'(105) (9209+735)  % 7 = 9944  % 7 = 4 → D5 杂志大图错位
   资讯   i=3 p=11 domain[3]='w'(119) (9209+1309) % 9 = 10518 % 9 = 6 → N7 三栏聚合（带固定广告图）
   分享   i=4 p=13 domain[4]='e'(101) (9209+1313) % 9 = 10522 % 9 = 1 → S2 砖块瀑布流
   项目   i=5 p=17 domain[5]='i'(105) (9209+1785) % 6 = 10994 % 6 = 2 → P3 横版全宽 Banner
   问答   i=6 p=19 domain[6]='s'(115) (9209+2185) % 9 = 11394 % 9 = 0 → Q1 2列卡片 Q/A 徽标
   热词   i=7 p=23 domain[7]='h'(104) (9209+2392) % 6 = 11601 % 6 = 3 → T4 字号阶梯
   Footer i=8 p=29 domain[8]='i'(105) (9209+3045) % 5 = 12254 % 5 = 4 → F5 图片背景虚化

   可选叠加组件：
     TAB tab_pick=(seed+domain[i%13]×41)%3 → 0不叠加 / 1叠加TAB1 / 2叠加TAB2
         医院=0不叠加 / 医生=2→TAB2 / 资讯=0不叠加 / 分享=0不叠加 /
         项目=2→TAB2 / 问答=1→TAB1 / 热词=0不叠加
     MQ  mq_pick=(seed+domain[i%13]×43)%4 → 仅 3 才叠加
         医院=0 医生=0 资讯=2 分享=0 项目=0 问答=2 热词=1 → 本轮七个板块均不叠加底部轮播
         （上一轮旧域名 seed=9439 时医院 H8 自带底部「知名医院」轮播，本轮 H1 无此结构，已移除）

   主题色：logo111.png 像素采样 —— 图标主体为青绿/翡翠渐变（H 163~192，S 70~88%，L 24~47%），
   取 H=172 S=78% L=28% 作 --color-primary（#107F70，对白底 4.89:1 ≥ WCAG AA）；
   logo 只有单一青绿色系，按「邻近色 H±25~45°」推导辅色 H=205（#1D72AF 靛青，对白底 5.15:1），
   同时呼应 logo 文字的深藏青，保证辅色是可区分的第二色而非同 hue 明暗阶。
   END 之后为列表页/详情页样式，本轮未改动。
   ========================================================================== */

/* === AI 主题色（logo 提取主色 + 适配辅色 + 中性 + 功能色）=== */
:root {
  /* ① 品牌主色系（结构：标题栏/导航/链接/竖条/描边），已按 WCAG AA 对白底校正 */
  --color-primary:#107F70; --color-primary-dark:#0C6458; --color-primary-light:#E7F8F6;
  --color-primary-rgb:16,127,112; --color-primary-dark-rgb:12,100,88;
  /* ② 辅助/强调色（主色邻近色 H+33°，靛青，呼应 logo 文字深藏青） */
  --color-accent:#1D72AF; --color-accent-dark:#175B8C; --color-accent-rgb:29,114,175;
  /* ③ 中性底与正文 */
  --color-bg:#f4f5f7; --color-bg-white:#fff; --color-bg-light:#eef1f5;
  --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: 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: 34px 0; }
.index-hos-box { background: transparent; }

/* ==========================================================================
   Header HE2：双层分离（顶条主色实底放电话，主条 Logo + 搜索 + 二维码）
   ========================================================================== */
.site-topbar { background: var(--color-primary-dark); color: #fff; }
.site-topbar__inner { max-width: 1240px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-topbar__slogan { font-size: 12px; letter-spacing: .06em; color: rgba(255,255,255,.82); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-topbar__tel { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
.site-topbar__tel-label { position: relative; padding-left: 18px; font-size: 12px; color: rgba(255,255,255,.72); }
.site-topbar__tel-label::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.7); box-sizing: border-box; }
.site-topbar__tel-num { font-size: 15px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: .02em; }
.site-topbar__tel-num:hover { color: var(--color-primary-light); }

.site-header--he2 { background: #fff; }
.site-header--he2 .site-header__wrap { max-width: 1240px; margin: 0 auto; padding: 18px 20px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-header--he2 .site-header__logo { flex-shrink: 0; display: inline-flex; text-decoration: none; }
.site-header--he2 .site-header__logo img { width: 176px; height: auto; display: block; image-rendering: -webkit-optimize-contrast; }
.site-header--he2 .site-header__search { flex: 1; min-width: 0; display: flex; justify-content: center; }
.site-header--he2 .site-header__search .input { position: relative; height: 40px; display: flex; width: 100%; max-width: 460px; }
.site-header--he2 .site-header__search .input input { flex: 1; min-width: 0; height: 40px; border: 1.5px solid var(--color-primary); border-right: none; outline: none; padding: 0 18px; font-size: 14px; color: #333; background: #fff; border-radius: 20px 0 0 20px; box-sizing: border-box; }
.site-header--he2 .site-header__search .input input::placeholder { color: var(--color-text-lighter); }
.site-header--he2 .site-header__search .search { width: 54px; height: 40px; background: var(--color-primary); border-radius: 0 20px 20px 0; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; transition: background .2s; flex-shrink: 0; }
.site-header--he2 .site-header__search .search:hover { background: var(--color-primary-dark); }
.site-header--he2 .site-header__search .search svg { width: 17px; height: 17px; }
.site-header--he2 .site-header__qr { position: relative; width: 44px; height: 44px; flex-shrink: 0; }
.site-header--he2 .site-header__qr-thumb { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; border: 1px solid var(--color-border-light); display: block; }
.site-header--he2 .site-header__qr-pop { position: absolute; right: 0; top: 52px; width: 132px; padding: 8px; background: #fff; border-radius: 10px; box-shadow: 0 10px 28px rgba(var(--color-primary-dark-rgb), .2); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .22s ease, transform .22s ease, visibility .22s; z-index: 60; }
.site-header--he2 .site-header__qr-pop img { width: 100%; display: block; border-radius: 6px; }
.site-header--he2 .site-header__qr:hover .site-header__qr-pop { opacity: 1; visibility: visible; transform: translateY(0); }

/* ==========================================================================
   Nav NA5：毛玻璃透明（半透明底 + backdrop-filter 模糊，深色文字，滚动后加阴影）
   ========================================================================== */
.site-nav--na5 { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.72); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); border-top: 1px solid rgba(var(--color-primary-rgb), .16); border-bottom: 1px solid rgba(var(--color-primary-rgb), .12); transition: box-shadow .25s ease, background .25s ease; }
.site-nav--na5.scrolled { background: rgba(255,255,255,.9); box-shadow: 0 6px 20px rgba(var(--color-primary-dark-rgb), .14); }
.site-nav--na5 .site-nav__shell { max-width: 1240px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.site-nav--na5 .site-nav__list { display: flex; justify-content: space-between; align-items: stretch; list-style: none; margin: 0; padding: 0; }
.site-nav--na5 .site-nav__item { flex: 1; text-align: center; }
.site-nav--na5 .site-nav__item > a { position: relative; display: block; padding: 15px 0; font-size: 16px; font-weight: 600; color: var(--color-text-dark); text-decoration: none; transition: color .2s ease; }
.site-nav--na5 .site-nav__item > a::after { content: ''; position: absolute; left: 50%; bottom: 9px; width: 0; height: 2px; border-radius: 2px; background: var(--color-primary); transform: translateX(-50%); transition: width .25s ease; }
.site-nav--na5 .site-nav__item > a:hover { color: var(--color-primary); }
.site-nav--na5 .site-nav__item > a:hover::after { width: 26px; }
.site-nav--na5 .site-nav__item > a.active { color: var(--color-primary-dark); font-weight: 800; }
.site-nav--na5 .site-nav__item > a.active::after { width: 30px; background: var(--color-accent); }

/* ==========================================================================
   Banner BN5：轮播图 + 左右不遮挡列表卡（三栏并排，轮播图物理让宽）
   ========================================================================== */
.lunbo-wrap { max-width: 1240px; margin: 18px auto 0; padding: 0 20px; box-sizing: border-box; display: flex; align-items: stretch; gap: 16px; }
.ai-home-swiper { flex: 1; min-width: 0; border: 5px solid var(--color-bg-light); border-radius: 6px; overflow: hidden; box-shadow: 0 4px 18px rgba(var(--color-primary-dark-rgb), .1); aspect-ratio: 840 / 300; }
.ai-home-swiper .swiper-wrapper, .ai-home-swiper .swiper-slide { height: 100%; }
.ai-home-swiper img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ai-home-swiper .swiper-pagination-bullet { background: rgba(var(--color-primary-rgb), .5); opacity: 1; }
.ai-home-swiper .swiper-pagination-bullet-active { background: var(--color-primary-dark); }
.lunbo-side { flex-shrink: 0; width: 200px; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 6px 18px rgba(var(--color-primary-dark-rgb), .12); display: flex; flex-direction: column; }
.lunbo-side__hd { flex-shrink: 0; height: 34px; line-height: 34px; text-align: center; font-size: 16px; color: #fff; }
.lunbo-side--left .lunbo-side__hd { background: var(--color-primary-dark); }
.lunbo-side--right .lunbo-side__hd { background: var(--color-accent-dark); }
.lunbo-side__list { flex: 1; display: flex; flex-direction: column; }
.lunbo-side__item { flex: 1; display: flex; align-items: center; padding: 0 14px; font-size: 13px; color: var(--color-text-normal); text-decoration: none; transition: background .2s, color .2s; }
.lunbo-side__item > .camp1 { min-width: 0; flex: 1; }
.lunbo-side__item:nth-child(even) { background: var(--color-bg-light); }
.lunbo-side__item:hover { background: var(--color-primary); color: #fff; }

/* ==========================================================================
   板块标题 T-E：左色块标签型（36px 主色竖条 + 竖排英文）
   ========================================================================== */
.mod-title-te { display: flex; align-items: stretch; background: #fff; border-radius: 6px; box-shadow: 0 1px 8px rgba(0,0,0,.06); overflow: hidden; margin-bottom: 20px; }
.mod-title-te .te-sidebar { width: 36px; min-width: 36px; background: var(--color-primary); display: flex; align-items: center; justify-content: center; padding: 12px 0; flex-shrink: 0; }
.mod-title-te .te-en { writing-mode: vertical-rl; text-orientation: mixed; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: .28em; text-transform: uppercase; }
.mod-title-te .te-main { padding: 12px 16px; flex: 1; min-width: 0; }
.mod-title-te .te-title { font-size: 20px; font-weight: 700; color: #1a1a1a; margin: 0; line-height: 1.3; }
.mod-title-te .te-sub { font-size: 12px; color: #999; margin: 4px 0 0; }
.mod-title-te .tab { display: flex; align-items: center; gap: 8px; flex-shrink: 0; align-self: center; }
.mod-title-te .te-more { align-self: center; margin: 0 16px; font-size: 13px; color: #888; white-space: nowrap; flex-shrink: 0; text-decoration: none; transition: color .2s; }
.mod-title-te .te-more:hover { color: var(--color-primary); }
.mod-title-te .tab a, .mod-title-te .tab li { display: inline-block; padding: 5px 14px; font-size: 13px; border-radius: 16px; border: 1px solid #ddd; cursor: pointer; text-decoration: none; transition: background .2s, color .2s, border-color .2s; color: #555 !important; border-color: #ddd !important; }
.mod-title-te .tab .current, .mod-title-te .tab .on a, .mod-title-te .tab .cur a { color: #fff !important; background: var(--color-primary) !important; border-color: var(--color-primary) !important; }

/* ==========================================================================
   叠加组件 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); }

/* ==========================================================================
   医院 H1：3列竖版网格（图上文下 · 白底阴影卡片）
   hover：卡片整体上移 + 阴影加深 + 图片轻微放大
   ========================================================================== */
.h1-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.h1-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb), .08); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.h1-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(var(--color-primary-dark-rgb), .18); }
.h1-card__hero { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-bg-light); }
.h1-card__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.h1-card:hover .h1-card__hero img { transform: scale(1.06); }
.h1-card__body { padding: 14px 16px 12px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.h1-card__name { font-size: 16px; font-weight: 700; color: var(--color-text-dark); text-decoration: none; padding: 0; transition: color .2s; }
.h1-card:hover .h1-card__name { color: var(--color-primary); }
.h1-card__addr { position: relative; font-size: 12.5px; color: var(--color-text-light); text-decoration: none; padding: 0 0 0 15px; }
.h1-card__addr::before { content: ''; position: absolute; left: 0; top: 5px; width: 8px; height: 8px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); border: 2px solid var(--color-primary); box-sizing: border-box; }
.h1-card__tags { display: flex; flex-wrap: wrap; gap: 6px; max-height: 52px; overflow: hidden; }
.h1-card__tag { display: inline-block; line-height: 20px; height: 20px; padding: 0 9px; font-size: 11.5px; color: var(--color-primary-dark); background: var(--color-primary-light); border-radius: 10px; text-decoration: none; white-space: nowrap; transition: background .2s, color .2s; }
.h1-card__tag:hover { background: var(--color-primary); color: #fff; }
.h1-card__foot { margin-top: auto; padding-top: 10px; border-top: 1px dashed var(--color-border-light); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.h1-card__time { font-size: 12px; color: var(--color-text-lighter); }
.h1-card__btn { flex-shrink: 0; border: 1px solid var(--color-accent); background: transparent; color: var(--color-accent-dark); font-size: 12.5px; padding: 4px 14px; border-radius: 14px; cursor: pointer; transition: background .2s, color .2s; }
.h1-card__btn:hover { background: var(--color-accent); color: #fff; }

/* ==========================================================================
   医生 D5：杂志大图错位（3:4 大图 + 主色色块装饰，奇数左图右文 / 偶数右图左文）
   hover：图片放大 + 装饰色块偏移
   ========================================================================== */
.d5-list { display: flex; flex-direction: column; gap: 26px; }
.d5-row { display: flex; align-items: stretch; gap: 34px; background: #fff; border-radius: 12px; padding: 20px 24px; box-shadow: 0 2px 12px rgba(var(--color-primary-dark-rgb), .07); transition: box-shadow .25s ease; }
.d5-row:hover { box-shadow: 0 12px 28px rgba(var(--color-primary-dark-rgb), .15); }
.d5-row:nth-child(even) { flex-direction: row-reverse; }
.d5-row__hero { position: relative; flex-shrink: 0; width: 186px; aspect-ratio: 3 / 4; border-radius: 10px; overflow: hidden; background: var(--color-bg-light); display: block; }
.d5-row__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.d5-row:hover .d5-row__hero img { transform: scale(1.06); }
.d5-row__hero::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%); }
.d5-row__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 10px; justify-content: center; position: relative; }
.d5-row__body::before { content: ''; position: absolute; top: 4px; width: 46px; height: 46px; border-radius: 8px; background: rgba(var(--color-primary-rgb), .1); z-index: 0; transition: transform .3s ease; }
.d5-row:nth-child(odd) .d5-row__body::before { left: -14px; }
.d5-row:nth-child(even) .d5-row__body::before { right: -14px; }
.d5-row:hover .d5-row__body::before { transform: translateY(-5px); }
.d5-row__head { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.d5-row__name { font-size: 22px; font-weight: 800; color: var(--color-text-dark); text-decoration: none; transition: color .2s; }
.d5-row:hover .d5-row__name { color: var(--color-primary); }
.d5-row__zc { font-size: 13px; color: #fff; background: var(--color-primary); border-radius: 12px; padding: 2px 12px; }
.d5-row__hos { position: relative; z-index: 1; font-size: 14px; color: var(--color-accent-dark); text-decoration: none; padding: 0; min-width: 0; }
.d5-row__intro { position: relative; z-index: 1; font-size: 13.5px; line-height: 1.75; color: var(--color-text-light); text-decoration: none; padding: 0; min-width: 0; }
.d5-row__foot { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-top: 4px; }
.d5-row__time { font-size: 12px; color: var(--color-text-lighter); }
.d5-row__btn { border: none; background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-dark) 100%); color: #fff; font-size: 13px; padding: 7px 22px; border-radius: 18px; cursor: pointer; transition: filter .2s, transform .2s; }
.d5-row__btn:hover { filter: brightness(1.1); transform: translateY(-2px); }

/* ==========================================================================
   资讯 N7：三栏聚合（左图文列表 / 中头条大图 + 最新资讯 / 右广告图 + 热门推荐）
   ========================================================================== */
.ind-zx-list .index_new { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(var(--color-primary-dark-rgb), .07); }
.ind-zx-list .index_new ul { list-style: none; padding-left: 0; margin: 0; }
.ind-zx-list .index_new_content { display: flex; align-items: flex-start; gap: 22px; }

/* 左栏 30%：图左文右横排卡片 */
.ind-zx-list .index_new_tw { flex: 0 0 30%; max-width: 30%; min-width: 0; }
.ind-zx-list .index_new_tw li { border-bottom: 1px dashed var(--color-border-light); }
.ind-zx-list .index_new_tw li:last-child { border-bottom: none; }
.ind-zx-list .index_new_tw li a { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; text-decoration: none; }
.ind-zx-list .index_new_tw_img { position: relative; width: 112px; min-width: 112px; flex-shrink: 0; aspect-ratio: 120 / 78; border-radius: 6px; overflow: hidden; background: var(--color-bg-light); }
.ind-zx-list .index_new_tw_img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.ind-zx-list .index_new_tw li a:hover .index_new_tw_img img { transform: scale(1.06); }
.ind-zx-list .index_new_tw_text { flex: 1; min-width: 0; display: block; }
.ind-zx-list .index_new_tw_text h3 { margin: 0; font-size: 14px; font-weight: 700; color: var(--color-text-dark); transition: color .2s; }
.ind-zx-list .index_new_tw li a:hover .index_new_tw_text h3 { color: var(--color-primary); }
.ind-zx-list .index_new_tw_text p { margin: 5px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--color-text-light); }
.ind-zx-list .index_new_tw_d { display: block; margin-top: 5px; font-size: 11.5px; color: var(--color-text-lighter); }

/* 中栏 42%：必须有 .index_new_mid wrapper（头条大图 + 最新资讯列表） */
.ind-zx-list .index_new_mid { flex: 1 1 42%; min-width: 0; display: flex; flex-direction: column; }
.ind-zx-list .index_new_left_swiper { position: relative; display: block; width: 100%; padding-top: 54%; border-radius: 8px; overflow: hidden; background: var(--color-bg-light); text-decoration: none; }
.ind-zx-list .index_new_left_swiper img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.ind-zx-list .index_new_left_swiper:hover img { transform: scale(1.05); }
.ind-zx-list .index_new_swiper_padding_text { position: absolute; left: 0; right: 0; bottom: 20px; padding: 2px 16px; font-size: 15px; font-weight: 700; color: #fff; z-index: 2; }
.ind-zx-list .index_new_left_swiper::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 84px; background: linear-gradient(to top, rgba(10,30,26,.86) 0%, rgba(10,30,26,0) 100%); z-index: 1; }
.ind-zx-list .index_new_swiper_d { position: absolute; left: 16px; bottom: 6px; font-size: 11.5px; color: rgba(255,255,255,.8); z-index: 2; }
.ind-zx-list .index_new_b { margin-top: 14px; }
.ind-zx-list .index_new_b_hd, .ind-zx-list .index_new_c_hd { position: relative; padding-left: 12px; margin-bottom: 8px; font-size: 15px; font-weight: 700; color: var(--color-text-dark); }
.ind-zx-list .index_new_b_hd::before, .ind-zx-list .index_new_c_hd::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 15px; border-radius: 2px; background: var(--color-primary); }
.ind-zx-list .index_new_b li { position: relative; padding-left: 14px; border-bottom: 1px dashed var(--color-border-light); }
.ind-zx-list .index_new_b li:last-child { border-bottom: none; }
.ind-zx-list .index_new_b li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%); }
.ind-zx-list .index_new_b li a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; text-decoration: none; }
.ind-zx-list .index_new_b li a .t { flex: 1; min-width: 0; font-size: 13.5px; color: var(--color-text-normal); transition: color .2s; }
.ind-zx-list .index_new_b li a:hover .t { color: var(--color-primary); }
.ind-zx-list .index_new_b li a .d { flex-shrink: 0; font-size: 11.5px; color: var(--color-text-lighter); }

/* 右栏 25%：顶部固定广告图 + 热门推荐列表 */
.ind-zx-list .index_new_rd { flex: 0 0 25%; max-width: 25%; min-width: 0; }
.ind-zx-list .index_new_rd > a { display: block; cursor: pointer; }
.ind-zx-list .index_new_rd > a img { width: 100%; display: block; border-radius: 6px; }
.ind-zx-list .index_new_c { margin-top: 14px; }
.ind-zx-list .index_new_c li { position: relative; padding-left: 14px; border-bottom: 1px dashed var(--color-border-light); }
.ind-zx-list .index_new_c li:last-child { border-bottom: none; }
.ind-zx-list .index_new_c li::before { content: ''; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%); }
.ind-zx-list .index_new_c li a { display: block; padding: 9px 0; text-decoration: none; }
.ind-zx-list .index_new_c li a .t { min-width: 0; font-size: 13.5px; color: var(--color-text-normal); transition: color .2s; }
.ind-zx-list .index_new_c li a:hover .t { color: var(--color-primary); }
.ind-zx-list .index_new_c li a .d { display: block; margin-top: 2px; font-size: 11.5px; color: var(--color-text-lighter); }

/* ==========================================================================
   分享 S2：砖块瀑布流（column-count 自然错落，图片高度不一）
   hover：砖块上移 + 标题变主色
   ========================================================================== */
.s2-masonry { column-count: 4; column-gap: 18px; }
.s2-brick { display: block; break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid; margin: 0 0 18px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb), .08); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.s2-brick:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(var(--color-primary-dark-rgb), .18); }
.s2-brick__pic { display: block; position: relative; overflow: hidden; background: var(--color-bg-light); }
.s2-brick__pic img { width: 100%; display: block; transition: transform .35s ease; }
.s2-brick:hover .s2-brick__pic img { transform: scale(1.05); }
/* 砖块高度自然错落：按位置给不同的图片纵横比 */
.s2-brick:nth-child(4n+1) .s2-brick__pic { aspect-ratio: 3 / 4; }
.s2-brick:nth-child(4n+2) .s2-brick__pic { aspect-ratio: 1 / 1; }
.s2-brick:nth-child(4n+3) .s2-brick__pic { aspect-ratio: 4 / 5; }
.s2-brick:nth-child(4n+4) .s2-brick__pic { aspect-ratio: 4 / 3; }
.s2-brick__pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.s2-brick__body { display: block; padding: 12px 14px 13px; }
.s2-brick__title { font-size: 14px; font-weight: 700; color: var(--color-text-dark); transition: color .2s; }
.s2-brick:hover .s2-brick__title { color: var(--color-primary); }
.s2-brick__desc { margin-top: 6px; font-size: 12.5px; line-height: 1.65; color: var(--color-text-light); }
.s2-brick__date { display: block; margin-top: 8px; font-size: 11.5px; color: var(--color-text-lighter); }

/* ==========================================================================
   项目 P3：横版全宽 Banner（图左 40% + 内容右 60%）
   hover：左图放大 + 左侧主色竖线展开
   ========================================================================== */
.p3-list { display: flex; flex-direction: column; gap: 16px; }
.p3-bar { position: relative; display: flex; align-items: stretch; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(var(--color-primary-dark-rgb), .08); text-decoration: none; transition: box-shadow .25s ease; }
.p3-bar::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-accent) 100%); transition: width .25s ease; z-index: 3; }
.p3-bar:hover { box-shadow: 0 12px 26px rgba(var(--color-primary-dark-rgb), .16); }
.p3-bar:hover::before { width: 5px; }
.p3-bar__pic { position: relative; flex: 0 0 40%; max-width: 40%; aspect-ratio: 16 / 7; overflow: hidden; background: var(--color-bg-light); }
.p3-bar__pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.p3-bar:hover .p3-bar__pic img { transform: scale(1.04); }
.p3-bar__body { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 18px 26px; }
.p3-bar__title { font-size: 19px; font-weight: 800; color: var(--color-text-dark); transition: color .2s; }
.p3-bar:hover .p3-bar__title { color: var(--color-primary); }
.p3-bar__desc { font-size: 13.5px; line-height: 1.75; color: var(--color-text-light); }
.p3-bar__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 2px; }
.p3-bar__price { display: inline-flex; align-items: baseline; gap: 10px; }
.p3-bar__now { font-style: normal; font-size: 24px; font-weight: 800; color: #E53935 !important; }
.p3-bar__old { font-size: 13px; color: #aaa; text-decoration: line-through; }
.p3-bar__time { flex-shrink: 0; font-size: 12px; color: var(--color-text-lighter); }

/* ==========================================================================
   问答 Q1：2列卡片 Q/A 徽标（描边卡片）
   hover：整卡背景浅主色填充 + Q 徽标亮度提升
   ========================================================================== */
.q1-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.q1-card { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 18px 20px; background: #fff; border: 1px solid var(--color-border-light); border-radius: 10px; text-decoration: none; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.q1-card:hover { background: var(--color-primary-light); border-color: rgba(var(--color-primary-rgb), .35); box-shadow: 0 8px 22px rgba(var(--color-primary-dark-rgb), .12); }
.q1-badge { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 13px; font-weight: 800; color: #fff; transition: filter .25s ease; }
.q1-badge--q { background: var(--color-primary); }
.q1-badge--a { background: var(--color-accent); }
.q1-card:hover .q1-badge { filter: brightness(1.15); }
.q1-card__q { display: flex; align-items: center; gap: 10px; }
.q1-card__qt { flex: 1; min-width: 0; font-size: 15.5px; font-weight: 700; color: var(--color-text-dark); }
.q1-card__a { display: flex; align-items: flex-start; gap: 10px; }
.q1-card__at { flex: 1; min-width: 0; font-size: 13px; line-height: 1.75; color: var(--color-text-light); }
.q1-card__pic { display: block; position: relative; width: 100%; aspect-ratio: 16 / 7; border-radius: 8px; overflow: hidden; background: var(--color-bg-light); }
.q1-card__pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.q1-card:hover .q1-card__pic img { transform: scale(1.05); }
.q1-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px dashed var(--color-border-light); }
.q1-card__state { font-size: 12px; font-weight: 600; color: var(--color-success); }
.q1-card__d { font-size: 12px; color: var(--color-text-lighter); }

/* ==========================================================================
   热词 T4：字号阶梯（第 1 位最大，逐位递减到 14px，权重视觉化）
   hover：词条主色变色 + 下划线从 0 展开
   ========================================================================== */
.t4-stair { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px 30px; background: #fff; border-radius: 12px; padding: 26px 28px; box-shadow: 0 2px 12px rgba(var(--color-primary-dark-rgb), .07); }
.t4-item { position: relative; display: inline-flex; align-items: baseline; gap: 8px; text-decoration: none; color: var(--color-text-dark); transition: color .2s ease; }
.t4-item::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%); transition: width .28s ease; }
.t4-item:hover { color: var(--color-primary); }
.t4-item:hover::after { width: 100%; }
.t4-item__w { font-weight: 800; line-height: 1.25; }
.t4-item__d { font-size: 11px; color: var(--color-text-lighter); font-weight: 400; white-space: nowrap; }
.t4-item:nth-child(1) .t4-item__w { font-size: 48px; }
.t4-item:nth-child(2) .t4-item__w { font-size: 40px; }
.t4-item:nth-child(3) .t4-item__w { font-size: 34px; }
.t4-item:nth-child(4) .t4-item__w { font-size: 29px; }
.t4-item:nth-child(5) .t4-item__w { font-size: 25px; }
.t4-item:nth-child(6) .t4-item__w { font-size: 21px; }
.t4-item:nth-child(7) .t4-item__w { font-size: 17px; }
.t4-item:nth-child(n+8) .t4-item__w { font-size: 14px; }
.t4-item:nth-child(1) { color: var(--color-primary-dark); }
.t4-item:nth-child(2) { color: var(--color-accent-dark); }

/* ==========================================================================
   Footer F5：图片背景虚化（半透明图片背景 + 毛玻璃遮罩）
   ========================================================================== */
#footer.footer--f5 { position: relative; margin-top: 56px; 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); overflow: hidden; border-top: 3px solid var(--color-primary); }
#footer.footer--f5::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(var(--color-primary-dark-rgb), .9) 0%, rgba(12,40,36,.88) 55%, rgba(var(--color-accent-rgb), .72) 100%); -webkit-backdrop-filter: blur(10px) saturate(130%); backdrop-filter: blur(10px) saturate(130%); z-index: 0; }
#footer.footer--f5 .containers { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; max-width: 1240px; margin: 0 auto; padding: 34px 28px 28px; box-sizing: border-box; }
#footer.footer--f5 .containers > a { display: inline-flex; align-items: center; line-height: 0; }
#footer.footer--f5 .logo { height: 56px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .95; }
#footer.footer--f5 .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--f5 .footer-copyright-con p { margin: 3px 0; color: rgba(255,255,255,.78); }
#footer.footer--f5 .footer-nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin-bottom: 8px; }
#footer.footer--f5 a { color: rgba(255,255,255,.88) !important; text-decoration: none; transition: color .2s; }
#footer.footer--f5 a:hover { color: #fff !important; text-decoration: underline; }
#footer.footer--f5 .beizhu { font-size: 12px; color: rgba(255,255,255,.62) !important; }
#footer.footer--f5 .code { position: relative; z-index: 1; width: 96px; height: 96px; border-radius: 12px; border: 1px solid rgba(255,255,255,.28); padding: 5px; background: rgba(255,255,255,.92); display: block; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform .25s ease, box-shadow .25s ease; box-sizing: border-box; }
#footer.footer--f5 .code:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,.36); }
#footer.footer--f5 .footer-bottom { position: relative; z-index: 1; background: rgba(0,0,0,.28); color: rgba(255,255,255,.8); text-align: center; font-size: 12px; padding: 13px 24px; letter-spacing: .06em; }

/* ==========================================================================
   响应式收窄
   ========================================================================== */
@media (max-width: 1180px) {
  .h1-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s2-masonry { column-count: 3; }
}
@media (max-width: 960px) {
  .lunbo-wrap { display: flex; flex-direction: column; }
  .ai-home-swiper { order: 1; aspect-ratio: 16 / 9; }
  .lunbo-side { order: 2; width: 100%; height: auto; border-radius: 12px; margin-top: 12px; }
  .lunbo-side__list { display: flex; flex-wrap: wrap; }
  .lunbo-side__item { flex: 1 1 33%; }
  .ind-zx-list .index_new_content { flex-direction: column; }
  .ind-zx-list .index_new_tw, .ind-zx-list .index_new_rd { flex: 1 1 auto; max-width: 100%; width: 100%; }
  .s2-masonry { column-count: 2; }
  .q1-grid { grid-template-columns: minmax(0, 1fr); }
  .d5-row, .d5-row:nth-child(even) { flex-direction: column; gap: 16px; }
  .d5-row__hero { width: 100%; aspect-ratio: 16 / 9; }
  .p3-bar { flex-direction: column; }
  .p3-bar__pic { flex: 1 1 auto; max-width: 100%; }
  #footer.footer--f5 .containers { grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 20px; }
  #footer.footer--f5 .footer-copyright-con { border: none; }
}

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