*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  /* ---------- 品牌主色 ---------- */
  --brand:            #0E9F6E;
  /* 主色：健康绿 */
  --brand-dark:       #07815A;
  /* 主色加深：hover / 渐变终点 */
  --brand-light:      #E7F6F0;
  /* 主色浅底：区块背景 */
  --brand-soft:       #C6EBDC;
  /* 主色浅边 / 图标底 */
  /* ---------- 辅助色 ---------- */
  --accent:           #F2A93B;
  /* 强调色：金色，用于 CTA / 价格 / 标签 */
  --accent-dark:      #D98C1B;
  --accent-light:     #FEF5E7;
  /* ---------- 文字 ---------- */
  --ink:              #16211C;
  /* 主文字 */
  --ink-soft:         #3D4A44;
  /* 次级文字 */
  --muted:            #6B7A73;
  /* 辅助 / 说明文字 */
  --muted-light:      #9AA8A2;
  /* 占位符 / 时间 */
  /* ---------- 背景与线条 ---------- */
  --bg:               #FFFFFF;
  --bg-soft:          #F5F9F7;
  /* 浅灰绿底 */
  --bg-deep:          #0F2A21;
  /* 深色底（页脚 / CTA 区） */
  --line:             #E3E9E6;
  /* 分割线 */
  --line-strong:      #CBD6D1;
  /* ---------- 尺寸 ---------- */
  --pc-width:         1600px;
  /* PC 端内容最大宽度 */
  --header-h:         88px;
  --radius:           10px;
  /* ---------- 阴影 ---------- */
  --shadow-sm:        0 1px 3px rgba(22, 33, 28, .06);
  --shadow:           0 6px 20px rgba(22, 33, 28, .08);
  --shadow-lg:        0 18px 48px rgba(22, 33, 28, .14);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB",
                 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
  font-size: 15px;
}

/* 移动端底部固定标签栏占位，避免遮挡页脚内容 */

@media (max-width: 1023px) {
  body {
    padding-bottom: 56px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}

a:hover {
  color: var(--brand);
}

::-moz-selection {
  background: var(--brand);
  color: #fff;
}

::selection {
  background: var(--brand);
  color: #fff;
}

/* 统一滚动条 */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg-soft);
}

::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--brand);
}

/* ---------- 容器：PC 端 1600px ---------- */

.container-ms {
  width: 100%;
  max-width: var(--pc-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .container-ms {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ---------- 按钮 ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.btn-lg {
  padding: 15px 38px;
  font-size: 16px;
}

.btn-sm {
  padding: 7px 16px;
  font-size: 13px;
}

.btn-block {
  width: 100%;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: 0 8px 20px rgba(14, 159, 110, .22);
}

.btn-primary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(14, 159, 110, .32);
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(242, 169, 59, .25);
}

.btn-accent:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--brand);
  border-color: var(--brand);
}

.btn-outline:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--brand);
  border-color: #fff;
}

/* ---------- 区块标题 ---------- */

.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 1024px) {
  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.section-soft {
  background: var(--bg-soft);
}

.section-head {
  text-align: center;
  margin-bottom: 44px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 14px;
}

.eyebrow::before,
  .eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--brand);
  opacity: .45;
}

.section-title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 38px;
  }
}

.section-sub {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.title-bar {
  width: 56px;
  height: 4px;
  border-radius: 4px;
  background: var(--brand);
  margin: 18px auto 0;
}

/* ---------- 顶部信息条 ---------- */

.topbar {
  background: var(--bg-deep);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.topbar a {
  color: rgba(255, 255, 255, .78);
}

.topbar a:hover {
  color: var(--accent);
}

/* ---------- 主导航 ---------- */

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 900;
  transition: box-shadow .3s ease;
}

.site-header.is-stuck {
  box-shadow: var(--shadow);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 16px;
  height: var(--header-h);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  transition: color .25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.nav-link:hover,
  .nav-item.is-active > .nav-link {
  color: var(--brand);
}

.nav-link:hover::after,
  .nav-item.is-active > .nav-link::after {
  transform: scaleX(1);
}

.nav-link .caret {
  font-size: 10px;
  transition: transform .3s ease;
}

.nav-item:hover .nav-link .caret {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  min-width: 200px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .28s cubic-bezier(.4, 0, .2, 1);
  border-top: 3px solid var(--brand);
}

.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--ink-soft);
  transition: all .22s ease;
}

