:root {
  --rpbz-primary: var(--primary, #ea5405);
  --rpbz-dark: #17120f;
  --rpbz-text: #2d2925;
}

.rpbz-home {
  color: var(--rpbz-text);
}

html,
body {
  opacity: 1 !important;
}

.rpbz-fullpage {
  width: 100%;
}

.rpbz-home-section {
  position: relative;
}

.rpbz-home-section--contact .site-footer {
  box-sizing: border-box;
  padding-top: clamp(76px, 7vw, 118px);
}

.rpbz-home-section--contact .site-footer__layout {
  padding-top: 0;
}

#site-header.scrolled,
#site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.fp-watermark,
#fp-nav {
  display: none !important;
}

@media screen and (min-width: 769px) {

  html,
  body {
    overflow: hidden !important;
  }
}

.rpbz-media-frame {
  position: relative;
  background: #1a1a1a;
}

.rpbz-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}

.rpbz-hero-animate {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.68s ease, transform 0.68s ease;
  transition-delay: var(--rpbz-hero-delay, 0ms);
}

.swiper-slide-active .rpbz-hero-animate.is-loaded {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rpbz-about-visual-panel {
  background-image: url('../rpbz/static/images/1782724761986154.png');
}

.rpbz-button-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.rpbz-button-icon {
  vertical-align: middle;
  margin-right: 8px;
}

.rpbz-section-intro {
  text-align: center;
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 100;
  margin: 30px auto 50px;
  max-width: 970px;
  line-height: 1.6;
}

.rpbz-empty-state {
  text-align: center;
}

.rpbz-empty-state__line {
  line-height: 2;
}

.rpbz-empty-state__title {
  font-size: 18px;
}

.rpbz-empty-state__home-link {
  color: #ea5405;
}

#c_static_368_P_039-1706719280444 {
  height: 100vh;
  overflow: hidden;
}

#c_static_368_P_039-1706719280444 .e_video-38 {
  height: 100vh;
}

#c_static_368_P_039-1706719280444 .e_video-38 .p_video {
  height: 100%;
}

#c_static_368_P_039-1706719280444 .e_video-38 video {
  height: 100%;
  object-fit: cover;
}

#c_static_368_P_039-1706719280444 .e_video-38 .cover {
  height: 100% !important;
}

#c_static_368_P_039-1706719280444 .e_video-38 .cover .coverImage {
  height: 100% !important;
}

#c_static_368_P_039-1706719280444 .e_video-38 .cover .coverImage img {
  height: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #c_static_368_P_039-1706719280444 {
    height: 100vh;
  }

  #c_static_368_P_039-1706719280444 .e_video-38 {
    height: 100vh;
  }
}

#c_static_537_P_016-17065416045620 .productSwiper {
  width: 100%;
  margin-top: 1.5%;
  padding: 0 50px;
  /* 固定高度给 Swiper grid-column 确保布局 */
  height: clamp(420px, 52vh, 560px);
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide {
  /* 给 Swiper 11 用 calc(50% - 10px) 有效 */
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide .e_container-183,
#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide .e_container-192,
#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide .e_container-205,
#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide .e_container-199 {
  width: 100%;
  margin-bottom: 0;
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-button-next,
#c_static_537_P_016-17065416045620 .productSwiper .swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #ea5405;
  border-radius: 50%;
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-button-next {
  right: 0px;
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-button-prev {
  left: 0px;
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-button-next:after,
#c_static_537_P_016-17065416045620 .productSwiper .swiper-button-prev:after {
  font-size: 18px;
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-pagination-bullet-active {
  background: #ea5405;
}

/* 横幅轮播分页指示器 */
#c_banner_019_P_852-17065357438980 .swiper-pagination {
  bottom: 100px !important;
}

#c_banner_019_P_852-17065357438980 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

#c_banner_019_P_852-17065357438980 .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  #c_static_537_P_016-17065416045620 .productSwiper {
    padding: 0 35px;
  }
}

#c_static_537_P_016-17065416045620 .e_container-178 {
  position: relative;
  z-index: 2;
}

#c_static_368_P_039-1706719280444 .e_container-39 .e_button-28 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex: 1;
  padding: 0 20px;
  margin: 0 !important;
  outline: none;
  border-color: #0000002b;
  box-shadow: none !important;
}

#c_static_368_P_039-1706719280444 .e_container-39 .e_button-28 span {
  white-space: nowrap;
}

#c_static_368_P_039-1706719280444 .e_container-39 .e_button-28:focus,
#c_static_368_P_039-1706719280444 .e_container-39 .e_button-28:active {
  outline: none;
  box-shadow: none !important;
}

#c_static_368_P_039-1706719280444 .e_text-5,
#c_static_368_P_039-1706719280444 .e_text-33 {
  overflow-wrap: break-word;
  word-break: break-word;
}

