.home-special001 {
  margin-top: 0.8rem;
  z-index: 1;
  position: relative;
}

.home-special001 .layout .inner-box {
  position: relative;
}

.home-special001 .layout .inner-box .svg {
  position: absolute;
  width: fit-content;
}

.home-special001 .layout .inner-box .svg.lt {
  left: -0.1rem;
  top: -0.1rem;
  transform: rotate(180deg);
}

.home-special001 .layout .inner-box .svg.rb {
  right: -0.1rem;
  bottom: -0.1rem;
}

.home-special001 .layout .inner-box .special-item {
  display: block;
  overflow: hidden;
  height: fit-content !important;
  font-size: 0;
}

.home-special001 .layout .inner-box .special-item:hover img {
  transform: scale(1.05);
}

.home-special001 .layout .inner-box .special-item img {
  width: 100%;
  height: 2.18rem;
  transition: all 0.3s;
  object-position: center;
}
.home-special001 .swiper-container .swiper-pagination {
    bottom: 0.2rem;
}

.home-special001 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 0.06rem;
}

.home-special001 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (max-width: 960px) {
  .home-special001 .layout .inner-box .special-item img {
    height: auto !important;
    min-height: 74px;
  }
    .home-special001 .swiper-container .swiper-pagination {
      bottom: 5px;
    }
}

/*# sourceMappingURL=home-special001.css.map */