/*
Theme Name: Hanglian Enterprise
Theme URI: https://example.com/
Author: Hanglian
Author URI: https://example.com/
Description: A WordPress enterprise CMS theme for product, solution, case and news publishing.
Version: 1.2.5
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: hanlian-enterprise
*/

:root {
  --ink: #121826;
  --muted: #667085;
  --line: #d7dde7;
  --panel: #ffffff;
  --soft: #f4f6f8;
  --brand: #0f6b63;
  --brand-strong: #0a4f49;
  --accent: #b56b2a;
  --accent-soft: #fff5eb;
  --steel: #223143;
  --deep: #0b111c;
  --shadow: 0 20px 55px rgba(15, 23, 42, .14);
}

/* GEO/SEO knowledge blocks */
.home-geo-knowledge,
.home-geo-faq {
  background: #f7fbfa;
}

.compact-heading {
  margin-bottom: 26px;
}

.geo-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.geo-knowledge-card,
.geo-faq-item,
.geo-intro-panel,
.news-article-points {
  border: 1px solid rgba(20, 127, 111, .16);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 60, 53, .07);
}

.geo-knowledge-card {
  padding: 24px 24px 22px;
}

.geo-knowledge-card span,
.geo-intro-panel span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--brand-strong);
  font-size: 13px;
  font-weight: 800;
}

.geo-knowledge-card h3,
.geo-faq-item h3,
.geo-intro-panel h2,
.news-article-points h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.geo-knowledge-card p,
.geo-faq-item p,
.geo-intro-panel p,
.news-article-points p,
.news-article-points li {
  margin: 0;
  color: #4d5d5a;
  font-size: 15px;
  line-height: 1.9;
}

.geo-knowledge-card p + p,
.geo-intro-panel p + p {
  margin-top: 8px;
}

.geo-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.geo-faq-item {
  padding: 22px 24px;
}

.geo-faq-item h3 {
  font-size: 18px;
}

.geo-intro-panel {
  margin: 0 0 28px;
  padding: 20px 24px;
}

.news-geo-intro {
  margin-top: -6px;
  margin-bottom: 30px;
}

.news-article-points {
  margin: 28px 0 0;
  padding: 24px 26px;
}

.news-article-points ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.news-article-points a {
  color: var(--brand-strong);
  font-weight: 800;
}

.product-detail-note {
  margin: 0 0 14px;
  padding: 14px 16px;
  border-left: 3px solid var(--brand);
  background: #f2faf7;
  color: #405653;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .geo-knowledge-grid,
  .geo-faq-list {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .91);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-bar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--steel));
  font-weight: 900;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu a {
  display: block;
  padding: 9px 12px;
  border-radius: 6px;
  color: #344054;
  font-size: 15px;
}

.site-menu a:hover {
  background: var(--soft);
  color: var(--brand-strong);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  box-shadow: 0 12px 28px rgba(15, 107, 99, .22);
}

.button.secondary {
  background: #fff;
  color: var(--brand-strong);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(181, 107, 42, .22), transparent 32%),
    linear-gradient(115deg, rgba(11, 17, 28, .96), rgba(15, 107, 99, .88) 56%, rgba(11, 17, 28, .96)),
    url("assets/hero-pattern.svg");
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 48px;
  align-items: center;
  min-height: 600px;
  padding: 56px 0 44px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: #b9f7ef;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow.dark {
  color: var(--brand-strong);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  margin: 24px 0 0;
  color: #edf6f4;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  color: #dcefeb;
  font-size: 13px;
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38);
}

.hero-visual::after {
  position: absolute;
  inset: auto 8% -34px 8%;
  z-index: -1;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .40);
  filter: blur(28px);
  content: "";
}

.hero-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.metric {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .11);
  backdrop-filter: blur(10px);
}

.metric strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.metric span {
  color: #d7fffa;
}

.section {
  padding: 76px 0;
  background: #fff;
}

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

.trust-strip {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid div {
  padding: 16px 18px;
  border-left: 2px solid var(--accent);
  background: #fbfcfd;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  color: var(--muted);
  font-size: 14px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.18;
  letter-spacing: 0;
}

.section-head p {
  max-width: 560px;
  margin: 8px auto 0;
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.content-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.content-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  transition: .2s ease;
}

.content-card .type {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.dark-section {
  background:
    linear-gradient(135deg, rgba(11, 17, 28, .97), rgba(34, 49, 67, .95)),
    url("assets/hero-pattern.svg");
  color: #fff;
}

.dark-section .section-head p {
  color: #cbd5e1;
}

.dark-section .content-card {
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.dark-section .content-card p {
  color: #d7dee8;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.content-card h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.content-card p {
  margin: 0;
  color: var(--muted);
}

.product-category-cards {
  margin-bottom: 26px;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.catalogue-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalogue-panel h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.25;
}

.catalogue-series {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.catalogue-series h4 {
  margin: 0 0 12px;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.35;
}

.model-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.model-list a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid #cdd6e3;
  border-radius: 6px;
  padding: 5px 9px;
  background: #f8fafc;
  color: #27364a;
  font-size: 13px;
  font-weight: 700;
}

.model-list a:hover {
  border-color: var(--brand);
  color: var(--brand-strong);
}

.section-actions {
  margin-top: 28px;
}

.category-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-overview-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}

.category-overview-title {
  display: block;
  padding: 24px 24px 18px;
  border-bottom: 1px solid var(--line);
}

.category-overview-title span,
.series-card span {
  display: block;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.category-overview-title strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.25;
}

.category-overview-children {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 24px 24px;
}

.category-overview-children a,
.category-overview-children span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid #cdd6e3;
  border-radius: 6px;
  padding: 5px 9px;
  background: #f8fafc;
  color: #27364a;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

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

.product-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.product-sidebar {
  position: sticky;
  top: 96px;
  width: 100%;
  border-right: 4px solid #11c295;
  border-bottom: 4px solid #11c295;
  background: #fff;
}

.sidebar-title {
  padding: 30px 22px;
  background: var(--brand-strong);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.32;
}

.sidebar-group {
  border-bottom: 1px solid #edf2f0;
}

.sidebar-group:last-child {
  border-bottom: 0;
}

.sidebar-top {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  background: #08bf8b;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.38;
}

.sidebar-top span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #08bf8b;
  font-size: 20px;
  line-height: 1;
}

.sidebar-group.is-active .sidebar-top {
  color: #fff;
  background: var(--brand);
}

.sidebar-children {
  display: grid;
  gap: 0;
  padding: 14px 0 18px;
}

.sidebar-children a {
  display: block;
  overflow: visible;
  padding: 10px 8px 10px 14px;
  color: #7a6d6a;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.sidebar-children a:hover,
.sidebar-children a.is-current {
  background: #edf9f5;
  color: var(--brand-strong);
}

.archive-intro {
  max-width: 760px;
  margin: -8px 0 28px;
  color: var(--muted);
}

.series-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.series-card {
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.series-card strong {
  display: block;
  margin: 12px 0;
  font-size: 20px;
  line-height: 1.3;
}

.series-card em,
.product-tile em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.product-grid-9 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-tile {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.product-thumb {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.product-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.product-tile strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

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

.reference-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 34px;
}

.reference-section-title span {
  width: 44px;
  height: 4px;
  background: var(--brand);
}

.reference-section-title h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.1;
}

.home-product-title > span {
  display: none;
}

.home-product-title div {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.home-product-title small {
  display: block;
  color: #6b7280;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.home-product-title h2 {
  max-width: 900px;
  font-size: clamp(26px, 2.8vw, 36px);
}

.reference-section-title.compact {
  margin-bottom: 24px;
}

.reference-section-title.compact h2 {
  font-size: clamp(26px, 3vw, 34px);
}

.product-tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 58px;
}

.product-tab-nav a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand);
  border-radius: 6px;
  padding: 10px 24px;
  color: var(--brand-strong);
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}

.product-tab-nav a:hover,
.product-tab-nav a.is-active {
  background: var(--brand);
  color: #fff;
}

.home-product-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 44px;
}

.home-product-tabs button {
  min-width: 210px;
  min-height: 54px;
  border: 2px solid var(--brand);
  border-radius: 8px;
  padding: 8px 22px;
  background: #fff;
  color: var(--brand-strong);
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  font-weight: 900;
}

.home-product-tabs button.is-active,
.home-product-tabs button:hover {
  background: var(--brand);
  color: #fff;
}

.home-product-panel {
  display: none;
}

.home-product-panel.is-active {
  display: block;
}

.reference-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 28px;
  text-align: center;
}

.cndongya-product-layout .reference-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 22px;
}