#c_static_368_P_039-1706719280444 .cbox-2-0 {
  overflow: hidden;
}

#c_product_list_042_P_028-17067235624330 .productCate-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px auto 0;
}

#c_product_list_042_P_028-17067235624330 .productCateSwiper {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden !important;
  position: relative;
}

#c_product_list_042_P_028-17067235624330 .productCateSwiper .swiper-wrapper {
  /* Swiper handles overflow on container */
}

#c_product_list_042_P_028-17067235624330 .productCateSwiper .swiper-slide {
  height: auto;
}

#c_product_list_042_P_028-17067235624330 .productCateSwiper .cbox-46 {
  width: 100%;
  margin-bottom: 0;
}

#c_product_list_042_P_028-17067235624330 .productCate-wrap .swiper-button-next,
#c_product_list_042_P_028-17067235624330 .productCate-wrap .swiper-button-prev {
  position: static;
  margin: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #ea5405;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#c_product_list_042_P_028-17067235624330 .productCate-wrap .swiper-button-next:after,
#c_product_list_042_P_028-17067235624330 .productCate-wrap .swiper-button-prev:after {
  font-size: 14px;
}

#c_product_list_042_P_028-17067235624330 .productCateSwiper .swiper-pagination-bullet-active {
  background: #ea5405;
}


#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-wrap {
  width: calc(100% - 200px);
  max-width: none;
  margin: 0 auto;
}

.certSwiper-wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.certSwiper-row {
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  height: auto;
}

.certSwiper-row .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  will-change: transform;
  transition: none !important;
  align-items: center;
}

.certSwiper-row .swiper-slide {
  flex: 0 0 calc((100vw - 530px) / 6);
  width: calc((100vw - 530px) / 6);
  margin: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none !important;
  overflow: hidden;
  min-width: 0;
  height: auto;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .cbox-1 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .cbox-1 .p_item {
  width: 100%;
  min-width: 0;
}

/* 笔记本/小桌面：每页5个，卡片更舒展 */
@media screen and (max-width: 1399px) and (min-width: 1025px) {
  .certSwiper-row .swiper-slide {
    flex: 0 0 calc((100vw - 440px) / 5);
    width: calc((100vw - 440px) / 5);
  }
}

/* 小平板/窄窗口：每页4个 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .certSwiper-row .swiper-slide {
    flex: 0 0 calc((100vw - 360px) / 4);
    width: calc((100vw - 360px) / 4);
  }
}

[data-anchor="certifications"] #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 {
  min-width: 0;
  height: auto !important;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_text-25 {
  font-size: 14px;
  color: #333;
  text-align: center;
  /* margin-top: 8px; */
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_container-2 {
  background: #fff;
  box-shadow: none;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 img {
  width: 100%;
  height: auto;
}

/* === ������֤ - CSS ���������� === */
.certSwiper-row[data-direction="left"] .swiper-wrapper {
  animation: marquee-left 45s linear infinite;
}

.certSwiper-row[data-direction="right"] .swiper-wrapper {
  animation: marquee-right 45s linear infinite;
}

.certSwiper-row:hover .swiper-wrapper {
  animation-play-state: paused;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--marquee-set-w, 1674px)));
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(calc(-1 * var(--marquee-set-w, 1674px)));
  }

  100% {
    transform: translateX(0);
  }
}


/* === ��Ʒ���� 2��4�� === */
#c_static_001-17067716846300 {
  height: 100vh;
  box-sizing: border-box;
  padding-top: 90px;
  overflow: hidden;
}

#c_static_001-17067716846300 .e_loop-1,
#c_static_001-17067716846300 .e_loop-1 .saf-cnProcate20245918220141 {
  height: 100%;
}

#c_static_001-17067716846300 .e_loop-1 .p_loopitem {
  flex: 0 0 25% !important;
  height: calc((100vh - 90px) / 2) !important;
  max-height: none !important;
  padding: 15px;
  justify-content: center;
}

#c_static_001-17067716846300 .e_loop-1 .p_list {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  min-height: calc(100vh - 90px);
}

#c_static_001-17067716846300 .e_loop-1 .p_loopitem:after {
  display: none !important;
}

#c_static_001-17067716846300 .e_richText-2 {
  width: 90px;
  height: 90px;
  border-width: 2px;
}

#c_static_001-17067716846300 .e_richText-2:before {
  width: 120%;
  height: 120%;
}

#c_static_001-17067716846300 .e_richText-2 svg {
  width: 42px;
  height: 42px;
}

#c_static_001-17067716846300 .e_h3-3 {
  font-size: 20px;
  padding-top: 18px;
}

