/* ============================================================
   tpl3 · 碧波清新 —— 极简分屏式健康医疗官网
   布局特征：无顶部信息条、Logo 居左 + 胶囊导航、分屏 Hero（左文右图、
   气泡形状图像 + 浮动卡片）、统计滚动条、四步流程、大图产品卡、
   引语区块、居中窄幅内容页（无侧边栏）
   ============================================================ */
:root {
  --teal: #0f9d8f;
  --teal-dark: #0a6e64;
  --teal-soft: #e3f5f2;
  --mint: #7fd8c9;
  --gold: #f0a832;
  --ink: #25403c;
  --muted: #6b8580;
  --bg: #ffffff;
  --bg-soft: #f4faf8;
  --line: #dcebe8;
  --radius: 22px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.tpl3 {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Segoe UI", -apple-system, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.8; font-size: 15px;
}
body.tpl3 a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.t3-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ---------- 头部（极简） ---------- */
.t3-head { position: sticky; top: 0; z-index: 120; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.t3-head-in { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 74px; gap: 34px; }
.t3-logo { display: flex; align-items: center; gap: 12px; }
.t3-logo-leaf {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--teal));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800; box-shadow: 0 6px 18px rgba(15,157,143,.35);
}
.t3-logo b { display: block; font-size: 19px; color: var(--teal-dark); line-height: 1.15; }
.t3-logo i { font-style: normal; font-size: 10px; color: var(--muted); letter-spacing: 2.5px; }
.t3-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.t3-nav > a, .t3-drop > a { padding: 9px 16px; border-radius: 30px; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.t3-nav > a:hover, .t3-nav > a.on, .t3-drop > a:hover, .t3-drop > a.on { background: var(--teal); color: #fff; }
.t3-nav em { font-style: normal; font-size: 10px; }
.t3-drop { position: relative; }
.t3-drop-menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 190px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 18px 40px rgba(10,110,100,.16); padding: 10px;
  opacity: 0; visibility: hidden; transition: all .22s; z-index: 200;
}
.t3-drop:hover .t3-drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.t3-drop-menu a { display: block; padding: 9px 14px; border-radius: 10px; font-size: 14px; }
.t3-drop-menu a:hover { background: var(--teal-soft); color: var(--teal-dark); }
.t3-lang { display: inline-flex; gap: 4px; margin-left: 10px; }
.t3-lang a { padding: 5px 10px; border-radius: 20px; font-size: 12.5px; color: var(--muted); font-weight: 700; }
.t3-lang a.on { background: var(--teal-soft); color: var(--teal-dark); }
.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(--teal); }
.site-search button { height: 32px; border: none; background: transparent; color: var(--teal); cursor: pointer; font-size: 14px; margin-left: -30px; padding: 0; }
.site-search button:hover { opacity: .75; }
@media (max-width: 960px) {
  .t3-head-in { gap: 14px; }
  .t3-logo i { display: none; }
  .t3-nav { gap: 0; }
  .t3-nav > a, .t3-drop > a { padding: 8px 10px; font-size: 13px; }
  .t3-head-in .site-search input { width: 96px; }
}
/* ---------- 联系页留言表单 ---------- */
.t3-cform{background:#ffffff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:0 12px 30px rgba(10,110,100,.08);}
.t3-cform .cform-title{border-left-color:var(--teal); color:var(--teal-dark);}
.t3-cform .cform-form input:focus,.t3-cform .cform-form textarea:focus{border-color:var(--teal); box-shadow:0 0 0 3px rgba(15,157,143,.14);}
.t3-cform .cform-btn{background:linear-gradient(135deg, var(--mint), var(--teal)); box-shadow:0 4px 14px rgba(15,157,143,.3);}
.t3-cform .cform-btn:hover{box-shadow:0 8px 20px rgba(15,157,143,.42);}

/* ---------- 分屏 Hero ---------- */
.t3-hero { position: relative; overflow: hidden; }
.t3-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 78% 28%, var(--teal-soft) 0, transparent 46%),
    radial-gradient(circle at 12% 82%, #fdf3e0 0, transparent 40%),
    linear-gradient(180deg, #f7fcfb, #fff);
}
.t3-hero-in { position: relative; max-width: 1160px; margin: 0 auto; padding: 74px 24px 90px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
@media (max-width: 900px) { .t3-hero-in { grid-template-columns: 1fr; padding: 40px 24px 60px; } }
.t3-badge { display: inline-block; background: var(--teal-soft); color: var(--teal-dark); font-size: 12px; letter-spacing: 3px; padding: 6px 16px; border-radius: 30px; margin-bottom: 18px; font-weight: 800; }
.t3-hero-text h1 { font-size: 46px; color: var(--teal-dark); line-height: 1.2; margin-bottom: 14px; font-weight: 800; }
.t3-slogan { font-size: 19px; color: var(--ink); font-weight: 600; margin-bottom: 12px; }
.t3-desc { color: var(--muted); margin-bottom: 28px; }
.t3-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.t3-btn {
  display: inline-block; background: var(--teal); color: #fff !important;
  padding: 12px 30px; border-radius: 40px; font-weight: 700; font-size: 15px;
  box-shadow: 0 10px 26px rgba(15,157,143,.35); transition: all .2s;
}
.t3-btn:hover { background: var(--teal-dark); transform: translateY(-2px); }
.t3-btn-ghost { background: #fff; color: var(--teal-dark) !important; border: 2px solid var(--teal); box-shadow: none; }
.t3-btn-ghost:hover { background: var(--teal-soft); }
.t3-btn-light { background: #fff; color: var(--teal-dark) !important; box-shadow: 0 8px 22px rgba(15,157,143,.2); }
.t3-btn-light:hover { background: var(--teal-soft); }
.t3-hero-visual { position: relative; }
.t3-blob {
  width: 100%; aspect-ratio: 1; border-radius: 42% 58% 55% 45% / 48% 44% 56% 52%;
  background: linear-gradient(135deg, var(--mint), var(--teal));
  overflow: hidden; box-shadow: 0 26px 60px rgba(15,157,143,.3);
  display: flex; align-items: center; justify-content: center;
}
.t3-blob img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.t3-float-card {
  position: absolute; background: #fff; border-radius: 16px; padding: 12px 18px;
  box-shadow: 0 14px 34px rgba(10,110,100,.18); text-align: center; animation: floaty 4.5s ease-in-out infinite;
}
.t3-float-card b { display: block; font-size: 24px; color: var(--teal-dark); line-height: 1.1; }
.t3-float-card span { font-size: 12px; color: var(--muted); }
.t3-float-a { top: 8%; left: -18px; }
.t3-float-b { bottom: 12%; right: -12px; animation-delay: 1.6s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Hero 背景动效（流动波浪 + 光晕脉冲环） ---------- */
.t3-wave { position: absolute; left: -50%; right: -50%; bottom: 0; height: 120px; pointer-events: none; z-index: 1; opacity: .5; }
.t3-wave-1 { background: url(../images/wave-1.svg) repeat-x bottom; background-size: 1200px 120px; }
.t3-wave-2 { height: 90px; opacity: .32; background: url(../images/wave-2.svg) repeat-x bottom; background-size: 1200px 90px; }
.t3-blob { position: relative; }
.t3-blob-ring { position: absolute; inset: 0; border-radius: inherit; border: 2px solid rgba(15,157,143,.55); opacity: 0; pointer-events: none; }
.t3-hero-in { position: relative; z-index: 3; }
@media (prefers-reduced-motion: reduce) {
  .t3-wave, .t3-blob-ring { display: none; }
  .t3-float-card { animation: none; }
}

/* ---------- 统计滚动条 ---------- */
.t3-stats { background: linear-gradient(120deg, var(--teal-dark), var(--teal)); }
.t3-stats-in { max-width: 1160px; margin: 0 auto; padding: 30px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 700px) { .t3-stats-in { grid-template-columns: repeat(2, 1fr); } }
.t3-stats-in div { text-align: center; color: #fff; }
.t3-stats-in b { display: block; font-size: 40px; font-weight: 800; line-height: 1.15; }
.t3-stats-in span { font-size: 13.5px; opacity: .85; }

/* ---------- 通用区块 ---------- */
.t3-section { padding: 74px 0; }
.t3-section-soft { background: var(--bg-soft); border-radius: 48px 48px 0 0; }
.t3-sec-head { text-align: center; margin-bottom: 42px; }
.t3-sec-tag { display: inline-block; background: var(--teal-soft); color: var(--teal-dark); font-size: 12px; letter-spacing: 3px; padding: 5px 16px; border-radius: 30px; margin-bottom: 14px; font-weight: 800; }
.t3-sec-head h3 { font-size: 32px; color: var(--teal-dark); font-weight: 800; }

/* ---------- 四步流程 ---------- */
.t3-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
@media (max-width: 900px) { .t3-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .t3-steps { grid-template-columns: 1fr; } }
.t3-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; transition: all .25s; }
.t3-step:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10,110,100,.12); }
.t3-step-num {
  display: inline-flex; width: 52px; height: 52px; border-radius: 50%;
  background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; font-size: 17px;
  align-items: center; justify-content: center; margin-bottom: 14px;
}
.t3-step h4 { font-size: 16.5px; margin-bottom: 8px; }
.t3-step p { font-size: 13px; color: var(--muted); }

/* ---------- 大图产品卡 ---------- */
.t3-prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .t3-prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .t3-prod-grid { grid-template-columns: 1fr; } }
.t3-prod { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; display: block; }
.t3-prod-img { position: absolute; inset: 0; background: var(--bg-soft); }
.t3-prod-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform .4s; }
.t3-prod:hover .t3-prod-img img { transform: scale(1.08); }
.t3-prod-mask { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,110,100,.88)); opacity: .92; transition: opacity .3s; }
.t3-prod-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; color: #fff; }
.t3-prod-cap span { font-size: 12px; background: rgba(255,255,255,.2); padding: 2px 10px; border-radius: 20px; display: inline-block; margin-bottom: 6px; }
.t3-prod-cap h4 { font-size: 17px; margin-bottom: 2px; }
.t3-prod-cap p { font-size: 12.5px; opacity: 0; transition: all .3s; }
.t3-prod:hover .t3-prod-cap p { opacity: 1; }

