/* h5/2026 响应式补充：与 main.css 及各页 CSS 配合，断点与 JS 中 1024 / fullpage 992 一致 */

/* 顶栏压在 fullPage 右侧点导航 #fp-nav(z-index:100)、轮播箭头、section 之上，避免产品页等顶栏被挡 */
.nav-header {
  z-index: 10050 !important;
}

/* 仅备案条页脚（partials 去掉多列导航时）：紧凑排版，避免留白与左侧空栏 */
.container-footer.site-footer-legal-only {
  min-height: 0;
}

.container-footer.site-footer-legal-only .footer-bottom {
  padding-top: 0.12rem !important;
  padding-bottom: 0.2rem !important;
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.container-footer.site-footer-legal-only .footer-copy-left {
  display: none !important;
  width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.container-footer.site-footer-legal-only .footer-copy-right {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

body.fp-responsive .container-footer.site-footer-legal-only .footer-bottom {
  padding-top: 0.12rem !important;
  padding-bottom: 0.2rem !important;
}

/* ========== 大图 ========== */
/* [预览试验 2026] 小屏整图等比例入屏（contain + 居中），与 PC 所见构图一致、不裁切；不满意可搜本文件「恢复 cover」整段改回 */
/* ========== 商品图仍用下方 object-fit，不受背景 KV 策略影响 ========== */

.swiper-slide[style*="background-image"] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  /* --- 以下为「整图预览」：恢复 cover 时请改回 cover + left center，并去掉底色 --- */
  .swiper-container.swiper1,
  .swiper-container.swiper2,
  .swiper-container.swiper01,
  .swiper-container.swiper0001,
  .swiper-container.swiper007 {
    min-height: 50vh;
    background-color: #e8e8e8;
  }

  .swiper-container.swiper1 .swiper-slide,
  .swiper-container.swiper2 .swiper-slide,
  .swiper-container.swiper01 .swiper-slide,
  .swiper-container.swiper0001 .swiper-slide,
  .swiper-container.swiper007 .swiper-slide {
    min-height: 50vh;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #e8e8e8;
  }

  /* 首页 section1/2 等内联背景的横滑 KV */
  .swiper-slide[style*="background-image"] {
    min-height: 48vh;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #e8e8e8;
  }

  /* 产品/首页商品图：比例不变形，在盒内完整展示 */
  .procuct-main-img,
  .main-3-product .product-images {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .procuct-main-img .product-images img.img-responsive,
  .product-images img.img-responsive {
    width: 100%;
    height: auto !important;
    max-height: 2.8rem;
    object-fit: contain;
    object-position: center center;
  }

  .main-3-product .product-images img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  /* 全站大块 section / 页面背景图（预览：整图等比例） */
  #section0,
  #section1,
  #section2,
  #section3,
  #section4,
  #section5,
  #section6,
  #section7 {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .pc_main {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  html {
    font-size: 9.5vw;
  }
}

.nav-header .w1780 {
  position: relative;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-header.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-header.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-header.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }

  .nav-header .w1780 {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-header .logo {
    width: auto;
    flex: 0 0 auto;
    padding-left: 0;
  }

  .nav-header .logo img {
    max-height: 36px;
    width: auto;
  }

  .nav-header .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 0 0 12px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    z-index: 1000;
  }

  .nav-header.nav-open .nav {
    display: block;
  }

  .nav-header .nav-title {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .nav-header .nav li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .nav-header .nav li a {
    display: block;
    padding: 14px 16px;
    font-size: 16px;
  }

  .nav-header .nav li .nav_sub {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    left: auto !important;
    padding: 0 !important;
    box-shadow: none;
    background: #f7f7f7 !important;
    opacity: 1 !important;
  }

  .nav-header .nav li .nav_sub dd {
    border-bottom: 1px solid #ececec;
  }

  .nav-header .nav li .nav_sub a {
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.4;
  }

  .nav-header .nav .on .title_active {
    border-bottom: 0;
    box-shadow: inset 4px 0 0 #4fa3e7;
  }
}

body.nav-menu-open {
  overflow: hidden;
}

/* fullPage 小屏改为普通滚动后，由 body.fp-responsive 标记 */
body.fp-responsive .fp-section,
body.fp-responsive #fullpage .section {
  height: auto !important;
  min-height: 50vh;
}

/* 仅备案条页脚时取消整节强制高度，避免删导航后中间空白一条 */
body.fp-responsive #fullpage .section:has(.site-footer-legal-only),
body.fp-responsive .fp-section:has(.site-footer-legal-only) {
  min-height: 0 !important;
  height: auto !important;
}

body.fp-responsive #fullpage .section:has(.site-footer-legal-only) .fp-tableCell {
  height: auto !important;
}

