.index-customer {
    padding: .3rem 0 1.78rem;
    font-size: 0;
}
.index-customer h3 {
    margin-bottom: .3rem;
    font-size: .256rem;
    color: #1e1e1e;
    letter-spacing: -1.5px;
}
.index-customer .list {
    margin-top: .5rem;
}
.index-customer .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-customer .list ul li {
    margin-top: .3rem;
    width: 1.943rem;
}
.index-customer .list ul li img {
    width: 100%;
}
@media screen and (max-width: 834px) {
.index-customer {
    padding-bottom: .2rem;
}
.index-customer .main {
    padding: 0;
}
.index-customer h3 {
    margin-bottom: 0;
    font-size: .24rem;
    letter-spacing: 0;
}
.index-customer .list {
    margin-top: 0;
}
.index-customer .list ul li {
    margin-top: .1rem;
    width: 48%;
}
.index-customer .list ul li img {
    width: 100%;
}
.index-customer .main {
    margin-bottom: .3rem;
}



}
