@charset "UTF-8";
/* 从 qdzrt-components.css 抽出：home 页面专用样式。
   规则顺序与原文件一致；加载时依赖 qdzrt-theme-components，仍排在其后。 */

.qdzrt-home-pic {
  --hero-width: var(--qdzrt-shell-wide);
  --hero-accent: #00cccc;
  --hero-accent-hover: #00e6e6;
  --hero-text: #ffffff;
  --hero-muted: rgba(220, 235, 250, 0.82);
  position: relative;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 85% 40%, rgba(0, 204, 204, 0.14) 0%, rgba(7, 24, 45, 0) 65%), radial-gradient(ellipse at 15% 90%, rgba(14, 45, 78, 0.45) 0%, rgba(7, 24, 45, 0) 60%), linear-gradient(135deg, #07182d 0%, #0d284a 55%, #081a30 100%);
}
/* 全局盒模型统一由 inc/_reset.css 管理，此处已移除重复声明 */
.qdzrt-home-pic__viewport {
  position: relative;
  min-height: 480px;
}
.qdzrt-home-pic__track {
  position: relative;
  min-height: inherit;
}
.qdzrt-home-pic__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 82% 35%, rgba(0, 204, 204, 0.16), transparent 36%), radial-gradient(circle at 20% 80%, rgba(14, 45, 78, 0.35), transparent 45%), linear-gradient(135deg, var(--slide-start, #07182d), var(--slide-end, #0d284a));
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.qdzrt-home-pic__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.qdzrt-home-pic__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 45, 0.82) 0%, rgba(7, 24, 45, 0.45) 45%, rgba(7, 24, 45, 0.1) 100%);
}
.qdzrt-home-pic__inner {
  position: relative;
  z-index: 1;
  max-width: var(--hero-width);
  width: 100%;
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 48px;
  align-items: center;
}
.qdzrt-home-pic__copy {
  max-width: 820px;
}
.qdzrt-home-pic__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}
.qdzrt-home-pic__eyebrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/%3E%3Cpath d='M17 18h1'/%3E%3Cpath d='M12 18h1'/%3E%3Cpath d='M7 18h1'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/%3E%3Cpath d='M17 18h1'/%3E%3Cpath d='M12 18h1'/%3E%3Cpath d='M7 18h1'/%3E%3C/svg%3E") no-repeat center / contain;
}
.qdzrt-home-pic__title {
  margin: 0;
  color: var(--hero-text);
  font-family: var(--qdzrt-font-banner);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  max-width: 20ch;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.qdzrt-home-pic__text {
  margin: 20px 0 0;
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--hero-muted);
  max-width: 580px;
}
.qdzrt-home-pic__actions {
  margin-top: 24px;
}
.qdzrt-home-pic__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 6px;
  background: #00cccc;
  color: #07182d;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(0, 204, 204, 0.28);
  transition: all 0.25s ease;
}
.qdzrt-home-pic__cta:hover,
.qdzrt-home-pic__cta:focus-visible {
  background: #00ffff;
  color: #051424;
  box-shadow: 0 6px 22px rgba(0, 255, 255, 0.45);
  transform: translateY(-1px);
}
.qdzrt-home-pic__trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}
.qdzrt-home-pic__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(230, 242, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
}
.qdzrt-home-pic__trust-item:hover {
  background: rgba(0, 204, 204, 0.08);
  border-color: rgba(0, 204, 204, 0.3);
  color: #ffffff;
}
.qdzrt-home-pic__trust-item svg {
  color: #00e6e6;
  flex-shrink: 0;
}
.qdzrt-home-pic__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  max-width: 640px;
  margin-left: auto;
  filter: drop-shadow(0 20px 32px rgba(2, 6, 23, 0.45));
}
.qdzrt-home-pic__sp2-svg {
  width: 100%;
  max-width: 580px;
  height: auto;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: qdzrt-float-sp2 6.5s ease-in-out infinite alternate !important;
}
@keyframes qdzrt-float-sp2 {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-9px) rotate(0.8deg) scale(1.015);
  }
  100% {
    transform: translateY(2px) rotate(-0.5deg) scale(0.995);
  }
}
.qdzrt-sp2-atoms circle {
  animation: qdzrt-atom-pulse 4.5s ease-in-out infinite alternate;
}
.qdzrt-sp2-atoms circle:nth-child(2n) {
  animation-delay: -1.5s;
  animation-duration: 5.5s;
}
.qdzrt-sp2-atoms circle:nth-child(3n) {
  animation-delay: -3s;
  animation-duration: 4s;
}
@keyframes qdzrt-atom-pulse {
  0% {
    opacity: 0.85;
    filter: drop-shadow(0 0 2px rgba(0, 230, 230, 0.4));
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.85));
  }
}
.qdzrt-radar-group polygon[fill*="qdzrt_radar_grad"] {
  animation: qdzrt-radar-breathe 5s ease-in-out infinite alternate;
  transform-origin: 300px 235px;
}
@keyframes qdzrt-radar-breathe {
  0% {
    transform: scale(0.985);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.02);
    opacity: 1;
  }
}
.qdzrt-home-pic__nav {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.qdzrt-home-pic__progress {
  position: absolute;
  left: 50%;
  bottom: -148px;
  width: 140px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  transform: translateX(-50%);
}
.qdzrt-home-pic__progress-bar {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.34);
  transition: width 0.25s ease;
}
.qdzrt-home-pic .qdzrt-home-pic__arrow {
  position: absolute;
  top: 50%;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(0, 153, 153, 0.32);
  border-radius: 50%;
  background: rgba(0, 153, 153, 0.18);
  box-shadow: none;
  color: #ffffff;
  line-height: 1;
  text-indent: 0;
  text-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.qdzrt-home-pic .qdzrt-home-pic__arrow--prev {
  left: 18px;
}
.qdzrt-home-pic .qdzrt-home-pic__arrow--next {
  right: 18px;
}
.qdzrt-home-pic__autoplay-toggle {
  position: absolute;
  top: 50%;
  right: 70px;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(7, 24, 45, 0.42);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.qdzrt-home-pic__autoplay-toggle:hover,
.qdzrt-home-pic__autoplay-toggle:focus-visible {
  background: rgba(0, 153, 153, 0.32);
  border-color: rgba(0, 204, 204, 0.58);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.qdzrt-home-pic__autoplay-toggle[hidden] {
  display: none !important;
}
.qdzrt-home-pic .qdzrt-home-pic__arrow:hover,
.qdzrt-home-pic .qdzrt-home-pic__arrow:focus-visible {
  background: rgba(0, 153, 153, 0.32);
  border-color: rgba(0, 153, 153, 0.5);
  color: #ffffff;
}
@media (max-width: 1199px) {
  .qdzrt-home-pic__inner {
      padding-left: 56px;
      padding-right: 56px;
    }
}
@media (max-width: 991px) {
  .qdzrt-home-pic__viewport {
      min-height: 380px;
    }
  .qdzrt-home-pic__inner {
      padding: 44px 36px 60px;
      grid-template-columns: 1fr;
      gap: 24px;
    }
  .qdzrt-home-pic__copy,
    .qdzrt-home-pic__title {
      max-width: 100%;
    }
  .qdzrt-home-pic__visual {
      min-height: 180px;
    }
  .qdzrt-home-pic__progress {
      bottom: -120px;
    }
}
@media (max-width: 767px) {
  .qdzrt-home-pic__viewport {
      min-height: 0;
    }
  .qdzrt-home-pic__inner {
      padding: 32px 18px 52px;
      min-height: 0;
    }
  .qdzrt-home-pic__title {
      font-size: clamp(1.75rem, 7.5vw, 2.3rem);
      line-height: 1.1;
      max-width: 100%;
    }
  .qdzrt-home-pic__trust-bar {
      gap: 8px;
      margin-top: 18px;
    }
  .qdzrt-home-pic__trust-item {
      font-size: 0.74rem;
      padding: 5px 10px;
    }
  .qdzrt-home-pic__visual {
      display: none;
    }
  .qdzrt-home-pic__nav {
      inset: auto 0 14px;
      height: 44px;
    }
  .qdzrt-home-pic__arrow {
      width: 40px;
      height: 40px;
      font-size: 0.95rem;
      top: 50%;
      transform: translateY(-50%);
    }
  .qdzrt-home-pic__arrow--prev {
      left: auto;
      right: 62px;
    }
  .qdzrt-home-pic__arrow--next {
      right: 14px;
    }
  .qdzrt-home-pic__autoplay-toggle {
      right: 110px;
      width: 36px;
      height: 36px;
    }
  .qdzrt-home-pic__progress {
      display: none;
    }
  .qdzrt-home-pic.is-mobile-empty-copy .qdzrt-home-pic__viewport {
      min-height: 0;
    }
  .qdzrt-home-pic.is-mobile-empty-copy .qdzrt-home-pic__inner {
      padding-top: 0;
      padding-bottom: 68px;
      min-height: 0;
    }
}
.qdzrt-front-page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.qdzrt-front-page__content {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.qdzrt-front-page__content > *:first-child {
  margin-top: 0;
}
.qdzrt-front-page__content > *:last-child {
  margin-bottom: 0;
}
.qdzrt-front-page__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Homepage blocks should control their own width; do not inherit Gutenberg's constrained layout. */
.qdzrt-front-page__content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.qdzrt-front-page__content .is-layout-flow > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.qdzrt-front-page__content .wp-block-group,
.qdzrt-front-page__content .wp-block-columns,
.qdzrt-front-page__content .wp-block-cover {
  max-width: none;
}
.qdzrt-front-page__content .yongyu-band,
.qdzrt-front-page__content .ucg-performance-banner {
  margin-top: 0;
  margin-bottom: 0;
}
.qdzrt-front-page__content .yongyu-band + .ucg-performance-banner,
.qdzrt-front-page__content .ucg-performance-banner + .yongyu-band {
  margin-top: 0;
}

/* ===== 从 qdzrt-components.css 迁入（home 专属块） ===== */
.yongyu-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  width: min(1320px, 100% - 36px);
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(20, 57, 66, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 40px rgba(19, 51, 60, 0.06);
  backdrop-filter: blur(4px);
}
.yongyu-visual {
  position: relative;
  overflow: hidden;
  padding: 28px 24px;
  background: radial-gradient(circle at top right, rgba(17, 168, 181, 0.12), transparent 22%), linear-gradient(180deg, #f8fdff 0%, #edf8fb 100%);
  border-right: 1px solid rgba(20, 57, 66, 0.08);
}
.yongyu-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(17, 168, 181, 0.24);
}
.yongyu-ring--1 {
  width: 360px;
  height: 360px;
}
.yongyu-ring--2 {
  width: 260px;
  height: 260px;
}
.yongyu-ring--3 {
  width: 150px;
  height: 150px;
}
.yongyu-pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 168, 181, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(19, 51, 60, 0.07);
  color: #0d8f9a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.yongyu-pill--top {
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}
.yongyu-pill--left {
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.yongyu-pill--right {
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.yongyu-pill--bottom {
  top: calc(50% + 154px);
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yongyu-pill--center {
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
.yongyu-wrap {
      grid-template-columns: 1fr;
      width: min(100%, 100% - 20px);
      min-height: 500px;
    }
.yongyu-visual {
      border-right: 0;
      border-bottom: 1px solid rgba(20, 57, 66, 0.08);
    }
}
@media (max-width: 640px) {
.yongyu-wrap {
      border-radius: 8px;
    }
.yongyu-visual {
      padding: 20px;
    }
.yongyu-ring--1 {
      width: 300px;
      height: 300px;
    }
.yongyu-ring--2 {
      width: 220px;
      height: 220px;
    }
.yongyu-ring--3 {
      width: 126px;
      height: 126px;
    }
.yongyu-pill {
      min-width: 132px;
      font-size: 13px;
    }
.yongyu-pill--top {
      top: 94px;
    }
.yongyu-pill--bottom {
      top: calc(50% + 126px);
    }
}
.guanyu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 14, 22, 0.54), rgba(8, 14, 22, 0.62)), var(--qdzrt-home-capacity-image, none) center/cover no-repeat;
}
.guanyu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(243, 183, 99, 0.14), transparent 24%), radial-gradient(circle at top left, rgba(17, 168, 181, 0.1), transparent 24%);
  pointer-events: none;
}
.guanyu__inner {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(1320px, 100% - 36px);
  min-height: 500px;
  margin: 0 auto;
  padding: 56px 24px;
  text-align: center;
}
.guanyu__content {
  max-width: 980px;
}
.guanyu__title {
  margin: 0 0 18px;
  color: #f7fbff;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.03em;
}
.guanyu__text {
  margin: 0;
  color: rgba(241, 248, 255, 0.92);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.8;
}
.guanyu__text + .guanyu__text {
  margin-top: 8px;
}
@media (max-width: 900px) {
.guanyu__inner {
      width: min(100%, 100% - 20px);
      padding: 42px 18px;
    }
}
@media (max-width: 640px) {
.guanyu__inner {
      min-height: 420px;
      padding: 36px 14px;
    }
}
.chanpin {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 42px 0 56px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(237, 246, 250, 0.98), rgba(231, 242, 247, 0.98)), radial-gradient(circle at top right, rgba(17, 168, 181, 0.08), transparent 22%);
}
.chanpin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.28), transparent 34%), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  pointer-events: none;
}
.chanpin::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 380px;
  height: 360px;
  background: linear-gradient(90deg, transparent 0 57%, rgba(189, 222, 245, 0.24) 57% 57.5%, transparent 57.5% 100%), linear-gradient(0deg, transparent 0 70%, rgba(189, 222, 245, 0.22) 70% 70.6%, transparent 70.6% 100%), repeating-linear-gradient(180deg, transparent 0 21px, rgba(189, 222, 245, 0.18) 21px 22px), repeating-linear-gradient(90deg, transparent 0 21px, rgba(189, 222, 245, 0.1) 21px 22px), radial-gradient(circle at 64% 18%, rgba(255, 255, 255, 0.32) 0 4px, transparent 5px), radial-gradient(circle at 81% 28%, rgba(255, 255, 255, 0.26) 0 4px, transparent 5px), radial-gradient(circle at 71% 52%, rgba(255, 255, 255, 0.26) 0 4px, transparent 5px), radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.22) 0 4px, transparent 5px);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.76) 18%, rgba(0, 0, 0, 0.96) 100%);
  opacity: 0.94;
  pointer-events: none;
}
.chanpin__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 100% - 36px);
  margin: 0 auto;
}
.chanpin__head {
  max-width: 760px;
  margin-bottom: 28px;
}
.chanpin__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 9px;
  border: 1px solid rgba(17, 168, 181, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: #0d97a4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.chanpin__title {
  margin: 16px 0 14px;
  color: #163745;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.03em;
}
.chanpin__intro {
  margin: 0;
  color: #597887;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.75;
}
.chanpin__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  margin-bottom: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
.chanpin__tabs::-webkit-scrollbar {
  display: none;
}
.chanpin__tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(17, 168, 181, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #25424e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.2s ease;
}
.chanpin__tab-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  transition: transform 0.2s ease;
}
.chanpin__tab.is-active,
.chanpin__tab:hover {
  border-color: rgba(17, 168, 181, 0.4);
  background: linear-gradient(180deg, rgba(17, 168, 181, 0.16), rgba(17, 168, 181, 0.08));
  color: #0d8f9a;
  box-shadow: 0 8px 20px rgba(17, 168, 181, 0.12);
}
.chanpin__tab:hover .chanpin__tab-icon,
.chanpin__tab.is-active .chanpin__tab-icon {
  transform: scale(1.1);
}
.chanpin__panel {
  display: none;
  padding: 28px 28px 32px;
  border: 1px solid rgba(17, 168, 181, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 36px rgba(26, 58, 76, 0.08);
}
.chanpin__panel.is-active {
  display: block;
}
.chanpin__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.chanpin__panel-title {
  color: #183745;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.1;
}
.chanpin__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chanpin__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(17, 168, 181, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0d97a4;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}
.chanpin__arrow:hover {
  background: rgba(17, 168, 181, 0.12);
  border-color: rgba(17, 168, 181, 0.34);
  color: #087f8d;
}
.chanpin__arrow:disabled,
.chanpin__arrow[aria-disabled="true"] {
  opacity: 0.32;
  cursor: not-allowed;
  pointer-events: none;
}
.chanpin__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.chanpin__viewport::-webkit-scrollbar {
  display: none;
}
.chanpin__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 24vw, 330px);
  align-items: start;
  justify-content: start;
  gap: 18px;
}
.chanpin__card {
  min-width: 0;
  scroll-snap-align: start;
}
.chanpin__card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid rgba(17, 168, 181, 0.14);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(16, 44, 58, 0.06);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
.chanpin__card-link:hover {
  border-color: rgba(17, 168, 181, 0.3);
  box-shadow: 0 16px 30px rgba(16, 44, 58, 0.08);
}
.chanpin__card-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1/0.74;
  background: linear-gradient(180deg, #fafcfa, #f4f7f2);
  padding: 0;
  overflow: hidden;
}
.chanpin__card-image,
.chanpin__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.chanpin__card-image {
  transform: scale(1);
  transform-origin: center;
}
.chanpin__card-placeholder {
  display: grid;
  place-items: center;
  color: rgba(13, 151, 164, 0.34);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.chanpin__card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px 10px;
  border-top: 1px solid rgba(17, 168, 181, 0.1);
  background: linear-gradient(180deg, #fbfdfb, #ffffff);
  min-height: 56px;
}
.chanpin__card-title {
  margin: 0;
  color: #334149;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chanpin__empty {
  display: grid;
  place-items: center;
  min-height: 180px;
  color: #678391;
  font-size: 15px;
}
@media (max-width: 1024px) {
.chanpin__track {
      grid-auto-columns: minmax(270px, 44%);
    }
}
@media (max-width: 900px) {
.chanpin {
      padding: 30px 0 40px;
    }
.chanpin::after {
      width: 260px;
      height: 250px;
      top: 22px;
      right: -18px;
    }
.chanpin__inner {
      width: min(100%, 100% - 20px);
    }
.chanpin__panel {
      padding: 20px 18px 22px;
    }
.chanpin__track {
      grid-auto-columns: minmax(250px, 72%);
    }
}
@media (max-width: 640px) {
.chanpin::after {
      width: 170px;
      height: 170px;
      top: 18px;
      right: -12px;
    }
.chanpin__panel-head {
      align-items: flex-start;
      flex-direction: column;
    }
.chanpin__controls {
      align-self: flex-end;
    }
.chanpin__track {
      grid-auto-columns: minmax(220px, 86%);
    }
.chanpin__tab {
      min-height: 48px;
      padding: 0 18px;
      font-size: 14px;
    }
}
.blogoo {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 32px 0 38px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(242, 247, 250, 0.98), rgba(236, 243, 248, 0.98)), radial-gradient(circle at top right, rgba(17, 168, 181, 0.06), transparent 24%);
}
.blogoo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 18%, rgba(112, 178, 219, 0.14), transparent 42%), radial-gradient(circle at 94% 72%, rgba(112, 178, 219, 0.1), transparent 36%), repeating-linear-gradient(180deg, transparent 0 20px, rgba(104, 171, 214, 0.045) 20px 21px), repeating-linear-gradient(90deg, transparent 0 22px, rgba(104, 171, 214, 0.03) 22px 23px);
  opacity: 0.95;
  pointer-events: none;
}
.blogoo__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 100% - 36px);
  margin: 0 auto;
}
.blogoo__head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-bottom: 18px;
  position: relative;
}
.blogoo__heading-copy {
  text-align: center;
}
.blogoo__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(17, 168, 181, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
  color: #0d97a4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.blogoo__title {
  margin: 12px 0 0;
  color: #1a3946;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.blogoo__intro {
  margin: 10px 0 0;
  color: #597887;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.75;
}
.blogoo__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blogoo__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 168, 181, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0d97a4;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.blogoo__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.blogoo__viewport::-webkit-scrollbar {
  display: none;
}
.blogoo__track {
  display: flex;
  align-items: start;
  gap: 18px;
  width: 100%;
  min-width: 100%;
}
.blogoo__card {
  flex: 0 0 clamp(240px, (100% - 54px) / 4, 340px);
  min-width: 0;
  scroll-snap-align: start;
}
/* When post count is 1-3, let cards fill the row without leaving a right gap. */
.blogoo__track > .blogoo__card:first-child:nth-last-child(1),
.blogoo__track > .blogoo__card:first-child:nth-last-child(1) ~ .blogoo__card {
  flex-basis: 100%;
}
.blogoo__track > .blogoo__card:first-child:nth-last-child(2),
.blogoo__track > .blogoo__card:first-child:nth-last-child(2) ~ .blogoo__card {
  flex-basis: calc((100% - 18px) / 2);
}
.blogoo__track > .blogoo__card:first-child:nth-last-child(3),
.blogoo__track > .blogoo__card:first-child:nth-last-child(3) ~ .blogoo__card {
  flex-basis: calc((100% - 36px) / 3);
}
.blogoo__card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid rgba(17, 168, 181, 0.12);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(16, 44, 58, 0.05);
}
.blogoo__card-media {
  height: 190px;
  aspect-ratio: auto;
  background: linear-gradient(180deg, #eef7fa, #e6f1f6);
  overflow: hidden;
}
.blogoo__card-image,
.blogoo__card-placeholder {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.blogoo__card-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}
.blogoo__card-placeholder {
  display: grid;
  place-items: center;
  color: rgba(17, 151, 164, 0.3);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.blogoo__card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 16px 12px;
  border-top: 1px solid rgba(17, 168, 181, 0.09);
  background: #ffffff;
}
.blogoo__card-title {
  margin: 0;
  color: #31414a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 900px) {
.blogoo {
      padding: 26px 0 32px;
    }
.blogoo__inner {
      width: min(100%, 100% - 20px);
    }
.blogoo__card {
      flex: 0 0 min(72vw, 320px);
      min-width: 250px;
    }
.blogoo__card-media {
      height: 170px;
    }
}
@media (max-width: 640px) {
.blogoo__head {
      align-items: flex-start;
      flex-direction: column;
    }
.blogoo__heading-copy {
      text-align: left;
    }
.blogoo__controls {
      position: static;
      align-self: flex-end;
    }
.blogoo__card {
      flex: 0 0 min(84vw, 280px);
      min-width: 220px;
    }
.blogoo__card-media {
      height: 150px;
    }
}
/* ===== Pinkong (Homepage Quality Center) ===== */
.pinkong {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 32px 0 40px;
  overflow: hidden;
  background: radial-gradient(circle at 90% 16%, rgba(126, 198, 216, 0.2), transparent 30%), linear-gradient(145deg, #dcecf3 0%, #ebf4f8 52%, #e2eef5 100%);
}
.pinkong::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 20%, rgba(17, 168, 181, 0.08), transparent 40%), radial-gradient(circle at 8% 82%, rgba(17, 168, 181, 0.05), transparent 34%);
  pointer-events: none;
}
.pinkong__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 100% - 36px);
  margin: 0 auto;
}
.pinkong__panel {
  border: 1px solid rgba(19, 57, 70, 0.18);
  border-radius: 12px;
  background: rgba(236, 248, 252, 0.78);
  backdrop-filter: blur(2px);
  padding: 30px 36px 28px;
  text-align: center;
}
.pinkong__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(13, 149, 171, 0.35);
  background: rgba(255, 255, 255, 0.82);
  color: #0d95ab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pinkong__title {
  margin: 14px 0 0;
  color: #133946;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.03em;
}
.pinkong__desc {
  margin: 12px auto 0;
  max-width: 860px;
  color: #5b7a85;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.75;
}
.pinkong__timeline {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.pinkong__timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 34px;
  border-top: 2px solid rgba(13, 149, 171, 0.26);
}
.pinkong__node {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  text-align: center;
}
.pinkong__dot {
  width: 16px;
  height: 16px;
  margin: 4px auto 12px;
  border-radius: 50%;
  background: #8adcea;
  box-shadow: 0 0 0 6px rgba(138, 220, 234, 0.2);
}
.pinkong__node-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #113d4a;
}
.pinkong__node-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #5c7882;
}
@media (max-width: 1024px) {
.pinkong__timeline {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.pinkong__timeline::before {
      display: none;
    }
}
@media (max-width: 900px) {
.pinkong {
      padding: 22px 0 30px;
    }
.pinkong__inner {
      width: min(100%, 100% - 20px);
    }
.pinkong__panel {
      padding: 22px 18px 20px;
    }
}
@media (max-width: 640px) {
.pinkong__timeline {
      grid-template-columns: 1fr;
      gap: 14px;
    }
.pinkong__node-title {
      font-size: 28px;
    }
.pinkong__desc {
      font-size: 15px;
      line-height: 1.65;
    }
}
/* v9.9.13: 首页博客滑块无图卡片保持普通卡片结构；图片位显示灰黑占位，左边不加蓝线。 */
.blogoo__card--no-image .blogoo__card-link {
  min-height: 0;
  border-left: 1px solid rgba(17, 168, 181, 0.12) !important;
}
.blogoo__card-media.is-placeholder,
.blogoo__card--no-image .blogoo__card-media {
  height: 190px;
  background: linear-gradient(135deg, #16262d 0%, #43545b 48%, #202a30 100%);
}
.blogoo__card-media.is-placeholder .blogoo__card-placeholder,
.blogoo__card--no-image .blogoo__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 22% 26%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.08) 20%, transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0, transparent 36%, rgba(255, 255, 255, 0.07) 68%, transparent 100%);
}
.blogoo__card--no-image .blogoo__card-body {
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 16px 12px;
  border-top: 1px solid rgba(17, 168, 181, 0.09);
  background: #ffffff;
}
.blogoo__card-eyebrow {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(17, 168, 181, 0.09);
  color: #0b6b77;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.blogoo__card--no-image .blogoo__card-title {
  text-align: center;
}
/* v9.9.15: 首页博客无缩略图卡片改为紧凑文字卡；不再保留大灰图块，不显示左侧蓝线。 */
.blogoo__card--no-image .blogoo__card-media,
.blogoo__card--no-image .blogoo__card-media.is-placeholder {
  display: none !important;
}
.blogoo__card--no-image .blogoo__card-link {
  min-height: 134px;
  border-left: 1px solid rgba(17, 168, 181, 0.12) !important;
}
.blogoo__card--no-image .blogoo__card-body {
  align-items: center;
  justify-content: center;
  min-height: 134px;
  padding: 18px 18px 20px;
  border-top: 0;
  background: #ffffff;
}
.blogoo__card--no-image .blogoo__card-title {
  -webkit-line-clamp: 4;
}
/* v9.9.16: 首页 Latest Blog 无图文章不显示灰图块，但保持接近有图卡片的高度和边框。 */
.blogoo__track {
  align-items: stretch;
}
.blogoo__card {
  display: flex;
}
.blogoo__card-link {
  width: 100%;
}
.blogoo__card--no-image .blogoo__card-link {
  height: 100%;
  min-height: 254px;
  border-left: 2px solid rgba(17, 168, 181, 0.5) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}
