@charset "UTF-8";
/* 公共 */
.p-ptdet.scroll-down .header {
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
}
.p-ptdet.scroll-up .header {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.p-ptdet.head-white-c {
  overflow: hidden;
}

.ptdet-main {
  padding: 0;
  color: #111;
  position: relative;
}

.ptdet-sect {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.ptdet-anchor {
  width: 100%;
  height: 5px;
  opacity: 0;
  z-index: -9;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn-buy {
  width: 7rem;
  position: relative;
}
.btn-buy .btn-link {
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: #25572A;
  border-radius: 1.2rem;
  border: 1px solid #25572A;
  width: 100%;
  height: -webkit-calc(2.3rem + 2px);
  height: calc(2.3rem + 2px);
  font-size: 0.8rem;
  line-height: 1em;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  text-decoration: none !important;
}
.btn-buy .btn-link > a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
}
.btn-buy:hover .btn-link {
  background-color: #318C4B;
  border-color: #318C4B;
}
.btn-buy:hover .prd-btn-pop {
  display: block;
}

.btn-buy_line {
  width: 7rem;
  position: relative;
}
.btn-buy_line .btn-link {
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: transparent;
  border-radius: 1.2rem;
  border: 1px solid #999;
  width: 100%;
  height: -webkit-calc(2.3rem + 2px);
  height: calc(2.3rem + 2px);
  font-size: 0.8rem;
  line-height: 1em;
  color: #666;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  text-decoration: none !important;
}
.btn-buy_line .btn-link::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition: transform 0.5s, -webkit-transform 0.5s;
  background: #25572A;
}
.btn-buy_line .btn-link > a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
  z-index: 5;
}
.btn-buy_line:hover .btn-link {
  border-color: #25572A;
  color: #fff;
}
.btn-buy_line:hover .btn-link::after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.btn-buy_line:hover .prd-btn-pop {
  display: block;
}

.pteql-lvtit {
  font-size: 3.6rem;
  line-height: 4.3rem;
  color: #25572A;
}

