/* Hirays-style corporate website (PC + H5) */
:root {
  --primary: #819fdb;
  --primary-dark: #6b8ac9;
  --primary-light: #eef3fb;
  --text: #333;
  --text-light: #666;
  --text-muted: #999;
  --border: #e5e5e5;
  --bg-gray: #f5f7fa;
  --white: #fff;
  --header-h: 72px;
  --max-w: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.clearfix::after { content: ""; display: table; clear: both; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

/* Header */
.hy-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,.08);
  height: var(--header-h);
}
.hy-header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}
.hy-logo img { height: 40px; }
.hy-nav { display: flex; align-items: center; gap: 0; }
.hy-nav-item { position: relative; }
.hy-nav-item > a, .hy-nav-item > span {
  display: block; padding: 0 18px; line-height: var(--header-h);
  font-size: 15px; color: var(--text); cursor: pointer;
  transition: color .2s;
}
.hy-nav-item:hover > a, .hy-nav-item:hover > span,
.hy-nav-item.active > a { color: var(--primary); }
.hy-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.12);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s; padding: 8px 0;
}
.hy-nav-item:hover .hy-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.hy-dropdown a {
  display: block; padding: 10px 20px; font-size: 14px; color: var(--text-light);
}
.hy-dropdown a:hover { background: var(--primary-light); color: var(--primary); }
.hy-mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  width: 800px; background: var(--white); box-shadow: 0 8px 32px rgba(0,0,0,.12);
  opacity: 0; visibility: hidden; transition: all .25s; padding: 24px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.hy-nav-item.mega:hover .hy-mega {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.hy-mega-col h4 { font-size: 14px; color: var(--primary); margin-bottom: 8px; }
.hy-mega-col a { display: block; padding: 4px 0; font-size: 13px; color: var(--text-light); }
.hy-mega-col a:hover { color: var(--primary); }

.hy-header-tools { display: flex; align-items: center; gap: 12px; }
.hy-search-btn, .hy-menu-toggle {
  width: 36px; height: 36px; border: none; background: none;
  cursor: pointer; font-size: 18px; color: var(--text);
}
.hy-menu-toggle { display: none; }

/* Banner */
.hy-banner { margin-top: var(--header-h); position: relative; overflow: hidden; }
.hy-banner-slide {
  position: relative; height: 520px; background-size: cover;
  background-position: center; display: flex; align-items: center;
}
.hy-banner-content {
  max-width: var(--max-w); margin: 0 auto; padding: 0 40px; color: var(--white);
}
.hy-banner-content h2 { font-size: 42px; font-weight: 700; margin-bottom: 16px; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.hy-banner-content p { font-size: 18px; margin-bottom: 28px; opacity: .9; max-width: 600px; }
.hy-btn {
  display: inline-block; padding: 12px 32px; background: var(--primary);
  color: var(--white); border-radius: 4px; font-size: 15px;
  transition: background .2s; border: none; cursor: pointer;
}
.hy-btn:hover { background: var(--primary-dark); }
.hy-btn-outline {
  background: transparent; border: 2px solid var(--white);
}
.hy-btn-outline:hover { background: var(--white); color: var(--primary); }
.hy-banner-dots {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px;
}
.hy-banner-dots span {
  width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.5);
  cursor: pointer; transition: all .2s;
}
/* Homepage banner text — upper-left so it clears product imagery */
.banner1 .wrap {
  color: #333 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-top: calc(80px + 10vh) !important;
  padding-left: 4.5vw !important;
  box-sizing: border-box;
}
.banner1 .textDiv {
  max-width: 42%;
}
.banner1 .textDiv .p1,
.banner1 .textDiv .p2 {
  color: #333 !important;
}
.banner1 .textDiv .p2 {
  margin: 0.8vw 0 1.6vw !important;
}
.banner1 a.imoreBtn {
  color: #333 !important;
  border-color: transparent !important;
  border: none !important;
}
.banner1 a.imoreBtn em {
  color: #333 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.banner1 a.imoreBtn:hover,
.banner1 a.imoreBtn:hover em {
  color: #fff !important;
}
.banner1 a.imoreBtn:hover {
  border: none !important;
  border-color: transparent !important;
}

/* Hide banner pagination by default + orphans on inner pages.
   Homepage overrides below (must come after this block). */
.banner1 .swiper-pagination,
.banner1 .swiper-pagination-bullets,
.banner1 .swiper-pagination-bullet,
body.page-inner > .swiper-pagination,
body.page-inner .main > .swiper-pagination,
body.page-inner .nyBanner .swiper-pagination,
body.page-inner .banner1 .swiper-pagination,
body.page-inner #fp-nav,
body.page-inner #menu,
#fp-nav {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  left: -9999px !important;
}

/* Homepage banner: show nav arrows + bar pagination */
body.page-home .banner1 .swiper-pagination,
body.page-home .banner1 .swiper-pagination-bullets,
body.page-home .banner1 .swiper-pagination-bullet {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 5px !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  position: relative !important;
  left: auto !important;
}
body.page-home .banner1 .swiper-container-horizontal > .swiper-pagination-bullets,
body.page-home .banner1 .swiper-pagination {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 7vh !important;
  transform: translateX(-50%);
  text-align: center !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  z-index: 20;
  display: block !important;
}
body.page-home .banner1 .swiper-pagination-bullet {
  width: 36px !important;
  height: 6px !important;
  border-radius: 3px !important;
  background: #819fdb !important;
  opacity: 0.35 !important;
}
body.page-home .banner1 .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #819fdb !important;
}
body.page-home .banner1 .banner1-nav.swiper-button-prev,
body.page-home .banner1 .banner1-nav.swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background: rgba(129, 159, 219, 0.22);
  z-index: 20;
  cursor: pointer;
  outline: none;
}
body.page-home .banner1 .banner1-nav.swiper-button-prev {
  left: 2.2vw;
}
body.page-home .banner1 .banner1-nav.swiper-button-next {
  right: 2.2vw;
}
body.page-home .banner1 .banner1-nav::after {
  display: none !important;
  content: none !important;
}
body.page-home .banner1 .banner1-nav i {
  font-size: 18px;
  color: #819fdb;
  display: block;
}
body.page-home .banner1 .banner1-nav:hover {
  background: #819fdb;
}
body.page-home .banner1 .banner1-nav:hover i {
  color: #fff;
}
body.page-home .banner1 .banner1-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* Floating sidebar — lower on the page */
.floatRightDiv {
  bottom: 10% !important;
}

