@media screen and (max-width:767px) {

    .tit{
        margin-top:2rem;
    }
    .prdtnav .prdtul li{
        width:19%;
        padding:0 0.2rem;
        margin:1rem 0.2rem;
    }
    .prdtcase{
        text-align: center;
    }
    .prdtcase li{
        width:46.3%;
    }

    /*/!*分类目录*!/*/
    /*.pics .now,*/
    /*.productnav .along,*/
    /*.productnav .head{*/
        /*display:none;*/
    /*}*/

    /*.productnav .cusphone{*/
        /*display:none;*/
    /*}*/
    /*.productnav{*/
        /*width:100%;*/
        /*/!*padding:0 14.5%;*!/*/
        /*margin:0;*/
    /*}*/
    /*.pics{*/
        /*width:100%;*/
    /*}*/
    /*.piccase{*/
        /*display:none;*/
    /*}*/
    /*.piccasephone{*/
        /*display:block;*/
    /*}*/
    /*.select{*/
        /*width:28.5%;*/
        /*/!*width:25%;*!/*/
        /*display:inline-block;*/
        /*margin:0.6rem 0.3%;*/
    /*}*/
    /*.select a{*/
        /*width:100%;*/
        /*line-height: 2.1rem;*/
        /*text-align: center;*/
        /*background:none;*/
        /*border:1px solid #c2c2c2;*/
        /*color:#666;*/
        /*padding:0;*/
        /*font-size:0.75rem;*/
        /*border-radius: 8px;*/
    /*}*/
    /*.select a span{*/
        /*display:none;*/
    /*}*/

    /*.machine{*/
        /*width:43.75%;*/
        /*display:inline-block;*/
        /*margin:2.3%;*/
    /*}*/
    /*.prccenter{*/
        /*margin: 40px auto 15px;*/
        /*display: block;*/
    /*}*/
    /*.prccenter h1{*/
        /*font-size:2.1rem;*/
        /*line-height: 2.2rem;*/
        /*color:#333;*/
    /*}*/
    /*.prccenter span{*/
        /*width:1.5rem;*/
        /*height:0;*/
        /*border:1px solid #007ae1;*/
    /*}*/
    /*.customer h1{*/
        /*color:#007ae1;*/
    /*}*/
    /*.customer span{*/
        /*border:none;*/
        /*width:auto;*/
        /*color:#999;*/
        /*line-height:1.5rem;*/
        /*font-size:1.11rem;*/
        /*margin-top:7px;*/
    /*}*/

    /*.product{*/
        /*padding-top:0;*/
    /*}*/

}
@media screen and (max-width:413px) {
    .prdtnav .prdtul li{
        width:22%;
    }
}