/* 企业官网 v2 */
:root {
  --primary: #ff8e21;
  --primary-dark: #e67e1f;
  --accent: #ff8e21;
  --text: #333;
  --light: #f5f7fa;
}

body { color: var(--text); }
:root {
  --site-header-h: 76px;
}
/* 全站顶栏贴顶固定（与首页一致） */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
}
#site-header .top-navbar {
  position: relative;
  z-index: 1100;
}
#site-header .top-navbar .navbar,
#site-header .top-navbar .navbar.bg-light {
  position: relative !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff !important;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
body.page-home,
body.page-home-yami,
body.page-hero-nav { padding-top: 0; }
body:not(.page-home):not(.page-home-yami):not(.page-hero-nav) { padding-top: var(--site-header-h); }
body.page-home-yami .yami-footer { margin-top: 0; }
.site-header .navbar-brand .site-logo,
.top-navbar .navbar-brand .site-logo {
  max-height: 44px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
}
.site-header .navbar-brand.site-logo-link,
.top-navbar .navbar-brand.site-logo-link {
  max-width: 240px;
}
/* 顶栏导航：悬停/选中统一为下划线，禁用 Bootstrap 背景块 */
.top-navbar .navbar-light .navbar-nav > .nav-item:not(.nav-item-lang) > .nav-link {
  color: #333;
  background-color: transparent !important;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none !important;
  padding: 8px 16px 6px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.top-navbar .navbar-light .navbar-nav > .nav-item:not(.nav-item-lang) > .nav-link:hover,
.top-navbar .navbar-light .navbar-nav > .nav-item:not(.nav-item-lang) > .nav-link:focus {
  color: var(--primary) !important;
  background-color: transparent !important;
  border-bottom-color: var(--primary);
  outline: none;
}
.top-navbar .navbar-light .navbar-nav > .nav-item.active > .nav-link,
.top-navbar .navbar-light .navbar-nav > .nav-item.active > .nav-link:hover,
.top-navbar .navbar-light .navbar-nav > .nav-item.active > .nav-link:focus {
  color: var(--primary) !important;
  font-weight: 600;
  background-color: transparent !important;
  border-bottom-color: var(--primary);
}

.nav-search-form input { min-width: 140px; }

/* 顶栏产品搜索 */
.nav-item-search {
  position: relative;
  margin-left: 0.35rem;
  display: flex;
  align-items: center;
}
.nav-search-toggle {
  border: none;
  background: transparent;
  color: #666;
  padding: 8px 10px 6px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-search-toggle:hover,
.nav-search-toggle:focus {
  color: var(--primary);
  border-bottom-color: var(--primary);
  outline: none;
  box-shadow: none;
}
.nav-search-form {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 35, 52, 0.14);
  min-width: min(320px, calc(100vw - 2rem));
  z-index: 1200;
  align-items: center;
  gap: 0.35rem;
}
.nav-item-search.is-open .nav-search-form {
  display: flex;
}
.nav-search-form__input {
  flex: 1;
  min-width: 0;
  border: 1px solid #d8dee6;
  border-radius: 6px;
  padding: 0.45rem 0.65rem;
  font-size: 14px;
  line-height: 1.4;
}
.nav-search-form__input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 2px rgba(31, 158, 215, 0.15);
}
.nav-search-form__submit {
  border: none;
  background: var(--primary);
  color: #fff;
  border-radius: 6px;
  padding: 0.48rem 0.7rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.nav-search-form__submit:hover,
.nav-search-form__submit:focus {
  background: var(--primary-dark);
  outline: none;
}

.site-footer.footer-area { background: transparent; }
.site-footer:not(.footer-area) { background: #1a1a2e; color: #ccc; }
.site-footer a { color: #fff; }
.copyright-bar { background: #111; padding: 1rem 0; font-size: 0.9rem; }

/* 满屏轮播 */
.cover-slides.fullscreen-slides {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 480px;
  overflow: hidden;
}
.cover-slides.fullscreen-slides .slides-container,
.cover-slides.fullscreen-slides .slides-container li {
  width: 100%;
  height: 100vh;
  min-height: 480px;
}
.cover-slides.fullscreen-slides .slides-container li {
  background-size: cover;
  background-position: center;
  position: relative;
}
.cover-slides.fullscreen-slides .slides-container li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.cover-slides .overlay-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}
.cover-slides .slides-container .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.cover-slides h1 { font-size: 2.8rem; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.cover-slides p { font-size: 1.2rem; }

.page-hero {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 106, 144, 0.85) 0%, rgba(31, 158, 215, 0.7) 100%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: 2.4rem; font-weight: 700; }

.section-pad { padding: 4rem 0; }
.section-title { text-align: center; margin-bottom: 2.5rem; }
.section-title h2 { font-weight: 700; color: var(--primary); }
.intro-block { background: var(--light); }
.partners-logos img { max-height: 64px; width: auto; object-fit: contain; filter: grayscale(20%); transition: .3s; }
.partners-logos img:hover { filter: none; transform: scale(1.05); }

/* 首页分类入口 */
.home-cat-card {
  display: block;
  text-align: center;
  padding: 2rem 1rem;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  color: var(--primary);
  text-decoration: none;
  transition: .25s;
  height: 100%;
}
.home-cat-card:hover {
  text-decoration: none;
  color: var(--accent);
  border-color: var(--primary);
  box-shadow: 0 10px 28px rgba(13, 71, 161, .12);
  transform: translateY(-4px);
}
.home-cat-card i { font-size: 2.2rem; margin-bottom: .75rem; display: block; }
.home-cat-quick a { text-decoration: none; color: inherit; }

/* 产品筛选按钮（首页 + 产品列表页） */
.home-product-filters button,
.product-filters.home-product-filters button {
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
  padding: .4rem 1.2rem;
  margin: .25rem;
  border-radius: 24px;
  cursor: pointer;
  transition: .2s;
}
.home-product-filters button.active,
.home-product-filters button:hover,
.product-filters.home-product-filters button.active,
.product-filters.home-product-filters button:hover {
  background: var(--primary);
  color: #fff;
}

/* 内页 Banner（产品 / 软件 / 解决方案等） */
body.page-products .products-hero,
body.page-software .products-hero,
body.page-solutions .products-hero,
body.page-solution-detail .products-hero,
body.page-about .products-hero,
body.page-contact .products-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 25vw, 480px);
  display: flex;
  align-items: center;
}

body.page-products .products-hero__bg,
body.page-software .products-hero__bg,
body.page-solutions .products-hero__bg,
body.page-solution-detail .products-hero__bg,
body.page-about .products-hero__bg,
body.page-contact .products-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

body.page-products .products-hero__inner,
body.page-software .products-hero__inner,
body.page-solutions .products-hero__inner,
body.page-solution-detail .products-hero__inner,
body.page-about .products-hero__inner,
body.page-contact .products-hero__inner {
  position: relative;
  z-index: 2;
  padding: 2.5rem 15px 2.75rem;
  max-width: 640px;
}

body.page-products .products-hero__eyebrow,
body.page-software .products-hero__eyebrow,
body.page-solutions .products-hero__eyebrow,
body.page-solution-detail .products-hero__eyebrow,
body.page-about .products-hero__eyebrow,
body.page-contact .products-hero__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 0.5rem;
}

