.home_brand {
    margin-bottom: 30px;
}

/* 标题图标 */
.home_brand .title .iconfont-ut {
    font-size: 20px;
}

.home_brand .bot {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.home_brand .bot a {
    height: 120px;
    transition: all .3s;
    width: 216px;
}

.home_brand .bot a:hover {
    cursor: pointer;
    box-shadow: 2px 0 9px rgb(0 0 0 / 9%);
    /* transform: scale(1.05); */
}


/* 型号图片 */
.home_brand .bot a img {
    width: 160px;
}

/* 小屏时 */
@media screen and (max-width: 1024px) {
    .home_brand .bot a {
        width: 33.33%;
    }

    /* 型号图片 */
    .home_brand .bot a img {
        width: 90%;
    }
}