#c_static_001-17067716846300 .e_text-4 {
  font-size: 14px;
  padding-bottom: 12px;
}

#c_static_001-17067716846300 .e_text-5 a {
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 25px;
}

/* === ��Ʒ�������򱳾� === */
#c_product_list_042_P_028-17067235624330 {
  /* background: url(../rpbz/static/images/92fc81d3-c681-4a8b-8af5-0377a7d2e6d6.jpg) center / cover no-repeat; */
  min-height: 100vh;
  overflow: hidden;
}

/* === ������ < 1620px ��ֹ���� === */
@media screen and (max-width: 1619px) {
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item a {
    padding: 0 0.8vw;
    font-size: 16px;
  }

  #c_static_001_P_21999-1686125044012 .e_container-1 {
    flex-wrap: nowrap;
  }

  #c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-1 {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 0;
  }
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper {
  overflow: hidden;
  position: relative;
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .swiper-wrapper {
  display: flex;
  flex: 1;
  min-height: 0;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .swiper-slide {
  padding: 6px 8px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .p_loopitem {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .e_image-9 {
  flex: 1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .e_image-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .e_text-10 {
  text-align: center;
  padding: 4px 0 0;
  font-size: 13px;
  flex: 0 0 auto;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .swiper-button-prev {
  left: 5px;
}

#c_static_001_P_36020-1706723619227 .productIntroSwiper .swiper-button-next {
  right: 5px;
}

/* === ������֤ - �ֻ����Ż� === */
@media screen and (max-width: 768px) {
  #c_static_001_P_33153-1702284521514 .e_container-15 {
    padding: 0 15px;
  }

  #c_static_001_P_33153-1702284521514 .e_text-17 {
    font-size: 28px !important;
  }

  #c_static_001_P_33153-1702284521514 .e_text-20 {
    font-size: 15px !important;
  }

  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-wrap {
    width: calc(100% - 32px);
  }

  .certSwiper-wrap {
    gap: 8px;
  }

  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 {
    width: auto;
  }

  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 img {
    width: auto;
    height: 100%;
  }

  .certSwiper-row .swiper-slide {
    flex: none;
    width: auto;
    margin: 0 12px;
  }
}

/* ===== fullPage.js 全局覆盖样式 ===== */
/* 固定导航条吸顶 */
#c_grid-116273709439191 {
  z-index: 99 !important;
}

/* 全局导航栏加宽 */
#fullpage .section {
  min-height: 100vh;
}

/* 右侧导航样式 */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #ea5405 !important;
}

#fp-nav ul li .fp-tooltip {
  color: #ea5405 !important;
  font-weight: 600 !important;
}

/* 移动自适应768px以下解除全屏 */
@media screen and (max-width: 768px) {
  #fullpage .section {
    height: auto !important;
    min-height: auto !important;
  }

  .fp-overflow {
    max-height: none !important;
  }

  /* 移动端分页指示器缩小 */
  #c_banner_019_P_852-17065357438980 .swiper-pagination {
    bottom: 20px !important;
  }

  #c_banner_019_P_852-17065357438980 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
}

/* 防全屏溢出-垂直居中兼容 */
@media screen and (min-width: 769px) {
  #fullpage .section.fp-table {
    justify-content: flex-start !important;
  }

  #fullpage .section.fp-table>.fp-overflow {
    height: 100%;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}

