.szbox {
  margin: 0 0.2rem;
}

.sz_con {
  position: relative;
  margin: 0 auto;
  display: none;
}

.block {
  display: block;
}

.swiper-container {
  width: 100%;
  padding: 6px 0;
}

.swiper-slide {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  width: 3.5rem;
  height: 4.6rem;
  box-shadow: 0px 3px 7px 0px rgba(255, 108, 0, 0.11),
    0px -3px 7px 0px rgba(255, 108, 0, 0.11);
}

.swiper-slide>div {
  border-radius: 0.05rem;
  padding: 0 0.26rem;
}

.swiper-slide>div img {
  display: block;
  width: 1.24rem;
  height: 1.46rem;
  margin: 0.2rem auto 0.14rem;
}

.swiper-slide>div h2 {
  font-size: 0.26rem;
  letter-spacing: 1px;
  color: #0b0b0b;
  text-align: center;
}

.swiper-slide>div h3 {
  font-size: 0.16rem;
  color: #ff7200;
  text-align: center;
  margin: 0.06rem 0 0.1rem 0;
}

.swiper-slide>div h4 {
  font-size: 0.14rem;
  text-indent: 2em;
}

.swiper-slide-active {
  background-color: #fff;
}

.swiper-pagination {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet-active {
  background: #ff6519 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: #ff9135;
  opacity: 0.3;
  margin: 0 0.05rem;
}

.swiper-slide .spe {
  width: 3.3rem;
  height: 4rem;
}

.swiper-slide .spe img {
  display: block;
  width: 3.3rem;
  height: 4rem;
}
