@charset "utf-8";

.head-page .item.tm-customers>a span {
    color: #ff0000;
}
.head-page .item.tm-customers>a::after {
    transform: scale(1);
    opacity: 1;
}

.lists_top .main {
    position: relative;
}
.lists_top .l {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.customers_pg .list{
    /* width: 18.5%;
    margin-right: 1.875%; */
    width: 10%;
    margin-right: 0;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 115px;
}
.customers_pg .list:nth-child(10n){
    margin-right: 0;
}
.customers_pg .list img{
    display: block;
    max-height: 100%;
}

@media only screen and (max-width: 1200px) {
    .customers_pg .list{
        height: 120px;
    }
}
@media only screen and (max-width: 1043px) {
    .mySwiper .swiper-slide {
        height: 68px;
    }
    .customers_pg .list {
        height: 115px;
        margin-top: 15px;
    }
    .device .list {
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .device .list:nth-child(3n) {
        margin-right: 2%;
    }
    .device .list:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 750px) {
    .lists_top .l {
        position: initial;
        margin-top: 25px;
        transform: translate(0);
    }
    .mySwiper .swiper-slide {
        height: 60px;
        padding: 5px;
    }
    .customers_pg .list {
        height: 85px;
        width: 48%;
        margin-right: 4%;
    }
    .customers_pg .list:nth-child(5n){
        margin-right: 4%;
    }
    .customers_pg .list:nth-child(2n){
        margin-right: 0;
    }
}