/* Fullpage side dots — hidden everywhere (home + inner) */
#menu,
body.page-home #menu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Section */
.hy-section { padding: 80px 0; }
.hy-section-gray { background: var(--bg-gray); }
.hy-section-title { text-align: center; margin-bottom: 48px; }
.hy-section-title h2 { font-size: 32px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.hy-section-title p { font-size: 16px; color: var(--text-light); max-width: 700px; margin: 0 auto; }
.hy-section-title .line {
  width: 48px; height: 3px; background: var(--primary); margin: 16px auto 0;
}

/* Product matrix */
.hy-product-matrix { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.hy-product-col { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .2s, box-shadow .2s; }
.hy-product-col:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.hy-product-col-head {
  padding: 20px 16px; background: var(--primary); color: var(--white); text-align: center;
}
.hy-product-col-head h3 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.hy-product-col-head .precision { font-size: 12px; opacity: .85; }
.hy-product-col-body { padding: 12px 0; }
.hy-product-col-body a {
  display: block; padding: 8px 16px; font-size: 13px; color: var(--text-light);
  border-left: 3px solid transparent; transition: all .2s;
}
.hy-product-col-body a:hover { color: var(--primary); border-left-color: var(--primary); background: var(--primary-light); }

/* Solution tabs */
.hy-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.hy-tab {
  padding: 8px 20px; border: 1px solid var(--border); border-radius: 20px;
  font-size: 14px; cursor: pointer; transition: all .2s; background: var(--white);
}
.hy-tab.active, .hy-tab:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
.hy-tab-content { display: none; }
.hy-tab-content.active { display: block; }
.hy-solution-tags { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hy-solution-tag {
  padding: 10px 20px; background: var(--white); border-radius: 6px;
  font-size: 14px; color: var(--text); box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: all .2s;
}
.hy-solution-tag:hover { background: var(--primary); color: var(--white); }

/* About stats */
.hy-about { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hy-about-text h2 { font-size: 28px; margin-bottom: 20px; }
.hy-about-text p { color: var(--text-light); margin-bottom: 16px; font-size: 15px; }
.hy-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.hy-stat { text-align: center; padding: 24px; background: var(--bg-gray); border-radius: 8px; }
.hy-stat .num { font-size: 36px; font-weight: 700; color: var(--primary); }
.hy-stat .label { font-size: 14px; color: var(--text-light); margin-top: 8px; }

/* Solution icons row */
.hy-solution-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; }
.hy-solution-icon { padding: 32px 24px; background: var(--white); border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.hy-solution-icon .icon { font-size: 48px; margin-bottom: 16px; }
.hy-solution-icon h4 { font-size: 18px; margin-bottom: 8px; }

/* News */
.hy-news-list { display: grid; gap: 0; }
.hy-news-item {
  display: flex; align-items: center; padding: 20px 0;
  border-bottom: 1px solid var(--border); transition: background .2s;
}
.hy-news-item:hover { background: var(--primary-light); padding-left: 12px; padding-right: 12px; }
.hy-news-item .tag {
  flex-shrink: 0; padding: 4px 12px; background: var(--primary-light);
  color: var(--primary); font-size: 12px; border-radius: 3px; margin-right: 16px;
}
.hy-news-item .title { flex: 1; font-size: 15px; color: var(--text); }
.hy-news-item .date { flex-shrink: 0; color: var(--text-muted); font-size: 14px; margin-left: 16px; }

/* Page banner */
.hy-page-banner {
  margin-top: var(--header-h); height: 240px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  display: flex; align-items: center; justify-content: center; color: var(--white);
}
.hy-page-banner h1 { font-size: 36px; font-weight: 700; }

/* Breadcrumb */
.hy-breadcrumb { padding: 16px 0; font-size: 14px; color: var(--text-muted); }
.hy-breadcrumb a:hover { color: var(--primary); }

/* Product grid */
.hy-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hy-product-card {
  background: var(--white); border-radius: 8px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .2s;
}
.hy-product-card:hover { transform: translateY(-4px); }
.hy-product-card .img { height: 200px; background: var(--bg-gray) center/cover no-repeat; }
.hy-product-card .info { padding: 16px; }
.hy-product-card .info h3 { font-size: 15px; margin-bottom: 8px; }
.hy-product-card .info p { font-size: 13px; color: var(--text-light); }

/* Detail page */
.hy-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 48px 0; }
.hy-detail-img { background: var(--bg-gray); border-radius: 8px; min-height: 360px; background-size: contain; background-position: center; background-repeat: no-repeat; }
.hy-detail-info h1 { font-size: 28px; margin-bottom: 16px; }
.hy-detail-info .summary { color: var(--text-light); margin-bottom: 24px; font-size: 16px; }
.hy-detail-content { padding: 48px 0; border-top: 1px solid var(--border); }
.hy-detail-content img { max-width: 100%; }

/* About sidebar layout */
.hy-about-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; padding: 48px 0; }
.hy-sidebar { background: var(--bg-gray); border-radius: 8px; padding: 16px 0; }
.hy-sidebar a {
  display: block; padding: 12px 24px; font-size: 15px; color: var(--text);
  border-left: 3px solid transparent; transition: all .2s;
}
.hy-sidebar a.active, .hy-sidebar a:hover {
  color: var(--primary); border-left-color: var(--primary); background: var(--white);
}
.hy-about-content { padding: 24px; background: var(--white); border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.hy-about-content h2 { font-size: 24px; margin-bottom: 20px; }
.hy-about-content p { margin-bottom: 12px; color: var(--text-light); line-height: 1.8; }

/* Contact */
.hy-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 48px 0; }
.hy-contact-info h3 { font-size: 20px; margin-bottom: 20px; }
.hy-contact-item { display: flex; gap: 12px; margin-bottom: 16px; font-size: 15px; }
.hy-contact-item .label { color: var(--text-muted); min-width: 80px; }
.hy-form .form-group { margin-bottom: 20px; }
.hy-form label { display: block; margin-bottom: 6px; font-size: 14px; color: var(--text); }
.hy-form input, .hy-form textarea, .hy-form select {
  width: 100%; padding: 10px 14px; border: 1px solid var(--border);
  border-radius: 4px; font-size: 14px; outline: none; transition: border .2s;
}
.hy-form input:focus, .hy-form textarea:focus { border-color: var(--primary); }
.hy-form textarea { min-height: 120px; resize: vertical; }

/* Footer */
.hy-footer { background: #1a1a2e; color: rgba(255,255,255,.7); padding: 60px 0 0; }
.hy-footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; padding-bottom: 40px; }
.hy-footer-col h4 { color: var(--white); font-size: 16px; margin-bottom: 16px; }
.hy-footer-col a { display: block; padding: 4px 0; font-size: 13px; color: rgba(255,255,255,.6); }
.hy-footer-col a:hover { color: var(--white); }
.hy-footer-contact { margin-top: 8px; font-size: 13px; line-height: 1.8; }
.hy-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0;
  text-align: center; font-size: 13px; color: rgba(255,255,255,.5);
}

/* Floating sidebar */
.hy-float-bar {
  position: fixed; right: 16px; bottom: 80px; z-index: 999;
  display: flex; flex-direction: column; gap: 4px;
}
.hy-float-item {
  width: 48px; height: 48px; background: var(--primary); color: var(--white);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 12px; text-align: center; line-height: 1.2;
  box-shadow: 0 4px 12px rgba(0,82,217,.3); transition: background .2s;
  position: relative;
}
.hy-float-item:hover { background: var(--primary-dark); }
.hy-float-panel {
  position: absolute; right: 56px; top: 50%; transform: translateY(-50%);
  background: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,.15);
  padding: 16px; border-radius: 8px; white-space: nowrap; display: none;
  color: var(--text); font-size: 14px;
}
.hy-float-item:hover .hy-float-panel { display: block; }

/* Pagination */
.hy-pagination { display: flex; justify-content: center; gap: 8px; padding: 32px 0; }
.hy-pagination a, .hy-pagination span {
  padding: 8px 14px; border: 1px solid var(--border); border-radius: 4px;
  font-size: 14px; color: var(--text);
}
.hy-pagination a.active, .hy-pagination a:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* Search overlay */
.hy-search-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 2000;
  display: flex; align-items: flex-start; justify-content: center; padding-top: 120px;
}
.hy-search-box {
  background: var(--white); padding: 24px; border-radius: 8px; width: 560px;
  display: flex; gap: 12px;
}
.hy-search-box input { flex: 1; padding: 12px 16px; border: 1px solid var(--border); border-radius: 4px; font-size: 16px; }

/* Mobile menu */
.hy-mobile-nav {
  position: fixed; inset: 0; background: var(--white); z-index: 1500;
  padding: 80px 24px 24px; overflow-y: auto; transform: translateX(100%);
  transition: transform .3s;
}
.hy-mobile-nav.open { transform: translateX(0); }
.hy-mobile-nav a {
  display: block; padding: 14px 0; font-size: 16px;
  border-bottom: 1px solid var(--border);
}
.hy-mobile-sub a { padding-left: 20px; font-size: 14px; color: var(--text-light); }