/* ===== 防全屏溢出+Banner适配 100vh ===== */
@media screen and (min-width: 769px) {

  /* 修正 Home 区Banner属性 padding-bottom:54% 冲突为100vh 适配 */
  [data-anchor="home"] #c_banner_019_P_852-17065357438980 .e_bannerA-2 .p_img {
    padding-bottom: 0 !important;
    max-height: none !important;
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
  }

  /* 修正 Products 区适配 */
  #c_static_537_P_016-17065416045620 {
    --saftime: 0.3s;
    --safswtime: 0.3s;
    padding-top: 92px !important;
    padding-bottom: 0 !important;
    height: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #c_static_537_P_016-17065416045620 .saf-fadeInUp {
    opacity: 1 !important;
    animation: none !important;
  }

  #c_static_537_P_016-17065416045620 .e_container-178 {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0;
  }

  #c_static_537_P_016-17065416045620 .e_container-178>.p_item {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0;
  }

  #c_static_537_P_016-17065416045620 .productSwiper {
    flex: 1 !important;
    height: clamp(360px, 48vh, 500px) !important;
    min-height: 360px;
    margin-top: 1% !important;
  }

  /* 修正 About 区适配 */
  [data-anchor="about"] #c_static_368_P_039-1706719280444 .saf-fadeInUp {
    opacity: 1 !important;
    animation: none !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-1 {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-2>.p_item {
    padding: 30px !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_text-22 {
    margin-bottom: 6px !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_text-5 {
    line-height: 22px !important;
    margin-bottom: 8px !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_line-29 {
    margin: 8px 0 !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_video-38 {
    height: 480px !important;
  }

  /* 修正 Certifications 区适配 */
  [data-anchor="certifications"] {
    background-color: rgba(251, 247, 239, 1) !important;
    display: flex !important;
    flex-direction: column !important;
  }

  [data-anchor="certifications"]>.fp-overflow {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  [data-anchor="certifications"] #c_static_001_P_33153-1702284521514 {
    flex: 0 0 auto !important;
  }

  [data-anchor="certifications"] #c_static_001_P_33153-1702284521514 .saf-fadeInUp {
    opacity: 1 !important;
    animation: none !important;
  }

  [data-anchor="certifications"] #c_static_001_P_33153-1702284521514 .e_text-17 {
    padding-top: 92px !important;
  }

  [data-anchor="certifications"] #c_static_001_P_33153-1702284521514 .e_text-20 {
    margin-bottom: 14px !important;
  }

  [data-anchor="certifications"] #c_static_001_P_33153-1702284521514 .certSwiper-row .e_image-22 {
    height: 110px !important;
  }

  [data-anchor="certifications"] #c_static_001_P_36020-1706723619227 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  [data-anchor="certifications"] #c_static_001_P_36020-1706723619227 .e_loop-8 {
    height: 100% !important;
    min-height: 0 !important;
  }

  [data-anchor="certifications"] #c_static_001_P_36020-1706723619227 .productIntroSwiper {
    max-height: none !important;
    height: 100% !important;
  }

  [data-anchor="certifications"] #c_static_001_P_36020-1706723619227 .e_image-9 {
    height: auto !important;
  }

  /* 修正 Categories 区适配 */
  #c_product_list_042_P_028-17067235624330 {
    padding-top: calc(92px + 2%) !important;
    padding-bottom: 3% !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }

  #c_product_list_042_P_028-17067235624330 .saf-fadeInUp {
    opacity: 1 !important;
    animation: none !important;
  }

  #c_product_list_042_P_028-17067235624330 .e_text-20 {
    margin-top: 16px !important;
    margin-bottom: 28px !important;
  }

  #c_product_list_042_P_028-17067235624330 .productCate-wrap {
    margin: 16px 50px 0 !important;
  }

  #c_product_list_042_P_028-17067235624330 .e_button-66 {
    margin-top: 16px !important;
  }


  /* --- Contact 屏：避开主导航，CTA 与 CONTACT 同行 --- */
  [data-anchor="contact"] #c_grid-116273709439190 {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  [data-anchor="contact"] #c_grid-116273709439190>.p_gridbox {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  [data-anchor="contact"] #c_grid-116273709439190>.p_gridbox>.p_gridCell {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100vh !important;
    padding-top: 118px !important;
    padding-bottom: 2px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-1 {
    flex: 1 0 74% !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    align-self: stretch !important;
    min-height: calc(100vh - 180px) !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-1 .cbox-1-0 {
    flex: 0 0 25% !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-16 {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    flex-direction: column !important;
    align-self: stretch !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_line-15 {
    display: none !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_text-52 {
    margin-bottom: 4px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_text-53 {
    margin-bottom: 8px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_text-63 {
    margin-bottom: 14px !important;
    line-height: 1.45 !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 textarea.form-control {
    min-height: 64px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_formBtn-28 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-16 .cbox-16-0 {
    flex: none !important;
    width: 100% !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-16 .cbox-16-1 {
    flex: none !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-80 {
    margin-top: 16px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_bottomNav-65 .p_level2Box {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    max-height: 70vh !important;
    align-content: flex-start !important;
    gap: 0 24px !important;
    width: 100% !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_line-79 {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 4px 0 2px !important;
  }

  [data-anchor="contact"] #c_static_001_P_34575-1702344537722 .e_container-72 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Applications 区域2�?�?桌面�?*/
  #c_static_001-17067716846300 {
    height: 100vh;
  }

  #c_static_001-17067716846300 .e_loop-1 .p_list {
    min-height: calc(100vh - 80px) !important;
  }

  #c_static_001-17067716846300 .e_loop-1 .p_loopitem {
    height: calc((100vh - 80px) / 2) !important;
    padding: 12px !important;
  }

  #c_static_001-17067716846300 .e_richText-2 {
    width: 80px !important;
    height: 80px !important;
  }

  #c_static_001-17067716846300 .e_richText-2 svg {
    width: 38px !important;
    height: 38px !important;
  }

  #c_static_001-17067716846300 .e_h3-3 {
    font-size: 18px !important;
    padding-top: 12px !important;
  }

  #c_static_001-17067716846300 .e_text-4 {
    padding-bottom: 8px !important;
  }

  /* 桌面端隐藏浏览器滚动条（fullPage.js 接管滚动） */
  html,
  body {
    overflow: hidden !important;
  }
}

/* 隐藏 fullPage GPL 水印 */
.fp-watermark {
  display: none !important;
}

/* 隐藏 fullPage 右侧导航点 */
#fp-nav {
  display: none !important;
}

/* 固定右侧悬浮联系栏（仅 PC） */
#c_static_001_P_26765-1706808136260 {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 9999 !important;
}

@media screen and (min-width: 769px) {
  #c_static_001_P_26765-1706808136260 .p_list {
    flex-direction: column !important;
  }
}

#c_grid-116273709439191 {
  position: fixed !important;
  width: 90% !important;
  left: 5% !important;
  top: 30px !important;
  border-radius: 50px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

/* 滚动后置顶效果（仅滚动触发，不受 hover 影响） */
#c_grid-116273709439191.scrolled {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

#c_static_001_P_21999-1686125044012 {
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 50px;
  background: #fff;
}

