/* ===== 手机默认 ===== */
html {
  font-size: 13.33333vw;
}

body {
  font-size: 14px;
}

/* 段落公共字号（PC 见 main.css p） */
@media (max-width: 1023px) {
  p {
    font-size: 14px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4,
  h5 {
    font-size: 16px;
  }

  body.lang-en h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

.container {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin: 0 auto;
}
.sec-ti {
  margin-bottom: 48px;
}
.section {
  padding: 32px 0;
}

.section.category.minfluo-product.wowlist {
  padding-bottom: 0;
}

.page_top,
.page_top_index {
  position: relative;
  background: #fff;
}

.page_top #header,
.page_top_index #header {
  background: #fff;
}

.page_top_index .header-content,
.page_top_index .header_top {
  height: 76px;
}

.page_top_index .header-content {
  position: relative;
}

.page_top_index .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page_top_index .header-mobile-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
  margin-left: auto;
}

.page_top_index .header-mobile-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page_top_index .lang-switch--mobile {
  position: relative;
  flex: 0 0 auto;
}

.page_top_index .lang-switch--mobile .lang-switch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.page_top_index .lang-switch--mobile .lang-globe {
  display: block;
  width: 28px;
  height: 28px;
}

.page_top_index .lang-switch--mobile .lang-switch-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: calc(100% + 12px);
  z-index: 1200;
  min-width: 196px;
  padding: 10px 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.page_top_index .lang-switch--mobile .lang-switch-menu:before {
  content: "";
  position: absolute;
  right: 10px;
  left: auto;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  transform: none;
}

.page_top_index .lang-switch--mobile:hover .lang-switch-menu,
.page_top_index .lang-switch--mobile.is-open .lang-switch-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.page_top_index .header-mobile-tools .search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.page_top_index .header-mobile-tools .search-btn img {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}

.page_top_index .header-mobile-tools .search-btn.is-active {
  background: transparent;
}

.page_top_index .logo {
  flex: 1 1 auto;
  width: auto;
  max-width: calc(100% - 128px);
  height: 48px;
}

.page_top_index .minfluo-logo {
  height: 48px;
  background-image: url("../images/logo.png");
}

.page_top_index .header_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 1002;
  display: block;
}

