@media screen and (max-width: 1000px) {

    /* 底部 PC端 */
    .footer {
        display: none;
    }
    

    /* 底部 移动端 */
    .foot {
        display: block;
    }

    .foot {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px 2%;
    }
    
    .foot-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .foot-left-logo img {
        width: 57px;
        height: 72px;
    }

    .foot-left-school {
        margin-top: 10px;
    }
    
    .foot-left-school p {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        text-align: center;
    }
    
    .foot-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .foot-right-info {
        margin-top: 10px;
    }
    
    .foot-right-info p {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        text-align: center;
    }

    .foot-right-ewm img {
        width: 70px;
        height: 70px;
    }


}
