@media screen and (max-width: 768px) {

    .case .imgs {
        width: 100%;
    }
    .text-boxs {
        display: none;
    }
    .video-list {
        height: auto;
    }
    .face-wrap .face-pic {
        display: none;
    }
    .kc-btns > img{display: none;}
    .case .job strong:nth-child(3){clear: both;margin-left: 0px;}
    .pathlist-wrap .pathlist-list li{background: none;}
    .vs-wrap .vs-lists li{width: 100%;}
    .type-list .type-item img{height: auto;}
    .cgal .view{overflow: hidden;max-width: 100%;}
}


@media screen and (max-width: 468px) {

    .text-boxs {
        display: block;
    }
}


@media screen and (max-width: 375px) {

}