body.fp-responsive #fullpage .fp-tableCell {
  height: auto !important;
}

/* 小屏 fullPage 关闭整屏滚动时：仅首页类全屏 KV 轮播定高，勿作用于产品页商品 Swiper */
body.fp-responsive .swiper-container.swiper1,
body.fp-responsive .swiper-container.swiper2,
body.fp-responsive .swiper-container.swiper01,
body.fp-responsive .swiper-container.swiper0001,
body.fp-responsive .swiper-container.swiper007 {
  min-height: 52vh;
  height: 52vh !important;
  background-color: #e8e8e8;
}

body.fp-responsive .swiper-container.swiper1 .swiper-slide,
body.fp-responsive .swiper-container.swiper2 .swiper-slide,
body.fp-responsive .swiper-container.swiper01 .swiper-slide,
body.fp-responsive .swiper-container.swiper0001 .swiper-slide,
body.fp-responsive .swiper-container.swiper007 .swiper-slide {
  min-height: 52vh;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #e8e8e8;
}

body.fp-responsive .container-main-3 {
  flex-direction: column;
  height: auto;
  min-height: auto;
  padding: 72px 12px 24px;
}

body.fp-responsive .main-3-box-left,
body.fp-responsive .main-3-box-right {
  width: 100%;
  height: auto;
}

body.fp-responsive .main-3-right-box {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0.4rem;
  height: auto;
}

body.fp-responsive .main-3-product1,
body.fp-responsive .main-3-product2 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

body.fp-responsive .main3-col-md {
  max-width: 46%;
  margin: 0 2% 12px;
  flex: 1 1 42%;
}

body.fp-responsive .main-3-product {
  width: 100%;
  max-width: 2.8rem;
  height: auto;
  min-height: 2rem;
  margin: 0 auto;
}