.reference-product-card {
  display: grid;
  gap: 20px;
}

.home-product-switcher .reference-product-card {
  gap: 18px;
}

.reference-product-image {
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.home-product-switcher .reference-product-image {
  min-height: 250px;
  border: 1px solid #dfe8e4;
  border-radius: 6px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.reference-product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  transition: transform .25s ease;
}

.reference-product-card:hover img {
  transform: scale(1.04);
}

.home-product-switcher .reference-product-card:hover .reference-product-image {
  border-color: rgba(15, 107, 99, .42);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.reference-product-card strong {
  display: block;
  color: #3a3a3a;
  font-size: 20px;
  line-height: 1.28;
}

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

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

.catalog-product-main {
  min-width: 0;
}

.catalog-main-head {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.catalog-main-head h1 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
}

.catalog-main-head p {
  margin: 8px 0 0;
  color: var(--muted);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.pagination .page-numbers {
  min-width: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 7px 10px;
  text-align: center;
}

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

.empty-note {
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
}

.product-detail-page {
  background: #fff;
}

.product-detail-layout {
  align-items: start;
}

.cnd-product-detail {
  min-width: 0;
}

.product-detail-head {
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
}

.product-detail-head h1 {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.15;
  font-weight: 900;
}

.product-detail-series {
  margin: -2px 0 12px;
  color: var(--brand-dark);
  font-size: 17px;
  font-weight: 700;
}

.product-detail-head .breadcrumb {
  margin-bottom: 0;
  font-size: 16px;
}

.product-hero-panel {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cnd-product-summary {
  gap: 42px;
  border: 0;
  border-radius: 0;
  padding: 18px 10px 34px;
}

.product-gallery {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef2f6, #fff);
}

.cnd-product-summary .product-gallery {
  aspect-ratio: 1 / 1;
  min-height: 0;
  max-height: 430px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.product-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.cnd-product-summary .product-gallery img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  padding: 28px;
}

.cnd-product-summary .product-gallery img.product-main-image {
  width: 100%;
  height: 100%;
  max-height: none;
}

.gallery-logo-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: inline-flex;
  max-width: 116px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 79, 73, .16);
  border-radius: 3px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(17, 24, 39, .08);
}

.cnd-product-summary .product-gallery .gallery-logo-badge img {
  display: block;
  width: auto;
  max-width: 96px;
  height: 24px;
  max-height: 24px;
  aspect-ratio: auto;
  object-fit: contain;
}

.product-summary h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
}

.product-summary h2 {
  margin: 12px 0 28px;
  color: #111;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 900;
}

.cnd-feature-copy {
  color: #444;
  font-size: 18px;
  line-height: 1.85;
}

.cnd-feature-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 18px;
}

.cnd-feature-copy p {
  margin: 0;
}

.product-lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.product-meta-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-meta-list div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-meta-list span,
.product-meta-list strong {
  padding: 12px 14px;
  line-height: 1.45;
}

.product-meta-list span {
  background: #f4f7f6;
  color: var(--muted);
  font-size: 13px;
}