/* ！关键：flex-wrap:nowrap 禁止三栏换行 */
#c_static_001_P_21999-1686125044012 .e_container-1 {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  width: 100% !important;
}

/* 压制页面CSS中的 .e_container-1 > .p_item { flex:1 } 通用规则 */
#c_static_001_P_21999-1686125044012 .e_container-1>.p_item {
  flex: 0 1 auto !important;
  max-width: 100% !important;
}

#c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-0 {
  flex: 0 0 150px !important;
  align-self: center !important;
}

#c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-1 {
  flex: 1 1 auto !important;
  align-self: center !important;
  min-width: 0 !important;
}

#c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-2 {
  flex: 0 0 95px !important;
  align-self: center !important;
}

#c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Box {
  display: flex !important;
  justify-content: flex-end;
}

#c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_navButton {
  display: none;
}

#c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item>.p_menu1Item>a {
  font-size: 20px !important;
  padding: 0 1.5vw !important;
  line-height: 90px !important;
  display: block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

/* 二级导航保持原字体大小 */
#c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Item a:hover {
  opacity: 1;
}

/* 取消第4个导航下拉菜单的固定宽度限制 */
#c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item:nth-child(4) .p_level2Box {
  width: max-content !important;
}

/* ===== 二级导航多列布局（仅当 >10 项时由 .p_level2Box-multi 触发） ===== */
#c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Box.p_level2Box-multi {
  column-gap: 24px !important;
  column-rule: 1px solid rgba(0, 0, 0, 0.06) !important;
  width: max-content !important;
  min-width: 460px !important;
  max-width: 680px !important;
  padding: 16px 24px !important;
  border-top: 3px solid var(--primary) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 0 8px 8px !important;
}

/* 移动端取消多列 */
@media screen and (max-width: 768px) {
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Box.p_level2Box-multi {
    column-count: auto !important;
    column-width: auto !important;
    column-gap: normal !important;
    column-rule: none !important;
    max-width: none !important;
    min-width: 100% !important;
    padding: 10px 20px 20px !important;
    border-top: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

#c_static_001_P_21999-1686125044012 .e_container-13 {
  display: flex;
  align-items: center;
  gap: 8px;
}

#c_static_001_P_21999-1686125044012 .e_container-13 .p_item {
  background: #ededed;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item>.p_menu1Item>a {
    padding: 0 0.7vw !important;
    font-size: 16px !important;
  }

  #c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-0 {
    flex: 0 0 220px;
  }
}

