* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    position: relative;
}

@media (min-width: 960px) {
    .wap_tip,
    .wap_swiper {
        display: none;
    }
    .one_view.banan {
        background: url('../images/banner.png') no-repeat top center;
        background-size: 100% 100%;
        height: 880px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 80px;
        box-sizing: border-box;
    }
    .one_view .title {
        font-size: 46px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 65px;
        margin-top: 257px;
    }
    .one_view .profile {
        font-size: 26px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 37px;
        margin-top: 50px;
    }
    .one_view .download-view {
        display: flex;
        margin-top: 263px;
    }
    .one_view .download-view .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .one_view .download-view .item .download_btn {
        width: 268px;
        height: 68px;
        margin: 0 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 22px;
        background: rgba(255, 255, 255, 1);
    }
    .lj_tip {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 17px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        text-decoration: underline;
        margin-top: 22px;
    }
    .one_view .download-view .download_btn .icon_download {
        width: 22px;
        height: 22px;
        background: url('../images/icon_download.png') no-repeat center;
        margin-left: 20px;
    }
    .one_view .download-view .download_btn .icon_qrcode {
        width: 22px;
        height: 22px;
        background: url('../images/icon_qrcode2.png') no-repeat center;
        margin-left: 20px;
    }
    .one_view .download-view .download_btn:hover {
        color: #0055D7;
    }
    .one_view .download-view .download_btn:hover .icon_download {
        background: url('../images/icon_download2.png') no-repeat center;
    }
    .one_view .download-view .download_btn:hover .icon_qrcode {
        background: url('../images/icon_qrcode.png') no-repeat center;
    }
    .pc_btn_list {
        display: flex;
        margin-top: 130px;
    }
    .pc_btn_list .download_btn {
        width: 268px;
        height: 68px;
        background: rgba(255, 255, 255, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 52px;
    }
    .pc_btn_list .download_btn .icon {
        background: url('../images/icon_download.png') no-repeat;
        width: 20px;
        margin-left: 20px;
        height: 20px;
    }
    .pc_btn_list .download_btn:hover .icon {
        background: url('../images/icon_download2.png') no-repeat;
        width: 20px;
        height: 20px;
    }
    .pc_btn_list .app_download_btn {
        width: 268px;
        height: 68px;
        background: rgba(255, 255, 255, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 52px;
    }
    .pc_btn_list .app_download_btn .icon {
        background: url('../images/icon_qrcode2.png') no-repeat;
        width: 20px;
        margin-left: 20px;
        height: 20px;
    }
    .pc_btn_list .download_btn:hover,
    .pc_btn_list .app_download_btn:hover {
        color: #0055D7;
    }
    .pc_btn_list .app_download_btn:hover .icon {
        background: url('../images/icon_qrcode.png') no-repeat;
        width: 20px;
        height: 20px;
    }
    .bx-controls {
        display: none;
    }
    .two_view {
        background: #333333;
        padding: 22px 0;
    }
    .jswz_view {
        display: flex;
        color: #fff;
        margin-left: 400px;
    }
    .jswz_view a {
        color: #fff;
        white-space: nowrap;
        text-decoration: underline;
    }
    .thr_view {
        padding: 78px 0 85px;
        background: rgba(249, 250, 252, 1);
    }
    .thr_view .content {
        display: flex;
    }
    .thr_view .content .left_view {
        flex: 1;
        border-right: 1px solid rgba(204, 204, 204, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thr_view .content .right_view {
        flex: 1;
    }
    .thr_view .pic img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 28px;
    }
    .thr_view .slide {
        display: flex;
        align-items: center;
    }
    .thr_view .slide .info {
        flex: 1;
        font-size: 12px;
        font-weight: 500;
        font-family: PingFangSC-Medium, PingFang SC;
    }
    .thr_view .slide .info .title {
        font-size: 22px;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
    }
    .thr_view .slide .info .tip {
        color: rgba(51, 51, 51, 1);
        /* line-height: 14px; */
    }
    .thr_view .slide .info .time {
        color: rgba(153, 153, 153, 1);
        line-height: 17px;
        margin-top: 10px;
    }
    .user-number {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 22px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
    }
    .thr_view .num_view {
        display: flex;
        font-size: 44px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 90px;
        text-align: center;
        margin: 10px 0;
    }
    .thr_view .num_view span {
        padding: 0 15px;
        height: 90px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 1px 1px 4px 0px rgba(0, 85, 215, 0.15);
        line-height: 90px;
        margin: 0 10px;
    }
    .user-number .description3 {
        font-size: 14px;
    }
    .four_view {
        padding: 97px 0 113px;
    }
    .four_view .title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
    }
    .four_view .content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .four_view .tab_view {
        display: flex;
        flex-direction: column;
    }
    .four_view .tab_header {
        display: flex;
        margin-top: 38px;
        justify-content: center;
    }
    .four_view .tab_header .item {
        width: 150px;
        text-align: center;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
        border-right: 1px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .four_view .tab_header .item span {
        height: 30px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .four_view .tab_header .item:last-child {
        border-right: 0 none;
    }
    .four_view .tab_header .item.active span,
    .four_view .tab_header .item span:hover {
        border-bottom: 4px solid #000000;
    }
    .four_view .tab_body {
        width: 920px;
    }
    .four_view .tab_body img {
        display: none;
        width: 100%;
        margin-top: 30px;
    }
    .four_view .tab_body .active {
        display: block;
    }
    .five_view {
        padding: 100px 0;
        background: #F9FAFC;
    }
    .five_view .title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
    }
    .five_view .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .five_view .list {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin-top: 50px;
    }
    .five_view .list li {
        display: flex;
        flex-direction: column;
        width: 285px;
        height: 382px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        align-items: center;
    }
    .five_view .list li .icon {
        width: 60px;
        height: 60px;
        margin-top: 40px;
    }
    .five_view .list li .list_header {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 25px;
        margin-top: 24px;
    }
    .five_view .list li .info_list {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 28px;
        text-align: center;
        margin-top: 17px;
    }
    .container {
        perspective: 1000;
        transform-style: preserve-3d;
        margin: 5px;
    }
    .container,
    .front,
    .back {
        width: 325px;
        height: 144px;
    }
    .flip {
        position: relative;
        transition: 0.6s;
        transform-style: preserve-3d;
        transform-origin: 100% 72px
    }
    .front,
    .back {
        position: absolute;
        top: 0px;
        left: 0px;
        /* backface-visibility: hidden; */
    }
    .front {
        z-index: 4;
    }
    .back {
        transform: rotateX(-180deg);
        z-index: 3;
    }
    .six_view .container:hover .flip {
        transform: rotateX(180deg);
    }
    .six_view .container:hover .front {
        display: none;
    }
    .six_view .title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
    }
    .six_view .container .icon {
        width: 45px;
        height: 45px;
        margin-right: 18px;
    }
    .six_view .container .front {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .six_view .container .back {
        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;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .six_view .container .back span {
        font-size: 12px;
        margin-left: 10px;
        transform: scale(0.8);
    }
    .six_view .container .back .android-qrcode,
    .six_view .container .back .ios-qrcode {
        padding: 10px 10px 6px;
        background: #fff;
    }
    .six_view .container .back .download_btn {
        width: 182px;
        height: 52px;
        border: 1px solid rgba(255, 255, 255, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
    }
    .six_view .container .back canvas {
        width: 100px !important;
        height: 100px !important;
    }
    .six_view {
        padding: 113px 0;
    }
    .six_view .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .six_view .tip_view {
        margin-top: 80px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 25px;
    }
    .six_view .front .info {
        height: 45px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        margin-top: 30px;
    }
    .six_view .front .tip {
        display: flex;
        align-items: center;
        margin-top: 30px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 17px;
    }
    .six_view .download_list {
        width: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }
    .six_view .front .tip img {
        margin-left: 4px;
    }
    .six_view .info_list {
        display: flex;
        align-items: center;
        margin-top: 60px;
    }
    .six_view .info_list li {
        display: flex;
        align-items: center;
        margin: 0 50px;
    }
    .six_view .info_list li img {
        margin-right: 10px;
    }
    .server_view {
        padding: 94px 0 80px;
        background: #F9FAFC;
    }
    .server_view .title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 54px;
    }
    .server_view .content {
        display: flex;
    }
    .server_view .content .left_view {
        flex: 1;
        border-right: 1px solid #CCCCCC;
    }
    .server_view .content .left_view h3 {
        margin-bottom: 44px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        text-align: center;
    }
    .server_view .content .left_view .info {
        margin: 0 70px;
    }
    .server_view .content .left_view .info .pic {
        width: 100%;
    }
    .server_view .content .left_view .tip {
        margin-top: 20px;
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 25px;
        display: block;
    }
    .server_view .content .left_view .tip:hover {
        color: #0055D7;
        text-decoration: underline;
    }
    .server_view .content .right_view {
        flex: 1;
    }
    .server_view .content .right_view h3 {
        margin-bottom: 44px;
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
    }
    .server_view .content .right_view ul {
        margin: 0 70px;
    }
    .server_view .content .right_view ul li img {
        width: 95px;
        height: 95px;
    }
    .server_view .right_view h4 {
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        margin-bottom: 30px;
    }
    .server_view .right_view img {
        width: 95px;
        height: 95px;
        object-fit: cover;
        /* border-radius: 7px; */
    }
    .server_view .right_view li {
        display: flex;
        margin-bottom: 20px;
        text-align: left;
    }
    .server_view .right_view li div {
        flex: 1;
        margin-left: 21px;
    }
    .server_view .right_view .text_title {
        display: block;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 22px;
        margin-bottom: 17px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 22px;
        overflow: hidden;
    }
    .server_view .right_view .text_title:hover {
        color: #0055D7;
        text-decoration: underline;
    }
    .server_view .right_view .ellipsis2 {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 20px;
    }
    .server_view .right_view .more {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 22px;
        text-decoration: underline;
    }
    .eight_view {
        padding: 113px 0 179px;
    }
    .eight_view .title {
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 64px;
    }
    .eight_view .content {
        display: flex;
    }
    .eight_view .info_title {
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 26px;
        margin-bottom: 10px;
    }
    .eight_view .desc {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 26px;
        width: 505px;
    }
    .eight_view .pic {
        width: 498px;
        margin-right: 80px;
    }
    .nice_view{
        background-color: #f7f7f7;
        padding: 50px 0 100px;
    }
    .nice_view .title{
        font-size: 36px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 64px;
    }
    .nice_view .content{
        display: flex;
        justify-content: center;
    }
    .nice_view .content img{
        width: 500px;
    }
    .nice_view .content img.se{
        margin-left: 30px;
    }
}

@media (max-width: 960px) {
    .nice_view{
        padding-bottom: 1rem;
    }
    .nice_view .title{
        font-size: 0.42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 0.59rem;
    }
    .nice_view .content{
        display: flex;
        margin: 0 4%;
        justify-content: space-between;
    }
    .nice_view .content img{
        width: 3.2rem;
    }
    .bx-controls,
    .four_view,
    .one_view .title .wap_none,
    .pc_btn_list,
    .one_view .profile {
        display: none;
    }
    .one_view {
        height: 4.00rem;
        margin-top: 0.80rem;
        background: url('../images/mobile/banner_bg (1).png');
        background-size: cover;
    }
    .one_view .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.80rem;
        text-align: center;
        padding-top: 0.32rem;
    }
    .one_view .wap_tip {
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.40rem;
        letter-spacing: 0.12rem;
        text-align: center;
    }
    .one_view .title span {
        display: block;
    }
    .two_view {
        height: 0.80rem;
        background: rgba(51, 51, 51, 1);
        padding: 0 0.50rem 0 0.20rem;
        box-sizing: border-box;
    }
    .two_view .jswz_view {
        display: flex;
        font-size: 0.24rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.80rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .two_view .bx-wrapper {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .two_view .bx-wrapper a {
        width: 100%;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        color: rgba(255, 255, 255, 1);
        text-decoration: underline;
    }
    .user-number {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.42rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        line-height: 0.59rem;
        padding: 0.80rem 0;
        background: #F9FAFC;
        width: 100%;
    }
    .num_view {
        margin-top: 0.30rem;
        font-size: 0.50rem;
        font-weight: bold;
    }
    .num_view span {
        height: 1.10rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 1px 1px 4px 0px rgba(0, 85, 215, 0.15);
        padding: 0.10rem 0.20rem;
    }
    .thr_view .description2 {
        margin-top: 0.30rem;
    }
    .thr_view .description3 {
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.37rem;
        margin-top: 0.10rem;
    }
    .thr_view .left_view {
        display: none;
    }
    .five_view {
        padding: 0.80rem 0;
        background: #F9FAFC;
    }
    .five_view .title {
        font-size: 0.36rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.50rem;
    }
    .five_view .content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        text-align: center;
    }
    .five_view .list {
        display: flex;
        margin-top: 0.50rem;
        flex-wrap: wrap;
    }
    .five_view .list li {
        display: flex;
        flex-direction: column;
        width: 44%;
        /* height: 382px; */
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 8px 0px rgba(0, 85, 215, 0.15);
        align-items: center;
        margin-left: 4%;
        margin-bottom: 4%;
        padding-bottom: 0.30rem;
    }
    .five_view .list li .icon {
        width: 0.60rem;
        height: 0.60rem;
        margin-top: 0.40rem;
    }
    .five_view .list li .list_header {
        font-size: 0.30rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 0.25rem;
        margin-top: 0.42rem;
    }
    .five_view .list li .info_list {
        font-size: 0.22rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 0.46rem;
        text-align: center;
        margin-top: 0.30rem;
    }
    .container {
        perspective: 1000;
        transform-style: preserve-3d;
        margin: 2% 0;
    }
    .container {
        width: 48%;
        height: 1.44rem;
    }
    .front,
    .back {
        width: 100%;
        height: 1.45rem;
    }
    .flip {
        position: relative;
        transition: 0.6s;
        transform-style: preserve-3d;
        transform-origin: 100% 0.725rem;
    }
    .front,
    .back {
        position: absolute;
        top: 0px;
        left: 0px;
        backface-visibility: hidden;
    }
    .front {
        z-index: 2;
    }
    .back {
        transform: rotateX(-180deg);
    }
    .six_view .isPC:hover .flip {
        transform: rotateX(180deg);
    }
    .six_view .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.59rem;
        text-align: center;
    }
    .six_view .container .icon {
        width: 0.45rem;
        height: 0.45rem;
        margin-right: 18px;
    }
    .six_view .container .front {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .six_view .container .back {
        padding: 0 0.10rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.44rem;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .six_view .container .back img {
        width: 1.00rem;
    }
    .six_view .container .back span {
        font-size: 0.15rem;
        margin-left: 0.05rem;
        /* transform: scale(0.8); */
    }
    .six_view .container .back .android-qrcode,
    .six_view .container .back .ios-qrcode {
        box-sizing: border-box;
        background: #fff;
        padding: 0.1rem;
        width: 1.3rem;
        height: 1.3rem;
    }
    .six_view .container .back canvas {
        width: 100% !important;
        height: 100% !important;
    }
    .six_view .container .back .download_btn {
        width: 1.82rem;
        height: 0.44rem;
        border: 1px solid rgba(255, 255, 255, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.16rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.44rem;
    }
    .six_view {
        padding: 0.80rem 4%;
    }
    .six_view .content {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .six_view .tip_view {
        margin-top: 0.27rem;
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.37rem;
        text-align: center;
    }
    .six_view .front .info {
        /* height: 45px; */
        display: flex;
        align-items: center;
        font-size: 0.28rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        /* line-height: 40rem; */
        /* margin-top: 30rem; */
    }
    .six_view .front .tip {
        display: flex;
        align-items: center;
        margin-top: 0.22rem;
        font-size: 0.22rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.30rem;
    }
    .six_view .download_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .six_view .front .tip img {
        margin-left: 0.08rem;
        width: 0.21rem;
    }
    .six_view .info_list {
        display: flex;
        align-items: center;
        margin-top: 0.30rem;
        justify-content: space-between;
    }
    .six_view .info_list li {
        display: flex;
        align-items: center;
        font-size: 0.24rem;
        line-height: 0.33rem;
    }
    .six_view .info_list li img {
        margin-right: 0.10rem;
        width: 0.20rem;
    }
    .server_view {
        padding: 0.80rem 0 0.80rem;
        background: #F9FAFC;
    }
    .server_view .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.6rem;
        text-align: center;
        margin-bottom: 0.55rem;
    }
    .server_view .content {
        /* display: flex; */
        margin: 0 4%;
    }
    .server_view .content .left_view {
        flex: 1;
        /* border-right: 1px solid #CCCCCC; */
        /* display: none; */
        margin-bottom: 1rem;
    }
    .server_view .content .left_view h3 {
        margin-bottom: 0.23rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 0.45rem;
        text-align: center;
    }
    .server_view .content .left_view .info {
        /* margin: 0 0.70rem; */
    }
    .server_view .content .left_view .info .pic {
        width: 100%;
        display: block;
    }
    .server_view .content .left_view .tip {
        margin-top: 0.26rem;
        font-size: 0.26rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 0.42rem;
        display: block;
    }
    .server_view .content .right_view {
        flex: 1;
    }
    .server_view .content .right_view h3 {
        margin-bottom: 0.50rem;
        text-align: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 0.45rem;
    }
    .server_view .content .right_view ul {
        /* margin: 0 70px; */
    }
    .server_view .content .right_view ul li img {
        width: 1.50rem;
        height: 1.50rem;
    }
    .server_view .right_view h4 {
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        margin-bottom: 30px;
    }
    .server_view .right_view img {
        width: 95px;
        height: 95px;
        object-fit: cover;
    }
    .server_view .right_view li {
        display: flex;
        margin-bottom: 20px;
        text-align: left;
    }
    .server_view .right_view li div {
        flex: 1;
        margin-left: 21px;
    }
    .server_view .right_view .text_title {
        display: block;
        font-size: 0.28rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333;
        line-height: 0.40rem;
        /* white-space: nowrap; */
        margin-bottom: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .server_view .right_view .ellipsis2 {
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 0.40rem;
    }
    .server_view .right_view .more {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 22px;
        text-decoration: underline;
    }
    .eight_view {
        padding: 0.80rem 0;
    }
    .eight_view .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 50px;
        text-align: center;
        margin-bottom: 0.59rem;
    }
    .eight_view .content {
        margin: 0 4%;
    }
    .eight_view .info_title {
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 0.52rem;
    }
    .eight_view .desc {
        font-size: 0.26rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 0.46rem;
    }
    .eight_view .pic {
        margin-bottom: 0.45rem;
        width: 100%;
    }
    .wap_swiper .swiper-wrapper {
        white-space: nowrap;
        font-size: 0;
    }
    .wap_swiper {
        padding: 0.80rem 0;
        margin: 0 4%;
        overflow: hidden;
    }
    .wap_swiper .title {
        font-size: 0.42rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.59rem;
        text-align: center;
        margin-bottom: 0.28rem;
    }
    .wap_swiper .swiper-slide {
        display: inline-block;
    }
    .swiper-pagination {
        justify-content: center;
        display: flex;
        margin-top: 0.30rem;
    }
    .wap_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.12rem;
        height: 0.12rem;
        border: 1px solid rgba(51, 51, 51, 1);
        border-radius: 50%;
        box-sizing: border-box;
        margin: 0 0.14rem;
    }
    .wap_swiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 0.12REM;
        height: 0.12REM;
        background: rgba(51, 51, 51, 1);
        border-radius: 0.06rem;
    }
    .wap_swiper .swiper-slide span {
        font-size: 0.28rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        line-height: 0.40rem;
        text-align: center;
        display: block;
        margin-bottom: 0.30rem;
    }
    .wap_swiper .swiper-slide img {
        width: 100%;
        display: block;
    }
}