.product-meta-list strong {
  color: var(--ink);
  font-size: 14px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.feature-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cnd-product-actions {
  gap: 14px;
  margin-top: 24px;
}

.detail-contact-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  padding: 12px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.detail-contact-btn:hover {
  color: #fff;
  filter: brightness(.96);
}

.detail-contact-btn.email {
  background: #10a6bf;
}

.detail-contact-btn.spec {
  background: #d61f1f;
}

.detail-contact-btn span {
  font-size: 25px;
  line-height: 1;
}

.product-description-panel {
  margin-top: 34px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}

.product-description-tab {
  display: inline-flex;
  min-width: 170px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  border-top: 3px solid #555;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #fff;
  color: #555;
  font-size: 20px;
  font-weight: 800;
  transform: translateY(-1px);
}

.product-description-body {
  border-left: 1px solid #d9d9d9;
  padding: 54px 62px 42px;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.product-description-body h2 {
  margin: 0 0 22px;
  color: #555;
  font-size: 20px;
}

.product-description-body h3 {
  margin: 26px 0 18px;
  color: #333;
  font-size: 20px;
}

.product-detail-intro {
  margin: 0 0 24px;
  color: #4b5563;
}

.product-seo-summary {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  border-left: 4px solid var(--brand);
  padding: 18px 22px;
  background: #f5faf8;
  color: #3f4b57;
  line-height: 1.85;
}

.product-seo-summary p {
  margin: 0;
}

.detail-check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.detail-check-list li {
  position: relative;
  padding-left: 20px;
}

.detail-check-list li::before {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.application-grid span {
  border: 1px solid #dfe7e4;
  border-left: 4px solid var(--brand);
  padding: 13px 15px;
  background: #fbfdfc;
  color: #3f4b48;
  font-weight: 700;
  line-height: 1.45;
}

.product-spec-table {
  width: 100%;
  margin: 28px 0 20px;
  border-collapse: collapse;
  background: #fff;
}

.product-table-wrap {
  width: 100%;
  margin: 28px 0 20px;
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.product-table-wrap .product-spec-table {
  margin: 0;
  min-width: 680px;
}

.product-table-wrap .cnd-spec-table-equal {
  table-layout: fixed;
}

.product-spec-table th,
.product-spec-table td {
  border: 1px solid #ddd;
  padding: 14px 18px;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.product-spec-table th {
  width: 42%;
  background: #fbfbfb;
  font-weight: 700;
}

.cnd-spec-table th,
.cnd-spec-table td {
  width: auto;
  padding: 12px 14px;
  border-color: #d7d7d7;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.cnd-spec-table tr:first-child th,
.cnd-spec-table tr:first-child td,
.cnd-spec-table th {
  background: #f4f6f5;
  color: #263a36;
  font-weight: 800;
}

.cnd-spec-table td[rowspan],
.cnd-spec-table td[colspan] {
  background: #fbfcfb;
  font-weight: 700;
}

.product-source-image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 20px 0 30px;
}

.product-source-image-flow {
  display: grid;
  gap: 18px;
  margin: 20px 0 30px;
}

.product-source-image-flow h3 {
  margin: 8px 0 -2px;
}

.product-spec-figure {
  margin: 0;
  border: 1px solid #dfe7e4;
  background: #fff;
}

.product-spec-figure.source-layout {
  margin: 0 0 18px;
}

.product-spec-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.product-spec-figure.source-layout img {
  max-height: none;
  padding: 12px;
}

.product-image-placeholder {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(14, 105, 93, .08), rgba(255, 255, 255, .82)),
    #f7faf9;
  color: #28534d;
  text-align: center;
  font-weight: 800;
}

.product-spec-figure figcaption {
  padding: 10px 14px;
  border-top: 1px solid #e6ece9;
  color: #53605d;
  font-size: 14px;
  text-align: center;
}

.product-image-note {
  margin: -10px 0 18px;
  color: #53605d;
  line-height: 1.8;
}

.product-note-list {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 18px 20px;
  border: 1px solid #dfe7e4;
  border-left: 4px solid var(--brand);
  background: #fbfdfc;
  color: #414c49;
}

.product-note-list p {
  margin: 0;
  line-height: 1.8;
}

.product-note-ordered {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding-left: 22px;
}

.product-note-ordered li {
  padding-left: 4px;
  line-height: 1.75;
}

.product-inquiry-panel {
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
  background: #f7f9fc;
  scroll-margin-top: 24px;
}

.product-inquiry-panel:focus {
  outline: 3px solid rgba(15, 107, 99, .18);
  outline-offset: 4px;
}

.product-inquiry-panel h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.product-inquiry-panel p {
  margin: 0 0 20px;
  color: var(--muted);
}

.product-inquiry-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  background: transparent;
}

.product-inquiry-form textarea {
  grid-column: 1 / -1;
}

.related-products-section {
  border-radius: 0;
}

.detail-section {
  margin-top: 26px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-section h2 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.25;
}

.parameter-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.parameter-table.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parameter-table div {
  min-height: 86px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.parameter-table span,
.parameter-table strong {
  display: block;
}

.parameter-table span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.parameter-table strong {
  color: var(--ink);
  line-height: 1.35;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.detail-grid > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.notice-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

/* Trade-style layout inspired by the requested reference site. */
.site-header {
  position: relative;
  background: #fff;
  border-bottom: 0;
}

.top-info {
  border-top: 2px solid var(--brand);
  background: #f5f5f5;
  color: #888;
  font-size: 13px;
}

.top-info-inner,
.top-info-left,
.top-info-right,
.brand-strip-inner,
.brand-slogan,
.brand-hotline {
  display: flex;
  align-items: center;
}

.top-info-inner {
  min-height: 34px;
  justify-content: space-between;
  gap: 20px;
}

.top-info-left {
  min-width: 0;
}

.top-info-left span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-info-right {
  flex: 0 0 auto;
  gap: 10px;
}

.top-info-right a {
  color: #333;
}

.top-info-pipe {
  color: #d0d0d0;
}

.top-info-right .top-info-map {
  display: block;
  margin-left: 10px;
  padding: 0 22px;
  align-self: stretch;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  line-height: 34px;
}

.brand-strip {
  background: #fff;
}

.brand-strip-inner {
  min-height: 132px;
  justify-content: space-between;
  gap: 30px;
}

.qy-logo {
  flex: 0 0 420px;
  max-width: 420px;
}

.qy-logo img {
  width: 420px;
  height: auto;
  object-fit: contain;
}

.brand-slogan {
  flex: 1 1 auto;
  min-width: 300px;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 5px 30px;
  border-left: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  line-height: 1.45;
}

.brand-slogan strong {
  display: block;
  color: #333;
  font-size: 26px;
  line-height: 1.25;
}

.brand-slogan strong span {
  color: var(--brand);
}

.brand-hotline {
  flex: 0 0 auto;
  min-height: 48px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 58px;
  background: url('assets/qyrelay-tel.jpg') no-repeat 0 center / 44px 44px;
  color: #555;
  line-height: 1.1;
}

.brand-hotline strong {
  display: block;
  color: var(--brand);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
}

.nav-strip {
  background: var(--brand-strong);
  box-shadow: none;
}

.nav-strip .nav-bar {
  min-height: 58px;
}

.nav-strip nav {
  min-width: 0;
  flex: 1;
}

.nav-strip .site-menu {
  gap: 0;
}

.nav-strip .site-menu > li {
  position: relative;
}

.nav-strip .site-menu > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .28);
  transform: translateY(-50%);
}

.nav-strip .site-menu > li:last-child::after {
  display: none;
}

.nav-strip .site-menu a {
  color: #fff;
  border-radius: 0;
  padding: 18px 22px;
}

.nav-strip .site-menu > li > a:hover,
.nav-strip .site-menu > .current-menu-item > a,
.nav-strip .site-menu > .current-menu-ancestor > a,
.nav-strip .site-menu > .menu-item-has-children:hover > a,
.menu-has-dropdown:hover > a {
  background: rgba(0, 0, 0, .16);
}

.nav-strip .site-search {
  display: none;
}

.nav-strip .site-menu > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 4px solid rgba(255, 255, 255, .9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.site-menu .menu-item-has-children {
  position: relative;
}

.site-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: none;
  min-width: 220px;
  max-width: min(360px, calc(100vw - 32px));
  max-height: min(430px, calc(100vh - 170px));
  overflow-y: auto;
  margin: 0;
  padding: 8px;
  border: 1px solid #d8e1ec;
  background: #fff;
  box-shadow: var(--shadow);
  list-style: none;
}

.site-menu .sub-menu .sub-menu {
  top: -9px;
  left: 100%;
}

.site-menu .menu-item-has-children:hover > .sub-menu,
.site-menu .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.nav-strip .site-menu .sub-menu li {
  position: relative;
}

.nav-strip .site-menu .sub-menu li + li {
  border-top: 1px solid #edf1f4;
}

.nav-strip .site-menu .sub-menu a {
  overflow: hidden;
  padding: 10px 13px !important;
  background: transparent;
  color: #42505c !important;
  font-size: 14px !important;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-strip .site-menu .sub-menu a:hover,
.nav-strip .site-menu .sub-menu .current-menu-item > a,
.nav-strip .site-menu .sub-menu .current-menu-ancestor > a {
  background: #edf9f5 !important;
  color: var(--brand-strong) !important;
}

.nav-strip .site-menu .sub-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #7b8792;
  transform: translateY(-50%);
}

.menu-has-dropdown {
  position: relative;
}

.menu-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
  display: none;
  width: min(720px, calc(100vw - 32px));
  max-height: min(420px, calc(100vh - 170px));
  overflow-y: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid #d8e1ec;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-menu-dropdown {
  width: min(720px, calc(100vw - 32px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.news-menu-dropdown {
  width: 220px;
  max-height: none;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 8px;
  overflow: visible;
}

.news-menu-dropdown a {
  display: block;
  border-bottom: 1px solid #edf1f4;
  padding: 11px 14px !important;
  color: #42505c !important;
  font-size: 14px !important;
  line-height: 1.35;
}

.news-menu-dropdown a:last-child {
  border-bottom: 0;
}

.news-menu-dropdown a:hover {
  background: #edf9f5 !important;
  color: var(--brand-strong) !important;
}

.menu-has-dropdown:hover .menu-dropdown,
.menu-has-dropdown:focus-within .menu-dropdown {
  display: grid;
}

.dropdown-top {
  display: block;
  margin-bottom: 6px;
  border-radius: 4px;
  padding: 8px 10px !important;
  background: var(--brand);
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900;
  line-height: 1.25;
}

.nav-strip .site-menu .dropdown-top:hover {
  background: var(--brand);
  color: #fff !important;
}

.dropdown-group {
  min-width: 0;
}

.dropdown-children {
  display: grid;
  gap: 1px;
}

.dropdown-children a {
  overflow: hidden;
  padding: 5px 8px !important;
  color: #506070 !important;
  font-size: 13px !important;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-children a:hover {
  background: #edf9f5 !important;
  color: var(--brand-strong) !important;
}

.site-search {
  display: flex;
  width: 220px;
  flex: 0 0 220px;
  height: 38px;
  background: #fff;
}

.site-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 12px;
  outline: 0;
}

.site-search button {
  width: 44px;
  border: 0;
  background: #fff;
  color: var(--brand-strong);
  font-size: 20px;
  cursor: pointer;
}

.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 16, 28, .90), rgba(7, 16, 28, .62) 46%, rgba(7, 16, 28, .28) 72%, rgba(7, 16, 28, .72)),
    url("assets/hero-contactors-lite.jpg");
  background-position: center;
  background-size: cover;
}

.hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(330px, .45fr);
  min-height: 590px;
  padding: 72px 0 58px;
}

.hero-visual img {
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.hero-inquiry {
  align-self: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.hero-inquiry span {
  display: block;
  color: #c9f2ef;
  font-size: 13px;
  font-weight: 900;
}

.hero-inquiry h2 {
  margin: 10px 0 16px;
  font-size: 24px;
  line-height: 1.25;
}

.hero-inquiry ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #e5eef7;
  font-size: 14px;
}

.hero-inquiry li {
  padding-left: 16px;
  border-left: 2px solid #ddb17c;
}

.qy-home-hero {
  overflow: hidden;
  background: var(--deep);
  isolation: isolate;
}

.home-hero-slides,
.home-hero-slide,
.home-hero-slide::after {
  position: absolute;
  inset: 0;
}

.home-hero-slides {
  z-index: -2;
}

.home-hero-slide {
  display: block;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  animation: hanlianHeroSlide 18s ease-in-out infinite;
}

.home-hero-slide::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 37, 34, .94), rgba(10, 79, 73, .66) 48%, rgba(15, 107, 99, .24) 73%, rgba(5, 37, 34, .74)),
    linear-gradient(180deg, rgba(5, 37, 34, .24), rgba(5, 37, 34, .42));
}

.home-hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.home-hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.home-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.home-hero-dots span {
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, .44);
  animation: hanlianHeroDot 18s ease-in-out infinite;
}

.home-hero-dots span:nth-child(2) {
  animation-delay: 6s;
}

.home-hero-dots span:nth-child(3) {
  animation-delay: 12s;
}

@keyframes hanlianHeroSlide {
  0%,
  30% {
    opacity: 1;
    transform: scale(1);
  }

  36%,
  100% {
    opacity: 0;
    transform: scale(1.035);
  }
}

@keyframes hanlianHeroDot {
  0%,
  30% {
    background: #fff;
  }

  36%,
  100% {
    background: rgba(255, 255, 255, .44);
  }
}

.qy-home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  min-height: 560px;
  align-items: center;
  gap: 48px;
  padding: 70px 0 54px;
}

.home-hero-panel {
  display: grid;
  gap: 12px;
  align-self: end;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  padding: 24px;
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.home-hero-panel strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.home-hero-panel a {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-left: 3px solid var(--brand);
  padding: 10px 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--brand-strong);
  font-weight: 900;
}

.home-service-strip {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .12);
}

.home-service-grid a {
  display: grid;
  min-height: 132px;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  padding: 20px 22px;
  color: var(--ink);
}