@media screen and (max-width: 768px) {
  #c_grid-116273709439191 {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0 !important;
  }

  #c_static_001_P_21999-1686125044012 {
    border-radius: 0;
    padding: 0;
  }

  #c_static_001_P_21999-1686125044012 .e_container-1 {
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 15px !important;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    box-sizing: border-box !important;
  }

  /* 移动端导航按钮（汉堡菜单） */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 {
    width: 44px !important;
    height: 44px !important;
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_navButton {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_iconBox {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_openIcon {
    width: 22px !important;
    height: 22px !important;
  }

  /* 菜单弹出层 */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_navContent {
    display: none;
    padding: 60px 20px 20px !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: #fff !important;
    z-index: 999 !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  /* 关闭按钮 */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_navContent .p_navButton {
    position: fixed !important;
    top: 10px !important;
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 1000 !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_navContent .p_closeIcon {
    width: 24px !important;
    height: 24px !important;
  }

  /* 一级菜单 */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Box {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item {
    line-height: 50px !important;
    font-size: 16px !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_menu1Item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    display: block !important;
    padding: 0 !important;
    position: relative !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item a,
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Item a {
    line-height: 50px !important;
    font-size: 15px !important;
    padding: 0 50px 0 0 !important;
    display: block !important;
    text-align: left !important;
    opacity: 1 !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level1Item a {
    font-weight: 500 !important;
  }

  /* 移动端一级导航链接颜色 */
  #c_static_001_P_21999-1686125044012>div>div.cbox-1-1.p_item>div>div.p_navContent>ul>li>p>a {
    line-height: 50px !important;
    color: #ea5405 !important;
  }

  /* 展开箭头 */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_jtIcon {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    float: none !important;
    transition: transform 0.3s !important;
    height: 50px !important;
    width: 50px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 2 !important;
  }

  /* 展开箭头 */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_jtIcon {
    float: right !important;
    transition: transform 0.3s !important;
    height: 24px !important;
    width: 24px !important;
    margin: 13px 5px 13px auto !important;
    display: block !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_jtHover {
    transform: rotate(90deg) !important;
  }

  /* 二级菜单 */
  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Box {
    padding: 5px 0 5px 20px !important;
    background: #f9f9f9 !important;
    width: 100% !important;
    left: 0 !important;
    transform: translateX(0) !important;
    position: inherit !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06) !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_level2Item a span:before {
    content: "-" !important;
    display: inline-block !important;
    margin-right: 8px !important;
    color: var(--primary) !important;
  }

  #c_static_001_P_21999-1686125044012 .s_templatetitle {
    color: #ea5405 !important;
  }

  #c_static_001_P_21999-1686125044012 .e_navigationA-6 .p_openIcon path {
    stroke: var(--primary) !important;
  }

  /* Logo 区域 */
  #c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-0 {
    flex: 0 0 130px !important;
  }

  /* 右侧图标区 */
  #c_static_001_P_21999-1686125044012 .e_container-1 .cbox-1-2 {
    flex: 0 0 auto !important;
  }

  #c_static_001_P_21999-1686125044012 .e_container-13 {
    gap: 6px !important;
  }

  #c_static_001_P_21999-1686125044012 .e_container-13 .p_item {
    width: 36px !important;
    height: 36px !important;
  }

  #c_static_001_P_21999-1686125044012 .e_icon-12 {
    width: 20px !important;
    height: 20px !important;
  }
}

/* 在线客服垂直居中（PC端） */
@media screen and (min-width: 769px) {
  .saf-online {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }
}

/* 留言弹窗 */
.msg-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
}

.msg-overlay.show {
  display: flex;
}

.msg-modal {
  background: #fff;
  border-radius: 14px;
  padding: 40px 36px 32px;
  width: 460px;
  max-width: 92vw;
  position: relative;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
}

.msg-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s;
}

.msg-close:hover {
  color: #333;
}

.msg-modal h3 {
  font-size: 22px;
  color: #3a2a1a;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
}

.msg-modal input,
.msg-modal textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 14px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.25s;
  font-family: inherit;
}

.msg-modal input:focus,
.msg-modal textarea:focus {
  border-color: var(--primary, #ea5405);
}

.msg-modal textarea {
  resize: vertical;
  min-height: 100px;
}

.msg-submit {
  width: 100%;
  padding: 14px;
  background: var(--primary, #ea5405);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.25s;
  letter-spacing: 1px;
}

.msg-submit:hover {
  opacity: 0.88;
}

/* 页脚布局修复 */
#c_grid-116273709439190 {
  width: 100% !important;
  max-width: 100% !important;
}

#c_grid-116273709439190 .p_gridbox,
#c_grid-116273709439190 .p_gridCell {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
}

#c_static_001_P_34575-1702344537722 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {

  #c_static_001_P_34575-1702344537722>.e_container-1,
  #c_static_001_P_34575-1702344537722>.e_container-16,
  #c_static_001_P_34575-1702344537722>.e_container-72 {
    grid-row: auto !important;
    grid-column: auto !important;
    grid-area: auto !important;
  }

  #c_static_001_P_34575-1702344537722 .e_container-16 {
    margin-top: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #c_static_001_P_34575-1702344537722 .e_container-1,
  #c_static_001_P_34575-1702344537722 .e_container-16 {
    display: flex !important;
    flex-direction: column !important;
  }

  #c_static_001_P_34575-1702344537722 .e_container-1>.p_item,
  #c_static_001_P_34575-1702344537722 .e_container-16>.p_item {
    flex: none !important;
    width: 100% !important;
  }

  #c_static_001_P_34575-1702344537722 .e_container-80 {
    justify-content: center !important;
  }

  #c_static_001_P_34575-1702344537722 .e_text-53 {
    font-size: 32px !important;
  }
}

#c_grid-116273709439191.scrolled {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

#c_grid-116273709439191.scrolled #c_static_001_P_21999-1686125044012 {
  background-color: transparent;
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
}

