#cooperative.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 44px;
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #3A3939;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 25px;
    /* 设置按钮大小 */
}

.swiper-container {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #3A3939;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 25px;
    /* 设置按钮大小 */
}

.cooperative {
    margin-top: 30px;
    padding-bottom: 26px;


}

.cooperative-list {
    margin-top: 54px;
}

.cooperative-list .swiper-slide {
    text-align: center;
    /* width: 158px; */
    /* margin-right: 10px; */
}

.cooperative-list .swiper-slide img {
    width: 158px;
    height: 86px;
    object-fit: scale-down;
}