swiper-container {
  /* margin: 100px auto; */
  width: 100%;
  height: 100%;
}

swiper-slide {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.zt-item .swiper {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 50px;
}

.swiper{
  /* --swiper-theme-color: #ff6600;设置Swiper风格 */
  --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */

  /* --swiper-navigation-size: 30px;设置按钮大小 */
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 30px !important;
}
.swiper-button-prev, .swiper-button-next {
  background-color:rgb(148, 7, 10) ;
  width: 28px;
  height: 30px;
}