/* Home carousel alignment and responsive stabilization */
.certSwiper-row .swiper-wrapper {
  width: max-content;
  animation-duration: var(--marquee-duration, 28s) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}

.certSwiper-row .swiper-slide {
  box-sizing: border-box;
  flex: 0 0 calc((100vw - 488px) / 6);
  width: calc((100vw - 488px) / 6);
  margin: 0 24px;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .cbox-1,
#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_container-2,
#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_container-4,
#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .cbox-4-0 {
  height: auto;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

#c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
}

/* 移动端移除固定比例 */
@media screen and (max-width: 768px) {
  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 {
    aspect-ratio: unset;
  }
}

#c_static_537_P_016-17065416045620 .productSwiper .swiper-slide {
  box-sizing: border-box;
  height: calc((100% - 16px) / 2) !important;
}

#c_static_537_P_016-17065416045620 .productSwiper .e_image-189 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-wrap {
    width: calc(100% - 40px);
  }

  .certSwiper-row .swiper-slide {
    flex-basis: calc((100vw - 40px - 32px * 4) / 4);
    width: calc((100vw - 40px - 32px * 4) / 4);
    margin: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  #c_static_537_P_016-17065416045620 .productSwiper {
    width: calc(100% - 32px);
  }

  #c_static_537_P_016-17065416045620 .productSwiper .swiper-slide {
    height: auto !important;
  }

  #c_static_537_P_016-17065416045620 .productSwiper .e_container-183 {
    min-height: 0;
  }

  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-wrap {
    width: calc(100% - 24px);
    gap: 8px;
  }

  .certSwiper-row .swiper-slide {
    flex: 0 0 110px;
    width: 110px;
    margin: 0 12px;
  }

  #c_static_001_P_33153-1702284521514 .e_loop-1 .certSwiper-row .e_image-22 {
    height: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .certSwiper-row .swiper-wrapper {
    animation-play-state: paused !important;
  }
}

#c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-1,
#c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-2,
#c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-2-0,
#c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-4,
#c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-4-0 {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {

  #c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-1,
  #c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-2,
  #c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-4,
  #c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-4-0 {
    height: 92px !important;
  }
}

#c_static_001_P_33153-1702284521514 .certSwiper-row .swiper-slide>.cbox-1 {
  flex: 0 0 auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-2,
#c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-4 {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

#c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-2-0,
#c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-4-0 {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 移动端证书卡片垂直居中 */
@media screen and (max-width: 768px) {
  #c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-2,
  #c_static_001_P_33153-1702284521514 .certSwiper-row .e_container-4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-2-0,
  #c_static_001_P_33153-1702284521514 .certSwiper-row .cbox-4-0 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Product Swiper uses one page per slide; card order always follows admin order. */
#c_static_537_P_016-17065416045620 .productSwiper>.swiper-wrapper>.productSwiper-page {
  height: auto !important;
  width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}

#c_static_537_P_016-17065416045620 .productSwiper {
  --product-swiper-page-gutter: 50px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#c_static_537_P_016-17065416045620 .productSwiper>.swiper-wrapper>.productSwiper-page {
  padding-left: var(--product-swiper-page-gutter);
  padding-right: var(--product-swiper-page-gutter);
}

#c_static_537_P_016-17065416045620 .productSwiper-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#c_static_537_P_016-17065416045620 .productSwiper-card {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

#c_static_537_P_016-17065416045620 .productSwiper-card .e_container-183 {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

#c_static_537_P_016-17065416045620 .productSwiper-card .e_image-189 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#c_static_537_P_016-17065416045620 .productSwiper-card .e_image-189 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  #c_static_537_P_016-17065416045620 .productSwiper {
    --product-swiper-page-gutter: 60px;
    width: 100%;
    padding: 0;
    height: auto !important;
  }

  #c_static_537_P_016-17065416045620 .productSwiper .swiper-button-next {
    right: 10px;
  }

  #c_static_537_P_016-17065416045620 .productSwiper .swiper-button-prev {
    left: 10px;
  }

  #c_static_537_P_016-17065416045620 .productSwiper-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  #c_static_537_P_016-17065416045620 .productSwiper-card .e_container-183 {
    min-height: 180px;
    display: flex;
    flex-direction: column;
  }

  #c_static_537_P_016-17065416045620 .productSwiper-card .cbox-183-0 {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #c_static_537_P_016-17065416045620 .productSwiper-card .cbox-183-0 .e_image-189 {
    width: 100%;
    height: auto;
  }

  #c_static_537_P_016-17065416045620 .productSwiper-card .cbox-183-0 img {
    width: 100%;
    height: auto;
    display: block;
  }

  #c_static_537_P_016-17065416045620 .productSwiper-card .cbox-183-1 {
    flex: 0 0 auto;
    width: 100% !important;
    padding: 12px;
    margin-bottom: 30px;
  }

  #c_static_001_P_36020-1706723619227 .productIntroSwiper .e_image-9 {
    height: 100px;
    flex: 0 0 100px;
  }

  #c_static_001_P_36020-1706723619227 .productIntroSwiper .e_image-9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 921px) {
  .rpbz-home-section--contact .site-footer {
    padding-top: 0 !important;
  }

  .rpbz-home-section--contact .site-footer__layout {
    padding-top: clamp(34px, 4.2vw, 72px);
  }
}

