* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    position: relative;
}

@media (min-width: 960px) {
    .banan_bg {
        background: url('../images/banner_bg.png') no-repeat;
        background-size: 100% 100%;
        height: 800px;
        box-sizing: border-box;
        padding-top: 80px;
        margin-top: 80px;
    }
    .banan_bg .info {
        width: 1000px;
        margin: 0 auto;
    }
    .banan_bg .info .title {
        font-size: 46px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 65px;
        margin-top: 177px;
    }
    .banan_bg .info ul {
        display: flex;
        margin-top: 56px;
    }
    .banan_bg .info ul li {
        display: Flex;
        align-items: center;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        margin-right: 44px;
    }
    .banan_bg .info ul li img {
        margin-right: 12px;
    }
    .banan_bg .info .download_btn {
        width: 300px;
        height: 70px;
        background: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 121px;
    }
    .banan_bg .info .download_btn .icon {
        background: url('../images/icon_qrcode2.png') no-repeat;
        margin-left: 22px;
        width: 20px;
        height: 20px;
    }
    .banan_bg .info .download_btn:hover {
        color: #0055D7;
    }
    .banan_bg .info .download_btn:hover .icon {
        background: url('../images/icon_qrcode.png') no-repeat;
    }
    .download_btn .icon {
        display: none;
    }
    .isPC .icon {
        display: block;
    }
    .banan_info {
        background: #333333;
        padding: 32px 0;
    }
    .banan_info .row {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        background: #333333;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 28px;
        justify-content: space-between;
        padding: 18px 0;
    }
    .banan_info .row .item {
        display: flex;
        align-items: center;
        width: 300px;
    }
    .row {
        display: flex;
    }
    .banan_info .row .item:nth-child(2) {
        flex: 1;
        justify-content: center;
    }
    .banan_info .row .item img {
        margin-right: 20px;
    }
    .zcyw_view .download_btn {
        margin-top: 50px;
        width: 300px;
        height: 70px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(51, 51, 51, 1);
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 22px;
    }
    .zcyw_view .download_btn .icon {
        background: url('../images/icon_download (2).png') no-repeat;
        margin-left: 20px;
        width: 20px;
        height: 20px;
    }
    .zcyw_view .download_btn:hover {
        color: #0055D7;
        border: 1px solid #0055D7;
    }
    .zcyw_view .download_btn:hover .icon {
        background: url('../images/icon_download3.png') no-repeat;
    }
    .thr_view {
        background: #F9FAFC;
        padding-top: 66px;
    }
    .thr_view .content {
        width: 1000px;
        display: flex;
    }
    .thr_view .content img {
        margin-right: 149px;
        margin-left: 146px;
    }
    .thr_view .content .info {
        width: 404px;
    }
    .thr_view .content .info .title {
        margin-top: 80px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
    }
    .thr_view .content .info .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 32px;
        margin-top: 30px;
    }
    .four_view {
        padding-top: 48px;
    }
    .four_view .content {
        width: 1000px;
        display: flex;
    }
    .four_view .content img {
        margin-right: 149px;
        margin-left: 146px;
    }
    .four_view .content .info {
        width: 404px;
        margin-left: 106px;
    }
    .four_view .content .info .title {
        margin-top: 106px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
    }
    .four_view .content .info .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 32px;
        margin-top: 17px;
    }
    .five_view {
        background: #F9FAFC;
        padding-top: 33px;
        margin-bottom: 100px;
    }
    .five_view .content {
        width: 1000px;
        display: flex;
    }
    .five_view .content img {
        margin-right: 126px;
        margin-left: 86px;
    }
    .five_view .content .info .title {
        margin-top: 112px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
        margin-bottom: 30px;
    }
    .five_view .content .info .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 32px;
    }
    .six_view {
        background: url('../images/img_bg.png') no-repeat;
        background-size: cover;
        padding: 72px 0;
        height: 533px;
        box-sizing: border-box;
    }
    .six_view .content {
        height: 390px;
        background: rgba(0, 0, 0, 0.2);
        padding: 47px 0;
        box-sizing: border-box;
    }
    .six_view .content .title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 15px;
    }
    .six_view .content .row {
        display: flex;
        justify-content: center;
        padding: 37px 0;
    }
    .six_view .content .row .item {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        width: 500px;
        padding-left: 100px;
    }
    .six_view .content .row .item .text {
        font-size: 18px;
    }
    .six_view .content .row .item .line {
        font-size: 18px;
        padding: 0 20px;
    }
    .six_view .content .row .item img {
        margin-right: 30px;
    }
    .pageserver .swiper-container {
        width: 1120px;
        padding: 5px 0 !important;
    }
    .pageserver {
        padding: 75px 0 100px;
    }
    .pageserver .swiper-container li {
        width: 400px;
        height: 400px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 77px 44px;
        box-sizing: border-box;
        cursor: pointer;
        box-shadow: 0 2px 8px 0 rgba(20, 21, 45, 0.28);
    }
    .pageserver .swiper-container .swiper-slide-active {
        border-radius: 10px;
    }
    .pageserver .evaluate-user {
        text-align: center;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 30px;
    }
    .pageserver .evaluate-user img {
        width: 80px;
        height: 80px;
    }
    .pageserver .evaluate-user .name {
        font-size: 16px;
        color: #000000;
        line-height: 16px;
        margin-top: 20px;
    }
    .pageserver .evaluate-content {
        margin-top: 27px;
        font-size: 16px;
        color: #666666;
        letter-spacing: 0;
        line-height: 24px;
    }
    .pageserver .page_title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        margin-bottom: 44px;
        text-align: center;
    }
    .pageserver .swiper-button-prev,
    .pageserver .swiper-button-next {
        display: none;
    }
}

