@media screen and (min-width: 751px) {
    .o_sh {
        display: none !important;
    }

    .banner > div {
        width: 100%;
        position: absolute;
        top: 3.08rem !important;
        left: 0;
        color: #fff;
        text-align: center;
    }

    .banner > div p:nth-child(1) {
        margin-bottom: 0.2rem;
    }


    .title-box {
        padding: 0.5rem 0;
        text-align: center;
    }

    .title-box .title {
        font-size: 0.23rem;
        color: #0068b7;
        font-weight: 600;
    }

    .title-box img.title_downa {
        margin: 0.2rem auto 0;
    }


    .film {
        width: 14rem;
        margin: 0 auto;
    }


    .film .tab-content {
        margin-bottom: 1rem;
    }

    .film .tab-content .text {
        font-size: 0.2rem;
        line-height: 2;
        /*text-align: center;*/
        text-align: justify;
        text-align-last: center;
        margin-bottom: 0.1rem;
    }

    .film .tab-content .box {
        padding: 0.5rem 0;
        border-bottom: 1px solid #bcbcbc;
    }

    .film .tab-content .box:last-child {
        border-bottom: none;
    }

    .film .contain .title {
        color: #0068b7;
        font-size: 30px;
        margin: 0.2rem 0 0.3rem;
        font-weight: bold;
    }

    .data_sj p {
        font-size: 0.15rem;
        line-height: 2;
        color: #6a6a6a;
    }

}

@media screen and (max-width: 750px) {
    .o_hid {
        display: none !important;
    }

    .banner > div {
        width: 100%;
        position: absolute;
        top: 1.8rem !important;
        left: 0;
        color: #fff;
        text-align: center;
    }

    .banner > div p:nth-child(1) {
        margin-bottom: 0.25rem;
        font-size: 0.45rem !important;
    }

    .banner > div p:nth-child(2) {
        font-size: 0.28rem !important;
        padding: 0 1.2rem;
        line-height: 1.6;
        box-sizing: border-box;
    }

    .title-box {
        padding: 0.4rem 0 0.3rem 0;
        text-align: center;
    }

    .title-box .title {
        font-size: 0.35rem;
        color: #0068b7;
        /*    font-weight: 600;*/
    }

    .title-box img.title_downa {
        margin: 0.2rem auto 0;
    }


    .film {
        width: 100%;
    }

    .title_downa {
        width: 0.55rem !important;
        height: 0.05rem !important;
        display: block;
        margin: 0 auto;
    }

    .film .tab-content {
        margin-bottom: 0.2rem;
    }

    .film .tab-content .text {
        font-size: 0.2rem;
        line-height: 2;
        text-align: center;
        /* text-align: justify;
         text-align-last: center;*/
        margin-bottom: 0.1rem;
    }

    .film .tab-content .box {
        padding: 0.4rem 0;
        border-bottom: 1px solid #bcbcbc;
    }

    .film .tab-content .box:last-child {
        border-bottom: none;
    }

    .film .contain .title {
        color: #0068b7;
        font-size: 0.3rem;
        margin: 0.2rem 0 0.3rem;
        font-weight: bold;
    }

    .contain {
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .data_sj p {
        font-size: 0.22rem;
        line-height: 1.6;
        color: #6a6a6a;
    }


    .text p {
        padding: 0 0.3rem !important;
        font-size: 0.22rem !important;
    }


}