@media (max-width:765px) {
    .show_mb {
        display: table-row !important;
    }
    .show_mb2 {
        display: block !important;
    }
    .show_pc {
        display: none !important;
    }

    .vw100{
        width: 100% !important;
    }

    .header{
        flex-wrap: wrap;
        height: auto;
    }
    .menu-list{
        background-color: #f9f9f9;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .menu-list > div{
        width: 25%;
        text-align: center;

    }

    .home{
        margin: 0 10px;
    }

    .weekly{
        width: calc(100% - 60px) !important;
    }
    .recipeList .onename{
        width: calc(100% - 74px);
    }
    .weekly img{
        width: 100%;
    }
    .advantage{
        width: auto;
    }
    .teacherList{
        width: calc(100% - 30px) !important;
    }
    .t-img img{
        width: 100%;
    }
    .t-motto{
        height: auto;
    }
    .foot-logo{
        padding-right: 10px;
    }

    .layui-row{
        width: 100%;
    }

    .tlist .logo{
        width: 100%;
    }

    .tlist{
        width: 100%;
        max-width: 280px;
    }
}