#productsSwiper {
  position: relative;
}

#productsSwiper .xian {
  position: absolute;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  bottom: 0px;
}

#productsSwiper .swiper-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#productsSwiper .swiper {
  text-align: center;
  margin: 0px 10px;
}

#productsSwiper .swiper-slide {
  width: unset;
  margin: 0 40px;
}

#productsSwiper .swiper-button-next,
#productsSwiper .swiper-button-prev {
  color: #333333;
  height: 50px;
  border: 1px solid #D8D8D8;
  background: #fff;
  position: unset;
  margin-top: 0;
  padding: 0 8px;
}

#productsSwiper .swiper-button-next:hover,
#productsSwiper .swiper-button-prev:hover {
  background: #21A13B;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #21A13B;
}

#productsSwiper .swiper-button-next:after,
#productsSwiper .swiper-button-prev:after {
  font-size: 16px;
}

#productsSwiper .public_tabs_list {
  font-size: 16px;
  white-space: nowrap;
}

#productsSwiper .swiper-slide a {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  align-content: end;
}

#productsSwiper .swiper-slide a:hover {
  color: #21a13b;
  border-bottom: 2px solid #21a13b;
}

#productsSwiper .swiper-slide a .iconfont {
  font-size: 48px;
}

#productsSwiper .swiper-slide a p {
  padding: 8px 0 15px;
}

#productsSwiper .tab-active {
  position: relative;
  z-index: 1;
}

#productsSwiper .tab-active a {
  border-bottom: 2px solid #21a13b;
  color: #21a13b;
}

@media screen and (max-width: 768px) {
  #productsSwiper .public_tabs_list {
    font-size: 14px;
  }

  #productsSwiper .swiper-slide {
    margin: 0 16px;
  }

  #productsSwiper .swiper-slide a .iconfont {
    font-size: 40px;
  }

  #productsSwiper .swiper-slide a p {
    line-height: 20px;
  }
}