.blogoo__card--no-image .blogoo__card-body {
  min-height: 254px;
  height: 100%;
  padding: 22px 20px;
  border-top: 0;
  background: transparent;
}
.blogoo__card--no-image .blogoo__card-title {
  font-size: 18px;
  line-height: 1.3;
  -webkit-line-clamp: 5;
}
/* v9.9.19: 首页 Latest Blog 无图文章改为灰色网格内容卡；无侧边线，不用纯白空卡。 */
.blogoo__card--no-image .blogoo__card-link {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: 254px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 78, 88, 0.16) !important;
  border-left: 1px solid rgba(47, 78, 88, 0.16) !important;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.82), transparent 36%), radial-gradient(circle at 88% 86%, rgba(181, 205, 212, 0.34), transparent 38%), linear-gradient(rgba(69, 95, 104, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(69, 95, 104, 0.055) 1px, transparent 1px), linear-gradient(145deg, #f3f7f8 0%, #eaf2f4 58%, #f7fafb 100%);
  background-size: auto, auto, 24px 24px, 24px 24px, auto;
  box-shadow: 0 18px 34px rgba(31, 61, 72, 0.08);
}
.blogoo__card--no-image .blogoo__card-link::before {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: -1;
  background: radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.72), transparent 32%), radial-gradient(circle at 82% 78%, rgba(120, 153, 163, 0.2), transparent 34%);
  filter: blur(14px);
  opacity: 0.88;
  pointer-events: none;
}
.blogoo__card--no-image .blogoo__card-body {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  height: 100%;
  min-height: 254px;
  padding: 24px 24px 22px;
  border-top: 0;
  background: transparent;
  text-align: left;
}
.blogoo__card--no-image .blogoo__card-title {
  margin: 0;
  color: #173942;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-align: left;
  -webkit-line-clamp: 3;
}
.blogoo__card-excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #5f7881;
  font-size: 14px;
  line-height: 1.68;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blogoo__card-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #007f8d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