.nav-dropdown a i {
  color: var(--brand);
  font-size: 12px;
  opacity: .8;
}

.nav-dropdown a:hover {
  background: var(--brand-light);
  color: var(--brand-dark);
  padding-left: 20px;
}

/* ---------- 移动端菜单 ---------- */

.mnav {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  overflow-y: auto;
  padding: 20px;
}

.mnav.is-open {
  transform: translateX(0);
}

.mnav-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 42, 33, .5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.mnav-mask.is-open {
  opacity: 1;
  visibility: visible;
}

.mnav-item {
  border-bottom: 1px solid var(--line);
}

.mnav-item > a,
  .mnav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.mnav-sub {
  display: none;
  padding: 0 0 10px 16px;
}

.mnav-sub.is-open {
  display: block;
}

.mnav-sub a {
  display: block;
  padding: 10px 4px;
  font-size: 14px;
  color: var(--muted);
}

.mnav-toggle i {
  transition: transform .3s ease;
  color: var(--brand);
}

.mnav-toggle.is-open i {
  transform: rotate(90deg);
}

/* ---------- 首页 Banner ---------- */

.banner {
  position: relative;
  overflow: hidden;
  background: var(--bg-deep);
}

.banner-pc {
  display: none;
}

.banner-mobile {
  display: block;
}

@media (min-width: 1024px) {
  .banner-pc {
    display: block;
  }

  .banner-mobile {
    display: none;
  }
}

.banner-viewport {
  position: relative;
  overflow: hidden;
}

.banner-pc .banner-viewport {
  height: 640px;
}

@media (min-width: 1280px) {
  .banner-pc .banner-viewport {
    height: 700px;
  }
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(.4, 0, .2, 1), visibility 1s;
}

.banner-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.08);
  transition: transform 7s linear;
}

.banner-slide.is-active img {
  transform: scale(1);
}

.banner-mobile .banner-viewport {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}

.banner-mobile .banner-slide {
  position: absolute;
  inset: 0;
}

.banner-mobile .banner-slide img {
  position: absolute;
  inset: 0;
}

.banner-caption {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  background: linear-gradient(100deg, rgba(10, 32, 25, .82) 0%, rgba(10, 32, 25, .48) 45%, rgba(10, 32, 25, .05) 75%);
}

.banner-caption .inner {
  max-width: 780px;
}

.banner-caption .b-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  font-size: 12px;
  letter-spacing: .14em;
  margin-bottom: 18px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.banner-caption h1 {
  font-size: 26px;
  line-height: 1.28;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.banner-caption p {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  margin-bottom: 26px;
  max-width: 560px;
}

@media (min-width: 768px) {
  .banner-caption h1 {
    font-size: 40px;
  }

  .banner-caption p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .banner-caption h1 {
    font-size: 56px;
  }

  .banner-caption p {
    font-size: 17px;
    margin-bottom: 34px;
  }
}

.banner-dots {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.banner-dot {
  width: 34px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .4);
  cursor: pointer;
  border: 0;
  padding: 0;
  transition: all .35s ease;
}

.banner-dot.is-active {
  background: var(--accent);
  width: 56px;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all .3s ease;
}

.banner-arrow:hover {
  background: var(--brand);
  border-color: var(--brand);
}

.banner-arrow.prev {
  left: 24px;
}

.banner-arrow.next {
  right: 24px;
}

@media (max-width: 1023px) {
  .banner-arrow {
    display: none;
  }
}

/* ---------- 数据条 ---------- */

.stat-item {
  text-align: center;
}

.stat-num {
  font-size: 34px;
  font-weight: 800;
  color: var(--brand);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

@media (min-width: 1024px) {
  .stat-num {
    font-size: 44px;
  }
}

.stat-unit {
  font-size: 15px;
  font-weight: 600;
  color: var(--brand);
  margin-left: 2px;
}

.stat-label {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

/* ---------- 卡片 ---------- */

.card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  height: 100%;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-soft);
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--bg-soft);
}

