@media (max-width: 1024px) {
    #header{
        display: none;
    }
    #footer{
        display: none;
    }
    #m_header{
        display: flex;
    }
    #m_footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
   #m_footer .m_footer-tips{
    margin-top: 0;
    }
    #header_load{
        height: 48px;
    }
}
@media (min-width: 1024px) {
    #header_load{
        height: 6.333vw;
    }
    #header{
        display: flex;
    }
    #footer{
        display: block;
    }
    #m_header {
        display: none;
    }
    #m_footer {
        display: none;
    }
}