/* Responsive */
@media (max-width: 1024px) {
  .hy-product-matrix { grid-template-columns: repeat(3, 1fr); }
  .hy-product-grid { grid-template-columns: repeat(3, 1fr); }
  .hy-footer-grid { grid-template-columns: repeat(3, 1fr); }
  .hy-mega { width: 600px; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  :root { --header-h: 56px; }
  .hy-nav { display: none; }
  .hy-menu-toggle { display: block; }
  .hy-banner-slide { height: 360px; }
  .hy-banner-content h2 { font-size: 24px; }
  .hy-banner-content p { font-size: 14px; }
  .hy-section { padding: 48px 0; }
  .hy-section-title h2 { font-size: 24px; }
  .hy-product-matrix { grid-template-columns: repeat(2, 1fr); }
  .hy-product-grid { grid-template-columns: repeat(2, 1fr); }
  .hy-about { grid-template-columns: 1fr; }
  .hy-stats { grid-template-columns: repeat(2, 1fr); }
  .hy-solution-icons { grid-template-columns: 1fr; }
  .hy-detail { grid-template-columns: 1fr; }
  .hy-contact-grid { grid-template-columns: 1fr; }
  .hy-about-layout { grid-template-columns: 1fr; }
  .hy-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hy-news-item { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hy-news-item .date { margin-left: 0; }
  .hy-float-bar { right: 8px; bottom: 60px; }
  .hy-float-item { width: 40px; height: 40px; font-size: 10px; }
}

/* Chenghong logo - single black-text transparent PNG, always visible */
/* Unified header bar: homepage default was 100px, inner pages 80px — align to 80px */
header,
header .logo a,
header .rightDiv .menu > ul > li > a,
header .otherDiv {
  height: 80px !important;
}

/*
 * Semi-transparent header (Hirays-style) so page banners show underneath.
 */
body.page-inner header,
header.nyHeader,
header.on,
body.page-home header,
body:not(.page-inner) header {
  background: rgba(255, 255, 255, 0.32) !important;
  border-bottom: 1px solid rgba(232, 236, 243, 0.35) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
/* Mobile open menu: solid for readability */
body.on-menu header,
body.on-menu header.nyHeader,
body.on-menu header.on {
  background: #fff !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body.page-inner header .rightDiv .menu > ul > li > a,
header.nyHeader .rightDiv .menu > ul > li > a,
header.on .rightDiv .menu > ul > li > a,
body.page-home header .rightDiv .menu > ul > li > a,
body:not(.page-inner) header .rightDiv .menu > ul > li > a {
  color: #333 !important;
}
body.page-inner header .rightDiv .menu > ul > li:hover > a,
body.page-inner header .rightDiv .menu > ul > li.on > a,
header.nyHeader .rightDiv .menu > ul > li:hover > a,
header.nyHeader .rightDiv .menu > ul > li.on > a,
header.on .rightDiv .menu > ul > li:hover > a,
header.on .rightDiv .menu > ul > li.on > a,
body.page-home header .rightDiv .menu > ul > li:hover > a,
body.page-home header .rightDiv .menu > ul > li.on > a,
body:not(.page-inner) header .rightDiv .menu > ul > li:hover > a,
body:not(.page-inner) header .rightDiv .menu > ul > li.on > a {
  color: #819fdb !important;
}
body.page-inner header .ssBtn .font_family,
header.nyHeader .ssBtn .font_family,
header.on .ssBtn .font_family,
body.page-home header .ssBtn .font_family,
body:not(.page-inner) header .ssBtn .font_family {
  color: #333 !important;
}
body.page-inner header .langDiv,
header.nyHeader .langDiv,
header.on .langDiv,
body.page-home header .langDiv,
body:not(.page-inner) header .langDiv {
  color: #333 !important;
}
body.page-inner header {
  z-index: 10000 !important;
  pointer-events: auto;
}
/* Banner extends under transparent header (no opaque bar cutting the image) */
body.page-inner .main {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
body.page-inner .main > .nyBanner {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  overflow: hidden;
  min-height: calc(17vw + 80px) !important;
  height: auto !important;
}
/* Inner pages: keep full banner height, breadcrumb at bottom */
body.page-inner .main > .nyBanner .textDiv {
  display: none !important;
}
body.page-inner .main > .nyBanner .wrap {
  position: relative !important;
  height: calc(17vw + 80px) !important;
  min-height: 240px !important;
  padding: 0 !important;
  align-items: flex-end;
  box-sizing: border-box;
  pointer-events: none;
}
body.page-inner .main > .nyBanner .breadcrumbDiv {
  position: absolute !important;
  left: 0 !important;
  bottom: 20px !important;
  height: auto !important;
  margin: 0;
  color: #fff !important;
  z-index: 6;
  pointer-events: auto;
}
body.page-inner .main > .nyBanner .breadcrumbDiv,
body.page-inner .main > .nyBanner .breadcrumbDiv a,
body.page-inner .main > .nyBanner .breadcrumbDiv span,
body.page-inner .main > .nyBanner .breadcrumbDiv .font_family {
  color: #fff !important;
}
body.page-inner .main > .nyBanner .breadcrumbDiv a {
  cursor: pointer;
  text-decoration: none;
  pointer-events: auto;
  position: relative;
  z-index: 7;
  padding: 4px 10px;
  margin: 0 2px;
  transition: color 0.15s ease, background 0.15s ease;
}
body.page-inner .main > .nyBanner .breadcrumbDiv a:hover,
body.page-inner .main > .nyBanner .breadcrumbDiv a:focus {
  color: #819fdb !important;
  background: #eef3fb;
  text-decoration: none;
}
body.page-inner .nd-view,
body.page-inner .product-page,
body.page-inner .case-page,
body.page-inner .news-page {
  position: relative;
  z-index: 1;
  background: #fff;
}

header .logo img.site-logo,
header.on .logo img.site-logo,
header.nyHeader .logo img.site-logo,
.on-menu header .logo img.site-logo,
.on-fixed header .logo img.site-logo,
header.onHover .logo img.site-logo {
  display: block !important;
  max-width: 440px !important;
  max-height: 88px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* Nav title size */
header .rightDiv .menu > ul > li > a,
header.on .rightDiv .menu > ul > li > a,
header.nyHeader .rightDiv .menu > ul > li > a {
  font-size: 18px !important;
  font-weight: 500;
}
.footer .logoDiv img {
  max-height: 88px;
  max-width: 340px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 993px) {
  header .rightDiv .menu > ul > li > .submenu-button {
    display: none !important;
  }
}

@media (max-width: 992px) {
  header {
    z-index: 10001 !important;
  }
  /* Keep hamburger above search/lang so it can receive taps */
  header .mbtn {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 10050 !important;
    pointer-events: auto !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  header .otherDiv {
    position: relative;
    z-index: 1;
    padding-right: 50px !important;
    pointer-events: auto;
  }
  header .rightDiv {
    position: static;
  }
  header .rightDiv .menu {
    z-index: 10040 !important;
  }

  header,
  header .logo a,
  header .rightDiv .menu > ul > li > a,
  header .otherDiv {
    height: 50px !important;
  }
  body.page-inner .main {
    padding-top: 0;
  }
  body.page-inner .main > .nyBanner .wrap {
    height: calc(34vw + 50px) !important;
    min-height: 180px !important;
    padding: 0 !important;
  }
  body.page-inner .main > .nyBanner .breadcrumbDiv {
    bottom: 12px !important;
  }

  /* Vue-controlled mobile submenus (jQuery menumaker never binds in SPA) */
  header .rightDiv .menu > ul > li.has-sub > .submenu-button {
    display: block !important;
  }
  header .rightDiv .menu > ul > li.default > ul,
  header .rightDiv .menu > ul > li.proLi > ul.ch-mega,
  header .rightDiv .menu > ul > li.solLi > ul.ch-mega {
    display: none !important;
  }
  header .rightDiv .menu > ul > li.is-open > ul,
  header .rightDiv .menu > ul > li.is-open > ul.ch-mega,
  header .rightDiv .menu > ul > li > ul.open,
  header .rightDiv .menu > ul > li > ul.ch-mega.open {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 1 !important;
  }
}
@media (max-width: 768px) {
  header .logo img.site-logo {
    max-width: 300px !important;
    max-height: 52px !important;
  }
  header .rightDiv .menu > ul > li > a {
    font-size: 16px !important;
  }
}

/* Solution sidebar: decorative ::before must not block submenu clicks */
.solutionDiv .bdDiv::before {
  pointer-events: none;
}
.solutionDiv .bdDiv .blDiv {
  position: relative;
  z-index: 1;
}

/* Solution detail: back link above title */
.solutionDiv .brDiv .solution-back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.solutionDiv .brDiv .solution-back-link i {
  margin-right: 8px;
  font-size: 14px;
}
.solutionDiv .brDiv .solution-back-link:hover {
  color: #819fdb;
}

/* ===== Case / industry page ===== */
.case-page {
  background: #fff;
  min-height: 56vh;
}
.case-page__inner.wrap,
.case-page__inner {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px 72px;
  box-sizing: border-box;
}
.case-page__head {
  margin-bottom: 20px;
}
.case-page__eyebrow {
  display: none;
}
.case-page__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a2744;
}

.case-industry-nav,
.product-category-nav {
  position: relative;
  z-index: 3;
  margin-bottom: 28px;
  clear: both;
}
.case-industry-nav__cats {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8ecf3;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-category-nav__cats {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8ecf3;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.case-industry-nav__cat,
.product-category-nav__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: color 0.15s ease, background 0.15s ease;
}
.case-industry-nav__cat:hover,
.product-category-nav__cat:hover,
.case-industry-nav__cat.is-active,
.product-category-nav__cat.is-active {
  color: #819fdb;
  background: #eef3fb;
  font-weight: 700;
}
.case-industry-nav__cat.is-active::after,
.product-category-nav__cat.is-active::after {
  display: none;
}
.case-industry-nav__subs,
.product-category-nav__subs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  padding: 10px 12px;
  background: #f5f7fb;
  border: 1px solid #e8ecf3;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.case-industry-nav__sub,
.product-category-nav__sub {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.3;
  color: #5a667a;
  background: #fff;
  border: 1px solid #d8dee8;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.case-industry-nav__sub:hover,
.product-category-nav__sub:hover {
  color: #819fdb;
  border-color: #b8c6de;
  background: #eef3fb;
}
.case-industry-nav__sub.is-active,
.product-category-nav__sub.is-active {
  color: #fff;
  font-weight: 600;
  background: #819fdb;
  border-color: #819fdb;
}

.case-tiles {
  display: grid;
  /* 固定最多 4 列：1/2/3 张时也不拉满整行 */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  justify-content: start;
}
.case-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #1a2744;
  border: 1px solid #e6ebf2;
  box-shadow: 0 2px 10px rgba(26, 39, 68, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.case-tile:hover {
  transform: translateY(-2px);
  border-color: #d0d9e8;
  box-shadow: 0 10px 28px rgba(26, 39, 68, 0.1);
  color: #819fdb;
}
/* Height follows width (product-support style) — avoids fixed-px “short” tiles on 4K */
.case-tile__media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f6fa;
  border-bottom: 1px solid #e6ebf2;
}
.case-tile__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.case-tile__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  padding: 14px 16px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.case-page__intro {
  padding: 8px 0;
}
.case-page__intro-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 760px;
}
.case-page__empty,
.product-page__empty,
.news-page__empty {
  text-align: center;
  padding: 48px 16px;
  color: #999;
}

/* Case detail — normal document flow: title → image → body */
.case-page__inner > .case-industry-nav,
.case-page__inner > .case-detail {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.case-detail {
  display: block;
  position: static;
  z-index: auto;
  width: 100%;
  margin: 0;
  padding: 8px 0 40px;
  clear: both;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.case-detail__head {
  display: block;
  position: static;
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e8ecf3;
  text-align: left;
}
.case-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #667085;
  text-decoration: none;
}
.case-detail__back i {
  font-size: 12px;
}
.case-detail__back:hover {
  color: #819fdb;
}
.case-detail__title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a2744;
  word-break: break-word;
}
.case-detail__summary {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #667085;
}
.case-detail__content {
  display: block;
  position: static !important;
  clear: both;
  margin: 0 0 24px;
  padding: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  overflow-wrap: break-word;
  word-break: break-word;
}
.case-detail__media {
  display: block;
  position: static;
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #eef1f6;
  border: 1px solid #e6ebf2;
  box-sizing: border-box;
}
.case-detail__media.is-video,
.case-detail__media--video {
  background: #0f172a;
}
.case-detail__media img {
  display: block;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  background: #eef1f6;
}
.case-detail__media video.case-detail__video,
.case-detail__media video.compatible-video {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 360px !important;
  max-width: 100% !important;
  max-height: 70vh !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  aspect-ratio: 16 / 9;
  object-fit: contain !important;
  object-position: center center !important;
  background: #0f172a !important;
  transform: none !important;
  -webkit-transform: none !important;
  z-index: 1;
}
.case-detail__video-link {
  display: none;
}
.case-detail__content p {
  position: static !important;
  display: block !important;
  float: none !important;
  margin: 0 0 1em !important;
  padding: 0 !important;
  line-height: 1.9 !important;
  color: #444;
}
.case-detail__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
}
.case-detail__empty {
  margin: 0;
  text-align: center;
  color: #999;
  padding: 24px 0 8px;
}

/* ===== Product list page ===== */
.product-page,
.product-page.productDiv {
  background: #fff;
  min-height: 56vh;
}
.product-page__inner.wrap,
.product-page__inner {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px 72px;
  box-sizing: border-box;
}
.product-page__head {
  margin-bottom: 20px;
}
.product-page__eyebrow {
  display: none;
}
.product-page__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a2744;
}
.product-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  justify-content: start;
}
.product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #1a2744;
  border: 1px solid #e6ebf2;
  box-shadow: 0 2px 10px rgba(26, 39, 68, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.product-tile:hover {
  transform: translateY(-2px);
  border-color: #d0d9e8;
  box-shadow: 0 10px 28px rgba(26, 39, 68, 0.1);
  color: #819fdb;
}
.product-tile__media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f4f6fa;
  border-bottom: 1px solid #e6ebf2;
}
.product-tile__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.product-tile__name {
  display: block;
  padding: 14px 16px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

/* ===== News list page (aligned with product list) ===== */
.news-page {
  background: #fff;
  min-height: 56vh;
}
.news-page__inner.wrap,
.news-page__inner {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px 72px;
  box-sizing: border-box;
}
.news-page__head {
  margin-bottom: 20px;
}
.news-page__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a2744;
}
.news-page__empty {
  text-align: center;
  padding: 48px 16px;
  color: #999;
}
.news-category-nav {
  margin-bottom: 24px;
}
.news-category-nav__cats {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8ecf3;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.news-category-nav__cat {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}
.news-category-nav__cat:hover,
.news-category-nav__cat.is-active {
  color: #819fdb;
  background: #eef3fb;
  font-weight: 700;
}
.news-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  justify-content: start;
}
.news-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #1a2744;
  border: 1px solid #e6ebf2;
  box-shadow: 0 2px 10px rgba(26, 39, 68, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.news-tile:hover {
  transform: translateY(-2px);
  border-color: #d0d9e8;
  box-shadow: 0 10px 28px rgba(26, 39, 68, 0.1);
  color: #819fdb;
}
.news-tile__media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f6fa;
  border-bottom: 1px solid #e6ebf2;
}
.news-tile__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news-tile__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  padding: 14px 16px 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.news-tile__date {
  display: block;
  padding: 0 16px 16px;
  font-size: 13px;
  color: #8a94a6;
  text-align: center;
}

/* ===== News detail ===== */
.nd-view {
  background: #fff;
  min-height: 50vh;
}
.nd-view__main.wrap,
.nd-view__main {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  padding: 36px 40px 72px;
  box-sizing: border-box;
}
.nd-view__head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8ecf3;
  text-align: center !important;
}
.nd-view__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #819fdb;
  background: #eef3fb;
  border: 1px solid #d5deed;
  text-decoration: none;
}
.nd-view__tag:hover {
  background: #e2ebf8;
  color: #16357a;
}
.nd-view__title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  color: #1a2744;
  word-break: break-word;
  text-align: center !important;
}
.nd-view__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  width: 100%;
}
.nd-view__date {
  font-size: 14px;
  color: #8a94a6;
}
.nd-view__font {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8a94a6;
}
.nd-view__font-label {
  margin-right: 2px;
  color: #8a94a6;
}
.nd-view__font-btn {
  appearance: none;
  border: 1px solid #d8dee8;
  background: #fff;
  color: #5a667a;
  min-width: 36px;
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  border-radius: 2px;
}
.nd-view__font-btn:hover {
  color: #819fdb;
  border-color: #b8c6de;
  background: #eef3fb;
}
.nd-view__font-btn.is-active {
  color: #fff;
  background: #819fdb;
  border-color: #819fdb;
}
.nd-view__body {
  width: 100%;
  max-width: none;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  overflow-wrap: break-word;
  text-align: center;
}
.nd-view__body.is-long {
  text-align: left;
}
.nd-view__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.nd-view__body p {
  margin: 0 0 1em;
  text-align: inherit;
}
.nd-view__body h1,
.nd-view__body h2,
.nd-view__body h3 {
  margin: 1.2em 0 0.6em;
  color: #1a2744;
  line-height: 1.4;
}
.nd-view__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 0 48px;
  padding-top: 28px;
  border-top: 1px solid #e8ecf3;
}
.nd-view__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 14px;
  color: #667085;
  text-decoration: none;
}
.nd-view__nav-link--prev { justify-self: start; }
.nd-view__nav-link--next { justify-self: end; text-align: right; }
.nd-view__nav-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nd-view__nav-link:hover { color: #819fdb; }
.nd-view__nav-link.is-empty { visibility: hidden; }
.nd-view__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 28px;
  background: #819fdb;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.nd-view__back:hover { background: #16357a; }
.nd-view__related {
  max-width: 75%;
  margin: 0 auto;
  padding-top: 8px;
}
.nd-view__related-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #1a2744;
}
.nd-view__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  justify-content: start;
}
.nd-view__related-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6ebf2;
  color: #1a2744;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.nd-view__related-item:hover {
  transform: translateY(-2px);
  border-color: #d0d9e8;
  box-shadow: 0 8px 22px rgba(26, 39, 68, 0.08);
  color: #819fdb;
}
.nd-view__related-media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f6fa;
  border-bottom: 1px solid #e8ecf3;
}
.nd-view__related-media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nd-view__related-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  padding: 12px 14px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.nd-view__related-date {
  display: block;
  padding: 0 14px 14px;
  font-size: 12px;
  color: #8a94a6;
  text-align: center;
}