.saf-cnProcate20245918220141 .rpbz-application-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .saf-cnProcate20245918220141 .rpbz-application-icon {
    width: 36px;
    height: 36px;
  }
}

/* Home mobile refinement: About + Applications */
@media screen and (max-width: 768px) {

  .rpbz-home-section--about,
  .rpbz-home-section--applications,
  [data-anchor="about"],
  [data-anchor="applications"] {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444,
  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-1 {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 52px 14px 36px !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_video-38 {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_video-38 video,
  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_video-38 iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-2>.p_item {
    padding: 22px 18px !important;
    border-radius: 12px;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-30,
  [data-anchor="about"] #c_static_368_P_039-1706719280444 .e_container-32 {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .rpbz-button-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    width: 100%;
  }

  [data-anchor="about"] #c_static_368_P_039-1706719280444 .rpbz-button-row>* {
    width: 100% !important;
    min-width: 0 !important;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 58px 14px 38px !important;
    overflow: visible !important;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1,
  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_list {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_loopitem {
    display: flex !important;
    flex: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 190px;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 12px;
    background: #142a35;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .p_loopitem .e_image-6 {
    display: block !important;
    visibility: visible !important;
    opacity: .34 !important;
    transform: none !important;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .p_loopitem .e_image-6 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .p_loopitem .p_item {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 18px 12px !important;
    box-sizing: border-box;
  }

  .rpbz-home-section--applications .saf-cnProcate20245918220141 .rpbz-application-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 420px) {
  [data-anchor="about"] #c_static_368_P_039-1706719280444 .rpbz-button-row {
    grid-template-columns: 1fr;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_loopitem {
    min-height: 176px;
  }
}

@media screen and (max-width: 768px) {
  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    box-sizing: border-box;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_list {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_loopitem {
    position: relative;
    isolation: isolate;
    background-color: #142a35;
    background-image: linear-gradient(180deg, rgba(8, 27, 37, .38), rgba(8, 27, 37, .82)), var(--application-slide-bg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_loopitem>* {
    position: relative;
    z-index: 2;
  }

  .rpbz-home-section--applications #c_static_001-17067716846300 .e_loop-1 .p_loopitem::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 48%);
  }

  /* 首页Banner手机端文字优化 */
  #c_banner_019_P_852-17065357438980 {
    min-height: 80vh !important;
  }

  #c_banner_019_P_852-17065357438980 .swiper-container {
    min-height: 80vh !important;
  }

  #c_banner_019_P_852-17065357438980 .swiper-slide {
    min-height: 80vh !important;
  }

  #c_banner_019_P_852-17065357438980 .p_img {
    min-height: 80vh !important;
    height: auto !important;
  }

  #c_banner_019_P_852-17065357438980 .banner-overlay {
    padding: 80px 15px 40px !important;
    display: flex !important;
    align-items: center !important;
    min-height: 80vh !important;
  }

  #c_banner_019_P_852-17065357438980 .e_container-2 {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }

  #c_banner_019_P_852-17065357438980 .cbox-2-0 {
    width: 100% !important;
    padding: 0 !important;
  }

  /* 小标题 */
  #c_banner_019_P_852-17065357438980 .e_text-22 {
    font-size: 13px !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
  }

  /* 主标题 */
  #c_banner_019_P_852-17065357438980 .e_text-21 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  #c_banner_019_P_852-17065357438980 .e_text-21 a {
    display: block !important;
  }

  /* 分隔线 */
  #c_banner_019_P_852-17065357438980 .e_line-29 {
    margin: 10px 0 !important;
  }

  /* 描述文字容器 */
  #c_banner_019_P_852-17065357438980 .e_container-30 {
    margin-bottom: 8px !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  /* 图标缩小 */
  #c_banner_019_P_852-17065357438980 .e_image-31,
  #c_banner_019_P_852-17065357438980 .e_image-31 img {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
  }

  /* 描述文字 */
  #c_banner_019_P_852-17065357438980 .e_text-5 {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* 按钮 */
  #c_banner_019_P_852-17065357438980 .e_button-28 {
    margin-top: 12px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    height: auto !important;
    line-height: 1.5 !important;
  }

  #c_banner_019_P_852-17065357438980 .e_button-28 span {
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}