
.dy-con-one {
    margin-top: 42px;
}
.dy-right-one {
    padding-bottom: 50px;
    margin-left: 0px !important;
}
.dy-item {
    height: 332px;
    padding: 0;
    margin: 0px 10px;
    width: 274px;
    /* border: 1px solid rgba(255,255,255,1); */
    overflow: hidden;
    border-radius: 16px;
    float: left;
}
.dy-item a {
    display: block;
    height: 100%;
}
.dy-inner {
    border-radius: 16px;
    position: relative;
    display: block;
    border: 0;
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    height: 100%;
    background: #fff;
}
.dy-inner .dy-img-container {
    height: 168px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.dy-inner .dy-img-container img {
    height: 168px;
    width: 100%;
    transform: scale(1);
    transition: all .36s;
    cursor: pointer;
}
.dy-inner .dy-img-container:hover img {
    transform: scale(1.05);
    box-shadow: none;
}
.dy-inner .dy-content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 194px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.70) 0%, #FFFFFF 35%);
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0px 6px 20px 0px rgb(44 68 153 / 2%);
    border-radius: 16px;
    padding: 24px 20px;
    -webkit-backdrop-filter: saturate(50%) blur(4px);
    backdrop-filter: saturate(50%) blur(4px);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dy-inner .dy-content-container .ptit {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}
.dy-inner .dy-content-container .pdesc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    margin: 8px 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dy-inner .dy-content-container .pdate {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #989898;
    line-height: 20.76px;
    font-weight: 400;
}
.dy-right-one .slick-dots li {
    border-radius: 1.5px !important;
    width: 15px;
    height: 2px;
    background: rgba(0,91,255,0.2);
}
.dy-right-one .slick-dots li.slick-active {
    background: #005BFF;
}
.indexMinker .dy-con-one .moreBox {
    margin: 22px auto 0;
}

div.indexMinker-new .h2 {
    font-size: 40px;
    color: #222;
    font-weight: 600;
    font-family: PingFang SC;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
}
div.indexMinker-new .mk {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-top: 6px;
}
.dy-con {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dy-left {
    width: 580px;
    height: 308px;
    background: #eee;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.dy-left img {
    width: 100%;
    height: 308px;
    transition: all 0.3s ease-in-out;
}
.dy-left:hover img {
    transform: scale(1.2);
}
.rail {
    position: absolute;
    width: 100%;
    height: 54px;
    background: rgba(0,0,0,0.5);
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 16px 16px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 400;
    padding-left: 24px;
}
.dy-right {
    width: 580px;
    /* height: 308px; */
    padding-top: 10px;
}
.dy-right li {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #282828;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.dy-right li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #282828;
    line-height: 20px;
    font-weight: 400;
}
.dy-right li:not(:last-child)::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #005BFF;
    margin-right: 16px;
}
.dy-right li:nth-of-type(6) {
    margin-bottom: 31px;
}
.dy-right li:last-child {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #005BFF;
    text-align: right;
    font-weight: 400;
    margin-bottom: 0px;
}
.dy-right li:last-child a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #005BFF;
    text-align: right;
    font-weight: 400;
    margin-bottom: 0px;
}
.dy-right li:hover a {
    color: #005BFF;
}

