
    @media screen and (max-width: 1000px) {
        .ly_poster_1 .item_container {grid-template-columns: repeat(2, calc((100% - 30px) / 2)) !important;}
    }
    .ly_header_1 .tool .tool_search.cur .default_search {display: none;}
    .ly_header_1 .tool .tool_search a {color: #ffffff;font-size: 16px;}

    .m_footer {display: flex;position: fixed;bottom: 0;width: 100%;background: #fff;justify-content: space-around;align-items: center;padding: 10px 0;box-shadow: 0 0 5px rgba(0, 0, 0, .2);}
    .m_footer .m_cate a {display: flex;flex-direction: column;align-items: center;}
    .m_footer .m_cate a img {width: 32px;}
    .m_footer .m_inq {border: 1px solid #c2c2c2;background: #fff;border-radius: 34px;line-height: 34px;padding-left: 10px;padding-right: 10px;}
    .m_footer .m_chat {border: 1px solid #f24330;background: #f2cb05;border-radius: 34px;line-height: 34px;padding-left: 10px;padding-right: 10px;}
    .m_footer .m_chat a {width: 100%;text-align: center;display: inline-block;height: 100%;color: #f24330;}
    .m_footer .m_inq, .m_footer .m_chat {height: 34px;min-width: 120px;text-align: center;}
