@media screen and (max-width: 768px) {

    /* 第一屏slider */
    .case-slider{
        height: 30vh !important;
        min-height: 210px !important;
        max-height: 300px !important;
    }

    /* 案例列表 */
    .page-case .content-wrap .grid-filter-wrap .grid-filter{
        justify-content: flex-start;
        width: 100%;
        /* height: 44px; */
        display: flex;
        margin-bottom: 0;
        background: #EEF7FF;
    }

    .page-case #products{
        justify-content: flex-start;
    }

    .page-case .grid-filter-wrap .grid-filter .dev-type{
        padding: 5px;
        min-width: calc(100% / 6);
        width: calc(100% / 4);
        background: none !important;
        color: inherit;
    }

    .page-case .grid-filter-wrap .grid-filter .dev-type.current{
        background: none!important;
        color: #3090FF!important;
        font-weight: bold;
    }

    /* 案例卡片 */
    .page-case .product-card{
        position: relative;
        height: auto;
        max-height: 150px;
    }
}