.car-kv-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 0.5rem;
    border-radius: 0%;
    padding: 1vh 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all .3s ease;
    margin: 0 0.07rem !important;
    cursor: pointer;
    position: relative;
    display: block;
    opacity: 1;
}
.car-kv-swiper .swiper-pagination{
    display: flex;
    justify-content: center;
}
.car-kv-swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 1.7rem
}
.car-kv-swiper .swiper-pagination .swiper-pagination-bullet::after{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    top: auto;
}
.car-kv-swiper .swiper-pagination .swiper-pagination-bullet-active::after{
    width: 100%;
    transition: all 9.5s linear;
}
.car-kv-swiper .prev-style1, .car-kv-swiper .next-style1{
    background-color: transparent;
    background-size: 0.5rem auto;
    opacity: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    background-position: right;
}

.car-kv-swiper .next-style1{
    background-image: url('https://www.shddu.com/dist/site/images/home/2023/car_model_btn_n_2.png');
    right: .5rem
}
.car-kv-swiper .prev-style1{
    background-image: url('https://www.shddu.com/dist/site/images/home/2023/car_model_btn_n_2.png');
    transform: rotate(180deg);
    left: .5rem

}

.prev-style1:hover {
  opacity: 1;
}

.next-style1:hover {
  opacity: 1;
}
