html {
  touch-action: none;
  touch-action: pan-y;
}
.carousel-box {

  overflow: hidden;

}

.carousel-box .banner-list {
  width: 100%;
  height: 3.26rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  max-width: 7.1rem !important;
  margin: 0 auto !important;
}

.carousel-box .banner-list div[class*='item-box'] {
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0;
  max-width: 7.1rem !important;
  margin: 0 auto;
}

.carousel-box .banner-list a[class*='banner-item'] {
  height: 3.26rem;
  border-radius: 0.16rem;
  flex-shrink: 0;
  display: block;
  background-size: cover;
  margin-right: 0.4rem;
}


.carousel-box .banner-list a[class*='banner-item'] {
  margin-right: 0.4rem;
}

.carousel-box .banner-list a[class*='banner-item'] img{
  width: 100%;
  object-fit: cover;
  border-radius: 0.16rem;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.carousel-box .banner-dot {
  position: relative;
  left: 0;
  bottom: 0.5rem;
  width: 1.82rem;
  overflow-x: auto;
  height: 0.5rem;
  margin: 0 auto;
  white-space: nowrap;
}


.carousel-box .banner-dot::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.carousel-box .banner-dot span {
  position: relative;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.04rem;
}

.carousel-box .banner-dot .active::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  background-color: #FFFFFF;
}

.carousel-box .banner-dot .show-level-1::before {
  content: ' ';
  position: absolute;
  top: 0.03rem;
  left: 0.03rem;
  width: 0.10rem;
  height: 0.10rem;
  border-radius: 0.05rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.carousel-box .banner-dot .show-level-2::before {
  content: ' ';
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background-color: rgba(0, 0, 0, 0.3);
}