.product-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.product-card:hover .thumb img {
  transform: scale(1.09);
}

.product-card .thumb .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.product-card .thumb .overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 159, 110, .82);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.product-card:hover .thumb .overlay {
  opacity: 1;
}

.product-card .thumb .overlay span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  padding: 9px 24px;
  border-radius: 999px;
  font-size: 14px;
  transform: translateY(12px);
  transition: transform .35s ease;
}

.product-card:hover .thumb .overlay span {
  transform: translateY(0);
}

.product-card .body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
}

.product-card:hover .name {
  color: var(--brand);
}

.product-card .desc {
  margin-top: 8px;
  font-size: 13px;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card .foot {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}

.product-card .foot .more {
  color: var(--brand);
  font-weight: 500;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.news-card .thumb {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--bg-soft);
}

.news-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .6s ease;
}

.news-card:hover .thumb img {
  transform: scale(1.08);
}

.news-card .body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card .date {
  font-size: 13px;
  color: var(--muted-light);
}

.news-card .title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card:hover .title {
  color: var(--brand);
}

.news-card .excerpt {
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card .foot {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 500;
}

.news-card .foot i {
  transition: transform .3s ease;
}

.news-card:hover .foot i {
  transform: translateX(5px);
}

/* ---------- 优势 / 步骤 ---------- */

.adv-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 26px;
  border: 1px solid var(--line);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all .38s cubic-bezier(.4, 0, .2, 1);
}

.adv-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.adv-card:hover::before {
  transform: scaleX(1);
}

.adv-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all .38s ease;
}

.adv-card:hover .adv-icon {
  background: var(--brand);
  color: #fff;
  transform: rotateY(360deg);
}

.adv-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.adv-card p {
  color: var(--muted);
  font-size: 14px;
}

.step-item {
  position: relative;
  text-align: center;
}

.step-num {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--brand);
  color: var(--brand);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all .35s ease;
}

.step-item:hover .step-num {
  background: var(--brand);
  color: #fff;
  transform: scale(1.1);
}

.step-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.step-item p {
  font-size: 13.5px;
  color: var(--muted);
}

.step-line {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--brand-soft) 0 8px, transparent 8px 16px);
  z-index: 1;
}

@media (max-width: 1023px) {
  .step-line {
    display: none;
  }
}

/* ---------- 工厂实景 ---------- */

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--bg-deep);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 18px 16px;
  background: linear-gradient(transparent, rgba(10, 32, 25, .85));
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transform: translateY(6px);
  transition: transform .35s ease;
}

.gallery-item:hover .cap {
  transform: translateY(0);
}

.gallery-item .zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 159, 110, .35);
  opacity: 0;
  transition: opacity .35s ease;
}

.gallery-item:hover .zoom {
  opacity: 1;
}

.gallery-item .zoom i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* ---------- 折叠问答 ---------- */

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all .3s ease;
}

.faq-item.is-open {
  border-color: var(--brand);
  box-shadow: var(--shadow);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}

.faq-q .q-icon {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.faq-q .q-text {
  flex: 1;
}

.faq-q .q-toggle {
  flex: none;
  color: var(--muted);
  transition: transform .35s ease;
  font-size: 14px;
}

.faq-item.is-open .faq-q {
  color: var(--brand);
}

.faq-item.is-open .faq-q .q-icon {
  background: var(--brand);
  color: #fff;
}

.faq-item.is-open .faq-q .q-toggle {
  transform: rotate(180deg);
  color: var(--brand);
}

.faq-a {
  display: none;
  padding: 0 22px 20px 62px;
  color: var(--ink-soft);
  font-size: 14.5px;
}

.faq-item.is-open .faq-a {
  display: block;
}

/* ---------- 标签页 ---------- */

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.tab-btn {
  padding: 9px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: all .28s ease;
}

.tab-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.tab-btn.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 6px 16px rgba(14, 159, 110, .24);
}