/* v9.9.21: 首页 Latest Blog 无图卡片改为纵向内容卡；修复标题/摘要/按钮横向分栏问题。 */
.blogoo__card--no-image .blogoo__card-link {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 254px;
  overflow: hidden;
  border: 1px solid rgba(52, 86, 98, 0.18) !important;
  border-left: 1px solid rgba(52, 86, 98, 0.18) !important;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.78), transparent 34%), radial-gradient(circle at 82% 88%, rgba(148, 176, 185, 0.22), transparent 38%), linear-gradient(rgba(69, 95, 104, 0.048) 1px, transparent 1px), linear-gradient(90deg, rgba(69, 95, 104, 0.048) 1px, transparent 1px), linear-gradient(145deg, #f5f8f9 0%, #edf4f6 62%, #f8fbfc 100%);
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
  box-shadow: 0 18px 34px rgba(31, 61, 72, 0.08), inset 0 0 52px rgba(255, 255, 255, 0.5);
}
.blogoo__card--no-image .blogoo__card-link::before {
  content: "";
  position: absolute;
  inset: -42px;
  z-index: -1;
  background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.78), transparent 32%), radial-gradient(circle at 86% 82%, rgba(92, 132, 143, 0.16), transparent 34%);
  filter: blur(16px);
  opacity: 0.92;
  pointer-events: none;
}
.blogoo__card--no-image .blogoo__card-media,
.blogoo__card--no-image .blogoo__card-media.is-placeholder {
  display: none !important;
}
.blogoo__card--no-image .blogoo__card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
  width: 100%;
  height: 100%;
  min-height: 254px;
  padding: 26px 24px 22px;
  border-top: 0;
  background: transparent;
  text-align: left;
}
.blogoo__card--no-image .blogoo__card-eyebrow {
  display: none;
}
.blogoo__card--no-image .blogoo__card-title {
  width: 100%;
  margin: 0;
  color: #173942;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blogoo__card--no-image .blogoo__card-excerpt {
  display: -webkit-box;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #607b84;
  font-size: 14px;
  line-height: 1.68;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blogoo__card--no-image .blogoo__card-read-more {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-top: auto;
  white-space: nowrap;
  color: #007f8d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
@media (hover: hover) and (pointer: fine) {
.blogoo__card--no-image .blogoo__card-link:hover {
      border-color: rgba(17, 168, 181, 0.32) !important;
      box-shadow: 0 20px 38px rgba(31, 61, 72, 0.11), inset 0 0 0 1px rgba(17, 168, 181, 0.1), inset 0 0 54px rgba(255, 255, 255, 0.54);
    }
}
@media (max-width: 900px) {
.blogoo__card--no-image .blogoo__card-link,
    .blogoo__card--no-image .blogoo__card-body {
      min-height: 234px;
    }
}
@media (max-width: 640px) {
.blogoo__card--no-image .blogoo__card-link,
    .blogoo__card--no-image .blogoo__card-body {
      min-height: 214px;
    }
.blogoo__card--no-image .blogoo__card-body {
      padding: 20px;
    }
}
.ucg-left {
  flex: 1 1 400px;
  color: #fff;
}
.ucg-left .title-red {
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 800;
  color: #E11D48;
  line-height: 1.18;
}
.ucg-left .title-white {
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 14px;
}
.ucg-left .desc {
  font-size: clamp(14px, 1.05vw, 15.5px);
  color: #CBD5E1;
  line-height: 1.65;
}
.ucg-item {
  text-align: center;
  color: #fff;
}
.ucg-item .num {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.ucg-item .text {
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .ucg-left {
    text-align: center;
  }
  .ucg-left .title-red,
  .ucg-left .title-white {
    font-size: 26px;
  }
  .ucg-item .num {
    font-size: 30px;
  }
}
.b2b-wide-header {
  text-align: center;
  margin-bottom: 50px;
}
.b2b-wide-header h2 {
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.b2b-wide-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  max-width: 800px;
  margin: 0 auto;
}
.b2b-logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  padding: 10px 0;
}
.b2b-logo-marquee::before, .b2b-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}
.b2b-logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #f8fafc, transparent);
}
.b2b-logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #f8fafc, transparent);
}
.b2b-cards-scroller {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 20px 40px 40px 40px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #5ca3a3 #e2e8f0;
}
.b2b-cards-scroller::-webkit-scrollbar {
  height: 6px;
}
.b2b-cards-scroller::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.b2b-cards-scroller::-webkit-scrollbar-thumb {
  background: #5ca3a3;
  border-radius: 10px;
}
.b2b-cards-scroller::-webkit-scrollbar-thumb:hover {
  background: #5ca3a5;
}
.b2b-proof-card {
  flex: 0 0 340px;
  background: #fff;
  padding: 30px 24px;
  border-radius: 12px;
  border-top: 4px solid #5ca3a3;
  position: relative;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  overflow: hidden;
}
.b2b-proof-card:nth-child(even) {
  background: #f1f5f9;
}
.b2b-proof-card:hover {
  transform: translateY(-5px);
}
.b2b-proof-card::after {
  content: "”";
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 130px;
  color: #d1d5db;
  font-family: Georgia, serif;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
.b2b-proof-card:nth-child(even) .b2b-client-avatar {
  background: #3b82f6;
}
@media (max-width: 768px) {
.b2b-wide-header h2 {
      font-size: 24px;
    }
.b2b-proof-card {
      flex: 0 0 280px;
      padding: 25px 20px;
    }
.b2b-logo-marquee::before, .b2b-logo-marquee::after {
      width: 30px;
    }
}

/* ===== 从 qdzrt-components.css 补充迁入（首页遗漏块） ===== */
.yongyu-band {
  width: 100%;
  margin: 0;
  padding: 34px 0;
  background: radial-gradient(circle at top right, rgba(17, 168, 181, 0.14), transparent 24%), linear-gradient(135deg, #dff2f6 0%, #ebf8fb 52%, #e3f1f7 100%);
}
.yongyu-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(17, 168, 181, 0.18);
  background: rgba(17, 168, 181, 0.08);
  color: #0d8f9a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.yongyu-title {
  margin: 14px 0 0;
  color: #143942;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.03em;
}
.yongyu-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 72px);
  min-height: 420px;
  margin-top: 18px;
}
.yongyu-list {
  display: grid;
  gap: 0;
}
.yongyu-item {
  display: grid;
  grid-template-columns: 88px 260px 1fr;
  align-items: center;
  min-height: 100px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(20, 57, 66, 0.08);
}
.yongyu-item:last-child {
  border-bottom: 0;
}
.yongyu-index {
  color: rgba(17, 168, 181, 0.46);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.yongyu-item-title {
  margin: 0;
  color: #143942;
  font-size: 24px;
  line-height: 1.05;
}
.yongyu-item-text {
  margin: 0;
  color: #67838c;
  font-size: 14px;
  line-height: 1.72;
}
@media (max-width: 900px) {
.yongyu-band {
      padding: 22px 0;
    }
.yongyu-list,
    .yongyu-map {
      height: auto;
    }
}
@media (max-width: 640px) {
.yongyu-map {
      min-height: 330px;
    }
.yongyu-item {
      grid-template-columns: 56px 1fr;
      gap: 12px;
      padding: 18px;
    }
.yongyu-item-text {
      grid-column: 2;
    }
}
/* === 功能foot === */
.ucg-performance-banner {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 90%);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ucg-performance-banner * {
  margin: 0;
  padding: 0;
}
.ucg-performance-inner {
  max-width: var(--qdzrt-shell-wide);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.ucg-right {
  flex: 1 1 500px;
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
.ucg-right {
      justify-content: center;
      border-left: none;
      padding-left: 0;
    }
}
.b2b-wide-proof-wrapper {
  font-family: "Inter", sans-serif;
  background: #f8fafc;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.b2b-inner-container {
  max-width: var(--qdzrt-shell-wide);
  margin: 0 auto;
  padding: 0 20px;
}
.b2b-logo-marquee {
  overflow: hidden;
  margin: 28px 0 36px;
}
.b2b-logo-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.b2b-logo-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: rgba(15, 23, 42, 0.04);
  border-radius: 6px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  transition: all 0.2s ease;
}
.b2b-logo-item:hover {
  background: rgba(0, 153, 153, 0.08);
  border-color: rgba(0, 153, 153, 0.3);
  color: #008080;
}
.b2b-card-stars {
  color: #facc15;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.b2b-card-quote {
  font-size: 15px;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: normal;
  min-height: 60px;
  position: relative;
  z-index: 1;
}
.b2b-card-client {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.b2b-client-avatar {
  width: 45px;
  height: 45px;
  background: #5ca3a3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.b2b-client-info h4 {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #0f172a;
  font-weight: 600;
}
.b2b-client-info p {
  margin: 0;
  font-size: 12px;
  color: #475569;
}