@media (max-width: 960px) {
    .banan_bg {
        background: url('../images/mobile/banner_bg (5).png') no-repeat;
        background-size: cover;
        height: 4.00rem;
        box-sizing: border-box;
        padding: 0.76rem 4% 0;
        margin-top: 0.80rem;
    }
    .banan_bg .info {
        /* width: 1000px; */
        margin: 0 auto;
    }
    .banan_bg .info .title {
        font-size: 0.46rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.60rem;
        /* margin-top: 177px; */
    }
    .banan_bg .info ul {
        display: flex;
        margin-top: 0.26rem;
    }
    .banan_bg .info ul li {
        display: Flex;
        align-items: center;
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        margin-right: 0.32rem;
        white-space: nowrap;
    }
    .banan_bg .info ul li img {
        margin-right: 0.08rem;
        width: 0.24rem;
    }
    .banan_bg .info .download_btn {
        width: 3.00rem;
        height: 0.70rem;
        background: rgba(255, 255, 255, 1);
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        /* line-height: 22px; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.55rem;
    }
    .banan_bg .info .download_btn .icon {
        background: url('../images/icon_download (2).png') no-repeat;
        background-size: contain;
        margin-left: 0.22rem;
        width: 0.30rem;
        height: 0.30rem;
    }
    .banan_info {
        background: #333333;
        padding: 0.30rem 2% 0;
        box-sizing: border-box;
    }
    .banan_info .row {
        /* width: 1000px; */
        margin: 0 auto;
        display: flex;
        /* flex-wrap: wrap; */
        background: #333333;
        font-size: 0.20rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 28px;
        justify-content: space-between;
        padding-bottom: 0.30rem;
    }
    .banan_info .row .item {
        display: flex;
        align-items: center;
        width: 33%;
    }
    .banan_info .row .item span {
        white-space: nowrap;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .row {
        display: flex;
    }
    .banan_info .row .item:nth-child(2) {
        flex: 1;
        justify-content: center;
    }
    .banan_info .row .item img {
        margin-right: 0.20rem;
        height: 0.30rem;
    }
    .zcyw_view .download_btn {
        width: 3.00rem;
        height: 0.80rem;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(51, 51, 51, 1);
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }
    .zcyw_view .download_btn img {
        margin-left: 0.10rem;
        width: 0.24rem;
    }
    .zcyw_view .download_btn .qrcode_view .arr_icon {
        width: 0.70rem;
    }
    .thr_view {
        background: #F9FAFC;
        padding-top: 0.99rem;
    }
    .thr_view .content {
        /* width: 1000px; */
        display: flex;
        align-items: flex-start;
    }
    .thr_view .content img {
        margin-right: .85rem;
        width: 2.58rem;
        margin-left: .52rem;
    }
    .thr_view .content .info {
        width: 404px;
    }
    .thr_view .content .info .title {
        margin-top: .20rem;
        font-size: .32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: .45rem;
    }
    .thr_view .content .info .desc {
        font-size: .26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: .46rem;
        margin-top: .37rem;
    }
    .four_view {
        padding-top: 48px;
    }
    .four_view .content {
        /* width: 1000px; */
        display: flex;
        padding: 0 4%;
        box-sizing: border-box;
        align-items: flex-start;
        justify-content: space-between;
    }
    .four_view .content img {
        width: 2.58rem;
        margin-left: .80rem;
    }
    .four_view .content .info {
        flex: 1;
    }
    .four_view .content .info .title {
        margin-top: .10rem;
        font-size: .32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: .59rem;
    }
    .four_view .content .info .desc {
        font-size: .26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: .46rem;
    }
    .five_view {
        background: #F9FAFC;
        margin-bottom: .80rem;
        padding: .30rem 4% 0 0;
    }
    .five_view .content {
        /* width: 1000px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .five_view .content img {
        /* margin-right: 126px; */
        /* margin-left: 86px; */
        width: 3.10rem;
        margin-right: .40rem;
    }
    .five_view .content .info .title {
        font-size: .32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: .45rem;
        margin-bottom: .26rem;
        margin-top: .30rem;
    }
    .five_view .content .info .desc {
        font-size: .24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: .46rem;
    }
    .six_view {
        background: url('../images//mobile/img_bg (1).png') no-repeat;
        background-size: cover;
        padding: .72rem 4% .65rem;
        /* height: 541rem; */
        box-sizing: border-box;
    }
    .six_view .content {
        background: rgba(0, 0, 0, 0.2);
        padding: .30rem 0;
        box-sizing: border-box;
    }
    .six_view .content .title {
        font-size: .42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: .50rem;
        text-align: center;
        margin-bottom: .30rem;
    }
    .six_view .content .row {
        display: flex;
        justify-content: center;
        padding: .25rem 0;
    }
    .six_view .content .row .item {
        display: flex;
        box-sizing: border-box;
        align-items: flex-start;
        font-size: .22rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: .28rem;
        width: 500px;
        padding-left: 1.00rem;
        position: relative;
        flex-direction: column;
    }
    .six_view .content .row .item .text {
        font-size: 0.28rem;
        margin-bottom: 0.08rem;
        line-height: .40rem;
    }
    .six_view .content .row .item .line {
        font-size: 18px;
        padding: 0 20px;
        display: none;
    }
    .six_view .content .row .item img {
        margin-right: 30px;
        width: .40rem;
        position: absolute;
        left: .30rem;
        top: .10rem;
    }
    .zcyw_view {
        padding: .95rem 0 .95rem 0;
        background: #fff;
    }
    .zcyw_view .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: .61rem;
        text-align: center;
        margin-bottom: .44rem;
    }
    .zcyw_view .list {
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zcyw_view .list li {
        width: 46%;
        background: rgba(255, 255, 255, 1);
        /* box-shadow: 1px 1px 8px 0px rgba(0, 74, 207, 0.2); */
        /* margin: 0 15rem 30rem; */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: .30rem 0;
        box-sizing: border-box;
    }
    .zcyw_view .list li a {
        background: rgba(255, 255, 255, 1);
        /* box-shadow: 1px 1px 8px 0px rgba(0, 74, 207, 0.2); */
        /* margin: 0 15rem 30rem; */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: .30rem 0;
        box-sizing: border-box;
    }
    .zcyw_view .list li img {
        width: .52rem;
        height: .52rem;
        margin-top: .06rem;
    }
    .zcyw_view .list li h3 {
        text-align: center;
        font-size: .28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: .40rem;
        margin: .24rem 0 .20rem 0;
    }
    .zcyw_view .list li p {
        font-size: .24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: .52rem;
        text-align: center;
    }
    .pageserver {
        padding: .68rem 0 .80rem
    }
    .pageserver .swiper-container {
        padding: .05rem 0;
    }
    .pageserver .swiper-container li {
        width: 4.00rem;
        padding: .38rem .20rem .40rem;
        background: #FFFFFF;
        border-radius: 10px;
        box-sizing: border-box;
        cursor: pointer;
        box-shadow: 0 2px 8px 0 rgba(20, 21, 45, 0.28);
    }
    .pageserver .swiper-container .swiper-slide-active {
        border-radius: 10px;
    }
    .pageserver .evaluate-user {
        text-align: center;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: .20rem;
    }
    .pageserver .evaluate-user img {
        width: .92rem;
        height: .92rem;
    }
    .pageserver .evaluate-user .name {
        font-size: .28rem;
        color: #000000;
        line-height: .40rem;
        margin-top: .20rem;
    }
    .pageserver .evaluate-content {
        margin-top: .10rem;
        font-size: .24rem;
        color: #666666;
        letter-spacing: 0;
        line-height: .50rem;
    }
    .pageserver .page_title {
        font-size: .42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        margin-bottom: .42rem;
        text-align: center;
    }
    .pageserver .swiper-button-prev,
    .pageserver .swiper-button-next {
        display: none;
    }
}