* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-tap-highlight-color: transparent;
    /* For some Androids */

}

@font-face {
    font-family: 'AlibabaPuHuiTiB';
    src: url('../font/Alibaba-PuHuiTi-Bold.woff2') format('woff2'),
        url('../font/Alibaba-PuHuiTi-Bold.woff') format('woff'),
        url('../font/Alibaba-PuHuiTi-Bold.ttf') format('truetype'),
        url('../font/Alibaba-PuHuiTi-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 13.33vw;
}

body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 100%;
    display: flex;
}

#app {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

#mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
    background: url(../img/tipBrowserOpen.png) no-repeat rgba(0, 0, 0, 0.5);
    background-size: 65.86vw 38.4vw;
    background-position: 29.33vw 0;
}

.modal--open {
    height: 100vh;
    overflow: hidden;
}

#privacy-policy {
    color: rgb(0, 98, 255);
    cursor: pointer;
}

#authority {
    color: rgb(0, 98, 255);
    cursor: pointer;
}

#wzxycns {
    color: rgb(0, 98, 255);
    cursor: pointer;
}

.pop-box {
    display: none;
    color: #888;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2001;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.pop-box .pop {
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    width: 80%;
    height: auto;
    font-size: 16px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.pop-box .pop-title {
    padding: 0 15px;
    height: 45px;
    background-color: #f3f3f3;
    line-height: 45px;
}

.pop-box .tip-content {
    padding: 15px;
    background-color: #fff;
    max-height: 300px;
    font-size: 16px;
    line-height: 24px;
    overflow-y: auto;
}

.pop-box .tip-content .tip-title {
    font-weight: bold;
    margin: 10px 0;
}

.pop-box .suretip {
    text-align: center;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100px;
    background-color: #409eff;
    border-color: #409eff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* 电脑端样式 */
@media (min-width: 768px) {
    #app .header {
        width: 100vw;
        height: 3.37rem;
        background: url(../img/headerBgPC.jpg) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    #app .header .header_box {
        display: flex;
        width: 4.80rem;
        height: 100%;
        /* margin-left: 0.93rem; */
        margin-left: 0.992rem;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }

    #app .header .header_btn_group {
        width: 2.26rem;
        height: 1.25rem;
        margin-top: 2.12rem;
    }

    #app .header .header_title #downloadMOB {
        display: none;
    }

    #app #downLoadPC {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        align-items: center;
    }

    #app #downLoadPC .QRCode {
        width: 0.9rem;
        height: 0.9rem;
        padding-right: 0.07rem;
    }

    #app #downLoadPC .store {
        display: flex;
        height: 0.8rem;
        flex-direction: column;
        justify-content: space-between;
    }

    #app #downLoadPC .store .mobile {
        width: 1.29rem;
        height: 0.32rem;
        flex-shrink: 0;
    }

    #app #downLoadPC .store .ios {
        cursor: pointer;
        background: url(../img/iosDownload.png) no-repeat;
        background-size: 100% 100%;
    }

    #app #downLoadPC .store .android {
        cursor: pointer;
        background: url(../img/androidDownload.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .header .header_phone_box {
        width: 1.88rem;
        height: 2.84rem;
        position: relative;
    }

    #app .header .header_phone_box .header_phone {
        width: 1.63rem;
        height: 100%;
        margin: 0 auto;
        background: url(../picReplacement/headerPhonePC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .header .header_phone_box .loupe {
        width: 1.88rem;
        height: 1.04rem;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 1.17rem;
        background: url(../img/loupeContentPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content {
        width: 100%;
        height: 13.71rem;
        overflow: hidden;
        background: url(../img/contentBgPC.jpg) no-repeat;
        background-size: 100% 13.74rem;
        background-color: #FFEAF3;
        position: relative;
    }

    #app .content .content-item-one {
        width: 4.26rem;
        height: 3.71rem;
        margin: 0 auto;
        padding-top: 0.56rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

    #app .content .content-item-one .content-one-left {
        width: 1.51rem;
        height: 3.15rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-one .content-one-left .pic-box {
        position: relative;
        margin-top: 0.05rem;
        width: 1.41rem;
        /* height: 3.05rem; */
        height: 2.74rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-one .content-one-left .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-one .content-one-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.05rem;
        width: 1.41rem;
        height: 0.8rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-one .content-one-right {
        width: 1.57rem;
        margin-right: 0.97rem;
        margin-top: 0.18rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-one .content-one-right .content-one-title {
        width: 1.57rem;
        height: 0.53rem;
        background: url(../img/contentTitlePCR.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-one .content-one-right .content-one-title-text {
        font-family: "AlibabaPuHuiTiB";
        width: 1.2rem;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        margin-left: 0.17rem;
        font-size: 0.24rem;
        /* font-weight: 600; */
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-one .content-one-right .content-one-desc {
        margin-left: 0.17rem;
        font-size: 0.15rem;
        color: #000000;
        position: relative;
        top: -0.03rem;
    }

    #app .content .content-item-one .content-one-right .content-one-arrow {
        margin-left: 0.17rem;
        width: 0.44rem;
        height: 0.37rem;
        box-sizing: border-box;
        padding-top: 0.13rem;
        margin-top: -0.03rem;
        background: url(../img/contentArrowPC.png) no-repeat;
        background-size: 100% 0.24rem;
        background-position: bottom;
    }

    .content-item-two {
        width: 4.26rem;
        height: 3.15rem;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(255, 255, 255, 0.3); */
        position: relative;
        top: -1.58rem;
    }

    #app .content .content-item-two .content-two-left {
        margin-left: 0.92rem;
        width: 1.57rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-two .content-two-left .content-two-arrow {
        width: 0.44rem;
        height: 0.24rem;
        box-sizing: border-box;
        background: url(../img/contentArrowPCL.png) no-repeat;
        background-size: 100% 100%;
        margin-left: 1.01rem;
        margin-top: 1.65rem;
    }

    #app .content .content-item-two .content-two-left .content-two-title {
        margin-top: 0.03rem;
        width: 1.57rem;
        height: 0.53rem;
        background: url(../img/contentTitlePCL.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-two .content-two-left .content-two-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 1.25rem; */
        width: 0.96rem;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        /* margin-left: 0.2rem; */
        margin-left: 0.49rem;
        font-size: 0.24rem;
        /* font-weight: 600; */
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-two .content-two-left .content-two-desc {
        /* margin-left: 0.4rem; */
        margin-left: 0.55rem;
        font-size: 0.15rem;
        color: #000000;
        position: relative;
        top: -0.03rem;
    }

    #app .content .content-item-two .content-two-right {
        width: 1.51rem;
        height: 3.15rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-two .content-two-right .pic-box {
        position: relative;
        margin-top: 0.05rem;
        width: 1.41rem;
        /* height: 3.05rem; */
        height: 2.74rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-two .content-two-right .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-two .content-two-right::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.05rem;
        width: 1.41rem;
        height: 0.8rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-three {
        width: 4.26rem;
        height: 3.34rem;
        margin: -1.58rem auto 0;
        padding-top: 0.19rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(0, 0, 0, 0.3); */

    }

    #app .content .content-item-three .content-three-left {
        width: 1.51rem;
        height: 3.15rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-three .content-three-left .pic-box {
        position: relative;
        margin-top: 0.05rem;
        width: 1.41rem;
        /* height: 3.05rem; */
        height: 2.74rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-three .content-three-left .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-three .content-three-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.05rem;
        width: 1.41rem;
        height: 0.8rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-three .content-three-right {
        width: 1.57rem;
        margin-right: 0.97rem;
        margin-top: 0.18rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-three .content-three-right .content-three-title {
        width: 1.57rem;
        height: 0.53rem;
        background: url(../img/contentTitlePCR.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-three .content-three-right .content-three-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 1rem; */
        width: 0.72rem;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        margin-left: 0.17rem;
        font-size: 0.24rem;
        /* font-weight: 600; */
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-three .content-three-right .content-three-desc {
        margin-left: 0.17rem;
        font-size: 0.15rem;
        color: #000000;
        position: relative;
        top: -0.03rem;
    }

    #app .content .content-item-three .content-three-right .content-three-arrow {
        margin-left: 0.17rem;
        width: 0.44rem;
        height: 0.37rem;
        box-sizing: border-box;
        padding-top: 0.13rem;
        margin-top: -0.03rem;
        background: url(../img/contentArrowPC.png) no-repeat;
        background-position: bottom;
        background-size: 100% 0.24rem;
    }


    .content-item-four {
        width: 4.26rem;
        height: 3.15rem;
        margin: -1.58rem auto 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(255, 255, 255, 0.3); */
        /* position: relative;
        top: -1.58rem; */
    }

    #app .content .content-item-four .content-four-left {
        margin-left: 0.92rem;
        width: 1.57rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-four .content-four-left .content-four-arrow {
        width: 0.44rem;
        height: 0.24rem;
        box-sizing: border-box;
        background: url(../img/contentArrowPCL.png) no-repeat;
        background-size: 100% 100%;
        margin-left: 1.01rem;
        margin-top: 1.65rem;
    }

    #app .content .content-item-four .content-four-left .content-four-title {
        margin-top: 0.03rem;
        width: 1.57rem;
        height: 0.53rem;
        background: url(../img/contentTitlePCL.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-four .content-four-left .content-four-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 1.25rem; */
        width: 0.88rem;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        margin-left: 0.57rem;
        font-size: 0.24rem;
        /* font-weight: 600; */
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-four .content-four-left .content-four-desc {
        /* margin-left: 0.69rem; */
        margin-left: 0.72rem;
        font-size: 0.15rem;
        color: #000000;
        position: relative;
        top: -0.03rem;
    }

    #app .content .content-item-four .content-four-right {
        width: 1.51rem;
        height: 3.15rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-four .content-four-right .pic-box {
        position: relative;
        margin-top: 0.05rem;
        width: 1.41rem;
        /* height: 3.05rem; */
        height: 2.74rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-four .content-four-right .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-four .content-four-right::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.05rem;
        width: 1.41rem;
        height: 0.8rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-five {
        width: 4.26rem;
        height: 3.34rem;
        /* margin: -1.58rem auto 0; */
        margin-left: 1.52rem;
        padding-top: 0.19rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(0, 0, 0, 0.3); */
        position: relative;
        z-index: 9;

    }

    #app .content .content-item-five .content-five-left {
        width: 1.51rem;
        height: 3.15rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-five .content-five-left .pic-box {
        position: relative;
        margin-top: 0.05rem;
        width: 1.41rem;
        /* height: 3.05rem; */
        height: 2.74rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-five .content-five-left .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-five .content-five-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.05rem;
        width: 1.41rem;
        height: 0.8rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-five .content-five-right {
        width: 1.57rem;
        margin-right: 0.97rem;
        margin-top: 0.18rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-five .content-five-right .content-five-title {
        width: 1.57rem;
        height: 0.53rem;
        background: url(../img/contentTitlePCR.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-five .content-five-right .content-five-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 0.96rem; */
        width: 0.52rem;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        margin-left: 0.17rem;
        font-size: 0.24rem;
        /* font-weight: 600; */
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-five .content-five-right .content-five-desc {
        margin-left: 0.17rem;
        font-size: 0.15rem;
        color: #000000;
        position: relative;
        top: -0.03rem;
    }

    #app .content .content-item-five .content-five-right .content-five-arrow {
        margin-left: 0.17rem;
        width: 0.44rem;
        height: 0.37rem;
        box-sizing: border-box;
        padding-top: 0.13rem;
        margin-top: -0.03rem;
        background: url(../img/contentArrowPC.png) no-repeat;
        background-position: bottom;
        background-size: 100% 0.24rem;
    }

    #app .content .content-bg-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2.71rem;
        z-index: 8;
        overflow: hidden;
    }

    #app .content .content-bg-box .pic {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .qualification {
        width: 100%;
        text-align: center;
        background: #DEDEDE;
        font-size: 0.08rem;
        color: #818181;
        padding-top: 0.15rem;
        padding-bottom: 0.2rem;
    }

    .qualification .p {
        height: 0.2rem;
        line-height: 0.2rem;
    }

    .qualification .ba-icon {
        height: 0.2rem;
        line-height: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: rgb(0, 98, 255);
    }

    .qualification .ba-icon img {
        width: 0.1rem;
        height: 0.1rem;
        object-fit: contain;
    }

    .qualification .openPage {
        cursor: pointer;
        color: rgb(0, 98, 255);
    }

}

@media (max-width:767px) {
    #app .header {
        width: 100vw;
        height: 14.53rem;
        background: url(../img/headerBgMOB.jpg) no-repeat;
        background-size: 100% 100%;
    }

    #app .header .header_box {
        display: flex;
        margin: 0 auto;
        width: 5.4rem;
        height: 100%;
        flex-direction: column;
    }

    #app .header .header_btn_group {
        width: 2.96rem;
        height: 0.91rem;
        margin-top: 4.39rem;
        margin-left: 1.77rem;
    }

    #app .header .header_btn_group #downLoadMOB {
        display: flex;
    }

    #app .header .header_btn_group #downLoadPC {
        display: none;
    }

    #app .header .header_phone_box {
        margin-top: 0.84rem;
        width: 5.4rem;
        height: 8.39rem;
        position: relative;
    }

    #app .header .header_phone_box .header_phone {
        width: 4.72rem;
        height: 100%;
        margin: 0 auto;
        background: url(../picReplacement/headerPhoneMOB.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .header .header_phone_box .loupe {
        width: 5.4rem;
        height: 2.98rem;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 3.4rem;
        background: url(../img/loupeContentMOB.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .header .header_btn_group .download_btn_bg {
        cursor: pointer;
        width: 2.96rem;
        height: 0.91rem;
        background: url(../img/downloadBtnBg.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content {
        width: 100%;
        height: 25.70rem;
        background: url(../img/contentBgMOB.jpg) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    #app .content .content-item-one {
        width: 6.5rem;
        height: 6.97rem;
        margin: 0 auto;
        padding-top: 0.71rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

    #app .content .content-item-one .content-one-left {
        width: 3rem;
        height: 6.26rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderMOB.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-one .content-one-left .pic-box {
        position: relative;
        margin-top: 0.1rem;
        width: 2.8rem;
        /* height: 6.06rem; */
        height: 5.45rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-one .content-one-left .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-one .content-one-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.1rem;
        width: 2.8rem;
        height: 1.6rem;

        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-one .content-one-right {
        width: 3.18rem;
        margin-right: 0.18rem;
        margin-top: 0.54rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-one .content-one-right .content-one-title {
        width: 3.18rem;
        height: 1.07rem;
        background: url(../img/contentTitleMOBR.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-one .content-one-right .content-one-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 2.46rem; */
        width: 2.46rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.21rem;
        margin-left: 0.32rem;
        font-size: 0.5rem;
        font-weight: 400;
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-one .content-one-right .content-one-desc {
        margin-left: 0.32rem;
        font-size: 0.3rem;
        color: #000000;
        position: relative;
        top: -0.06rem;
    }

    #app .content .content-item-one .content-one-right .content-one-arrow {
        margin-left: 0.32rem;
        width: 0.90rem;
        height: 0.69rem;
        box-sizing: border-box;
        padding-top: 0.2rem;
        margin-top: -0.06rem;
        background: url(../img/contentArrowMOB.png) no-repeat;
        background-size: 100% 0.49rem;
        background-position: bottom;
    }

    .content-item-two {
        width: 6.5rem;
        height: 6.26rem;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(255, 255, 255, 0.3); */
        position: relative;
        top: -3.16rem;
    }

    #app .content .content-item-two .content-two-left {
        margin-left: 0.13rem;
        width: 3.18rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-two .content-two-left .content-two-arrow {
        width: 0.90rem;
        height: 0.49rem;
        box-sizing: border-box;
        background: url(../img/contentArrowMOBL.png) no-repeat;
        background-size: 100% 100%;
        margin-left: 1.97rem;
        margin-top: 3.2rem;
    }

    #app .content .content-item-two .content-two-left .content-two-title {
        width: 3.18rem;
        height: 1.07rem;
        background: url(../img/contentTitleMOBL.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-two .content-two-left .content-two-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 2.56rem; */
        width: 1.97rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.21rem;
        /* margin-left: 0.31rem; */
        margin-left: 0.9rem;
        font-size: 0.5rem;
        font-weight: 400;
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-two .content-two-left .content-two-desc {
        /* margin-left: 0.77rem; */
        margin-left: 1.07rem;
        font-size: 0.30rem;
        color: #000000;
        position: relative;
        top: -0.06rem;
    }

    #app .content .content-item-two .content-two-right {
        width: 3rem;
        height: 6.26rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-two .content-two-right .pic-box {
        position: relative;
        margin-top: 0.1rem;
        width: 2.8rem;
        /* height: 6.06rem; */
        height: 5.45rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-two .content-two-right .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-two .content-two-right::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.1rem;
        width: 2.8rem;
        height: 1.6rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-three {
        width: 6.5rem;
        height: 6.3rem;
        margin: 0 auto;
        padding-top: 0.04rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(0, 0, 0, 0.3); */
        margin-top: -3.16rem;
    }

    #app .content .content-item-three .content-three-left {
        width: 3rem;
        height: 6.26rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderMOB.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-three .content-three-left .pic-box {
        position: relative;
        margin-top: 0.1rem;
        width: 2.8rem;
        /* height: 6.06rem; */
        height: 5.45rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-three .content-three-left .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-three .content-three-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.1rem;
        width: 2.8rem;
        height: 1.6rem;

        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-three .content-three-right {
        width: 3.18rem;
        margin-right: 0.14rem;
        margin-top: 0.54rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-three .content-three-right .content-three-title {
        width: 3.18rem;
        height: 1.07rem;
        background: url(../img/contentTitleMOBR.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-three .content-three-right .content-three-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 1.97rem; */
        width: 1.48rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.21rem;
        margin-left: 0.32rem;
        font-size: 0.5rem;
        font-weight: 400;
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-three .content-three-right .content-three-desc {
        margin-left: 0.32rem;
        font-size: 0.3rem;
        color: #000000;
        position: relative;
        top: -0.06rem;
    }

    #app .content .content-item-three .content-three-right .content-three-arrow {
        margin-left: 0.32rem;
        width: 0.90rem;
        height: 0.69rem;
        box-sizing: border-box;
        padding-top: 0.2rem;
        margin-top: -0.06rem;
        background: url(../img/contentArrowMOB.png) no-repeat;
        background-size: 100% 0.49rem;
        background-position: bottom;
    }

    .content-item-four {
        width: 6.5rem;
        height: 6.26rem;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(255, 255, 255, 0.3); */
        /* position: relative;
        top: -3.16rem; */
        margin-top: -3.16rem;
    }

    #app .content .content-item-four .content-four-left {
        margin-left: 0.13rem;
        width: 3.18rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-four .content-four-left .content-four-arrow {
        width: 0.90rem;
        height: 0.49rem;
        box-sizing: border-box;
        background: url(../img/contentArrowMOBL.png) no-repeat;
        background-size: 100% 100%;
        margin-left: 1.97rem;
        margin-top: 3.2rem;
    }

    #app .content .content-item-four .content-four-left .content-four-title {
        width: 3.18rem;
        height: 1.07rem;
        background: url(../img/contentTitleMOBL.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-four .content-four-left .content-four-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 2.56rem; */
        width: 1.8rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.21rem;
        margin-left: 1.06rem;
        font-size: 0.5rem;
        font-weight: 400;
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-four .content-four-left .content-four-desc {
        /* margin-left: 1.36rem; */
        margin-left: 1.39rem;
        font-size: 0.30rem;
        color: #000000;
        position: relative;
        top: -0.06rem;
    }

    #app .content .content-item-four .content-four-right {
        width: 3rem;
        height: 6.26rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderPC.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-four .content-four-right .pic-box {
        position: relative;
        margin-top: 0.1rem;
        width: 2.8rem;
        /* height: 6.06rem; */
        height: 5.45rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-four .content-four-right .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-four .content-four-right::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.1rem;
        width: 2.8rem;
        height: 1.6rem;
        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-five {
        width: 6.5rem;
        height: 6.26rem;
        margin-top: -0.04rem;
        margin-left: 0.5rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        /* background-color: rgba(0, 0, 0, 0.3); */
        position: relative;
        z-index: 10;
    }

    #app .content .content-item-five .content-five-left {
        width: 3rem;
        height: 6.26rem;
        position: relative;
        display: flex;
        justify-content: center;
        background: url(../img/contentBorderMOB.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-five .content-five-left .pic-box {
        position: relative;
        margin-top: 0.1rem;
        width: 2.8rem;
        /* height: 6.06rem; */
        height: 5.45rem;
        overflow: hidden;
        /* 隐藏超出容器的内容 */
    }

    #app .content .content-item-five .content-five-left .pic-box .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #app .content .content-item-five .content-five-left::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0.1rem;
        width: 2.8rem;
        height: 1.6rem;

        /* 渐变的高度 */
        background: linear-gradient(to top,
                rgba(255, 226, 234, 0) 0%,
                rgba(255, 226, 234, 0) 39%,
                rgba(255, 226, 234, 0.9) 45%,
                rgba(255, 255, 255, 0.2) 90%,
                rgba(255, 255, 255, 0) 100%);
    }

    #app .content .content-item-five .content-five-right {
        width: 3.18rem;
        margin-right: 0.14rem;
        margin-top: 0.54rem;
        display: flex;
        flex-direction: column;
    }

    #app .content .content-item-five .content-five-right .content-five-title {
        width: 3.18rem;
        height: 1.07rem;
        background: url(../img/contentTitleMOBR.png) no-repeat;
        background-size: 100% 100%;
    }

    #app .content .content-item-five .content-five-right .content-five-title-text {
        font-family: "AlibabaPuHuiTiB";
        /* width: 1.97rem; */
        width: 1.07rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-top: 0.21rem;
        margin-left: 0.32rem;
        font-size: 0.5rem;
        font-weight: 400;
        background: linear-gradient(to right,
                #ff0684 0%,
                #ff0684 50%,
                #8c3dbc 70%,
                #3b64e2 100%);
        /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
        -webkit-background-clip: text;
        /*将设置的背景颜色限制在文字中*/
        -webkit-text-fill-color: transparent;
        /*给文字设置成透明*/
    }

    #app .content .content-item-five .content-five-right .content-five-desc {
        margin-left: 0.32rem;
        font-size: 0.3rem;
        color: #000000;
        position: relative;
        top: -0.06rem;
    }

    #app .content .content-item-five .content-five-right .content-five-arrow {
        margin-left: 0.32rem;
        width: 0.90rem;
        height: 0.69rem;
        box-sizing: border-box;
        padding-top: 0.2rem;
        margin-top: -0.06rem;
        background: url(../img/contentArrowMOB.png) no-repeat;
        background-size: 100% 0.49rem;
        background-position: bottom;
    }

    #app .content .content-bg-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5rem;
        z-index: 8;
        overflow: hidden;
    }

    #app .content .content-bg-box .pic {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .qualification {
        width: 100%;
        text-align: center;
        background: #DEDEDE;
        font-size: 0.19rem;
        color: #818181;
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }

    .qualification .p {
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .qualification .ba-icon {
        height: 0.4rem;
        line-height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(0, 98, 255);
    }

    .qualification .ba-icon img {
        width: 0.26rem;
        height: 0.26rem;
        object-fit: contain;
    }

    .qualification .openPage {
        cursor: pointer;
        color: rgb(0, 98, 255);
    }
}
