.skySwiper{
    width:100%;
    padding:20px 0;
    overflow:hidden;
}

.skySwiper .swiper-slide{
    user-select:none;
}

.skySwiper img{
    width:100%;
    display:block;
    border-radius:14px;
}

.swiper{
    cursor:grab;
}

.swiper:active{
    cursor:grabbing;
}