.wm-swiper-block {
  z-index: 999;
  padding: 20px 24px;

  .swiper {
    width: 100%;
    height: 274px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);

    .swiper-pagination {
      justify-content: center;
    }

    .swiper-pagination-bullet {
      border-radius: 10px;
      height: 12px;
      width: 12px;
    }

    .swiper-pagination-bullet-active {
      width: 32px;
    }

    div {
      flex-direction: row;
    }

    .item {
      width: 100%;
      margin-right: 20px;
      height: 274px;
      border-radius: 16px;
    }
  }
}
