/**
 * 品牌/列表页移动端补充（在 brand.css 之后加载）
 */
@media only screen and (max-width: 1024px) {
    .list-category-filter,
    .product-filter {
        display: flex;
        flex-wrap: wrap;
    }
    .c1 .list .cell,
    .c2 .list .cell {
        width: 100% !important;
        max-width: 100%;
    }
    .p-main .list .cell {
        width: 100% !important;
        max-width: 100%;
    }
}
