@media screen and (min-width:750px) {

    .jw_move_fy,
    .footer_mobile,
    .ql_detailbro_table_mobile {
        display: none;
    }

    .qzbImg_pc {
        display: block;
    }

    .qzbImg_m {
        display: none !important;
    }
}