/* ---------- 面包屑 ---------- */

.breadcrumb {
  background: var(--brand-light);
  padding: 14px 0;
  font-size: 13.5px;
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--brand);
}

.breadcrumb .sep {
  margin: 0 8px;
  opacity: .6;
}

/* ---------- 分页 ---------- */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination a,
  .pagination span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-size: 14px;
  transition: all .25s ease;
}

.pagination a:hover {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-light);
}

.pagination .is-current {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  font-weight: 600;
}

.pagination .is-disabled {
  opacity: .45;
  cursor: not-allowed;
}

/* ---------- 表单 ---------- */

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-bottom: 7px;
}

.field label .req {
  color: var(--accent);
}

.input,
  .textarea,
  .select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14.5px;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
  transition: all .25s ease;
}

.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: var(--muted-light);
}

.input::placeholder,
  .textarea::placeholder {
  color: var(--muted-light);
}

.input:focus,
  .textarea:focus,
  .select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(14, 159, 110, .12);
}

.textarea {
  min-height: 120px;
  resize: vertical;
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%236B7A73'%3E%3Cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px;
  padding-right: 40px;
}

/* ---------- 内容排版（文章 / 详情页） ---------- */

.prose-ms {
  font-size: 15.5px;
  color: var(--ink-soft);
  line-height: 1.9;
}

.prose-ms p {
  margin-bottom: 18px;
}

.prose-ms h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin: 34px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--brand);
}

.prose-ms h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin: 26px 0 12px;
}

.prose-ms ul {
  margin: 0 0 18px;
  padding-left: 0;
  list-style: none;
}

.prose-ms ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
}

.prose-ms ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.prose-ms ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.prose-ms ol li {
  margin-bottom: 9px;
}

.prose-ms img {
  border-radius: var(--radius);
  margin: 24px 0;
}

.prose-ms blockquote {
  margin: 22px 0;
  padding: 18px 22px;
  background: var(--brand-light);
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--ink-soft);
}

.prose-ms table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 14.5px;
}

.prose-ms th,
  .prose-ms td {
  border: 1px solid var(--line);
  padding: 11px 14px;
  text-align: left;
}

.prose-ms th {
  background: var(--bg-soft);
  font-weight: 600;
  color: var(--ink);
}

/* ---------- 侧边栏 ---------- */

.side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
}

.side-card .head {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 700;
  background: var(--bg-soft);
}

.side-list {
  padding: 8px;
}

.side-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 6px;
  font-size: 14.5px;
  color: var(--ink-soft);
  transition: all .25s ease;
}

.side-list a i {
  color: var(--brand);
  font-size: 11px;
}

.side-list a:hover {
  background: var(--brand-light);
  color: var(--brand-dark);
}

.side-list a.is-active {
  background: var(--brand);
  color: #fff;
}

.side-list a.is-active i {
  color: #fff;
}

/* ---------- 页脚 ---------- */

.site-footer {
  background: var(--bg-deep);
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.site-footer h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.site-footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--brand);
}

.site-footer a {
  color: rgba(255, 255, 255, .7);
  font-size:1rem;
}

.site-footer a:hover {
  color: var(--accent);
  padding-left: 4px;
}

.site-footer .f-contact li {
  display: flex;
  gap: 12px;
  font-size:1rem;
  margin-bottom: 14px;
  align-items: flex-start;
}