</style>
<style>
    body{
        overflow-x: hidden;
    }
    ul, li {
        cursor: default;
    }
    img {
        cursor: default;
    }
    a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
    img {
        border: none;
        vertical-align: middle;
        max-width: 100%;
    }
    .content-right .rg-top a{
        top: 51px;
    }
    .w1146{
        width: 1160px;
    }
    div.addIndexMinkerFour::before {
        background-image: none;
    }
    .addIndexMinkerFour::before {
        content: "";
        display: block;
        width: 479px;
        height: 268px;
        background-image: url(/static/images/230210/l_bg.png);
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
    }
    div.addIndexMinkerFour::after {
        background-image: none;
    }
    .addIndexMinkerFour::after {
        content: "";
        display: block;
        width: 450px;
        height: 268px;
        background-image: url(/static/images/230210/r_bg.png);
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer-new .h1 {
    text-align: left !important;
    }
    .footer-new .mk {
    text-align: left !important;
    }
    .footer-new .green{
    justify-content: start;
    }
    .footer-right-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 600px;
    cursor: default;
    }
    div.addIndexMinkerFour .green .wave-wrap{
    background-color: #fff;
    border-radius: 32px;
    }
    div.addIndexMinkerFour .green a.newtryBtn:nth-of-type(1){
    background:none;
    position: relative;
    }
    .footer-new .green{
        justify-content: start;
    }
    @font-face {
        font-family: 'PingFang';
        src: url('/static/font/PingFang.ttc.ttf');
    }
    @font-face {
        font-family: 'DingTalk-JinBuTi';
        src: url('/static/font/DingTalk JinBuTi.ttf');
    }

    html,body {
        overflow: visible !important;
    }
    div.addIndexMinkerFour::before {
        display: none;
    }
    .addIndexMinkerFour::after {
        display: none;
    }
    div.banner .textBox .h1 {
        font-size: 48px;
        color: rgba(0,0,0,.8);
    }
    div.banner .textBox .p {
        font-family: PingFangSC-Regular;
        color: #282828;
        font-size: 18px;
        margin-left: 2px;
    }
    .footer-new {
        display: none;
    }
    .footerDiv {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footerDiv .wave-wrap::before {
        background: #005BFF;
    }
    .indexMinkerTwo {
        background: #fff;
    }
    .indexMinker .green {
        margin-top: 30px;
    }
    div.addIndexMinkerFour .mk {
        font-family: PingFangSC-Semibold;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 36px;
        font-weight: 600;
        text-align: left;
        margin-right: 60px;
    }
    div.addIndexMinkerFour .h1 {
        font-family: PingFangSC-Regular;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 32px;
        font-weight: 400;
        text-align: left;
        margin-top: 12px;
    }
    div.addIndexMinkerFour .cont-bg {
        background-image: url(/static/images/try_bg3@3x.jpg);
    }
    .t_pointzhan {
        position: absolute;
        width: 100%;
        bottom: 0px;
        z-index: 10;
    }
    .anchor-con {
        width: 100%;
        height: 60px;
        background: rgba(255,255,255,0.88);
        position: absolute;
        bottom: 0px;
    }
    .divFix {
        width: 100%;
        height: 60px;
        background: rgba(255,255,255,0.8);
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        z-index: 1000;
        margin-top: -60px;
    }
    .anchor {
        display: flex;
        justify-content: center;
    }
    ul.anchor li {
        height: 60px;
        line-height: 60px;
        padding: 0px 40px;
        float: left;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #141F35;
        font-weight: 400;
        position: relative;
    }
    ul.anchor li.active {
        color: #005BFF;
        font-weight: 600;
    }
    ul.anchor li.active::after {
        content: "";
        width: 24px;
        height: 3px;
        background: #005BFF;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 57px;
    }
    ul.anchor li:hover {
        color: #005BFF;
    }

    div.call-banner {
        width: 100%;
        height: 538px;
        position: relative;
        margin-top: 0px;
    }
    .call-banner .minBox {
        display: flex;
        align-items: center;
        height: 538px;
        position: relative;
    }
    .bannerimg {
        width: 100%;
        height: 538px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f6f6fe;
    }
    .bannerimg>img {
        width: 100%;
        height: 538px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        right: auto;
        object-fit: cover;
    }
    .bannerTag {
        margin-bottom: 41px;
    }
    .bannerTag li {
        display: flex;
        /* align-items: center; */
        padding-left: 6px;
        margin-bottom: 5px;
        position: relative;
    }
    .bannerTag li span {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: rgba(40,40,40,0.8);
        letter-spacing: 1px;
        line-height: 20px;
        font-weight: 400;
        margin-left: 18px;
    }
    .bannerTag li span i {
        opacity: 0.8;
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        color: #282828;
        letter-spacing: 0;
        line-height: 24px;
        font-weight: 600;
        font-style: normal;
        margin-right: 12px;
    }
    .bannerTag li::before {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        transform: rotate(45deg);
        border-right: 2px solid #005BFF;
        border-bottom: 2px solid #005BFF;
        position: absolute;
        top:5px;
        left: 6px;
    }
    .newBannerButton {
        width: 158px;
        height: 48px;
        background: #005BFF;
        border-radius: 25px !important;
        border: none !important;
        font-family: PingFang SC;
        font-size: 16px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .service_btn_group .newBannerButton {
        margin-right: 16px;
        width: 156px;
    }
    .btnWhite {
        background: #fff !important;
        /* border: 1px solid #005BFF !important; */
        color: #005BFF !important;
    }
    .service_btn_group .btnWhite {
        background: #EDF3FF !important;
    }
    .wave-wrap:hover {
        border: none !important;
    }
    .btnWhite.wave-wrap::before {
        background: #005BFF;
    }
    .wave-wrap::before {
        background: #1c47c9;
    }
    .banner .textBox .p {
        margin: 4px 0px 18px 0px;
    }
    .banner .textBox {
        padding-top: 0px;
        margin-left: 26px;
        height: 268px;
        position: relative;
        top: -8px;
        left: -24px;
        width: 600px;
    }
    div.indexMinker-new {
        padding: 70px 0px 0px !important;
    }
    div.indexMinker-new .h2 {
        font-size: 40px;
        color: #222;
        font-weight: 600;
        font-family: PingFang SC;
        line-height: 54px;
        letter-spacing: 0em;
        text-align: center;
    }
    div.indexMinker-new .mk {
        font-size: 14px;
        color: #787878;
        line-height: 18px;
        margin-top: 6px;
    }
    .com-capability-list {
        margin-top: 50px;
        justify-content:normal
    }
    .com-capability-list li {
        margin-right:32px;
    }
    .com-capability-list li:nth-child(3n){
    margin-right: 0;
    }
    .newzx{
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #005BFF;
        line-height: 20px;
        font-weight: 400;
        cursor: pointer;
        flex-shrink: 0;
        margin-left: 0px;
        margin-top: 40px;
    }

    .com-capability-list-nub {
        width: calc(1095px / 3);
        height: 160px;
        margin-bottom: 30px;
        padding: 16px;
        position: relative;
        background-image: linear-gradient(90deg, #F0F5FF 0%, #F8FAFF 100%);
        border: 1px solid rgba(255,255,255,1);
        border-radius: 16px;
        transition: all .4s;
        box-shadow: none;
    }
    .com-capability-list-nub:hover .com-capability-list-tit img {
        transition: all .4s;
    }
    .com-capability-list-nub:hover .com-capability-list-tit img {
        transform: scaleX(-1);
    }
    .com-capability-list-nub.adv {
        height: 224px;
        padding: 28px 30px 32px 24px;
        flex-direction: column;
        background: #fff;
    }
    .com-capability-list-tit {
        display: flex;
        align-items: center;
        height: 45px;
    }
    .com-capability-list-tit img {
        display: inline-block;
        flex-shrink: 0;
    }
    .com-capability-list-tit span {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #282828;
        line-height: 32px;
        font-weight: 600;
        margin-left: 8px;
    }
    .com-capability-list-tip {
        position: absolute;
        top: 65px;
        left: 25px;
    }
    .com-capability-list-tip p {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #787878;
        text-align: left;
        line-height: 20px;
        font-weight: 400;
    }
    .com-capability-list-tip li {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #787878;
        text-align: left;
        line-height: 20px;
        font-weight: 400;
    }
    .com-capability-list-tip p span {
        font-family: PingFang;
        font-size: 26px;
        color: #005BFF;
        text-align: right;
        line-height: 30px;
        font-weight: 300;
        margin-left: 6px;
    }
    .com-capability-list-desc {
        padding-left: 15px;
        margin-top: 24px;
    }
    .com-capability-list-desc p {
        margin-bottom: 16px;
        position: relative;
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #555;
        text-align: justify;
        line-height: 22px;
        font-weight: 400;
    }

    .com-capability-list-desc p::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50px;
        background: #005BFF;
        position: absolute;
        top: 10px;
        left: -12px;
    }
    .com-capability-list-tip li div{
        position: relative;
        margin-top: 4px;
        line-height: 22px;
        margin-left: 13px;

    }
    .com-capability-list-tip li div::before{
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #005BFF;
        position: absolute;
        left: -10px;
        top: 10px;
        transform: scale(1);
    }
    .wh {
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .com-capability-audio-list {
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
    }
    .audio-item {
        width: 24%;
        height: 289px;
        background: #FFFFFF;
        border-radius: 16px;
        padding: 16px 16px 27px 16px;
        position: relative;
    }
    .audio-item .audio-item-top {
        width: 100%;
        height: 95px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .audio-item-tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 32px;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }
    .audio-item .audio-item-top img {
        width: 100%;
        height: 95px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        right: auto;
        border-radius: 8px;
    }
    .audio-item-bottom {
        padding: 20px 8px
    }
    .audio-item-desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #555555;
        line-height: 28px;
        font-weight: 400;
    }
    .audio-play {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0px;
        bottom: 25px;
    }
    .audio-play .stopimg {
        width: 20px;
        height: 20px;
        display: block;
    }
    .audio-play .playimg {
        width: 20px;
        height: 20px;
        display: none;
    }
    .audio-play span {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        margin-left: 6px;
    }
    .model-value-list {
        margin: 0px;
    }
    .newList {
        margin-top: 70px;
    }

    .model-text-list {
        margin-top: 30px;
        padding-left: 16px;
    }

    .model-value-list .model-value-list-nub .model-text .model-text-title {
        font-family: PingFangSC-Semibold;
        font-size: 34px;
        color: #333333;
        letter-spacing: 0;
        font-weight: 600;
        line-height: 50px;
    }
    .model-value-list .model-value-list-nub {
        padding: 0px;
        background: none;
    }
    .model-text-list-nub {
        margin-bottom: 16px;
        padding: 0px;
    }
    .model-text-list-nub:last-child {
        margin-bottom: 50px;
    }
    .model-value-list .model-value-list-nub .model-text {
        width: 45%;
        padding: 0px;
    }
    .model-value-list .model-value-list-nub .model-img {
        width: 44%;
    }
    .model-tln-title::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #005BFF;
        position: absolute;
        left: -16px;
        top: 12px;
        transform: scale(1);
    }
    .spot {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #005BFF;
        margin-bottom: 0.2em;
        margin-right: 16px;
    }
    .model-tln-title {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #555555;
        letter-spacing: 0;
        text-align: justify;
        line-height: 28px;
        font-weight: 400;
    }
    .newBtn {
        width: 156px;
        height: 48px;
        line-height: 48px;
        background: #EDF3FF;
        border-radius: 25px;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
    }
    .newBtnA {
        background: rgba(0, 91, 255, 0.12);
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        margin-right: 13px;
    }
    .fun {
        position: relative;
        padding: 70px 0px !important;
    }
    .fun:nth-of-type(2n-1) {
        background: #f6f8fc;
    }
    .fun:nth-of-type(2n) {
        background: #fff;
    }
    .fun1 {
        position: relative;
        background: none !important;
    }
    .fun1 .tit .h2,
    .fun1 .tit .mk {
        color: #fff;
    }
    .funBg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: 818px;
        transform: none;
        right: auto;
        object-fit: cover;
    }

    @media screen and (min-width: 1024px) and (max-width: 1920px) {
        .funBg {
            width: 1920px !important;
            height: 818px !important;
        }
    }
    @media screen and (min-width: 1921px) {
        .funBg {
            width: 100% !important;
            height: 818px !important;
        }
    }
    .funBg1 {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: 1279px;
        transform: none;
        right: auto;
        object-fit: cover;
    }

    @media screen and (min-width: 1024px) and (max-width: 1920px) {
        .funBg1 {
            width: 1920px !important;
            height: 1279px !important;
        }
    }
    @media screen and (min-width: 1921px) {
        .funBg1 {
            width: 100% !important;
            height: 1279px !important;
        }
    }
    .model-value-list .model-value-list-nub:nth-of-type(2n-1) {
        flex-direction:initial;
    }
    .fun:nth-of-type(2n) .model-value-list-nub {
        flex-direction: row-reverse;
    }
    .application-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .field-tip {
        font-family: PingFangSC-Regular;
        font-size: 22px;
        color: #282828;
        text-align: center;
        line-height: 22px;
        font-weight: 400;
        margin: 40px 0px 30px;
    }
    .application-list-nub {
        width: 560px;
        height: 308px;
        background: #FFFFFF;
        border-radius: 16px;
        margin-bottom: 50px;
        transition: all .4s;
    }
    .application-list li:nth-last-child(-n+2) .application-list-nub,
    .application-list li:nth-last-of-type(-n+2) .application-list-nub {
        margin-bottom: 0px;
    }
    .application-list-nub .top {
        width: 100%;
        height: 128px;
        position: relative;
        border-radius: 16px 16px 0px 0px;
        overflow: hidden;
    }
    .application-list-nub .top img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
    }
    .application-list-nub .top:hover img {
        transform: scale(1.2);
    }
    .application-list-nub .top p {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 168px;
        height: 50px;
        background: rgba(255,255,255,0.88);
        border-radius: 37px;
        font-family: PingFangSC-Medium;
        font-size: 22px;
        color: #282828;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
    }
    .application-list-nub .bottom {
        width: 100%;
        height: calc(100% - 128px);
        border: 1px solid rgba(232,233,235,1);
        border-top: none;
        border-radius: 0px 0px 16px 16px;
        padding: 20px 0px 0px 30px;
    }
    .application-list-nub .bottom p {
        /* width: 120px; */
        height: 40px;
        padding: 0px 24px;
        line-height: 40px;
        background: #F5F6F9;
        border-radius: 22px;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #141F35;
        font-weight: 400;
        float: left;
        margin-right: 12px;
        margin-top: 20px;
    }
    .client-bg {
        background-image: url("static/images/client_bg.jpg");
        background-size: cover;
    }
    .clients-slide {
        width: 100%;
        height: auto;
        background-image: linear-gradient(143deg, #FFFFFF 0%, rgba(255,255,255,0.75) 53%);
        border-radius: 16px;
        margin-top: 47px;
    }
    .app-clients-slide {
        width: 100%;
        background: #F3F4FB;
        box-shadow: -1px 0px 0px 0px rgba(255,255,255,1);
        border-radius: 16px;
        padding: 0px 30px 30px 30px;
        margin-top: 50px;
    }
    .clients-slide-nav {
        display: flex;
        justify-content: center;
    }
    .clients-slide-nav li {
        width: 188px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #F3F4F7;
        box-shadow: -1px 0px 0px 0px rgba(255,255,255,1);
        float: left;
        margin-top: 30px;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #23282F;
        font-weight: 400;
    }
    .app-clients-slide .clients-slide-nav li {
        background: #fff;
        width: 20%;
    }
    .clients-slide-nav li:first-child {
        border-radius: 25px 0px 0px 25px;;
    }
    .clients-slide-nav li:last-child {
        border-radius: 0px 25px 25px 0px;
    }
    .clients-slide-nav li.active {
        background: #005BFF;
        color: #fff;
    }
    .clients-slide-content {
        display: none;
    }
    .clients-slide-content.active {
        padding-left: 64px;
        padding-right: 64px;
        padding-bottom: 45px;
        margin-top: 45px;
        display: flex;
        justify-content: space-between;
    }
    .app-clients-slide .clients-slide-content.active {
        padding: 0px;
        margin-top: 30px;
    }
    .content-left {
        width: 332px;
        height: 216px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 0px rgba(102,102,102,0.03);
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }
    .app-clients-slide .content-left {
        width: 560px;
        height: auto;
        padding: 20px;
        flex-shrink: 0;
    }
    .content-left img {
        width: 274px;
        height: 176px;
    }
    .app-clients-slide .content-left img {
        width: 100%;
        height: 100%;
    }
    .content-right {
        width: 635px;
        margin-left: 40px !important;
    }
    .app-clients-slide .content-right {
        margin-left: 52px;
    }
    .content-right .rg-top {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(232,233,235,1);
    }
    .app-clients-slide .content-right .rg-top {
        border-bottom: none;
    }
    .content-right .rg-top .tit {
        font-family: PingFangSC-Semibold;
        font-size: 34px;
        color: #282828;
        line-height: 48px;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .content-right .rg-top .desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #787878;
        line-height: 20px;
        font-weight: 400;
    }
    .content-right .rg-top .desc {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .content-right .rg-top .desc span {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #787878;
        line-height: 22px;
        font-weight: 400;
        width: calc(100% - 120px);
    }
    .content-right .rg-top .desc a {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #005BFF;
        line-height: 22px;
        font-weight: 400;
        cursor: pointer;
        flex-shrink: 0;
        margin-left: 12px;
    }
    .content-right .rg-top .desc a img {
        width: 20px;
        height: 20px;
    }
    .rg-bottom {
        margin-top: 20px;
    }
    .rg-bottom .tit {
        font-family: PingFangSC-Medium;
        font-size: 18px;
        color: #282828;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .rg-bottom .desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #787878;
        line-height: 24px;
        font-weight: 400;
    }
    .app-clients-slide .clients-slide-content li {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #555555;
        letter-spacing: 0;
        text-align: justify;
        line-height: 28px;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 15px;
        margin-top: 8px;
    }
    .app-clients-slide .clients-slide-content li::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50px;
        background: #005BFF;
        position: absolute;
        top: 15px;
        left: 1px;
    }
    .issues-wrap {
        margin: 42px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .issues-wrap .issues-con {
        width: calc(100% - 36px);
    }
    .issues-item {
        width: 48%;
        display: flex;
        margin-bottom: 40px;
    }
    .issues-item:nth-of-type(5) {
        margin-bottom: 0px;
    }
    .issues-item:nth-of-type(6) {
        margin-bottom: 0px;
    }
    .issues-wrap .issues-img {
        width: 26px;
        height: 26px;
        flex: 1;
        margin-right: 9px;
        transform: translateY(-4px);
    }
    .issues-wrap .issues-title {
        font-family: PingFangSC-Semibold;
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .issues-wrap .issues-desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        font-weight: 400;
        margin-top: 9px;
    }
    .recomment-wrap {
        margin: 42px 0px;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }
    .recomment-item {
        width: 180px;
        height: auto;
        border-radius: 8px;
        margin: 0px 16px 16px 0px;
        overflow: hidden;
    }
    .recomment-item:nth-of-type(6n) {
        margin-right: 0px;
    }

    .recomment-img {
        width: 100%;
        height: 102px;
        cursor: pointer;
    }
    .recomment-con {
        width: 100%;
        background: #fff;
        padding: 14px 14px 16px 14px;
    }
    .recomment-title {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        margin-bottom: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .recomment-bottom {
        display: flex;
        align-items: center;
        position: relative;
    }
    .recomment-desc {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #666666;
        font-weight: 400;
    }
    .recomment-icon {
        width: 11px;
        height: auto;
        position: absolute;
        right: 0px;
        bottom: 50%;
        transform: translateY(50%);
    }
    .recomment-item:hover .recomment-title {
        color: #155EFF;
    }
    .recomment-item:hover .recomment-icon {
        position: absolute;
        animation: proFrames .9s linear infinite;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
    }
    @keyframes proFrames {
        0% {
            right: 0px
        }

        33% {
            right: 6px
        }

        67% {
            right: 0px
        }

        to {
            right: 0px
        }
    }
    .mobile-recomment-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0px 16px;
    }
    .mobile-recomment-item {
        width: calc((100% - 14px) / 2);
        height: auto;
        border-radius: 8px;
        margin-bottom: 14px;
    }
    .mobile-recomment-img {
        width: 100%;
        height: auto;
    }
    .mobile-recomment-con {
        width: 100%;
        background: #fff;
        padding: 13px;
    }
    .mobile-recomment-title {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        margin-bottom: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile-recomment-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-recomment-desc {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #666666;
        font-weight: 400;
    }
    .mobile-recomment-icon {
        width: 11px;
        height: auto;
    }
    .mobile-recomment-item:hover .recomment-title {
        color: #155EFF;
    }
    .ftit {
        font-family: PingFangSC-Semibold;
        font-size: 26px;
        color: #222;
        line-height: 32px;
        font-weight: 500;
        text-align: center;
        margin-top: 70px;
    }
    div.indexMinker-business-new .tit {
        display: none;
    }
    div.indexMinker-business-new {
        background: none;
        padding: 0px;
        height: auto;
    }
    .moreBox a {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #005BFF;
        font-weight: 400;
    }

    .rail {
        position: absolute;
        width: 100%;
        height: 54px;
        background: rgba(0,0,0,0.5);
        bottom: 0px;
        left: 0px;
        border-radius: 0px 0px 16px 16px;
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 54px;
        font-weight: 400;
        padding-left: 24px;
    }

    @media screen and (max-width: 1440px) {
        .t_pointbox.on.act {
            margin-top: -70px;
        }
    }
    .t_pointbox.on {
        background: #F6F9FF;
        /* box-shadow: 0px 2px 16px rgb(15 42 54 / 4%), 0px 4px 50px rgb(15 42 54 / 5%); */
    }
    .t_pointbox.on ul.anchor li {
        font-size: 15px;
    }
    .t_pointbox.on.act {
        margin-top: -80px;
    }
    .t_pointbox {
        transition: all 0.3s linear;
        z-index: 10;
    }
    .header.on.act {
        margin-top: 0px;
        border-bottom: none;
    }

    .popup_indu_mark,
    .popup_video_mark,
    .popup_tip_mark {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.5);
        z-index:999;
    }
    .popup_indu_box {
        width:360px;
        min-height:228px;
        position:absolute;
        left:50%;
        top:50%;
        transform: translate(-50%, -50%);
        background:#fff;
        box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.2);
        border-radius: 16px;
        width: 522px;
        height: auto;
        padding: 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(180deg, #E0EFFF 0%, #FFFFFF 38%);
        border-radius: 16px;
    }
    .popup_indu_tit {
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #333333;
        font-weight: 400;
    }
    .popup_indu_tip {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        font-weight: 600;
        line-height: 1.5;
    }
    .popup_tip_box {
        width: 360px;
        background: #fff;
    }
    .popup_tip_tit {
        font-family: PingFangSC-Medium;
        font-size: 20px;
        color: #282828;
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .poput_tip_desc {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #4B4B4B;
        text-align: center;
        font-weight: 400;
    }
    .pupup_item_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .popup_item {
        width: 120px;
        height: 106px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border: 1px solid rgba(225,225,225,1);
        border-radius: 10px;
        /* padding: 20px; */
        cursor: pointer;
    }
    .popup_item p {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        margin-top: 10px;
    }
    .popup_item.active {
        border: 1px solid rgba(0,91,255,1);
    }
    .popup_item.active p {
        color: #005BFF;
        font-weight: 600;
    }
    .popup_item img {
        width: 40px;
        height: 40px;
    }
    .popup_indu_box h3 {
        width:104px;
        line-height:38px;
        text-align:center;
        margin-top: 30px;
        cursor:pointer;
        background: rgba(0,91,255,0.07);
        border: 1px solid rgba(0,91,255,0.5);
        border-radius: 19px;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #005BFF;
        font-weight: 400;
    }
    .close_indu_popup,
    .close_video_popup {
        position:absolute;
        right:20px;
        top:20px;
        width:24px;
        height:24px;
        border-radius:50%;
        cursor:pointer;
    }
    .close_indu_popup:before,
    .close_video_popup:before {
        content:'\0a';
        display:block;
        width:13px;
        height:2px;
        background:#bbb;
        transform:rotate(45deg);
        position:absolute;
        right:0;
        top:6px;
    }
    .close_indu_popup:after,
    .close_video_popup:after {
        content:'\0a';
        display:block;
        width:13px;
        height:2px;
        background:#bbb;
        transform:rotate(-45deg);
        position:absolute;
        right:0;
        top:6px;
    }
    .qrcode-cont {
        position: relative;
        margin: 10px 0px;
    }
    .qrcode_wrap {
        width: 290px;
        height: 290px;
    }
    .qrcode-cont .qrcode {
        width: 198px;
        height: 198px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mobile_details{
        display: none;
    }
    .mobile_product_info{
        padding-top:54px;
        background: rgba(241,247,255);
        width: 100%;
        margin:0 auto;
    }
    .mobile_product_info .center{
        text-align: center;
    }
    .mobile_product_info .mobile_cont{
        position: relative;
    }
    .mobile_product_info .mobile_cont_top{
        position: absolute;
        top:10%;
        width:100%;
        left:0;
        z-index:2;
    }
    .mobile_product_info .mobile_cont_top h1 div{
        display: inline-block;
        position: relative;
    }
    .mobile_product_info .mobile_cont h1{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile_product_info .mobile_cont h1 span{
        font-family: "DingTalk-JinBuTi";
        font-size: 36px;
        color: #151515;
        letter-spacing: -2.18px;
        font-weight: 400;
        position: relative;
        z-index:3;
    }
    .mobile_product_info .mobile_cont h1 span.newtit{
        font-family: DingTalk-JinBuTi;
        font-size: 45px;
        color: #155EFF;
        letter-spacing: -2.73px;
        text-align: center;
        line-height: 40px;
        font-weight: 400;
    }
    .mobile_product_info .mobile_cont h1 i{
            width: 90px;
            height: 8px;
            background-image: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(101,208,254,1) 100%);
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .mobile_product_info .mobile_cont_title{
        font-family: PingFangSC-Regular;
        font-size: 14px;
        margin-top:10px;
        color: #454545;
        letter-spacing: 0;
        font-weight: 400;
        padding:0 16px;
        line-height: 1.4;
    }
    .mobile_cont_title span {
            font-family: PingFangSC-Regular;
            color: #005BFF;
        }
    .mobile_product_info .mobile_cont_img{
        width: 100%;
        margin:0 auto;
    }
    .mobile_product_info .mobile_cont_img img{
        width:100%;
    }
    .mobile_product_info .mobile_cont_art_list{
        padding:0 28px;
        text-align: left;
        margin-top:5px;
        overflow: hidden;
    }
    .mobile_product_info .mobile_cont_art_list li{
        font-family: PingFangSC-Regular;
        padding-left:18px;
        background-image: url('/static/images/mobile/mobile_product_true.png');
        background-size: 12px 12px;
        background-position:0 3px;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #0044BD;
        letter-spacing: 0;
        text-align: justify;
        font-weight: 400;
        line-height: 20px;
        margin-bottom:10px;
    }
    .mobile_product_info .mobile_cont_content{
        margin-top:46px;
    }
    .mobile_product_info .mobile_cont_content_true{
        /* background-image: url(/static/images/mobile/mobile_product_advantage.png); */
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding-bottom:20px;
    }
    .mobile_product_info .mobile_cont_tip{
        font-family: "DingTalk-JinBuTi";
        font-size: 26px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        margin-bottom:12px;
        line-height: 1.2;
    }
    .mobile_product_info .mobile_cont_article{
        margin:0 16px;
        background: #fff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
    }
    .mobile_product_info .mobile_cont_article ul{
        padding:20px 20px 10px 17px;
    }
    .mobile_product_info .mobile_cont_article li{
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #585858;
        letter-spacing: 0;
        text-align: justify;
        line-height: 22px;
        font-weight: 400;
        margin-bottom:10px;
        position: relative;
        padding-left:11px;
    }
    .mobile_cont_content_much .mobile_cont_article li{
        color: #282828;
        padding-left:14px;
    }
    .mobile_product_info .mobile_cont_article li:before{
        content: ' ';
        width: 4px;
        height: 4px;
        background: #005BFF;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        position: absolute;
        left:0;
        top:10px;
    }
    .mobile_product_info .mobile_cont_article li span{
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #005BFF;
        font-weight: 600;
        margin:0 5px;
    }
    .mobile_product_info .mobile_cont_domain{
        margin-top:40px;
        background-image: linear-gradient(180deg, #F1F7FF 70%, #96CEFB 93%);
        padding-bottom:12px;
    }
    .mobile_product_info .mobile_cont_domain .mobile_cont_article{
        margin-bottom:8px;
    }
    .mobile_product_info .mobile_cont_domain .mobile_cont_article:last-child{
        margin-bottom:0;
    }
    .mobile_product_info .mobile_cont_art_tip{
        font-family: PingFangSC-Medium;
        font-size: 18px;
        color: #191919;
        letter-spacing: 0;
        font-weight: 600;
        margin:8px 16px -6px;
        line-height: 1.4;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_content{
        margin-top:0;
    }
    .mobile_product_info .mobile_product_advantage_box{
        width:100%;
        padding-top:37px;
    }
    .mobile_product_info .issues_box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_tip{
        color:#fff;
    }
    .mobile_product_info .mobile_product_advantage .issues_box .mobile_cont_tip{
        color:#191919
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_art_tip{
        padding-top:18px;
        display: flex;
        align-items: center;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_art_tip p{
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #0044BD;
        letter-spacing: 0;
        font-weight: 600;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_art_tip p.issues_title{
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #0044BD;
        letter-spacing: 0;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_art_tip img{
        width:20px;
        margin-right:8px;
    }
    .mobile_product_info .indexMinkerTwo {
        background: #fff;
        padding:0!important;
    }

    .mobile_product_info .addIndexMinkerFour .mk {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        margin-top:4px;
        line-height: normal;
        margin-right:0;
    }
    .mobile_product_info .addIndexMinkerFour .h1 {
        opacity: 0.8;
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        margin-top: 8px;
    }
    .mobile_product_info .addIndexMinkerFour .cont-bg {
        background-image: url(/static/images/mobile/mobile_product_advantage_register.png);
        height: auto;
        padding:32px 0;
    }
    .mobile_product_info .footer_register_btn{
        text-align: center;
        margin-top:18px;
    }
    .mobile_product_info .footer_register_btn a {
        width:138px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.90) 100%);
        box-shadow: 0px 2px 8px 0px rgba(22,49,99,0.02);
        border-radius: 20px;
        display: inline-block;
        font-size: 16px;
        color: #005BFF;
        letter-spacing: 0;
    }
    .mobile_product_info .footer_register_btn a i{
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        font-weight: 600;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_article ul{
        padding-bottom:12px;
    }
    .mobile_product_info .mobile_product_advantage .mobile_cont_article li{
        margin-bottom:6px;
        line-height: 20px;
    }
    .au-modal {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.08);
        border-radius: 12px 12px 0px 0px;
        z-index: 30;
        width: 100%;
        height: auto;
        display: none;
        background: #FFFFFF;
        border-radius: 12px 12px 0px 0px;
        padding: 16px 16px 160px 16px;
    }
    .au-modal p {
        height: 30px;
        font-family: PingFangSC-Semibold;
        font-size: 18px;
        color: #191919;
        letter-spacing: 0;
        text-align: justify;
        line-height: 30px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .au-modal p img {
        width: 20px;
        height: 20px;
    }
    .au-modal ul {
        margin-top: 38px;
    }
    .au-modal ul li {
        margin-bottom: 24px;
    }
    .m-audio-play {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        cursor: pointer;
    }
    .m-audio-play .stopimg {
        width: 17px;
        height: 17px;
        display: block;
    }
    .m-audio-play .playimg {
        width: 17px;
        height: 17px;
        display: none;
    }
    .m-audio-play span {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #585858;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        margin-left: 6px;
    }
    .m-audio-play.two span {
        color: #005BFF;
    }
    .newM{
        margin-bottom: 0px;
    }
    .newImg{
        width: 20px;
        height: 20px;
    }
    .newMar span{
        font-family: PingFangSC-Regular;
        color: #005BFF;
        font-size: 20px;
    }
    .banner-boutton {
            position: absolute;
            bottom: -35px;
            margin-left: 2px;
    }
    .yun_popup_mark {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 999;
        display: none;
    }

    .yun_popup_box {
        width: 384px;
        min-height: 284px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 32px 32px 32px;
    }
    .yun_popup_box .popup_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #282828;
        font-weight: 600;
        line-height: 26px;
    }
    .yun_popup_box .popup_desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #282828;
        line-height: 24px;
        font-weight: 400;
        margin-top: 16px;
    }
    .yun_btn_box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
    }
    .yun_btn_wrap {
        position: relative;
        overflow: hidden;
        width: 155px;
        height: 44px;
        border-radius: 36px;
        cursor: pointer;
    }
    .yun_btn_wrap::before {
        content: ' ';
        width: 250px;
        height: 250px;
        border-radius: 50%;
        z-index: 1;
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0);
        background: #1c47c9;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s ease-out;
    }
    .yun_btn_wrap:first-child::before {
        content: ' ';
        width: 250px;
        height: 250px;
        border-radius: 50%;
        z-index: 1;
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0);
        background: #005BFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s ease-out;
    }

    .yun_btn_wrap:last-child {
        margin-left: 10px;
    }
    .yun_btn_wrap:hover::before {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }
    .yun_popup_box .yun_btn_one {
        width: 155px;
        height: 44px;
        text-align: center;
        cursor: pointer;
        background: rgba(0,91,255,0.07);
        border-radius: 22px;

    }
    .yun_popup_box .yun_btn_one span {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #005BFF;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 44px;
        position: relative;
        z-index: 2;
    }
    .yun_popup_box .yun_btn_two {
        width: 155px;
        height: 44px;
        text-align: center;
        cursor: pointer;
        background: #005BFF;
        border-radius: 22px;
        display: block;
    }
    .yun_popup_box .yun_btn_two span {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 44px;
        position: relative;
        z-index: 2;
    }
    .yun_btn_wrap:first-child:hover .yun_btn_one span {
        color: #fff;
    }
    .yun_close {
        position: absolute;
        right: -18px;
        top: -20px;
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 0.6;
        transition: opacity 0.2s;
    }
    .text_box_tit {
        display: flex;
        align-items: center;
    }
    .video_wrap {
        margin-left: 12px;
    }
    .video_wrap .t_banner_play {
        width: 30px;
    }
    @media screen and (max-width: 750px) {
        .yun_popup_box {
            width: 320px;
        }
        .yun_popup_box .yun_btn_one {
            width: 130px;
        }
        .yun_popup_box .yun_btn_two {
            width: 130px;
        }
    }
    .product_advantage_main .com-capability-list{
        align-items: stretch;
    }
    .product_advantage_main .com-capability-list-nub{
        width:100%;
        height: auto;
        margin-bottom:0;
        padding: 28px 24px 16px 24px;
        display: block;
        border-radius: 0;

    }
    .product_advantage_main .com-capability-list-desc{
        margin-top:15px;
    }
    .product_advantage_main .com-capability-list-tit{
        height: 36px;
    }
    .product_advantage_main .com-capability-list li{
        margin-right:25px;
        margin-bottom:25px;
        width: 370px;
        border-radius: 16px;
        background:#fff;
        overflow: hidden;
    }
    .product_advantage_main .com-capability-list li:nth-child(3n){
        margin-right:0;
    }
    .product_worth .com-capability-list{
        align-items: stretch;
    }
    .product_worth .com-capability-list .ys_fadeup2 {
        margin-right: 25px;
        margin-bottom: 25px;
        width: 370px;
        border-radius: 16px;
        background: #fff;
        overflow: hidden;
        background-image: linear-gradient(90deg, #F0F5FF 0%, #F8FAFF 100%);
    }
    .product_worth .com-capability-list .ys_fadeup2:nth-child(3n){
        margin-right:0;
    }
    .product_worth .com-capability-list-nub {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        padding: 16px;
        display: block;
        border-radius: 0;
        background: none;
        border:0;
    }
    .product_worth .com-capability-list-tip{
        position: initial;
        padding-left:9px;
    }
    .product_worth .com-capability-list .com-capability-list-tip li{
        margin-right: 0;
    }
    .product_worth .wh{
        background-image: linear-gradient(90deg, #F0F5FF 0%, #F8FAFF 100%);
        border-radius: 16px;
        padding-bottom:16px;
    }


    @media screen and (max-width: 750px) {
        .pc_footer, .pc_details {
            display: none!important;
        }
        .mobile_footer, .mobile_details {
            display: block!important;
        }
        .ys_videom_close {
            right: 50%;
            transform: translateX(50%);
            bottom: -1.4em;
            top: auto;
        }
    }

    .footer-new-wrap div.addIndexMinkerFour .cont-bg {
        height: 307px;
        background-image: url(/static/images/index/index_bg.png);
    }
    .product_main_btn{
        width: 158px;
        height: 44px;
        line-height: 44px;
        border: 1px solid #005BFF;
        border-radius: 22px;
        margin: 0 auto 20px;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
    }
    .mobile_cont_desc {
        width: 272px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 18px auto 33px auto;
    }
    .mobile_desc_item {
        display: flex;
        align-items: center;
    }
    .mobile_desc_item:nth-of-type(1) {
        margin-right: 12px;
    }
    .mobile_desc_item:nth-of-type(2) {
        margin-right: 12px;
    }
    .mobile_desc_item img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .mobile_desc_item span {
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #01286F;
        letter-spacing: 0;
        text-align: center;
        line-height: 28px;
        font-weight: 500;
    }
    .mobile_banner_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_banner_btn .product_main_btn {
        width: 140px;
        height: 40px;
        border: 0.73px solid rgba(0,91,255,1);
        border-radius: 22px;
        line-height: 40px;
        margin-bottom: 0px;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #005BFF;
    }
    .mobile_banner_btn a:first-child .product_main_btn {
        background-image: linear-gradient(-83deg, #31BEFF 0%, #155EFF 88%);
        border: none;
        color: #fff;
        margin-right: 12px;
    }
    .mobile_cont_tag_list {
        width: 100%;
        padding: 0px 20px;
        position: absolute;
        left: 0;
        bottom: -48px;
        z-index: 1;
    }
    .mobile_cont_tag_list ul {
        background-image: linear-gradient(180deg, #F1F8FF 0%, #FFFFFF 56%);
        border: 1px solid rgba(255,255,255,1);
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.04);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 28px;
    }
    .mobile_cont_tag_list li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    .mobile_cont_tag_list li img {
        width: 12px;
        height: 14px;
        position: absolute;
        top: 2px;
        right: -10px;
    }
    .mobile_cont_tag_list li p:first-child {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        line-height: 28px;
        color: #191919;
        letter-spacing: 0;
        font-weight: 600;
    }
    .mobile_cont_tag_list li p:last-child {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        line-height: 18px;
        color: #585859;
        letter-spacing: 0;
        font-weight: 400;
        margin-top: 8px;
    }
    .mobile_cont_section {
        padding: 28px 0px 32px;
    }
    .mobile_cont_section .mobile_cont_tip {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        padding: 0px 20px;
    }
    .mobile_cont_section .mobile_cont_tip span {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        line-height: 32px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        margin: 0 12.5px;
    }
    .mobile_cont_section .mobile_cont_tip::before,
    .mobile_cont_section .mobile_cont_tip::after {
        content: "";
        width: 33.78px;
        height: 17px;
        background-image: url(/static/images/jqr/t_icon.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
    }
    .mobile_cont_iwrap {
        padding: 0px 20px;
    }
    .mobile_cont_iwrap li {
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.04);
        border-radius: 16px;
        position: relative;
        padding: 45px 16px 16px 16px;
        margin-bottom: 30px;
    }
    .mobile_cont_iwrap li:last-child {
        margin-bottom: 0px;
    }
    .mobile_cont_iwrap li .z_icon {
        position: absolute;
        width: 167px;
        height: 52px;
        left: 0px;
        top: -10px;
    }
    .mobile_cont_iwrap li .iwrap_tit {
        font-family: PingFangSC-Semibold;
        font-size: 17px;
        line-height: 24px;
        color: #FFFFFF;
        letter-spacing: 0;
        font-weight: 600;
        display: flex;
        align-items: center;
        position: absolute;
        left: 16px;
        top: -5px;
    }
    .mobile_cont_iwrap li .iwrap_tit img {
        width: 20px;
        height: 20px;
        margin-right: 9px;
    }
    .mobile_cont_iwrap li .iwrap_p {
        font-size: 14px;
        line-height: 22px;
        color: #282828;
        letter-spacing: 0;
        text-align: justify;
        line-height: 22px;
        font-weight: 400;
        padding-left: 20px;
        background-image: url(/static/images/jqr/b_gou.png);
        background-size: 12px 12px;
        background-position: 0 6px;
        background-repeat: no-repeat;
        margin-bottom: 12px;
    }
    .mobile_cont_iwrap li .iwrap_p span {
        font-family: PingFangSC-Medium;
        font-size: 16px;
        line-height: 22px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: justify;
        font-weight: 500;
        margin-left: 5px;
    }
    .mobile_cont_iwrap li .iwrap_p:last-child {
        margin-bottom: 0px;
    }
    .mobile_cont_iwrap li.advs_li {
        padding: 16px 19px 16px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_cont_iwrap .y_icon {
        width: 76px;
        height: 76px;
        margin-right: 22px;
        flex-shrink: 0;
    }
    .mobile_cont_iwrap .advs_tit {
        font-family: PingFangSC-Semibold;
        font-size: 17px;
        line-height: 24px;
        color: #191919;
        letter-spacing: 0;
        font-weight: 600;
        margin-bottom: 12.27px;
    }
    .mobile_cont_iwrap .advs_p {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #282828;
        letter-spacing: 0;
        text-align: justify;
        line-height: 20px;
        font-weight: 400;
        position: relative;
        margin-bottom: 8px;
        padding-left: 14px;
    }
    .mobile_cont_iwrap .advs_p:last-child {
        margin-bottom: 0px;
    }
    .mobile_cont_iwrap .advs_p span {
        color: #005BFF;
    }
    .mobile_cont_iwrap .advs_p:before {
        content: ' ';
        width: 4px;
        height: 4px;
        background: #005BFF;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .section_blue_bg {
        background-image: linear-gradient(179deg, #C6DCFF 0%, #F1F7FF 10%);
        border-radius: 20px 20px 0px 0px;
    }
    .mobile_cont_section .case_ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mobile_cont_section .case_li {
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.04);
        border-radius: 8px;
        width: calc((100% - 13px) / 2);
        padding: 0px;
        margin-bottom: 14px;
        position: relative;
    }
    .mobile_cont_section .c_icon {
        width: 100%;
        height: auto;
        margin-bottom: 6px;
    }
    .mobile_cont_section .case_tit {
        font-family: PingFangSC-Medium;
        font-size: 16px;
        line-height: 22px;
        color: #191919;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
    }
    .mobile_cont_section .case_desc {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        line-height: 17px;
        color: #787878;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        padding: 10px 12px 0px 12px;
    }
    .mobile_cont_section .case_todetail  {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mobile_cont_section .case_todetail span {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        line-height: 17px;
        color: #005BFF;
        letter-spacing: 0;
        font-weight: 400;
    }
    .mobile_cont_section .case_todetail img {
        width: 14px;
        margin-left: 6px;
    }

    </style>
    </head>
<body>
<!-- navigation -->
<!-- summer20220622 -->
<style>
  .layui-layer-ico,.layui-layer-ico2 {
    display: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 0px !important;
    height: 0px !important;
  }
  .layui-layer-msg {
    min-width: 100px !important;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    border-radius: 32px;
  }
  .layui-layer-padding {
    position: relative;
    padding: 20px !important;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 25px !important;
    text-align: center;
    border-radius: 32px;
  }
    .t_header_new{
    /* position: fixed; */
    /* top: 60px; */
    /* border-top: 1px solid #eee !important; */
    /* width: 100%; */
    /* left: 0px; */
    /* height: 112px; */
  }
  .t_headrulnew{
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    width: 1160px;
    flex-direction: column;
                  
  }
  .t_header_subname{
      font-size: 13px;
      font-family: PingFangSC-Regular;
      line-height: 20px;
      font-weight: 350;
      color: #a0a0a0;
  }
  .t_header_name span{
      font-weight: 500;
      font-size: 15px;
      line-height: 24px;
      font-family: PingFangSC-Medium;
      color: #005BFF;
      margin-bottom: 4px;
  }
  .t_headerli_new{
    /* padding: 0 25px 0 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-bottom: 40px; */
    cursor: pointer;
    width: 100%;
  }
  .t_head_a{
    /* padding: 0px 85px 0px 0px; */
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    margin-right: 51px;
    flex-shrink: 0;
  }
  .t_head_a_2{
  padding: 0px 0px 0px 0px;
  margin: 0;
  margin-top: 1px;
  border-color: transparent;
  text-decoration: none;
  line-height: 20px;
  text-transform: none;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  margin-right: 40px;
  width: 200px;
                    }
  .t_head_a_2:last-child {
    margin: 0;
  }
.t_header_name {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}         
.t_headerli_new .imgnohover2 {
    display: inline;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.t_head_child{
  display: flex;
  /* flex-wrap: wrap; */
}
.t_header1 {
  border-radius: 0px 0px 0px 0px !important;
  width: 1160px;
  margin: 0 auto;
  padding: 30px 0px 25px 0px !important;
  transform: none !important;
}
    :root {
        --margin: calc(0px - (100vw - 1200px));
    }
    .header .cont {
        position: static;
    }
    .header .nav .li .newPro {
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        padding: 0px;
        left: 0px !important;
        overflow-y: hidden;
        max-height: auto;
        /* background-image: linear-gradient(180deg, #EEF4FF 0%, #FFFFFF 35%); */
        box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.03);
        border-radius: 0px;
    }
    .header .nav .li .list {
        transition: top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    }
    .go_exp_hall {
      display: none;
    }
    .avater-wrap {
        position: relative;
        margin: 0px;
        /* width: 60px; */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        padding:0 9px;
        display: none;
    }
    .avater-wrap:hover .avaImg {
        border: 1px solid rgba(0,91,255,0.45);
        border-radius: 100%;
    }
    .avater-wrap .login-text {
        font-family: PingFangSC-Medium;
        font-size: 15px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        width: 60px;
        height: 36px;
        line-height: 36px;
    }
    .avater-wrap .login-text:hover {
        border-radius: 20px;
        background: rgba(0, 89, 255, 0.07);
        color: #005BFF;
    }
    .avater-modal {
        background: #fff;
        border-radius: 0 0px 12px 12px;
        box-shadow: 0px 4px 10px 0px rgba(0, 23, 64, 0.1);
        min-width: 10px;
        width: 198px;
        line-height: 20px;
        font-size: 14px;
        position: absolute;
        overflow-wrap: break-word;
        top: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2001;
        display: none;
        padding: 16px 0px 8px;
    }
    .avater-wrap .avater-modal .avater-modal-top { 
        padding: 0px 16px;
    }
    .avater-wrap .avater-modal .avater-modal-top .cdiv {
        display: flex;
        align-items: center;
        padding-bottom: 16px;
        border-bottom: 1px solid #eee;
    }
    .avater-wrap .avater-modal .avater-modal-top .cdiv img {
        width: 48px;
        height: 48px;
        margin-right: 8px;
    }
    .avater-modal-top-text .tit {
        font-family: PingFangSC-Regular;
        color: #999999;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 2px;
        font-size: 12px;
    }
    .avater-modal-top-text .desc {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #333333;
        line-height: 22px;
        font-weight: 600;
    }
    .avater-wrap .avater-modal .avater-modal-ul {
        padding-top: 8px;
        overflow: hidden;
    }
    .avater-wrap .avater-modal .avater-modal-li {
        display: flex;
        align-items: center;
        white-space: nowrap;
        cursor: pointer;
        display: flex;
        padding: 9px 18px;
        line-height: 22px;
    }
    .avater-wrap .avater-modal .avater-modal-li span {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #282828;
        text-align: left;
        line-height: 22px;
        font-weight: 400;
    }
    .avater-wrap .avater-modal .avater-modal-li img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .avater-wrap .avater-modal .avater-modal-li:hover {
        /* background: #e9efff; */
        /* color: #2764ff; */
        background: rgba(0,0,0,0.05);
    }
    .avater-modal-ul a{
      float: none!important;
    }
    .avater-wrap .avater-img {
        /* margin: 0 5px; */
        /* padding: 2px; */
        width: 40px;
        height: 40px;
        /* border-radius: 100%; */
        /* box-sizing: border-box; */
        /* vertical-align: middle; */
        /* background-color: #175DFF; */
    }
    .avater-arrow {
        /* position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 10px;
        z-index: -1; */
    }
    .avater-arrow::before {
        box-sizing: border-box;
        content: " ";
        height: 10px;
        position: absolute;
        transform: rotate(45deg);
        border: 1px solid #e4e7ed;
        background: #fff;
        width: 10px;
        z-index: -1;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-top-left-radius: 2px;
    }
    .cellTopList {
        overflow: auto !important;
    }
    .head_top_search {
        margin-left: 9px;
    }
    .search-box {
        width: 26px;
        height: 26px;
        position: relative;
    }


    .search-box img {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.36s;
    }

    .search-box img:nth-of-type(2) {
        width: 80%;
        opacity: 0;
    }

    .head_top_search.isshow .search-div .search-box img:nth-of-type(2) {
        opacity: 1;
    }

    .head_top_search.isshow .search-div .search-box img:first-child {
        opacity: 0;
    }
    .search-modal {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 390px;
        border-top: 1px solid #dfdede;
        display: none;
    }
    .search-modal::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }
    .search-modal::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    }
    .search-modal.show {
        display: block;
    }
    .search-modal-nub {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .search-input-con {
        width: 690px;
        font-size: 0;
        padding: 8px;
        border-bottom: 1px solid #dfdede;
        display: flex;
        justify-content: space-between;
    }
    .search-input {
        width: calc(100% - 30px);
        height: 30px;
        padding-right: 12px;
    }
    .search-input input {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        width: 100%;
        text-overflow: ellipsis;
        outline: 0!important;
    }
    .search-icon {
        width: 30px;
        cursor: pointer;
    }
    .header .nav .li .mk i {
        display: none;
    }
    .popup_mark {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.5);
        z-index:999;
    }
    .popup_box {
        width:360px;
        min-height:228px;
        position:absolute;
        left:50%;
        top:50%;
        transform: translate(-50%, -50%);
        background:#fff;
        box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.2);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .popup_box p {
        font-family: PingFangSC-Semibold;
        text-align:center;
        padding-bottom:5px;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
    }
    .popup_tit {
        font-size: 16px;
        color: #282828;
        font-weight: 600;
    }
    .popup_desc {
        font-size: 14px;
        color: #282828;
        font-weight: 400;
    }
    .popup_box .popup_link {
        display: flex;
        align-items: center;
    }
    .popup_box .popup_link .copybtn {
        width: 18px;
        height: 18px;
        margin-left: 8px;
        background-image: url("/static/images/copy_hui.png");
        background-size: cover;
        cursor: pointer;
    }
    .popup_box .popup_link .copybtn:hover {
        background-image: url("/static/images/copy_lan.png");
    }
    .popup_box span {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #005BFF;
        font-weight: 600;
        
    }
    .popup_box span:hover {
        text-decoration: underline;
    }
    .popup_box h3 {
        width:104px;
        line-height:38px;
        text-align:center;
        margin-top: 30px;
        cursor:pointer;
        background: rgba(0,91,255,0.07);
        border: 1px solid rgba(0,91,255,0.5);
        border-radius: 19px;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #005BFF;
        font-weight: 400;
    }
    .closePopup {
        position:absolute;
        right:11px;
        top:11px;
        width:13px;
        height:13px;
        background:#fff;
        border-radius:50%;
        cursor:pointer;
        display: none;
    }
    .closePopup:before {
        content:'\0a';
        display:block;
        width:13px;
        height:2px;
        background:#bbb;
        transform:rotate(45deg);
        position:absolute;
        right:0;
        top:6px;
    }
    .closePopup:after {
        content:'\0a';
        display:block;
        width:13px;
        height:2px;
        background:#bbb;
        transform:rotate(-45deg);
        position:absolute;
        right:0;
        top:6px;
    }
    .cellEnd {
      display: flex;
      align-items: center;
    }
    .cellEnd .avater-wrap {
      height: 54px;
    }
    .cellEnd .avater-wrap .avater-img {
      width: 28px;
      height: 28px;
    }
    .menuEnd {
        display: flex;
        align-items: center;
        width: 30px;
    }
    .menuEnd .iconfont {
        /* color: #2d65f2; */
        color: #333 !important;
        cursor: pointer;
    }
    .ys_phnavss_xl {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
    }
    .ys_phnavss_xl {
        display: none;
        padding: 16px 20px;
        border-top: 1px solid #eee;
        box-shadow: 0 5px 8px rgb(0 0 0 / 5%);
    }
    .ys_phnavss_form {
        width: 100%;
    }
    .ys_phnavss_form input {
        display: inline-block;
        height: 40px;
        width: calc(100% - 30px);
        border-bottom: 1px solid #eee;
    }
    .ys_phnavss_form button {
        width: 20px;
        display: inline-block;
    }
    .menuEnd .sole {
        margin-left: 10px;
    }
    .menuAvater {
        margin-left: 8px;
    }
    .cellTopHear .sole .em {
        background: #333;
    }
    .mobile_cellTopHear{
        height: 54px;
        padding: 0 14px;
        border-bottom:0;
    }
    .mobile_cellTopHear .sole .em{
        background: #151515;
    }
    .mobile_cellTopHear .mobile_top_right{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile_cellTopHear .mobile_top_right .mlr10{
        margin:0 10px 0 5px;
    }
    .mobile_cellTopHear .mobile_top_icon{
        width:28px;
    }
    .mobile_cellTopHear .mobile_top_icon img{
        width:100%;
    }
    .mobile_cellTopList{
        top:54px;
    }
    .soleClose {
        display: none;
    }
    .cellTopHear .sole {
        display: block;
    }
    .cellTopHear .sole.sole2 {
        display: none;
    }

    .register_login_main{
      width:384px;
      position: fixed;
      left:50%;
      top:50%;
      z-index: 10;
      background-color: #f00;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      margin-top:-20px;
      background: #FFFFFF;
      box-shadow: 0px 6px 20px 0px rgba(0,53,148,0.15);
      border-radius: 20px;
  }
  .register_login_main_scroll{
    /* top:32px; */
    /* bottom:32px; */
    transform: translate(-50%,-50%);
    margin-top:0;
  }
  .register_login_pop_up,.register_quit_box,.register_timeOut_box{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 100;
    display: none;
  }
  .register_login_close{
    position: absolute;
    right:-18px;
    top:-20px;
    cursor: pointer;
    width:24px;
    height: 24px;
    opacity: 0.6;
    transition: opacity 0.2s;
  }
  .register_login_close:hover{
    opacity: 1;
  }
  .video_close{
    cursor: pointer;
    width:24px;
    height: 24px;
    opacity: 0.6;
    transition: opacity 0.2s;
  }
  .video_close:hover{
    opacity: 1;
  }
  .register_login_title{
    margin:40px 80px 24px;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
    background: linear-gradient(to right, #155EFF, #0C81FB,#31BEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .register_login_form{
    padding:0 32px 32px;
  }
  .register_form_frist{
    padding-bottom:100px;
  }
  .register_login_input_box{
    position: relative;
  }
  .register_login_input_label{
    background: #FFFFFF;
    border: 1px solid rgba(210,210,210,1);
    border-radius: 6px;
    width:100%;
    padding-left:12px;
    display: block;
    overflow: hidden;
  }
  .register_login_input_error{
    border-color: red!important;
  }
  .register_login_input{
    height: 38px;
    width:100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #282828;
    letter-spacing: 0;
    text-align: justify;
  }
  .register_login_form_tip{
    position: absolute;
    left: 0;
    top: 42px;
    color: red;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    display: none;
    line-height: 1;
  }
  .register_login_tip{
    color: red;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    display: none;
  }
  .register_login_button_box{
    width:100%;
    margin-top:24px;
    overflow: hidden;
    display: flex;
    justify-content: space-between; 
    font-size: 0;
    height: 46px;
  }
  .register_button_box{
    position: absolute;
    bottom:32px;
    left:32px;
    right: 32px;
    width: auto;
  }
  .register_login_button_box_postion{
    position: absolute;
    bottom:0;
    left:32px;
    right: 32px;
    width: auto;
    background-color: #Fff;
    height: 108px;
    padding-top:24px;
  }
  .register_login_button{
    height: 44px;
    width:100%;
    background: #005BFF;
    border-radius: 22px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    line-height: 44px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .register_login_button_white{
    background: #F5F5F6;
    color: #585858;
  }
  .register_login_button span{
    position: relative;
    z-index: 1;
  }
  .login_title{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 600;
    margin:40px 0 16px 32px;
    overflow: hidden;
  }

  .login_first_title .send-sms-code-new{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #005BFF;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
    float: right;
    line-height: 38px;
    cursor: pointer;
    position: absolute;
    top:1px;
    right:12px;
    height: 37px;
    background-color: #Fff;
  }
  .login_first_title_phone{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 600;
    margin:40px 0 16px 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32px;
  }
  .login_first_title_phone p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #787879;
    letter-spacing: 0;
    font-weight: 400;
  }

  .login_pass_eye{
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
  }
  .login_pass_eye_img_open{
    display: none;
  }
  .login_pass_eye_img{
    width:16px;
    height: 16px;
    opacity: 0.4;
    transition: opacity 0.2s;
  }
  .login_pass_eye_img:hover{
    opacity: 1;
  }
  .register_login_policy{
    margin-top:16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .register_login_policy p{
    color: #787878;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  .register_login_policy a{
    color: #005BFF;
  }
  .register_login_policy.on .regiter_checkbox{
    background: url(/static/images/pc/register_login/checkbox-sel.png) no-repeat;
    background-size: 16px 16px;
  }
  .register_login_policy.on .regiter_checkbox{
    border-color: #005BFF;
  }
  .regiter_checkbox{
    padding:8px;
    margin-right:6px;
    background: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
    background: url(/static/images/pc/register_login/checkbox-nor.png) no-repeat;
    background-size: 16px 16px;
  }
  .regiter_checkbox:hover{
    background: url(/static/images/pc/register_login/checbox-hov.png) no-repeat;
    background-size: 16px 16px;
  }
  .register_login_btn_box_left{
    width:100px;
    /* float: left; */
    display: inline-block;
  }
  .register_login_btn_box_right{
    width:210px;
    /* float:right; */
    display: inline-block;
  }
  .register_login_ok{
    padding:21px 47px 21px 45px;
    background: rgba(0,0,0,0.58);
    border-radius: 32px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    position: fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top:-20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .register_login_ok p{
    display: inline-block;
  }
  .register_ing{
    padding:24px 31px 22px;
    background: rgba(0,0,0,0.58);
    border-radius: 32px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
    position: fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top:-20px;
    z-index: 101;
  }
  .register_login_ok_img{
    width:22px;
    height: 22px;
    margin-right:6px;
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: middle;
  }
  .register_code{
    position: absolute;
    right:12px;
    top:1px;
    display: flex;
    align-items: center;
    height: 38px;
  }
  .register_code_img{
    width:75px;
    height: 32px;
    margin-right:12px;
  }
  .register_code_img_title{
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
    transition: color 0.2s;
  }
  .register_code_main{
    cursor: pointer;
  }
  .register_code_main .register_code_img_title:hover{
    color:#005BFF;
  }
  .register_second::-webkit-scrollbar {
    display: none;
  }
  .register_form_scroll::-webkit-scrollbar {
    display: none;
  }
  .register_second_input_industry_select::-webkit-scrollbar {
    width: 10px !important;
  }

  .register_second_input_industry_select::-webkit-scrollbar-thumb {
    border-radius: 10px;
   	border-style: dashed;
    border-color: transparent;
    border-width: 3px;
    background-clip: padding-box;
    background-color: rgba(157, 165, 183, 0.5);
  } 
  /* .register_form_scroll{
    max-height: calc(100vh - 64px - 108px - 104px);
    overflow-y: auto;
  } */
  .register_second{
    max-height: calc(100vh - 64px);
    -webkit-overflow-scrolling: touch; /* 对移动设备友好的滚动 */
    overflow-y: scroll; /* 垂直滚动 */
  }
  .register_second_input_industry{
    /* cursor: pointer; */
  }
  .register_second_input_industry_select{
    position: absolute;
    top:41px;
    left:0;
    width:100%;
    background-color: #Fff;
    z-index: 2;
    display: none;
    border: 0.8px solid rgba(210,210,210,1);
    box-shadow: 0px 0px 20px 0px rgba(32,108,255,0.08);
    /* max-height: calc(100vh - 64px - 104px - 54px - 38px - 108px); */
    overflow-y: auto!important;
    height: 210px;
    border-radius: 6px;
  }
  .register_second_input_industry_select li{
    height: 40px;
    line-height: 40px;
    transition: all 0.2s;
    cursor: pointer;
    padding-left:12px;
  }
  .register_second_input_industry_select li.industry_select_active{
    background-color: #005BFF;
    color:#fff;
  }
  .register_second_input_industry_select li:not(.industry_select_active):hover{
    background: #F3F5FC;
  }
  .register_second_input_industry_icon{
    position: absolute;
    right:12px;
    top:12px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s;
  }
  .register_second_input_industry_icon.register_second_input_industry_icon_rotate{
    transform: rotate(180deg);
  }
  .before_blue::before{
    content: ' ';
    width: 100%;
    height: 250px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0);
    background: #1c47c9;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-out;
    z-index: 1;
  }
  .before_blue:hover::before{
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
  }
  .before_white::before{
    content: ' ';
    width: 100%;
    height: 250px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0);
    background: #005BFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-out;
    z-index: 1;
  }
  .before_white:hover{
      color:#fff!important;
  }
  .before_white:hover::before{
      transform: translate3d(-50%, -50%, 0) scale(1);
      opacity: 1;
  }
  .register_login_pop_up input::placeholder{
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
    text-align: justify;
  }
  .register_pass_tip{
    position: absolute;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 10px;
    /* box-shadow: 0px 8px 16px 10px rgba(0,0,0,0.07);; */
    min-width: 10px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    overflow-wrap: break-word;
    /* top: 50px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 1000;
    display: none;
    bottom:50px;
  }
  .register_pass_tip p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4B4B4B;
    line-height: 24px;
    font-weight: 400;
  }
  .register_pass_tip .avater-arrow {
    position: absolute;
    bottom: -5px;
    left: 10px;
    /* transform: translateX(-50%); */
    width: 10px;
    height: 10px;
    z-index: -1;
  }
  .register_pass_tip .domain-arrow {
    left: 5%;
  }
  .mrt32{
    margin-top:32px;
  }
  .mrtnone{
    margin-top:0;
  }
  .mrlnone{
    margin-left:0;
  }
  .mart20{
    margin-top:20px;
  }
  .mart24{
    margin-top:24px;
  }
  .mart4{
    margin-top:4px;
  }
  .mrb16{
    margin-bottom:16px;
  }
  .login_first,.register_first,.register_first,.register_second,.register_login_ok,.register_ing{
    display: none;
  }
  .send-on {
	  color: #c1c1c1 !important;
	  cursor: not-allowed;
  }
  .register_quit_tip{
    position: absolute;
    width:320px;
    height: 230px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0,53,148,0.15);
    border-radius: 16px;
  }
  .register_quit_title{
    padding:40px 90px 16px;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #FF5B02;
    font-weight: 600;
    background: linear-gradient(to right, #FF1A1A, #FF5B5B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
    text-align: center; 
  }
  .register_timeOut_title{
    padding:42px 90px 8px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #282829;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
  }
  .register_timeOut_cont{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FF1D1D;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
  }
  .register_quit_cont{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #282828;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    width:154px;
    margin:0 auto 24px;
  }
  .register_quit_btn{
    padding:0 32px;
  }
  .register_quit_btn .register_login_btn_box_right{
    width:146px;
  }
  .hot_wrap {
    width: 32px;
    height: 14px;
    background: #FF3C52;
    border-radius: 2px;
    font-family: PingFangSC-Medium;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: 500;
    margin-left: 8px;
    text-align: center;
  }
  .new_wrap {
    background: #FF762A;
  }
  .cell_quit_pop {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 100;
    display: none;
  }
.cell_quit_box {
    width: 100%;
    position: fixed;
    left:50%;
    bottom: 30px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0px 16px;
}
.quitBtn {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: PingFangSC-Medium;
    font-size: 17px;
    color: #282828;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
}
.quitCancelBtn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: PingFangSC-Medium;
    font-size: 17px;
    color: #282828;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}