@media (min-width: 320px) and (max-width: 750px) {
    .pc {
        display: none;
    }

    .m {
        display: block;
    }

    /* ---------------------------------底部--------------------------------------- */
    body .footer_mobile {
        position: relative;
        display: block;
        width: 100%;
        background-color: #1073b7;
    }

    body .footer .bottom .middle {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    body .footer_mobile .container {
        width: 100%;
    }

    body .c_footer {
        display: none;
    }

    body .footer .bottom .middle p {
        font-size: 0.3rem !important;
        line-height: 1.4 !important;
    }

    body .footer .bottom .middle * {
        font-size: 0.4rem;
        color: #bacee4;

    }

    body .footer .bottom .middle a {
        display: block;
        font-size: 0.3rem;
        line-height: 1.4;
        vertical-align: top;
    }

    body .footer .bottom .middle img {
        position: absolute;
        left: 2.4rem;
        top: 1.52rem;
        width: 0.3rem;
        height: 0.3rem;
        vertical-align: top !important;
        margin-right: 0.1rem;
    }

    body .footer .bottom .left {
        float: none;
        display: block;
        background: none;
        width: auto;
    }

    body .footer .bottom .left_l img {
        width: 6%;
        display: block;
        margin: 0 auto;
    }

    /* ------------------------------------- 底部 end -------------------------- */
    /* ---------------------------普通列表页-------------------------------- */
    /* 头部 */

    body .common_head {
        width: 100%;
        background: #fff url(../images/c_topback.png) -6rem bottom no-repeat;
        height: 6.1rem;
    }

    body .common_head img {
        width: 8rem;
        display: block;
        margin: 0 auto;
        padding-top: 1rem;
    }

    /* 头部 end */
    body .part {
        width: 100%;
        margin: 0 auto;
        clear: both;
    }

    body .g_dqwz_1 {
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        background: url(../images/w_1.png) no-repeat .2rem center;
        background-size: 0.5rem 0.5rem;
        padding-left: 1rem;
        margin: 0 auto;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .g_dqwz_1 a {
        font-size: .35rem;
    }

    body .g_wsjsgkbt {
        width: 100%;
        height: auto;
        line-height: 1.2rem;
        margin: 0 auto 10px;
        background: url(../images/w_2.png) no-repeat top;
        font-size: 0.6rem;
        box-sizing: border-box;
        padding-top: .3rem;
        padding-left: .3rem;
    }

    body .g_wsjsgk {
        width: 100%;
    }

    body .g_xwfbli li {
        position: relative;
        height: auto;
        line-height: 1rem;
        font-family: "微软雅黑";
        background: none;
        padding: 0 0.8rem;
        margin-bottom: .4rem;
    }

    body .g_xwfbli li::before {
        position: absolute;
        left: .35rem;
        top: 0.35rem;
        content: '';
        width: 0.1rem;
        height: 0.1rem;
        background-color: #666;
        border-radius: 50%;
    }

    body .g_xwfbli li a {
        font-size: .4rem;
        width: 90%;
        line-height: .8rem;
    }

    body .g_xwfbli span {
        display: inline-block;
        vertical-align: baseline;
        font-size: .35rem;
        padding-left: .3rem;
        color: #999;
        line-height: .8rem;
        width: 2.4rem;
    }

    /* ---------------------------普通列表页 end -------------------------------- */

}

@media (min-width: 750px) {
    .pc {
        display: block;
    }

    .m,
    .footer_mobile {
        display: none;
    }
}