.site-footer .f-contact li i {
  color: var(--brand);
  margin-top: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

/* ---------- 右侧悬浮客服 ---------- */

.float-plugin {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 950;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1023px) {
  .float-plugin {
    right: 10px;
    gap: 6px;
  }
}

.float-item {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--brand);
  cursor: pointer;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width: 1023px) {
  .float-item {
    width: 44px;
    height: 44px;
    font-size: 17px;
    border-radius: 8px;
  }
}

.float-item:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  transform: translateX(-3px);
}

.float-item .tip {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: var(--bg-deep);
  color: #fff;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
  box-shadow: var(--shadow);
}

.float-item .tip::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--bg-deep);
}

.float-item:hover .tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.float-item.float-whatsapp {
  color: #25D366;
}

.float-item.float-whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}

.float-item.float-wechat {
  color: #2DC100;
}

.float-item.float-wechat:hover {
  background: #2DC100;
  border-color: #2DC100;
  color: #fff;
}

.float-item.float-phone {
  color: var(--brand);
}

.float-item.float-top {
  color: var(--muted);
}

.wechat-pop {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 14px;
  width: 148px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.float-wechat:hover .wechat-pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.wechat-pop img {
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
}

.wechat-pop span {
  font-size: 12.5px;
  color: var(--muted);
  display: block;
}

/* 右下角留言按钮 */

.leave-btn {
  position: fixed;
  right: 16px;
  bottom: 70px;
  z-index: 950;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(14, 159, 110, .38);
  transition: all .3s ease;
}

.leave-btn:hover {
  background: var(--brand-dark);
  transform: translateY(-3px);
}

.leave-btn .pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid var(--brand);
  animation: ms-pulse 2s infinite;
  pointer-events: none;
}

.leave-btn span {
  position: relative;
  z-index: 1;
}

/* 留言弹窗 */

.modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 42, 33, .62);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.modal-mask.is-open {
  opacity: 1;
  visibility: visible;
}

.modal {
  background: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 34px;
  position: relative;
  transform: translateY(24px) scale(.97);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}

.modal-mask.is-open .modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: var(--bg-soft);
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.modal-close:hover {
  background: var(--brand);
  color: #fff;
  transform: rotate(90deg);
}

.modal h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.modal .sub {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 24px;
}

/* 移动端底部标签栏 */

.mobile-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 940;
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 -4px 16px rgba(22, 33, 28, .07);
}

@media (min-width: 1024px) {
  .mobile-tabbar {
    display: none;
  }
}

.mobile-tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 9px 0 7px;
  font-size: 11px;
  color: var(--muted);
}

.mobile-tabbar a i {
  font-size: 19px;
}

.mobile-tabbar a.is-active {
  color: var(--brand);
}

/* ---------- 滚动动画 ---------- */

