.lx-swiper {
  width: 100%;
  height: 100%;

  &__image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 29rpx;
  }

  .swiper-pagination-bullet {
    width: 10rpx;
    height: 10rpx;
  }

  .swiper-pagination-bullet-active {
    width: 30rpx;
    height: 10rpx;
    background: #FFFFFF !important;
    border-radius: 5rpx;
  }
}



