/*@media (min-width:600px) {*/
/*    .mobile{*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (max-width:600px) {*/
/*    .pc{*/
/*        display: none;*/
/*    }*/

/*}*/

.mobile{
    display: none;
}

@media (max-width:600px) {
    .met_aside{
        display: none;
    }
    .met_section article .met_article{
        margin: 0;
    }
    .ftype_input .fbox input{
        width: 100%;
    }
    .met_section article{
        margin: 0;
    }
    input[name='code']{
        margin-bottom: 10px;
    }

    .met_section aside .met_related{
        display: none;
    }

    .met_section article{
        padding: 0 10px;
        box-sizing: border-box;
    }

    .met_module2 h1.met_title{
        font-size: 22px;
    }
    .met_section_head{
        padding: 0 10px;
    }

    #imglist ul.list_1 li{
        width: 50% !important;
    }
    #imglist ul.list_1 li a{
        box-sizing: border-box;
        width: 100% !important;
    }
    #imglist ul.list_1 li a .img_wrap{
        width: 100% !important;
    }
    #imglist ul.list_1 li h2{
        text-align: center;
    }
    .bdsharebuttonbox{
        display: none;
    }

    #showimg .exposureTarget{
        width: 100% !important;
        height: unset !important;
    }

    #showimg .met_slide_box{
        width: 100% !important;
    }

    .met_module3_list ul.list_1 li{
        width: 50% !important;
    }
    .met_module3_list ul.list_1 li a{
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .met_module3_list ul.list_1 li a .img_wrap{
        width: 100% !important;
    }

    #showproduct dl.pshow{
        display: flex;
        flex-wrap: wrap;
    }
    #showproduct dl.pshow dd{
        margin:  0 !important;
    }
    #showproduct dl.pshow dd .met_box{
        margin: 0 !important;
    }
    #showproduct dl.pshow dt{
        width: 100% !important;
        border: none;
    }
    .re_wrap{
        width: 100%;
        overflow: auto;
    }
    #showproduct .met_related_list{
        width: 1200px;
        overflow: auto;
    }
    .met_tools .met_page{
        display: flex;
        flex-wrap: wrap;
    }
    .met_tools .met_page li{
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }

}