﻿/*================基本样式重置================*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, span, i, a, em, strong, b, input, textarea, select {
  margin: 0;
  padding: 0;
}

i, em {
  font-weight: normal;
  font-style: normal;
}

b {
  font-weight: normal;
}

a, i, em, span, b, img {
  display: block;
}
html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: "Microsoft Yahei", "PingFang SC";
  font-size: 0.88889rem;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

li {
  list-style: none;
}

a, img, input {
  border: 0 none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus, input:focus {
  outline: 0 none;
}

input::-webkit-search-cancel-button {
  display: none;
}

/*清除谷歌浏览器下的search叉号*/
input::-ms-clear {
  display: none;
}

/*清除IE下的search叉号*/
input {
  display: block;
  background: none;
  font-family: "Microsoft Yahei";
}

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}

button {
  display: block;
  border: none;
  cursor: pointer;
}

textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei";
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

video {
  border: none;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

button, input, textarea {
  border: 0;
  outline: none;
  font: inherit;
  background: none;
  padding: 0;
  resize: none;
}

@font-face {
    font-family: 'alimamashuheiti-bold';
    src: url('../font/ALIMAMASHUHEITI-BOLD.TTF');
}

@font-face {
    font-family: 'poppins';
    src: url('../font/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'din';
    src: url('../font/D-DIN-PRO.otf');
}
.w1400 {
  width: 72.91%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  margin: 0 auto;
}
.w1600 {
  width: 83.333%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  margin: 0 auto;
}

.pageInnerBanner, .serviceHero {
  position: relative;
  height: 36.27778rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}
.pageInnerBanner .pageInnerBannerBg, .pageInnerBanner .serviceHeroBg, .serviceHero .pageInnerBannerBg, .serviceHero .serviceHeroBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageInnerBanner .pageInnerBannerBg, .serviceHero .pageInnerBannerBg {
  animation: pageInnerBannerZoom 8s ease-out both;
  will-change: transform;
}

.pageInnerBanner .pageInnerBannerLine, .pageInnerBanner .serviceHeroLine, .serviceHero .pageInnerBannerLine, .serviceHero .serviceHeroLine {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.11111rem;
  height: 12.22222rem;
  overflow: hidden;
  background: #ffffff;
}

.pageInnerBanner .pageInnerBannerTitle, .pageInnerBanner h1, .serviceHero .pageInnerBannerTitle, .serviceHero h1 {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-size: 2.66667rem;
  font-weight: bold;
  line-height: 3.33333rem;
  text-align: center;
}

@keyframes pageInnerBannerZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.pageLineMotion, .serviceLineMotion {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa6d0e;
  animation: pageLineTravel 4s ease-in-out infinite;
}

@keyframes pageLineTravel {
    0% {
        top: -100%;
        opacity: 0;
    }

    0.1% {
        top: -100%;
        opacity: 1;
    }

    99.9% {
        top: 100%;
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}
.pageBreadMain {
  margin-bottom: 1.66667rem;
}

.pageBreadcrumb, .customizationBreadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
  font-size: 0.77778rem;

}
.pageBreadcrumb a, .pageBreadcrumb div, .customizationBreadcrumb a, .customizationBreadcrumb div {
  color: #999;
}

.pageBreadcrumb a, .customizationBreadcrumb a {
  transition: color .3s;

}
.pageBreadcrumb a:hover, .customizationBreadcrumb a:hover {
  color: #ff6b00;
}

.pageBreadcrumb .pageBreadcrumbHome, .pageBreadcrumb .customizationHomeIcon, .customizationBreadcrumb .pageBreadcrumbHome, .customizationBreadcrumb .customizationHomeIcon {
  width: 1.11111rem;
  height: 1.11111rem;
  margin-right: 1.11111rem;
}

.pageBreadcrumb .pageBreadcrumbHome img, .customizationBreadcrumb .pageBreadcrumbHome img {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0;
  object-fit: contain;
}

.pageBreadcrumb span, .pageBreadcrumb .pageBreadcrumbMark, .pageBreadcrumb .customizationBreadcrumbArrow, .customizationBreadcrumb span, .customizationBreadcrumb .pageBreadcrumbMark, .customizationBreadcrumb .customizationBreadcrumbArrow {
  margin: 0 0.55556rem;
}

.pageAnchorNav {
  box-sizing: border-box;
  height: 3.88889rem;
  border-bottom: 0.05556rem solid #e8e8e8;
  background: #fff;
  position: relative;
}

.pageAnchorNavHolder {
  height: 0;
}

.pageAnchorNav.on {
  position: fixed;
  top: 4.72222rem;
  z-index: 101;
  width: 100%;
}

.pageAnchorSwiper {
  height: 100%;
  overflow: hidden;
}

.pageAnchorInner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pageAnchorItem {
  box-sizing: border-box;
  width: auto;
  height: 100%;
  position: relative;
  margin: 0 1.77778rem;
  padding: 0 0.88889rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.88889rem;
  line-height: 1;
  transition: color .3s;
}
.pageAnchorItem a {
  color: #666;
}

.pageAnchorItem:hover, .pageAnchorItem.active {
  color: #ff6a00;
}
.pageAnchorItem:hover a, .pageAnchorItem.active a {
  color: #ff6a00;
}

.pageAnchorItem:hover:after, .pageAnchorItem.active:after {
  transform: scaleX(1);
}

.homeHeader {
  position: fixed;
  top: 1.5rem;
  left: 0;
  z-index: 110;
  width: 100%;
  min-width: 66.66667rem;
  height: 3.33333rem;
  display: flex;
  justify-content: center;
  background: transparent;
  transition: top 0.35s, height 0.35s, background 0.35s;
}

.homeHeader .homeHeaderInner {
  position: relative;
  z-index: 2;
  width: 83.333%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  height: 3.33333rem;
  padding: 0;
  border-radius: 0.55556rem;
  background: #fff;
  box-shadow: 0 0.55556rem 1.94444rem rgba(26, 32, 44, 0.08);
  box-sizing: border-box;
  transition: width 0.35s, max-width 0.35s, height 0.35s, border-radius 0.35s, box-shadow 0.35s;
}

.homeHeader .site-nav {
  top: 0;
  height: 3.33333rem;
  font-size: 0.9375vw;
}

.homeHeader .site-nav-left {
  right: calc(50% + 6.848958vw);
}

.homeHeader .site-nav-right {
  left: calc(50% + 6.848958vw);
}

.homeHeader .site-nav > a, .homeHeader .site-nav > .siteNavItem {
  margin-left: 0;
  padding-right: 2.473958vw;
  padding-left: 2.473958vw;
  box-sizing: border-box;
}

.homeHeader .site-nav > a:first-child, .homeHeader .site-nav > .siteNavItem:first-child {
  padding-left: 0;
}

.homeHeader .site-nav > a:last-child, .homeHeader .site-nav > .siteNavItem:last-child {
  padding-right: 0;
}

.homeHeader .site-logo-center {
  top: 50%;
  width: 8.61111rem;
  height: 5.22222rem;
  padding: 1.11111rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.homeHeaderLogoPic {
  display: block;
  width: 6.38889rem;
}

.homeHeaderLogoPic img {
  display: block;
  width: 100%;
  height: auto;
}

.homeHeader .header-actions {
  top: 0;
  right: 2.604167vw;
  height: 3.5rem;
}

.homeHeader .header-actions a + a {
  margin-left: 1.302083vw;
}

.homeHeader .search-icon, .homeHeader .lang-icon {
  width: 1.041667vw;
  height: 1.041667vw;
}

.homeHeader .cart-icon {
  width: 1.09375vw;
  height: 1.09375vw;
  background-size: 1.09375vw 1.09375vw;
}

.homeHeader.navOpen, .homeHeader.header_fixed {
  top: 0;
  height: 5rem;
  border-bottom: 0.05556rem solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;
}

.homeHeader.navOpen .homeHeaderInner, .homeHeader.header_fixed .homeHeaderInner {
  width: 83.333%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  height: 5rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.homeHeader.navOpen .site-nav, .homeHeader.header_fixed .site-nav {
  height: 5rem;
}

.homeHeader.navOpen .site-nav-left, .homeHeader.header_fixed .site-nav-left {
  right: calc(50% + 6.848958vw);
}

.homeHeader.navOpen .site-nav-right, .homeHeader.header_fixed .site-nav-right {
  left: calc(50% + 6.848958vw);
}

.homeHeader.navOpen .site-nav > a, .homeHeader.navOpen .site-nav > .siteNavItem > a, .homeHeader.header_fixed .site-nav > a, .homeHeader.header_fixed .site-nav > .siteNavItem > a {
  height: 5rem;
  line-height: 5rem;
}

.homeHeader.navOpen .site-logo-center, .homeHeader.header_fixed .site-logo-center {
  top: 0.61111rem;
  width: 5.77778rem;
  height: 3.61111rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transform: translateX(-50%);
}

.homeHeader.navOpen .homeHeaderLogoPic, .homeHeader.header_fixed .homeHeaderLogoPic, .homeHeader.navOpen .homeHeaderLogoPic img, .homeHeader.header_fixed .homeHeaderLogoPic img {
  width: 5.77778rem;
  height: 3.61111rem;
}

.homeHeader.navOpen .header-actions, .homeHeader.header_fixed .header-actions {
  right: 2.604167vw;
  height: 5rem;
}

.homeHeader .homeNavTrigger.active, .homeHeader .homeNavItem.navOpen > .homeNavTrigger {
  color: #ff6508;
}

.homeHeader .homeNavPanel {
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: rgba(248, 248, 248, 0.98);
  box-shadow: 0 0.44444rem 0.88889rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.homeHeader .homeSubNavPanel {
  height: 3.88889rem;
}

.homeHeader .homeNavGrid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 2.77778rem 0;
  box-sizing: border-box;
}

.homeHeader .homeNavLink {
  display: flex;
  align-items: center;
  width: 16.666666%;
  padding: 0 1.66667rem;
  color: #333;
  font-size: 0.88889rem;
  box-sizing: border-box;
}
.homeHeader .homeNavLink:hover .homeNavArrow {
  transform: translateX(0.33333rem);
}

.homeHeader .homeProductNavGrid .homeNavLink:nth-child(n + 7), .homeHeader .homeSolutionNavGrid .homeNavLink:nth-child(n + 7) {
  margin-top: 3.16667rem;
}

.homeHeader .homeNavIcon {
  position: relative;
  flex: 0 0 auto;
  width: 1.66667rem;
  height: 1.66667rem;
  margin-right: 0.77778rem;
}

.homeHeader .homeNavIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.homeHeader .homeNavIcon .homeNavIconActive {
  display: none;
}

.homeHeader .homeNavLink:hover .homeNavIconDefault, .homeHeader .homeNavLink.curr .homeNavIconDefault {
  display: none;
}

.homeHeader .homeNavLink:hover .homeNavIcon .homeNavIconActive, .homeHeader .homeNavLink.curr .homeNavIcon .homeNavIconActive {
  display: block;
}

.homeHeader .homeNavText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.44444rem;
}

.homeHeader .homeNavArrow {
  flex: 0 0 auto;
  width: 0.44444rem;
  height: 0.66667rem;
  margin-left: auto;
  background: url("../images/page/solutionList-arrow.webp") center / contain no-repeat;
  transition: all 0.3s;
}

.homeHeader .homeNavLink:hover, .homeHeader .homeNavLink.curr, .homeHeader .homeSubNavLink:hover, .homeHeader .homeSubNavLink.curr {
  color: #ff6508;
}

.homeHeader .homeNavLink:hover .homeNavArrow, .homeHeader .homeNavLink.curr .homeNavArrow, .homeHeader .homeSubNavLink:hover .homeNavArrow, .homeHeader .homeSubNavLink.curr .homeNavArrow {
  background-image: url("../images/page/solutionList-arrows.webp");
}

.homeHeader .homeSubNavGrid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.homeHeader .homeSubNavLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 3.88889rem;
  margin-left: 0;
  padding: 0 1.5vw;
  color: #333;
  font-size: 0.88889rem;
  box-sizing: border-box;
}

.homeHeader .homeSubNavLink:first-child {
  margin-left: 0;
}

.homeHeader .homeSubNavLink .homeNavArrow {
  display: none;
}

.mobileShow {
  display: none;
}

.site-header {
  position: fixed;
  top: 1.5rem;
  left: 0;
  z-index: 100;
  width: 100%;
}

.site-header.pcShow {
  display: flex;
  justify-content: center;
}

.site-header.pcShow > .header-inner {
  margin-left: 0;
  margin-right: 0;
  flex: 0 0 auto;
}

.header-inner {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  height: 3.33333rem;
  padding: 0 2.77778rem 0 7.77778rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.55556rem;
  background: #fff;
  box-shadow: 0 0.55556rem 1.94444rem rgba(26, 32, 44, 0.08);
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.site-logo-center {
  width: 8.61111rem;
  height: 5.22222rem;
  padding: 1.11111rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.site-nav {
  display: flex;
  align-items: center;
  font-size: 1rem;

}
.site-nav > a, .site-nav > .siteNavItem > a {
  color: #1c2733;
}

.site-nav > * + * {
  margin-left: 5.27778rem;
}

.siteNavItem {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;

}
.siteNavItem .pos {
  box-sizing: border-box;
  width: 83.333%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  height: 0;
  position: fixed;
  top: 5rem;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.55556rem;
  opacity: 0;
  background: #fff;
  box-shadow: 0 1.11111rem 1.94444rem rgba(26, 32, 44, 0.08);
  transform: translateX(-50%);
  transition: height 0.5s, opacity 0.3s;

}
.siteNavItem .pos a {
  padding: 0 1.5vw;
  color: #333;
  font-size: 0.88889rem;
  line-height: 3.88889rem;
  text-align: center;
  white-space: nowrap;

}
.siteNavItem .pos a:hover, .siteNavItem .pos a.cur {
  color: #ff6a00;
}

.siteNavItem:hover .pos {
  height: 3.88889rem;
  opacity: 1;
}

.site-nav-left {
  position: absolute;
  right: calc(50% + 7.30556rem);
}

.site-nav-right {
  position: absolute;
  left: calc(50% + 7.30556rem);
  margin-left: 0;
}

.site-nav > a, .site-nav > .siteNavItem > a {
  position: relative;
  white-space: nowrap;
  transition: color 0.25s;
  height: 100%;
  display: flex;
  align-items: center;
}

.site-nav > a:after, .site-nav > .siteNavItem > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.11111rem;
  background: #f08321;
  transform: translateX(-50%);
  transition: width 0.25s;
}

.site-nav > a:hover, .site-nav > a.active, .site-nav > .siteNavItem > a:hover, .site-nav > .siteNavItem > a.active {
  color: #f08321;
}

.site-nav > a:hover:after, .site-nav > a.active:after, .site-nav > .siteNavItem > a:hover:after, .site-nav > .siteNavItem > a.active:after, .site-nav > .siteNavItem.navOpen > a:after {
  width: 1.66667rem;
}

.header-actions {
  position: absolute;
  right: 2.77778rem;
  top: 0;
  height: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0;
}

.header-actions a + a {
  margin-left: 1.38889rem;
}

.header-actions .search-icon {
  position: relative;
  display: block;
  width: 1.11111rem;
  height: 1.11111rem;
}
.search-icon {
  width: 1.11111rem;
  height: 1.11111rem;
  background: url('../images/icon/icon-1.webp') no-repeat center center;
  background-size: cover;
}

.lang-icon {
  width: 1.11111rem;
  height: 1.11111rem;
  background: url('../images/icon/icon-2.webp') no-repeat center center;
  background-size: cover;
}

.cart-icon {
  width: 1.16667rem;
  height: 1.16667rem;
  background: url('../images/page/product-cart.webp') no-repeat center center;
  background-size: 1.16667rem 1.16667rem;
}

.cart-icon, .card-icon {
  position: relative;
  overflow: visible;

}
.cart-icon.cartBump, .card-icon.cartBump {
  animation: cartBump 0.35s ease;
}

.inquiryCartCount {
  position: absolute;
  top: -0.66667rem;
  right: -0.66667rem;
  z-index: 2;
  height: 1rem;
  padding: 0 0.22222rem;
  box-sizing: border-box;
  border: 0.11111rem solid #ffffff;
  border-radius: 1.11111rem;
  background: #ff6b00;
  color: #ffffff;
  font-size: 0.55556rem;
  line-height: 1rem;
  text-align: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s, transform 0.2s;

}
.inquiryCartCount.active {
  opacity: 1;
  transform: scale(1);
}

.inquiryCartBall {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 0.66667rem;
  height: 0.66667rem;
  border-radius: 50%;
  background: #ff6b00;
  box-shadow: 0 0.16667rem 0.55556rem rgba(255, 107, 0, 0.45);
  box-sizing: border-box;
  pointer-events: none;
  will-change: transform;
}

@keyframes cartBump {
    0%,
    100% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.35);
    }
}

.solutionMegaMask {
  display: none;
  position: fixed;
  top: -1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .52);

}

