@charset "UTF-8";
/**
 * @desc 公司新官网客户案例
 * @author hongyu
 * @date 2022-6-1
 */

/* Comment 客户案例 S */
.index-customer {
    padding: 110px 170px 150px;
    width: 100%;
    /* height: 899px; */
    box-sizing: border-box;
}

.index-customer-content {
    margin-top: 80px;
    height: 372px;
    width: 100%;
}

.index-customer-content .mySwiper4 {
    width: 100%;
    height: 100%;
}

.mySwiper4 .swiper-wrapper {
    height: 288px;
}

.mySwiper4 .swiper-slide {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index-customer-content-item {
    width: 20%;
    height: 144px;
    background-color: #ffffff;
    position: relative;
}

.index-customer-content-item:nth-child(2n) {
    width: 20%;
    height: 144px;
    background-color: #f8f9fb;
}

.index-customer-content-item img {
    width: 100%;
    height: 100%;
}

.mySwiper4 .swiper-button-prev,
.mySwiper4 .swiper-button-next {
    bottom: 10px;
    top: auto;
    left: 50%;
    height: 13px;
    z-index: 99999;
    background-image: url();
}

.mySwiper4 .swiper-button-prev {
    transform: translate(-350%, 0);
}

.mySwiper4 .swiper-button-next {
    transform: translate(240%, 0);
}

.mySwiper4 .swiper-button-prev::after,
.mySwiper4 .swiper-button-next::after {
    font-size: 14px;
    color: #333;
}

.mySwiper4 .swiper-pagination-bullet {
    background: #cedaff;
}

.mySwiper4 .swiper-pagination-bullet-active {
    background: #4977fb;
}

.index-customer-connection {
    margin: 66px auto;
    width: 374px;
    height: 64px;
    border-radius: 32px;
    overflow: hidden;
}

.index-customer-connection .layui-btn {
    width: 100%;
    height: 100%;
    background-color: #4977fb;
    letter-spacing: 5px;
    font-family: Source Han Sans CN;
    color: #ffffff;
    font-size: 20px;
}

/* Comment 客户案例 E */