/* ============================================================
   tpl2 · 青蓝专业 —— 企业杂志式医疗设备官网
   布局特征：顶部信息条 + 居中导航、Hero 轮播 + 浮动数据面板、
   核心优势四卡、科室入口网格、图文交替产品展示、新闻网格、CTA
   ============================================================ */
:root {
  --blue: #1565c0;
  --blue-dark: #0d3f8b;
  --blue-deep: #082a5e;
  --blue-soft: #e8f1fb;
  --cyan: #26c6da;
  --ink: #1d2b3a;
  --muted: #5c6b7e;
  --line: #e3eaf3;
  --bg: #ffffff;
  --bg-gray: #f3f7fc;
  --radius: 12px;
  --shadow: 0 8px 26px rgba(13, 63, 139, .10);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.tpl2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.75; font-size: 15px;
}
body.tpl2 a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.t2-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.t2-spacer { flex: 1; }

/* ---------- 顶部信息条 ---------- */
.t2-utility { background: linear-gradient(90deg, var(--blue-deep), var(--blue)); color: #c9d9f2; font-size: 12.5px; }
.t2-utility-in { display: flex; align-items: center; height: 36px; gap: 20px; }
.t2-utility-addr { opacity: .8; }
.t2-utility-link { color: #dbe7f8; }
.t2-utility-link:hover { color: #fff; }
.t2-lang { display: inline-flex; align-items: center; gap: 6px; }
.t2-lang a { color: #a9c2e8; font-weight: 700; letter-spacing: 1px; }
.t2-lang a.on { color: #fff; }
.t2-lang i { font-style: normal; color: #5f7fb4; }

/* ---------- 主导航 ---------- */
.t2-navbar { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 120; box-shadow: 0 2px 14px rgba(13,63,139,.06); }
.t2-navbar-in { display: flex; align-items: center; height: 78px; gap: 30px; }
.t2-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.t2-logo-badge {
  width: 46px; height: 46px; border-radius: 10px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 800; letter-spacing: 1px; font-size: 17px;
  box-shadow: 0 6px 16px rgba(21, 101, 192, .35);
}
.t2-logo-txt b { display: block; font-size: 20px; color: var(--blue-deep); line-height: 1.15; }
.t2-logo-txt i { font-style: normal; font-size: 10px; color: var(--muted); letter-spacing: 2px; }
.t2-nav { display: flex; align-items: center; gap: 4px; }
.t2-nav > a { padding: 10px 15px; border-radius: 8px; font-weight: 600; color: var(--ink); }
.t2-nav > a:hover, .t2-nav > a.on { color: var(--blue); background: var(--blue-soft); }
.t2-has-menu { position: relative; }
.t2-has-menu > a { padding: 10px 15px; border-radius: 8px; font-weight: 600; color: var(--ink); display: inline-block; }
.t2-has-menu > a:hover, .t2-has-menu > a.on { color: var(--blue); background: var(--blue-soft); }
.t2-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 180px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 16px 36px rgba(13,63,139,.18); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s; z-index: 200;
}
.t2-has-menu:hover .t2-menu { opacity: 1; visibility: visible; transform: none; }
.t2-menu a { display: block; padding: 9px 14px; border-radius: 7px; font-size: 14px; }
.t2-menu a:hover { background: var(--blue-soft); color: var(--blue); }
.t2-navbar-phone { margin-left: auto; color: var(--blue); font-weight: 800; font-size: 18px; white-space: nowrap; }
.t2-navbar .site-search { margin-left: 8px; }
.site-search { display: flex; align-items: center; }
.site-search input { width: 170px; height: 32px; border: 1px solid var(--line); border-radius: 16px; padding: 0 34px 0 14px; font-size: 13px; color: var(--ink); outline: none; background: #fff; }
.site-search input:focus { border-color: var(--blue); }
.site-search button { height: 32px; border: none; background: transparent; color: var(--blue); cursor: pointer; font-size: 14px; margin-left: -30px; padding: 0; }
.site-search button:hover { opacity: .75; }
@media (max-width: 1180px) { .t2-navbar .site-search input { width: 120px; } }
/* ---------- 联系页留言表单 ---------- */
.t2-cform{background:#ffffff; border:1px solid var(--line); box-shadow:0 12px 30px rgba(13,63,139,.08);}
.t2-cform .cform-title{border-left-color:var(--blue); color:var(--ink);}
.t2-cform .cform-form input:focus,.t2-cform .cform-form textarea:focus{border-color:var(--blue); box-shadow:0 0 0 3px rgba(26,115,232,.14);}
.t2-cform .cform-btn{background:linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow:0 4px 14px rgba(26,115,232,.3);}
.t2-cform .cform-btn:hover{box-shadow:0 8px 20px rgba(26,115,232,.42);}

/* ---------- Hero 轮播 + 浮动面板 ---------- */
.t2-hero { position: relative; height: 560px; overflow: hidden; }
.tpl-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity .9s ease;
}
.tpl-slide.active { opacity: 1; }
.t2-hero-veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,42,94,.88) 0%, rgba(13,63,139,.55) 50%, rgba(13,63,139,.12) 100%); }
.t2-hero-in { position: relative; height: 100%; display: flex; align-items: center; z-index: 2; }
.t2-hero-text { max-width: 620px; color: #fff; }
.t2-hero-kicker { display: inline-block; border: 1px solid var(--cyan); color: var(--cyan); padding: 4px 14px; border-radius: 30px; font-size: 12px; letter-spacing: 3px; margin-bottom: 18px; }
.t2-hero-text h1 { font-size: 44px; line-height: 1.22; margin-bottom: 14px; font-weight: 800; }
.t2-hero-text p { color: rgba(255,255,255,.85); font-size: 16px; margin-bottom: 26px; }
.t2-btn {
  display: inline-block; background: var(--blue); color: #fff !important;
  padding: 12px 28px; border-radius: 6px; font-weight: 700; font-size: 15px;
  box-shadow: 0 8px 22px rgba(21,101,192,.4); transition: all .2s;
}
.t2-btn:hover { background: var(--blue-dark); transform: translateY(-2px); }
.t2-btn-light { background: var(--cyan); color: #fff !important; box-shadow: 0 8px 22px rgba(38,198,218,.4); }
.t2-hero-panel {
  position: absolute; right: 40px; bottom: 40px; z-index: 5;
  background: rgba(255,255,255,.94); border-radius: 14px; backdrop-filter: blur(6px);
  box-shadow: 0 18px 44px rgba(8,42,94,.3); padding: 18px 26px; display: flex; gap: 30px;
}
.t2-hero-panel-item { text-align: center; }
.t2-hero-panel-item b { display: block; font-size: 28px; color: var(--blue); line-height: 1.2; }
.t2-hero-panel-item span { font-size: 12px; color: var(--muted); }
.t2-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,.18); color: #fff; font-size: 17px; transition: background .2s;
}
.t2-hero-arrow:hover { background: rgba(255,255,255,.35); }
.t2-hero-arrow.prev { left: 24px; }
.t2-hero-arrow.next { right: 24px; }
.t2-hero-dots { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 5; }
.t2-hero-dots span { width: 28px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.4); cursor: pointer; transition: all .25s; }
.t2-hero-dots span.active { background: var(--cyan); width: 44px; }

/* ---------- 通用区块 ---------- */
.t2-section { padding: 68px 0; }
.t2-section-gray { background: var(--bg-gray); }
.t2-sec-head { text-align: center; margin-bottom: 40px; }
.t2-sec-en { font-size: 12px; letter-spacing: 4px; color: var(--blue); font-weight: 800; }
.t2-sec-head h3 { font-size: 30px; color: var(--blue-deep); margin: 6px 0 8px; }
.t2-sec-head p { color: var(--muted); font-size: 14.5px; }

/* ---------- 核心优势 ---------- */
.t2-feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .t2-feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .t2-feat-grid { grid-template-columns: 1fr; } }
.t2-feat { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: var(--radius); padding: 26px 22px; transition: all .25s; }
.t2-feat:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.t2-feat-ico { width: 54px; height: 54px; border-radius: 12px; background: var(--blue-soft); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.t2-feat h4 { font-size: 17px; margin-bottom: 8px; }
.t2-feat p { font-size: 13.5px; color: var(--muted); }

/* ---------- 科室入口 ---------- */
.t2-cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
@media (max-width: 900px) { .t2-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .t2-cat-grid { grid-template-columns: repeat(2, 1fr); } }
.t2-cat-cell {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 20px 16px; display: flex; flex-direction: column; gap: 8px; transition: all .25s;
}
.t2-cat-cell:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-3px); }
.t2-cat-num { font-size: 22px; font-weight: 800; color: var(--blue-soft); }
.t2-cat-cell:hover .t2-cat-num { color: var(--blue); }
.t2-cat-name { font-weight: 700; }
.t2-cat-arrow { color: var(--muted); font-size: 14px; }