.productMegaMenu {
  box-sizing: border-box;
  width: 83.333%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  height: 36.11111rem;
  position: fixed;
  top: 5rem;
  left: 50%;
  z-index: 2;
  display: none;
  transform: translateX(-50%);

}
.productMegaMenu.active {
  display: block;
}

.productMegaInner {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 0.55556rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.33333rem 3.05556rem rgba(32, 41, 51, .12);
}

.productMegaCategories {
  box-sizing: border-box;
  width: 36.0625%;
  height: 100%;
  padding-top: 2.88889rem;
  padding-bottom: 2.77778rem;
  display: flex;
  /* overflow-y: auto; */
  background: #f7f7f7;
}

.productMegaCategoryColumn {
  width: 38.3%;
  margin-left: 9.88%;

}
.productMegaCategoryColumn + .productMegaCategoryColumn {
  margin-left: 4.33%;
}

.productMegaCategory {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.94444rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.55556rem;
  color: #333;
  font-size: 1rem;
  transition: color .25s, background-color .25s;

}
.productMegaCategory + .productMegaCategory {
  margin-top: 0.94444rem;
}

.productMegaCategory:hover, .productMegaCategory:focus, .productMegaCategory.curr, .productMegaCategory.active {
  color: #ff6b00;
  background: #fff0e6;

}
.productMegaCategory:hover .productMegaArrow, .productMegaCategory:focus .productMegaArrow, .productMegaCategory.curr .productMegaArrow, .productMegaCategory.active .productMegaArrow {
  background: url(../images/page/solutionList-arrows.webp) center no-repeat;
  background-size: 0.38889rem 0.61111rem;
}