body.page-products .products-hero__title,
body.page-software .products-hero__title,
body.page-solutions .products-hero__title,
body.page-solution-detail .products-hero__title,
body.page-about .products-hero__title,
body.page-contact .products-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.65rem;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

body.page-products .products-hero__subtitle,
body.page-software .products-hero__subtitle,
body.page-solutions .products-hero__subtitle,
body.page-solution-detail .products-hero__subtitle,
body.page-about .products-hero__subtitle,
body.page-contact .products-hero__subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

body.page-products .products-hero__tags,
body.page-software .products-hero__tags,
body.page-solutions .products-hero__tags,
body.page-about .products-hero__tags,
body.page-contact .products-hero__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body.page-products .products-hero__tags li,
body.page-software .products-hero__tags li,
body.page-solutions .products-hero__tags li,
body.page-about .products-hero__tags li,
body.page-contact .products-hero__tags li {
  font-size: 0.875rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* 频道页 Hero：产品中心固定 480px，其余内页保留较高视觉区 */
body.page-products .products-hero {
  min-height: 360px;
  height: 480px;
  max-height: 480px;
  margin-top: 0;
}

body.page-software .products-hero,
body.page-solutions .products-hero,
body.page-about .products-hero,
body.page-contact .products-hero {
  min-height: 420px;
  height: min(72vh, 720px);
  margin-top: 0;
}

body.page-products .products-hero__bg {
  background-position: 68% center;
}

body.page-software .products-hero__bg,
body.page-solutions .products-hero__bg,
body.page-about .products-hero__bg,
body.page-contact .products-hero__bg {
  background-position: center center;
}

body.page-software .products-hero__bg {
  background-position: 72% center;
}

body.page-solutions .products-hero__bg {
  background-position: 70% center;
}

body.page-about .products-hero__bg,
body.page-contact .products-hero__bg {
  background-position: 68% center;
}

body.page-products .products-hero__bg::after {
  background: linear-gradient(
    90deg,
    rgba(6, 30, 46, 0.94) 0%,
    rgba(6, 30, 46, 0.78) 34%,
    rgba(6, 30, 46, 0.35) 58%,
    rgba(6, 30, 46, 0.08) 100%
  );
}

body.page-software .products-hero__bg::after,
body.page-solutions .products-hero__bg::after,
body.page-contact .products-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 24, 36, 0.88) 0%, rgba(6, 24, 36, 0.55) 45%, rgba(6, 24, 36, 0.25) 100%);
  z-index: 1;
}