.pteql-text {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

@media (max-width: 991.98px) {
  .p-ptdet .header {
    border-bottom: solid 1px #E9E9E9;
  }
  .btn-buy {
    width: 100%;
  }
  .btn-buy .btn-link {
    height: -webkit-calc(0.94rem + 2px);
    height: calc(0.94rem + 2px);
    font-size: 0.32rem;
    border-radius: 0.48rem;
  }
  .btn-buy_line {
    width: 100%;
  }
  .btn-buy_line .btn-link {
    height: -webkit-calc(0.94rem + 2px);
    height: calc(0.94rem + 2px);
    font-size: 0.32rem;
    border-radius: 0.48rem;
    border-color: #25572A;
    background-color: #25572A;
    color: #fff;
  }
  .pteql-lvtit {
    font-size: 0.64rem;
    line-height: 1em;
  }
  .pteql-text {
    font-size: 0.48rem;
    line-height: 1.5em;
  }
}
/* 动画 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes rectangleLeftUp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(20px, 30px);
            transform: translate(20px, 30px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleLeftUp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(20px, 30px);
            transform: translate(20px, 30px);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleLeftDown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleLeftDown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleRightDown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-30px, -20px);
            transform: translate(-30px, -20px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleRightDown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-30px, -20px);
            transform: translate(-30px, -20px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleRightUp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50px, 20px);
            transform: translate(-50px, 20px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleRightUp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50px, 20px);
            transform: translate(-50px, 20px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangle {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  25% {
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  75% {
    -webkit-transform: translate(-40px, -40px);
            transform: translate(-40px, -40px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangle {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  25% {
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  75% {
    -webkit-transform: translate(-40px, -40px);
            transform: translate(-40px, -40px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes rectangleGrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(20px, 46px);
            transform: translate(20px, 46px);
  }
  50% {
    -webkit-transform: translate(0, 0) scale(0.9);
            transform: translate(0, 0) scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-60px, -20px);
            transform: translate(-60px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rectangleGrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(20px, 46px);
            transform: translate(20px, 46px);
  }
  50% {
    -webkit-transform: translate(0, 0) scale(0.9);
            transform: translate(0, 0) scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-60px, -20px);
            transform: translate(-60px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes funcdecora {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(-50px);
            transform: scale(0.8) translateX(-50px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}
@-webkit-keyframes funcdecora {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(-50px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes funcdecorb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateY(-60px);
            transform: scale(0.8) translateY(-60px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes funcdecorb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateY(-60px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes funcdecorc {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.6) translateX(60px) translateY(0);
            transform: scale(0.6) translateX(60px) translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(0) translateY(-80px);
            transform: scale(0.8) translateX(0) translateY(-80px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
}
@-webkit-keyframes funcdecorc {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0) translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.6) translateX(60px) translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0) translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(0) translateY(-80px);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1) translateX(0) translateY(0);
  }
}
@keyframes ball {
  0% {
    top: 80px;
    right: -7px;
  }
  25% {
    top: -webkit-calc(100% - 50px);
    top: calc(100% - 50px);
    right: -7px;
  }
  27% {
    top: -webkit-calc(100% - 22px);
    top: calc(100% - 22px);
    right: 0px;
  }
  30% {
    top: -webkit-calc(100% - 7px);
    top: calc(100% - 7px);
    right: 32px;
  }
  45% {
    top: -webkit-calc(100% - 7px);
    top: calc(100% - 7px);
    right: -webkit-calc(100% - 50px);
    right: calc(100% - 50px);
  }
  47% {
    top: -webkit-calc(100% - 25px);
    top: calc(100% - 25px);
    right: -webkit-calc(100% - 18px);
    right: calc(100% - 18px);
  }
  50% {
    top: -webkit-calc(100% - 50px);
    top: calc(100% - 50px);
    right: -webkit-calc(100% - 6px);
    right: calc(100% - 6px);
  }
  75% {
    right: -webkit-calc(100% - 6px);
    right: calc(100% - 6px);
    top: 32px;
  }
  77% {
    right: -webkit-calc(100% - 20px);
    right: calc(100% - 20px);
    top: 8px;
  }
  80% {
    right: -webkit-calc(100% - 50px);
    right: calc(100% - 50px);
    top: -8px;
  }
  94% {
    right: 30px;
    top: -7px;
  }
  97% {
    right: 0px;
    top: 4px;
  }
  99% {
    right: -7px;
    top: 30px;
  }
  100% {
    right: -7px;
    top: 80px;
  }
}
@-webkit-keyframes ball {
  0% {
    top: 80px;
    right: -7px;
  }
  25% {
    top: -webkit-calc(100% - 50px);
    top: calc(100% - 50px);
    right: -7px;
  }
  27% {
    top: -webkit-calc(100% - 22px);
    top: calc(100% - 22px);
    right: 0px;
  }
  30% {
    top: -webkit-calc(100% - 7px);
    top: calc(100% - 7px);
    right: 32px;
  }
  45% {
    top: -webkit-calc(100% - 7px);
    top: calc(100% - 7px);
    right: -webkit-calc(100% - 50px);
    right: calc(100% - 50px);
  }
  47% {
    top: -webkit-calc(100% - 25px);
    top: calc(100% - 25px);
    right: -webkit-calc(100% - 18px);
    right: calc(100% - 18px);
  }
  50% {
    top: -webkit-calc(100% - 50px);
    top: calc(100% - 50px);
    right: -webkit-calc(100% - 6px);
    right: calc(100% - 6px);
  }
  75% {
    right: -webkit-calc(100% - 6px);
    right: calc(100% - 6px);
    top: 32px;
  }
  77% {
    right: -webkit-calc(100% - 20px);
    right: calc(100% - 20px);
    top: 8px;
  }
  80% {
    right: -webkit-calc(100% - 50px);
    right: calc(100% - 50px);
    top: -8px;
  }
  94% {
    right: 30px;
    top: -7px;
  }
  97% {
    right: 0px;
    top: 4px;
  }
  99% {
    right: -7px;
    top: 30px;
  }
  100% {
    right: -7px;
    top: 80px;
  }
}
.funcdecor-a {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  animation: funcdecora 20s ease-out infinite;
  -webkit-animation: funcdecora 20s ease-out infinite;
}

.funcdecor-b {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  animation: funcdecorb 20s ease-out infinite;
  -webkit-animation: funcdecorb 20s ease-out infinite;
}

.funcdecor-c {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  animation: funcdecorc 40s ease-out infinite;
  -webkit-animation: funcdecorc 40s ease-out infinite;
}

.scaleIn {
  animation: scaleIn 2s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: scaleIn 2s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.antd-rectangle {
  opacity: 0;
  animation: rectangle 50s ease-out infinite;
  -webkit-animation: rectangle 50s ease-out infinite;
}

.antd-rectangle-rev {
  opacity: 0;
  animation: rectangle 50s ease-out infinite reverse;
  -webkit-animation: rectangle 50s ease-out infinite reverse;
}

.antd-rectangle-grow {
  opacity: 0;
  animation: rectangleGrow 50s ease-out infinite reverse;
  -webkit-animation: rectangleGrow 50s ease-out infinite reverse;
}

.antd-right-down {
  opacity: 0;
  animation: rectangleRightDown 30s ease-out infinite;
  -webkit-animation: rectangleRightDown 30s ease-out infinite;
}

.antd-left-up {
  opacity: 0;
  animation: rectangleLeftUp 30s ease-out infinite;
  -webkit-animation: rectangleLeftUp 30s ease-out infinite;
}

.ball {
  -webkit-animation: ball 0.5s linear;
          animation: ball 0.5s linear;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* 产品详情 - equil- banner */
.pteql-banbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pteql-banbox .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pteql-banbox .imgs img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: relative;
}
.pteql-banbox .imgs.web {
  height: -webkit-calc(100vh - 4.5rem);
  height: calc(100vh - 4.5rem);
}
.pteql-banbox .imgs.web img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pteql-banbox .imgs.app {
  padding: 0 0.5rem;
}
.pteql-banbox .imgs.app img {
  border-radius: 0.2rem;
}
.pteql-banbox .s-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
}
.pteql-banbox .s-body > * {
  height: auto;
}
.pteql-banbox .box {
  width: 56.25%;
}
.pteql-banbox .s-ico {
  display: -webkit-flex;
  display: flex;
  height: 3.25rem;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.pteql-banbox .s-ico img {
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: left center;
  position: relative;
}
.pteql-banbox .s-title {
  font-size: 2.8rem;
  line-height: 1.2em;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.pteql-banbox .s-title span {
  display: block;
}
.pteql-banbox .s-title sup {
  zoom: 0.3;
  font-size: 1em;
  line-height: 0.3em;
  top: -1.7em;
  font-family: inherit;
  font-weight: bold;
}
.pteql-banbox .s-desc {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 0.8rem;
  letter-spacing: -0.02em;
}
.pteql-banbox .s-desc span {
  display: block;
}
.pteql-banbox .s-tips {
  font-size: 0.7rem;
  line-height: 1.2em;
  color: #666666;
  margin: 0.65rem 0 2.7rem;
}
.pteql-banbox .s-tool {
  margin: 2.5rem 0 0;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.pteql-banbox .fadeInUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media (min-width: 992px) {
  .pteql-banbox .s-title span {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
  }
  .pteql-banbox .s-desc span {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
  }
  .pteql-banbox .s-ico,
  .pteql-banbox .s-tool {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  .pteql-banbox .s-tool {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }
}
@media (max-width: 991.98px) {
  .pteql-banbox {
    padding: 0.8rem 0 1.16rem;
  }
  .pteql-banbox .s-body {
    position: relative;
    padding: 0 0.58rem 0.8rem;
    text-align: center;
  }
  .pteql-banbox .box {
    width: 100%;
  }
  .pteql-banbox .s-ico {
    height: 0.6rem;
    margin-bottom: 0.24rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .pteql-banbox .s-ico img {
    object-position: center center;
  }
  .pteql-banbox .s-title {
    font-size: 0.56rem;
    line-height: 0.68rem;
    color: #25572A;
  }
  .pteql-banbox .s-desc {
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #111;
    margin-top: 0.22rem;
  }
  .pteql-banbox .s-tool {
    margin: 0.6rem 0 0;
  }
}
/* 产品详情 - equil - 特点 */
.pteql-charact-sect {
  height: 100vh;
}
.pteql-charact-sect .sm-inner {
  height: 100%;
}

.pteql-charact-progress {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.pteql-charact-lvbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 11.875%;
  z-index: 30;
}
.pteql-charact-lvbox .pteql-lvtit {
  width: 56.25%;
}

.pteql-charact-imgs {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 8.74%);
  -webkit-transform: translate(0, 8.74%);
  z-index: 10;
}
.pteql-charact-imgs .ptimgs {
  width: 55.2%;
  max-width: 706px;
}
.pteql-charact-imgs .ptimgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  position: relative;
}

.pteql-charact-layer1 {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.pteql-charact-svgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.pteql-charact-svgbox svg {
  width: 100%;
  height: 100%;
  position: relative;
  fill: none;
}
.pteql-charact-svgbox .st-left-line1 {
  animation-delay: 30s;
  -webkit-animation-delay: 30s;
}
.pteql-charact-svgbox .st-left-line2 {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
.pteql-charact-svgbox .st-right-fill {
  animation-delay: 20s;
  -webkit-animation-delay: 20s;
}

.pteql-charact-layer2 {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background-color: #F7F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.pteql-charact-layer2 .sm-inner {
  height: 100vh;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pteql-charact-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 12.3%;
}

.pteql-charact-item {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 20;
  opacity: 0;
}
.pteql-charact-item .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 0 1 43.75%;
          flex: 0 1 43.75%;
  max-width: 43.75%;
  padding: 0 0 0.7rem;
  position: relative;
}
.pteql-charact-item .item-title {
  font-size: 1.2rem;
  line-height: 1.45rem;
  color: #111;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.pteql-charact-item .item-desc {
  width: 56%;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #111;
  margin-top: 0.5em;
}
.pteql-charact-item .item-line {
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media (min-width: 992px) {
  .pteql-charact-imgs .ptimgs {
    width: auto;
    height: 76.25vh;
    max-height: 732px;
    max-width: none;
  }
  .pteql-charact-item:nth-child(4n+1) {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: right;
  }
  .pteql-charact-item:nth-child(4n+1) .item-box {
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .pteql-charact-item:nth-child(4n+1) .item-line {
    left: unset;
    right: 0;
  }
  .pteql-charact-item:nth-child(4n+3) {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: right;
    margin-top: 1.2rem;
  }
  .pteql-charact-item:nth-child(4n+3) .item-box {
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .pteql-charact-item:nth-child(4n+3) .item-line {
    left: unset;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .pteql-charact-lvbox .pteql-lvtit {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .pteql-charact-lvbox {
    top: 1.2rem;
  }
  .pteql-charact-lvbox .pteql-lvtit {
    width: 100%;
  }
  .pteql-charact-imgs {
    padding: 0 0.5rem;
    transform: none;
    -webkit-transform: none;
    bottom: 15.3%;
  }
  .pteql-charact-imgs .ptimgs {
    width: 100%;
    max-width: none;
  }
  .pteql-charact-list {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .pteql-charact-item {
    width: 45%;
    height: 58.8%;
    position: absolute;
    display: block;
  }
  .pteql-charact-item .item-box {
    -webkit-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 0 0 0.2rem;
  }
  .pteql-charact-item .item-title {
    font-size: 0.36rem;
    line-height: 0.44rem;
  }
  .pteql-charact-item .item-desc {
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.32rem;
    margin-top: 0.14rem;
  }
  .pteql-charact-item .item-line {
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    right: unset;
  }
  .pteql-charact-item:nth-child(odd) {
    bottom: 50%;
    left: 14.4vw;
  }
  .pteql-charact-item:nth-child(odd) .item-line {
    top: 0;
    bottom: unset;
  }
  .pteql-charact-item:nth-child(even) {
    top: 50%;
    left: 50vw;
  }
  .pteql-charact-item:nth-child(even) .item-box {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .pteql-charact-item:nth-child(even) .item-line {
    top: unset;
    bottom: 0;
  }
}
/* 产品详情 - equil - small */
.pteql-small-sect {
  padding: 0 0 9.15rem;
}
.pteql-small-sect .pteql-charact-svgbox {
  height: auto;
}

.pteql-small-text {
  width: 100%;
  min-height: 58.75vw;
  position: relative;
  padding: 11.9rem 0 0 50%;
  z-index: 10;
}
.pteql-small-text .pteql-text {
  margin-top: 0.75rem;
}

.pteql-small-imgs {
  position: relative;
  z-index: 5;
}
.pteql-small-imgs .imgs {
  width: 100%;
  position: relative;
}
.pteql-small-imgs img {
  width: 100%;
  display: block;
}
.pteql-small-imgs.web {
  width: 65.625%;
  position: relative;
  margin-top: 3.4rem;
}
.pteql-small-imgs.web .imgs {
  transform-origin: left top !important;
  -webkit-transform-origin: left top !important;
  position: absolute;
  left: 0;
  top: 0;
}
.pteql-small-imgs.web .imgs1 {
  position: relative;
}
.pteql-small-imgs.app {
  width: 100vw;
  margin: 0.6rem -0.5rem 0;
}

.pteql-small-datas {
  width: 100%;
  position: relative;
  margin-top: 3.8rem;
}
.pteql-small-datas .datalist {
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 -4%;
}
.pteql-small-datas .item {
  padding: 0 4%;
}
.pteql-small-datas .item-data {
  font-size: 4rem;
  line-height: 1.2em;
  height: 1.2em;
  color: #25572A;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.pteql-small-datas .item-title {
  font-size: 0.8rem;
  line-height: 0.95rem;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .pteql-small-text {
    position: absolute;
    left: 0;
    top: 0;
  }
  .pteql-small-datas .datalist {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .pteql-small-datas .item {
    -webkit-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1280px) {
  .pteql-small-datas .item-data {
    font-size: 3.4rem;
  }
}
@media (max-width: 991.98px) {
  .pteql-small-sect {
    padding: 1.2rem 0 1rem;
  }
  .pteql-small-text {
    padding: 0;
    min-height: 0;
  }
  .pteql-small-text .pteql-text {
    margin-top: 0.32rem;
  }
  .pteql-small-datas {
    margin-top: 0.88rem;
    padding: 0 7vw;
  }
  .pteql-small-datas .datalist {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0;
  }
  .pteql-small-datas .item {
    padding: 0;
    margin-bottom: 0.94rem;
  }
  .pteql-small-datas .item:last-child {
    margin-bottom: 0;
  }
  .pteql-small-datas .item-data {
    font-size: 0.8rem;
    line-height: 0.96rem;
    height: 0.96rem;
  }
  .pteql-small-datas .item-title {
    font-size: 0.3rem;
    line-height: 0.52rem;
    margin: 0.1rem 0 0;
  }
}
/* 产品详情 - equil - simple */
.pteql-simple-sect {
  height: 100vh;
}

.pteql-simple-layer1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.pteql-simple-layer1 .s-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pteql-simple-layer1 .s-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pteql-simple-layer1 .s-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 0 16.7vh;
  opacity: 0;
}
.pteql-simple-layer1 .pteql-lvtit {
  color: inherit !important;
}
.pteql-simple-layer1 .pteql-text {
  margin-top: 0.3rem;
}

.pteql-simple-layer2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}
.pteql-simple-layer2 .s-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  border-radius: 0.8rem;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pteql-simple-layer2 .s-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pteql-simple-layer2 .s-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
.pteql-simple-layer2 .pteql-lvtit {
  color: inherit !important;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pteql-simple-layer2 .pteql-text {
  overflow: hidden;
  max-width: 31.2em;
  margin: 0.7rem auto 0;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pteql-simple-layer2 .progress {
  width: 0;
  height: 10px;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
  pointer-events: none;
}
.pteql-simple-layer2.antd-step2 .s-imgs {
  transform: scale(1);
  -webkit-transform: scale(1);
  border-radius: 0;
}
.pteql-simple-layer2.antd-step2 .pteql-lvtit {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s 0.1s;
}
.pteql-simple-layer2.antd-step2 .pteql-text {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.5s 0.15s;
  -webkit-transition: all 0.5s 0.15s;
}
.pteql-simple-layer2.antd-step3 .pteql-text {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pteql-simple-layer2.antd-step3 .pteql-lvtit {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pteql-simple-layer3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.pteql-simple-list {
  position: relative;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.pteql-simple-list .item {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.pteql-simple-list .item-box {
  width: 37.5%;
  position: relative;
}
.pteql-simple-list .item-imgs {
  width: 100%;
  padding: 66.67% 0 0;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s ease opacity, 0.3s ease transform;
  -webkit-transition: 0.3s ease opacity, 0.3s ease transform;
}
.pteql-simple-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pteql-simple-list .item-body {
  padding: 1.3rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #fff;
}
.pteql-simple-list .item-title {
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s ease opacity, 0.3s ease transform;
  -webkit-transition: 0.3s ease opacity, 0.3s ease transform;
}
.pteql-simple-list .item-desc {
  margin-top: 0.8rem;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s ease opacity, 0.3s ease transform;
  -webkit-transition: 0.3s ease opacity, 0.3s ease transform;
}
.pteql-simple-list .active .item-imgs,
.pteql-simple-list .active .item-title,
.pteql-simple-list .active .item-desc {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.pteql-simple-list .active .item-title {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.pteql-simple-list .active .item-desc {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

@media (min-width: 992px) {
  .pteql-simple-sect {
    height: -webkit-calc(100vh + 50px);
    height: calc(100vh + 50px);
  }
  .pteql-simple-list .item:nth-child(even) {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-top: -2.2rem;
  }
}
@media (max-width: 991.98px) {
  .pteql-simple-layer2 .s-imgs {
    border-radius: 0;
  }
  .pteql-simple-layer2 .pteql-lvtit {
    font-size: 0.94rem;
    line-height: 1.16rem;
    white-space: nowrap;
  }
  .pteql-simple-layer2 .pteql-text {
    margin-top: 0.28rem;
  }
  .pteql-simple-list .item {
    margin-bottom: 1rem;
  }
  .pteql-simple-list .item-box {
    width: 100%;
  }
  .pteql-simple-list .item-imgs {
    border-radius: 0.2rem;
  }
  .pteql-simple-list .item-body {
    padding: 0.36rem 0 0;
  }
  .pteql-simple-list .item-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .pteql-simple-list .item-desc {
    font-size: 0.3rem;
    line-height: 0.52rem;
    margin-top: 0.14rem;
  }
}
/* 产品详情 - equil - smart */
.pteql-smart-sect {
  padding: 5.75rem 0 9.35rem;
}

.pteql-smart-svgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pteql-smart-svgbox svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  fill: none;
}
.pteql-smart-svgbox.app {
  height: 8.4rem;
  top: 4.26rem;
}

.pteql-smart-header {
  margin-bottom: 2.7rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.pteql-smart-body {
  width: 100%;
  position: relative;
  z-index: 10;
}

.pteql-smart-left {
  -webkit-flex: none;
          flex: none;
  width: -webkit-calc(50% - 7.55rem);
  width: calc(50% - 7.55rem);
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.pteql-smart-middle {
  -webkit-flex: none;
          flex: none;
  width: 15.1rem;
  position: relative;
}

.pteql-smart-right {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
}

.pteql-smart-tablist {
  width: 100%;
  min-height: 11.5rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.45rem;
  color: #111111;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.pteql-smart-tablist a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.pteql-smart-tablist a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: url("/img/common/pt-caret-right.svg") no-repeat center center;
  background-size: contain;
  margin: 3px 0 0 5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.pteql-smart-tablist li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 1.9rem;
}
.pteql-smart-tablist li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #B1CAA5;
  transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.pteql-smart-tablist li:last-child {
  margin-bottom: 0;
}
.pteql-smart-tablist li.active {
  color: #25572A;
}
.pteql-smart-tablist li.active::after {
  width: 100%;
  visibility: visible;
}
.pteql-smart-tablist li.active a::after {
  margin-left: 10px;
  opacity: 1;
}

.pteql-smart-middle_border {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  border: solid 1px #B1CAA5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pteql-smart-middle_border:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  z-index: 3;
  top: 80px;
  right: -7px;
  background: #B1CAA5;
  border-radius: 50%;
}
.pteql-smart-middle_border.active::after {
  animation: ball 0.5s linear;
  -webkit-animation: ball 0.5s linear;
}

.pteql-smart-middle_cont {
  width: 100%;
  position: relative;
  z-index: 10;
}

.pteql-smart-middle_panel {
  width: 100%;
  position: relative;
  z-index: 10;
  display: none;
}
.pteql-smart-middle_panel.active {
  display: block;
}

.pteql-smart-middle_imgs {
  width: 100%;
  padding: 1rem;
  border: solid 1px transparent;
  position: relative;
  border-radius: 50px;
}
.pteql-smart-middle_imgs .box {
  width: 100%;
  padding: 195% 0 0;
  position: relative;
}
.pteql-smart-middle_imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: contain;
  object-position: center bottom;
}
.pteql-smart-middle_imgs .imgs1 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.pteql-smart-middle_imgs .imgs2 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pteql-smart-panel {
  width: 100%;
  position: relative;
  display: none;
}
.pteql-smart-panel.active {
  display: block;
}

.pteql-smart-panel_imgs {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 1.04rem;
  padding: 0 0.3rem;
}
.pteql-smart-panel_imgs .box {
  -webkit-flex: none;
          flex: none;
  width: 61.3vw;
  height: 112vw;
  padding: 0.3rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: solid 1px #B1CAA5;
  border-radius: 1rem;
}
.pteql-smart-panel_imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: contain;
  object-position: center bottom;
}
.pteql-smart-panel_imgs .imgs1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.pteql-smart-panel_imgs .imgs2 {
  width: -webkit-calc(100% - 0.6rem);
  width: calc(100% - 0.6rem);
  height: -webkit-calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  z-index: 6;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pteql-smart-panel_text .title {
  font-size: 2.4rem;
  line-height: 1.2em;
  color: #25572A;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.pteql-smart-panel_text .text {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.pteql-smart-panel_text .text p {
  margin-bottom: 0.8rem;
}
.pteql-smart-panel_text .text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .pteql-smart-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .pteql-smart-right {
    padding: 0 0 0 7%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .pteql-smart-sect {
    padding: 1.2rem 0 1.34rem;
  }
  .pteql-smart-header {
    margin-bottom: 0.64rem;
  }
  .pteql-smart-left {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .pteql-smart-left .byted-select-input {
    background-color: #F7F7F7;
  }
  .pteql-smart-left .byted-option-list {
    max-height: 4.8rem;
    height: auto;
  }
  .pteql-smart-left .byted-option-list li.active {
    color: #25572A;
  }
  .pteql-smart-panel_text .title {
    font-size: 0.48rem;
    line-height: 1.5em;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pteql-smart-panel_text .text {
    margin-top: 0.5rem;
    font-size: 0.32rem;
    line-height: 0.46rem;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pteql-smart-panel_text .text p {
    margin-bottom: 0.28rem;
  }
  .pteql-smart-panel_text .text p:last-child {
    margin-bottom: 0;
  }
  .pteql-smart-panel.active .pteql-smart-panel_text .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .pteql-smart-panel.active .pteql-smart-panel_text .text {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.5s 0.15s;
    -webkit-transition: all 0.5s 0.15s;
  }
}
/* 产品详情 - equil - safe */
.pteql-safe-sect {
  height: 100vh;
}

.pteql-safe-swip {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.pteql-safe-swip .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pteql-safe-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pteql-safe-swip .slide-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 0 6vh;
  color: #fff;
}
.pteql-safe-swip .sm-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.pteql-safe-swip .slide-content {
  width: 55%;
  position: relative;
}
.pteql-safe-swip .slide-title {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.pteql-safe-swip .slide-desc {
  margin-top: 0.7rem;
  font-size: 1.8rem;
  line-height: 1.33em;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.pteql-safe-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 4rem;
  z-index: 20;
}
.pteql-safe-paging .bullet {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 8px 0 7px;
}
.pteql-safe-paging .line {
  width: 0;
  height: 100%;
  display: block;
  border-radius: 2px;
  background-color: #25572A;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  z-index: 5;
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.pteql-safe-paging .active {
  width: 100px;
}
.pteql-safe-paging .active .line {
  visibility: visible;
}

@media (min-width: 992px) {
  .pteql-safe-swip .slide-title {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
  }
  .pteql-safe-swip .slide-desc {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
  }
  .pteql-safe-swip .swiper-slide-active .slide-title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .pteql-safe-swip .swiper-slide-active .slide-desc {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .pteql-safe-swip .slide-body {
    position: relative;
    padding: 0 0 1.94rem;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .pteql-safe-swip .slide-body::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 73.44%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 73.44%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 4;
  }
  .pteql-safe-swip .slide-content {
    width: 100%;
  }
  .pteql-safe-swip .slide-title {
    font-size: 0.64rem;
    line-height: 1.5em;
  }
  .pteql-safe-swip .slide-desc {
    font-size: 0.48rem;
    line-height: 1em;
    margin-top: 0.36rem;
  }
  .pteql-safe-paging {
    bottom: 1.2rem;
    padding: 0 0.5rem;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .pteql-safe-paging .bullet {
    margin: 0 0.3rem 0 0;
  }
  .pteql-safe-paging .bullet:last-child {
    margin: 0;
  }
}
/* 产品详情 - equil - Specification */
.ptdet-last-sect {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #F7F7F7;
  padding: 4.7rem 0 0.65rem;
}
.ptdet-last-sect .ptdet-sect {
  background-color: transparent;
}

.pteql-specif-header {
  margin-bottom: 2.15rem;
}
.pteql-specif-header .lvtit {
  font-size: 2.3rem;
  line-height: 2.75rem;
  color: #25572A;
}

.pteql-specif-tabbox {
  margin-bottom: 3rem;
}

.pteql-specif-tabswip {
  font-size: 0.8rem;
  line-height: 1em;
  color: #666666;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
}
.pteql-specif-tabswip .swiper-slide {
  width: auto;
  display: -webkit-flex;
  display: flex;
}
.pteql-specif-tabswip a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0 1.5em;
  height: -webkit-calc(2.875em + 2px);
  height: calc(2.875em + 2px);
  border-radius: 1.5em;
  border: solid 1px #E9E9E9;
}
.pteql-specif-tabswip .active a {
  background-color: #25572A;
  border-color: #25572A;
  color: #fff !important;
}

.pteql-specif-body {
  width: 100%;
  min-height: 32.6rem;
  background-color: #fff;
  position: relative;
  padding: 4rem 4.5rem 3.6rem;
}

.pteql-specif-panel {
  width: 100%;
  display: none;
  position: relative;
}
.pteql-specif-panel.active {
  display: block;
}

.pteql-specif-list {
  margin: 0 -2.5rem -2.6rem;
}
.pteql-specif-list .item {
  padding: 0 2.5rem;
  margin-bottom: 2.6rem;
  text-align: center;
  color: #111;
}
.pteql-specif-list .item-ico {
  width: 100%;
  height: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 0.85rem;
}
.pteql-specif-list .item-ico img {
  -webkit-flex: none;
          flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.pteql-specif-list .item-title {
  font-size: 1rem;
  line-height: 1.2em;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.pteql-specif-list .item-desc {
  font-size: 0.8rem;
  line-height: 1.5em;
  margin-top: 0.625em;
}

.pteql-specif-footer {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 3rem;
}
.pteql-specif-footer .btn-compare {
  font-size: 1rem;
  line-height: 1em;
  color: #25572A;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  background-color: #ECECF0;
  width: 20rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pteql-specif-footer .btn-compare a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (min-width: 992px) {
  .ptdet-last-sect .crumbs-channel {
    margin-top: 5rem;
  }
  .pteql-specif-tabswip .swiper-wrapper {
    width: auto;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -0.5em;
  }
  .pteql-specif-tabswip .swiper-slide {
    padding: 0.5em;
  }
  .pteql-specif-tabswip .swiper-slide:not(.active) a:hover {
    background-color: #318C4B;
    border-color: #318C4B;
    color: #fff !important;
  }
  .pteql-specif-footer .btn-compare:hover {
    background-color: #25572A;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .ptdet-last-sect {
    padding: 1.28rem 0 0.52rem;
    background-color: #fff;
  }
  .pteql-specif-sect {
    overflow: visible;
  }
  .pteql-specif-header {
    margin-bottom: 0.6rem;
  }
  .pteql-specif-header .lvtit {
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
  .pteql-specif-tabbox {
    margin-bottom: 0.8rem;
  }
  .pteql-specif-tabswip {
    font-size: 0.24rem;
  }
  .pteql-specif-tabswip:not(.not-swip)::after {
    content: "";
    width: 0.5rem;
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    bottom: -5px;
    background: -webkit-linear-gradient(right, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 20;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  .pteql-specif-tabswip:not(.not-swip).is-end::after {
    display: none;
  }
  .pteql-specif-tabswip a {
    height: -webkit-calc(0.66rem + 2px);
    height: calc(0.66rem + 2px);
    border-radius: 0.34rem;
  }
  .pteql-specif-body {
    padding: 0;
    min-height: 0;
  }
  .pteql-specif-list {
    margin: 0 -0.17rem -0.72rem;
  }
  .pteql-specif-list .item {
    padding: 0 0.17rem;
    margin-bottom: 0.72rem;
  }
  .pteql-specif-list .item-ico {
    height: 0.88rem;
    margin-bottom: 0.24rem;
  }
  .pteql-specif-list .item-ico img {
    width: 0.88rem;
    height: 0.88rem;
  }
  .pteql-specif-list .item-title {
    font-size: 0.36rem;
    line-height: 0.44rem;
  }
  .pteql-specif-list .item-desc {
    font-size: 0.3rem;
    line-height: 0.32rem;
    margin-top: 0.14rem;
  }
  .pteql-specif-footer {
    margin-top: 1.2rem;
  }
  .pteql-specif-footer .btn-compare {
    width: 100%;
    height: 0.96rem;
    font-size: 0.32rem;
  }
}
/* 产品详情 - aidex */
.p-aidex .pteql-lvtit {
  color: #7C3F99;
}
.p-aidex .btn-buy .btn-link {
  background-color: #7C3F99;
}
.p-aidex .btn-buy:hover .btn-link {
  background-color: #5E1D8A;
  border-color: #5E1D8A;
}
.p-aidex .pteql-banbox .s-body {
  color: #111;
}
.p-aidex .pteql-small-datas .item-data {
  color: #7C3F99;
}
.p-aidex .pteql-smart-tablist a::after {
  background-image: url("/img/common/pt-caret-right2.svg");
}
.p-aidex .pteql-smart-tablist li::after {
  background-color: #9067AF;
}
.p-aidex .pteql-smart-tablist li.active {
  color: #662E91;
}
.p-aidex .pteql-smart-middle_border {
  border-color: #5E1D8A;
}
.p-aidex .pteql-smart-middle_border::after {
  background-color: #5E1D8A;
}
.p-aidex .pteql-smart-panel_text .title {
  color: #7C3F99;
}
.p-aidex .pteql-smart-panel_imgs .box {
  border-color: #9067AF;
}
.p-aidex .pteql-safe-paging .line {
  background-color: #7C3F99;
}
.p-aidex .pteql-specif-header .lvtit {
  color: #7C3F99;
}
.p-aidex .pteql-specif-tabswip .active a {
  background-color: #7C3F99;
  border-color: #7C3F99;
}

@media (min-width: 992px) {
  .p-aidex .pteql-small-datas .item {
    max-width: 50%;
  }
  .p-aidex .pteql-specif-tabswip .swiper-slide:not(.active) a:hover {
    background-color: #662E91;
    border-color: #662E91;
  }
}
@media (max-width: 991.98px) {
  .p-aidex .pteql-charact-item:nth-child(odd) {
    left: 30vw;
    bottom: 45%;
    height: 75%;
  }
}
/* 产品详情 - common通用页 */
.ptcom-banbox-sect {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
}

.ptcom-banbox-web {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.ptcom-banbox-layer1 {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  background: url("/img/common/ptcom-bg.jpg") no-repeat center center #fff;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.ptcom-banbox-layer1 .sm-inner {
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.ptcom-banbox-layer1 .fadeInUp {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.ptcom-banbox-text {
  width: 50%;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 600px;
  margin: -webkit-calc(38.5vh - 4.5em) 0 0;
  margin: calc(38.5vh - 4.5em) 0 0;
}
.ptcom-banbox-text .s-title {
  font-size: 2.8rem;
  line-height: 3.35rem;
  color: #25572A;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 20;
}
.ptcom-banbox-text .s-desc {
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #111;
  margin-top: 0.7rem;
  position: relative;
  z-index: 20;
}
.ptcom-banbox-text .s-tool {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-top: 2.5rem;
  z-index: 5;
}

.ptcom-banbox-imgs {
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 500px;
  height: -webkit-calc(100% - 4.5em);
  height: calc(100% - 4.5em);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 5;
}
.ptcom-banbox-imgs .imgs {
  width: 100%;
  padding: 100% 0 0;
  display: block;
  position: relative;
}
.ptcom-banbox-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.ptcom-banbox-layer2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
}

.ptcom-banbox-layer2_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 15;
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.ptcom-banbox-layer2_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ptcom-banbox-layer2_body {
  width: 100%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  pointer-events: auto;
}

.ptcom-banbox-layer2_cont {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.ptcom-banbox-layer2_cont .ptcom-banbox-text .s-title,
.ptcom-banbox-layer2_cont .ptcom-banbox-text .s-desc {
  color: #fff;
}

.ptcom-banbox-clist {
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #fff;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin: 7.25rem 0 0;
}
.ptcom-banbox-clist li {
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.ptcom-banbox-clist li:last-child {
  margin-bottom: 0;
}
.ptcom-banbox-clist .ico {
  -webkit-flex: none;
          flex: none;
  position: relative;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
}
.ptcom-banbox-clist .ico img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.ptcom-banbox-clist .ico::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #D9D9D9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ptcom-banbox-clist .text {
  -webkit-flex: 1;
          flex: 1;
}

.ptcom-other-sect {
  margin: 5.5rem 0 6rem;
  overflow: visible;
}

.ptcom-other-header {
  margin-bottom: 2.1rem;
}
.ptcom-other-header .lvtit {
  font-size: 2.3rem;
  line-height: 2.75rem;
  color: #25572A;
}

.ptcom-other-list {
  margin: 0 -0.5rem -1.4rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #111;
}
.ptcom-other-list li {
  display: -webkit-flex;
  display: flex;
  padding: 0 0.5rem;
  margin-bottom: 1.4rem;
}
.ptcom-other-list a {
  display: block;
}

@media (min-width: 992px) {
  .p-ptcom .header {
    border-bottom: solid 1px #E9E9E9;
  }
  .ptcom-banbox-text .s-tool {
    height: -webkit-calc(2.3rem + 2px);
    height: calc(2.3rem + 2px);
  }
  .ptcom-other-list a[href]:hover {
    color: #25572A;
    transition: none;
    -webkit-transition: none;
  }
}
@media (max-width: 991.98px) {
  .p-ptcom .ptdet-last-sect {
    background-color: #F7F7F7;
    padding-top: 0;
  }
  .p-ptcom .pteql-specif-sect {
    background-color: #fff;
    width: 100vw;
    margin: 0 -0.5rem;
    padding: 1.16rem 0.5rem 1.2rem;
  }
  .ptcom-banbox-sect {
    height: auto;
    background: url("/img/common/ptcom-bg_m.webp") no-repeat center top #fff;
    background-size: 100%;
  }
  .ptcom-banbox-text {
    width: 100%;
    max-width: none;
    padding: 1.2rem 0.58rem 0;
    text-align: center;
    margin: 0;
  }
  .ptcom-banbox-text .s-title {
    font-size: 0.56rem;
    line-height: 0.68rem;
  }
  .ptcom-banbox-text .s-desc {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin-top: 0.22rem;
  }
  .ptcom-banbox-text .s-imgs {
    width: 100%;
    position: relative;
    margin-top: 0.6rem;
  }
  .ptcom-banbox-text .s-imgs img {
    width: 100%;
    display: block;
  }
  .ptcom-banbox-text .s-tool {
    margin-top: 0.8rem;
  }
  .ptcom-banbox-clist {
    margin-top: 1.2rem;
    font-size: 0.48rem;
    line-height: 1.5em;
    color: #25572A;
    padding: 0 0.18rem;
  }
  .ptcom-banbox-clist li {
    margin-bottom: 0.58rem;
  }
  .ptcom-banbox-clist .ico {
    margin: 0 0.4rem 0 0;
    padding: 0 0.4rem 0 0;
  }
  .ptcom-banbox-clist .ico::after {
    height: 0.6rem;
  }
  .ptcom-banbox-clist .ico img {
    width: 0.88rem;
    height: 0.88rem;
  }
  .ptcom-banbox-imgs {
    width: 100vw;
    max-width: none;
    display: block;
    height: auto;
    position: relative;
    margin: 1.2rem -0.5rem 0;
  }
  .ptcom-banbox-imgs img {
    width: 100%;
    display: block;
    position: relative;
  }
  .ptcom-other-sect {
    margin: 1.16rem 0 1.04rem;
  }
  .ptcom-other-header {
    margin-bottom: 0.6rem;
  }
  .ptcom-other-header .lvtit {
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
  .ptcom-other-list {
    font-size: 0.36rem;
    line-height: 0.44rem;
    margin: 0 -0.2rem -0.4rem;
  }
  .ptcom-other-list li {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
  }
}
/* 产品 - poct */
.ptcom-test-sect {
  width: 100%;
  background-color: #fff;
  padding: 4.7rem 0 5rem;
}

.ptcom-test-items {
  margin-bottom: 3.35rem;
  font-size: 1rem;
  line-height: 1.2em;
  color: #111;
}

.ptcom-test-doc ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ptcom-test-doc ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.ptcom-test-doc ul li::after {
  content: "|";
  margin: 0 0.6rem;
}
.ptcom-test-doc ul li:last-child::after {
  display: none;
}

.ptcom-test-header {
  margin-bottom: 1rem;
}

.ptcom-test-lvtit {
  font-size: 2.3rem;
  line-height: 2.75rem;
  color: #25572A;
}

.ptcom-test-params .ptcom-test-header {
  margin-bottom: 2.8rem;
}

.ptcom-params-item {
  padding: 2.4rem 0 2.1rem;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #000;
  border-bottom: solid 1px #E9E9E9;
  display: -webkit-flex;
  display: flex;
}
.ptcom-params-item .item-thead {
  font-size: 1rem;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-flex: none;
          flex: none;
  width: 15%;
  max-width: 190px;
  margin: 0 7.8% 0 0;
}
.ptcom-params-item .item-tbody {
  width: 100%;
  -webkit-flex: 1;
          flex: 1;
}
.ptcom-params-item .itemlist,
.ptcom-params-item ul {
  display: -webkit-flex;
  display: flex;
  margin: 0 -1.25rem;
}
.ptcom-params-item .td,
.ptcom-params-item li {
  padding: 0 1.25rem;
  -webkit-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.ptcom-params-item:first-child {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .ptcom-test-sect {
    padding: 1.16rem 0 1.2rem;
    border-bottom: solid 0.2rem #E9E9E9;
  }
  .ptcom-test-header {
    margin-bottom: 0.54rem;
  }
  .ptcom-test-lvtit {
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
  .ptcom-test-items {
    font-size: 0.4rem;
    margin-bottom: 1rem;
  }
  .ptcom-test-doc ul li::after {
    margin: 0 0.1rem;
  }
  .ptcom-test-params .ptcom-test-header {
    margin: 0 -0.5rem 0.54rem;
    padding: 0 0.5rem 0.4rem;
    border-bottom: solid 1px #E9E9E9;
  }
  .ptcom-params-item {
    padding: 0.54rem 0 0.48rem;
    display: block;
    font-size: 0.3rem;
    line-height: 1.6em;
  }
  .ptcom-params-item .item-thead {
    font-size: 0.4rem;
    width: 100%;
    max-width: none;
    margin: 0 0 0.46rem;
  }
  .ptcom-params-item .itemlist,
  .ptcom-params-item ul {
    margin: 0 -0.17rem -0.34rem;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ptcom-params-item .td,
  .ptcom-params-item li {
    padding: 0 0.17rem;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0.34rem;
  }
}
/* 产品 - 人工胰脏 */
.ptcom-clap .ptdet-last-sect {
  padding-top: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .ptcom-clap .ptcom-banbox-sect {
    height: -webkit-calc(100vh - 4.5rem);
    height: calc(100vh - 4.5rem);
  }
  .ptcom-clap .ptcom-banbox-layer1 {
    -webkit-align-items: center;
            align-items: center;
  }
  .ptcom-clap .ptcom-banbox-layer1 .sm-inner {
    -webkit-align-items: center;
            align-items: center;
  }
  .ptcom-clap .ptcom-banbox-layer1 .s-tool {
    margin-top: 1.8rem;
  }
  .ptcom-clap .ptcom-banbox-text {
    margin: 0;
  }
  .ptcom-clap .ptcom-banbox-imgs {
    -webkit-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 700px;
    margin: 0 0 0 auto;
  }
  .ptcom-clap .ptdet-last-sect {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}
/* 产品对比 - new */
.p-compare .public-banner {
  height: 10em;
  background: #25572A;
  z-index: 1;
}
.p-compare .public-banner .bgk {
  display: none;
}
.p-compare .public-banner .tit {
  font-size: 2.3em;
  line-height: 1.19;
  margin-bottom: 0.217em;
}
.p-compare .public-banner .bd {
  text-align: center;
}
.p-compare .public-banner .doc {
  width: 100%;
}

.ptcmp-main {
  overflow-x: hidden;
  z-index: 20;
}

.ptcmp-header {
  width: 100%;
  position: relative;
  z-index: 50;
}

.ptcmp-header-top {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  padding: 2.5rem 0 0;
}
.ptcmp-header-top .sm-inner {
  display: -webkit-flex;
  display: flex;
}

.ptcmp-header-tool {
  pointer-events: auto;
}
.ptcmp-header-tool.web {
  -webkit-flex: 0 0 22.66%;
          flex: 0 0 22.66%;
}
.ptcmp-header-tool.app {
  padding: 0.58rem 0;
  border-top: solid 1px #E9E9E9;
  margin: 0.68rem 0.5rem 0;
  overflow: hidden;
}

.ptcmp-header-tool_check .checkbox {
  display: none;
}

.ptcmp-header-tool_label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #25572A;
  cursor: pointer;
}
.ptcmp-header-tool_label .check-ico {
  -webkit-flex: none;
          flex: none;
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  border: solid 1px #999;
  border-radius: 2px;
  background: transparent;
  margin: 0 5px 0 0;
}
.ptcmp-header-tool_label.is-checked .check-ico {
  border-color: #25572A;
  background: url("/img/static/check-white.svg") no-repeat center center #25572A;
  background-size: contain;
}

.ptcmp-select-wrap {
  width: 100%;
  -webkit-flex: 1;
          flex: 1;
  position: relative;
}

.ptcmp-select-box {
  position: relative;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ptcmp-select-item {
  padding: 0 2.5rem 0 0;
}
.ptcmp-select-item .box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  position: relative;
  border-bottom: solid 1px #E9E9E9;
  padding: 0 15px 8px 0;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #000;
}
.ptcmp-select-item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ptcmp-select-item .ico {
  display: none;
}
.ptcmp-select-item.is-open .ico {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.modal-ptcmp-box {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: auto;
}
.modal-ptcmp-box .modal-content {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-ptcmp-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.5rem;
}
.modal-ptcmp-list .item {
  padding: 0.5rem;
  position: relative;
  -webkit-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
  max-width: 16.666%;
}
.modal-ptcmp-list .item.is-selected .box {
  border-color: #25572A;
  background-color: rgba(37, 87, 42, 0.05);
  pointer-events: none;
  cursor: default;
}
.modal-ptcmp-list .item.is-disabled .box {
  pointer-events: none;
  cursor: default;
}
.modal-ptcmp-list .box {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #E9E9E9;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 0.75rem 0.75rem 0.65rem;
  cursor: pointer;
}
.modal-ptcmp-list .imgs {
  width: 100%;
  padding: 100% 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.modal-ptcmp-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-ptcmp-list .bd {
  padding: 0.9rem 0 0;
}
.modal-ptcmp-list .tit {
  font-size: 0.7rem;
  line-height: 1.2em;
  color: #000;
  text-align: center;
}

.ptcmp-block-wrap {
  width: 100%;
  position: relative;
}
.ptcmp-block-wrap .sm-inner {
  display: -webkit-flex;
  display: flex;
}

.ptcmp-block-flex {
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

.ptcmp-block-list {
  margin: 0;
}

.ptcmp-block-item {
  padding: 0 2.5rem 0 0;
}
.ptcmp-block-item .box {
  min-height: 22.45rem;
}

.ptcmp-block-before {
  width: 100%;
  position: relative;
}
.ptcmp-block-before .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.ptcmp-block-add {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #000;
}
.ptcmp-block-add .ico {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  border-radius: 100%;
  background-color: #25572A;
  margin: 0 auto 0.75rem;
  position: relative;
}
.ptcmp-block-add .ico::before {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ptcmp-block-add .ico::after {
  content: "";
  display: block;
  width: 2px;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ptcmp-block-after {
  width: 100%;
  position: relative;
}
.ptcmp-block-after .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.ptcmp-block-after .item-delete {
  width: 26px;
  height: 26px;
  display: block;
  border: solid 1px #E9E9E9;
  border-radius: 4px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.ptcmp-block-after .item-delete .ico {
  width: 14px;
  height: 14px;
  display: block;
  background: url("/img/common/icon-delete.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ptcmp-block-after .item-imgs {
  width: 100%;
  padding: 1rem 2rem 2.5rem;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
}
.ptcmp-block-after .imgs {
  width: 100%;
  padding: 100% 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.ptcmp-block-after .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptcmp-block-after .item-body {
  width: 100%;
  padding: 2rem 1rem 0;
  text-align: center;
}
.ptcmp-block-after .item-title {
  font-size: 1.2rem;
  line-height: 1em;
  height: 1.2em;
  overflow: hidden;
}
.ptcmp-block-after .item-tool {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1.3rem;
  position: relative;
  z-index: 20;
}
.ptcmp-block-after .item-bot {
  margin-top: 1rem;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.8rem;
  line-height: 1em;
  color: #111;
}
.ptcmp-block-after .item-bot a {
  display: block;
}

.ptcmp-params-wrap {
  width: 100%;
  margin-top: 6.6rem;
}

.ptcmp-params-sect {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 4.3rem;
}
.ptcmp-params-sect:last-child {
  margin-bottom: 0;
}

.ptcmp-params-head {
  margin-bottom: 2.8rem;
}

.ptcmp-params-lvtit {
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #25572A;
}

.ptcmp-params-row {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.ptcmp-params-row:first-child .ptcmp-params-row_head,
.ptcmp-params-row:first-child .ptcmp-params-row_body {
  padding-top: 0;
}
.ptcmp-params-row.is-same {
  display: none;
}

.ptcmp-params-row_head {
  -webkit-flex: 0 0 22.66%;
          flex: 0 0 22.66%;
  font-size: 1rem;
  padding: 2.4rem 0 2.1rem;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.ptcmp-params-row_body {
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  border-bottom: solid 1px #E9E9E9;
  padding: 2.4rem 0 2.1rem;
  display: -webkit-flex;
  display: flex;
}

.ptcmp-params-row_item {
  -webkit-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 2.5rem 0 0;
}
.ptcmp-params-row_item ul li {
  list-style-type: square;
}

.ptcmp-params-key .ptcmp-params-row {
  border-bottom: solid 1px #E9E9E9;
}
.ptcmp-params-key .ptcmp-params-row_body {
  border-bottom: none;
}

.ptcmp-footer {
  margin-top: 5rem;
}
.ptcmp-footer .crumbs-channel {
  margin: 0;
}

.ptcmp-header-top_place {
  display: none;
}

body.prod-fixed .ptcmp-header-top {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 4.5em;
  z-index: 50;
}
body.prod-fixed .ptcmp-select-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .ptcmp-main {
    padding: 1.5rem 0 0.65rem;
  }
  .ptcmp-block-wrap {
    padding-top: 2.5rem;
  }
  .ptcmp-block-add:hover .ico {
    background-color: #318C4B;
  }
  .modal-ptcmp-box {
    top: 4rem;
  }
  .modal-ptcmp-box .modal-dialog {
    width: -webkit-calc(100vw - 4rem);
    width: calc(100vw - 4rem);
    max-width: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .modal-ptcmp-box .modal-content {
    width: -webkit-calc(77.34% - 2.5rem);
    width: calc(77.34% - 2.5rem);
    margin: 0 2.5rem 0 0;
  }
  .ptcmp-block-after .item-delete:hover {
    border-color: #25572A;
    background-color: #25572A;
  }
  .ptcmp-block-after .item-delete:hover .ico {
    background-image: url("/img/common/icon-delete-white.svg");
  }
}
@media (min-width: 1281px) {
  .modal-ptcmp-box .modal-dialog {
    width: 70vw;
    max-width: 1280px;
  }
}
@media (max-width: 991.98px) {
  .p-compare .public-banner {
    height: 4.8rem;
  }
  .p-compare .public-banner .tit {
    font-size: 0.56rem;
    line-height: 0.64rem;
    margin-bottom: 0.217em;
  }
  .p-compare .public-banner .bd {
    text-align: left;
  }
  .p-compare .public-banner .doc {
    width: 61.5%;
    text-align: left;
  }
  .ptcmp-main {
    padding: 0 0 0.52rem;
  }
  .ptcmp-header-top {
    padding: 0.46rem 0 0;
  }
  .ptcmp-header-top .sm-inner {
    display: block;
  }
  .ptcmp-header-tool_label {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    font-size: 0.32rem;
    line-height: 0.38rem;
    color: #000;
  }
  .ptcmp-header-tool_label .check-ico {
    margin: 0 0 0 auto;
    width: 50px;
    height: 24px;
    display: block;
    border-radius: 12px;
    background-color: #E9E9E9;
    overflow: hidden;
    position: relative;
    border: none;
    transition: backgroundColor 0.3s;
    -webkit-transition: backgroundColor 0.3s;
  }
  .ptcmp-header-tool_label .check-ico::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .ptcmp-header-tool_label.is-checked .check-ico {
    background-image: none;
  }
  .ptcmp-header-tool_label.is-checked .check-ico::after {
    left: -webkit-calc(100% - 24px);
    left: calc(100% - 24px);
  }
  .ptcmp-select-box {
    margin: 0 -0.17rem;
  }
  .ptcmp-select-item {
    padding: 0 0.17rem;
  }
  .ptcmp-select-item .box {
    font-size: 0.28rem;
    line-height: 0.34rem;
    padding: 0 15px 0.4rem 0;
    border-bottom: none;
  }
  .ptcmp-select-item .ico {
    height: 0.34rem;
  }
  .modal-ptcmp-box {
    width: 100vw;
    top: 100%;
    overflow: hidden;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
  }
  .modal-ptcmp-box .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .modal-ptcmp-box .modal-content {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0.6rem 0.5rem 1.92rem;
    box-shadow: none;
    overflow: hidden;
    overflow-y: auto;
  }
  .modal-ptcmp-box .modal-content::-webkit-scrollbar {
    width: 5px;
  }
  .modal-ptcmp-box .modal-content::-webkit-scrollbar-track {
    background: none;
  }
  .modal-ptcmp-box .modal-content::-webkit-scrollbar-thumb {
    background: #25572A;
  }
  .modal-ptcmp-box .modal-close {
    cursor: pointer;
    width: 0.96rem;
    right: unset;
    left: 50%;
    top: unset;
    bottom: 0.48rem;
    padding: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .modal-ptcmp-box .modal-close .ico {
    width: 100%;
    padding: 100% 0 0;
    display: block;
    background: url("/img/common/close-circle-black.svg") no-repeat center center;
    background-size: contain;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
  }
  .modal-ptcmp-list {
    margin: -0.17rem;
  }
  .modal-ptcmp-list .item {
    padding: 0.17rem;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .modal-ptcmp-list .box {
    padding: 0.32rem 0.47rem;
  }
  .modal-ptcmp-list .bd {
    padding: 0.32rem 0 0;
  }
  .modal-ptcmp-list .tit {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  .ptcmp-block-wrap {
    padding-top: 0.6rem;
  }
  .ptcmp-block-list {
    margin: 0 -0.17rem;
  }
  .ptcmp-block-item {
    padding: 0 0.17rem;
  }
  .ptcmp-block-item:nth-child(3) {
    display: none;
  }
  .ptcmp-block-item .box {
    min-height: 6.84rem;
  }
  .ptcmp-block-add {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  .ptcmp-block-add .ico {
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 0.3rem;
  }
  .ptcmp-block-add .ico::before {
    width: 0.4rem;
  }
  .ptcmp-block-add .ico::after {
    height: 0.4rem;
  }
  .ptcmp-block-after .item-delete {
    top: 0;
  }
  .ptcmp-block-after .item-imgs {
    padding: 0.78rem 0.25rem 0.54rem;
  }
  .ptcmp-block-after .item-body {
    padding: 0.48rem 0 0;
  }
  .ptcmp-block-after .item-title {
    font-size: 0.32rem;
    line-height: 0.38rem;
  }
  .ptcmp-block-after .item-tool {
    margin-top: 0.48rem;
  }
  .ptcmp-block-after .btn-buy .btn-link {
    height: -webkit-calc(0.8rem + 2px);
    height: calc(0.8rem + 2px);
    font-size: 0.28rem;
    border-radius: 0.42rem;
  }
  .ptcmp-block-after .item-bot {
    font-size: 0.32rem;
    line-height: 0.38rem;
    margin-top: 0.36rem;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
  }
  .ptcmp-block-after .btn-learn {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .ptcmp-block-after .btn-learn span {
    display: block;
    margin: 0 0 0 5px;
    line-height: 1em;
  }
  .ptcmp-params-wrap {
    margin: 0;
    border-top: solid 0.2rem #E9E9E9;
    padding: 0.12rem 0 0;
  }
  .ptcmp-params-sect {
    width: 100vw;
    margin: 0 -0.5rem;
    padding: 0.82rem 0 0.84rem;
    border-bottom: solid 0.2rem #E9E9E9;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .ptcmp-params-sect:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .ptcmp-params-head {
    margin-bottom: 0.54rem;
    padding: 0 0.5rem 0.42rem;
    border-bottom: solid 1px #E9E9E9;
  }
  .ptcmp-params-lvtit {
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
  .ptcmp-params-body {
    padding: 0 0.5rem;
  }
  .ptcmp-params-row {
    display: block;
    overflow: hidden;
    margin-bottom: 0.54rem;
  }
  .ptcmp-params-row:last-child {
    margin-bottom: 0;
  }
  .ptcmp-params-row_head {
    -webkit-flex: none;
            flex: none;
    max-width: none;
    padding: 0;
    font-size: 0.4rem;
    line-height: 1.2em;
    margin: 0 0 0.46rem;
  }
  .ptcmp-params-row_body {
    padding: 0 0 0.46rem;
    width: auto;
    margin: 0 -0.17rem;
  }
  .ptcmp-params-row_item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.17rem;
  }
  .ptcmp-params-row_item:nth-child(3) {
    display: none;
  }
  .ptcmp-params-key .ptcmp-params-row {
    border-bottom: none;
  }
  .ptcmp-footer {
    margin-top: 0.88rem;
  }
  body.prod-fixed .ptcmp-header-top {
    top: 1.2rem;
    border-bottom: solid 1px #E9E9E9;
  }
  body.modalPtcomp-open {
    overflow: hidden;
  }
  body.modalPtcomp-open .header {
    opacity: 0;
    pointer-events: none;
    z-index: -99;
  }
  body.modalPtcomp-open .public-banner {
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  body.modalPtcomp-open .ptcmp-main {
    z-index: 200;
  }
}
.p-about-index .public-banner .public-ban-paging .tit,
.p-about-index .public-banner .public-ban-paging .doc,
.p-knowledg .public-banner .public-ban-paging .tit,
.p-knowledg .public-banner .public-ban-paging .doc {
  color: #fff;
}

.addproduct-wrap {
  padding: 6em 0 5.5em 0;
  background: #F5F8F7;
  position: relative;
}

.addproduct-wrap .pteql-lvtit {
  text-align: center;
}

.productwraps {
  display: -webkit-flex;
  display: flex;
  margin-top: 4em;
}

.productwraps-l {
  width: 51.5625%;
}
.productwraps-l img{
  width: 100%;
  display:block;
}

.productwraps-r {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 0.85em 0 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  top: -1.5em;
}

.videoimg-wrap {
  position: relative;
  padding-top: 62.8787878788%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5em;
}

.videoimg-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.6em;
  height: 3.6em;
  border-radius: 100%;
  box-shadow: 0px 2.066px 2.066px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(/img/images/jiaojiao.png);
}

.videoimg-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.productwraps-tit {
  font-size: 1.5em;
  line-height: 1.4666666667em;
  color: #111;
  font-family: inherit;
  font-weight: inherit;
}

.productwraps-r-box ul {
  font-size: 0.8em;
  line-height: 2em;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-top: 1.625em;
  padding-left: 0.375em;
}

.productwraps-r-box ul li {
  position: relative;
}

.productwraps-r-box ul li::after {
  position: absolute;
  content: "";
  left: -0.5625em;
  top: 0.9375em;
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 100%;
  background: #25572A;
}

.addnew-p-ptdet .productwraps-r-box ul li::after {
  background: #7C3F99;
}

@media (min-width: 992px) {
  .videoimg-wrap:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.modal-video .modal-content {
  width: 66.66vw;
}

@media (max-width: 991.98px) {
  .pteql-banbox {
    padding: 0.8rem 0 1.6rem;
  }
  .addproduct-wrap {
    padding: 1.4rem 0 1.6rem 0rem;
  }
  .addproduct-wrap .pteql-lvtit {
    font-size: 0.64rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
  .productwraps {
    margin-top: 0.7rem;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productwraps-l {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .videoimg-wrap::after {
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    box-shadow: 0px 2.066px 2.066px rgba(0, 0, 0, 0.1);
    background: url(/img/images/jiaojiao.png);
    background-size: contain;
  }
  .modal-video .modal-content {
    width: 100%;
  }
  .productwraps-r {
    padding: 0 0 0 0rem;
    top: 0;
  }
  .productwraps-r .productwraps-tit {
    width: 5.54rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .productwraps-tit {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.4rem;
  }
  .productwraps-r-box ul {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    padding-left: 0.32rem;
    margin-top: 0rem;
  }
  .productwraps-r-box ul li {
    margin-bottom: 0.24rem;
  }
  .productwraps-r-box ul li:last-child {
    margin-bottom: 0;
  }
  .productwraps-r-box ul li::after {
    width: 0.08rem;
    height: 0.08rem;
    left: -0.16rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: 0.145rem;
  }
}
.addCompactwrap {
  background: url(/img/images/bg2.jpg) no-repeat center center #fff;
  padding: 3em 0 5.65em 0;
}

.compact-title {
  font-size: 3.6em;
  line-height: 1.1944444444em;
  color: #25572A;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 0.2083333333em;
  text-align: center;
}

.compact-f-title {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  text-align: center;
  margin-bottom: 1.8333333333em;
}

.compact-img-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 32.8125%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.7em;
}

.compact-img-wrap .imgwrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  height: 0;
}

.compact-img-wrap .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.compact-data-wrap {
  display: -webkit-flex;
  display: flex;
  padding: 0 0em 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.compact-data-tit {
  font-size: 3.2em;
  line-height: 0.875em;
  color: #25572A;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.3125em;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}

.compact-desc {
  font-size: 0.9em;
  line-height: 1.7777777778em;
  color: #666;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  text-align: center;
}

.pteql-simple-layer1 .s-body {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .addCompactwrap {
    background: none;
    padding: 1.4rem 0rem 1.6rem 0rem;
  }
  .compact-title {
    font-size: 0.64rem;
    line-height: 0.64rem;
    color: #25572A;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.34rem;
  }
  .compact-f-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
    margin-bottom: 0.3rem;
  }
  .compact-img-wrap {
    width: auto;
    margin-left: -0.34rem;
    margin-right: -0.34rem;
    margin-bottom: 0.52rem;
  }
  .compact-data-wrap {
    padding: 0rem 0.58rem 0rem 0.58rem;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .compact-data-tit {
    font-size: 0.8rem;
    line-height: 0.96rem;
    color: #25572A;
    font-weight: 500;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 0;
  }
  .compact-data-list {
    margin-bottom: 0.54rem;
  }
  .compact-data-list:last-child {
    margin-bottom: 0;
  }
  .compact-desc {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: inherit;
  }
}
.pteql-simple-layer1 .pteql-text {
  width: 54.6875%;
}

@media (max-width: 991.98px) {
  .pteql-simple-layer1 .s-body {
    padding: 0rem 0rem 2.96rem 0rem;
    -webkit-align-items: end;
            align-items: end;
  }
  .pteql-simple-layer1 .pteql-text {
    width: 100%;
  }
}
.addnew-p-ptdet .videoimg-wrap::after {
  background: url(/img/images/jiaojiaoz.png);
  background-size: contain;
}
.addnew-p-ptdet .compact-title {
  color: #7C3F99;
}
.addnew-p-ptdet .compact-data-tit {
  color: #7C3F99;
}

.svgbg1-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.dydbg {
  width: 100%;
}

.addCompactwrap {
  background: none;
  position: relative;
}

.svgbg2-pc {
  position: absolute;
  width: 70vw;
  max-width: 1280px;
  margin: 0 auto;
  top: 0;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dydbg {
  width: 100%;
}

@media (max-width: 991.98px) {
  .pteql-safe-swip .slide-desc {
    line-height: 0.72rem;
  }
  .svgbg1-app {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .svgbg2-yd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .addnew-p-ptdet .addproduct-wrap .pteql-lvtit {
    color: #7C3F99;
  }
}
.pteql-safe-swip .swiper-slide-active .slide-desc {
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
}

.compact-data-list {
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .compact-data-list {
    margin: 0 0;
    margin-bottom: 0.54rem;
  }
  .pteql-banbox .s-title {
    color: #111;
  }
}
/* 产品-AiDEX X */
.p-aidex-x .pteql-banbox .s-body {
  color: #111;
}
.p-aidex-x .btn-buy .btn-link:not(:hover) {
  background-color: #5A8E22;
  border-color: #5A8E22;
}
.p-aidex-x .pteql-lvtit, .p-aidex-x .compact-title, .p-aidex-x .compact-data-tit, .p-aidex-x .pteql-specif-header .lvtit {
  color: #5A8E22;
}
.p-aidex-x .addproduct-wrap {
  background: #FCFDF9;
}
.p-aidex-x .videoimg-wrap::after {
  background-image: url("/img/common/aidexX-play.svg");
}
.p-aidex-x .svgbg1-pc, .p-aidex-x .svgbg1-app {
  opacity: 0.2;
}
.p-aidex-x .svgbg2-pc, .p-aidex-x .svgbg2-app {
  opacity: 0.3;
}
.p-aidex-x .pteql-specif-tabswip .active a {
  background-color: #5A8E22;
  border-color: #5A8E22;
}

@media (min-width: 992px) {
  .p-aidex-x .pteql-banbox .s-title {
    font-size: 2.8em;
    line-height: 1.1964285714em;
    color: #111;
    font-weight: 500;
    font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
.p-aidex-x .share-funtion, .p-aidex-x .share-funtion-swipe {
  height: 100vh;
}
.p-aidex-x .share-funtion .slide-imgs {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-aidex-x .share-funtion .slide-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-aidex-x .share-funtion .slide-body {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 0 6vh;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.p-aidex-x .share-funtion .slide-title {
  font-size: 3.6em;
  line-height: 1.1944444444em;
  color: #fff;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
}
.p-aidex-x .share-funtion .slide-desc {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 1.6333333333em;
}
.p-aidex-x .share-funtion .slide-desc-img {
  width: 23em;
  height: 3.85em;
}
.p-aidex-x .share-funtion .slide-desc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-aidex-x .pteql-simple-sect .pteql-lvtit {
  color: #5A8E22 !important;
}
.p-aidex-x .pteql-simple-sect .pteql-text {
  color: #111;
}

.addlastbefore-desc {
  font-size: 1.6em;
  line-height: 1.375em;
  color: #5A8E22;
  font-weight: 500;
  font-family: "Acumin Pro Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  padding-right: 0.5625em;
  margin-bottom: 1.15625em;
}

.list-box {
  font-size: 1em;
  line-height: 1.8em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  padding: 0.4em 0em 0.2em 0.6666666667em;
  border-radius: 0.5em;
  position: relative;
  left: -0.35em;
  margin-bottom: 1.2em;
}
.list-box:last-child {
  margin-bottom: 0;
}
.list-box:nth-child(3n+1) {
  background: -webkit-linear-gradient(left, #F7DCB7 0%, rgba(247, 218, 183, 0) 100%);
  background: linear-gradient(90deg, #F7DCB7 0%, rgba(247, 218, 183, 0) 100%);
}
.list-box:nth-child(3n+2) {
  background: -webkit-linear-gradient(left, #D0E1B0 0%, rgba(207, 224, 175, 0) 100%);
  background: linear-gradient(90deg, #D0E1B0 0%, rgba(207, 224, 175, 0) 100%);
}
.list-box:nth-child(3n) {
  background: -webkit-linear-gradient(left, #F0BABE 0%, rgba(239, 184, 189, 0) 100%);
  background: linear-gradient(90deg, #F0BABE 0%, rgba(239, 184, 189, 0) 100%);
}

.addlastbefore {
  position: relative;
  padding: 8.65em 0em 8.9em;
}
.addlastbefore .svgbg-pc-add {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FCFDF9;
}
.addlastbefore .box {
  display: -webkit-flex;
  display: flex;
  margin: 0 -6em;
  padding: 0 2.8em 0em 6em;
}
.addlastbefore .addlastbefore-l {
  width: 42.4107142857%;
}
.addlastbefore .addlastbefore-r {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
          justify-content: right;
}
.addlastbefore .addlastbefore-r .imgwrap {
  display: -webkit-flex;
  display: flex;
  margin-top: 0.8em;
}
.addlastbefore .addlastbefore-r .imgwrap img {
  width: 100%;
  object-fit: contain;
}
.addlastbefore .dydbg {
  height: 100%;
}
.addlastbefore .slide-body {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .p-aidex-x .addlastbefore-r {
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 1.44rem;
    padding: 0rem 0.38rem;
  }
  .p-aidex-x .addlastbefore-r img {
    width: 100%;
  }
  .p-aidex-x .list-box {
    font-size: 0.32rem;
    line-height: 0.72rem;
    font-weight: 275;
    padding: 0.04rem 0rem 0.04rem 0.32rem;
    margin-bottom: 0.3rem;
    border-radius: 0.08rem;
  }
  .p-aidex-x .list-box:last-child {
    margin-bottom: 0;
  }
  .p-aidex-x .svgbg-yd-add {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-aidex-x .addlastbefore-desc {
    font-size: 0.4rem;
    line-height: 0.64rem;
    color: #5A8E22;
    font-weight: 500;
    margin-bottom: 0.6rem;
  }
  .p-aidex-x .addlastbefore {
    padding: 0;
  }
  .p-aidex-x .addlastbefore .slide-body {
    padding: 1.44rem 0;
  }
  .p-aidex-x .addlastbefore .box {
    padding: 0;
    margin: 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .p-aidex-x .addlastbefore .addlastbefore-l {
    width: 100%;
  }
  .p-aidex-x .share-funtion .slide-title {
    font-size: 0.64rem;
    line-height: 0.72rem;
    margin-bottom: 0.36rem;
  }
  .p-aidex-x .share-funtion .slide-body {
    -webkit-align-items: end;
            align-items: end;
    padding-bottom: 3.76rem;
  }
  .p-aidex-x .share-funtion .slide-desc {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin-bottom: 0;
  }
  .p-aidex-x .btn-buy .btn-link:not(:hover) {
    background-color: #25572A;
    border-color: #25572A;
  }
  .p-aidex-x .productwraps-r .productwraps-tit {
    width: 5.54rem;
  }
  .p-aidex-x .productwraps-r-box {
    width: 100%;
  }
  .p-aidex-x .pteql-safe-swip .slide-title {
    text-align: left;
  }
  .p-aidex-x .pteql-safe-swip .slide-desc {
    text-align: left;
  }
  .p-aidex-x .pteql-safe-swip .slide-body {
    padding-bottom: 4.36rem;
  }
  .p-aidex-x .pteql-simple-layer1 .s-body {
    padding-bottom: 2.42rem;
  }
}
@-webkit-keyframes addfuncdecora {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    -webkit-transform: scale(0.8) translateX(-50px);
            transform: scale(0.8) translateX(-50px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}
@keyframes addfuncdecora {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    -webkit-transform: scale(0.8) translateX(-50px);
            transform: scale(0.8) translateX(-50px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}
@-webkit-keyframes addfuncdecorb {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    -webkit-transform: scale(0.8) translateY(-60px);
            transform: scale(0.8) translateY(-60px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes addfuncdecorb {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  50% {
    -webkit-transform: scale(0.8) translateY(-60px);
            transform: scale(0.8) translateY(-60px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes addfuncdecorc {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: scale(0.6) translateX(60px) translateY(0);
            transform: scale(0.6) translateX(60px) translateY(0);
  }
  50% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  75% {
    -webkit-transform: scale(0.8) translateX(0) translateY(-80px);
            transform: scale(0.8) translateX(0) translateY(-80px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
}
@keyframes addfuncdecorc {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: scale(0.6) translateX(60px) translateY(0);
            transform: scale(0.6) translateX(60px) translateY(0);
  }
  50% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  75% {
    -webkit-transform: scale(0.8) translateX(0) translateY(-80px);
            transform: scale(0.8) translateX(0) translateY(-80px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
}
.svgbg-pc-add .funcdecor-a, .addCompactwrap .funcdecor-a {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: addfuncdecora 20s ease-out infinite;
          animation: addfuncdecora 20s ease-out infinite;
}
.svgbg-pc-add .funcdecor-b, .addCompactwrap .funcdecor-b {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: addfuncdecorb 20s ease-out infinite;
          animation: addfuncdecorb 20s ease-out infinite;
}
.svgbg-pc-add .funcdecor-c, .addCompactwrap .funcdecor-c {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: addfuncdecorc 40s ease-out infinite;
          animation: addfuncdecorc 40s ease-out infinite;
}

.p-aidex-x .svgbg2-pc, .p-aidex-x .svgbg2-ap {
  opacity: 1;
}

.newaddContent {
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.disclaimer {
  font-size: 0.8em;
  line-height: 1.1875em;
  color: rgba(17, 17, 17, 0.5);
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

@media (max-width: 991.98px) {
  .newaddContent {
    top: 12.15rem;
  }
  .disclaimer {
    font-size: 0.24rem;
    line-height: 0.28rem;
  }
}
.btn-link.btn-linkchange {
  border: none;
  font-size: 0.9em;
  position: relative;
  top: -1.2em;
  left: -0.2em;
  color: rgba(37, 87, 42, 0.5);
}

.btn-buy_line:hover .btn-link.btn-linkchange {
  border-color: none;
  color: rgba(37, 87, 42, 0.5);
}

.btn-buy_line .btn-link.btn-linkchange::after {
  background: none;
}

@media (min-width: 992px) {
  .p-aidex-x .pteql-banbox .s-title {
    color: #fff;
  }
  .p-aidex-x .pteql-banbox .s-desc, .p-aidex-x .pteql-banbox .s-tips {
    color: #fff;
  }
}