@media screen and (max-width :768px) {
    .wuzhangaiPC{
        display: none;
    }
    .wuzhangaiWAP{
        display: block;
    }
}