@media (min-width: 768px) and (max-width: 991px) {
    .wsyyt_header .phone{
        display: none;
    }
    .wsyyt_footer .QR{
        margin-top: 20px;
        justify-content: space-around;
    }
    .wsyyt_main .wsyyt_zt{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wsyyt_main .wsyyt_zt a{
        width: calc(100% - 40px);
    }

}

@media (max-width: 1390px){
    .wsyyt_header .phone1{
        width: 62px;
        overflow: hidden;
    }
    .wsyyt_header .phone2{
        width: 75px;
        overflow: hidden;
    }
}

@media (max-width: 768px){

    .form{ margin-left:0; }
}