.title-box {
  height: 1.8rem;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, rgba(94, 147, 255, 0.5) 0%, #5e93ff 100%);
}
.title-box .right-icon {
  font-size: 3.99rem;
  position: absolute;
  right: 0;
  opacity: 0.2;
}
.advertisement {
  width: 6.72rem;
  height: 5.6rem;
  background: #d8d8d8;
}
.swiper-box {
  position: relative;
}
.swiper-box .pagination {
  position: absolute;
  bottom: 0.4rem;
  z-index: 100;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.swiper-box .pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.49;
  margin: 0 0.06rem;
}
.swiper-box .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
