@media (min-width: 960px) {
    .banan_bg {
        background: url('../images/img (1).png') no-repeat;
        background-size: cover;
        height: 300px;
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banan_bg .title {
        font-size: 36px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        text-align: center;
    }
    .banan_bg .desc {
        text-align: center;
        font-size: 18px;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(51, 51, 51, 1);
        line-height: 25px;
    }
    .tab_header {
        width: 1200px;
        margin: 50px auto 0;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
    }
    .download-view {
        display: flex;
        width: 1200px;
        margin: 20px auto 0;
        padding: 30px 36px;
        box-sizing: border-box;
        align-items: center;
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
    }
    .download-view .info {
        flex: 1;
        margin: 0 77px 0 32px;
    }
    .download-view .info .title {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 22px;
    }
    .download-view .info .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 20px;
        margin-top: 10px;
    }
    .download-view .download_btn {
        width: 250px;
        height: 68px;
        background: rgba(0, 85, 215, 1);
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .download-view .download_btn .download_icon {
        margin-left: 20px;
    }
    .download-view .download_btn .qrcode_view {
        left: 40px;
        bottom: 68px;
    }
    .download-view .download_btn .qrcode_view .arr_icon {
        display: none;
    }
    .article {
        display: flex;
        width: 1200px;
        margin: 26px auto 50px;
    }
    .article .left_view li a {
        margin-bottom: 10px;
        width: 228px;
        height: 56px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .article .left_view li a:hover,
    .article .left_view li .active {
        background: rgba(0, 85, 215, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        color: #FFFFFF;
    }
    .article .right_view {
        flex: 1;
        margin-left: 30px;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
    }
    .article .right_view li {
        padding: 18px 0;
        border-bottom: 1px solid #CCCCCC;
    }
    .article .right_view li:last-child {
        border-bottom: 0 none;
    }
    .article .right_view li .article_header {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 17px;
    }
    .article .right_view li .article_header .title {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 22px;
    }
    .article .right_view li .article_header .title:hover {
        color: #0055D7;
        text-decoration: underline;
    }
    .article .right_view li .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 20px;
        margin-top: 6px;
    }
    .article .right_view .rmbp_page {
        margin: 36px 0 10px;
        display: flex;
        justify-content: center;
    }
    .article .right_view .rmbp_page a {
        padding: 5px 10px;
        background: rgba(249, 250, 252, 1);
        border-radius: 4px;
        border: 1px solid rgba(204, 204, 204, 1);
        margin: 0 5px;
    }
    .article .right_view .rmbp_page .active {
        background: #0055D7;
        border: 1px solid #0055D7;
        color: #fff;
    }
    .article .right_view .rmbp_page a:hover {
        background: #0055D7;
        border: 1px solid #0055D7;
        color: #fff;
    }
}

@media (max-width: 960px) {
    .tab_header,
    .rmbq_view,
    .jump_article span,
    .rmbp_page,
    .article_list {
        display: none;
    }
    .banan_bg {
        background: url('../images/mobile//img.png') no-repeat;
        background-size: cover;
        height: 3.00rem;
        margin-top: 0.80rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banan_bg .title {
        font-size: 0.46rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(51, 51, 51, 1);
        line-height: 0.65rem;
        text-align: center;
    }
    .banan_bg .desc {
        text-align: center;
        font-size: 0.22rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(51, 51, 51, 1);
        line-height: 0.30rem;
    }
    .tab_header {
        margin: 50px auto 0;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
    }
    .download-view {
        display: none;
        margin: 20px auto 0;
        padding: 30px 36px;
        box-sizing: border-box;
        align-items: center;
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
    }
    .download-view .info {
        flex: 1;
        margin: 0 77px 0 32px;
    }
    .download-view .info .title {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 22px;
    }
    .download-view .info .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 20px;
        margin-top: 10px;
    }
    .download-view .download_btn {
        width: 250px;
        height: 68px;
        background: rgba(0, 85, 215, 1);
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .download-view .qrcode_view {
        right: 0;
        left: 50px;
        bottom: 70px;
    }
    .download-view .qrcode_view .arr_icon {
        display: none;
    }
    .article {
        margin: 0.70rem 4%;
        min-height: 3rem;
    }
    .article .left_view {
        display: flex;
        justify-content: space-between;
        /* display: flex; */
        /* width: 1200px; */
        /* margin: 26px auto 50px; */
    }
    .article .left_view li a {
        margin-bottom: 0.28rem;
        width: 2.20rem;
        height: 0.80rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.40rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .article .left_view li .active {
        background: rgba(0, 85, 215, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        color: #FFFFFF;
    }
    .article .right_view {
        flex: 1;
        /* margin-left: 30px; */
        /* padding: 10px 20px; */
        background: rgba(255, 255, 255, 1);
        /* box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15); */
    }
    .article .right_view li {
        padding: 0.30rem 0 0.80rem;
        border-bottom: 1px solid #CCCCCC;
        position: relative;
    }
    .article .right_view li:last-child {
        border-bottom: 0 none;
    }
    .article .right_view li .article_header {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 17px;
    }
    .article .right_view li .article_header .title {
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.40rem;
    }
    .article .right_view li .article_header .title:hover {
        color: #0055D7;
        text-decoration: underline;
    }
    .article .right_view li .desc {
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 0.46rem;
        margin-top: 0.20rem;
    }
    .article .right_view .rmbp_page {
        margin: 36px 0 10px;
        display: none;
        justify-content: center;
    }
    .article .right_view .rmbp_page a {
        padding: 5px 10px;
        background: rgba(249, 250, 252, 1);
        border-radius: 4px;
        border: 1px solid rgba(204, 204, 204, 1);
        margin: 0 5px;
    }
    .article .right_view .rmbp_page .active {
        background: #0055D7;
        border: 1px solid #0055D7;
        color: #fff;
    }
    .article .right_view .rmbp_page a:hover {
        background: #0055D7;
        border: 1px solid #0055D7;
        color: #fff;
    }
    .article .right_view .time {
        position: absolute;
        bottom: 0.30rem;
        left: 0;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 0.33rem;
    }
}