/* ---------- 图文交替产品展示 ---------- */
.t2-showcase { display: flex; flex-direction: column; gap: 26px; }
.t2-show-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow); transition: transform .25s;
}
.t2-show-row:hover { transform: translateY(-4px); }
.t2-show-row.rev .t2-show-img { order: 2; }
.t2-show-row.rev .t2-show-body { order: 1; }
.t2-show-img { height: 300px; background: var(--bg-gray); display: flex; align-items: center; justify-content: center; }
.t2-show-img img { max-height: 260px; object-fit: contain; }
.t2-show-body { padding: 30px 34px; }
.t2-show-index { font-size: 40px; font-weight: 800; color: var(--blue-soft); line-height: 1; display: block; }
.t2-show-cat { display: inline-block; margin-top: 10px; background: var(--blue-soft); color: var(--blue); font-size: 12px; padding: 3px 12px; border-radius: 20px; }
.t2-show-body h4 { font-size: 22px; margin: 12px 0 10px; }
.t2-show-body p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.t2-show-more { color: var(--blue); font-weight: 700; font-size: 13.5px; }
@media (max-width: 760px) {
  .t2-show-row, .t2-show-row.rev { grid-template-columns: 1fr; }
  .t2-show-row.rev .t2-show-img { order: 1; }
  .t2-show-row.rev .t2-show-body { order: 2; }
}