body.fp-responsive .text-long-hide {
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.fp-responsive .footer-box {
  flex-direction: column;
  padding: 0.4rem 12px 0;
}

body.fp-responsive .footer-left {
  display: none;
}

body.fp-responsive .footer-right {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 12px;
}

body.fp-responsive .foot-col-md {
  flex: 1 1 42%;
  min-width: 140px;
}

body.fp-responsive .footer-bottom {
  flex-direction: column;
  align-items: flex-start;
  padding: 0.3rem 12px;
}

body.fp-responsive .footer-copy-left {
  display: none;
}

body.fp-responsive .footer-copy-right {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}

body.fp-responsive .footer-copy-right p {
  word-break: break-word;
}

/* 无 fullPage 的页面（慈善、购买渠道等）：小屏页脚与首页一致 */
@media (max-width: 1024px) {
  .container-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .container-footer .footer-box {
    flex-direction: column;
    padding: 0.4rem 12px 0;
    max-width: 100%;
  }

  .container-footer .footer-left {
    display: none;
  }

  .container-footer .footer-right {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 12px;
  }

  .container-footer .foot-col-md {
    flex: 1 1 42%;
    min-width: 140px;
    box-sizing: border-box;
  }

  .container-footer .box-width {
    width: 100% !important;
    max-width: 100% !important;
  }

  .container-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.3rem 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .container-footer .footer-copy-left {
    display: none;
  }

  .container-footer .footer-copy-right {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }

  .container-footer .footer-copy-right p {
    word-break: break-word;
  }
}

@media (max-width: 1024px) {
  .main-1-box,
  .main-2-box {
    position: relative;
    margin-top: 56px;
    flex-direction: column;
  }

  .main-1-box-left,
  .main-2-box-left {
    display: none;
  }

  .main-1-box-right,
  .main-2-box-right {
    width: 100%;
  }

  .swiper-button-next1,
  .swiper-button-prev1,
  .swiper-button-next2,
  .swiper-button-prev2 {
    transform: scale(0.75);
  }
}

/* 关于 / 产品等内页通用 */
@media (max-width: 1024px) {
  .about-fzlc-box,
  .main-ppjj-box,
  .product-main-box {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .about-fzlc-box-left,
  .product-main-box-left {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .about-fzlc-box-right,
  .product-main-box-right,
  .main-3-box-right {
    width: 100%;
  }

  .product-right-box {
    flex-direction: column;
    padding: 56px 12px 24px;
    height: auto;
  }

  .product-box-lm,
  .product-box1 {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }

  .product-col-md {
    flex: 1 1 45%;
    max-width: 48%;
  }

  .timeline {
    max-width: 100%;
    overflow-x: auto;
  }
}

/* 购买渠道页 */
@media (max-width: 1024px) {
  .pc_main_box {
    flex-direction: column;
    height: auto;
  }

  .pc_main_box_left {
    display: none;
  }

  .pc_main_box_right {
    width: 100%;
    margin-top: 56px;
    padding: 12px;
  }

  .pc_main_logo {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .pc_main_logo_box {
    flex: 0 0 calc(33.33% - 8px);
    max-width: calc(33.33% - 8px);
    min-width: 0;
  }

  .pc_main_box_title {
    width: 100%;
    font-size: 0.36rem;
  }

  .pur-title-text0 {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .pc_main_logo_box {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

/* 慈善公益 */
@media (max-width: 1024px) {
  .cs_main_box {
    flex-direction: column;
    height: auto;
  }

  .cs_main_box_left {
    display: none;
  }

  .cs_main_box_right {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 56px;
    padding: 12px;
  }

  .map_bg_right_box {
    position: relative !important;
    width: 100% !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: calc(8.65rem * (100vw / 12.17rem));
    max-height: 88vh;
  }

  .cs_main_map_bg {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 12.17rem !important;
    height: 8.65rem !important;
    max-width: none !important;
    flex-shrink: 0;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    transform-origin: top center;
    -webkit-transform: scale(calc(100vw / 12.17rem));
    transform: scale(calc(100vw / 12.17rem));
  }

  .map_bg_main {
    flex-direction: column;
    width: 100%;
  }

  .map_bg_left {
    display: none;
  }

  .map_bg_right {
    width: 100% !important;
  }

  .logo_8020,
  .text_8020 {
    position: relative;
    top: auto;
    left: auto;
    margin: 12px;
  }

  .c_main_text_right {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .c_main_text_right p {
    padding: 12px 14px !important;
    margin-bottom: 12px !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    line-height: 1.65 !important;
  }
}

/* 联系我们等 */
@media (max-width: 1024px) {
  .ct_main_box {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .ct_main_box_left {
    display: none;
  }

  .ct_main_box_right {
    width: 100%;
    height: auto;
  }

  .ct_lxdh,
  .ct_dlrx,
  .ct_pphz {
    position: relative !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 140px;
    margin: 12px 0;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .c_main_text {
    flex-direction: column;
  }

  .c_main_text_left {
    display: none;
  }

  .c_main_text_right {
    width: 100%;
    margin: 56px 12px 12px;
  }
}

/* 公司地址 */
@media (max-width: 1024px) {
  .ca_main {
    position: relative !important;
    height: auto !important;
    min-height: 100vh;
  }

  .ca_main_box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .ca_main_box_menu {
    width: 100% !important;
    height: auto !important;
    margin-top: 56px;
    flex-direction: column;
  }

  .ca_main_box_menu_left {
    display: none;
  }

  .ca_main_box_menu_right {
    width: 100% !important;
  }

  .ca_main_box_right {
    width: 100% !important;
    height: 45vh;
    min-height: 220px;
  }
}

/* =====================================================================
   全站 H5 增强：小屏排版、安全区、产品页宽度、横屏与窄机兼容（内容不变）
   ===================================================================== */

:root {
  --h5-page-pad: max(12px, env(safe-area-inset-left, 0px));
  --h5-page-pad-r: max(12px, env(safe-area-inset-right, 0px));
  --h5-header-pad-t: max(0px, env(safe-area-inset-top, 0px));
}

@media (max-width: 1024px) {
  html {
    /* 与 main.css 640 以下 20vw 协调，避免极小屏根字号过大 */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    word-break: break-word;
    overflow-wrap: anywhere;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .w1780,
  .w1600,
  .w1400,
  .w1340 {
    max-width: 100% !important;
    padding-left: var(--h5-page-pad) !important;
    padding-right: var(--h5-page-pad-r) !important;
    box-sizing: border-box;
  }

  .nav-header {
    padding-top: calc(0.36rem + var(--h5-header-pad-t));
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
  }

  .main-content {
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* flex 子项防止被固定 rem 宽度撑出横向滚动 */
  .product-main-box,
  .product-right-box,
  .product-box1,
  .product-box-lm,
  .about-ppzx-main,
  .about-ry-main,
  .main-4-box,
  .main-5-box,
  .main-6-box {
    min-width: 0;
  }

  /* 产品页：解除固定 rem 宽度，横滑区随屏宽 */
  #fullpage .product-main-box .swiper-container,
  .product-main-box .swiper-container,
  .product-right-box .swiper-container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #fullpage .product-main-box .swiper-slide,
  .product-main-box .swiper-slide {
    min-height: 0 !important;
    height: auto !important;
  }

  .product-box1,
  .product-box-lm {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-left: 0 !important;
    box-sizing: border-box;
  }

  .product-col-md {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    min-width: 0;
    box-sizing: border-box;
  }

  .procuct-main-img {
    width: 100% !important;
    max-width: 2.9rem;
    height: auto !important;
    min-height: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* fullPage 侧导航点：避免贴边被刘海遮挡 */
  #fp-nav.left,
  #fp-nav {
    left: max(8px, env(safe-area-inset-left, 0px)) !important;
  }

  body.fp-responsive .fp-section,
  body.fp-responsive #fullpage .section {
    min-height: min(72vh, 720px);
  }

  body.fp-responsive #fullpage .section:has(.site-footer-legal-only),
  body.fp-responsive .fp-section:has(.site-footer-legal-only) {
    min-height: 0 !important;
    height: auto !important;
  }

  .swiper-button-next1,
  .swiper-button-prev1,
  .swiper-button-next2,
  .swiper-button-prev2,
  .swiper-button-next,
  .swiper-button-prev {
    touch-action: manipulation;
  }
}

/* 小屏手机：商品与荣誉等改单列，阅读更稳 */
@media (max-width: 480px) {
  .product-col-md {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  body.fp-responsive .main3-col-md {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.fp-responsive .foot-col-md {
    flex: 1 1 100% !important;
    min-width: 0 !important;
  }

  .swiper-container.swiper1,
  .swiper-container.swiper2,
  .swiper-container.swiper01,
  .swiper-container.swiper0001,
  .swiper-container.swiper007,
  body.fp-responsive .swiper-container.swiper1,
  body.fp-responsive .swiper-container.swiper2,
  body.fp-responsive .swiper-container.swiper01,
  body.fp-responsive .swiper-container.swiper0001,
  body.fp-responsive .swiper-container.swiper007 {
    min-height: clamp(220px, 48vh, 420px);
  }

  .swiper-container.swiper1 .swiper-slide,
  .swiper-container.swiper2 .swiper-slide,
  .swiper-container.swiper01 .swiper-slide,
  .swiper-container.swiper0001 .swiper-slide,
  .swiper-container.swiper007 .swiper-slide,
  body.fp-responsive .swiper-container.swiper1 .swiper-slide,
  body.fp-responsive .swiper-container.swiper2 .swiper-slide,
  body.fp-responsive .swiper-container.swiper01 .swiper-slide,
  body.fp-responsive .swiper-container.swiper0001 .swiper-slide,
  body.fp-responsive .swiper-container.swiper007 .swiper-slide {
    min-height: clamp(220px, 48vh, 420px);
  }

  .swiper-slide[style*="background-image"] {
    min-height: clamp(200px, 45vh, 400px);
  }
}

/* 横屏且高度较矮：避免 KV 过高占满屏 */
@media (max-width: 1024px) and (max-height: 500px) {
  .swiper-container.swiper1,
  .swiper-container.swiper2,
  .swiper-container.swiper01,
  .swiper-container.swiper0001,
  .swiper-container.swiper007,
  body.fp-responsive .swiper-container.swiper1,
  body.fp-responsive .swiper-container.swiper2,
  body.fp-responsive .swiper-container.swiper01,
  body.fp-responsive .swiper-container.swiper0001,
  body.fp-responsive .swiper-container.swiper007 {
    min-height: 70vh !important;
    height: 70vh !important;
  }

  .swiper-container.swiper1 .swiper-slide,
  .swiper-container.swiper2 .swiper-slide,
  .swiper-container.swiper01 .swiper-slide,
  .swiper-container.swiper0001 .swiper-slide,
  .swiper-container.swiper007 .swiper-slide,
  body.fp-responsive .swiper-container.swiper1 .swiper-slide,
  body.fp-responsive .swiper-container.swiper2 .swiper-slide,
  body.fp-responsive .swiper-container.swiper01 .swiper-slide,
  body.fp-responsive .swiper-container.swiper0001 .swiper-slide,
  body.fp-responsive .swiper-container.swiper007 .swiper-slide {
    min-height: 70vh !important;
    background-size: contain !important;
    background-position: center center !important;
  }
}

/* 关于页：多列荣誉/资讯块易溢出，小屏堆叠 */
@media (max-width: 1024px) {
  .main-4-box,
  .main-5-box,
  .main-6-box,
  .about-ppzx-box {
    flex-direction: column;
    height: auto !important;
    min-height: 0 !important;
  }

  .main-4-box-left,
  .main-5-box-left,
  .main-6-box-left,
  .about-ppzx-box-left,
  .about-fzlc-box-left {
    display: none;
  }

  .main-4-box-right,
  .main-5-box-right,
  .main-6-box-right,
  .about-ppzx-box-right {
    width: 100% !important;
    margin-top: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .about-ppzx-main {
    flex-direction: column;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0.6rem;
  }

  .about-ry-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-items: start;
    gap: 0.2rem 0.16rem;
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .about-ry-box {
    max-width: 100%;
    width: 100%;
    justify-self: center;
  }

  .ppzx-focus,
  .ppzx-other {
    width: 100% !important;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-ppzx-main {
    align-items: center;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-left: 0 !important;
    overflow-x: hidden;
  }

  .ppzx-other-box {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .ppzx-mid-list {
    margin-left: 0 !important;
    width: 100%;
    max-width: 400px;
  }

  .ppzx-big-img img,
  .ppzx-mid-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .main-ppjj-box {
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .main-ppjj-box .main-3-box-right {
    width: 100% !important;
    margin-left: 0 !important;
    max-width: 100%;
  }

  .swiper-container.swiper01 .swiper-slide {
    background-position: center center !important;
    background-size: contain !important;
  }

  .about-ry-box {
    max-width: min(5rem, 100%);
  }

  .ry_text_main[style*="width: 50%"] {
    width: 100% !important;
  }

  .about-ry-text-box .ry_text_main {
    width: 100% !important;
  }

  .about-ry-text-box .ry-text-box-all > div[style*="display: flex"] {
    flex-direction: column !important;
  }
}

/* 首页与其它 KV（预览：整图 contain） */
@media (max-width: 1024px) {
  .swiper-container.swiper1 .swiper-slide,
  .swiper-container.swiper2 .swiper-slide,
  body.fp-responsive .swiper-container.swiper1 .swiper-slide,
  body.fp-responsive .swiper-container.swiper2 .swiper-slide {
    background-position: center center !important;
    background-size: contain !important;
  }

  .swiper-slide[style*="background-image"] {
    background-position: center center !important;
    background-size: contain !important;
  }
}

@media (max-width: 480px) {
  .container-footer .foot-col-md {
    flex: 1 1 100% !important;
    min-width: 0 !important;
  }
}

/* 极窄屏：资质荣誉单列并居中 */
@media (max-width: 360px) {
  .about-ry-main {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/* 关注我们 follow.html：顶图自适应完整入屏，一次显示 4 个二维码（contain，不裁切） */
@media (max-width: 1024px) {
  body.page-follow .swiper-container.swiper0001,
  body.page-follow.fp-responsive .swiper-container.swiper0001 {
    background-color: #b5daf2;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  body.page-follow .swiper-container.swiper0001 .swiper-slide,
  body.page-follow.fp-responsive .swiper-container.swiper0001 .swiper-slide {
    background-repeat: no-repeat !important;
    background-color: #b5daf2;
    background-size: contain !important;
    background-position: center center !important;
  }
}

@media (max-width: 480px) {
  body.page-follow .swiper-container.swiper0001 .swiper-slide,
  body.page-follow.fp-responsive .swiper-container.swiper0001 .swiper-slide {
    background-size: contain !important;
    background-position: center center !important;
  }
}

@media (max-width: 1024px) and (max-height: 500px) {
  body.page-follow .swiper-container.swiper0001 .swiper-slide,
  body.page-follow.fp-responsive .swiper-container.swiper0001 .swiper-slide {
    background-size: contain !important;
    background-position: center center !important;
  }
}
