#indexSwiper {
    width: 100%;
    background: #00a8d0;
}

#indexSwiper .swip-item {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    background: center no-repeat;
    background-size: cover;
}

#indexSwiper img {
    width: 100%;
}

.swiper {
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 46px;
}


/* .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    width: 30px;
    height: 5px;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0b6ab8;
} */

.dingwei {
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.botm-swip {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
}

.botm-swip {
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: flex;
}

.botm-swip .swiper-container {
    flex: 1;
    text-align: center;
}

.botm-swip .swiper-container .swiper-slide {
    color: #fff;
}

#botmSwip {
    height: 40px;
}

#botmSwip a {
    display: block;
    color: #fff;
}

body .swiper-button-next,
body .swiper-button-prev {
    height: 100%;
    top: 0;
    width: 16%;
    display: none;
    margin-top: 0;
}

#case:hover .swiper-button-prev,
#case:hover .swiper-button-next {
    display: flex;
}

.swiper-button-prev {
    left: 0 !important;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.swiper-button-next {
    right: 0 !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

#indexSwiper:hover .swiper-button-next,
#indexSwiper:hover .swiper-button-prev {
    display: flex;
}

body .swiper-button-next:hover:after,
body .swiper-button-prev:hover:after {
    color: #fff;
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
    color: rgb(172, 172, 172);
    font-size: 26px;
}

@media (max-width: 767px) {}