.reveal {
  opacity: 0;
  transform: translateY(30px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s cubic-bezier(.4, 0, .2, 1), transform .8s cubic-bezier(.4, 0, .2, 1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
}

.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .8s ease, transform .8s ease;
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- 其它小组件 ---------- */

.tag {
  display: inline-block;
  padding: 3px 11px;
  border-radius: 999px;
  background: var(--brand-light);
  color: var(--brand-dark);
  font-size: 12.5px;
}

.icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: none;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-size: 14.5px;
  font-weight: 500;
}

.link-more i {
  transition: transform .3s ease;
}

.link-more:hover i {
  transform: translateX(5px);
}

/* 认证徽章滚动 */

.marquee {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 40px;
  width: -moz-max-content;
  width: max-content;
  animation: ms-marquee 26s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-8 {
  bottom: -2rem;
}

.-right-6 {
  right: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[6px\] {
  left: 6px;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-5 {
  top: 1.25rem;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-9 {
  height: 2.25rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[2px\] {
  width: 2px;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.list-none {
  list-style-type: none;
}

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

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

.grid-cols-\[110px_1fr\] {
  grid-template-columns: 110px 1fr;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12\.5px\] {
  font-size: 12.5px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13\.5px\] {
  font-size: 13.5px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14\.5px\] {
  font-size: 14.5px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[44px\] {
  font-size: 44px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-8 {
  line-height: 2rem;
}

.leading-relaxed {
  line-height: 1.625;
  font-size:1rem;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[0\.07\] {
  opacity: 0.07;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ==========================================================================
   广州美森大健康生物技术有限公司 — 前端模板
   改色说明：只需修改 :root 里的 hex 值，全站颜色同步更新，无需重新构建。
   ========================================================================== */

/* ==========================================================================
   通用组件层
   ========================================================================== */

/* ==========================================================================
   动画关键帧
   ========================================================================== */

@keyframes ms-pulse {
  0%   {
    transform: scale(1);
    opacity: .85;
  }

  70%  {
    transform: scale(1.35);
    opacity: 0;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes ms-marquee {
  from {
    transform: translateX(0);
  }

  to   {
    transform: translateX(-50%);
  }
}

@keyframes ms-float {
  0%, 100% {
    transform: translateY(0);
  }

  50%      {
    transform: translateY(-12px);
  }
}

@keyframes ms-spin-slow {
  from {
    transform: rotate(0deg);
  }

  to   {
    transform: rotate(360deg);
  }
}

.anim-float {
  animation: ms-float 4s ease-in-out infinite;
}

.anim-spin-slow {
  animation: ms-spin-slow 18s linear infinite;
}

/* ==========================================================================
   产品百科 Wiki
   ========================================================================== */

.wiki-catbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wiki-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: .2s;
}

.wiki-chip i {
  font-size: 12px;
}

.wiki-chip:hover, .wiki-chip.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.wiki-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px)  {
  .wiki-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .wiki-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wiki-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
}

.wiki-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--brand);
  background: var(--brand-light);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.wiki-cat i {
  font-size: 11px;
}

.wiki-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 12px;
}

.wiki-desc {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wiki-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
}

.wiki-more i {
  transition: transform .2s;
}

.wiki-card:hover .wiki-more i {
  transform: translateX(4px);
}

/* 详情页 */

.wd-hero {
  background: linear-gradient(120deg, var(--brand-dark), var(--brand));
  color: #fff;
  padding: 46px 0;
}

.wd-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: rgba(255,255,255,.75);
  margin-bottom: 18px;
}

.wd-crumb a {
  color: rgba(255,255,255,.85);
}

.wd-crumb a:hover {
  color: #fff;
}

.wd-crumb .sep {
  opacity: .5;
}

.wd-crumb .cur {
  color: #fff;
  font-weight: 600;
}

.wd-hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.wd-hero-cat {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  background: rgba(255,255,255,.16);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.wd-hero h1 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 14px;
  max-width: 820px;
}

.wd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wd-hero-tags a, .wd-hero-tags span {
  font-size: 12.5px;
  background: rgba(255,255,255,.12);
  padding: 4px 12px;
  border-radius: 999px;
  color: #fff;
}

.wd-hero-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255,255,255,.14);
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
  transition: .2s;
}

.wd-hero-back:hover {
  background: rgba(255,255,255,.26);
}

.wd-layout {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .wd-layout {
    grid-template-columns: 260px 1fr;
    align-items: start;
  }
}

.wd-toc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 18px;
}

.wd-toc h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 12px;
}

.wd-toc a {
  display: block;
  font-size: 13.5px;
  color: var(--muted);
  padding: 7px 10px;
  border-radius: 8px;
  transition: .15s;
}

.wd-toc a:hover {
  background: var(--bg-soft);
  color: var(--brand);
}

.wd-toc .wd-toc-sub {
  padding-left: 22px;
  font-size: 12.5px;
  color: var(--muted-light);
}

.wd-toc .wd-toc-rel {
  margin-top: 8px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: var(--accent);
  font-weight: 600;
}

.wd-toc .wd-toc-rel:hover {
  background: transparent;
  color: var(--accent-dark);
}

@media (min-width: 1024px) {
  .wd-toc {
    position: sticky;
    top: 110px;
  }
}

.wd-lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-soft);
  margin: 0 0 22px;
}

.wd-section {
  scroll-margin-top: 110px;
  margin-bottom: 34px;
}

.wd-section h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 16px;
}

.wd-section h2 .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 15px;
  font-weight: 800;
  flex: none;
}