body.page-about .products-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 142, 33, 0.82) 0%, rgba(255, 142, 33, 0.50) 45%, rgba(255, 142, 33, 0.18) 100%);
  z-index: 1;
}

body.page-products .products-hero__inner,
body.page-software .products-hero__inner,
body.page-solutions .products-hero__inner,
body.page-about .products-hero__inner,
body.page-contact .products-hero__inner {
  padding: calc(var(--site-header-h, 76px) + 1.5rem) 15px 2rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  body.page-products .products-hero {
    min-height: 320px;
    height: 360px;
    max-height: 360px;
  }

  body.page-software .products-hero,
  body.page-solutions .products-hero,
  body.page-about .products-hero,
  body.page-contact .products-hero {
    min-height: 360px;
    height: min(60vh, 520px);
  }
  body.page-solution-detail .products-hero {
    min-height: 240px;
  }
  body.page-products .products-hero__title,
  body.page-software .products-hero__title,
  body.page-solutions .products-hero__title,
  body.page-solution-detail .products-hero__title,
  body.page-about .products-hero__title,
  body.page-contact .products-hero__title {
    font-size: 1.75rem;
  }
  body.page-products .products-hero__subtitle,
  body.page-software .products-hero__subtitle,
  body.page-solutions .products-hero__subtitle,
  body.page-solution-detail .products-hero__subtitle,
  body.page-about .products-hero__subtitle,
  body.page-contact .products-hero__subtitle {
    font-size: 0.95rem;
  }
  body.page-products .products-hero__bg,
  body.page-software .products-hero__bg,
  body.page-solutions .products-hero__bg,
  body.page-solution-detail .products-hero__bg,
  body.page-about .products-hero__bg,
  body.page-contact .products-hero__bg {
    background-position: 70% center;
  }
}

body.page-solution-detail .products-hero__inner {
  max-width: 900px;
}

body.page-products .products-section,
body.page-software .software-section,
body.page-solutions .solutions-section,
body.page-solution-detail .solution-detail-section,
body.page-about .about-section {
  padding: 2.5rem 0 3.5rem;
  background: #fff;
}

/* 关于我们 */
body.page-about .about-intro__img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(31, 158, 215, 0.15);
}

body.page-about .about-intro__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

body.page-about .about-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 1rem;
}

body.page-about .about-intro__content {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #555;
}

body.page-about .about-intro__content p {
  margin-bottom: 1rem;
}

body.page-about .about-contact-block {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e8ecf1;
}

