/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


*{
  margin: 0;
  padding: 0;
}
.productSample{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 110px 0;
  
}
.swiper {
  --swiper-navigation-size: 40px;/* 设置按钮大小 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  /* 去除点击样式 */
}  

.swiper .swiper-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center ;
      -ms-flex-align: center ;
          align-items: center ;
}
.swiper-slide{
position: relative;
}
.swiper-slide .swiperTitle,.swiperContent{
  display: none;   
}
.swiper-slide .Pic{
  display: block;
  width: 100%;
}
.shadow::before{
content: "";
position: absolute;
top:0;
left:0;
width: 100%;
height:100%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background-color: rgba(51,51,51,0.1);
}
/* 居中图的样式 */
.swiper-slide-active{
  position: initial !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-slide-active .Pic{
  display: block;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20) ;
          box-shadow: 0 2px 16px 0 rgba(0,182,176,0.20) ;
}
.swiper-slide-active .shadow::before{
  display: none;
}

.swiper-slide-active .swiperTitle{
  font-size: 24px;
  display: block;
  margin-bottom: 19px;
  font-family: MicrosoftYaHei, 微软雅黑;
}
.swiper-slide-active .swiperContent{
  margin-top: 20px;
  display:block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-family: MicrosoftYaHei, 微软雅黑;
}
.swiper-pagination{
  bottom: 70px !important;
  z-index: 1;
}
.swiper-pagination-bullet-active{
  width: 32px;
  height: 8px;
  border-radius: 4px;
  background-color: #1BD1D1;
}

.productSample .swiper .arrowCard {
  margin: 0 25px;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #ffffff; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.productSample .swiper .arrowCard:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.3);
  box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.3);
}
.productSample .swiper .arrowCard::after{
  display: none;
}

@media only screen and (max-width:750px) {
  .productSample{
      padding: 24px 0 60px 0;
  }
  .swiper-slide-prev,.swiper-slide-duplicate,.swiper-slide-duplicate-prev,.swiper-slide-duplicate-active,.swiper-slide-duplicate-next{
    position: relative;
    top:-78px;
}
  .swiper-slide-active~div{
    position: relative;
    top:-78px;
  }
   
    .swiper-slide-active .swiperTitle{
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 19px;
    }
    .swiper-slide-active .swiperContent{
      margin-top: 20px;
      font-size: 14px;
      line-height: 24px;
    }
    
    .swiper-pagination{
      bottom: 28px !important;
    }
    .productSample .swiper .arrowCard{
      display: none;
    }
}
@media only screen and (max-width:430px) {
  .swiper-slide-prev,.swiper-slide-duplicate,.swiper-slide-duplicate-prev,.swiper-slide-duplicate-active,.swiper-slide-duplicate-next{
    position: relative;
    top:-60px;
}
  .swiper-slide-active~div{
    position: relative;
    top:-60px;
  }
}