/* ---------- 引语 ---------- */
.t3-quote { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); color: #fff; padding: 70px 0; text-align: center; }
.t3-quote-mark { font-size: 80px; line-height: 1; display: block; color: rgba(255,255,255,.35); font-family: Georgia, serif; }
.t3-quote blockquote { max-width: 780px; margin: 6px auto 26px; font-size: 18px; line-height: 2; font-weight: 500; }

/* ---------- 新闻 ---------- */
.t3-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .t3-news { grid-template-columns: 1fr; } }
.t3-news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: all .25s; }
.t3-news-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10,110,100,.12); }
.t3-news-date { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.t3-news-date b { font-size: 34px; color: var(--teal); line-height: 1; }
.t3-news-date span { font-size: 12px; color: var(--muted); }
.t3-news-card h4 { font-size: 17px; margin-bottom: 8px; }
.t3-news-card:hover h4 { color: var(--teal-dark); }
.t3-news-card p { font-size: 13.5px; color: var(--muted); }

/* ---------- CTA ---------- */
.t3-cta { background: linear-gradient(120deg, var(--teal-soft), #eafbf3); padding: 64px 0; text-align: center; border-radius: 44px 44px 0 0; }
.t3-cta h3 { font-size: 30px; color: var(--teal-dark); margin-bottom: 10px; }
.t3-cta p { color: var(--muted); margin-bottom: 24px; }

/* ---------- 页脚 ---------- */
.t3-foot { background: var(--teal-dark); color: #c9e8e2; }
.t3-foot-in { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.t3-foot-in:first-child { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-top: 56px; padding-bottom: 40px; }
@media (max-width: 900px) { .t3-foot-in:first-child { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .t3-foot-in:first-child { grid-template-columns: 1fr; } }
.t3-foot-brand { display: flex; gap: 14px; align-items: flex-start; }
.t3-foot-brand .t3-logo-leaf { width: 48px; height: 48px; }
.t3-foot-logo { height: 46px; width: auto; display: block; margin-top: 6px; object-fit: contain; }
.t3-foot-brand b { font-size: 19px; color: #fff; display: block; margin-bottom: 8px; }
.t3-foot-brand p { font-size: 13.5px; line-height: 1.9; }
.t3-foot-col h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.t3-foot-col ul { list-style: none; }
.t3-foot-col li { margin-bottom: 9px; font-size: 13.5px; }
.t3-foot-col a { color: #c9e8e2; }
.t3-foot-col a:hover { color: var(--mint); }
.t3-foot-bar { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; font-size: 12.5px; color: #9cc9c2; text-align: center; }
.t3-foot-bar a { color: #c9e8e2; }
.t3-foot-links { display: block; margin-top: 4px; opacity: .85; }

/* ---------- 内页头部 ---------- */
.t3-page-head { background: linear-gradient(160deg, var(--teal-dark), var(--teal)); color: #fff; padding: 48px 0 42px; }
.t3-page-kicker { font-size: 12px; letter-spacing: 4px; color: var(--mint); font-weight: 800; }
.t3-page-head h1 { font-size: 30px; margin: 6px 0 10px; }
.t3-crumb { font-size: 13.5px; color: #c9e8e2; }
.t3-crumb a { color: #e8f7f4; }
.t3-crumb i { font-style: normal; margin: 0 8px; opacity: .6; }
.t3-crumb span { color: #fff; }

/* ---------- 内页主体 ---------- */
.t3-body { padding-top: 40px; padding-bottom: 70px; }
.t3-body-narrow { max-width: 900px; }
.t3-body-detail { max-width: 1040px; }
.t3-catbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.t3-catbar-label { font-weight: 800; color: var(--teal-dark); margin-right: 6px; }
.t3-catbar a { background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 7px 18px; font-size: 13.5px; color: var(--ink); transition: all .2s; }
.t3-catbar a:hover, .t3-catbar a.on { background: var(--teal); border-color: var(--teal); color: #fff; }

/* ---------- 详情 ---------- */
.t3-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
@media (max-width: 760px) { .t3-detail { grid-template-columns: 1fr; } }
.t3-detail-img { background: var(--bg-soft); border-radius: 16px; display: flex; align-items: center; justify-content: center; padding: 24px; }
.t3-detail-img img { max-height: 360px; object-fit: contain; }
.t3-detail-cat { display: inline-block; background: var(--teal-soft); color: var(--teal-dark); font-size: 12.5px; padding: 4px 14px; border-radius: 30px; margin-bottom: 12px; font-weight: 700; }
.t3-detail-info h2 { font-size: 26px; color: var(--teal-dark); margin-bottom: 14px; }
.t3-detail-info ul { list-style: none; margin-bottom: 14px; }
.t3-detail-info li { font-size: 13.5px; color: var(--muted); margin-bottom: 6px; }
.t3-detail-info p { color: var(--muted); margin-bottom: 18px; }
.t3-detail-tel { background: var(--teal-soft); border-radius: 14px; padding: 12px 16px; display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.t3-detail-tel span { font-size: 13px; color: var(--muted); }
.t3-detail-tel b { font-size: 24px; color: var(--teal-dark); }
.t3-detail-content { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.t3-detail-content h3 { font-size: 18px; color: var(--teal-dark); padding-bottom: 12px; border-bottom: 2px solid var(--teal-soft); margin-bottom: 18px; }
.t3-pn { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; font-size: 13.5px; flex-wrap: wrap; }
.t3-pn a { color: var(--teal-dark); }
.t3-pn span { color: var(--muted); }

/* ---------- 文章 / 富文本 ---------- */
.t3-article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; }
.t3-article h1 { font-size: 24px; color: var(--teal-dark); text-align: center; margin-bottom: 14px; }
.t3-article-meta { text-align: center; color: var(--muted); font-size: 13px; border-bottom: 1px dashed var(--line); padding-bottom: 16px; margin-bottom: 18px; }
.t3-rich { line-height: 2.1; }
.t3-rich h2, .t3-rich h3, .t3-rich h4 { color: var(--teal-dark); margin: 20px 0 10px; }
.t3-rich p { margin-bottom: 12px; }
.t3-rich img { border-radius: 14px; }

/* ---------- 新闻列表 ---------- */
.t3-news-list { display: flex; flex-direction: column; gap: 16px; }
.t3-news-row { display: flex; align-items: center; gap: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; transition: all .2s; }
.t3-news-row:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(10,110,100,.12); }
.t3-news-row .t3-news-date { text-align: center; flex-shrink: 0; background: var(--teal-soft); border-radius: 14px; padding: 12px 18px; min-width: 84px; }
.t3-news-row-body { flex: 1; }
.t3-news-row-body h4 { font-size: 17px; margin-bottom: 4px; }
.t3-news-row:hover .t3-news-row-body h4 { color: var(--teal-dark); }
.t3-news-row-body p { font-size: 13.5px; color: var(--muted); }
.t3-news-row-go { color: var(--teal); font-size: 20px; }

/* ---------- 招聘 ---------- */
.t3-job-list { display: flex; flex-direction: column; gap: 16px; }
.t3-job-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 28px; transition: all .2s; }
.t3-job-row:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(10,110,100,.12); }
.t3-job-row h4 { font-size: 18px; margin-bottom: 6px; }
.t3-job-row:hover h4 { color: var(--teal-dark); }
.t3-job-people { display: inline-block; background: var(--teal-soft); color: var(--teal-dark); font-size: 12.5px; padding: 3px 14px; border-radius: 30px; }
.t3-job-date { color: var(--muted); font-size: 13.5px; flex-shrink: 0; }

/* ---------- 联系 ---------- */
.t3-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 30px; }
@media (max-width: 560px) { .t3-contact-grid { grid-template-columns: 1fr; } }
.t3-contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; transition: all .2s; }
.t3-contact-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(10,110,100,.12); }
.t3-contact-card span { font-size: 30px; }
.t3-contact-card b { display: block; font-size: 16.5px; color: var(--teal-dark); margin: 8px 0 4px; }
.t3-contact-card p { font-size: 14px; color: var(--muted); word-break: break-all; }

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

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





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