h4,h5 {
  margin-block-start: 0;
  margin-block-end: 0;
}
.product-function-item-box-750{
  display: none;
}
.product-function{
  width: 100%;
  background-color: #f5f7fc;
}
.product-function-swiper{
  width: 100%;
  padding-top: 60px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  /* padding-bottom: 48px; */
  
}
.product-function-swiper .swiper-wrapper{
  width: 100%;
  position: relative;
  padding-inline-start:0px
}
.product-function-diot-bg{
  width: 272px;
  height: 80px;
  position: absolute;
  bottom: 80px;
  left: 10%;
  z-index: 10;
}
.product-function-swiper .swiper-slide{
  width: 100%;
  height: 536px;
  box-sizing: border-box;
  background-color: #ecf0f9;
  padding-top: 96px;
  list-style: none;
  /* position: relative; */
  /* padding: 60px 124px; */
}

.product-function-swiper .product-function-item-box{
  position: relative;
  width: 1192px;
  margin: 0 auto;
  display: flex;
  /* justify-content: center; */
}
.product-function-item-imgBgBox{
  position: absolute;
  top: -50px;
  right: 0px;
  width: 760px;
  height: 440px;
  background: url('../img/imgBg.png') no-repeat;
  background-size: cover;
  padding-top: 60px;
  box-sizing: border-box;
  z-index: 100;
}
.product-function-item-imgBgBox-img{
  width: 660px;
  height: 360px;
  margin-left: 50px;
}
.product-function-item-article{
  width: 400px;
  height: 440px;
  margin-right: 36px;
  position: relative;
}


.product-function-item-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 8px;
}
.product-function-item-desc{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
  margin-bottom: 20px;
  margin-bottom: 78px;
  line-height: 22px;
}
.product-function-item-button{
  position: absolute;
  left: 0;
  top: 160px;
  width: 148px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700; 
  display: inline-block; 
  background-color: #1BD1D1;
  z-index: 100;
}
.product-function-swiper .product-function-swiper-pagination{
  position: absolute;
  left: 50%;
  right: auto !important;
  width: max-content !important;
  bottom: inherit !important;
  z-index: 10;
  top: 0;
  transform: translate(-50%);
}
.product-function-swiper .swiper-pagination-bullet{
  width: 224px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(24, 24, 24, 1);
  border-radius: 0%;
  background: transparent;
  opacity: 1;
}
.product-function-swiper .swiper-pagination-bullet-active{
  color: #1BD1D1;
  border-bottom: 3px solid #1BD1D1;
  background: transparent;
}
@media ((min-width: 1024px) and (max-width: 1439px)) {
  .product-function-swiper .product-function-item-box {
    width: 1000px;
  }
  .product-function-item-article{
    width: 220px;
  }
  .product-function-item-button{
    top: 229px;
  }
  .product-function-swiper .swiper-pagination-bullet{
    width: 168px;
  }
}

@media ((min-width: 750px) and (max-width: 1023px)) {
  .product-function-swiper{
    padding-top: 56px;
  }
  .product-function-swiper .swiper-slide{
    height: 386px;
    padding-top: 64px;
  }
  .product-function-item-article{
    width: calc(100% - 515px);
    height: 320px;
  }
  .product-function-swiper .product-function-item-box {
    width: calc(100% - 24px);
  }
  .product-function-item-imgBgBox{
    width: 500px;
    height: 293.33px;
    padding-top: 40px;
    top: -24px;
  }
  .product-function-item-imgBgBox-img{
    width: 440px;
    height: 240px;
    margin-left: 32px;
  }
  .product-function-diot-bg{
    bottom: 68px;
  }
  .product-function-swiper .swiper-pagination-bullet{
    width: auto;
  }
}

@media (max-width: 749px) {
  .product-function-item-box{
    display: none !important;
  }
  .product-function-swiper{
    padding-top: 48px;
  }
  .product-function-swiper .swiper-slide{
    padding-top: 0;
    background-color: transparent;
    padding-left:12px;
    padding-right:12px;
    padding-bottom: 24px;
    height: auto;
  }
  .product-function-item-box-750{
    display: block;
  }
  .product-function-item-box-750 .product-function-item-title{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product-function-item-box-750 .product-function-item-desc{
    font-size: 14px;
    font-weight: 400;
    color: rgba(78, 89, 105, 1);
    margin-bottom: 16px;
  }
  .product-function-item-box-750 .product-function-item-imgBgBox-750{
    width: 100%;
    /* background: url('../img/imgBg.png') no-repeat;
    background-size: contain; */
    /* height: 400px; */
  }
  .product-function-item-imgBgBox-img-750{
    /* width: 86%;
    margin-left: 7%;
    margin-top: 8%;
    max-height: 76%; */
    width: 100%;
  }
  .product-function-item-button-750{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background: rgba(98, 70, 232,1);
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
  }
  .product-function-swiper .swiper-pagination-bullet{
    font-size: 14px;
    width: auto;
    margin: 0 8px !important;
  }
}
@media (max-width: 500px) {
  .product-function-swiper .swiper-pagination-bullet{
    font-size: 12px;
    width: auto;
    height: 32px;
    line-height: 32px;
  }
}