/* ---------- 新闻网格 ---------- */
.t2-news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 900px) { .t2-news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .t2-news-grid { grid-template-columns: 1fr; } }
.t2-news-cell { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; display: flex; flex-direction: column; gap: 14px; transition: all .25s; }
.t2-news-cell:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-3px); }
.t2-news-date { display: flex; align-items: baseline; gap: 8px; }
.t2-news-date b { font-size: 30px; color: var(--blue); line-height: 1; }
.t2-news-date span { font-size: 12px; color: var(--muted); }
.t2-news-body h4 { font-size: 15.5px; line-height: 1.5; margin-bottom: 6px; }
.t2-news-cell:hover .t2-news-body h4 { color: var(--blue); }
.t2-news-body p { font-size: 13px; color: var(--muted); }
.t2-news-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px 0; }

/* ---------- CTA ---------- */
.t2-cta { background: linear-gradient(100deg, var(--blue-deep), var(--blue)); padding: 44px 0; }
.t2-cta-in { display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; }
.t2-cta-in h3 { font-size: 26px; margin-bottom: 6px; }
.t2-cta-in p { color: #c9d9f2; }
.t2-cta-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.t2-cta-right span { font-size: 13px; color: #a9c2e8; }
.t2-cta-right b { font-size: 26px; font-weight: 800; letter-spacing: 1px; }

/* ---------- 页脚 ---------- */
.t2-footer { background: var(--blue-deep); color: #b6c9e6; }
.t2-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 54px 0 40px; }
@media (max-width: 900px) { .t2-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .t2-footer-grid { grid-template-columns: 1fr; } }
.t2-f-col h4 { color: #fff; font-size: 16px; margin-bottom: 16px; position: relative; padding-left: 14px; }
.t2-f-col h4::before { content: ""; position: absolute; left: 0; top: 5px; bottom: 5px; width: 4px; border-radius: 4px; background: var(--cyan); }
.t2-f-about p { font-size: 13.5px; line-height: 1.9; color: #9db3d3; }
.t2-f-col ul { list-style: none; }
.t2-f-col ul li { margin-bottom: 9px; font-size: 13.5px; }
.t2-f-col ul a { color: #b6c9e6; }
.t2-f-col ul a:hover { color: var(--cyan); }
.t2-f-contact li { color: #b6c9e6; }
.t2-footer-bar { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; font-size: 12.5px; color: #8aa3c4; text-align: center; }
.t2-footer-bar a { color: #b6c9e6; }

/* ---------- 内页面包屑条 ---------- */
.t2-crumb-bar { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; padding: 40px 0 36px; }
.t2-crumb-bar h1 { font-size: 28px; margin-bottom: 8px; }
.t2-crumb { font-size: 13.5px; color: #b9cbe8; }
.t2-crumb a { color: #e2ebfa; }
.t2-crumb i { font-style: normal; margin: 0 8px; opacity: .6; }
.t2-crumb span { color: #fff; }

/* ---------- 内页两栏 ---------- */
.t2-inner { display: grid; grid-template-columns: 240px 1fr; gap: 32px; padding-top: 36px; padding-bottom: 60px; align-items: start; }
@media (max-width: 860px) { .t2-inner { grid-template-columns: 1fr; } }

/* ---------- 侧边栏 ---------- */
.t2-aside { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.t2-aside-head { background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; padding: 18px 20px; }
.t2-aside-head span { display: block; font-size: 17px; font-weight: 700; }
.t2-aside-head i { font-style: normal; font-size: 11px; letter-spacing: 3px; opacity: .7; }
.t2-aside-list { list-style: none; padding: 8px; }
.t2-aside-list > li > a { display: block; padding: 11px 14px; border-radius: 8px; font-weight: 600; font-size: 14.5px; }
.t2-aside-list > li > a:hover, .t2-aside-list > li > a.cur { background: var(--blue-soft); color: var(--blue); }
.t2-aside-sub { list-style: none; display: none; padding: 2px 0 8px 16px; }
.t2-aside-sub.show { display: block; }
.t2-aside-sub li a { display: block; padding: 8px 12px; font-size: 13.5px; color: var(--muted); border-radius: 7px; }
.t2-aside-sub li a:hover, .t2-aside-sub li a.cur { color: var(--blue); background: var(--blue-soft); }
.t2-aside-hotline { border-top: 1px dashed var(--line); padding: 16px 18px; text-align: center; }
.t2-aside-hotline span { display: block; font-size: 12px; color: var(--muted); }
.t2-aside-hotline b { display: block; font-size: 20px; color: var(--blue); margin-top: 4px; }

/* ---------- 主内容 ---------- */
.t2-main-head { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.t2-main-head h2 { font-size: 22px; color: var(--blue-deep); }
.t2-main-line { width: 44px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.t2-page-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px; }

/* ---------- 产品列表 ---------- */
.t2-prod-list { display: flex; flex-direction: column; gap: 16px; }
.t2-prod-row { display: grid; grid-template-columns: 180px 1fr; gap: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; transition: all .2s; }
.t2-prod-row:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.t2-prod-thumb { height: 150px; background: var(--bg-gray); border-radius: 9px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.t2-prod-thumb img { max-height: 140px; object-fit: contain; }
.t2-prod-info h4 { font-size: 17px; margin-bottom: 6px; }
.t2-prod-row:hover .t2-prod-info h4 { color: var(--blue); }
.t2-prod-cat { display: inline-block; background: var(--blue-soft); color: var(--blue); font-size: 12px; padding: 2px 10px; border-radius: 20px; margin-bottom: 8px; }
.t2-prod-info p { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.t2-prod-go { font-size: 12.5px; color: var(--blue); font-weight: 700; }
@media (max-width: 520px) { .t2-prod-row { grid-template-columns: 1fr; } .t2-prod-thumb { height: 200px; } }

/* ---------- 分页 ---------- */
.t2-pager { display: flex; justify-content: center; gap: 8px; margin-top: 30px; flex-wrap: wrap; }
.t2-pager a, .t2-pager span { padding: 7px 14px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-size: 13.5px; color: var(--ink); }
.t2-pager a:hover { border-color: var(--blue); color: var(--blue); }
.t2-pager span.on { background: var(--blue); border-color: var(--blue); color: #fff; font-weight: 700; }

/* ---------- 产品详情 ---------- */
.t2-detail-head { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
@media (max-width: 760px) { .t2-detail-head { grid-template-columns: 1fr; } }
.t2-detail-img { background: var(--bg-gray); border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 24px; }
.t2-detail-img img { max-height: 360px; object-fit: contain; }
.t2-detail-cat { display: inline-block; background: var(--blue-soft); color: var(--blue); padding: 3px 12px; border-radius: 20px; font-size: 12.5px; margin-bottom: 12px; }
.t2-detail-info h2 { font-size: 26px; color: var(--blue-deep); margin-bottom: 14px; }
.t2-detail-meta { list-style: none; margin-bottom: 16px; }
.t2-detail-meta li { font-size: 13.5px; color: var(--muted); margin-bottom: 6px; }
.t2-detail-info p { color: var(--muted); margin-bottom: 18px; }
.t2-detail-tel { background: var(--blue-soft); border-radius: 10px; padding: 12px 16px; display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.t2-detail-tel span { font-size: 13px; color: var(--muted); }
.t2-detail-tel b { font-size: 24px; color: var(--blue); }
.t2-detail-body { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.t2-detail-sec { font-size: 18px; color: var(--blue-deep); padding-bottom: 12px; border-bottom: 2px solid var(--blue-soft); margin-bottom: 18px; }
.t2-pn { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; font-size: 13.5px; flex-wrap: wrap; }
.t2-pn a { color: var(--blue); }
.t2-pn span { color: var(--muted); }

/* ---------- 富文本 ---------- */
.t2-rich { line-height: 2; }
.t2-rich h2, .t2-rich h3, .t2-rich h4 { color: var(--blue-deep); margin: 20px 0 10px; }
.t2-rich p { margin-bottom: 12px; }
.t2-rich img { border-radius: 8px; }

/* ---------- 新闻列表 ---------- */
.t2-news-list { display: flex; flex-direction: column; gap: 14px; }
.t2-news-item { display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 22px; transition: all .2s; }
.t2-news-item:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.t2-news-item-date { flex-shrink: 0; text-align: center; background: var(--blue-soft); border-radius: 10px; padding: 10px 14px; width: 72px; }
.t2-news-item-date b { display: block; font-size: 26px; color: var(--blue); line-height: 1.1; }
.t2-news-item-date span { font-size: 11px; color: var(--muted); }
.t2-news-item-body { flex: 1; }
.t2-news-item-body h4 { font-size: 16.5px; margin-bottom: 4px; }
.t2-news-item:hover .t2-news-item-body h4 { color: var(--blue); }
.t2-news-item-body p { font-size: 13px; color: var(--muted); }
.t2-news-item-go { color: #c3cdd9; font-size: 18px; }

/* ---------- 文章 ---------- */
.t2-article { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 32px; }
.t2-article h1 { font-size: 24px; color: var(--blue-deep); text-align: center; margin-bottom: 14px; }
.t2-article-meta { text-align: center; color: var(--muted); font-size: 13px; border-bottom: 1px dashed var(--line); padding-bottom: 16px; margin-bottom: 18px; }

/* ---------- 招聘 ---------- */
.t2-job-list { display: flex; flex-direction: column; gap: 14px; }
.t2-job-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; transition: all .2s; }
.t2-job-row:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.t2-job-row h4 { font-size: 17px; margin-bottom: 6px; }
.t2-job-row:hover h4 { color: var(--blue); }
.t2-job-people { display: inline-block; background: var(--blue-soft); color: var(--blue); font-size: 12.5px; padding: 3px 12px; border-radius: 20px; }
.t2-job-date { color: var(--muted); font-size: 13px; flex-shrink: 0; }

/* ---------- 联系 ---------- */
.t2-contact-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 24px; }
@media (max-width: 560px) { .t2-contact-strip { grid-template-columns: 1fr; } }
.t2-contact-strip div { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; }
.t2-contact-strip span { display: block; font-size: 12.5px; color: var(--muted); margin-bottom: 4px; }
.t2-contact-strip b { font-size: 17px; color: var(--blue-deep); word-break: break-all; }

/* ---------- 空状态 ---------- */
.t2-empty { text-align: center; color: var(--muted); padding: 50px 0; background: #fff; border: 1px dashed var(--line); border-radius: 12px; }

/* ---------- 移动端导航 ---------- */
@media (max-width: 960px) {
  .t2-nav { display: none; }
  .t2-navbar-phone { font-size: 15px; }
}






/* logo 图片 */
.t2-logo-img { height: 72px; width: auto; display: block; max-width: 46vw; }
@media (max-width: 520px) { .t2-logo-img { height: 52px; } }