/* legacy alias */
body.page-about .about-contact-panel .about-contact-cards {
  margin-top: 0;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.25rem;
}
body.page-about .about-contact-panel .about-contact-cards > [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-about .about-contact__lead {
  color: #777;
  margin: 0 0 2rem;
  font-size: 1rem;
}

body.page-about .about-contact-cards > [class*="col-"],
body.page-contact .contact-info-cards > [class*="col-"] {
  margin-bottom: 1.25rem;
}

body.page-about .about-contact-card,
body.page-contact .about-contact-card {
  height: 100%;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: #f8fbfd;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-about .about-contact-card:hover,
body.page-contact .about-contact-card:hover {
  border-color: rgba(31, 158, 215, 0.35);
  box-shadow: 0 8px 24px rgba(31, 158, 215, 0.1);
}

body.page-about .about-contact-card__icon,
body.page-contact .about-contact-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary, #ff8e21);
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

body.page-about .about-contact-card__label,
body.page-contact .about-contact-card__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #888;
  margin: 0 0 0.5rem;
  text-transform: none;
}

body.page-about .about-contact-card__value,
body.page-contact .about-contact-card__value {
  font-size: 1rem;
  color: #222;
  margin: 0;
  line-height: 1.6;
  word-break: break-word;
}

body.page-about .about-contact-card__value a,
body.page-contact .about-contact-card__value a {
  color: var(--primary, #ff8e21);
  text-decoration: none;
}

body.page-about .about-contact-card__value a:hover,
body.page-contact .about-contact-card__value a:hover {
  text-decoration: underline;
}

body.page-about .about-email-stack,
body.page-contact .about-email-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

body.page-about .about-email-stack a,
body.page-contact .about-email-stack a {
  display: block;
  line-height: 1.45;
  word-break: break-all;
}

body.page-about .about-contact-panel__cta {
  margin-top: 2rem;
  margin-bottom: 0;
}

body.page-about .about-contact-panel__cta .btn {
  border-color: var(--primary, #ff8e21);
  color: var(--primary, #ff8e21);
  padding-left: 2rem;
  padding-right: 2rem;
}

body.page-about .about-contact-panel__cta .btn:hover {
  background: var(--primary, #ff8e21);
  color: #fff;
}

body.page-about .about-contact__cta {
  margin-top: 2rem;
}

body.page-about .about-contact__cta .btn {
  border-color: var(--primary, #ff8e21);
  color: var(--primary, #ff8e21);
  padding-left: 2rem;
  padding-right: 2rem;
}

body.page-about .about-contact__cta .btn:hover {
  background: var(--primary, #ff8e21);
  color: #fff;
}

/* 关于我们 — 版块标题 */
body.page-about .about-section-head {
  margin-bottom: 2rem;
}

body.page-about .about-section-head__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.5rem;
}

body.page-about .about-section-head__subtitle {
  font-size: 1rem;
  color: #777;
  margin: 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* 1. 荣誉证书轮播 */
body.page-about .about-certs-section {
  padding: 3rem 0 3.5rem;
  background: linear-gradient(135deg, #0a6b7a 0%, #0d8fa3 45%, #12a8be 100%);
  position: relative;
  overflow: hidden;
}

body.page-about .about-certs-section .about-section-head__title,
body.page-about .about-certs-section .about-section-head__subtitle {
  color: #fff;
}

body.page-about .about-certs-section .about-section-head__subtitle {
  color: rgba(255, 255, 255, 0.82);
}

body.page-about .about-certs-carousel-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 52px;
}

body.page-about .about-certs-swiper {
  overflow: hidden;
  padding: 0.5rem 0 1rem;
}

body.page-about .about-certs-slide {
  display: block;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-about .about-certs-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

body.page-about .about-certs-slide img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
  background: #fafafa;
  padding: 8px;
}

body.page-about .about-certs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 4px;
  background: rgba(30, 40, 50, 0.75);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

body.page-about .about-certs-nav:hover {
  background: rgba(20, 30, 40, 0.92);
}

body.page-about .about-certs-nav--prev { left: 0; }
body.page-about .about-certs-nav--next { right: 0; }

/* 2. 合作伙伴网格 */
body.page-about .about-partners-section {
  padding: 3.5rem 0;
  background: #f8fafc;
}

body.page-about .about-partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem 1.5rem;
  align-items: center;
}

body.page-about .about-partners-grid__item {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  color: inherit;
}

body.page-about .about-partners-grid__item:hover {
  border-color: rgba(31, 158, 215, 0.35);
  box-shadow: 0 6px 20px rgba(31, 158, 215, 0.1);
}

body.page-about .about-partners-grid__item img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(15%);
  transition: filter 0.25s ease;
}

body.page-about .about-partners-grid__item:hover img {
  filter: none;
}

/* 3. 发展历史 — 横向滚动（2014 → 2026 从左到右，自动向左滚动） */
body.page-about .about-timeline-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 2.5rem -15px 0;
  padding: 0 15px;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  direction: ltr;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

body.page-about .about-timeline-scroll-wrap--auto {
  overflow-x: hidden;
  scrollbar-width: none;
}

body.page-about .about-timeline-scroll-wrap--auto::-webkit-scrollbar {
  display: none;
}

body.page-about .about-timeline-scroll {
  overflow: visible;
  padding: 1.5rem 0 2rem;
  direction: ltr;
}

body.page-about .about-timeline-scroll--ready {
  overflow: visible;
}

body.page-about .about-timeline-scroll__track {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  min-width: min-content;
  padding: 0 1rem 0.5rem;
  position: relative;
  direction: ltr;
}

body.page-about .about-timeline-scroll__track--loop {
  flex-wrap: nowrap;
}

body.page-about .about-timeline-scroll__track::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2.65rem;
  height: 3px;
  background: linear-gradient(90deg, var(--primary, #ff8e21), #5ec4e8);
  border-radius: 2px;
  z-index: 0;
}

body.page-about .about-timeline-scroll__item {
  flex: 0 0 220px;
  width: 220px;
  padding: 0 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

body.page-about .about-timeline-scroll__year {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary, #ff8e21);
  margin-bottom: 0.75rem;
}

body.page-about .about-timeline-scroll__dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 0.85rem;
  background: var(--primary, #ff8e21);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--primary, #ff8e21);
}

body.page-about .about-timeline-scroll__text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #555;
  margin: 0;
  text-align: left;
}

body.page-about .about-certs-slide img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
  border-radius: 6px;
}

body.page-about .about-map-embed {
  border-radius: 10px;
  overflow: hidden;
  min-height: 360px;
  background: #eef4f8;
}

body.page-about .about-map-embed iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

body.page-about .about-history-section {
  padding: 3.5rem 0 4rem;
  background: #fff;
}

/* 旧时间轴样式保留兼容 */
body.page-about .about-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  margin: 2.5rem auto 0;
  padding: 80px 0 80px;
}

body.page-about .about-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary, #ff8e21), #5ec4e8);
  transform: translateY(-50%);
  border-radius: 2px;
}

body.page-about .about-timeline__item {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 0.75rem;
  max-width: 240px;
}

body.page-about .about-timeline__item--top {
  align-self: flex-start;
  padding-bottom: 0;
}

body.page-about .about-timeline__item--bottom {
  align-self: flex-end;
  padding-top: 0;
}

body.page-about .about-timeline__year {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary, #ff8e21);
  margin: 0.5rem 0;
}

body.page-about .about-timeline__dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: var(--primary, #ff8e21);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--primary, #ff8e21);
  position: relative;
  z-index: 1;
}

body.page-about .about-timeline__text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

body.page-about .about-timeline__item--top .about-timeline__text {
  margin-bottom: 0.75rem;
}

body.page-about .about-timeline__item--bottom .about-timeline__text {
  margin-top: 0.75rem;
}

/* 4. 百度地图预留 */
body.page-about .about-map-section {
  padding: 3rem 0;
  background: #f0f4f8;
}

body.page-about .about-map-placeholder {
  min-height: 360px;
  background: #e2e8f0;
  border: 2px dashed #b8c5d4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-about .about-map-placeholder__inner {
  text-align: center;
  padding: 2rem;
  color: #64748b;
}

body.page-about .about-map-placeholder__inner .fa {
  font-size: 2.5rem;
  color: var(--primary, #ff8e21);
  margin-bottom: 1rem;
}

body.page-about .about-map-placeholder__title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: #475569;
}

body.page-about .about-map-placeholder__addr {
  font-size: 0.95rem;
  margin: 0;
  color: #64748b;
}

/* 联系我们（新面板） */
body.page-about .about-contact-section {
  padding: 3rem 0 4rem;
  background: #fff;
}

body.page-about .about-contact-panel {
  background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 2.5rem 2rem 2rem;
  box-shadow: 0 12px 40px rgba(31, 158, 215, 0.08);
}

body.page-about .about-contact-panel__lead {
  color: #777;
  margin: 0 0 2rem;
  font-size: 1rem;
}

body.page-about .about-contact-panel__cta {
  margin-top: 2rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body.page-about .about-partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body.page-about .about-timeline {
    flex-direction: column;
    padding: 0;
    max-width: 520px;
  }

  body.page-about .about-timeline::before {
    left: 20px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    transform: none;
  }

  body.page-about .about-timeline__item {
    flex: none;
    max-width: none;
    text-align: left;
    padding: 0 0 2rem 48px;
    align-self: stretch !important;
  }

  body.page-about .about-timeline__item--top,
  body.page-about .about-timeline__item--bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 0.75rem;
    align-items: center;
  }

  body.page-about .about-timeline__dot {
    grid-row: 1 / span 2;
    grid-column: 1;
    margin: 0;
    position: absolute;
    left: 13px;
  }

  body.page-about .about-timeline__item {
    position: relative;
  }

  body.page-about .about-timeline__year {
    grid-column: 2;
    margin: 0;
  }

  body.page-about .about-timeline__text {
    grid-column: 2;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  body.page-about .about-certs-carousel-wrap {
    padding: 0 40px;
  }

  body.page-about .about-certs-slide img {
    height: 220px;
  }

  body.page-about .about-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  body.page-about .about-contact-panel {
    padding: 1.75rem 1.25rem 1.5rem;
  }

  body.page-about .about-contact-panel .about-contact-cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* 解决方案列表 */
body.page-solutions .solutions-intro__text {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #555;
}

body.page-solutions .solutions-intro__text p {
  margin: 0;
}

body.page-solutions .solution-list__item {
  margin-bottom: 1.75rem;
}

body.page-solutions .solution-list-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

body.page-solutions .solution-list-card:hover {
  border-color: rgba(31, 158, 215, 0.35);
  box-shadow: 0 12px 32px rgba(31, 158, 215, 0.12);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}

body.page-solutions .solution-list-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f4f8;
}

body.page-solutions .solution-list-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

body.page-solutions .solution-list-card:hover .solution-list-card__img img {
  transform: scale(1.04);
}

body.page-solutions .solution-list-card__body {
  padding: 1.35rem 1.5rem 1.5rem;
}

body.page-solutions .solution-list-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

body.page-solutions .solution-list-card__summary {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #666;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-solutions .solution-list-card__more {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary, #ff8e21);
}

/* 解决方案详情（参考标富官网文章式排版） */
body.page-solution-detail .site-breadcrumb-wrap {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #888;
}

body.page-solution-detail .solution-detail-article__cover {
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(31, 158, 215, 0.12);
}

body.page-solution-detail .solution-detail-article__cover img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
}

body.page-solution-detail .solution-detail-article__content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}

body.page-solution-detail .solution-detail-article__content p {
  margin-bottom: 1.25rem;
  text-align: justify;
}

body.page-solution-detail .solution-detail-article__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary, #ff8e21);
  margin: 2rem 0 1rem;
}

body.page-solution-detail .solution-detail-article__content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

body.page-solution-detail .solution-detail-article__content li {
  margin-bottom: 0.5rem;
}

/* 软件服务页：简介 + 图文列表 */
body.page-software .software-intro__text {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #555;
}

body.page-software .software-intro__text p {
  margin: 0;
}

body.page-software .software-list {
  margin-bottom: 2.5rem;
}

body.page-software .software-item {
  margin-bottom: 3rem;
}

body.page-software .software-item:last-child {
  margin-bottom: 0;
}

body.page-software .software-item__img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(31, 158, 215, 0.15);
  margin-bottom: 1.25rem;
}