/* ===== Product detail ===== */
.pd-view {
  background: #fff;
  min-height: 60vh;
}
.pd-view__crumb {
  border-bottom: 1px solid #e8ecf3;
}
.pd-view__main.wrap,
.pd-view__main {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 40px 64px;
  box-sizing: border-box;
}
.pd-view__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px 48px;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8ecf3;
}
.pd-view__media {
  display: flex;
  flex-direction: column;
  background: #cfcfcf;
  padding: 0;
  border: 1px solid #d8dee8;
  box-shadow: 0 2px 10px rgba(26, 39, 68, 0.06);
  overflow: hidden;
}
.pd-view__gallery,
.pd-view__gallery.swiper-container {
  position: relative;
  flex: 1;
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: 0;
  padding: 0;
  background: #cfcfcf;
  overflow: hidden;
}
.pd-view__gallery .swiper-wrapper {
  height: 100%;
}
.pd-view__gallery .swiper-slide {
  position: relative;
  width: 100% !important;
  height: 420px !important;
  min-height: 420px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #cfcfcf;
}
.pd-view__gallery .swiper-slide img,
.pd-view__gallery img,
.pd-view__gallery-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block;
}
.pd-view__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid #d5dceb;
  background: rgba(255, 255, 255, 0.95);
  color: #819fdb;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 8px rgba(26, 39, 68, 0.08);
}
.pd-view__nav--prev { left: 10px; }
.pd-view__nav--next { right: 10px; }
.pd-view__nav:hover { background: #819fdb; color: #fff; }
.pd-view__thumbs {
  margin-top: 0;
  padding: 10px 12px;
  background: #fff;
  border-top: 1px solid #e8ecf3;
}
.pd-view__thumbs .swiper-slide {
  height: 58px;
  background: #f7f9fc;
  border: 1px solid #e6ebf2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  opacity: 0.7;
  cursor: pointer;
}
.pd-view__thumbs .swiper-slide-thumb-active {
  border-color: #819fdb;
  opacity: 1;
  background: #fff;
}
.pd-view__thumbs img {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}
.pd-view__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 8px 0 8px 8px;
}
.pd-view__series {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #819fdb;
  letter-spacing: 0;
  background: #eef3fb;
  border: 1px solid #d5deed;
  text-decoration: none;
}
.pd-view__series:hover {
  background: #e2ebf8;
  color: #16357a;
}
.pd-view__name {
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a2744;
}
.pd-view__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
  padding: 4px 0;
  border-top: 1px solid #e8ecf3;
}
.pd-view__meta-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8ecf3;
}
.pd-view__meta-label {
  font-size: 13px;
  color: #8a94a6;
}
.pd-view__meta-value {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.pd-view__actions {
  display: flex;
  gap: 16px;
  margin-top: auto;
}
.pd-view__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 28px;
  background: #819fdb;
  color: #fff !important;
  font-size: 15px;
}
.pd-view__cta:hover { background: #16357a; }
.pd-view__toc {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8ecf3;
  padding-left: 4px;
}
.pd-view__toc-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 12px 18px;
  font-size: 15px;
  color: #667085;
  cursor: pointer;
  position: relative;
}
.pd-view__toc-btn.is-active {
  color: #819fdb;
  font-weight: 600;
}
.pd-view__toc-btn.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  background: #819fdb;
}
.pd-view__block {
  margin-bottom: 36px;
  padding-left: 22px;
  padding-right: 22px;
}
.pd-view__block-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #1a2744;
}
.pd-view__rich {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
}
.pd-view__muted {
  color: #999;
}
.pd-view__related {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pd-view__related-item {
  display: block;
  background: #fff;
  border: 1px solid #e6ebf2;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.pd-view__related-item:hover {
  border-color: #d0d9e8;
  box-shadow: 0 6px 18px rgba(26, 39, 68, 0.08);
}
.pd-view__related-media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  background: #f4f6fa;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #e8ecf3;
}
.pd-view__related-media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.pd-view__related-name {
  display: block;
  padding: 12px;
  font-size: 14px;
  color: #1a2744;
  text-align: center;
}

