.swiper-slide {
    width: 100%;
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
    background: #000000;
}

.swiper-slide>a {
    width: 100%;
    height: 100%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide_imgs {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    opacity: 0.4;
    background: #ffffff;
    border-radius: 2px;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 4px;
    opacity: 1;
    background: #ffffff;
    border-radius: 2px;
}

.swiper-slide.small {
    height: 338px;
    margin-top: 0;
    cursor: pointer;
}

.pcBox {
    display: block;
    min-width: 1200px;
}

.phoneBox {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcBox {
        display: none;
    }

    .phoneBox {
        display: block;
        width: 100%;
    }

    .swiper-slide {
        width: 100%;
        height: 188px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 3px;
        opacity: 0.4;
        background: #ffffff;
        border-radius: 1px;
    }

    .swiper-pagination-bullet-active {
        width: 12px;
        height: 3px;
        opacity: 1;
        background: #ffffff;
        border-radius: 1px;
    }

    .swiper-slide.small {
        height: 193px;
        margin-top: 0;
    }

    .swiper-container.phone {
        margin-top: 44px;
    }
}