.productMegaCategoryText {
  overflow: hidden;
  flex: 1;
  height: 2.94444rem;
  display: flex;
  align-items: center;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.productMegaArrow {
  width: 0.83333rem;
  height: 0.83333rem;
  margin-left: 0.66667rem;
  background: url(../images/page/solutionList-arrow.webp) center no-repeat;
  background-size: 0.38889rem 0.61111rem;
  transition: all .25s;
  cursor: pointer;

}
.productMegaArrow.disabled {
  cursor: default;
}

.productMegaCategory.active > .productMegaArrow {
  transform: rotate(90deg);
}

.productMegaCategory.hasSubCategory .productMegaArrow, .productMegaCategory.hasSubCategory:hover .productMegaArrow, .productMegaCategory.hasSubCategory:focus .productMegaArrow, .productMegaCategory.hasSubCategory.curr .productMegaArrow {
  width: 0.83333rem;
  height: 0.83333rem;
  background: url(../images/page/product-add-gray.webp) center no-repeat;
  background-size: 0.88889rem 0.88889rem;
}

.productMegaCategory.hasSubCategory.active > .productMegaArrow {
  background: url(../images/page/product-reduce.webp) center no-repeat;
  background-size: 0.88889rem auto;
  transform: none;
}

.productMegaSubCategory {
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 0 0 0.72222rem;

}
.productMegaSubCategory a {
  overflow: hidden;
  display: block;
  color: #666;
  font-size: 0.88889rem;
  line-height: 1.66667rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .25s;
  margin-top: 0.55556rem;
}
.productMegaSubCategory a:first-child {
  margin-top: 0;
}

.productMegaSubCategory a:hover, .productMegaSubCategory a:focus, .productMegaSubCategory a.curr, .productMegaSubCategory a.active {
  color: #ff6909;
}

.productMegaPreview {
  box-sizing: border-box;
  width: 55.25%;
  flex: 0 0 55.25%;
  margin-left: 4.4375%;
  padding-top: 3rem;
  /* overflow-y: auto; */
  padding-bottom: 2.77778rem;
}
.productMegaPreview .productMegaList {
  display: none;
}
.productMegaPreview .productMegaList.active {
  display: block;
}

.productMegaPreview.panelEnter {
  animation: solutionMegaPanelEnter .32s ease both;
}

.productMegaTitle {
  box-sizing: border-box;
  height: 2.22222rem;
  padding-left: 2.94%;
  display: flex;
  align-items: center;

}
.productMegaTitle h2 {
  margin-left: 1.05556rem;
  color: #222;
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  font-weight: bold;
}

.productMegaTitleIcon {
  width: 2.44444rem;
  height: 2.22222rem;
  flex: 0 0 2.44444rem;
  background-image: url(../images/page/product-category-2s.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: none;
  display: flex;
  align-items: center;
}

.productMegaLine {
  width: 100%;
  height: 0.05556rem;
  margin-top: 1.11111rem;
  background: #dedede;
}

.productMegaProductCards {
  width: 100%;
  margin-top: 2.61111rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.productMegaProductCards .productCard {
  box-sizing: border-box;
  width: calc((100% - 2.22222rem) / 2);
  position: relative;
  padding: 2.77778rem;
  border-radius: 0.55556rem;
  overflow: hidden;
  background: url(../images/page/cardListBg.webp) center no-repeat;
  background-size: cover;
  transition: box-shadow .3s, transform .3s;
  margin-top: 1.66667rem;
  margin-left: 1.66667rem;
}
.productMegaProductCards .productCard:nth-child(2n + 1) {
  margin-left: 0;
}
.productMegaProductCards .productCard:nth-child(1), .productMegaProductCards .productCard:nth-child(2) {
  margin-top: 0;
}

.productMegaProductCards .productCard:hover {
  transform: translateY(-0.27778rem);
  box-shadow: 0 0.88889rem 2.22222rem rgba(30, 36, 42, .08);

}
.productMegaProductCards .productCard:hover h2 {
  color: #ff6b00;
}

.productMegaProductCards .productCardBox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productMegaProductCards .productCardInfo {
  width: 100%;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.productMegaProductCards .productCardInfo h2 {
  overflow: hidden;
  width: calc(100% - 8.33333rem);
  color: #333;
  font-size: 1.33333rem;
  line-height: 1;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .3s;
}

.productMegaProductCards .proLInfo {
  width: 100%;
}

.productMegaProductCards .proLInfoText {
  box-sizing: border-box;
  width: 100%;
  margin-top: 1.11111rem;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #777;
  font-size: 0.88889rem;
  line-height: 1.66667rem;

}
.productMegaProductCards .proLInfoText p {
  width: calc((100% - 1.11111rem) / 2);
  min-width: 0;
  display: flex;
}

.productMegaProductCards .proLInfoText span {
  flex-shrink: 0;
  color: #333;
}

.productMegaProductCards .proLInfoText em {
  overflow: hidden;
  min-width: 0;
  flex: 1;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.productMegaProductCards .productCardActions {
  position: absolute;
  top: -0.27778rem;
  right: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productMegaProductCards .productDetail {
  display: none;
}

.productMegaProductCards .productInquiry {
  box-sizing: border-box;
  width: 7.22222rem;
  height: 2.22222rem;
  position: relative;
  margin: 0;
  border: 0.05556rem solid #e2e2e2;
  border-radius: 2.77778rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 0.77778rem;
  cursor: pointer;
  background: #fff;
  transition: color .5s, border-color .5s;

}
.productMegaProductCards .productInquiry span, .productMegaProductCards .productInquiry .productActionIcon {
  position: relative;
  z-index: 2;
}

.productMegaProductCards .productInquiry::after {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  left: -120%;
  background: #ff6b00;
  transition: all .5s;
}

.productMegaProductCards .productInquiry:hover, .productMegaProductCards .productInquiry.active {
  color: #fff;
  border-color: #ff6b00;

}
.productMegaProductCards .productInquiry:hover::after, .productMegaProductCards .productInquiry.active::after {
  left: -10%;
}

.productMegaProductCards .productInquiry:hover .productAddIcon, .productMegaProductCards .productInquiry.active .productAddIcon {
  background: #fff url(../images/page/product-adds.webp) center no-repeat;
  background-size: 0.5rem 0.5rem;
}

.productMegaProductCards .productActionIcon {
  width: 1.44444rem;
  height: 1.44444rem;
  margin-left: 0.44444rem;
  border-radius: 50%;
  background-color: #2e2e2e;
  background-position: center;
  background-repeat: no-repeat;
}

.productMegaProductCards .productAddIcon {
  background-image: url(../images/page/product-add.webp);
  background-size: 0.5rem 0.5rem;
}

.productMegaProductCards .productCardPic {
  display: none;
}

.solutionMegaMenu {
  box-sizing: border-box;
  width: 83.333%;
  min-width: 66.66667rem;
  max-width: 88.88889rem;
  height: 32.44444rem;
  position: fixed;
  top: 5rem;
  left: 50%;
  z-index: 2;
  display: none;
  transform: translateX(-50%);

}
.solutionMegaMenu.active {
  display: block;
}

.solutionMegaInner {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 0.55556rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.33333rem 3.05556rem rgba(32, 41, 51, .12);
}

.solutionMegaCategories {
  box-sizing: border-box;
  width: 38.0625%;
  height: 100%;
  padding-top: 2.88889rem;
  padding-bottom: 2.77778rem;
  display: flex;
  /* overflow-y: auto; */
  background: #f7f7f7;
}

.solutionMegaCategoryColumn {
  width: 38.3%;
  flex: 0 0 38.3%;
  margin-left: 9.88%;

}
.solutionMegaCategoryColumn + .solutionMegaCategoryColumn {
  margin-left: 4.33%;
}

.solutionMegaCategory {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.94444rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.55556rem;
  color: #333;
  font-size: 0.88889rem;
  transition: color .25s, background-color .25s;

}
.solutionMegaCategory + .solutionMegaCategory {
  margin-top: 0.94444rem;
}

.solutionMegaCategory:hover, .solutionMegaCategory:focus, .solutionMegaCategory.curr, .solutionMegaCategory.active {
  color: #ff6909;
  background: #fff0e6;

}
.solutionMegaCategory:hover .solutionMegaArrow, .solutionMegaCategory:focus .solutionMegaArrow, .solutionMegaCategory.curr .solutionMegaArrow, .solutionMegaCategory.active .solutionMegaArrow {
  background: url(../images/page/solutionList-arrows.webp) center no-repeat;
  background-size: 0.38889rem 0.61111rem;
}

.solutionMegaCategoryText {
  overflow: hidden;
  flex: 1;
  height: 2.94444rem;
  display: flex;
  align-items: center;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.solutionMegaArrow {
  width: 0.83333rem;
  height: 0.83333rem;
  margin-left: 0.66667rem;
  background: url(../images/page/solutionList-arrow.webp) center no-repeat;
  background-size: 0.38889rem 0.61111rem;
}

.solutionMegaCategory.active > .solutionMegaArrow {
  transform: rotate(90deg);
}

.solutionMegaSubCategory {
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 0 0 0.72222rem;

}
.solutionMegaSubCategory a {
  overflow: hidden;
  display: block;
  color: #666;
  font-size: 0.77778rem;
  line-height: 1.66667rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .25s;

}
.solutionMegaSubCategory a:hover, .solutionMegaSubCategory a:focus {
  color: #ff6909;
}

.solutionMegaPreview {
  box-sizing: border-box;
  width: 55.25%;
  flex: 0 0 55.25%;
  margin-left: 4.4375%;
  padding-top: 3rem;
}
.solutionMegaPreview .solutionMegaList {
  display: none;
}
.solutionMegaPreview .solutionMegaList.active {
  display: block;
}

.solutionMegaTitle {
  box-sizing: border-box;
  height: 2.22222rem;
  padding-left: 2.94%;
  display: flex;
  align-items: center;

}
.solutionMegaTitle h2 {
  margin-left: 1.05556rem;
  color: #222;
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  font-weight: bold;
}

.solutionMegaTitleIcon {
  width: 2.44444rem;
  height: 2.22222rem;
  flex: 0 0 2.44444rem;
  display: flex;
  align-items: center;
}

.solutionMegaLine {
  width: 100%;
  height: 0.05556rem;
  margin-top: 1.11111rem;
  background: #dedede;
}

.solutionMegaCards {
  width: 100%;
  margin-top: 2.61111rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.solutionMegaCard {
  width: 29.3%;
  color: #222;

}
.solutionMegaCard:hover h3, .solutionMegaCard:focus h3 {
  color: #ff6909;
}

.solutionMegaCard:hover .solutionMegaCardPic img, .solutionMegaCard:focus .solutionMegaCardPic img {
  transform: scale(1.05);
}
.solutionMegaCard:hover .solutionMegaArrow, .solutionMegaCard:focus .solutionMegaArrow {
  background: url(../images/page/solutionList-arrows.webp) center no-repeat;
  background-size: 0.38889rem 0.61111rem;
}

.solutionMegaCard:first-child {
  margin-left: .113%;
}

.solutionMegaCardSecond {
  margin-left: 5.995%;
}

.solutionMegaCardLast {
  margin-left: 5.77%;
}

.solutionMegaCardPic {
  width: 100%;
  aspect-ratio: 259 / 174;
  border-radius: 0.55556rem;
  overflow: hidden;

}
.solutionMegaCardPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.solutionMegaCardTitle {
  margin-top: 1.22222rem;
  display: flex;
  align-items: center;

}
.solutionMegaCardTitle h3 {
  overflow: hidden;
  flex: 1;
  color: #222;
  font-size: 0.88889rem;
  line-height: 1.33333rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .25s;
}

.header_fixed .header-inner, .site-header.header_fixed .header-inner {
  background: #fff;
}

.footer {
  background: #efefef;
}
.pubGap {
  padding: 4.44444rem 0;
  box-sizing: border-box;
}
.pubTopGap {
  padding-top: 4.44444rem;
  box-sizing: border-box;
}
.mobileMain .pubGap {
  padding: 1.8rem 0;
}
.mobileMain .pubTopGap {
  padding-top: 1.8rem;
}

@keyframes footerFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 1.66667rem, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.footerFadeInUp {
  animation-name: footerFadeInUp;
}

.footer-cont {
  box-sizing: border-box;
  height: 43.33333rem;
  padding: 3.33333rem 0 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
}

.footer-consult h2 {
  margin-bottom: 2.77778rem;
  text-align: center;
  color: #333;
  font-size: 1.55556rem;
}

.footer-form {
  display: flex;
  align-items: center;
}
.footer-form-box {
  display: flex;
  flex: 1;
}

.footer-form .footer-form-item {
  --footer-form-field-bg: #f5f5f5;
  width: calc((100% - 2.5rem) / 3);
  height: 2.77778rem;
  padding: 0 1.66667rem;
  color: #333;
  font-size: 0.88889rem;
  background: var(--footer-form-field-bg);
  margin-left: 0.83333rem;
  border-radius: 0.27778rem;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-form .footer-form-item input {
  height: 100%;
  width: 100%;
  display: block;
  color: #333;
  font-size: 0.88889rem;
  background: transparent;
  flex: 1;
}
.footer-form .footer-form-item textarea {
  height: 100%;
  width: 100%;
  display: block;
  color: #333;
  font-size: 0.88889rem;
  line-height: 2.77778rem;
  background: transparent;
  resize: none;
}
.footer-form .footer-form-item .pic {
  min-width: 3.88889rem;
  height: 1.94444rem;
  border-radius: 0.27778rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.footer-form .footer-form-item .pic img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-form .footer-form-item:first-child {
  margin-left: 0;
}
.footer-form .footer-form-item:nth-child(3) {
  width: 48%;
}

.footer-form .footer-form-item input::placeholder, .footer-form .footer-form-item textarea::placeholder {
  color: rgba(34, 34, 34, 0.38);
  opacity: 1;
}

.footer-form .footer-form-item input:-webkit-autofill, .footer-form .footer-form-item input:-webkit-autofill:hover, .footer-form .footer-form-item input:-webkit-autofill:focus, .footer-form .footer-form-item textarea:-webkit-autofill, .footer-form .footer-form-item textarea:-webkit-autofill:hover, .footer-form .footer-form-item textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  caret-color: #333;
  -webkit-box-shadow: 0 0 0 55.55556rem var(--footer-form-field-bg) inset;
  box-shadow: 0 0 0 55.55556rem var(--footer-form-field-bg) inset;
}

.footer-form .footer-form-item input:-moz-autofill, .footer-form .footer-form-item textarea:-moz-autofill {
  color: #333;
  caret-color: #333;
  box-shadow: 0 0 0 55.55556rem var(--footer-form-field-bg) inset;
}

.footer-form .footer-btn {
  width: 8.61111rem;
  height: 2.77778rem;
  color: #fff;
  font-size: 0.88889rem;
  font-weight: bold;
  cursor: pointer;
  background: #ff6b00;
  border-radius: 0.27778rem;
  transition: background 0.25s;
  margin-left: 0.83333rem;
}

.footer-form button:hover {
  background: #f08321;
}

.footer-main {
  margin-top: 3.88889rem;
  height: 21.11111rem;
  display: flex;
  align-items: flex-start;
}

.footer-nav {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: space-between;
}


.footer-media {
  flex-basis: 5rem;
}

.footer-col h3 {
  margin-bottom: 1.94444rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}

.footer-col a {
  display: block;
  color: #666666;
  font-size: 0.88889rem;
  line-height: 1;
  transition: color 0.25s;
}

.footer-col a + a {
  margin-top: 1.38889rem;
}

.footer-col a:hover {
  color: #ff6b00;
}

.footer-media a {
  width: 1.77778rem;
  height: 1.38889rem;
}

.footer-media a + a {
  margin-top: 2.55556rem;
}


.footer-media a:not(:first-of-type) img {
  filter: brightness(0) saturate(100%) invert(78%);
}

.footer-card {
  box-sizing: border-box;
  padding: 2.22222rem 1.66667rem;
  background: #fff;
  border-radius: 0.55556rem;
  margin-left: 1.94444rem;
}

.footer-card dl + dl {
  margin-top: 1.66667rem;
}

.footer-card dt {
  margin-bottom: 0.77778rem;
  color: #666666;
  font-size: 0.88889rem;
  line-height: 1;
}

.footer-card dd {
  color: #222;
  font-size: 0.88889rem;
  line-height: 1;
}

.footer-card dd + dd {
  margin-top: 1.11111rem;
}
.footer-card dd + dd a {
  color: #ff6b00;
  display: inline;
}
.footer-card dd + dd span {
  display: inline;
}

.footer-card dd span {
  color: #222;
  font-size: 0.88889rem;
}

.footer-card strong, .footer-email {
  font-weight: bold;
  color: #333;
}

.footer-tel a {
  color: #333;
  font-family: 'din';
  font-size: 1.66667rem;
  line-height: 1;
  letter-spacing: 0;
}
.footer-tel.small a {
  font-size: 1.44444rem;
}

.footer-friend {
  width: 20.88889rem;
  height: 2rem;
  position: relative;
  margin-top: 1.11111rem;
  color: #555555;
  font-size: 1rem;
}

.footerFriendHead {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 2.05556rem 0.83333rem 0;
  border-bottom: 0.05556rem solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footerFriendArrow {
  width: 0.61111rem;
  height: 0.33333rem;
  background: url(../images/page/product-filter-arrow.webp) center no-repeat;
  background-size: 0.61111rem 0.33333rem;
  transition: transform 0.3s;
}

.footerFriendList {
  box-sizing: border-box;
  width: 100%;
  max-height: 13.88889rem;
  padding: 0.55556rem 0;
  position: absolute;
  left: 0;
  bottom: 2.66667rem;
  z-index: 5;
  overflow-y: auto;
  border: 0.05556rem solid #eeeeee;
  border-radius: 0.27778rem;
  background: #ffffff;
  box-shadow: 0 0.44444rem 1.33333rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.55556rem);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;

}
.footerFriendList a {
  display: block;
  padding: 0.55556rem 1.11111rem;
  color: #666666;
  font-size: 0.83333rem;
  line-height: 1.4;
  transition: color 0.25s, background 0.25s;

}
.footerFriendList a:hover {
  color: #ff6b00;
  background: #f7f7f7;
}

.footer-friend.active .footerFriendArrow {
  transform: rotate(180deg);
}

.footer-friend.active .footerFriendList {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer-bottom {
  margin-top: 2.22222rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  color: #999;
  font-size: 0.77778rem;
}

.footer-bottom p {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom p a {
  display: block;
  color: #999;
}
.footer-bottom p a:hover {
  color: #ff6b00;
}

.footer-policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1.6;
}
.footer-policy a {
  color: #999;
  margin-left: 1.11111rem;
}
.footer-policy a:first-child {
  margin-left: 0;
}


.footer-policy a:hover {
  color: #ff6b00;
}

.fixed-contact {
  position: fixed;
  right: 0.5rem;
  top: 50%;
  z-index: 120;
  width: 3.33333rem;
  transition: all 0.5s;
  transform: translate(calc(100% + 0.55556rem), -50%);
}
.fixed-contact a img {
  transition: transform 0.5s;
}
.fixed-contact.active {
  transform: translate(0, -50%);
}

.fixed-contact a {
  color: #666666;
}
.fixed-contact a:hover .fixedTop {
  color: #ff6b00;
}
.fixed-contact a:hover .fixedTop img {
  transform: rotateY(360deg);
}


.fixed-contact-service {
  width: 3.33333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0.83333rem 0;
  background: #fff;
  text-align: center;
  font-size: 0.77778rem;
  border-radius: 2.77778rem;
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
}

.fixed-contact-service img {
  width: 2.55556rem;
  display: block;
  margin-bottom: 0.55556rem;
}

/* 默认隐藏，点击在线客服后显示，关闭后恢复隐藏 */
ins#aff-im-root:not(.active) {
  display: none !important;
}

ins#aff-im-root .embed-icon {
  display: none !important;
}

/* 初始位于客服按钮左侧；原生拖拽后使用控件自身坐标 */
body:not(.mobileMain) #aff-im-root.affContactPopup .embed-chat-container {
  max-height: calc(100vh - 2 * 0.55556rem);

}
body:not(.mobileMain) #aff-im-root.affContactPopup .embed-chat-container:not(.active) {
  top: 50% !important;
  left: auto !important;
  right: var(--contact-right) !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}

body:not(.mobileMain) #aff-im-root.affContactPopup .embed-chat-container .embed-chat-content {
  min-height: 0;
}

.fixed-contact-panel {
  width: 3.33333rem;
  margin-top: 0.77778rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
  border-radius: 2.77778rem;
  padding: 0.83333rem 0;
}

.fixed-contact-panel-item {
  width: 3.33333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  text-align: center;
  font-size: 0.77778rem;
  margin-top: 1.38889rem;
  position: relative;
}
.fixed-contact-panel-item .pos {
  width: 15.55556rem;
  position: absolute;
  right: calc(100% + 1.66667rem);
  border-radius: 0.66667rem;
  background: #fff url(../images/icon/fixedBg.webp) bottom right no-repeat;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.1);
}
.fixed-contact-panel-item .pos .posInfo {
  padding: 1.66667rem 1.94444rem;
  box-sizing: border-box;
}
.fixed-contact-panel-item .pos .posInfo .posItem {
  margin-top: 1.11111rem;
  text-align: left;
}
.fixed-contact-panel-item .pos .posInfo .posItem:first-child {
  margin-top: 0;
}
.fixed-contact-panel-item .pos .posInfo .posItem .posItemCont {
  display: flex;
  align-items: center;
}
.fixed-contact-panel-item .pos .posInfo .posItem .posItemCont .posIcon {
  width: 1rem;
}
.fixed-contact-panel-item .pos .posInfo .posItem .posItemCont .posIcon img {
  width: 100%;
}
.fixed-contact-panel-item .pos .posInfo .posItem .posItemCont .posText {
  font-size: 0.88889rem;
  margin-left: 0.55556rem;
}

.fixed-contact-panel-item .pos .posInfo .posItem .posNum {
  margin-top: 0.83333rem;
  font-size: 1.44444rem;
  font-family: 'din';
  color: #fa6500;
}
.fixed-contact-panel-item:first-child {
  margin-top: 0;
}
.fixed-contact-panel-item span {
  margin-top: 0.44444rem;
}

.fixedContactHome .fixed-contact-panel-item .pos {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(1.33333rem, -50%);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0.4s;
}
.fixedContactHome .fixed-contact-panel-item .pos::before {
  content: '';
  width: 1.66667rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.fixedContactHome .fixed-contact-panel-item .pos::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  border-top: 0.55556rem solid transparent;
  border-bottom: 0.55556rem solid transparent;
  border-left: 0.77778rem solid #fff;
  transform: translateY(-50%);
  filter: drop-shadow(0.22222rem 0 0.16667rem rgba(0, 0, 0, 0.1));
}
.fixedContactHome .fixed-contact-panel-item:hover .pos {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, -50%);
  transition-delay: 0s;
}
.fixedContactHome .fixed-contact-panel-item:hover .pos img {
  transform: none;
}
.fixedContactHome .fixed-contact-panel-item .wechatCode {
  width: auto;
  padding: 0;
  border-radius: 0;
  background: initial;
}
.fixedContactHome .fixed-contact-panel-item .wechatCode::after {
  border-top: 0.44444rem solid transparent;
  border-bottom: 0.44444rem solid transparent;
  border-left: 0.55556rem solid #fff;
}
.fixedContactHome .fixed-contact-panel-item .wechatCode .wechatCodePic {
  width: 8.33333rem;
  background: #fff;
  padding: 0.55556rem;
  border-radius: 0.55556rem;
  overflow: hidden;
  box-sizing: border-box;
}
.fixedContactHome .fixed-contact-panel-item .wechatCode .wechatCodePic img {
  width: 100%;
  display: block;
}

.fixed-contact-phone-icon {
  width: 1.27778rem;
  height: 1.27778rem;
}

.fixed-contact-order-icon {
  width: 1.27778rem;
  height: 1.38889rem;
}
.fixed-contact-wechat-icon {
  width: 1.66667rem;
}

.fixed-contact-custom {
  height: 2.44444rem;
  padding-top: 0;
  justify-content: center;
}

.fixed-contact-top {
  width: 2.5rem;
  height: 2.5rem;
  margin: auto auto 0;
  border: 0;
  padding: 0;
  background: #f2f3f4 url(../images/icon/icon-11.webp) center no-repeat;
  background-size: 0.77778rem auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.11111rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.fixed-contact-top:hover {
  background: #fa6d0e url(../images/icon/icon-11s.webp) center no-repeat;
  background-size: 0.77778rem auto;
}

.fixed-contact-top img {
  width: 0.77778rem;
  display: block;
}
.footerIcon {
  width: 2.77778rem;
  height: 2.77778rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  margin-top: 0.44444rem;
}
.footerIcon:first-child {
  margin-top: 0;
}

.footerIcon-1 {
  background: url(../images/icon/icon_55.webp) center no-repeat;
  background-size: 1.77778rem 1.38889rem;
}

.footerIcon-2 {
  background: url(../images/icon/icon_56.webp) center no-repeat;
  background-size: 1.44444rem 1.77778rem;
}
.footerIcon-3 {
  background: url(../images/icon/icon_57.webp) center no-repeat;
  background-size: 1.5rem 1.27778rem;
}

.footerIcon .pos {
  position: absolute;
  right: 3.33333rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 6.94444rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(.22, .61, .36, 1);
}
.footerIcon .pos img {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.94444rem;
  height: 6.94444rem;
  max-width: none;
  transform: translateX(1.55556rem);
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1);
}
.footerIcon:hover {
  opacity: 1;
}
.footerIcon-1:hover {
  background: url(../images/icon/icon_55s.webp) center no-repeat;
  background-size: 1.77778rem 1.38889rem;
}
.footerIcon-2:hover {
  background: url(../images/icon/icon_56s.webp) center no-repeat;
  background-size: 1.44444rem 1.77778rem;
}
.footerIcon-3:hover {
  background: url(../images/icon/icon_57s.webp) center no-repeat;
  background-size: 1.5rem 1.27778rem;
}

.footerIcon-1:hover .pos, .footerIcon-2:hover .pos, .footerIcon-3:hover .pos, .footerIcon-4:hover .pos {
  width: 6.94444rem;
}

.footerIcon-1:hover .pos img, .footerIcon-2:hover .pos img, .footerIcon-3:hover .pos img, .footerIcon-4:hover .pos img {
  transform: translateX(0);
}

@media (max-width: 1500px) {
}
.paging {
  height: 2.38889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.33333rem;

}
.paging .page-item {
  list-style: none;

}
.paging .page-item:not(:first-child):not(:last-child):hover .page-link, .paging .page-item:not(:first-child):not(:last-child).active .page-link {
  color: #ff6b00;
  border-color: #ff6b00;
}

.paging .page-item:first-child .page-link, .paging .page-item:last-child .page-link {
  border: 0.05556rem solid #d5d5d5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.44444rem 0.83333rem;
  font-size: 0;

}
.paging .page-item:first-child .page-link:hover, .paging .page-item:last-child .page-link:hover {
  background-color: #ff6b00;
  border: 0.05556rem solid #ff6b00;
  background-image: url(../images/page/product-page-nexts.webp);
}

.paging .page-item:first-child .page-link {
  background-image: url(../images/page/product-page-prev.webp);

}
.paging .page-item:first-child .page-link:hover {
  background-image: url(../images/page/product-page-prevs.webp);
}

.paging .page-item:last-child .page-link {
  background-image: url(../images/page/product-page-next.webp);
}

.paging .page-link {
  box-sizing: border-box;
  width: 2.38889rem;
  min-width: 2.38889rem;
  height: 2.38889rem;
  margin: 0 0.55556rem;
  padding: 0;
  border: 0.05556rem solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 0.88889rem;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s;
}

.paging.el-pagination {
  padding: 0;
  --el-pagination-bg-color: transparent;
  --el-pagination-button-disabled-bg-color: transparent;
  --el-pagination-hover-color: #ff6b00;

}
.paging.el-pagination .el-pager {
  margin: 0;
  padding: 0;
  display: flex;
}

.paging.el-pagination .btn-prev, .paging.el-pagination .btn-next, .paging.el-pagination .el-pager li {
  box-sizing: border-box;
  width: 2.38889rem;
  min-width: 2.38889rem;
  height: 2.38889rem;
  margin: 0 0.55556rem;
  padding: 0;
  border: 0.05556rem solid transparent;
  border-radius: 50%;
  color: #333333;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 2.38889rem;
  background-color: transparent;
  transition: all 0.3s;
}

.paging.el-pagination .el-pager li:hover, .paging.el-pagination .el-pager li.is-active {
  color: #ff6b00;
  border-color: #ff6b00;
}

.paging.el-pagination .btn-prev, .paging.el-pagination .btn-next {
  border-color: #d5d5d5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.44444rem 0.83333rem;

}
.paging.el-pagination .btn-prev .el-icon, .paging.el-pagination .btn-next .el-icon {
  display: none;
}

.paging.el-pagination .btn-prev:not(:disabled):hover, .paging.el-pagination .btn-next:not(:disabled):hover {
  border-color: #ff6b00;
  background-color: #ff6b00;
}

.paging.el-pagination .btn-prev:disabled, .paging.el-pagination .btn-next:disabled {
  cursor: default;
}

.paging.el-pagination .btn-prev {
  background-image: url(../images/page/product-page-prev.webp);

}
.paging.el-pagination .btn-prev:not(:disabled):hover {
  background-image: url(../images/page/product-page-prevs.webp);
}

.paging.el-pagination .btn-next {
  background-image: url(../images/page/product-page-next.webp);

}
.paging.el-pagination .btn-next:not(:disabled):hover {
  background-image: url(../images/page/product-page-nexts.webp);
}

@media screen and (min-width: 1400px) and (max-width: 1450px) {
.site-nav > * + * {
  margin-left: 2.5rem;
}

}

@media screen and (min-width: 1451px) and (max-width: 1500px) {
.site-nav > * + * {
  margin-left: 3rem;
}

}

@media screen and (min-width: 1501px) and (max-width: 1575px) {
.site-nav > * + * {
  margin-left: 3.5rem;
}

}

@media screen and (min-width: 1576px) and (max-width: 1650px) {
.site-nav > * + * {
  margin-left: 4rem;
}

}

.anchor {
  position: absolute;
  left: 0;
  top: -5rem;
  width: 100%;
  height: 0.05556rem;
  z-index: -1;
  opacity: 0;
}

.mobileMain .anchor {
  top: -2.5rem;
}
.mobileMain {
  min-width: 0;
  width: 100%;
  overflow-x: hidden;

}
.mobileMain .pcShow {
  display: none !important;
}

.mobileMain .mobileShow {
  display: block;
}

.mobileMain .w1600 {
  width: 92%;
  min-width: 0;
}

.mobileMain .productAnchorNav {
  height: 1.8rem;
  overflow: hidden;

}
.mobileMain .productAnchorNav .productAnchorInner {
  width: 100%;
  justify-content: flex-start;
}

.mobileMain .productAnchorNav .productAnchorItem {
  height: 100%;
  margin: 0 0.42rem;
  padding: 0;
  flex: 0 0 auto;
  font-size: 0.48rem;

}
.mobileMain .productAnchorNav .productAnchorItem:first-child {
  margin-left: 0.61rem;
}

.mobileMain .productAnchorNav .productAnchorItem:after {
  height: 0.08rem;
}

.mobileMain .pageAnchorNav.on {
  top: 2.5rem;
}
.mobileMain .pageAnchorNav.on .pageAnchorSwiper {
  border-radius: 0.14rem;
}

.mobileMain .pageBreadMain {
  margin-bottom: 1rem;
}

.mobileMain .pageBreadcrumb, .mobileMain .customizationBreadcrumb {
  font-size: 0.48rem;

}
.mobileMain .pageBreadcrumb .pageBreadcrumbHome, .mobileMain .pageBreadcrumb .customizationHomeIcon, .mobileMain .customizationBreadcrumb .pageBreadcrumbHome, .mobileMain .customizationBreadcrumb .customizationHomeIcon {
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.42rem;
}

.mobileMain .pageBreadcrumb .pageBreadcrumbHome img, .mobileMain .customizationBreadcrumb .pageBreadcrumbHome img {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.mobileMain .pageBreadcrumb span, .mobileMain .pageBreadcrumb .pageBreadcrumbMark, .mobileMain .pageBreadcrumb .customizationBreadcrumbArrow, .mobileMain .customizationBreadcrumb span, .mobileMain .customizationBreadcrumb .pageBreadcrumbMark, .mobileMain .customizationBreadcrumb .customizationBreadcrumbArrow {
  margin: 0 0.28rem;
}

.mobileMain .m_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 2.5rem;
  box-shadow: none;
  transition: transform 0.25s;
  background: #fff;
  border-bottom: 0.01rem solid #eee;
  box-sizing: border-box;
}



.mobileMain .m_header .w1600 {
  position: relative;
  width: 92.13%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobileMain .m-header-bar {
  top: 0.88rem;
  left: 0;
  right: 0;
  height: 1.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 0.14rem;

}

.mobileMain .m_header .m-header-logo {
  width: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 2;
}

.mobileMain .m_header .m-header-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.mobileMain .menuIcon {
  position: relative;
  z-index: 3;
  width: 0.9rem;
  height: 0.72rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

.mobileMain .menuIcon span {
  width: 0.67rem;
  height: 0.07rem;
  border-radius: 5.5rem;
  background: #2b2b2b;
  transition: transform 0.25s ease;
}

.mobileMain .menuIcon span + span {
  margin-top: 0.18rem;
}

.mobileMain .menuIcon span:nth-child(2) {
  transition: opacity 0.06s linear 0.25s;
}

.mobileMain .m_header.header_fixed .menuIcon span, .mobileMain .m_header.cur .menuIcon span {
  background: #2b2b2b;
}

.mobileMain .menuIcon.cur span:nth-child(1) {
  transform: translateY(0.25rem) rotate(45deg);
  transition-delay: 0.06s;
}

.mobileMain .menuIcon.cur span:nth-child(2) {
  opacity: 0;
  transition-delay: 0s;
}

.mobileMain .menuIcon.cur span:nth-child(3) {
  transform: translateY(-0.25rem) rotate(-45deg);
  transition-delay: 0.06s;
}

.mobileMain .m-header-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.mobileMain .m-header-actions a {
  margin-left: 1rem;
}
.mobileMain .m-header-actions a:first-child {
  margin-left: 0;
}
.mobileMain .search-icon {
  width: 0.64rem;
  height: 0.64rem;
}

.mobileMain .m-header-actions span {
  position: relative;
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 1rem;
}
.mobileMain .m-header-actions span:first-child {
  margin-left: 0;
}

.mobileMain .m-header-actions .search-icon:before {
  left: 0.05rem;
  top: 0.03rem;
  width: 0.38rem;
  height: 0.38rem;
  border-width: 0.04rem;
  border-color: #25282d;
}

.mobileMain .m-header-actions .search-icon:after {
  right: 0.04rem;
  bottom: 0.06rem;
  width: 0.27rem;
  height: 0.04rem;
  background: #25282d;
}

.mobileMain .m-header-actions .lang-icon {
  border-width: 0.04rem;
  border-color: #25282d;
}
.mobileMain .card-icon {
  background: url('../images/page/product-cart.webp') no-repeat center center;
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.64rem;
}

.mobileMain .card-icon .inquiryCartCount {
  top: -0.2rem;
  right: -0.24rem;
  min-width: 0.4rem;
  height: 0.4rem;
  padding: 0 0.08rem;
  border-width: 0.04rem;
  border-radius: 0.4rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
}

.mobileMain .inquiryCartBall {
  width: 0.32rem;
  height: 0.32rem;
}

.mobileMain .m-header-actions .lang-icon:before, .mobileMain .m-header-actions .lang-icon:after {
  left: 0.13rem;
  right: 0.13rem;
  height: 0.03rem;
  background: #25282d;
}

.mobileMain .m-header-actions .lang-icon:before {
  top: 0.2rem;
}

.mobileMain .m-header-actions .lang-icon:after {
  bottom: 0.2rem;
}

.mobileMain .m_nav {
  display: block;
  position: fixed;
  left: 0;
  top: 2.5rem;
  z-index: 102;
  width: 100%;
  height: calc(100vh - 2.5rem);
  display: none;
  background: #fff;

}
.mobileMain .m_nav ul {
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  box-sizing: border-box;
  overflow-y: auto;

}
.mobileMain .m_nav ul li {
  position: relative;
  overflow-x: hidden;
}

.mobileMain .m_nav ul .one {
  transition: all 0.5s;
  position: relative;
  padding: 0 4%;
  font-size: 0.6rem;
  line-height: 2rem;
  color: #101010;
  border-bottom: #e7e5e5 0.05556rem solid;
}

.mobileMain .m_nav ul .go .navMore {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/mobile/icon/icon-4.webp) center no-repeat;
  background-size: 0.18rem auto;

}
.mobileMain .m_nav ul .go .navMore.cur {
  transform: rotate(90deg);
}

.mobileMain .m_nav ul .pos {
  display: none;
  padding: 0.4rem 0;
  background: #fbfbfb;

}
.mobileMain .m_nav ul .pos a {
  padding-left: 1.56rem;
  line-height: 1.6rem;
  font-size: 0.52rem;
  color: #333;
}

.mobileMain .m_nav ul .on .on a {
  color: #f08321;
}

.mobileMain .m_nav ul .on .one, .mobileMain .m_nav ul .one:hover {
  transition: all 0.5s;
  color: #f08321;
}

.mobileMain .m_nav .search {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  border-top: #ccc 0.05556rem solid;

}
.mobileMain .m_nav .search input {
  float: left;
  width: calc(100% - 1.6rem);
  height: 2.28rem;
  font-size: 0.6rem;
  color: #333;

}
.mobileMain .m_nav .search input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search input::-o-input-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search input::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

.mobileMain .m_nav .search .but {
  display: block;
  float: left;
  width: 1.24rem;
  height: 2.28rem;
  background: url(../images/mobile/icon/mi2.webp) left center no-repeat;
  background-size: 0.84rem auto;
}

.mobileMain .footer {
  background: #eeeeee;
}

.mobileMain .footer-cont {
  height: auto;
  min-height: 0;
  padding: 1.68rem 0 0.9rem;
}

.mobileMain .footer-inner {
  width: 92.27%;
  min-height: 0;
}

.mobileMain .footer-consult h2 {
  margin-bottom: 0.85rem;
  text-align: center;
  font-size: 0.56rem;
  font-weight: bold;
}

.mobileMain .footer-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobileMain .footer-form-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mobileMain .footer-form .footer-form-item {
  --footer-form-field-bg: #f7f7f7;
  width: 100%;
  height: 1.82rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0.45rem 0 0;
  padding: 0 0.7rem;
  border-radius: 0.12rem;
  background: var(--footer-form-field-bg);
}
.mobileMain .footer-form .footer-form-item .pic {
  min-width: 2rem;
  height: 1rem;
}

.mobileMain .footer-form .footer-form-item:first-child {
  margin-top: 0;
}

.mobileMain .footer-form .footer-form-item:nth-child(3) {
  width: 100%;
  height: 3.8rem;
  align-items: flex-start;
  padding: 0.6rem 0.7rem;
  box-sizing: border-box;
}

.mobileMain .footer-form .footer-form-item input, .mobileMain .footer-form .footer-form-item textarea {
  color: #333;
  font-size: 0.56rem;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
}
.mobileMain .footer-form .footer-form-item textarea {
  box-sizing: border-box;
  line-height: 1.5;
}

.mobileMain .footer-form .footer-form-item input::placeholder, .mobileMain .footer-form .footer-form-item textarea::placeholder {
  color: rgba(34, 34, 34, 0.38);
  opacity: 1;
}

.mobileMain .footer-form .footer-btn {
  width: 5.4rem;
  height: 1.8rem;
  margin: 0.6rem auto 0;
  border-radius: 0.12rem;
  background: #ff6b00;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
}

.mobileMain .footer-main {
  height: auto;
  margin-top: 2.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.mobileMain .footer-nav {
  width: 100%;
  display: flex;
}

.mobileMain .footer-col:not(.footer-media) {
  display: none;
}

.mobileMain .footer-media {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
}

.mobileMain .footer-media h3 {
  margin: 0 0.45rem 0 0;
  color: #252525;
  font-size: 0.56rem;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}

.mobileMain .footer-media a {
  width: 1.05rem;
  height: 0.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMain .footer-media a + a {
  margin: 0 0 0 0.94rem;
}

.mobileMain .footer-card {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.mobileMain .footer-card dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.92rem;
}

.mobileMain .footer-card dl:first-child {
  margin-top: 0;
}

.mobileMain .footer-card dl + dl {
  margin-top: 0.92rem;
}

.mobileMain .footer-card dt {
  margin: 0 0.45rem 0 0;
  color: #252525;
  font-size: 0.52rem;
  font-weight: bold;
  line-height: initial;

}

.mobileMain .footer-card dd {
  flex: 1;
  min-width: 0;
  color: #252525;
  font-size: 0.52rem;
  font-weight: 500;
  line-height: initial;

}

.mobileMain .footer-card dd + dd {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin: 0.34rem 0 0;
  padding-left: 2.58rem;
  line-height: initial;

}

.mobileMain .footer-card dd span {
  color: #252525;
  font-size: 0.5rem;
  font-weight: 400;
}

.mobileMain .footer-tel a {
  font-size: 0.7rem;
  line-height: 1;
  font-weight: bold;
}

.mobileMain .footer-email {
  font-size: 0.56rem;
}

.mobileMain .footer-bottom {
  margin-top: 0.92rem;
  display: flex;
  align-items: flex-start;
  padding: 0;
  color: #999;
  font-size: 0.48rem;
  line-height: 0.72rem;
}

.mobileMain .footer-friend {
  display: none;
}

.mobileMain .footer-policy {
  display: flex;
  flex-wrap: wrap;
}

.mobileMain .footer-policy {
  margin-top: 0.06rem;
  justify-content: flex-start;
  line-height: 0.72rem;
}
.mobileMain .footer-policy a {
  margin-left: 0.42rem;
}
.mobileMain .footer-policy a:first-child {
  margin-left: 0;
}

.mobileMain .mobile-suspension {
  position: sticky;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem 0.4rem 0 0;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s;
}
.mobileMain .mobile-suspension.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mobileMain .mobile-suspension .mobile-suspension-box {
  padding: 0 0.6rem;
  box-sizing: border-box;
  display: flex;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item {
  width: 25%;
  position: relative;
  padding: 0.5rem 0;
  box-sizing: border-box;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item:nth-child(3) .mobile-suspension-icon {
  width: 0.8rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-icon {
  width: 0.65rem;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-icon img {
  width: 100%;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-text {
  font-size: 0.54rem;
  color: #666666;
  margin-top: 0.3rem;
  text-align: center;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-icon-box {
  display: flex;
  align-items: center;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 3.4rem;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  opacity: 0;
  pointer-events: none;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel {
  display: flex;
  justify-content: center;
  font-size: 0.3rem;
  text-align: center;
  padding: 0.2rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel .wx-item {
  margin-left: 0.2rem;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel .wx-item:first-child {
  margin-left: 0;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .wx-panel i {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.2rem solid #fff;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item .mobile-suspension-item-content .pos .qr-img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  background-image: url(../images/icon/i27.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobileMain .mobile-suspension .mobile-suspension-box .mobile-suspension-item:hover .pos {
  opacity: 1;
  pointer-events: auto;
}
.mobileMain .mobileSuspensionHome .mobile-suspension-box .mobile-suspension-item {
  width: 20%;
}
.mobileMain .mobileSuspensionHome .mobile-suspension-box .mobile-suspension-item.active .mobile-suspension-text {
  color: #fa6500;
}
.mobileMain .mobileSuspensionHome .mobileSuspensionPanel {
  position: absolute;
  bottom: calc(100% + 0.12rem);
  z-index: 2;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.12));
  transition: visibility 0s 0.5s;
}
.mobileMain .mobileSuspensionHome .mobileSuspensionPanel .mobileSuspensionPanelInner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s cubic-bezier(.22, .61, .36, 1), transform 0.5s cubic-bezier(.22, .61, .36, 1);
}
.mobileMain .mobileSuspensionHome .mobileSuspensionPanel .mobileSuspensionPanelInner::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 99%;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.26rem solid #fff;
}
.mobileMain .mobileSuspensionHome .mobileSuspensionPanel.active {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.mobileMain .mobileSuspensionHome .mobileSuspensionPanel.active .mobileSuspensionPanelInner {
  opacity: 1;
  transform: translateY(0);
}
.mobileMain .mobileSuspensionHome .mobileContactPanel {
  width: 8.5rem;
  height: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileSuspensionPanelInner {
  padding: 0.65rem 0.75rem;
  border-radius: 0.2rem;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileSuspensionPanelInner::after {
  left: 50%;
  transform: translateX(-50%);
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactItem {
  margin-top: 0.45rem;
  text-align: left;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactItem:first-child {
  margin-top: 0;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactTop {
  display: flex;
  align-items: center;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactIcon {
  width: 0.52rem;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactIcon img {
  width: 100%;
  display: block;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactText {
  margin-left: 0.25rem;
  color: #666;
  font-size: 0.52rem;
  line-height: 0.65rem;
}
.mobileMain .mobileSuspensionHome .mobileContactPanel .mobileContactNum {
  margin-top: 0.2rem;
  color: #fa6500;
  font-family: 'din';
  font-size: 0.78rem;
  line-height: 0.85rem;
}
.mobileMain .mobileSuspensionHome .mobileWechatPanel {
  width: 3.5rem;
  height: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
.mobileMain .mobileSuspensionHome .mobileWechatPanel .mobileSuspensionPanelInner {
  padding: 0;
  border-radius: 0;
}
.mobileMain .mobileSuspensionHome .mobileWechatPanel .mobileSuspensionPanelInner::after {
  left: 50%;
  transform: translateX(-50%);
}
.mobileMain .mobileSuspensionHome .mobileWechatPanel .mobileWechatCodePic {
  width: 100%;
}
.mobileMain .mobileSuspensionHome .mobileWechatPanel .mobileWechatCodePic img {
  width: 100%;
  display: block;
}
.mobileMain .footInfoRightBox {
  display: flex;
}
.mobileMain .footInfoRightBox .footerIcon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0.3rem;
}
.mobileMain .footInfoRightBox .footerIcon:first-child {
  margin-left: 0;
}
.mobileMain .footInfoRightBox .footerIcon {
  background-size: 1.05rem 0.85rem;
}
.mobileMain .footInfoRightBox .footerIcon-2 {
  background-size: 0.8rem 0.98rem;
}
.mobileMain .footInfoRightBox .footerIcon-3 {
  background-size: 0.9rem 0.78rem;
}
.mobileMain .footInfoRightBox .footerIcon .pos {
  width: 3rem;
  height: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: initial;
  bottom: 1.8rem;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.12));
}
.mobileMain .footInfoRightBox .footerIcon .pos::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 3rem;
  left: 50%;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.22rem solid #fff;
  transform: translateX(-50%);
}
.mobileMain .footInfoRightBox .footerIcon .pos img {
  width: 100%;
  height: 3rem;
  object-fit: cover;
  transform: none;
}
.mobileMain .footInfoRightBox .footerIcon:hover .pos {
  height: 3.22rem;
}
.mobileMain .paging {
  width: 100%;
  height: 1.2rem;
  margin: 1.2rem 0 0;
  justify-content: center;

}
.mobileMain .paging .page-item:first-child .page-link, .mobileMain .paging .page-item:last-child .page-link {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  margin: 0 .22rem;
  line-height: normal;
  background-size: .27rem .47rem;
}

.mobileMain .paging .page-link {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  margin: 0 .22rem;
  font-size: .48rem;
  line-height: normal;
}

.mobileMain .paging.el-pagination .btn-prev, .mobileMain .paging.el-pagination .btn-next, .mobileMain .paging.el-pagination .el-pager li {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  margin: 0 .22rem;
  font-size: .48rem;
  line-height: 1.2rem;
}

.mobileMain .paging.el-pagination .btn-prev, .mobileMain .paging.el-pagination .btn-next {
  background-size: .27rem .47rem;
}

.productRecommendPrev, .productRecommendNext {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 2.88889rem;
  height: 2.88889rem;
  margin-top: 0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.5rem auto;
  transition: all 0.3s;

}
.productRecommendPrev:after, .productRecommendNext:after {
  display: none;
}

.productRecommendPrev {
  margin-right: 1.38889rem;
  background-color: #f2f2f2;
  background-image: url(../images/page/product-page-prev.webp);

}
.productRecommendPrev:hover {
  background-color: #fa6d0e;
  background-image: url(../images/page/product-page-prevs.webp);
}

.productRecommendNext {
  background-color: #f2f2f2;
  background-image: url(../images/page/product-page-next.webp);

}
.productRecommendNext:hover {
  background-color: #fa6d0e;
  background-image: url(../images/page/product-page-nexts.webp);
}

.productRecommendModule .productRecommendSwiper {
  height: 22.22222rem;
  margin-top: 3.33333rem;
  overflow: hidden;
}

.productRecommendModule .productRecommendSlide {
  width: calc((100% - 5.83333rem) / 4);
  height: 22.22222rem;
  margin-right: 1.94444rem;
  color: #333;

}
.productRecommendModule .productRecommendSlide:last-child {
  margin-right: 0;
}

.productRecommendModule .productRecommendCard {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.11111rem 2.22222rem 1.11111rem;
  background: #f9f9f9;
  transition: all 0.35s;

}
.productRecommendModule .productRecommendCard:hover .productRecommendPic img {
  transform: scale(1.06);
}

.productRecommendModule .productRecommendPic {
  width: 100%;
  height: 12.22222rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productRecommendModule .productRecommendPic img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
  transition: transform 0.5s;
}

.productRecommendModule .productRecommendCard h3 {
  margin-top: 1.38889rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.33333rem;
  text-align: center;
}

.productRecommendModule .productRecommendActions {
  margin-top: 1.38889rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productRecommendModule .productRecommendActions .productRecommendAction {
  display: none!important;
}

.productRecommendModule .productRecommendActions .productRecommendAction, .productRecommendModule .productRecommendInquiry {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.44444rem 0.83333rem;
  border: 0.05556rem solid #ececec;
  border-radius: 2.77778rem;
  color: #333;
  font-size: 0.77778rem;
  cursor: pointer;
  transition: color 0.3s;
  overflow: hidden;
  position: relative;
}
.productRecommendModule .productRecommendActions .productRecommendAction:first-child, .productRecommendModule .productRecommendInquiry:first-child {
  margin-left: 0;
}
.productRecommendModule .productRecommendActions .productRecommendAction span, .productRecommendModule .productRecommendInquiry span {
  position: relative;
  z-index: 2;
}
.productRecommendModule .productRecommendActions .productRecommendAction::after, .productRecommendModule .productRecommendInquiry::after {
  content: '';
  position: absolute;
  left: -120%;
  width: 120%;
  height: 120%;
  background: #ff6b00;
  transition: all 0.5s;
}

.productRecommendModule .productRecommendActions .productRecommendAction:hover, .productRecommendModule .productRecommendInquiry:hover {
  color: #fff;
  border-color: #ff6a00;

}
.productRecommendModule .productRecommendActions .productRecommendAction:hover .productRecommendArrow, .productRecommendModule .productRecommendInquiry:hover .productRecommendArrow {
  background-color: #fff;
  background-image: url(../images/page/product-detail-arrows.webp);
}

.productRecommendModule .productRecommendActions .productRecommendAction:hover .productRecommendAdd, .productRecommendModule .productRecommendInquiry:hover .productRecommendAdd {
  background-color: #fff;
  background-image: url(../images/page/product-adds.webp);
}
.productRecommendModule .productRecommendActions .productRecommendAction:hover::after, .productRecommendModule .productRecommendInquiry:hover::after {
  left: -10%;
}

.productRecommendModule .productRecommendIcon {
  width: 1.38889rem;
  height: 1.38889rem;
  margin-left: 0.77778rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.27778rem auto;
  position: relative;
  z-index: 2;
}

.productRecommendModule .productRecommendArrow {
  background-color: #333;
  background-image: url(../images/page/product-detail-arrow.webp);
}

.productRecommendModule .productRecommendAdd {
  background-color: #333;
  background-image: url(../images/page/product-add.webp);
  background-size: 0.5rem auto;
}

.productRecommendModule .productRecommendControl {
  height: 2.77778rem;
  margin-top: 3.61111rem;
  display: flex;
  justify-content: center;
}

.productRecommendModule .productRecommendEmpty {
  height: 24.05556rem;
  margin-top: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1rem;
  background: #f7f7f7;
}

.mobileMain .productRecommendModule .productRecommendMobileSwiper {
  width: 100%;
  margin-top: 1.06rem;
  overflow: hidden;
}

.mobileMain .productRecommendModule .productRecommendMobilePage {
  width: 100%;
}

.mobileMain .productRecommendModule .productRecommendMobileCard {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.69rem;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.08rem;
  background: #f9f9f9;
}
.mobileMain .productRecommendModule .productRecommendMobileCard h3 {
  color: #ff6b00;
  font-size: 0.7rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobileMain .productRecommendModule .productRecommendMobileCard:first-child {
  margin-top: 0;
}
.mobileMain .productRecommendModule .productRecommendMobileCard .productRecommendMobileCont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  height: 5rem;
}

.mobileMain .productRecommendModule .productRecommendMobileInfo {
  position: relative;
  z-index: 2;
  flex: 1;
}


.mobileMain .productRecommendModule .productRecommendMobilePic {
  width: 5.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
}

.mobileMain .productRecommendModule .productRecommendMobilePic img {
  max-width: 100%;
  max-height: 100%;
}

.mobileMain .productRecommendModule .productRecommendMobileCard .productRecommendActions {
  display: block;
  margin-top: 0;
}

.mobileMain .productRecommendModule .productRecommendMobileCard .productRecommendActions .productRecommendAction, .mobileMain .productRecommendModule .productRecommendMobileCard .productRecommendInquiry {
  width: 4.24rem;
  height: 1.25rem;
  padding: 0 0.47rem;
  justify-content: space-between;
  border-radius: 0.63rem;
  font-size: 0.43rem;
}

.mobileMain .productRecommendModule .productRecommendMobileCard .productRecommendInquiry {
  margin-top: 0.31rem;
  margin-left: 0;
}

.mobileMain .productRecommendModule .productRecommendIcon {
  width: 0.73rem;
  height: 0.73rem;
  margin-left: 0.18rem;
}

.mobileMain .productRecommendModule .productRecommendArrow {
  background-image: url(../images/mobile/page/product-detail-mobile-arrow.webp);
  background-size: 0.15rem 0.27rem;
}

.mobileMain .productRecommendModule .productRecommendAdd {
  background-image: url(../images/mobile/page/product-detail-mobile-add.webp);
  background-size: 0.26rem auto;
}

.mobileMain .productRecommendModule .productRecommendMobileControl {
  height: 1.22rem;
  margin-top: 1.26rem;
  display: flex;
  justify-content: center;
}

.mobileMain .productRecommendModule .productRecommendMobilePrev, .mobileMain .productRecommendModule .productRecommendMobileNext {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.mobileMain .productRecommendModule .productRecommendMobilePrev:after, .mobileMain .productRecommendModule .productRecommendMobileNext:after {
  display: none;
}

.mobileMain .productRecommendModule .productRecommendMobilePrev {
  margin-right: 0.3rem;
  background-image: url(../images/page/solutionDetail-advantage-1.webp);
}
.mobileMain .productRecommendModule .productRecommendMobilePrev:hover {
  background-image: url(../images/page/solutionDetail-advantage-1s.webp);
}

.mobileMain .productRecommendModule .productRecommendMobileNext {
  background-image: url(../images/page/solutionDetail-advantage-2.webp);
}
.mobileMain .productRecommendModule .productRecommendMobileNext:hover {
  background-image: url(../images/page/solutionDetail-advantage-2s.webp);
}

.mobileMain .productRecommendModule {
  // 产品详情、解决方案详情共用的移动端推荐产品卡片
}
.mobileMain .productRecommendModule .productRecommendListCard {
  width: 100%;
  margin-top: 0.6rem;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #f9f9f9;
  box-sizing: border-box;

}
.mobileMain .productRecommendModule .productRecommendListCard:first-child {
  margin-top: 0;
}

.mobileMain .productRecommendModule .productRecommendListCard .productCardBox {
  width: 100%;
}

.mobileMain .productRecommendModule .productRecommendListCard h2 {
  overflow: hidden;
  color: #ff6b00;
  font-size: 0.7rem;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobileMain .productRecommendModule .productRecommendListCard .productCardCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.mobileMain .productRecommendModule .productRecommendListCard .productCardInfo {
  position: relative;
  z-index: 2;
  width: calc(100% - 5.8rem);
  flex-shrink: 0;
}

.mobileMain .productRecommendModule .productRecommendListCard .proLInfoText {
  color: #777;
  font-size: 0.47rem;
  line-height: 0.8rem;

}
.mobileMain .productRecommendModule .productRecommendListCard .proLInfoText p {
  display: flex;
}

.mobileMain .productRecommendModule .productRecommendListCard .proLInfoText span {
  flex-shrink: 0;
  color: #333;
}

.mobileMain .productRecommendModule .productRecommendListCard .proLInfoText em {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobileMain .productRecommendModule .productRecommendListCard .productCardActions {
  display: block;
  margin-top: 0.65rem;
}

.mobileMain .productRecommendModule .productRecommendListCard .productInquiry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.24rem;
  height: 1.25rem;
  margin: 0;
  padding: 0 0.3rem;
  overflow: hidden;
  border: 0.05556rem solid #e2e2e2;
  border-radius: 0.63rem;
  background: #fff;
  color: #333;
  font-size: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;

}
.mobileMain .productRecommendModule .productRecommendListCard .productInquiry span, .mobileMain .productRecommendModule .productRecommendListCard .productInquiry .productActionIcon {
  position: relative;
  z-index: 2;
}

.mobileMain .productRecommendModule .productRecommendListCard .productInquiry::after {
  content: '';
  position: absolute;
  left: -120%;
  width: 120%;
  height: 120%;
  background: #ff6b00;
  transition: all 0.5s;
}

.mobileMain .productRecommendModule .productRecommendListCard .productInquiry:hover, .mobileMain .productRecommendModule .productRecommendListCard .productInquiry.active {
  color: #fff;
  border-color: #ff6b00;

}
.mobileMain .productRecommendModule .productRecommendListCard .productInquiry:hover::after, .mobileMain .productRecommendModule .productRecommendListCard .productInquiry.active::after {
  left: -10%;
}

.mobileMain .productRecommendModule .productRecommendListCard .productInquiry:hover .productAddIcon, .mobileMain .productRecommendModule .productRecommendListCard .productInquiry.active .productAddIcon {
  background-color: #fff;
  background-image: url(../images/page/product-adds.webp);
  background-size: 0.26rem 0.26rem;
}

.mobileMain .productRecommendModule .productRecommendListCard .productActionIcon {
  width: 0.73rem;
  height: 0.73rem;
  margin-left: 0.18rem;
  border-radius: 50%;
  background-color: #2e2e2e;
}

.mobileMain .productRecommendModule .productRecommendListCard .productAddIcon {
  background-image: url(../images/mobile/page/product-detail-mobile-add.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.26rem auto;
}

.mobileMain .productRecommendModule .productRecommendListCard .productRecommendMobilePic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-left: 0.4rem;
  flex: 0 0 auto;

}
.mobileMain .productRecommendModule .productRecommendListCard .productRecommendMobilePic img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 640px) {
.footer-card dd span {
  display: inline;
}
}
@keyframes fadeInUp150 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 8.33333rem, 0);
        -ms-transform: translate3d(0, 8.33333rem, 0);
        transform: translate3d(0, 8.33333rem, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* 公共提示气泡 */
.publicMessage {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  box-sizing: border-box;
  max-width: 80%;
  padding: 0.77778rem 1.33333rem;
  border-radius: 0.33333rem;
  color: #ffffff;
  font-size: 0.88889rem;
  line-height: 1.6;
  text-align: center;
  word-break: break-word;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) translateY(0.55556rem);
  transition: opacity 0.25s, transform 0.25s;

}
.publicMessage.active {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.mobileMain .publicMessage {
  max-width: 86%;
  padding: 0.32rem 0.5rem;
  border-radius: 0.12rem;
  font-size: 0.4rem;
}