.home-service-grid a:last-child {
  border-right: 0;
}

.home-service-grid a:hover {
  background: #f3fbf8;
}

.home-service-grid span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.home-service-grid strong {
  font-size: 20px;
  line-height: 1.25;
}

.home-service-grid em {
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
}

.home-about-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.home-about-intro-title {
  padding: 24px 0 50px;
  background: #fff;
  color: #2e3135;
  text-align: center;
}

.home-about-block {
  padding-top: 0;
}

.home-about-intro-title p {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.home-about-intro-title h2 {
  margin: 0;
  color: #262b33;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.home-about-intro-title span {
  display: block;
  position: relative;
  width: 176px;
  height: 1px;
  margin: 34px auto 0;
  background: #d8dde4;
}

.home-about-intro-title span::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 1px #d8dde4;
  content: "";
  transform: translateX(-50%);
}

.home-about-visual {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 6px;
  background: #eef5f2;
}

.home-about-visual img {
  display: block;
  width: 100%;
  height: 390px;
  min-height: 390px;
  object-fit: cover;
  object-position: 8% center;
}

.home-about-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  min-width: 150px;
  padding: 20px;
  background: var(--brand);
  color: #fff;
}

.home-about-badge strong,
.home-about-badge span {
  display: block;
}

.home-about-badge strong {
  font-size: 42px;
  line-height: .95;
}

.home-about-copy h2,
.home-contact-card h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.15;
  text-align: center;
}

.home-about-copy .eyebrow,
.home-about-copy h2 {
  text-align: left;
}

.home-about-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
  text-align: left;
}

.home-about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.home-about-points span {
  border-left: 3px solid var(--brand);
  padding: 12px 14px;
  background: #f7fbfa;
  color: var(--brand-strong);
  font-weight: 800;
  line-height: 1.35;
}

.home-strengths {
  background: #f7faf9;
}

.home-solution-showcase {
  padding-top: 0;
  background: #fff;
}

.home-solution-hero {
  min-height: 320px;
  padding: 70px 0 150px;
  background:
    linear-gradient(90deg, rgba(10, 79, 73, .92), rgba(15, 107, 99, .84)),
    url("assets/qyrelay-slide-product.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.home-solution-hero p {
  margin: 0 0 12px;
  color: #d7f4f0;
  font-size: 18px;
  font-weight: 700;
}

.home-solution-hero h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.25;
}

.home-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: -115px;
}

.home-solution-grid article {
  display: grid;
  gap: 24px;
}

.solution-image {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  background-position: center;
  background-size: cover;
}

.solution-image span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 16px;
  background: rgba(0, 0, 0, .58);
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.home-solution-grid ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0 0 28px;
  border-bottom: 4px solid #e5e7eb;
  list-style: none;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.home-solution-grid li {
  position: relative;
  padding-left: 28px;
}

.home-solution-grid li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: inset 0 0 0 4px #d9f4ee;
}

.home-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-strength-grid article {
  min-height: 250px;
  border-top: 4px solid var(--brand);
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, .08);
}

.home-strength-grid span {
  color: var(--brand);
  font-weight: 900;
}

.home-strength-grid h3 {
  margin: 18px 0 12px;
  font-size: 23px;
  line-height: 1.25;
}

.home-strength-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-process-band {
  position: relative;
  overflow: hidden;
  padding: 66px 0 58px;
  background:
    linear-gradient(rgba(8, 61, 56, .7), rgba(8, 61, 56, .7)),
    url("assets/qyrelay-rzbg.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.home-process-band .container {
  width: min(1200px, calc(100% - 32px));
}

.home-process-title p {
  margin: 0 0 8px;
  color: #f4fffd;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

.home-process-title h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .35);
}

.home-process-title::after {
  display: block;
  width: 280px;
  height: 20px;
  margin: 26px auto 42px;
  background:
    radial-gradient(circle at center, transparent 0 4px, rgba(255, 255, 255, .82) 5px 7px, transparent 8px),
    linear-gradient(90deg, transparent 0 28%, rgba(255, 255, 255, .34) 28% 46%, transparent 46% 54%, rgba(255, 255, 255, .34) 54% 72%, transparent 72%);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: auto, 100% 1px;
  content: "";
}

.home-process-circles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 46px;
}

.home-process-circles div {
  position: relative;
  display: grid;
  width: 131px;
  height: 131px;
  flex: 0 0 131px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 22deg, var(--brand) 0 90deg, #fff 90deg 360deg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
  transition: transform .45s ease;
}

