.rent-swiper { margin-bottom: 40px; margin-top: 24px; }
.rent-swiper .swiper-pagination-bullet { background-color: #D5D5D5; opacity: 1; }
.rent-swiper .index-bullet-active { background-color: #ffffff; }
.rent-swiper .swiper-button-next, .rent-swiper .swiper-button-prev { width: 60px; height: 60px; margin-top: -30px; background-size: 18px; border-radius: 50%; background-color: rgba(0, 0, 0, .15); display: none; }
.rent-swiper .swiper-button-next {  background-image: url("../img/arrow9.png"); background-position: 23px center; right: 40px; }
.rent-swiper .swiper-button-prev { background-image: url("../img/arrow8.png"); background-position: 19px center; left: 40px; }
.rent-swiper:hover .swiper-button-next, .rent-swiper:hover .swiper-button-prev { display: block; }
