
.swiper-slidese h4{
    color: #fff;
}
.swiper-slidese h5{
    color: #fff;
}
.swiper-slidese p{
    color: #fff;
}

.swiper-button-next,.swiper-button-prev {
    top:90% !important;
    background-color: #000;
    padding: 1rem;
    width: 50px!important;
    height: 50px!important;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}
.swiper-button-prev{
    left:30rem!important;
}
.swiper-button-next::after,.swiper-button-prev::after {
    font-size: 20px!important;    /* 调整箭头大小 */
    color: #fff;        /* 调整箭头颜色 */
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #eee;
}

 @media (max-width: 768px) {
     .swiperse{
         padding:0 !important;
     }
     .swiper-button-next,.swiper-button-prev{
         top:95%!important;
         width: 30px!important;
         height: 30px!important;
         right: 0px!important;
     }
     .swiper-button-next::after,.swiper-button-prev::after {
        font-size: 10px!important;    /* 调整箭头大小 */
        color: #fff;        /* 调整箭头颜色 */
    }
     .swiper-button-prev{
         left: 17rem!important;
     }
     img{
         display: none;
     }
    .swiper-slidese h4{
        color: #fff;
    }
    .swiper-slidese h5{
        color: #fff;
        display: none;
    }
    .swiper-slidese p{
        color: #fff;
    }
 }