/* Large screens: keep 4 columns; image height still follows width via aspect-ratio */
@media (min-width: 1920px) {
  .product-tiles,
  .news-tiles,
  .case-tiles,
  .nd-view__related-grid {
    gap: 28px;
  }
  .product-tile__name,
  .case-tile__name,
  .news-tile__name {
    font-size: 18px;
    padding: 16px 18px 18px;
  }
}

@media (min-width: 2560px) {
  .product-tiles,
  .news-tiles,
  .case-tiles,
  .nd-view__related-grid {
    gap: 32px;
  }
  .product-tile__name,
  .case-tile__name,
  .news-tile__name {
    font-size: 20px;
    padding: 18px 20px 20px;
  }
  .case-page__title,
  .product-page__title,
  .news-page__title {
    font-size: 36px;
  }
  .case-detail__title {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .product-tiles,
  .news-tiles,
  .case-tiles,
  .nd-view__related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .case-tiles,
  .product-tiles,
  .news-tiles,
  .nd-view__related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-page__inner.wrap,
  .product-page__inner,
  .news-page__inner.wrap,
  .news-page__inner,
  .case-page__inner.wrap,
  .case-page__inner,
  .nd-view__main.wrap,
  .nd-view__main {
    padding-left: 24px;
    padding-right: 24px;
  }
  .case-page__title,
  .product-page__title,
  .news-page__title {
    font-size: 26px;
  }
  .nd-view__title {
    font-size: 26px;
  }
  .nd-view__nav {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .nd-view__nav-link--prev,
  .nd-view__nav-link--next {
    justify-self: center;
    text-align: center;
  }
  .pd-view__hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pd-view__main.wrap,
  .pd-view__main {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pd-view__gallery,
  .pd-view__gallery.swiper-container,
  .pd-view__gallery .swiper-slide {
    min-height: 280px;
    height: 280px !important;
  }
  .pd-view__gallery img {
    max-height: none !important;
  }
  .pd-view__info {
    padding: 0;
  }
  .pd-view__name {
    font-size: 28px;
  }
  .pd-view__related {
    grid-template-columns: 1fr 1fr;
  }
  .case-page__title,
  .product-page__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .case-tiles,
  .product-tiles,
  .news-tiles,
  .nd-view__related-grid,
  .pd-view__related {
    grid-template-columns: 1fr;
  }
  .product-page__inner.wrap,
  .product-page__inner,
  .pd-view__main.wrap,
  .pd-view__main,
  .news-page__inner.wrap,
  .news-page__inner,
  .case-page__inner.wrap,
  .case-page__inner,
  .nd-view__main.wrap,
  .nd-view__main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-tile__name,
  .news-tile__name,
  .case-tile__name {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-category-nav__cat,
  .news-category-nav__cat,
  .case-industry-nav__cat {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
  }
  .case-detail {
    padding: 8px 0 32px;
  }
  .case-detail__title {
    font-size: 24px;
  }
  .case-detail__media img {
    max-height: 280px !important;
  }
  .case-detail__media video.case-detail__video {
    min-height: 200px !important;
    max-height: 50vh !important;
  }
  .pd-view__meta-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Homepage one-stop: single CMS illustration (transparent PNG) */
.indexDiv3 .bdDiv .brDiv .one-stop-figure {
  margin-top: 1vw;
  text-align: center;
}
.indexDiv3 .bdDiv .brDiv .one-stop-figure__img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

/* Solution category thumb icons — show CMS upload as-is (no invert/white-block) */
.indexDiv2 .smallDiv .swiperDiv .conDiv img,
.indexDiv2 .smallDiv .swiperDiv .conDiv img.sol-thumb-icon {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain !important;
  filter: none !important;
  background: transparent !important;
}
.indexDiv2 .smallDiv .swiperDiv .swiper-slide-thumb-active .conDiv img,
.indexDiv2 .smallDiv .swiperDiv .swiper-slide-thumb-active .conDiv img.sol-thumb-icon {
  filter: none !important;
}
@media (max-width: 768px) {
  .indexDiv2 .smallDiv .swiperDiv .conDiv img,
  .indexDiv2 .smallDiv .swiperDiv .conDiv img.sol-thumb-icon {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px;
    max-height: 32px;
  }
}

/* About careers — unified table layout */
.joinDiv .bdDiv .bh,
.joinDiv .bdDiv ul li .lh {
  display: grid !important;
  grid-template-columns: 25% 15% 15% 15% 30%;
  align-items: center;
  justify-items: center;
  width: 100%;
  box-sizing: border-box;
}
.joinDiv .bdDiv .bh {
  margin: 0;
  padding: 0;
}
.joinDiv .bdDiv .bh .item,
.joinDiv .bdDiv ul li .lh .item {
  width: 100% !important;
  text-align: center !important;
  box-sizing: border-box;
}
.joinDiv .bdDiv .bh .item {
  color: #fff !important;
  font-size: 16px;
  font-weight: normal;
}
.joinDiv .bdDiv ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.joinDiv .bdDiv ul li {
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #666;
  cursor: default;
}
.joinDiv .bdDiv ul li .lh {
  padding: 20px 0 !important;
  line-height: 1.5;
}
.joinDiv .bdDiv ul li .lh .item {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}
.joinDiv .bdDiv ul li.on {
  border-color: #e5e5e5;
  box-shadow: none;
}
@media (max-width: 768px) {
  .joinDiv .bdDiv .bh,
  .joinDiv .bdDiv ul li .lh {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .joinDiv .bdDiv .bh .item:nth-child(2),
  .joinDiv .bdDiv .bh .item:nth-child(5),
  .joinDiv .bdDiv ul li .lh .item:nth-child(2),
  .joinDiv .bdDiv ul li .lh .item:nth-child(5) {
    display: none;
  }
  .joinDiv .bdDiv .bh .item,
  .joinDiv .bdDiv ul li .lh .item {
    font-size: 14px;
  }
  .joinDiv .bdDiv ul li .lh .item:nth-child(1) {
    font-size: 16px;
  }
  .joinDiv .bdDiv ul li .lh {
    padding: 15px 0 !important;
  }
}

/* About honors certificates grid */
#page9 .about-honor-card .imgDiv.imgObj {
  padding-top: 72%;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f8fa;
}
#page9 .about-honor-card .textDiv {
  margin-top: 14px;
  text-align: center;
}
#page9 .about-honor-card .textDiv .title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
#page9 .about-honor-card__placeholder {
  color: #bbb;
  font-size: 14px;
}

/* FAQ hotline — keep full phone on one line */
.queAnsDiv .hdDiv .telDiv a {
  width: auto;
  min-width: 240px;
  max-width: 100%;
  height: auto;
  min-height: 46px;
  padding: 10px 24px;
  white-space: nowrap;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .queAnsDiv .hdDiv .telDiv {
    padding: 0 12px;
    max-width: 100%;
  }
  .queAnsDiv .hdDiv .telDiv a {
    min-width: auto;
    width: auto;
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* Product support — full-width content without left sidebar */
.cpjzDiv .bdDiv.product-support-full .brDiv {
  width: 100%;
  max-width: 100%;
}

/* About page — tighten intro spacing when promo video is absent */
.aboutDiv1 .textDiv .p {
  margin-bottom: 5vh;
}

/* About intro stats — match original: text block above, stats row below */
.aboutDiv1 .bdDiv {
  display: block;
}
.aboutDiv1 .bdDiv .dataDiv ul {
  width: 100%;
  flex-wrap: nowrap;
}
.aboutDiv1 .bdDiv .dataDiv ul li {
  flex: 1 1 0;
  min-width: 0;
}
.aboutDiv1 .bdDiv .dataDiv ul li .conDiv .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.aboutDiv1 .bdDiv .dataDiv ul li .conDiv .num sub {
  vertical-align: middle;
  position: relative;
  bottom: 0;
  line-height: 1;
}
.aboutDiv1 .bdDiv .dataDiv ul li .conDiv p {
  white-space: nowrap;
}

/* Homepage about — img layer (fullpage CSS backgrounds often fail to paint) */
.section4 {
  position: relative;
  background-color: #1a2744;
  overflow: hidden;
}
.section4__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.section4__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.section4 .banner2 {
  position: relative;
  z-index: 1;
}
.section4 .banner2,
.section4 .banner2 .wrap,
.section4 .indexDiv4 {
  height: 100%;
}
.section4 .indexDiv4 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.section4 .indexDiv4 .bdDiv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Homepage stats — keep number + unit + label on one line */
.indexDiv4 .bdDiv .dataDiv ul {
  flex-wrap: nowrap;
}
.indexDiv4 .bdDiv .dataDiv ul li {
  flex-shrink: 0;
}
.indexDiv4 .bdDiv .dataDiv ul li .conDiv .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.indexDiv4 .bdDiv .dataDiv ul li .conDiv .num sub {
  vertical-align: middle;
  position: relative;
  bottom: 0;
  line-height: 1;
}
.indexDiv4 .bdDiv .dataDiv ul li .conDiv p {
  white-space: nowrap;
}
.section4 .banner2 .aImg {
  object-fit: cover;
  display: block;
  z-index: 2;
}
.main > .nyBanner {
  min-height: calc(17vw + 80px);
  background-color: #d9e4f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.indexDiv5-empty {
  margin-top: 5.5vh;
  padding: 4vw 0 6vw;
  color: #666;
}
.aboutDiv2 video {
  max-height: 56vw;
}
@media (min-width: 769px) {
  .aboutDiv2 video {
    max-height: 70vh;
    height: auto;
  }
}

/* Footer left column — compact social row + tighter vertical rhythm */
.footerDiv .hdDiv {
  padding: 2.8vw 0 0.6vw !important;
  align-items: flex-start !important;
  gap: 5.5vw;
  border-bottom: none !important;
  box-shadow: none !important;
}
.footerDiv .bdDiv {
  padding: 0.8vw 0 1.6vw !important;
  border: none !important;
  border-top: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
/* Nav columns: farther from logo, fill to right edge */
.footerDiv .hdDiv .hrDiv {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: nowrap;
  gap: 2vw;
  margin-left: 3.5vw !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
}
.footerDiv .hdDiv .listDiv {
  margin: 0 !important;
  flex: 1 1 0;
  min-width: 0;
  padding-right: 0;
}
.footerDiv .hdDiv .listDiv:last-child {
  padding-right: 0;
  text-align: left;
}
.footerDiv .hdDiv .listDiv > span a {
  margin-bottom: 16px !important;
}
.footerDiv .hdDiv .aDiv a {
  margin-bottom: 8px !important;
  line-height: 1.4;
}
/* >6 links: wrap into 2 columns, height ≈ 6 rows */
.footerDiv .hdDiv .aDiv.flexsta {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  max-height: 168px !important;
  column-gap: 1.4vw;
}
.footerDiv .hdDiv .aDiv.flexsta a {
  margin-right: 0 !important;
  margin-bottom: 8px !important;
  width: auto;
  min-width: 4.8em;
}
.footerDiv .hdDiv .listDiv--wide {
  flex: 1.45 1 0;
  min-width: 0;
  width: auto;
}
.footerDiv .hdDiv .hlDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  min-width: 150px;
  max-width: 240px;
  flex: 0 0 auto;
  text-align: left;
}
.footerDiv .hdDiv .hlDiv .logoDiv {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footerDiv .hdDiv .hlDiv .logoDiv img {
  display: block;
  margin: 0;
  max-width: 100%;
  object-position: left top;
}
.footerDiv .hdDiv .hlDiv .shareDiv {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 14px 0 12px !important;
  width: 100%;
}
.footerDiv .hdDiv .hlDiv .shareDiv a {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}
.footerDiv .hdDiv .hlDiv .emailDiv {
  margin-top: 0;
  width: 100%;
  text-align: left;
}
.footerDiv .hdDiv .hlDiv .emailDiv p {
  margin: 0;
  line-height: 1.5;
}
.footerDiv .hdDiv .hlDiv .emailDiv p + p {
  margin-top: 4px;
}
.footerDiv .fbDiv .banquan .psb-link {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
}
.footerDiv .fbDiv .banquan .psb-link__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  object-fit: contain;
}
.footerDiv .fbDiv .banquan .psb-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Bottom bar: copyright centered, no friend-links */
.footerDiv .fbDiv .wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.footerDiv .fbDiv .banquan {
  width: auto !important;
  max-width: 100%;
  text-align: center !important;
  margin: 0 auto;
}
.footerDiv .fbDiv .linksDiv {
  display: none !important;
}
@media (max-width: 768px) {
  .footerDiv .hdDiv .hlDiv {
    width: 100%;
    max-width: none;
    text-align: left;
    align-items: flex-start;
  }
  .footerDiv .hdDiv .hlDiv .logoDiv {
    display: flex;
    justify-content: flex-start;
  }
  .footerDiv .hdDiv .hlDiv .shareDiv {
    justify-content: flex-start;
    gap: 10px;
    margin: 12px 0 10px !important;
  }
  .footerDiv .hdDiv .hlDiv .emailDiv {
    text-align: left;
  }
}

/* Contact page — flat cards (no border / bg / shadow), tighter under banner */
.contactDiv.pd90 {
  padding: 40px 0 70px !important;
}
.contactDiv .hdDiv .nyTitle {
  margin-bottom: 10px;
}
.contactDiv .hdDiv .row > div {
  margin-top: 24px !important;
}
.contactDiv .hdDiv .row > div .conDiv {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 16px !important;
}
.contactDiv .hdDiv .row > div .conDiv:hover {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.contactDiv .hdDiv .row > div .conDiv .icon {
  border: 1px solid #819fdb !important;
  background: transparent !important;
  box-shadow: none !important;
}
.contactDiv .bdDiv {
  margin: 50px 0 0 !important;
}
.contactDiv .bdDiv .row > div {
  margin-top: 24px !important;
}
.contactDiv .bdDiv .row > div .conDiv {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 16px 8px !important;
}
.contactDiv .bdDiv .row > div .conDiv:hover {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Homepage product section — full-bleed bg, contain arrows, smaller preview */
.section1 {
  background-color: #819fdb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section1 .bgImg {
  display: none !important;
}

/* —— Homepage products: same composition as industry cases —— */
.section1 .banner2,
.section1 .indexDiv1 {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.section1 .indexDiv1 {
  overflow: hidden;
}
.section1 .indexDiv1 .indexTitle {
  position: absolute;
  left: 0;
  top: 20vh;
  width: 100%;
  z-index: 99;
  margin: 0;
  pointer-events: none;
}
.section1 .indexDiv1 .indexTitle span {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* Full-bleed product stage */
.section1 .product-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.section1 .product-hero__visual {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #819fdb;
}
.section1 .product-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.section1.has-section-bg .product-hero__visual {
  background: transparent;
}
.section1.has-section-bg .product-hero__visual img {
  object-fit: cover;
  object-position: center center;
}
.section1 .product-hero__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
  background: linear-gradient(90deg, rgba(15, 35, 70, 0.45) 0%, rgba(15, 35, 70, 0.12) 45%, transparent 70%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}
/* Align with first bottom category card (.wrap1 + .swiperDiv 4vw) */
.section1 .product-hero__text .wrap {
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
  padding: 14vh 4vw 0;
  box-sizing: border-box;
}
.section1 .product-hero__text span.f36 {
  font-weight: 700;
  display: block;
  pointer-events: auto;
}
.section1 .product-hero__series {
  margin-top: 1vw;
  max-width: 100%;
  line-height: 1.7;
  font-size: 1.05vw;
  pointer-events: auto;
}
.section1 .product-hero__more {
  margin-top: 1.6vw;
  pointer-events: auto;
}
.section1 .product-hero__more .imoreBtn {
  width: 8.3vw;
  min-width: 100px;
  height: 2.3vw;
  min-height: 32px;
  font-size: 0.83vw;
  border: 1px solid #fff;
  color: #fff;
}
.section1 .product-hero__more .imoreBtn em {
  color: #fff;
}
.section1 .product-hero__more .imoreBtn:hover {
  border-color: #819fdb;
}
.section1 .product-hero__series-item {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease;
}
.section1 .product-hero__series-item:hover,
.section1 .product-hero__series-item.on {
  color: #fff;
  font-weight: 700;
}
.section1 .product-hero__series-sep {
  color: rgba(255, 255, 255, 0.55);
  margin: 0 2px;
}

/* Bottom category strip — same language as industry cases */
.section1 .indexDiv1 .smallDiv {
  position: absolute;
  left: 0;
  bottom: calc(6vw - 1.4em);
  width: 100%;
  z-index: 99;
}
.section1 .indexDiv1 .smallDiv .swiperDiv {
  position: relative;
  padding: 0 4vw;
}
.section1 .indexDiv1 .smallDiv .swiperDiv .conDiv {
  cursor: pointer;
  height: 7.3vw;
  background: rgba(51, 62, 82, 0.8);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
}
.section1 .indexDiv1 .smallDiv .swiperDiv .conDiv p {
  margin: 0;
}
.section1 .indexDiv1 .smallDiv .swiperDiv .swiper-slide-thumb-active .conDiv {
  background: #fff;
  color: #819fdb;
}
.section1 .indexDiv1 .smallDiv .swiperDiv .swiper-slide-thumb-active .conDiv p {
  font-weight: 700;
}
.section1 .indexDiv1 .swiper-button-prev,
.section1 .indexDiv1 .swiper-button-next {
  width: 4vw;
  height: 4vw;
  margin-top: -2vw;
  border-radius: 50%;
  background: rgba(89, 107, 141, 0.7);
}
.section1 .indexDiv1 .swiper-button-prev i,
.section1 .indexDiv1 .swiper-button-next i {
  font-size: 16px;
  color: #fff;
  display: block;
}
.section1 .indexDiv1 .swiper-button-prev:hover,
.section1 .indexDiv1 .swiper-button-next:hover {
  background: #fff;
}
.section1 .indexDiv1 .swiper-button-prev:hover i,
.section1 .indexDiv1 .swiper-button-next:hover i {
  color: #819fdb;
}
.section1 .indexDiv1 .swiper-button-prev {
  left: -1.5vw;
}
.section1 .indexDiv1 .swiper-button-next {
  right: -1.5vw;
}
.section1 .indexDiv1 .gallery-thumbs {
  overflow: hidden;
}
.section1 .indexDiv1 .gallery-thumbs .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .section1 .indexDiv1 .indexTitle {
    top: 50px;
    padding: 0 15px;
  }
  .section1 .indexDiv1 .indexTitle span {
    font-size: 24px !important;
  }
  .section1 .product-hero {
    height: auto;
    min-height: 100vw;
  }
  .section1 .product-hero__visual {
    position: relative;
    height: 100vw;
  }
  .section1 .product-hero__text {
    position: absolute;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 110px;
    background: linear-gradient(to top, rgba(15, 35, 70, 0.65) 0%, transparent 70%);
  }
  .section1 .product-hero__text .wrap {
    padding: 0 35px 0;
    max-width: 94%;
  }
  .section1 .product-hero__more {
    margin-top: 12px;
  }
  .section1 .product-hero__more .imoreBtn {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .section1 .product-hero__text span.f36 {
    font-size: 20px;
  }
  .section1 .product-hero__series {
    max-width: 100%;
    font-size: 12px;
    margin-top: 8px;
  }
  .section1 .indexDiv1 .smallDiv {
    bottom: 24px;
  }
  .section1 .indexDiv1 .smallDiv .swiperDiv {
    padding: 0 35px;
  }
  .section1 .indexDiv1 .smallDiv .swiperDiv .conDiv {
    height: 70px;
  }
  .section1 .indexDiv1 .smallDiv .swiperDiv .conDiv p {
    font-size: 12px;
  }
  .section1 .indexDiv1 .swiper-button-prev,
  .section1 .indexDiv1 .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

/* Homepage industry solutions — CMS bg only; no shared default photo */
.section2 {
  background-color: #819fdb;
  background-image: none;
}
/* Title: nudge up from previous 26vh */
.section2 .indexDiv2 .indexTitle {
  top: 20vh !important;
}
/* Category strip: move down ~one line of text */
.section2 .indexDiv2 .smallDiv {
  bottom: calc(6vw - 1.4em) !important;
}
.section2 .indexDiv2 .gallery-top .swiper-slide .imgDiv {
  background: #819fdb;
}
/* Fade stack: avoid horizontal “翻页” when jumping across categories */
.section2 .indexDiv2 .gallery-top.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.section2 .indexDiv2 .gallery-top.swiper-container-fade .swiper-slide-active,
.section2 .indexDiv2 .gallery-top.swiper-container-fade .swiper-slide-active .swiper-slide-duplicate-active {
  pointer-events: auto;
}
.section2 .indexDiv2 .gallery-top .swiper-slide .textDiv {
  background: linear-gradient(90deg, rgba(15, 35, 70, 0.45) 0%, rgba(15, 35, 70, 0.12) 55%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section2 .indexDiv2 .gallery-top .swiper-slide .textDiv .wrap {
  width: 100%;
  max-width: 83%;
  margin: 0 auto;
  padding: 14vh 4vw 0;
  box-sizing: border-box;
}
/* Match product-center series line (.product-hero__series) */
.section2 .indexDiv2 .gallery-top .swiper-slide .textDiv .p {
  margin-top: 1vw;
  line-height: 1.7;
  font-size: 1.05vw;
}
.section2 .indexDiv2 .gallery-top .swiper-slide .textDiv .p p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.section2 .indexDiv2 .solution-hero__more {
  margin-top: 1.6vw;
}
.section2 .indexDiv2 .solution-hero__more .imoreBtn {
  width: 8.3vw;
  min-width: 100px;
  height: 2.3vw;
  min-height: 32px;
  font-size: 0.83vw;
  border: 1px solid #fff;
  color: #fff;
}
.section2 .indexDiv2 .solution-hero__more .imoreBtn em {
  color: #fff;
}
.section2 .indexDiv2 .solution-hero__more .imoreBtn:hover {
  border-color: #819fdb;
}
.section2 .indexDiv2 .gallery-thumbs {
  overflow: hidden;
}
/* Let Swiper own slide widths — width:auto made the strip jump many cards at once */
.section2 .indexDiv2 .gallery-thumbs .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* About page — R&D carousel (#page8) Vue-driven track */
.aboutDiv3 .bdDiv.rd-carousel {
  position: relative;
}
.aboutDiv3 .rd-carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.aboutDiv3 .rd-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 800ms ease;
  will-change: transform;
}
.aboutDiv3 .rd-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  opacity: 0.2;
  transition: opacity 0.35s ease;
  box-sizing: border-box;
}
.aboutDiv3 .rd-carousel-slide.is-active {
  opacity: 1;
}
.aboutDiv3 .rd-carousel-nav {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  padding: 0;
}
.aboutDiv3 .rd-carousel-slide .img {
  position: relative;
}
.aboutDiv3 .rd-carousel-slide .titleDiv {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.22) 38%, transparent 72%);
}
.aboutDiv3 .swiper-button-prev,
.aboutDiv3 .swiper-button-next {
  z-index: 5;
}

/* About page — collapse gap between history and R&D (culture section removed) */
.history02 {
  padding-bottom: 45px;
}
.aboutDiv3#page8 {
  padding-top: 45px;
}
@media (max-width: 768px) {
  .history02 {
    padding-bottom: 30px;
  }
  .aboutDiv3#page8 {
    padding-top: 30px;
  }
}

/* ===== Header mega menus — dense grid (reference style) ===== */
header .rightDiv .menu > ul > li.proLi > ul.ch-mega,
header .rightDiv .menu > ul > li.solLi > ul.ch-mega {
  display: none;
  left: 0 !important;
  top: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(26, 39, 68, 0.12);
  border-top: 1px solid #e8ecf3;
  z-index: 100;
}
header .rightDiv .menu > ul > li.proLi:hover > ul.ch-mega,
header .rightDiv .menu > ul > li.solLi:hover > ul.ch-mega {
  display: block !important;
}
header .rightDiv .menu > ul > li.proLi > ul.ch-mega .imgBox,
header .rightDiv .menu > ul > li.solLi > ul.ch-mega .imgBox,
header .rightDiv .menu > ul > li.proLi > ul.ch-mega::before,
header .rightDiv .menu > ul > li.solLi > ul.ch-mega::before,
header .rightDiv .menu > ul > li.proLi > ul.ch-mega::after,
header .rightDiv .menu > ul > li.solLi > ul.ch-mega::after {
  display: none !important;
}

.ch-mega__panel {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 32px !important;
  box-sizing: border-box;
}
.ch-mega--product .ch-mega__panel {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 28px;
}
.ch-mega--case .ch-mega__panel {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px 8px;
}

.ch-mega__col {
  min-width: 0;
  padding: 4px 0 8px;
}
.ch-mega__heading {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 10px 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a2744 !important;
  border-bottom: 1px solid #e8ecf3;
  width: auto !important;
  background: transparent !important;
  text-align: left !important;
}
.ch-mega__heading:hover {
  color: #819fdb !important;
}

.ch-mega__link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  background: transparent !important;
  text-align: left !important;
  box-sizing: border-box;
  transition: color 0.15s ease, background 0.15s ease;
}
.ch-mega__link span {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}
.ch-mega__link i {
  flex-shrink: 0;
  font-size: 12px;
  color: #c0c7d4;
  opacity: 0.7;
}
.ch-mega__link:hover,
.ch-mega__link--tile:hover {
  color: #819fdb !important;
  background: #eef3fb !important;
}
.ch-mega__link:hover i {
  color: #819fdb;
  opacity: 1;
}

.ch-mega__link--tile {
  min-height: 46px;
}

@media (max-width: 1100px) {
  .ch-mega--product .ch-mega__panel,
  .ch-mega--case .ch-mega__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  header .rightDiv .menu > ul > li.proLi > ul.ch-mega,
  header .rightDiv .menu > ul > li.solLi > ul.ch-mega {
    position: relative !important;
    box-shadow: none;
    border-top: 0;
    background: #f5f5f5 !important;
  }
  .ch-mega__panel {
    padding: 8px 12px 16px !important;
  }
  .ch-mega--product .ch-mega__panel,
  .ch-mega--case .ch-mega__panel {
    grid-template-columns: 1fr 1fr;
    gap: 4px 8px;
  }
  .ch-mega__heading {
    font-size: 14px !important;
  }
  .ch-mega__link {
    padding: 10px 8px !important;
    font-size: 13px !important;
  }
}

/* Floating contact panel brand title */
.floatRightDiv .contacUsDiv .zxzxDiv .li .lt.float-brand-title {
  text-align: center;
  font-weight: 700;
  color: #1a2744;
  font-size: 16px;
}

