@media only screen and (max-width:1024px) {
 
    .pc {
        display: block !important;}

    .wap {
        display: none !important;}
}