.swiper-container1{ overflow: hidden; width: 100%; position: relative; } .swiper-container1 .swiper-slide{ width: 100%; text-align: center; font-weight: bold; line-height: 30px; } .swiper-container1 .swiper-slide .text{font-size:12px;} .swiper-container1 .swiper-slide .text a{color:#000;} .swiper-container1 .swiper-slide .text{ width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .swiper-container1 .swiper-slide .text:hover a{ color:red!important; } .swiper-container1 .swiper-slide img{ width: 100%; height:196px; } .swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{width: -webkit-fit-content; bottom: 0.5px;right: 0;left: unset;} .swiper-container1 .swiper-pagination-bullet{width: 24px;height: 15px;font-size: 12px;color: #e0e0e0;opacity: 1;border-radius: 0;border-right: 1px solid #ccc;background: rgba(0,0,0,0.7);font-family: serif;} .swiper-container1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0;} .swiper-container1 .swiper-pagination-bullet-active{background-color: red;}