.page_top_index .primary-nav {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.page_top_index .primary-nav .tab {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.page_top_index .primary-nav .tab:after,
.page_top_index .primary-nav .lang-switch,
.page_top_index .primary-nav .search-tab {
  display: none;
}

.page_top_index .primary-nav .nav_wrap {
  display: block;
}

.page_top_index .primary-nav .nav_wrap > a,
.navigation > ul > li > .nav_wrap > a {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  color: #333;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
}

.page_top_index .primary-nav .icon_wrap {
  display: none;
}

@media (max-width: 1023px) {
  .page_top_index .primary-nav,
  .page_top .primary-nav,
  .navigation > ul.primary-nav {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
  }

  .page_top_index .primary-nav .nav_wrap > a,
  .navigation > ul > li > .nav_wrap > a {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    justify-content: flex-start;
  }

  .page_top_index .primary-nav .product-nav .nav_wrap,
  .navigation .product-nav .nav_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }

  .page_top_index .primary-nav .product-nav .nav_wrap.clearfix:after,
  .navigation .product-nav .nav_wrap.clearfix:after {
    display: none;
    content: none;
  }

  .page_top_index .primary-nav .product-nav .nav_wrap > a,
  .navigation .product-nav .nav_wrap > a {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    box-sizing: border-box;
  }

  .page_top_index .primary-nav .product-nav .product-nav-toggle,
  .navigation .product-nav .product-nav-toggle {
    display: none;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 50px;
    height: auto;
    min-height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
  }

  .page_top_index .primary-nav .product-nav .product-nav-toggle:before,
  .navigation .product-nav .product-nav-toggle:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.25s ease, margin 0.25s ease;
  }

  .page_top_index .primary-nav .product-nav:has(.product-sub-menu) .product-nav-toggle,
  .navigation .product-nav:has(.product-sub-menu) .product-nav-toggle {
    display: flex;
  }

  .page_top_index .primary-nav .product-nav,
  .navigation .product-nav {
    overflow: visible;
  }

  .page_top_index .primary-nav .product-nav .product-sub-menu,
  .page_top_index .primary-nav .product-nav.is-open .product-sub-menu,
  .navigation .product-nav .product-sub-menu,
  .navigation .product-nav.is-open .product-sub-menu {
    display: none;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    flex: 0 0 100%;
    order: 3;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow: visible;
    box-sizing: border-box;
  }

  .page_top_index .primary-nav .product-nav.is-open .product-sub-menu,
  .navigation .product-nav.is-open .product-sub-menu {
    display: block;
  }

  .page_top_index .primary-nav .product-nav .product-sub-menu:before,
  .navigation .product-nav .product-sub-menu:before {
    display: none;
    content: none;
  }

  .page_top_index .primary-nav .product-nav.is-open .product-nav-toggle:before,
  .navigation .product-nav.is-open .product-nav-toggle:before {
    margin-top: 3px;
    transform: rotate(-135deg);
  }

  .page_top_index .primary-nav .product-nav .product-sub-menu .product-sub-item,
  .page_top_index .product-sub-menu .product-sub-item,
  .navigation .product-nav .product-sub-menu .product-sub-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 34px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    justify-content: flex-start;
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .page_top_index .primary-nav .product-nav .product-sub-menu .product-sub-item + .product-sub-item,
  .page_top_index .product-sub-menu .product-sub-item + .product-sub-item,
  .navigation .product-nav .product-sub-menu .product-sub-item + .product-sub-item {
    border-top: 0;
  }

  .page_top_index .primary-nav .product-nav .product-sub-menu .product-sub-item:last-child,
  .page_top_index .product-sub-menu .product-sub-item:last-child,
  .navigation .product-nav .product-sub-menu .product-sub-item:last-child {
    border-bottom: 0;
  }

  .page_top_index .primary-nav .product-nav .product-sub-menu .product-sub-item span,
  .navigation .product-nav .product-sub-menu .product-sub-item span {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 14px;
    text-align: left;
    text-align-last: left;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

.page_top_index .header-mobile-actions .nav-toggle {
  position: relative;
  right: auto;
  top: auto;
  z-index: 1100;
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 24px;
  margin: 0;
  cursor: pointer;
}

.nav-toggle {
  position: absolute;
  right: 24px;
  top: 25px;
  z-index: 1100;
  display: block;
  width: 28px;
  height: 24px;
  cursor: pointer;
}

.nav-toggle p {
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  margin: 0;
  border-radius: 3px;
  background: #333;
  transition: all 0.3s ease;
}

.nav-toggle p:nth-child(1) {
  top: 0;
}

.nav-toggle p:nth-child(2) {
  top: 10px;
}

.nav-toggle p:nth-child(3) {
  top: 20px;
}

.nav-toggle p:nth-child(1).cur {
  transform: translateY(10px) rotate(45deg);
}

.nav-toggle p:nth-child(2).cur {
  opacity: 0;
}

.nav-toggle p:nth-child(3).cur {
  transform: translateY(-10px) rotate(-45deg);
}

.mob_cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 76px;
  bottom: 0;
  z-index: 1001;
  display: none;
  background: rgba(0, 0, 0, 0.68);
}

.page_top .sec_nav,
.page_top_index .sec_nav {
  display: block;
}

.sec_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.sec_nav ul li {
  float: none;
}

.sec_nav ul li a {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
}

.navigation .sub_menu,
.product-sub-menu {
  display: none;
}


.minfluo-banner {
  height: 520px;
  min-height: 460px;
}

.minfluo-banner .minfluo-hero-text h1,
.minfluo-banner .ban-txt h1 {
  line-height: 1.12;
}

.ban-index-en .minfluo-hero-text h1,
.ban-index-en .minfluo-hero-text h1 b {
  font-size: clamp(30px, 7vw, 103px);
  letter-spacing: 0.04em;
  white-space: normal;
}

.ban-index-en .minfluo-hero-text h1 b {
  display: block;
  margin-top: 0.15em;
  color: #15d3de;
}

.ban-index-en .minfluo-hero-text .minfluo-hero-subtitle {
  font-size: clamp(14px, 3.6vw, 45px);
  margin-top: 18px;
}

.minfluo-banner:not(.ban-index-en) .minfluo-hero-text h1,
.minfluo-banner:not(.ban-index-en) .minfluo-hero-text h1 b {
  font-size: clamp(34px, 9vw, 103px);
  letter-spacing: 2px;
}

.minfluo-banner:not(.ban-index-en) .minfluo-hero-text .minfluo-hero-subtitle {
  font-size: clamp(14px, 3.8vw, 45px);
  margin-top: 20px;
}

.minfluo-banner .minfluo-hero-text .minfluo-hero-subtitle,
.minfluo-banner .ban-txt h4 {
  margin-top: 22px;
}

.minfluo-about .about-con {
  display: block;
}

.minfluo-about .about-txt-scroll {
  max-height: none;
  overflow: visible;
  padding-right: 0;
  margin-right: 0;
}

.minfluo-about .about-watermark {
  display: none;
}

.minfluo-show .show-con {
  height: auto;
  padding: 12px 0;
}

.minfluo-show .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

.minfluo-show .show-item img {
  height: 180px !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.minfluo-show {
  padding: 20px 0;
}

.minfluo-show .show-prev {
  right: auto;
  left: 0;
  margin-right: 0;
}

.minfluo-show .show-next {
  left: auto;
  right: 0;
  margin-left: 0;
}

.minfluo-advantage .adv-top,
.minfluo-news .news-grid {
  grid-template-columns: 1fr;
}

.minfluo-news .news-pic {
  grid-column: auto;
}

.minfluo-news .news-grid > * {
  min-width: 0;
  max-width: 100%;
}

.minfluo-news .news-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 36px 28px;
  overflow: hidden;
}

.minfluo-news .news-card h3,
.minfluo-news .news-card p {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.minfluo-news .news-card p.clamp-2 {
  width: 100%;
}

@media (max-width: 1023px) {
  .minfluo-news .news-card {
    padding: 24px 20px;
  }

  .minfluo-news .news-card span {
    margin-bottom: 8px;
  }

  .minfluo-news .news-card h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin-bottom: 12px;
    line-height: 1.45;
  }

  .minfluo-news .news-card p {
    margin-bottom: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 1023px) {
  .minfluo-advantage {
    position: relative;
    padding-bottom: 48px !important;
  }

  .minfluo-advantage .adv-card {
    margin-top: 0;
  }

  .minfluo-advantage .adv-top {
    min-height: auto;
  }

  .minfluo-advantage .adv-pic img {
    min-height: auto;
    height: auto;
    max-height: 260px;
  }

  .minfluo-advantage .adv-title {
    padding: 36px 24px;
  }

  .minfluo-advantage .adv-title span {
    font-size: 15px;
  }

  .minfluo-advantage .adv-title h2 {
    margin-bottom: 20px;
  }

  .minfluo-advantage .adv-title p {
    line-height: 1.75;
  }

  .minfluo-advantage .container {
    position: relative;
    left: auto;
    transform: none;
    margin-top: -32px;
  }

  .minfluo-advantage .adv-card.row > li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .minfluo-advantage .adv-card .item,
  .minfluo-advantage .adv-card.row > li .item,
  .minfluo-advantage .adv-card.row > li > div.item {
    min-height: 0;
    height: auto;
    padding: 32px 100px 32px 28px;
    justify-content: flex-start;
    background-size: auto 80%;
    background-position: right -26%;
  }

  .minfluo-advantage .adv-card em {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .minfluo-advantage .adv-card h3 {
    max-width: none;
    margin-bottom: 16px;
    font-weight: 600;
  }

  .minfluo-advantage .adv-card p {
    max-width: none;
    margin-top: 0;
    line-height: 1.85;
  }

  .foot_con {
    padding: 36px 0 28px;
  }

  .foot_con_t .box {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .foot_con_t .foot_item,
  .foot_con_t .foot_about,
  .foot_con_t .foot_pro,
  .foot_con_t .foot_cont {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .foot_con_t h4 {
    margin-bottom: 16px;
  }

  .foot_con_t li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .foot_con_t li:nth-child(2n+2) {
    margin-right: 0;
  }

  .foot_con_t .foot_pro li {
    width: 50%;
  }

  .foot_con_t .foot_pro li:nth-child(2n + 2),
  .foot_con_t .foot_pro li:nth-child(3n + 3) {
    margin-right: 0;
  }

  .foot_cont li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .foot_cont li a {
    line-height: 1.75;
  }

  .foot_con_en .foot_con_t .foot_about,
  .foot_con_en .foot_con_t .foot_pro {
    margin-right: 0;
  }

  .foot_con_en .foot_con_t .foot_pro li {
    width: 100%;
    margin-right: 0;
  }

  .foot_con_b {
    padding-top: 24px;
    text-align: left;
  }

  .foot_con_b .copyright a,
  .foot_con_b .copyright span {
    padding: 0 8px 0 0;
    font-size: 13px;
    line-height: 1.8;
  }

  .foot_con_b .warn {
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
  }
}

.section.category.minfluo-product.wowlist .item .txt,
.section.category.minfluo-product.wowlist .item .info,
.section.category.minfluo-product.wowlist li .txt,
.section.category.minfluo-product.wowlist li .info {
  padding: 16px 14px 18px;
}

.section.category.minfluo-product.wowlist .item h3,
.section.category.minfluo-product.wowlist .item h4,
.section.category.minfluo-product.wowlist li h3,
.section.category.minfluo-product.wowlist li h4 {
  margin-bottom: 28px;
}

.section.category.minfluo-product.wowlist .item p,
.section.category.minfluo-product.wowlist li p {
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.minfluo-product .pic-hover-icons {
  gap: 28px;
}

.minfluo-product .pic-hover-icons::before,
.minfluo-product .pic-hover-icons::after {
  width: 48px;
  height: 48px;
  background-size: 28px 28px;
  background-position: center center;
}

.minfluo-product .pic-hover-icons::before {
  animation-name: cateAskInSm;
}

.minfluo-product .pic-hover-icons::after {
  animation-name: cateLoupeInSm;
}


body:has(.pro_list) .section.inner,
.inner_pro {
  background: #f2f2f2;
}

.inner_pro {
  padding: 30px 0;
}

.inner_pro ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  align-items: stretch;
  overflow: visible;
  padding-bottom: 0;
  list-style: none;
}

.inner_pro ul li,
.inner_pro ul li:nth-child(5n+5) {
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  height: 100%;
}

.inner_pro ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #b8b8b8;
  border-radius: 999px;
  background: transparent;
  color: #333;
  font-weight: 500;
  line-height: 1.35;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.inner_pro li.item:hover h4 {
  border-color: #0068bd;
  background: transparent;
  color: #0068bd;
}

.inner_pro li.active h4,
.inner_pro .active h4 {
  border-color: #0068bd;
  background: #0068bd;
  color: #fff;
}

.inner_pro li.item:hover a {
  color: inherit;
}

.inner_pro li.active a,
.inner_pro .active a {
  color: #fff;
}

.inner_pro ul li h4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.inner_pro + .section.inner .sec-ti {
  display: none;
}

@media (max-width: 1023px) {
  .inner_pro {
    display: none;
  }

  .inner_pro + .section.inner .sec-ti {
    display: block;
  }

  .inner_pro + .section.inner {
    padding-top: 28px;
  }

  body:has(.pro_list) .section.inner {
    padding: 28px 0 24px;
  }

  .section.inner .sec-ti {
    margin: 20px 0 24px;
  }

  .section.inner .PageV {
    margin-top: 16px;
    padding-bottom: 0;
  }

  .news-list .list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .news-list .list-item .txt {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .news-list .list-item .time {
    order: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 4px;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 0;
    background: transparent;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }

  .news-list .list-item .time span {
    display: inline;
    text-align: left;
  }

  .news-list .list-item .year {
    order: 1;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
  }

  .news-list .list-item .day {
    order: 2;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
  }

  .news-list .list-item .day::before {
    content: "-";
    margin-right: 4px;
    color: #666;
  }

  .news-list .list-item .info {
    order: 2;
    flex: none;
    width: 100%;
  }

  .news-list .list-item h3 {
    margin-bottom: 8px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.45;
  }

  .news-list .list-item p {
    line-height: 1.65;
  }

  .contact .cont-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .contact .cont-list ul li {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-right: 0;
  }

  .contact .cont-list .item {
    align-items: center;
  }

  .contact .cont-list .item-l {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .contact .cont-list i {
    font-size: 36px;
  }

  .contact .cont-list .item-r h4 {
    margin-bottom: 6px;
    line-height: 1.35;
  }

  .contact .cont-list .item-r span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    word-break: break-word;
  }

  .contact .form_container {
    display: block;
  }

  .contact .form_container .item {
    width: 100%;
    margin-bottom: 14px;
  }

  .contact .form_container .item:last-child {
    margin-bottom: 0;
  }

  .contact .form_container textarea,
  .contact .form_container .form_textarea {
    min-height: 140px;
    height: auto;
  }

  .contact .form_btn {
    margin-top: 16px;
  }

  .arti_con.inner_con + .inner_con .inner_cont_con {
    padding-bottom: 0;
  }

  .arti_con.inner_con + .inner_con .contact_form .form_btn {
    margin-top: 16px;
  }
}

.section.inner .pro_list.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 20px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.section.inner .pro_list.row::before,
.section.inner .pro_list.row::after {
  display: none;
  content: none;
}

.section.inner .pro_list .pro_item,
.section.inner .pro_list .pro_item.col-xs-6,
.section.inner .pro_list .pro_item.col-md-3 {
  display: flex;
  float: none;
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  box-sizing: border-box;
}

.section.inner .pro_list > .pro_item dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.section.inner .pro_list > .pro_item dl:hover {
  transform: none;
  box-shadow: none;
}

.section.inner .pro_list > .pro_item dt {
  padding: 0;
  background: transparent;
}

.section.inner .pro_list > .pro_item dt a {
  padding-top: 76%;
  background: #f0f0f0;
}

.section.inner .pro_list > .pro_item dt a:focus,
.section.inner .pro_list > .pro_item dt a:active,
.section.inner .pro_list > .pro_item dd a:focus,
.section.inner .pro_list > .pro_item dd a:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.section.inner .pro_list > .pro_item dd {
  display: block;
  min-height: auto;
  padding: 10px 4px 12px;
  text-align: left;
}

.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link) {
  display: block;
  width: 100%;
}

.section.inner .pro_list > .pro_item dd h4 {
  display: block;
  margin: 0 0 6px;
  width: 100%;
  min-height: 0;
  line-height: 1.35;
  overflow: visible;
  word-break: break-word;
}

.section.inner .pro_list > .pro_item dd p {
  display: -webkit-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after,
.section.inner .pro_list > .pro_item dd:after {
  display: none;
}

.section.inner .pro_list > .pro_item dd a.pro_consult_link {
  display: none;
}

.section.inner .page_wrap {
  flex-wrap: nowrap;
  gap: 6px;
  width: 100%;
}

.section.inner .page_item {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 6px;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.arti_con.inner_con + .inner_con .contact_form .form_container {
  display: block;
}

#contact-form .form_container > .item:first-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#contact-form .form_container > .item:last-child {
  margin-top: 14px;
}

#contact-form .form_container > .item:last-child .form_textarea,
#contact-form .form_container > .item:last-child textarea {
  height: 160px;
  min-height: 160px;
}

.arti_con.inner_con + .inner_con .contact_form .item {
  gap: 14px;
}

.arti_con.inner_con + .inner_con .contact_form .item + .item {
  margin-top: 14px;
}

.arti_con.inner_con + .inner_con .contact_form textarea.form-control {
  min-height: 160px;
}

.arti_con.inner_con {
  margin-top: 24px;
}

.arti_con .top {
  display: block;
  margin-bottom: 22px;
  padding: 14px;
}

.arti_con .top .top_box,
.arti_con .top .txt {
  width: 100%;
}

.arti_con .top .txt_wrap {
  padding: 22px 18px;
}

.arti_con .top h3 {
  margin-bottom: 18px;
  padding-bottom: 16px;
  line-height: 1.4;
}

.arti_con .top .txt_wrap p {
  margin-bottom: 18px;
  line-height: 1.85;
}

.arti_con .top .inner-more {
  min-width: 92px;
  height: 32px;
  padding: 0 14px;
  font-size: 13px;
  line-height: 32px;
}

.arti_con .top .cont_more {
  margin-left: 8px;
}

.arti_con .sp-large a,
.arti_con .sp-wrap > a {
  padding-top: 58%;
}

.arti_con .bottom {
  padding: 22px 18px 26px;
}

.arti_con .bottom .txt_wrap {
  padding: 0;
}

.arti_con_title h3 {
  padding: 16px 0;
}

.arti_con .bottom .txt_wrap > p {
  padding-top: 22px;
  line-height: 1.9;
}

.arti_con .txt_wrap p img {
  margin-bottom: 22px;
}

.arti_con.inner_con + .inner_con .inner-title {
  margin-top: 46px;
  margin-bottom: 24px;
}

.arti_con.inner_con + .inner_con .inner-title p {
  margin-top: 10px;
}

.arti_con.inner_con + .inner_con .related {
  margin-bottom: 44px;
}

.arti_con.inner_con + .inner_con .related .pro_list.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 14px;
  margin-left: 0;
  margin-right: 0;
}

.arti_con.inner_con + .inner_con .related .pro_list.row::before,
.arti_con.inner_con + .inner_con .related .pro_list.row::after {
  display: none;
  content: none;
}

.arti_con.inner_con + .inner_con .related .pro_list.row .pro_item,
.arti_con.inner_con + .inner_con .related .pro_list.row .pro_item:nth-child(4n+4) {
  float: none;
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  box-sizing: border-box;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dl {
  background: transparent;
  box-shadow: none;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dl:hover {
  transform: none;
  box-shadow: none;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dt {
  padding: 0;
  background: transparent;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dt a {
  padding-top: 76%;
  background: transparent;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd {
  display: block;
  height: auto;
  min-height: auto;
  padding: 8px 0 0;
  text-align: center;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd h4 {
  margin: 0;
  line-height: 1.35;
}

.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd > a:not(.pro_consult_link):after,
.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd:after,
.arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd a.pro_consult_link {
  display: none;
}

.arti_con.inner_con + .inner_con .form_list {
  display: block;
}

.arti_con.inner_con + .inner_con .single-input input {
  height: 40px;
}

.arti_con.inner_con + .inner_con .double-input textarea {
  height: 150px;
}

.arti_con.inner_con + .inner_con .theme-btn {
  margin-top: 18px;
}

.banner {
  height: 320px;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner .ban-txt-box {
  padding-left: 0;
  padding-top: 0;
  width: 100%;
  text-align: center;
}

.banner .banner-txt {
  text-align: center;
}

.banner .banner-txt span {
  margin-bottom: 8px;
  font-size: 22px;
}

.banner .profile-title-line {
  width: 48px;
  height: 4px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.banner .profile-title-line:after {
  display: block;
  left: calc(100% + 6px);
  width: 4px;
  height: 4px;
}

.profile-page .profile-about .about-con,
.profile-vision-layout {
  display: block;
}

.profile-about .pic {
  padding-right: 0;
}

.profile-cert-list,
.profile-solution-board,
.profile-vision-grid {
  grid-template-columns: 1fr;
}

.profile-cert-list {
  gap: 24px;
  margin-top: 34px;
}

.profile-solution-media,
.profile-solution-card,
.vision-card,
.vision-photo {
  min-height: 242px;
}

.solution-media-top,
.solution-media-bottom {
  grid-column: span 1;
}

.profile-solution-card {
  padding: 37px 31px;
}

.profile-vision-copy h4 {
  margin-bottom: 26px;
}

.profile-vision-list li {
  margin-bottom: 16px;
  font-size: 15px;
}

.profile-vision-list em {
  margin-right: 14px;
}

@media (max-width: 767px) {
  .profile-vision-grid {
    display: flex;
    flex-direction: column;
  }

  .profile-vision-grid .vision-photo-flag {
    order: 1;
    min-height: auto;
  }

  .profile-vision-grid .vision-photo-flag img {
    height: auto;
    min-height: 200px;
    max-height: 260px;
  }

  .profile-vision-grid > .vision-card:nth-child(1) {
    order: 2;
  }

  .profile-vision-grid > .vision-card:nth-child(2) {
    order: 3;
  }

  .profile-vision-grid > .vision-card:nth-child(5) {
    order: 4;
  }

  .profile-vision-grid .vision-photo-lab,
  .profile-vision-grid .vision-empty {
    display: none;
  }

  .profile-vision-grid .vision-card,
  .profile-vision-grid .vision-photo-flag {
    min-height: auto;
  }
}

@keyframes cateAskInSm {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes cateLoupeInSm {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* ===== 平板：768px及以上 ===== */
@media (min-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .section.category.minfluo-product.wowlist {
    padding-bottom: calc(var(--category-padding-top) - var(--cate-item-margin-bottom));
  }

  .minfluo-banner {
    height: 620px;
  }

  .minfluo-show .show-con {
    height: 256px;
    padding: 20px 0;
  }

  .minfluo-show .swiper-slide {
    width: auto !important;
    height: 100% !important;
  }

  .minfluo-show .show-item img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
  }

  .arti_con .top {
    padding: 24px;
  }

  .arti_con .top .txt_wrap {
    padding: 28px 32px;
  }

  .arti_con .bottom {
    padding: 28px 30px 32px;
  }

  .banner {
    height: 420px;
    padding-left: 9%;
    justify-content: flex-start;
    text-align: left;
  }

  .banner .ban-txt-box {
    padding-left: 2vw;
    padding-top: 2vw;
    text-align: left;
  }

  .banner .banner-txt {
    text-align: left;
  }

  .banner .profile-title-line {
    width: 58px;
    height: 5px;
    margin-top: 26px;
    margin-left: 0;
    margin-right: 0;
  }

  .banner .banner-txt span {
    font-size: 26px;
  }

  .banner .profile-title-line:after {
    display: block;
  }

  .profile-page .section {
    padding: 64px 0;
  }

  .profile-solution-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .solution-media-top,
  .solution-media-bottom {
    grid-column: span 2;
  }

  .profile-solution-media,
  .profile-solution-card {
    min-height: 286px;
  }
}


/* ===== 电脑：1024px及以上 ===== */
@media (min-width: 1024px) {
  .section {
    padding: 45px 0;
  }

  .page_top_index .header-content,
  .page_top_index .header_top {
    height: 132px;
  }

  .page_top_index .header_top {
    justify-content: flex-start;
    gap: 70px;
  }

  .page_top_index .logo {
    width: 300px;
    height: auto;
    flex-basis: 300px;
  }

  .page_top_index .minfluo-logo {
    height: 86px;
    background-image: url("../images/logo-index.png");
  }

  .page_top_index .header_nav {
    position: static;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
  }

  .page_top,
  .page_top_index {
    position: absolute;
    background: transparent;
  }

  .page_top #header,
  .page_top_index #header {
    background: transparent;
  }

  .page_top .sec_nav,
  .page_top_index .sec_nav,
  .page_top_index .header-mobile-actions,
  .mob_cover {
    display: none !important;
  }

  .page_top_index .primary-nav {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: transparent;
  }

  .page_top_index .primary-nav .tab {
    display: flex;
    align-items: center;
    align-self: stretch;
    width: auto;
    padding: 0 9px;
    border-bottom: 0;
  }

  .page_top_index .primary-nav .tab:after {
    display: block;
    top: 50%;
    height: 14px;
    margin-top: -7px;
  }

  .page_top_index .primary-nav .tab:last-child:after,
  .page_top_index .primary-nav .lang-switch:after,
  .page_top_index .primary-nav .search-tab:after {
    display: none;
  }

  .page_top_index .primary-nav .tab:has(+ .lang-switch):after {
    display: none;
  }

  .page_top_index .primary-nav .lang-switch,
  .page_top_index .primary-nav .search-tab {
    display: flex;
    align-items: center;
  }

  .page_top_index .primary-nav .lang-switch {
    margin-left: 32px;
  }

  .page_top_index .lang-switch-menu .lang-switch-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    line-height: 1.5;
    text-align: left;
  }

  .page_top_index .primary-nav .search-tab {
    margin-left: 8px;
  }

  .page_top_index .primary-nav .nav_wrap {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .page_top_index .primary-nav .nav_wrap > a {
    display: inline-flex;
    align-items: center;
    height: auto;
    margin: 0 14px;
    padding: 0;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }

  .page_top_index .search-tab .nav_wrap {
    display: flex;
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }

  .navigation > ul > li {
    display: inline-flex;
    align-items: center;
  }

  .navigation > ul > li a {
    position: relative;
  }

  .navigation > ul > li > .nav_wrap > a {
    overflow: visible;
  }

  .navigation > ul > li > .nav_wrap > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 10;
    width: 0;
    height: 4px;
    margin: 0;
    border-radius: 2px;
    background: #0068bd;
    transform: translateX(-50%);
    transition: all 0.3s;
  }

  .navigation > ul > li.active > .nav_wrap > a:before {
    width: 30px;
  }

  .navigation > ul > li:not(.lang-switch):not(.search-tab):hover > .nav_wrap > a:before {
    width: 30px;
  }

  .navigation > ul:hover > li.active:not(:hover) > .nav_wrap > a:before {
    width: 0;
  }

  .navigation > ul > li .sub_menu,
  .navigation > ul > li .product-sub-menu {
    position: absolute;
    left: 50%;
    top: calc(100% + 16px);
    z-index: 1100;
    display: block;
    min-width: 240px;
    max-width: 320px;
    padding: 10px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    overflow: visible;
  }

  body.lang-en .navigation > ul > li .product-sub-menu,
  body.lang-en .page_top_index .product-sub-menu {
    min-width: 300px;
    max-width: none;
    width: max-content;
  }

  body.lang-en .product-sub-menu .product-sub-item,
  body.lang-en .product-sub-menu .product-sub-item span {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .navigation > ul > li .product-sub-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    transform: translateX(-50%);
  }

  .page_top_index .product-nav .nav_wrap {
    position: relative;
  }

  .product-nav-toggle {
    display: none !important;
  }

  .navigation > ul > li.product-nav.on .sub_menu,
  .navigation > ul > li.product-nav.on .product-sub-menu,
  .navigation > ul > li.product-nav:hover .sub_menu,
  .navigation > ul > li.product-nav:hover .product-sub-menu,
  .navigation > ul > li.product-nav.is-open .product-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .page_top_index .product-sub-menu .product-sub-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    line-height: 1.5;
    text-align: left;
  }

  .minfluo-banner {
    height: 720px;
    min-height: 560px;
  }

  .ban-index-en .minfluo-hero-text {
    padding: 0 20px;
  }

  .ban-index-en .minfluo-hero-text h1,
  .ban-index-en .minfluo-hero-text h1 b {
    font-size: clamp(42px, 4.5vw, 70px);
    letter-spacing: 0.05em;
    white-space: normal;
  }

  .ban-index-en .minfluo-hero-text h1 b {
    display: block;
    margin-top: 0.12em;
  }

  .minfluo-banner:not(.ban-index-en) .minfluo-hero-text h1,
  .minfluo-banner:not(.ban-index-en) .minfluo-hero-text h1 b {
    font-size: clamp(52px, 5.2vw, 95px);
  }

  .minfluo-banner .minfluo-hero-text .minfluo-hero-subtitle {
    font-size: clamp(24px, 2.2vw, 26px);
    margin-top: 34px;
  }

  .minfluo-about .about-con {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .profile-page .profile-about .about-con {
    display: flex;
    align-items: flex-start;
  }
  .minfluo-about .about-con > .col-md-6:last-child {
    padding-left: 45px;
  }
  .minfluo-about:not(.profile-about) .txt {
    padding-bottom: 72px;
  }

  .profile-about .txt {
    padding-bottom: 0;
  }

  .minfluo-about .about-txt-scroll {
    max-height: 246px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 32px;
    margin-right: 0;
    scrollbar-width: thin;
    scrollbar-color: #c8c8c8 transparent;
  }

  .minfluo-about .about-watermark {
    display: block;
  }

  .banner {
    height: 528px;
    padding-left: 23%;
  }

  .banner .banner-txt span {
    font-size: 30px;
  }

  .foot_con_t .box {
    gap: 70px;
  }

  .foot_con_t .foot_about {
    flex: 0 0 14%;
  }

  .foot_con_t .foot_pro {
    flex: 1 1 auto;
  }

  .foot_con_t .foot_cont {
    flex: 0 0 34%;
  }

  .foot_con_en .foot_con_t .foot_about {
    flex: 0 0 11%;
    margin-right: 0;
  }

  .foot_con_en .foot_con_t .foot_pro {
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 0;
  }

  .foot_con_en .foot_con_t .foot_cont {
    flex: 0 0 28%;
  }

  .foot_con_en .foot_con_t .foot_pro ul {
    column-gap: 28px;
    row-gap: 15px;
  }

  .minfluo-show .show-con {
    height: 320px;
  }

  .minfluo-show .show-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .minfluo-show .show-prev {
    right: 100%;
    left: auto;
    margin-right: 20px;
  }

  .minfluo-show .show-next {
    left: 100%;
    right: auto;
    margin-left: 20px;
  }

  .minfluo-advantage .adv-top {
    grid-template-columns: 28% 72%;
  }

  .minfluo-news .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
  }

  body:has(.pro_list) .section.inner,
  .inner_pro {
    background: #f2f2f2;
  }

  .section.inner {
    padding: 45px 0;
  }

  .inner_pro + .section.inner .sec-ti {
    display: block;
  }

  .inner_pro ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
    overflow: visible;
    padding-bottom: 0;
  }

  .inner_pro {
    padding: 45px 0 36px;
  }

  .inner_pro + .section.inner {
    padding-top: 36px;
  }

  .inner_pro ul li,
  .inner_pro ul li:nth-child(5n+5) {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    height: 100%;
  }

  .inner_pro ul li h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 42px;
    padding: 12px 22px;
    border: 1px solid #b8b8b8;
    border-radius: 999px;
    background: transparent;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
    overflow: visible;
    text-overflow: clip;
  }

  .inner_pro li.item:hover h4 {
    border-color: #0068bd;
    background: transparent;
    color: #0068bd;
  }

  .inner_pro li.active h4,
  .inner_pro .active h4 {
    border-color: #0068bd;
    background: #0068bd;
    color: #fff;
  }

  .inner_pro li.active a,
  .inner_pro .active a {
    color: #fff;
  }

  .section.inner .pro_list.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
    gap: 0;
  }

  .section.inner .pro_list .pro_item,
  .section.inner .pro_list .pro_item.col-xs-6,
  .section.inner .pro_list .pro_item.col-md-3 {
    float: none;
    flex: none;
    width: 25%;
    max-width: none;
    min-width: 0;
    padding: 0 13px;
    margin-bottom: 40px;
  }

  .section.inner .pro_list > .pro_item dl {
    background: #fff;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  .section.inner .pro_list > .pro_item dl:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgb(0 0 0 / 20%);
  }

  .section.inner .pro_list > .pro_item dt {
    padding: 12px;
    background: #fff;
  }

  .section.inner .pro_list > .pro_item dt a {
    padding-top: 68%;
    background: #f0f0f0;
  }

  .section.inner .pro_list > .pro_item dd {
    min-height: 168px;
    padding: 10px 20px 58px;
    text-align: left;
  }

  .section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link) {
    display: block;
    width: 100%;
  }

  .section.inner .pro_list > .pro_item dd h4 {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    line-height: 1.35;
  }

  .section.inner .pro_list > .pro_item dd p {
    display: -webkit-box;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    color: #666;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after,
  .section.inner .pro_list > .pro_item dd:after {
    display: inline-flex;
    bottom: 20px;
    min-width: 94px;
    height: 34px;
    padding: 0 22px;
    font-size: 13px;
    line-height: 1;
  }

  .section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after {
    left: 20px;
  }

  .section.inner .pro_list > .pro_item dd:after {
    right: 20px;
  }

  .section.inner .pro_list > .pro_item dd a.pro_consult_link {
    display: block;
    right: 20px;
    bottom: 20px;
    width: 142px;
    height: 34px;
    min-height: 34px;
  }

  body.lang-en .section.inner .pro_list > .pro_item dd > a:not(.pro_consult_link):after {
    content: "Details  >";
    min-width: 80px;
    padding: 0 18px;
  }

  body.lang-en .section.inner .pro_list > .pro_item dd:after {
    content: "Contact  >";
    min-width: 80px;
    padding: 0 18px;
  }

  body.lang-en .section.inner .pro_list > .pro_item dd a.pro_consult_link {
    width: 80px;
    min-width: 80px;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd > a:not(.pro_consult_link):after,
  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd:after {
    display: inline-flex;
    bottom: 16px;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd a.pro_consult_link {
    display: block;
    bottom: 16px;
  }

  .section.inner .page_wrap {
    flex-wrap: nowrap;
    gap: 12px;
    width: auto;
  }

  .section.inner .page_item {
    flex: 0 0 auto;
    min-width: auto;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 28px;
  }

  body {
    font-size: 16px;
  }

  input,
  textarea,
  select,
  button,
  .form-control,
  .theme-btn,
  .btn,
  .page_item,
  .single-input input,
  .single-input textarea,
  .double-input textarea,
  .contact .cont-list span,
  .nav a,
  #header a,
  .foot a,
  .foot span,
  .foot li,
  .footer a,
  .footer span,
  .footer li,
  .minfluo-banner .scroll-tip,
  .arti_con .top .inner-more,
  .arti_con .top .inner-more i,
  .arti_con.inner_con + .inner_con .single-input input,
  .arti_con.inner_con + .inner_con .double-input textarea,
  .arti_con.inner_con + .inner_con .theme-btn {
    font-size: 16px;
  }

  .minfluo-about .txt,
  .minfluo-about .more,
  .minfluo-product .txt h4,
  .minfluo-product .txt p,
  .section.category.minfluo-product.wowlist .item p,
  .section.category.minfluo-product.wowlist li p,
  .minfluo-news .news-card:not(.active),
  .minfluo-news .news-card:not(.active) p,
  .minfluo-advantage .adv-card .item:not(.active) p,
  .profile-about .txt p,
  .profile-vision-copy h4,
  .profile-vision-list li,
  .vision-card p,
  .section.inner .pro_list > .pro_item dd p,
  .section.inner .pro_list > .pro_item dd:after,
  .arti_con .top h3,
  .arti_con .top .txt_wrap p,
  .arti_con_title h3,
  .arti_con .bottom .txt_wrap > p,
  .arti_con.inner_con + .inner_con .inner-title h2,
  .arti_con.inner_con + .inner_con .inner-title p,
  .news-list .list-item p {
    color: #333;
  }
  .minfluo-product .txt p {
    height: 56px;
  }
  .solution-card-blue h4,
  .solution-card-blue li,
  .solution-card-blue p,
  .solution-card-orange h4,
  .solution-card-orange li,
  .solution-card-orange p {
    color: #fff;
  }

  .profile-solution-card:not(.solution-card-blue):not(.solution-card-orange) li,
  .profile-solution-card:not(.solution-card-blue):not(.solution-card-orange) p {
    color: #333;
  }

  .arti_con .top {
    display: flex;
    align-items: stretch;
    padding: 28px;
  }

  .arti_con .top .top_box {
    width: 36%;
  }

  .arti_con .top .txt {
    width: 64%;
  }

  .arti_con .sp-large a,
  .arti_con .sp-wrap > a {
    padding-top: 76%;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
    gap: 0;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row .pro_item,
  .arti_con.inner_con + .inner_con .related .pro_list.row .pro_item:nth-child(4n+4) {
    width: 25%;
    padding: 0 18px;
    margin: 0 0 36px;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dl {
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dt {
    padding: 10px;
    background: #fff;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd {
    min-height: 112px;
    padding: 12px 16px 50px;
    text-align: left;
  }

  .arti_con.inner_con + .inner_con .related .pro_list.row > .pro_item dd h4 {
    line-height: 1.35;
  }

  .profile-page .section {
    padding: 45px 0;
  }

  .profile-page .profile-about .about-con {
    display: flex;
    align-items: flex-start;
  }

  .profile-cert-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    margin-top: 36px;
  }

  .profile-vision-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
    gap: 54px;
    align-items: center;
  }

  .profile-vision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vision-card,
  .vision-photo,
  .vision-empty {
    min-height: 238px;
  }

  .profile-solution-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 308px;
  }

  .solution-media-top {
    grid-column: 1 / span 2;
  }

  .solution-media-bottom {
    grid-column: 3 / span 2;
  }
}


/* ===== 大屏：1440px及以上 ===== */
@media (min-width: 1024px) {
  .arti_con.inner_con + .inner_con .contact_form .form_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
  }

  .arti_con.inner_con + .inner_con .contact_form .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    min-width: 0;
  }

  .arti_con.inner_con + .inner_con .contact_form .item + .item {
    margin-top: 0;
  }

  .arti_con.inner_con + .inner_con .contact_form .form_input,
  .arti_con.inner_con + .inner_con .contact_form .form_textarea {
    display: block;
    width: 100% !important;
    margin: 0;
    float: none !important;
    box-sizing: border-box;
  }

  .arti_con.inner_con + .inner_con .contact_form .form-control {
    width: 100% !important;
    box-sizing: border-box;
  }

  .arti_con.inner_con + .inner_con .contact_form textarea.form-control {
    height: 100%;
    min-height: 232px;
  }

  .arti_con.inner_con + .inner_con .inner_cont_con {
    padding-bottom: 70px;
  }

  .arti_con.inner_con + .inner_con .contact_form .form_btn {
    margin-top: 30px;
  }

  body {
    font-size: 16px;
  }

  input,
  textarea,
  select,
  button,
  .form-control,
  .theme-btn,
  .btn,
  .page_item,
  .single-input input,
  .single-input textarea,
  .double-input textarea,
  .contact .cont-list span,
  .nav a,
  #header a,
  .foot a,
  .foot span,
  .foot li,
  .footer a,
  .footer span,
  .footer li,
  .minfluo-banner .scroll-tip,
  .arti_con .top .inner-more,
  .arti_con .top .inner-more i,
  .arti_con.inner_con + .inner_con .single-input input,
  .arti_con.inner_con + .inner_con .double-input textarea,
  .arti_con.inner_con + .inner_con .theme-btn {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: min(1520px, calc(100% - 40px));
    max-width: 1520px;
  }

  .page_top_index .logo {
    width: 360px;
    flex-basis: 360px;
  }

  .page_top_index .primary-nav .tab {
    padding: 0 14px;
  }

  .page_top_index .primary-nav .nav_wrap > a {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .minfluo-search-form__field {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .minfluo-search-form__field input,
  .minfluo-search-form__submit,
  .minfluo-search-form__close {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 1023px) {
  .minfluo-search-form {
    padding: 22px 0 26px;
  }
  .minfluo-about .about-con > .col-md-6:last-child {
    padding-bottom: 35px;
  }
  .minfluo-search-form__field {
    flex-wrap: wrap;
  }

  .minfluo-search-form__field input {
    width: 100%;
    flex: 1 1 100%;
    height: 46px;
    min-height: 46px;
  }

  .minfluo-search-form__submit,
  .minfluo-search-form__close {
    height: 46px;
    min-height: 46px;
  }

  .minfluo-search-form__submit {
    flex: 1 1 auto;
    min-width: 0;
  }
}
