@media screen and (max-width:768px) {
    .footer_key {
        padding: 4% 20px 3% !important;
    }
    .reply_wid {
        width: calc(100% - 40px);
    }
    .foot_help {
        width: 100% !important;
    }
    .foot_help_text {
        font-size: 22px !important;
    }
    .footer_bg {
        padding: 30px 20px !important;
    }
    .reply_width {
        width: 100%!important;
    }
    .reply_height {
        height: 100%!important;
    }
    .reply50 {
        width: 50%!important;
    }
    .reply_pd20 {
        padding: 0 20px!important;
    }
    .reply_mrr0 {
        margin-right: 0!important;
    }
    .reply_line {
        border-top: 1px solid #f5f6f8;
        display: none;
        width: 100%;
    }
    .reply_case {
        padding: 20px 20px;
        background-size: cover;
    }
    .reply_none {
        display: none;
    }
    .reply_mauto {
        margin: auto;
    }
    .reply_block {
        display: block!important;
    }
    .reply_column {
        display: flex;
        flex-direction: column;
    }
    .reply_magin_auto {
        margin: auto!important;
    }
    .reply_gap {
        margin-bottom: 30px!important;
        margin-top: 20px!important;
    }
    .reply_pd {
        padding-bottom: 20px!important;
        padding-top: 20px!important;
    }
    .reply_pdt20 {
        padding-top: 20px!important;
    }
    .reply_pdt30 {
        padding-top: 30px!important;
    }
    .reply_pdb30 {
        padding-bottom: 30px!important;
    }
    .reply_pdb20 {
        padding-bottom: 20px!important;
    }
    .reply_baseline {
        align-items: baseline;
    }
    .reply_mrt5 {
        margin-top: 5px!important;
    }
    .reply_mrb20 {
        margin-bottom: 20px!important;
    }
    .reply_mrt20 {
        margin-top: 20px!important;
    }
    .reply_mrb30 {
        margin-bottom: 30px!important;
    }
    .reply_mrt30 {
        margin-top: 30px!important;
    }
    .reply_mrt20 {
        margin-top: 20px!important;
    }
    .reply_mrt5 {
        margin-top: 5px!important;
    }
    .reply_mrt10 {
        margin-top: 10px!important;
    }
    .reply_mrb10 {
        margin-bottom: 10px!important;
    }
    .reply_mrb0 {
        margin-bottom: 0px!important;
    }
    .reply_mrt15 {
        margin-top: 15px!important;
    }
    .reply_mrt20 {
        margin-top: 20px!important;
    }
    .reply_mrl0 {
        margin-left: 0px!important;
    }
    .reply_fontsize26 {
        font-size: 26px;
    }
    .reply_fontsize20 {
        font-size: 20px;
    }
    .reply_fontsize24 {
        font-size: 24px;
    }
    .reply_fontsize14 {
        font-size: 14px;
    }
    .reply_fontsize16 {
        font-size: 16px!important;
    }
    .reply_line30 {
        line-height: 30px!important;
    }
    .reply_beside {
        text-align: justify!important;
    }
    .reply_h8 {
        height: 8px;
    }
    .reply_h240 {
        height: 36vh;
    }
    .reply_h400 {
        height: 400px;
    }
    .reply_h180 {
        height: 180px;
    }
    .reply_h130 {
        height: 120px;
    }
    .reply_h24 {
        height: 24vh;
    }
    .reply_over {
        background-size: 200% 100%;
    }
    .reply_fontsize20 {
        font-size: 20px;
    }
    .reply_fontsize16 {
        font-size: 16px;
    }
    .tab_top {
        margin: auto!important;
        font-size: 18px!important;
        line-height: 60px;
        cursor: pointer;
        transition: all .6s;
        width: 24%!important;
        font-weight: bold;
    }
    /* .location_now {
        margin: auto!important;
        font-size: 18px!important;
        line-height: 60px;
        cursor: pointer;
        transition: all .6s;
        font-weight: bold;
    } */
    .reply_img {
        width: 100%!important;
        height: auto!important;
    }
    .reply_foot_box {
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    .reply_read_bg {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .reply_read_img {
        width: 60px;
        height: auto;
    }
    /* 0814新闻 */
    .reply_width_auto {
        width: auto!important;
    }
    .reply_margin0 {
        margin: 0;
    }
    .news_box {
        background: #fff;
        border-radius: 4px;
        padding: 14px 20px;
    }
    .about_img {
        width: 100%;
        height: auto;
    }
    .c_icon {
        font-size: 50px!important;
    }
    .location_now {
        line-height: 40px!important;
    }
}

/* 响应式新增 */

.phone_box {
    width: 50%;
    padding: 0 20px;
    height: 50px;
    color: #e1e1e1;
    background: #0c1927;
}

.menu_list {
    width: 100%;
    background: #fff;
    border: none;
    padding: 15px 10px;
    border-top: 1px solid #f5f6f8;
    transition: all .2s;
}

.menu_list:active {
    width: 100%;
    background: #f4f4f4;
    border: none;
    padding: 15px 10px;
    border-top: 1px solid #f5f6f8;
    color: #666;
}

.menu_box {
    position: absolute;
    z-index: 40;
    top: 50px;
    height: calc(100vh - 50px);
    width: 100%;
    display: none;
}

.black_bg {
    background: #000;
    opacity: .6;
    position: absolute;
    z-index: 30;
    top: 50px;
    height: calc(100vh - 50px);
    width: 100%;
    display: none;
}

.noscroll {
    height: 100%;
    overflow: hidden;
}

.list_last {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.reply_head {
    height: 50px;
    background: #b3171e;
    padding: 0 20px;
    position: fixed;
    width: calc(100vw - 40px);
    z-index: 99;
}

.reply_head_box {
    width: 100%;
    height: 50px;
    display: none;
}

.reply_areas {
    width: calc(100% - 40px)!important;
}

.reply_news {
    width: calc(100% - 120px)!important;
}