.index-customer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-customer .index-customer-title {
    width: 100%;
    height: 5.15vw;
    position: relative;
    margin-top: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-customer .index-customer-content-bg{
    width: 100%;
}
.index-customer .index-customer-content {
    width: 100%;
    height: 51.56vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.28vw;
}
@media screen and (max-width: 750px) {
    .index-customer {
        display: none;
    }
}