body.page-software .software-item__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.page-software .software-item__body {
  padding: 0.5rem 0 0.5rem 1rem;
}

body.page-software .software-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.75rem;
}

body.page-software .software-item__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.1em;
  margin-right: 0.6rem;
  vertical-align: -0.1em;
  background: var(--primary, #ff8e21);
  border-radius: 2px;
}

body.page-software .software-item__desc {
  font-size: 1rem;
  line-height: 1.85;
  color: #666;
  margin: 0;
}

body.page-software .software-foot {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e8ecf1;
  color: #666;
  font-size: 1rem;
}

body.page-software .software-foot .btn {
  margin-top: 1rem;
  border-color: var(--primary, #ff8e21);
  color: var(--primary, #ff8e21);
}

body.page-software .software-foot .btn:hover {
  background: var(--primary, #ff8e21);
  color: #fff;
}

@media (min-width: 992px) {
  body.page-software .software-item__body {
    padding: 1rem 1.5rem;
  }
  body.page-software .software-item--reverse .software-item__body {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  body.page-software .software-item__img {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.page-software .software-item__body {
    padding-left: 0;
  }
  body.page-software .software-item__title {
    font-size: 1.3rem;
  }
}

body.page-products .products-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8ecf1;
}

body.page-products .product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

body.page-products .products-count {
  color: #888;
  font-size: 0.95rem;
  white-space: nowrap;
}

body.page-products .product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

body.page-products .product-grid-item {
  margin-bottom: 1.75rem;
  padding-left: 15px;
  padding-right: 15px;
}

body.page-products .product-list-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

body.page-products .product-list-card:hover {
  text-decoration: none;
  color: inherit;
  border-color: var(--primary);
  box-shadow: 0 12px 28px rgba(31, 158, 215, 0.15);
  transform: translateY(-4px);
}

body.page-products .product-list-card__img {
  background: #f8fafc;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.page-products .product-list-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  transition: transform 0.35s ease;
}

body.page-products .product-list-card:hover .product-list-card__img img {
  transform: scale(1.04);
}

body.page-products .product-list-card__body {
  padding: 1rem 1.1rem 1.15rem;
}

body.page-products .product-list-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 0.4rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-products .product-list-card__summary {
  font-size: 0.875rem;
  color: #777;
  margin: 0 0 0.65rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

body.page-products .product-list-card__price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
}

body.page-products .products-pagination-wrap {
  margin-top: 0.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e8ecf1;
  clear: both;
}

.products-pagination-wrap .pagination .page-link {
  color: var(--primary);
  border-color: #dee2e6;
  min-width: 42px;
  text-align: center;
}
.products-pagination-wrap .pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.products-pagination-wrap .pagination .page-link:hover {
  background: var(--brand-light, #e8f6fc);
  border-color: var(--primary);
}

/* 滚动显现 */
.home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.home-reveal.is-visible {
  opacity: 1;
  transform: none;
}

#home-products .gallery-single {
  border-radius: 8px;
  overflow: hidden;
  transition: .3s;
}
#home-products .why-text {
  padding: 1rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-products .gallery-single { position: relative; }
#home-products .gallery-single img { width: 100%; height: 220px; object-fit: cover; display: block; }

.product-card-link { text-decoration: none; color: inherit; display: block; }
.product-card-link:hover .gallery-single { box-shadow: 0 8px 24px rgba(0,0,0,.12); transform: translateY(-4px); transition: .3s; }

.detail-gallery img { width: 100%; margin-bottom: 1rem; border-radius: 8px; }
.detail-main-swiper { margin-bottom: 2rem; }
.solution-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: .3s;
  display: block;
  color: inherit;
  text-decoration: none;
}
.solution-card:hover { box-shadow: 0 8px 20px rgba(0,0,0,.1); transform: translateY(-3px); }
.solution-card img { width: 100%; height: 200px; object-fit: cover; }
.solution-card .card-body { padding: 1.25rem; }

.search-result-item {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.search-result-item a { font-weight: 600; color: var(--primary); }

/* 产品详情页轮播 - 品牌色设计 */
.page-hero--detail, 
body.page-product-detail .page-hero--detail, 
body.page-product-detail .page-hero--detail::before {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.product-main-swiper { 
  width: 100%; 
  border-radius: 12px; 
  overflow: hidden; 
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.product-main-swiper .swiper-slide { 
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-main-swiper .swiper-slide img { 
  width: 100%; 
  height: 480px; 
  object-fit: contain; 
  padding: 20px;
}
.product-main-swiper .swiper-button-prev,
.product-main-swiper .swiper-button-next { 
  color: var(--brand);
  background: rgba(255,255,255,0.9);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.product-main-swiper .swiper-button-prev:hover,
.product-main-swiper .swiper-button-next:hover {
  background: var(--brand);
  color: #fff;
}
.product-main-swiper .swiper-button-prev:after,
.product-main-swiper .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}
.product-main-swiper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.6;
  width: 10px;
  height: 10px;
}
.product-main-swiper .swiper-pagination-bullet-active {
  background: var(--brand);
  opacity: 1;
}
.d-none { display: none !important; }
.site-breadcrumb { background: transparent; padding: 0; }
.site-breadcrumb .breadcrumb { background: #f8f9fa; padding: 0.75rem 1rem; border-radius: 6px; }

@media (max-width: 991px) {
  .product-main-swiper .swiper-slide img { height: 260px; }
  .cover-slides h1 { font-size: 1.8rem; }
  .nav-search-item,
  .nav-item-search { margin-top: 0.5rem; width: 100%; }
  .nav-search-form {
    position: static;
    display: none;
    width: 100%;
    margin-top: 0.35rem;
    box-shadow: none;
    border: 1px solid #e8edf2;
  }
  .nav-item-search.is-open .nav-search-form { display: flex; }
  .nav-search-form input,
  .nav-search-form__input { flex: 1; min-width: 0; }
}

/* 联系我们页 */
body.page-contact .contact-section {
  padding: 2.5rem 0 3.5rem;
  background: linear-gradient(180deg, #f0f7fb 0%, #fff 28%);
}

body.page-contact .contact-lead {
  max-width: 720px;
  margin: 0 auto 2.25rem;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #555;
}

body.page-contact .contact-info-cards {
  margin-bottom: 2rem;
}

body.page-contact .contact-layout {
  align-items: stretch;
}

body.page-contact .contact-hours-panel {
  height: 100%;
  padding: 1.5rem 1.35rem;
  background: linear-gradient(145deg, #e67e1f 0%, #ff8e21 100%);
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 12px 32px rgba(255, 142, 33, 0.25);
}

body.page-contact .contact-hours-panel__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.page-contact .contact-hours-panel__title i {
  opacity: 0.9;
}

body.page-contact .contact-work-hours {
  font-size: 0.9375rem;
  line-height: 1.85;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

body.page-contact .contact-form-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 16px 40px rgba(31, 158, 215, 0.08);
}

body.page-contact .contact-form-card__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 0.35rem;
}

body.page-contact .contact-form-card__desc {
  font-size: 0.9375rem;
  color: #888;
  margin: 0 0 1.5rem;
}

body.page-contact #contact-form .form-group label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 0.35rem;
}

body.page-contact #contact-form .form-control {
  border-radius: 8px;
  border-color: #dde4ea;
  padding: 0.55rem 0.85rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-contact #contact-form .form-control:focus {
  border-color: var(--primary, #ff8e21);
  box-shadow: 0 0 0 3px rgba(31, 158, 215, 0.15);
}

body.page-contact #contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

body.page-contact #contact-form .input-group-text {
  background: #f8fbfd;
  border-color: #dde4ea;
  font-weight: 600;
  color: var(--primary, #ff8e21);
  min-width: 3.5rem;
  justify-content: center;
}

body.page-contact #contact-form .btn-refresh-captcha {
  border-color: #dde4ea;
  color: #666;
}

body.page-contact #contact-form .btn-refresh-captcha:hover {
  color: var(--primary, #ff8e21);
  border-color: var(--primary, #ff8e21);
}

body.page-contact #contact-form [type="submit"] {
  min-width: 160px;
  padding: 0.65rem 2rem;
  font-weight: 600;
  border-radius: 999px;
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  body.page-contact .contact-hours-panel {
    margin-bottom: 1.5rem;
  }
}

body.page-product-detail .product-video-wrap {
  max-width: 960px;
}

body.page-product-detail .product-video-embed iframe,
body.page-product-detail #detail-video {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #000;
}

/* Product detail: launch date, code, availability */
.detail-meta-extra {
  padding: 1rem 1.25rem;
  background: #f8fbfd;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
}
.detail-meta-extra p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}
.detail-meta-extra .detail-launch-date {
  color: var(--primary, #ff8e21);
  font-weight: 500;
}
.detail-meta-extra .btn-buy-amazon {
  background: #232f3e;
  border-color: #232f3e;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s;
}
.detail-meta-extra .btn-buy-amazon:hover {
  background: #37475a;
  border-color: #37475a;
  color: #fff;
}

/* 隐藏页面 banner 文字 */
body.page-about .products-hero__title,
body.page-about .products-hero__subtitle,
body.page-about .products-hero__eyebrow,
body.page-about .products-hero__tags,
body.page-products .products-hero__title,
body.page-products .products-hero__subtitle,
body.page-products .products-hero__eyebrow,
body.page-products .products-hero__tags,
body.page-solutions .products-hero__title,
body.page-solutions .products-hero__subtitle,
body.page-solutions .products-hero__eyebrow,
body.page-solutions .products-hero__tags,
body.page-contact .products-hero__title,
body.page-contact .products-hero__subtitle,
body.page-contact .products-hero__eyebrow,
body.page-contact .products-hero__tags {
  display: none !important;
}

/* 隐藏 banner 渐变遮罩 */
body.page-about .products-hero::before,
body.page-about .products-hero::after,
body.page-products .products-hero::before,
body.page-products .products-hero::after,
body.page-solutions .products-hero::before,
body.page-solutions .products-hero::after,
body.page-contact .products-hero::before,
body.page-contact .products-hero::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* 隐藏 products-hero__bg 的 after 伪元素 */
body.page-about .products-hero__bg::before,
body.page-about .products-hero__bg::after,
body.page-contact .products-hero__bg::before,
body.page-contact .products-hero__bg::after,
body.page-products .products-hero__bg::before,
body.page-products .products-hero__bg::after,
body.page-solutions .products-hero__bg::before,
body.page-solutions .products-hero__bg::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}
