.kczy_content {
    margin: 0 auto;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.kczy_bg {
    position: relative;
    width: 7.0833rem/* 1360/192 */
    ;
    height: 2.4479rem/* 470/192 */
    ;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.swiper-slide {
    height: 1.0417rem/* 200/192 */
    ;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide {
    width: 4.026rem/* 773/192 */
    !important;
    position: relative;
    height: 1.9896rem/* 382/192 */
    !important;
}

.swiper-title {
    position: absolute;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: -40px;
    font-size: .1563rem/* 30/192 */
    ;
    text-align: center;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-slide-active {
    z-index: 999 !important;
}