.wd-section h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin: 20px 0 10px;
}

.wd-section-body {
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.wd-section-body p {
  margin: 0 0 14px;
}

.wd-section-body ul {
  margin: 0 0 14px;
  padding-left: 0;
  list-style: none;
}

.wd-section-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.wd-section-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.wd-infobox {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
  margin: 6px 0 26px;
}

.wd-ib-head {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 12px;
}

.wd-ib-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.wd-ib-row:first-of-type {
  border-top: 0;
}

.wd-ib-k {
  color: var(--muted);
}

.wd-ib-v {
  font-weight: 600;
  color: var(--ink);
  margin-right: auto;
}

.wd-tagbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.wd-tagbar > span {
  color: var(--muted);
  font-size: 14px;
}

.wd-tagbar a {
  font-size: 13px;
  color: var(--brand);
  background: var(--brand-light);
  padding: 5px 14px;
  border-radius: 999px;
  transition: .2s;
}

.wd-tagbar a:hover {
  background: var(--brand);
  color: #fff;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.15fr_1fr\] {
    grid-template-columns: 1.15fr 1fr;
  }

  .lg\:grid-cols-\[1fr_1\.15fr\] {
    grid-template-columns: 1fr 1.15fr;
  }

  .lg\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }

  .lg\:grid-cols-\[1fr_340px\] {
    grid-template-columns: 1fr 340px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ===================== 404 错误页 ===================== */

.error-hero {
  position: relative;
  overflow: hidden;
  min-height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 16px 90px;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 55%, var(--brand-light) 140%);
  color: #fff;
}

.error-hero::before, .error-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}

.error-hero::before {
  width: 440px;
  height: 440px;
  top: -150px;
  right: -90px;
}

.error-hero::after {
  width: 320px;
  height: 320px;
  bottom: -140px;
  left: -70px;
  background: rgba(255,255,255,.06);
}

.error-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 660px;
  width: 100%;
}

.error-code {
  font-size: clamp(110px, 22vw, 200px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -2px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,.55) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 14px 44px rgba(0,0,0,.18);
}

.error-icon {
  margin: -6px 0 18px;
}

.error-icon i {
  font-size: 28px;
  color: var(--accent);
  background: #fff;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(0,0,0,.20);
}

.error-title {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}

.error-desc {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,.86);
  margin: 0 auto 28px;
  max-width: 480px;
}

.error-search {
  display: flex;
  gap: 0;
  max-width: 430px;
  margin: 0 auto 26px;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}

.error-search input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 0;
  border-radius: 999px 0 0 999px;
  padding: 0 22px;
  font-size: 14px;
  color: var(--ink);
  background: #fff;
}

.error-search input:focus {
  outline: none;
}

.error-search button {
  width: 58px;
  border: 0;
  border-radius: 0 999px 999px 0;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  transition: .2s;
  flex: none;
}

.error-search button:hover {
  background: var(--accent-dark);
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 28px;
}

.error-actions .btn {
  border-radius: 999px;
  padding-left: 22px;
  padding-right: 22px;
}

.error-links {
  font-size: 13.5px;
  color: rgba(255,255,255,.82);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: center;
  align-items: center;
}

.error-links > span {
  opacity: .85;
}

.error-links a {
  color: #fff;
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  transition: .2s;
}

.error-links a:hover {
  background: #fff;
  color: var(--brand-dark);
  border-color: #fff;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.15fr_1fr\] {
    grid-template-columns: 1.15fr 1fr;
  }

  .lg\:grid-cols-\[1fr_1\.15fr\] {
    grid-template-columns: 1fr 1.15fr;
  }

  .lg\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }

  .lg\:grid-cols-\[1fr_340px\] {
    grid-template-columns: 1fr 340px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}