.home-process-circles div:nth-child(2) {
  background: conic-gradient(from 202deg, var(--brand) 0 270deg, #fff 270deg 360deg);
}

.home-process-circles div:nth-child(3) {
  background: conic-gradient(from 0deg, #fff 0 270deg, var(--brand) 270deg 360deg);
}

.home-process-circles div:nth-child(4) {
  background: conic-gradient(from 240deg, var(--brand) 0 90deg, #fff 90deg 360deg);
}

.home-process-circles div:nth-child(5) {
  background: conic-gradient(from 28deg, #fff 0 270deg, var(--brand) 270deg 360deg);
}

.home-process-circles div:nth-child(6) {
  background: conic-gradient(from 214deg, var(--brand) 0 90deg, #fff 90deg 360deg);
}

.home-process-circles div:hover {
  transform: rotate(360deg);
}

.home-process-circles div::before {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: rgba(55, 63, 65, .76);
  content: "";
}

.home-process-circles div::after {
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: rgba(72, 79, 81, .78);
  content: "";
}

.home-process-circles span {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 90px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.home-process-circles div:nth-child(6) span {
  max-width: 96px;
  font-size: 15px;
  line-height: 1.35;
}

.home-process-contact {
  position: relative;
  display: flex;
  width: min(860px, 100%);
  max-width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 20px;
  padding: 4px 0 18px;
  background: none;
  color: #f5fffd;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
}

.home-process-contact::before {
  display: block;
  width: 64px;
  height: 50px;
  flex: 0 0 64px;
  background: url("assets/qyrelay-rztel.png") no-repeat -45px 0 / 590px 64px;
  content: "";
}

.home-process-contact::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: min(590px, 100%);
  height: 1px;
  background: rgba(255, 255, 255, .34);
  content: "";
  transform: translateX(-50%);
}

.home-process-contact a {
  position: relative;
  z-index: 1;
  color: #9ff2e7;
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 3px 16px rgba(4, 39, 36, .22);
}

.home-process-button {
  display: flex;
  min-width: 190px;
  width: 190px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  background: #0f776e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.home-process-button:hover {
  background: #0a5f57;
  color: #fff;
}

.home-news-heading {
  margin: 0 auto 54px;
  text-align: center;
}

.home-news-heading p {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.4;
}

.home-news-heading h2 {
  margin: 0;
  color: #262b33;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.2;
}

.home-news-heading span {
  display: block;
  position: relative;
  width: 176px;
  height: 1px;
  margin: 34px auto 0;
  background: #d8dde4;
}

.home-news-heading span::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 5px solid #f3f5f7;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 1px #d8dde4;
  content: "";
  transform: translateX(-50%);
}

.home-news-three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.home-news-column {
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #dfe4e8;
  background: #fff;
}

.home-news-column-title {
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 0;
  padding: 0 0 18px;
  background: transparent;
  color: #2a3038;
}

.home-news-column-title strong {
  position: relative;
  padding-top: 4px;
  font-size: 26px;
  line-height: 1.25;
}

.home-news-column-title strong::after {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 74px;
  height: 4px;
  background: var(--brand);
  content: "";
}

.home-news-column-title a {
  order: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid #dbe5e2;
  padding: 0 12px;
  background: #fff;
  color: #74808a;
  font-size: 16px;
  font-weight: 800;
  text-transform: none;
}

.home-news-column-title a:hover {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.qy-news-column {
  border: 0;
  background: transparent;
}

.qy-news-column-list ul {
  border: 1px solid #dfe4e8;
  margin-top: 36px;
  padding: 30px 36px 22px;
}

.home-news-column ul {
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  align-content: start;
  gap: 0;
  margin: 0;
  list-style: none;
}

.home-news-column.qy-news-column-list ul {
  border: 1px solid #dfe4e8;
  margin-top: 36px;
  min-height: 338px;
  padding: 30px 36px 22px;
}

.home-news-contact .home-news-column.qy-news-column-list ul {
  height: 510px;
}

.home-news-column li {
  min-width: 0;
  border-bottom: 1px dashed #d8e1de;
}

.home-news-column li:last-child {
  border-bottom: 0;
}

.home-news-column li a {
  display: block;
  overflow: hidden;
  max-width: 100%;
  padding: 10px 0;
  color: #4a515a;
  font-size: 16px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-column li a::before {
  content: ">";
  margin-right: 8px;
  color: var(--brand);
  font-weight: 900;
}

.home-news-column li a:hover {
  color: var(--brand-strong);
}

.qy-news-more-button {
  display: inline-flex;
  min-width: 172px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: -38px 0 0 36px;
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.qy-news-more-button:hover {
  background: var(--brand-strong);
  color: #fff;
}

.qy-news-column-faq {
  padding-top: 0;
}

.qy-faq-list {
  margin-top: 36px;
  min-height: 338px;
  padding: 28px 32px 30px;
  background: #f3f4f5;
}

.home-news-contact .qy-news-column-faq .qy-faq-list {
  height: 510px;
  max-height: 510px;
  overflow: hidden;
  padding-right: 32px;
}

.qy-faq-track {
  display: grid;
  gap: 0;
}

.home-news-contact .qy-faq-track {
  animation: hanlian-faq-roll 42s linear infinite;
}

.home-news-contact .qy-faq-list:hover .qy-faq-track {
  animation-play-state: paused;
}

body:not(.home) .qy-faq-item[aria-hidden="true"] {
  display: none;
}

@keyframes hanlian-faq-roll {
  from {
    transform: translateY(0);
  }

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

.qy-faq-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px 14px;
  border-bottom: 1px dotted #cfd5da;
  padding: 0 0 24px;
  color: #777f86;
}

.home-news-contact .qy-faq-item {
  box-sizing: border-box;
  min-height: 170px;
  overflow: hidden;
  padding: 0 0 24px;
}

.home-news-contact .qy-faq-item + .qy-faq-item {
  padding-top: 24px;
}

.qy-faq-item + .qy-faq-item {
  padding-top: 24px;
}

.qy-faq-item:last-child {
  border-bottom: 0;
}

.qy-faq-marker {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.qy-faq-marker-q {
  background: var(--brand);
}

.qy-faq-marker-a {
  background: var(--accent);
}

.qy-faq-item strong {
  overflow: hidden;
  color: #26313a;
  font-size: 18px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qy-faq-item p {
  margin: 0;
  color: #8a9298;
  font-size: 16px;
  line-height: 1.8;
}

.qy-faq-item:hover strong {
  color: var(--brand-strong);
}

.news-overview-page {
  background: #fff;
}

.news-overview-page .geo-intro-panel {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px 24px;
  align-items: start;
  margin-bottom: 24px;
}

.news-overview-page .geo-intro-panel span,
.news-overview-page .geo-intro-panel h2 {
  grid-column: 1;
}

.news-overview-page .geo-intro-panel span {
  margin: 0 0 6px;
}

.news-overview-page .geo-intro-panel h2 {
  margin: 0;
  font-size: 19px;
}

.news-overview-page .geo-intro-panel p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.news-page-heading {
  margin-top: 6px;
  margin-bottom: 22px;
}

.news-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.news-overview-left {
  display: grid;
  gap: 20px;
}

.news-overview-panel {
  border: 1px solid #dfe7ec;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.news-overview-panel header {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8ee;
  padding: 0 22px;
  background: linear-gradient(90deg, #f2faf7 0, #ffffff 100%);
}

.news-overview-panel h2 {
  margin: 0;
  color: #202936;
  font-size: 21px;
  line-height: 1.3;
}

.news-overview-panel header a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #d9e7e3;
  border-radius: 999px;
  padding: 0 12px;
  color: #6f7d7a;
  font-size: 13px;
  font-weight: 900;
}

.news-overview-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 14px 22px 18px;
  list-style: none;
}

.news-overview-panel li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px dashed #d8e1de;
  padding: 11px 0;
}

.news-overview-panel li:last-child {
  border-bottom: 0;
}

.news-overview-panel li a {
  overflow: hidden;
  color: #475569;
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-overview-panel li a::before {
  content: ">";
  margin-right: 8px;
  color: var(--brand);
  font-weight: 900;
}

.news-overview-panel li a:hover,
.news-overview-panel header a:hover {
  border-color: var(--brand);
  color: var(--brand-strong);
}

.news-overview-panel time {
  color: #98a2b3;
  font-size: 13px;
}

.news-overview-right {
  min-width: 0;
}

.news-overview-feature {
  padding: 30px;
}

.news-overview-feature .news-detail-head h1 {
  font-size: clamp(25px, 2.3vw, 34px);
}

.news-overview-feature .news-detail-content {
  font-size: 16px;
  line-height: 1.85;
}

.news-category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 34px;
}

.news-category-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 42px;
  border: 1px solid #d7e4e0;
  border-radius: 4px;
  padding: 0 18px;
  background: linear-gradient(180deg, #fff 0, #f8fbfa 100%);
  color: #475569;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.news-category-tabs a.is-active,
.news-category-tabs a:hover {
  border-color: var(--brand);
  background: linear-gradient(180deg, var(--brand) 0, var(--brand-strong) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(20, 127, 111, .18);
}

.news-archive-page,
.news-detail-page {
  background: linear-gradient(180deg, #fff 0, #fff 58%, #f7faf9 100%);
}

.news-archive-head {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.news-archive-head p {
  margin: 0 0 8px;
  color: var(--brand-strong);
  font-weight: 900;
}

.news-archive-head h2 {
  margin: 0 0 14px;
  color: #202936;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.18;
}

.news-archive-head div {
  max-width: 760px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
}

.news-archive-layout,
.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: start;
}

.news-card-list {
  display: grid;
  gap: 22px;
}

.news-card-item {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 24px;
  border: 1px solid #e1e8ec;
  border-radius: 6px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.news-card-date {
  display: grid;
  align-self: start;
  justify-items: center;
  align-content: center;
  width: 128px;
  min-height: 120px;
  border: 1px solid #edf2f1;
  background: #f7faf9;
  color: #111827;
  text-align: center;
  box-shadow: inset 0 0 0 8px #fff;
}

.news-card-date strong {
  display: block;
  color: #202936;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.news-card-date span {
  display: block;
  margin-top: 12px;
  color: #4b5563;
  font-size: 20px;
  line-height: 1;
}

.news-card-body h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.news-card-body h2 a:hover {
  color: var(--brand-strong);
}

.news-card-body p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
}

.news-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  color: #7b8794;
  font-size: 14px;
}

.news-card-category {
  background: #e8f7f4;
  padding: 6px 12px;
  color: var(--brand-strong);
  font-weight: 900;
}

.news-read-more {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--brand-strong);
  font-weight: 900;
}

.news-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.news-sidebar-card {
  border: 1px solid #dfe7ec;
  border-radius: 6px;
  padding: 22px;
  background: #fff;
  overflow: hidden;
}

.news-sidebar-category-card {
  border-right: 4px solid #11c295;
  border-bottom: 4px solid #11c295;
  padding: 0;
}

.news-sidebar-card h3 {
  margin: 0 0 16px;
  color: #202936;
  font-size: 21px;
}

.news-sidebar-category-card h3 {
  margin: 0;
  padding: 22px;
  background: var(--brand-strong);
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.news-sidebar-links {
  display: grid;
}

.news-sidebar-category-card .news-sidebar-links {
  padding: 18px 22px;
}

.news-sidebar-related-card .news-related-list {
  padding: 18px 22px;
}

.news-sidebar-links a,
.news-related-list a {
  border-bottom: 1px dashed #d8e1de;
  padding: 11px 0;
  color: #475569;
  line-height: 1.45;
}

.news-sidebar-related-card .news-related-list a {
  display: block;
}

.news-sidebar-related-card .news-related-list a span {
  overflow: hidden;
  display: -webkit-box;
  max-height: calc(1.45em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.news-sidebar-links a:last-child,
.news-related-list a:last-child {
  border-bottom: 0;
}

.news-sidebar-links a.is-active,
.news-sidebar-links a:hover,
.news-related-list a:hover {
  color: var(--brand-strong);
  font-weight: 900;
}

.news-sidebar-contact {
  background: var(--brand-strong);
  color: #fff;
}

.news-sidebar-contact h3,
.news-sidebar-contact p,
.news-sidebar-contact a {
  color: #fff;
}

.news-sidebar-contact p {
  margin: 0 0 16px;
  color: #d8f3ef;
  line-height: 1.7;
}

.news-sidebar-contact a {
  font-size: 26px;
  font-weight: 900;
}

.news-sidebar-qr {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 20px;
}

.news-sidebar-qr img {
  width: 148px;
  height: 148px;
  border: 8px solid #fff;
  background: #fff;
}

.news-sidebar-qr span {
  color: #d8f3ef;
  font-size: 14px;
  font-weight: 800;
}

.news-detail-article {
  border: 1px solid #e1e8ec;
  padding: 38px 44px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.news-detail-head {
  border-bottom: 1px solid #e3e8ee;
  padding-bottom: 24px;
  margin-bottom: 28px;
}

.news-detail-head h1,
.news-detail-head .news-detail-title {
  margin: 14px 0 0;
  color: #182230;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.22;
}

.news-detail-excerpt {
  margin: 18px 0 0;
  border-left: 4px solid var(--brand);
  padding: 12px 16px;
  background: #f0faf8;
  color: #475569;
  line-height: 1.8;
}

.news-detail-content {
  max-width: none;
  color: #344054;
  font-size: 17px;
  line-height: 1.95;
}

.news-detail-content h2 {
  margin: 34px 0 14px;
  color: #1d2939;
  font-size: 26px;
  line-height: 1.35;
}

.news-detail-content h3 {
  margin: 26px 0 10px;
  color: var(--brand-strong);
  font-size: 21px;
}

.news-detail-content ul {
  padding-left: 1.3em;
}

.news-post-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 34px;
  border-top: 1px solid #e3e8ee;
  padding-top: 22px;
}

.news-post-nav a {
  position: relative;
  display: flex;
  gap: 16px;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d8e5e2;
  border-radius: 4px;
  padding: 12px 16px;
  background: #f8fbfa;
  color: #344054;
  transition: border-color .22s ease, background .22s ease;
}

.news-post-nav a::after {
  display: none;
}

.news-post-nav a:first-child::after {
  display: none;
}

.news-post-nav a:first-child {
  padding-left: 16px;
}

.news-post-nav a:last-child {
  padding-right: 16px;
}

.news-post-nav a:hover {
  border-color: var(--brand);
  background: #f0faf8;
  color: var(--brand-strong);
}

.news-post-nav a.is-disabled {
  cursor: default;
  opacity: .55;
}

.news-post-nav a.is-disabled:hover {
  border-color: #dfe7ec;
  background: #f8fbfa;
  color: #344054;
}

.news-post-nav span {
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.news-post-nav strong {
  overflow: hidden;
  display: block;
  color: #182230;
  font-size: 16px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.news-detail-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.news-detail-footer a:hover {
  background: var(--brand-strong);
  color: #fff;
}

.news-related-list {
  display: grid;
}

.home-link-tag-band {
  border-top: 1px solid #e1e8ec;
  border-bottom: 1px solid #e1e8ec;
  padding: 26px 0;
  background: #f7faf9;
}

.home-link-tag-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 14px 0;
}

.home-link-tag-row + .home-link-tag-row {
  border-top: 1px dashed #d7e2df;
}

.home-link-tag-row h2 {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.25;
}

.home-link-tag-row h2 strong {
  display: block;
}

.home-link-tag-row h2 span {
  display: block;
  margin-top: 4px;
  color: var(--brand);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-link-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  min-width: 0;
}

.home-link-tag-list a {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

.home-link-tag-list a:hover {
  color: var(--brand-strong);
}

.home-tag-list a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #d7e2df;
  padding: 3px 10px;
  background: #fff;
  color: #475569;
}

.home-tag-list {
  max-height: 118px;
  overflow: hidden;
}

.home-tag-list a:hover {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.home-contact-card {
  position: sticky;
  top: 96px;
  border-radius: 6px;
  padding: 30px;
  background: var(--brand-strong);
  color: #fff;
}

.home-contact-card .eyebrow,
.home-contact-card p {
  color: #d9f5f1;
}

.home-contact-card dl {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.home-contact-card div {
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding-top: 14px;
}

.home-contact-card dt {
  color: #b8efe8;
  font-size: 13px;
  font-weight: 900;
}

.home-contact-card dd {
  margin: 4px 0 0;
  line-height: 1.55;
}

.home-contact-card a {
  color: #fff;
}

.inner-hero {
  display: grid;
  min-height: 230px;
  place-items: center;
  background:
    linear-gradient(rgba(7, 19, 33, .68), rgba(7, 19, 33, .72)),
    url("assets/hero-contactors-lite.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.inner-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.inner-crumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  color: #e2edf8;
}

.trade-inner-page {
  background: #fff;
}

.trade-page-layout,
.trade-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 34px;
  align-items: start;
}

.trade-page-content h2 {
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 26px;
}

.trade-page-content h2::after {
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  background: var(--brand);
  content: "";
}

.page-side-menu {
  display: grid;
  border: 1px solid var(--line);
  background: #fff;
}

.page-side-menu a {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  color: #526070;
}

.page-side-menu a:last-child {
  border-bottom: 0;
}

.page-side-menu a.is-active,
.page-side-menu a:hover {
  background: var(--brand);
  color: #fff;
}

.news-list {
  display: grid;
  gap: 22px;
}

.news-list-item {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 26px;
  border: 1px solid #e1e8ec;
  border-radius: 6px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.news-list-item-date {
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.news-list-item-date .news-card-date {
  width: 118px;
  min-height: 112px;
}

.tag-list-item {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
}

.news-thumb {
  overflow: hidden;
  background: #f0f3f7;
}

.news-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.news-list-item h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.news-list-body p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
}

.news-list-category {
  color: var(--brand-strong);
  font-weight: 800;
}

.news-list-category:hover {
  color: var(--brand);
}

.case-list {
  display: grid;
  gap: 22px;
}

.case-list-head {
  border: 1px solid #dfe7ec;
  border-radius: 6px;
  padding: 24px 26px;
  background: linear-gradient(90deg, #f5fbf9 0, #ffffff 100%);
}

.case-list-head h2 {
  margin: 8px 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.case-list-head p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.case-list-item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  border: 1px solid #e1e8ec;
  border-radius: 6px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.case-thumb {
  overflow: hidden;
  border-radius: 6px;
  background: #f0f3f7;
}

.case-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 5px 12px;
  background: #edf9f5;
  color: var(--brand-strong);
  font-size: 13px;
  font-weight: 800;
}

.case-list-item h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.3;
}

.case-list-item p {
  margin: 0;
  color: var(--muted);
}

.case-detail-content .case-label {
  margin-bottom: 12px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  color: #8290a0;
  font-size: 13px;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 28px 0 0;
  max-width: 760px;
}

.contact-card-grid div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--line);
  text-align: left;
  background: #fff;
}

.contact-card-grid span,
.contact-card-grid strong {
  display: block;
}

.contact-card-grid span {
  color: var(--brand-strong);
  font-weight: 800;
}

.contact-card-grid strong {
  margin-top: 0;
  line-height: 1.45;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 22px;
  background: #f7f9fc;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #dbe3ee;
  padding: 13px 14px;
  font: inherit;
}

.inquiry-form textarea {
  min-height: 130px;
  resize: vertical;
}

.inquiry-form button {
  border: 0;
}

.inquiry-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-notice {
  grid-column: 1 / -1;
  border: 1px solid transparent;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.form-notice.success {
  border-color: #b9e6d7;
  background: #eefbf6;
  color: var(--brand-strong);
}

.form-notice.error {
  border-color: #f0c7c7;
  background: #fff3f3;
  color: #9a3412;
}

.contact-page {
  background: #f5f8f7;
}

.contact-single-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}

.contact-trade-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 34px;
  align-items: start;
}

.contact-trade-side {
  position: static;
  background: #fff;
  border: 1px solid #dfe7e4;
}

.contact-side-title {
  padding: 18px 22px;
  background: var(--brand);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.contact-side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-side-menu a {
  display: block;
  border-bottom: 1px solid #e5ece9;
  padding: 15px 22px;
  color: #394743;
  font-weight: 700;
}

.contact-side-menu .is-active a,
.contact-side-menu a:hover {
  background: #f2faf7;
  color: var(--brand);
}

.contact-side-card {
  display: grid;
  gap: 10px;
  margin: 20px;
  padding: 18px;
  background: #f7fbfa;
  color: #495754;
  line-height: 1.65;
}

.contact-side-card strong {
  color: #22332f;
  font-size: 17px;
}

.contact-side-card a {
  color: var(--brand);
  font-weight: 800;
}

.contact-side-qr {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 20px 22px;
  padding: 18px;
  background: #f7fbfa;
  color: #495754;
  text-align: center;
}

.contact-side-qr img {
  width: min(178px, 100%);
  height: auto;
  border: 8px solid #fff;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.contact-side-qr span {
  color: var(--brand);
  font-size: 15px;
  font-weight: 800;
}

.contact-trade-main {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
  align-self: stretch;
}

.contact-trade-panel {
  border: 1px solid #dfe7e4;
  background: #fff;
  padding: 28px 32px;
}

.contact-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5ece9;
  padding-bottom: 14px;
}

.contact-panel-heading span {
  width: 5px;
  height: 24px;
  background: var(--brand);
}

.contact-panel-heading h2 {
  margin: 0;
  color: #22332f;
  font-size: 26px;
}

.contact-company-info .entry-content {
  color: #53605d;
  line-height: 1.85;
}

.contact-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid #e5ece9;
  border-left: 1px solid #e5ece9;
}

.contact-info-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  border-right: 1px solid #e5ece9;
  border-bottom: 1px solid #e5ece9;
  min-height: 58px;
}

.contact-info-list span,
.contact-info-list strong {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  line-height: 1.5;
}

.contact-info-list span {
  background: #f4f7f6;
  color: #52615d;
  font-weight: 700;
}

.contact-info-list strong {
  color: #233630;
  font-size: 15px;
}

.contact-info-list a {
  color: var(--brand);
}

.contact-trade-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.contact-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
}

.contact-form-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.contact-form-panel h3 {
  margin: 0 0 6px;
  font-size: 26px;
}

.contact-trade-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.contact-trade-form h3,
.contact-trade-form textarea,
.contact-trade-form button {
  grid-column: 1 / -1;
}

.contact-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.contact-service-strip div {
  padding: 24px;
  border-left: 3px solid var(--brand);
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .05);
}

.contact-service-strip strong,
.contact-service-strip span {
  display: block;
}

.contact-service-strip span {
  margin-top: 8px;
  color: var(--muted);
}

.band {
  background: var(--ink);
  color: #fff;
}

.band-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.band h2,
.spec-section h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.16;
}

.band p,
.spec-section p {
  color: #d9e2ef;
}

.spec-section {
  background: linear-gradient(180deg, #f7f8fa, #fff);
}

.spec-section p {
  color: var(--muted);
}

.spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.spec-table div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.spec-table span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-weight: 800;
}

.spec-table strong {
  display: block;
  font-size: 18px;
  line-height: 1.45;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-card {
  padding: 30px;
  border-radius: 8px;
  background: var(--deep);
  color: #fff;
}

.value-card span {
  color: #ddb17c;
  font-weight: 900;
}

.value-card h3 {
  margin: 18px 0 10px;
  font-size: 23px;
  line-height: 1.25;
}

.value-card p {
  margin: 0;
  color: #d5dde8;
}

.case-head {
  margin-top: 56px;
}

.geo-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.page-main {
  min-height: 58vh;
  padding: 56px 0 80px;
}

.page-title {
  margin: 0 0 24px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.15;
}

.entry-content {
  max-width: 820px;
}

.entry-content a {
  color: var(--brand-strong);
  text-decoration: underline;
}

.online-service {
  position: fixed;
  z-index: 80;
  right: 0;
  top: 50%;
  width: 48px;
  transform: translateY(-50%);
}

.online-service-toggle {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  min-height: 124px;
  border: 0;
  border-radius: 6px 0 0 6px;
  background: var(--brand-strong);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .2);
}

.online-service-toggle span {
  display: block;
  width: 1em;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.online-service-panel {
  position: absolute;
  top: 50%;
  right: 56px;
  width: 238px;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .22);
  opacity: 0;
  pointer-events: none;
  transform: translate(14px, -50%);
  transition: opacity .2s ease, transform .2s ease;
}

.online-service.is-open .online-service-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.online-service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--brand-strong);
  color: #fff;
}

.online-service-head strong {
  font-size: 17px;
  font-weight: 900;
}

.online-service-close {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.online-service-body {
  display: grid;
}

.online-service-row {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid #e8efed;
  padding: 14px 16px;
  color: #1f2937;
}

.online-service-row:hover {
  background: #f6fbfa;
}

.online-service-row span {
  color: var(--brand-strong);
  font-size: 14px;
  font-weight: 900;
}

.online-service-row strong {
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
}

.online-service-wechat img {
  justify-self: center;
  width: 118px;
  height: 118px;
  border: 1px solid #e2e8e5;
  padding: 6px;
  background: #fff;
  object-fit: cover;
}

.online-service-wechat em {
  justify-self: center;
  width: 118px;
  color: #667085;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
  text-align: center;
}

.online-service-top {
  width: 100%;
  border: 0;
  padding: 13px 16px;
  background: #f0f7f5;
  color: var(--brand-strong);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.online-service-top:hover {
  background: #e1f2ee;
}

.site-footer {
  border-top: 3px solid var(--brand);
  padding: 54px 0 24px;
  background:
    linear-gradient(135deg, rgba(15, 107, 99, .2), rgba(10, 79, 73, .04) 42%, rgba(181, 107, 42, .08)),
    #0b1e22;
  color: #d9e4e1;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.28fr) minmax(210px, .9fr) minmax(340px, 1.12fr) minmax(190px, .72fr);
  column-gap: 64px;
  row-gap: 38px;
  align-items: start;
}

.footer-brand-column {
  margin-top: -16px;
}

.site-footer h4 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}

.site-footer h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 4px;
  background: #23a99b;
  content: "";
}

.footer-logo {
  display: inline-flex;
  width: 196px;
  max-width: 100%;
  margin-bottom: 22px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand-column p {
  max-width: 330px;
  margin: 0;
  color: #c5d4d1;
  font-size: 17px;
  line-height: 1.72;
}

.footer-links {
  display: grid;
  gap: 13px;
  color: #c5d4d1;
  font-size: 17px;
  line-height: 1.45;
}

.footer-links a,
.footer-links span {
  color: #c5d4d1;
}

.footer-links a {
  position: relative;
  padding-left: 18px;
}

.footer-links a::before {
  position: absolute;
  left: 0;
  color: #23a99b;
  font-weight: 900;
  content: "›";
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-contact-list {
  display: grid;
  gap: 13px;
  color: #c5d4d1;
  font-size: 17px;
  line-height: 1.45;
}

.footer-contact-list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
}

.footer-contact-list span {
  color: #ffffff;
  font-weight: 700;
}

.footer-contact-list a,
.footer-contact-list p {
  min-width: 0;
  margin: 0;
  color: #c5d4d1;
}

.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-wechat-column {
  justify-self: start;
  width: auto;
}

.footer-wechat-box {
  display: inline-grid;
  justify-items: start;
  gap: 7px;
  max-width: 150px;
  margin-left: 0;
}

.footer-wechat-box img {
  display: block;
  width: 123px;
  height: 123px;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 6px;
  background: #fff;
  object-fit: cover;
}

.footer-wechat-box span {
  display: block;
  width: 123px;
  color: #c5d4d1;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.copyright {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #9fb1ad;
  font-size: 14px;
}

.copyright a {
  flex: 0 0 auto;
  color: #9fb1ad;
}

.copyright a:hover {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .brand-strip-inner {
    min-height: 118px;
    gap: 20px;
  }

  .qy-logo {
    flex-basis: 330px;
    max-width: 330px;
  }

  .qy-logo img {
    width: 330px;
    height: auto;
  }

  .brand-slogan {
    min-width: 250px;
    padding-left: 20px;
    font-size: 14px;
  }

  .brand-slogan strong {
    font-size: 22px;
  }

  .brand-hotline {
    padding-left: 50px;
  }

  .brand-hotline strong {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .reference-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-bar,
  .section-head,
  .band-grid {
    align-items: start;
    flex-direction: column;
  }

  .site-menu {
    display: none;
  }

  .hero-grid,
  .qy-home-hero-inner,
  .home-service-grid,
  .home-about-grid,
  .home-about-points,
  .home-strength-grid,
  .home-solution-grid,
  .home-process-circles,
  .home-news-contact-grid,
  .home-news-list,
  .home-news-three-col,
  .grid,
  .solution-grid,
  .spec-table,
  .value-grid,
  .faq-grid,
  .trust-grid,
  .catalogue-grid,
  .category-overview,
  .product-layout,
  .trade-page-layout,
  .trade-list-layout,
  .news-overview-layout,
  .news-archive-layout,
  .news-detail-layout,
  .news-card-item,
  .news-list-item,
  .case-list-item,
  .contact-card-grid,
  .inquiry-form,
  .series-card-grid,
  .product-grid-9,
  .product-hero-panel,
  .parameter-table,
	  .parameter-table.compact,
	  .detail-grid,
	  .reference-product-grid,
	  .contact-single-layout,
	  .contact-trade-layout,
	  .contact-trade-grid,
	  .contact-info-list,
	  .contact-service-strip,
	  .footer-grid {
	    grid-template-columns: 1fr;
	  }

  .footer-wechat-column {
    justify-self: start;
    width: auto;
  }

  .footer-wechat-box {
    margin-left: 0;
  }

  .online-service {
    right: 0;
    top: auto;
    bottom: 18px;
    width: 44px;
    transform: none;
  }

  .online-service-toggle {
    width: 44px;
    min-height: 108px;
  }

  .online-service-panel {
    right: 54px;
    top: auto;
    bottom: 0;
    width: min(236px, calc(100vw - 78px));
    transform: translateX(14px);
  }

  .online-service.is-open .online-service-panel {
    transform: translateX(0);
  }

  .news-category-tabs {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }

  .news-category-tabs a {
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
  }

  .news-overview-page .geo-intro-panel {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .news-overview-page .geo-intro-panel span,
  .news-overview-page .geo-intro-panel h2,
  .news-overview-page .geo-intro-panel p {
    grid-column: auto;
    grid-row: auto;
  }

  .news-card-date,
  .news-list-item-date .news-card-date {
    width: 100%;
    min-height: 86px;
  }

  .news-card-date strong {
    font-size: 32px;
  }

  .news-card-date span {
    margin-top: 8px;
    font-size: 16px;
  }

  .product-sidebar {
    position: static;
  }

  .product-hero-panel,
  .detail-section {
    padding: 20px;
  }

  .cnd-product-summary {
    gap: 22px;
    padding: 12px 0 24px;
  }

  .cnd-product-summary .product-gallery {
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: none;
  }

  .cnd-product-summary .product-gallery img {
    padding: 20px;
  }

  .product-description-body {
    padding: 28px 18px;
  }

  .application-grid {
    grid-template-columns: 1fr;
  }

  .product-source-image-grid {
    grid-template-columns: 1fr;
  }

  .contact-trade-panel {
    padding: 22px 18px;
  }

  .contact-info-list div {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .home-news-heading {
    margin-bottom: 36px;
  }

  .home-news-heading p {
    font-size: 17px;
  }

  .home-news-heading h2 {
    font-size: 28px;
  }

  .home-news-column.qy-news-column-list ul,
  .qy-faq-list {
    margin-top: 38px;
    padding: 22px 20px 18px;
  }

  .qy-news-more-button {
    margin-left: 20px;
  }

  .qy-faq-item strong {
    white-space: normal;
  }

  .news-category-tabs {
    justify-content: flex-start;
    margin-top: -10px;
  }

  .news-card-item,
  .news-detail-article {
    padding: 18px;
  }

  .news-sidebar {
    position: static;
  }

  .news-overview-right {
    position: static;
  }

  .news-overview-panel li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .news-card-date {
    width: 128px;
    min-height: 112px;
  }

  .news-card-date strong {
    font-size: 36px;
  }

  .news-card-date span {
    font-size: 19px;
  }

  .news-card-actions {
    align-items: flex-start;
  }

  .home-link-tag-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-link-tag-list {
    gap: 8px 12px;
  }

  .gallery-logo-badge {
    top: 14px;
    left: 14px;
    max-width: 96px;
    padding: 5px 7px;
  }

  .cnd-product-summary .product-gallery .gallery-logo-badge img {
    max-width: 78px;
    height: 20px;
    max-height: 20px;
  }

  .product-inquiry-form {
    grid-template-columns: 1fr;
  }

  .product-inquiry-form textarea {
    grid-column: auto;
  }

  .product-gallery {
    min-height: 220px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 22px;
    padding: 34px 0;
  }

  .qy-home-hero-inner {
    min-height: auto;
    gap: 24px;
    padding: 48px 0 74px;
  }

  .home-hero-panel {
    align-self: stretch;
    padding: 18px;
  }

  .home-service-strip {
    margin-top: -14px;
  }

  .home-service-grid a {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-service-grid a:last-child {
    border-bottom: 0;
  }

  .home-about-visual,
  .home-about-visual img {
    min-height: 280px;
  }

  .home-about-intro-title {
    padding: 24px 0 32px;
  }

  .home-about-intro-title p {
    font-size: 17px;
  }

  .home-about-intro-title h2 {
    font-size: 28px;
  }

  .home-about-intro-title span {
    width: 176px;
    margin-top: 28px;
  }

  .home-about-badge {
    right: 16px;
    bottom: 16px;
    min-width: 120px;
    padding: 16px;
  }

  .home-about-badge strong {
    font-size: 34px;
  }

  .home-solution-hero {
    padding: 48px 0 104px;
  }

  .home-solution-grid {
    gap: 22px;
    margin-top: -72px;
  }

  .home-solution-grid article {
    gap: 16px;
  }

  .home-solution-grid ul {
    padding-bottom: 28px;
  }

  .home-process-band {
    padding: 54px 0 42px;
  }

  .home-process-circles {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 10px;
    margin-bottom: 32px;
  }

  .home-process-circles div {
    width: 126px;
    height: 126px;
  }

  .home-process-circles span {
    max-width: 82px;
    font-size: 14px;
  }

  .home-process-contact {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    width: 100%;
    padding: 74px 0 14px;
    font-size: 17px;
  }

  .home-process-contact::before {
    right: 0;
    margin: 0 auto;
  }

  .home-strength-grid article {
    min-height: auto;
  }

  .home-contact-card {
    position: static;
    padding: 24px;
  }

  .header-cta {
    display: none;
  }

  .top-info-inner,
  .brand-strip-inner,
  .brand-slogan,
  .brand-hotline,
  .nav-strip .nav-bar,
  .top-info-left,
  .top-info-right {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-strip-inner {
    min-height: auto;
    padding: 18px 0;
  }

  .top-info,
  .brand-slogan,
  .brand-hotline {
    display: none;
  }

  .brand-strip-inner {
    flex-direction: row;
    align-items: center;
    min-height: 66px;
    padding: 12px 0;
  }

  .qy-logo {
    flex-basis: min(320px, 100%);
    max-width: min(320px, 100%);
  }

  .qy-logo img {
    width: min(320px, 100%);
    height: auto;
  }

  .nav-strip .nav-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .site-menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-menu::-webkit-scrollbar {
    display: none;
  }

  .nav-strip .site-menu a {
    padding: 13px 14px;
  }

  .menu-dropdown {
    position: static;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    box-shadow: none;
  }

	  .site-search {
	    width: calc(100% - 32px);
	    margin: 12px 16px 16px;
	  }

	  .reference-section-title {
	    gap: 12px;
	    margin-bottom: 24px;
	  }

	  .reference-section-title span {
	    width: 34px;
	  }

	  .product-tab-nav {
	    justify-content: flex-start;
	    gap: 10px;
	    margin-bottom: 32px;
	    overflow-x: auto;
	    padding-bottom: 2px;
	    flex-wrap: nowrap;
	  }

	  .product-tab-nav a {
	    min-height: 44px;
	    flex: 0 0 auto;
	    padding: 8px 14px;
	    font-size: 15px;
	  }

	  .home-product-title h2 {
	    font-size: 26px;
	  }

	  .home-product-title small {
	    font-size: 17px;
	  }

	  .home-product-tabs {
	    justify-content: flex-start;
	    gap: 8px;
	    margin-bottom: 28px;
	    overflow-x: auto;
	    flex-wrap: nowrap;
	    padding-bottom: 4px;
	  }

	  .home-product-tabs button {
	    min-width: 132px;
	    min-height: 42px;
	    flex: 0 0 auto;
	    border-width: 2px;
	    padding: 7px 12px;
	    font-size: 15px;
	  }

	  .reference-product-grid {
	    gap: 30px;
	  }

	  .reference-product-image {
	    min-height: 210px;
	  }

	  .home-product-switcher .reference-product-image {
	    min-height: 210px;
	    padding: 10px;
	  }

	  .product-meta-list div {
	    grid-template-columns: 1fr;
	  }

	  .contact-form-panel {
	    padding: 22px;
	  }

	  .contact-trade-form {
	    grid-template-columns: 1fr;
	  }

  .inner-hero {
    min-height: 180px;
  }

  .page-side-menu {
    order: -1;
  }

  .hero-card {
    display: none;
  }

  .hero-inquiry {
    align-self: stretch;
    padding: 20px;
  }

  .hero-visual img {
    aspect-ratio: 16 / 7;
    object-position: center;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-proof {
    gap: 8px;
    margin-top: 18px;
  }

  .metric {
    min-height: 96px;
    padding: 14px 10px;
  }

  .metric strong {
    font-size: 25px;
  }

  .metric span {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }
}
