.ldy_banner {
    position: relative;
}
.ldy_banner .bannerimg {
    width: 100%;
    height: 478px;
    background-color: #f6f6fe;
}
.ldy_banner .bannerimg>img {
    width: 100%;
    height: 478px;
    object-fit: cover;
}
.ldy_banner .minBox {
    position: absolute;
    left: 50%;
    top: 0;
    height: 478px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.ldy_banner .minBox .text_box_tit .h1 {
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    line-height: 56px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ldy_banner .minBox .text_box_tit .h1 span {
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    line-height: 72px;
    font-weight: 600;
    background: linear-gradient(to right, #003AF0, #008CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ldy_banner .minBox .text_box_tit .desc {
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #000000;
    line-height: 52px;
    font-weight: 600;
}
.ldy_banner .minBox .text_box_tit .fdesc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 14px;
}
.bannerTag {
    margin-top: 16px;
}
.bannerTag li {
    display: flex;
    align-items: center;
}
.bannerTag li span {
    opacity: 0.8;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}
.bannerTag li img {
    width: 9px;
    margin-right: 10px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.banner-boutton {
    margin-top: 42px;
}
.banner-boutton a {
    float: left;
    margin-right: 14px;
}
.newBannerButton {
    width: 156px;
    height: 48px;
    background: #005BFF;
    border-radius: 24px !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;
}
.btnWhite {
    background: #fff !important;
    /* border: 1px solid #005BFF !important; */
    color: #005BFF !important;
}
.wave-wrap:hover {
    border: none !important;
}
.btnWhite.wave-wrap::before {
    background: #005BFF;
}
.ldy_register_form {
    width: 384px;
    position: absolute;
    top: 120px;
    right: 50%;
    z-index: 10;
    background-color: #f00;
    -webkit-transform: translateX(540px);
    transform: translateX(540px);
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgb(0 53 148 / 15%);
    border-radius: 20px;
}
.ldy_statistics {
    position: relative;
    padding: 70px 0px 60px;
}
.ldy_mobile_container {
    position: relative;
}
.ldy_statistics .static_text {
    margin: 0 auto;
}
.ldy_statistics .static_text .static_text_title {
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 60px;
}
.ldy_statistics .static_text .static_text_inner {
    display: flex;
    justify-content: space-between;
}
.static_text_item img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}
.static_text_item p:nth-of-type(1) {
    font-family: DINAlternate-Bold;
    font-size: 32px;
    line-height: 37px;
    height: 37px;
    color: #000000;
    font-weight: 700;
}
.static_text_item p:nth-of-type(2) {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.65);
    font-weight: 400;
    margin-top: 3px;
}
.static_text_item p span {
    font-size: smaller; /* 或者使用具体的大小值 */
    line-height: 0; /* 减少行高以使文本下沉 */
    vertical-align: baseline; /* 调整垂直对齐 */
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 42px;
    font-weight: 400;
    margin-left: 3px;
}
.pc_ldy {
    background: #F4F7FE;
}
.ldy_container {
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ldy_container_title {
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.ldy_container_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #111111;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
    margin-top: 12px;
}
.ldy_container_dmx {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
}
.ldy_container_dmx_item {
    width: 348px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(205,215,227,0.24);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.ldy_container_dmx_item:last-child {
    margin-bottom: 0px;
}
.ldy_container_dmx_item_title {
    display: flex;
    align-items: center;
    position: relative;
}
.ldy_container_dmx_item_title::before {
    content: "";
    width: 22px;
    height: 22px;
    /* background: #D8D8D8; */
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    left: 5px;
    bottom: -4px;
    background: url(/Public/images/znkf/pro_shadow.png) no-repeat;
    background-size: 22px 22px;
    display: none;
}
.ldy_container_dmx_item_title img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    position: relative;
    z-index: 2;
}
.ldy_container_dmx_item_title p {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    line-height: 33px;
    position: relative;
    z-index: 2;
}
.ldy_container_dmx_item_desc {
    opacity: 0.85;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
    margin-top: 24px;
}
.ldy_container_dmx_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    font-weight: 400;
    line-height: 20px;
    margin-top: 13px;
}
.ldy_container_dmx_left {
    position: relative;
    z-index: 2;
}
.ldy_container_dmx_right {
    position: relative;
    z-index: 2;
}
.ldy_container_dmx_bg_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ldy_container_dmx_left_bg {
    width: 495px;
    height: 495px;
    margin-right: 44px;
    position: relative;
}
.ldy_container_dmx_right_bg {
    width: 495px;
    height: 495px;
    position: relative;
}
.dmx_bg {
    width: 100%;
    height: 100%;
}
.dmx_plus {
    width: 98px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.dmx_ctkf {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
}
.dmx_aifn {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
}

.ldy_container .newBtnAd,
.ldy_mobile_container .newBtnAd {
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 36px;
    cursor: pointer;
}
.ldy_container .newBtnAd span,
.ldy_mobile_container .newBtnAd span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.ldy_container .newBtnAd .icon,
.ldy_mobile_container .newBtnAd .icon {
    width: 16px;
    height: 12px;
    margin-left: 3px;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    right: 0px;
    background-image: url(/Public/images/pc/index/pc_index_icon_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ldy_mobile_container .newBtnBlue,
.ldy_container .newBtnBlue {
    background: #175DFF;
}
.ldy_container .newBtnWhite {
    background: #fff;
    border: 1px solid #fff;
}
.ldy_container .newBtnWhite span {
    color: #005bff;
    cursor: pointer;
}
.ldy_container .newBtnWrap,
.ldy_mobile_container .newBtnWrap {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 48px;
    border-radius: 36px;
    cursor: pointer;
    margin: 0 auto;
}
.ldy_container .newBtnWrap::before,
.ldy_mobile_container .newBtnWrap::before {
    content: ' ';
    width: 500px;
    height: 500px;
    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;
    cursor: pointer;
}
.ldy_container .newBtnWrapWhite {
    margin-right: 12px;
}
.ldy_container .newBtnWrapWhite::before {
    background: #005BFF;
}
.ldy_mobile_container .newBtnWrap:hover::before,
.ldy_container .newBtnWrap:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
}
.ldy_container .newBtnWrapWhite:hover .newBtnWhite span {
    color: #fff;
}

.ldy_container_zl {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.zl_left {
    width: 277px;
    height: 319px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px;
    flex-shrink: 0;
}
.zl_left li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #111111;
    font-weight: 400;
    width: 100%;
    height: 70px;
    margin-bottom: 8px;
}
.zl_left li:last-child {
    margin-bottom: 0px;
}
.zl_left li img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.zl_left li:hover {
    background: rgba(0, 89, 255, 0.1);
    color: #005BFF;
    border-radius: 8px;
}
.zl_left li.active {
    background: #005BFF;
    border-radius: 8px;
    color: #fff;
}
.zl_left li img.white {
    display: none;
}
.zl_left li img.blue {
    display: block;
}
.zl_left li.active .white {
    display: block;
}
.zl_left li.active .blue {
    display: none;
}
.zl_right {
    width: calc(100% - 302px);
}
.zl_right_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* justify-content: space-between; */
}
.zl_right a {
    width: calc((100% - 32px) / 3);
    margin-bottom: 16px;
    margin-right: 16px;
}
.zl_right li {
    width: 100%;
    height: 152px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    
}
.zl_right a:nth-of-type(3n) {
    margin-right: 0px;
}
.zl_right a:nth-of-type(n + 4) {
    margin-bottom: 0px;
}
.zl_title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #111111;
    font-weight: 600;
}
.zl_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #41464F;
    line-height: 20px;
    font-weight: 400;
    margin-top: 12px;
}
.zl_bottom {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.zl_bottom p {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #005BFF;
    line-height: 16px;
    font-weight: 400;
    margin-right: 8px;
}
.zl_bottom img {
    width: 13px;
    height: auto;
    position: absolute;
    left: 59px;
    bottom: 50%;
    transform: translateY(50%);
}
.zl_right li:hover img {
    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% {
        left: 59px
    }

    33% {
        left: 65px
    }

    67% {
        left: 59px
    }

    to {
        left: 59px
    }
}
.ldy_container_ld_desc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #005BFF;
    text-align: right;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.ldy_container_ld_desc img {
    width: 20px;
    height: 20px;
}

.ldy_container_ld {
    margin-top: 30px;
}
.ldy_container_ld_nav {

}
.ldy_container_ld_nav ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ldy_container_ld_nav ul li {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #111111;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    position: relative;
}
.ldy_container_ld_nav ul li.active {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #005BFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.ldy_container_ld_nav ul li.active::after {
    content: "";
    width: 80%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: #175DFF;
}
.ldy_container_ld_content {
    margin-top: 30px;
}
.pc_index_art {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #41464F;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.index_pc_big_case_top{
    position: relative;
}
.index_pc_big_case .index_pc_big_case_titip{
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    padding-top:60px;
    text-align: center;
    line-height: 46px;
}
.index_pc_big_case .index_pc_big_case_titip span{
    color: #005BFF;
    margin:0 5px;
    font-size:42px;
}
.index_pc_big_case{
    max-width: 2560px;
    margin:0 auto;
}
.index_pc_big_case .index_pc_big_case_tip{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
    margin-top:11px;
}
.index_pc_big_case .index_pc_big_case_mainImg{
    width:100%;
    /* background-image: linear-gradient(28deg, #005BFF 0%, #1B77FF 150%); */
    height: 75px;
    position: relative;
    margin-top:30px;
    margin-bottom: -1px;
    /* background-image: linear-gradient(60deg, #0656E5 0%, #1B77FF 100%); */
    background: #005BFF;
}
.index_pc_big_case_top .swiper-slide{
    width:110px!important;
    height: 42px;
    -webkit--border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    margin-right:12px!important;
    border: 1px solid rgba(255,255,255,0.3);
}
/* .index_pc_big_case_top .swiper-slide:nth-child(1){
    width:150px!important;
} */
.index_pc_big_case .index_pc_big_case_top .img1{
    display: block;
}
.index_pc_big_case .index_pc_big_case_top .img2{
    display: none;
    position: absolute;
    z-index:3;
}
/* .index_pc_big_case .index_pc_big_case_top .swiper-slide:hover .img1{
    display: none;
} */
.index_pc_big_case .index_pc_big_case_top .swiper-slide-thumb-active .img1{
    display: none;
}
.index_pc_big_case .index_pc_big_case_top .swiper-slide-thumb-active .img2{
    display: block;
}
/* .index_pc_big_case .index_pc_big_case_top .swiper-slide:hover .img2{
    display: block;
} */
.index_pc_big_case ul{
    height: 60px;
    text-align: center;
    font-size:0;
}
.index_pc_big_case ul li{
    display: inline-block;
    margin-right: 1px;
}
.index_pc_big_case_top .swiper-slide:last-child{
    margin-right:0;
}
.index_pc_big_case_top .swiper-slide img{
    width:156px;
    height: 60px;
}
.index_pc_big_case_top .swiper-slide div{
    position: relative;
    z-index:2;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    transition: all 0.1s;
}
.index_pc_big_case_top .swiper-slide::before{
    content: ' ';
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: -1;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.index_pc_big_case_top .swiper-slide-thumb-active{
    /* border-color:#fff; */
    border: none;
}
.index_pc_big_case_top .swiper-slide-thumb-active div {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #005BFF;
    font-weight: 600;
}
.index_pc_big_case_top .swiper-slide-thumb-active::before{
    /* color: #005BFF;
    font-weight: 600;
    background: #fff; */
    opacity: 1;
}
.index_pc_big_case_img{
    height: 420px;
    transform: none;
    /* object-fit: cover; */
    margin:0 auto;
    position: absolute;
    left:50%;
    top:0;
    z-index:1;
    max-width: 1280px;
    cursor: default;
}
.index_pc_big_case_details{
    position: relative;
    height: 420px;
}
.index_pc_big_case_main{
    width:1440px;
    position: absolute;
    height: 420px;
    right:50%;
    top:0;
    transform: translateX(160px);
    /* background-image: linear-gradient(-40deg, #4ED1FF -100%, #005BFF 83%); */
}
@media screen and (max-width: 1440px) {
    .index_pc_big_case_main {
        transform: translateX(180px);
    }
}
.index_pc_big_case_left{
    text-align: left;
    padding:44px 0 58px;
    float: right;
    width:610px;
    margin-right:150px;
}
.index_pc_big_case_left_p1{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 500;
}
.index_pc_big_case_left_p2{
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 42px;
    font-weight: 600;
    margin:16px 0 21px;
    letter-spacing: 1px;
}
.index_pc_big_case_left_p3{
    opacity: 0.9;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 400;
    margin-bottom:54px;
}
.index_pc_big_case_left a{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    position: relative;
}
.index_pc_big_case_right{
    float: right;
    width:245px;
    height: 245px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    background-color: #fff;
    padding-top:55px;
    margin-top:83px;
}
.index_pc_big_case_left a:after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 4px;
    margin-top: 2px;
    width: 14px;
    height: 12px;
    background: url(/Public/images/pc/index_pc_icon_1_1.png?v=1) no-repeat;
    background-size: 14px 12px
}
.index_pc_big_case_left a:hover:after {
    animation: iconFrames2 .9s linear infinite
}
/* .index_pc_big_case_top .swiper-slide::after {
    content: '';
    width: 0;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
} */
/* .index_pc_big_case_top .swiper-slide-thumb-active::after {
    width: 100%;
    transition: all 1s;
} */
.mySwiperCloud {
    position: absolute;
    left: 50%;
    top: 16px;
    /* width: 1152px; */
    width: 1200px;
    overflow: hidden;
    /* transform: translateX(-600px); */
    transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
    .mySwiperCloud {
        position: absolute;
        left: 50%;
        top: 16px;
        /* width: 1112px; */
        width: 1160px;
        overflow: hidden;
        /* transform: translateX(-580px); */
        transform: translateX(-50%);
    }
}
.mySwiper2 .swiper-slide{
    position: relative;
    height: 420px;
    background: #0656E5;
}
.mod_title_2{
    font-size:26px!important;
}
.mod_desc_2{
    margin-top:5px!important;
}
.wh_bg{
    width:100%!important;
    top:20px!important;
}
.mod_box{
    background: url(/Public/images/index_cell/wh_bg_big.png) no-repeat;
    background-size: cover;
}
.mod_box .cellContainer,.mod_box .myCellSwiper{
    background: none;
}
.cycle_tab_mask{
    position: absolute;
    width:30px;
    height: 42px;
    background: rgba(255,255,255,0.8);
    /* -webkit-backdrop-filter: saturate(50%) blur(4px);
    backdrop-filter: saturate(50%) blur(4px); */
    right: 0;
    top:0;
    z-index:2;
}
.cycle_tab_mask_ld{
    position: absolute;
    width:30px;
    height: 42px;
    background: rgba(255,255,255,0.8);
    /* -webkit-backdrop-filter: saturate(50%) blur(4px);
    backdrop-filter: saturate(50%) blur(4px); */
    right: 0;
    top:0;
    z-index:2;
}
@keyframes bigImg {
    0% {
        height: 60%;
        bottom: -170px
    }

    to {
        height: 100%;
        bottom: 0
    }
}
div.addIndexMinkerFour .cont-bg {
    height: 320px !important;
}
.pc-indexMinker-business-new .bg-morecustomer-content-title {
    display: none !important;
}
.index_pc_big_case .index_pc_big_case_titip {
    padding-top: 0px !important;
}
div.indexMinker-business-new {
    padding-top: 0px !important;
    margin-top: -20px !important;
}
.ldy_bg {
    position: absolute;
    bottom: -110px;
    z-index: -1;
    width: 100%;
    height: 518px;
    object-fit: cover;
}
.index_pc_big_case_left a {
    display: flex;
    align-items: center;
}
.index_pc_big_case_left a:after {
    position: static !important;
    margin-left: 12px;
}
.my-button-next,
.my-button-prev {
    width: 56px;
    height: 74px;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-button-next img,
.my-button-prev img {
    width: 24px;
    height: 24px;
}
.my-button-next:hover img,
.my-button-prev:hover img {
    opacity: 0.8;
}
.my-button-prev {
    left: 50%;
    top: -74px;
    transform: translateX(-581px);
    justify-content: flex-start;
    background-image: linear-gradient(to right, #005BFF 69%, rgba(0,91,255,0.50) 100%);
}
.my-button-next {
    right: 50%;
    top: -74px;
    transform: translateX(580px);
    justify-content: flex-end;
    background: linear-gradient(to left, rgb(0,91,255) 69%, rgba(0,91,255,0.5) 100%);
}
.swiper_buttons_hidden {
    display: none;
    pointer-events: none;
}
@media screen and (min-width: 1440px) {
    .my-button-prev {
        left: 50%;
        top: -74px;
        transform: translateX(-601px);
    }
    .my-button-next {
        right: 50%;
        top: -74px;
        transform: translateX(601px);
    }
}
.ldy_form_title {
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    background: none;
    -webkit-text-fill-color: #000;
}
.mobile_ldy {
    display: none;
}
.ldy_register_login_ok {
    padding: 32px 45px 76px 45px;
    background: #fff;
    border-radius: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -20px;
    z-index: 9999;
    display: none;
}
.ldy_register_login_ok_img {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.ldy_register_login_ok_img img {
    width: 40px;
    height: 40px;
}
.ldy_register_login_ok p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454546;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5em;
}
.ldy_pop_close {
    background: #FFFFFF;
    border: 1px solid rgba(225,225,226,1);
    border-radius: 16px;
    text-align: center;
    width: 72px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 32px;
    bottom: 12px;
    cursor: pointer;
}
#get_code {
    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: 38px;
    background-color: #Fff;
}
div.indexMinker-new {
    padding: 70px 0px !important;
}
div.indexMinker-new .h2 {
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
div.indexMinker-new .mk {
    font-size: 14px;
    color: #787878;
    line-height: 18px;
    margin-top: 6px;
}
.btnWhite {
    background: #fff !important;
    /* border: 1px solid #005BFF !important; */
    color: #005BFF !important;
}
.wave-wrap:hover {
    border: none !important;
}
.btnWhite.wave-wrap::before {
    background: #005BFF;
}
.wave-wrap::before {
    background: #175DFF;
}
.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 {
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
}
.funBg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 818px;
    transform: none;
    right: auto;
    object-fit: cover;
}
.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: 28px;
    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: 568px;
}
.model-text-list .model-img-picture {
    width: 568px;
    height: 383px;
}
.model-text-list .model-img-picture img {
    width: 100%;
    height: 100%;
}
.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-Medium;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
    line-height: 25px;
    font-weight: 400;
}
.model-tln-desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    font-weight: 400;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    margin-top: 8px;
}
.clients-slide {
    width: 100%;
    /* height: 420px; */
    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:hover {
    color: #005BFF;
    background: rgba(0,91,255,0.1);
} */
.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;
}
.clients-slide-content .content-left img {
    width: 100%;
    height: 100%;
}
.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;
}
.clients-slide-content .content-right {
    width: calc(100% - 387px);
    margin-left: 0px !important;
}
.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;
}
.ftit {
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #222;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    margin-top: 70px;
}
.moreBox {
    margin-top: 32px;
}
.moreBox a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #005BFF;
    font-weight: 400;
}
.whiteB {
    background: #fff;
}
.ldy_dmx {
    background: #F7F8FC;
}
.sp_container {
    background-image: linear-gradient(177deg, #F1F5FC 25%, #DAEAFF 100%);
}
.pcTitle {
    display: block;
}
.mTitle {
    display: none;
}

@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;
}
.mfty_btn {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #005BFF;
    line-height: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 28px;
    cursor: pointer;
}
.mfty_btn img {
    width: 20px;
    height: 20px;
    margin: 2px 0px 0px 0px;
}
.sm_container {
    padding-bottom: 80px;
    position: relative;
    /* background-image: linear-gradient(180deg, #EDF4FF 23%, #DAEAFF 100%); */
    background: #F4F7FE;
}
.ldy_container_sm {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.sm_item {
    padding: 20px;
    position: relative;
    box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.04);
}
.sm_icon {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0px;
    right: 20px;
    z-index: 1;
}
.sm_cont_left_top {
    width: 308px;
    height: 338px;
    background: #FBFDFF;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 12px;
}
.sm_cont_left_bottom {
    width: 308px;
    height: 212px;
    background: #FBFDFF;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 12px;
    margin-top: 20px;
}
.sm_cont_right_top {
    width: 308px;
    height: 316px;
    background: #FBFDFF;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 12px;
}
.sm_cont_right_bottom {
    margin-top: 20px;
    width: 308px;
    height: 234px;
    background: #FBFDFF;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 12px;
}
.sm_bg_wrap {
    width: 779px;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.sm_img_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.sm_img_top img {
    width: 20px;
    height: 20px;
}
.sm_img_top p {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    background: linear-gradient(to right, #003AF0, #008CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sm_text_item {
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}
.sm_text_item:last-child {
    margin-bottom: 0px;
}
.sm_text_item p:first-child {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}
.sm_text_item p:last-child {
    opacity: 0.75;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
}
.js_container {
    background: #fff url(/Public/images/znkf/js_bg.png) no-repeat;
    background-size: 100% 880px;
}
.ldy_container_js {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 36px;
    position: relative;
    flex-wrap: wrap;
}
.ldy_container_js_item {
    width: calc((100% - 48px) / 3);
    height: 356px;
    background: #F8FAFE;
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.04);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    margin-bottom: 24px;
}
.ldy_container_dmx_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ldy_container_dmx_item_title p {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    line-height: 33px;
}
.ldy_container_dmx_item_title img {
    width: 33px;
    height: 33px;
}
.ldy_container_dmx_item_tip {
    opacity: 0.75;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 8px;
}
.ldy_container_dmx_item_bottom .bannerTag {
    margin-top: 0px;
}
.ldy_container_dmx_item_bottom::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #d8d8d8;
    margin-bottom: 20px;
}
.ldy_container_dmx_item_bottom .li_cover p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.ldy_container_dmx_item_bottom .li_cover p span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    background: linear-gradient(to right, #003AF0, #008CFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.ldy_container_dmx_item_bottom .li_cover p::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #555;
    display: block;
    margin-right: 12px;
}
.ldy_container .newBtnWrap.indexProBtn {
    width: calc(100% - 60px);
    height: 48px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.ldy_container .newBtnWrap.indexProBtn .newBtnAd {
    width: 100%;
    height: 48px;
}
.ldy_container_dmx {
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 4%);
}
.dmx_left {
    width: 149px;
    flex-shrink: 0;
    border-right:  1px solid #f4f5f7; 
}
.dmx_left li {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    font-weight: 500;
    position: relative;
}
.dmx_left li.active {
    color: #005BFF;
    background-image: linear-gradient(270deg, rgba(215,230,255,0.00) 0%, #EAF2FF 100%);
}
.dmx_left li.active::before {
    content: "";
    width: 4px;
    height: 100%;
    background: #005BFF;
    position: absolute;
    left: 0px;
}
.dmx_right {
    flex: 1;
}
.dmx_container_dmx_item {
    width: 100%;
    padding: 44px 30px 36px 30px;
    display: none;
}
.dmx_container_dmx_item_left {
    width: calc(100% - 590px);
    float: left;
    position: relative;
}
.dmx_container_dmx_item_right {
    width: 560px;
    height: 328px;
    border-radius: 16px;
    flex-shrink: 0;
    overflow: hidden;
    float: right;
    margin-left: 30px;
}
.dmx_container_dmx_item.active {
    display: flex;
}
.dmx_container_dmx_item_title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    line-height: 33px;
}
.dmx_container_dmx_item .bannerTag {
    margin-top: 24px;
}
.dmx_container_dmx_item .bannerTag li {
    position: relative;
}
.dmx_container_dmx_item .bannerTag li span {
    padding-left: 26px;
}
.dmx_container_dmx_item .bannerTag li img {
    width: 16px;
    margin-right: 0px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.dmx_container_dmx_item .banner-boutton {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.tModVideo {
    width: 100%;
    height: 328px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.tModVideo video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff !important;
    z-index: 5;
}
.sp_container_wrap {
    margin-top: 100px;
}
.sp_container_wrap_title {
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 50px;
}
.sp_container_wrap_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sp_container_item {
    width: calc((100% - 48px) / 3);
    height: 396px;
    background: rgba(248,250,254,0.96);
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.04);
    border-radius: 24px;
    padding: 30px;
}
.sp_container_item_top {
    padding-bottom: 22px;
    border-bottom: 1px dashed #d8d8d8;
}
.sp_container_item_top p:first-child span {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    font-weight: 600;
    background: linear-gradient(to right, #003AF0, #008CFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.sp_container_item_top p:last-child {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    margin-top: 6px;
}
.sp_container_item_bottom {
    padding-top: 22px;
}
.sp_container_item_bottom li {
    margin-bottom: 20px;
}
.sp_container_item_bottom li p:first-child {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 600;
}
.sp_container_item_bottom li p:last-child {
    opacity: 0.75;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin-top: 4px;
}
.scence_container {
    background: #fff url(/Public/images/znkf/scene_bg.png) no-repeat;
    background-size: 100% 261px;
    padding: 60px 0px 50px;
    margin-bottom: 0!important;
    background-color: #F4F7FE;
    height: auto;
}
.scence_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 20px;
}
.scence_nav li {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #111111;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-right: 80px;
    line-height: 22px;
    height: 37px;
    position: relative;
    cursor: pointer;
}
.scence_nav li:last-child {
    margin-right: 0px;
}
.scence_nav li.active {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #005BFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.scence_nav li.active::after {
    content: "";
    width: 90%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: #005BFF;
    z-index: 4;
}
.sc_container {
    height: 380px;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.04);
    border-radius: 16px;
    overflow: hidden;
}
.sc_container_item {
    padding: 48px 0px 0px 32px;
    position: relative;
}
.sc_container_item.s1 {
    background: url(/Public/images/znkf/sc_1.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
    display: none;
}
.sc_container_item.s2 {
    height: 380px;
    display: none;
}
.sc_container_item.s2 .s21 {
    background: url(/Public/images/znkf/sc_2.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
}
.sc_container_item.s2 .s22 {
    background: url(/Public/images/znkf/sc_2_1.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
}
.sc_container_item.s3 {
    background: url(/Public/images/znkf/sc_3.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
    display: none;
}
.sc_container_item.s4 {
    background: url(/Public/images/znkf/sc_4.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
    display: none;
}
.sc_container_item.s5 {
    background: url(/Public/images/znkf/sc_5.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
    display: none;
}
.sc_container_item.s6 {
    background: url(/Public/images/znkf/sc_6.png) no-repeat;
    background-size: 100% 380px;
    height: 380px;
    display: none;
}
.sc_container_item.active {
    display: block;
}
.sc_ztit {
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    line-height: 37px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 24px;
}
.sc_title {
    opacity: 0.85;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 8px;
    max-width: 530px;
}
.sc_desc {
    opacity: 0.75;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    max-width: 530px;
}
.sc_img {
    position: absolute;
    left: 32px;
    bottom: 20px;
}
.sc_img img {
    width: auto;
    height: 26px;
}
.sc_container_item .newBtnWrap {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    margin: 0px;
}
.sc_container_item .newBtnAd {
    width: 120px;
    height: 40px;
    border-radius: 20px;
}
.sc_container_item .newBtnAd span {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.mobile_banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.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;
    text-align: center;
}
.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;
}
.client-bg {
    background-image: url(/Public/Cn/images/newpro/client_bg.jpg);
    background-size: cover;
}
.sc_slick_wrap .slick-dots li {
    border-radius: 3px !important;
    width: 12px;
    height: 6px;
    background: rgba(0,0,0,0.16);
}
.sc_slick_wrap .slick-dots li.slick-active {
    width: 28px;
    height: 6px;
    background: #005BFF;
    border-radius: 3px !important;
}
.video_wrap {
    margin-left: 12px;
}
.video_wrap .t_banner_play {
    width: 30px;
}
@media screen and (max-width: 750px) {
    .register_login_ok {
        padding: 15px !important;
    }
    .ldy_form_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        color: #191919;
        letter-spacing: -1px;
        text-align: center;
        font-weight: 400;
    }
    .pc_ldy {
        display: none;
    }
    .mobile_ldy {
        display: block;
    }
    .mobile_banner_text {
        position: absolute;
        width: 100%;
        top: 64px;
        z-index: 2;
        padding: 42px 0px;
    }
    .mobile_banner_text .h1 {
        font-family: DingTalk-JinBuTi;
        font-size: 34px;
        color: #151515;
        letter-spacing: -2.06px;
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_banner_text .h1 span {
        font-family: DingTalk-JinBuTi;
        font-size: 34px;
        color: #151515;
        letter-spacing: -2.06px;
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        background: linear-gradient(to right, #003AF0, #008CFF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .video_wrap {
        margin-left: 8px;
    }
    .ys_videom_close {
        right: 50%;
        transform: translateX(50%);
        bottom: -1.4em;
        top: auto;
    }
    .mobile_banner {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .mobile_bannerTag {
        padding: 168px 28px 40px 28px;
        text-align: left;
        margin-top: -15px;
        overflow: hidden;
        /* background-image: linear-gradient(180deg, #F0F5FF 0%, #FFFFFF 67%); */
        border-radius: 15px 15px 0px 0px;
        position: relative;
        background: rgba(241,247,255);
    }
    .mobile_bannerTag li {
        font-family: PingFangSC-Regular;
        padding-left: 18px;
        background-image: url(/Public/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_banner_img img {
        width: 100%;
        height: auto;
    }
    .ldy_register_form {
        width: 100%;
        left: 0px;
        transform: translateX(0px);
        top: 239px;
        background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(254,255,255,0.84) 48%, #F1F7FF 94%);
        border-radius: 16px;
        box-shadow: none;
        border-top: 1px solid #fff;
    }
    .ldy_register_form .register_login_input_label {
        border: none;
        border-bottom: 1px solid rgba(210,210,210,1);
        border-radius: 0px;
        padding-left: 0px;
        background: transparent;
    }
    #get_code {
        top: -1px;
        background: transparent;
    } 
    .ldy_mobile_container {
        padding: 40px 12px 0;
        background: #FFFFFF;
    }
    .ldy_mobile_container_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        color: #191919;
        letter-spacing: -3px;
        text-align: center;
        font-weight: 400;
        position: relative;
        z-index: 2;
        line-height: 31px;
    }
    .mobile_static_text_inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        background: #fff;
        padding: 15px;
        padding-top: 30px;
        border-radius: 16px;
    }
    .mobile_static_text_inner .static_text_item {
        width: 50%;
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .static_text_item img {
        width: 36px;
        height: 36px;
        margin-bottom: 4px;
    }
    .static_text_item p:nth-of-type(1) {
        font-family: DINAlternate-Bold;
        font-size: 22px;
        color: #000000;
        text-align: center;
        font-weight: 700;
    }
    .static_text_item p:nth-of-type(2) {
        opacity: 0.65;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        margin-top: 12px;
    }
    .ldy_container {
        padding: 32px 16px;
    }
    .ldy_container_dmx {
        flex-direction: column;
        align-items: center;
        margin-top: 24px;
    }
    .ldy_container_dmx_item {
        width: 100%;
        background: #fff;
        margin-bottom: 15px;
    }
    .ldy_container .newBtnWrap, .ldy_mobile_container .newBtnWrap {
        width: 160px;
        height: 38px;
    }
    .ldy_container .newBtnAd, .ldy_mobile_container .newBtnAd {
        width: 160px;
        height: 38px;
    }
    .ldy_container .newBtnAd span, .ldy_mobile_container .newBtnAd span {
        font-size: 14px;
    }
    .ldy_container_zl {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .zl_left {
        width: 100%;
        height: auto;
        border-radius: 6px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .zl_left li.active {
        border-radius: 6px;
    }
    .zl_left li {
        width: 50%;
        height: 45px;
        font-size: 14px;
        flex-shrink: 0;
        margin-bottom: 0px;
    }
    .zl_left li img {
        width: 20px;
        height: 20px;
    }
    .zl_right {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .zl_right_item {
        width: 100%;
        justify-content: space-between;
    }
    .zl_right a {
        margin-right: 0px;
        width: calc((100% - 14px) / 2);
    }
    .zl_right li {
        width: 100%;
        height: 150px;
        margin-right: 0px;
        padding: 15px;
    }
    .zl_title {
        font-size: 18px;
    }
    .zl_desc {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 限制文本为2行 */
        overflow: hidden;
    }
    .zl_bottom {
        left: 15px;
        bottom: 15px;
    }
    .cycle-tab {
        width: 100%;
        height: 42px;
        background: #FFFFFF;
        border-radius: 26px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        display: flex;
        flex: auto;
        align-self: stretch;
        padding: 4px
    }
    .cycle-tab-list {
        height: 50px;
        position: relative;
        display: block;
        transition: transform .3s;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        -webkit-overflow-scrolling: touch;
    }
    .cycle-tab-list::-webkit-scrollbar {
        width: 0;
    }
    .cycle-tab-li {
        padding:0 18px;
        height: 35px;
        line-height: 40px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #5D6070;
        font-weight: 400;
        /* float: left; */
        display: inline-block;
        text-align: center;
        line-height: 35px;
    }
    .cycle-tab-li.active {
        background: #F1F5FE;
        border-radius: 18px;
        font-family: PingFangSC-Medium;
        color: #005BFF;
        font-weight: 600;
    }
    .cycle-tab-list .swiper-slide-thumb-active .cycle-tab-li {
        background: #F1F5FE;
        border-radius: 19px;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        line-height: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cycle-content {
        width: 100%;
        height: auto;
        /* background-image: linear-gradient(180deg, #FFFFFF 80%, #DDE5FC 100%); */
        border-radius: 10px;
        margin-top: 20px;
        /* padding: 36px 20px; */
        position: relative;
    }
    .cycle-content-wrap {
        padding: 27px 40px 0px 40px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .cycle-content-wrap img {
        width: 130px;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
    }
    .cycle-content-tit {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #111111;
        font-weight: 600;
        margin: 21px 0px 14px 0px;
        line-height: 33px;
    }
    .cycle-content-desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #666666;
        line-height: 21px;
        font-weight: 400;
    }
    .cycle-content .content-tip-wap {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        width: 80%;
    }
    
    .cycle-content .content-tip-wap .tip {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #585858;
        line-height: 20px;
        font-weight: 400;
        width: 50%;
        margin-bottom: 11px;
    }
    .cycle-content .content-tip-wap .tip img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .cycle-content .content-pro-wap {
        margin-top: 23px;
    }
    .cycle-content .content-pro-tit {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        color: #191919;
        line-height: 21px;
        font-weight: 600;
    }
    .cycle-content .content-pro-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        width: 100%;
    }
    .cycle-content .proItem {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #585858;
        line-height: 20px;
        font-weight: 400;
        width: 50%;
        margin-bottom: 13px;
    } 
    .cycle-content .proItem img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .cycle-content-btn {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .cycle-content-btn div {
        width: 144px;
        height: 40px;
        line-height: 37px;
        background-color: #fff;
        border: 1.5px solid #005bff;
        cursor: pointer;
        border-radius: 25px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
    }
    .cycle-content-btn div.active {
        background-color: #005bff;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
    }
    .cycle-content-btn div:first-child {
        margin-right: 16px;
    }
    .mod_box{
        background: url(/Public/images/index_cell/wh_bg_big.png) no-repeat;
        background-size: cover;
    }
    .mod_box .cellContainer,.mod_box .myCellSwiper{
        background: none;
    }
    .cycle_tab_mask{
        position: absolute;
        width:30px;
        height: 42px;
        background: rgba(255,255,255,0.8);
        /* -webkit-backdrop-filter: saturate(50%) blur(4px);
        backdrop-filter: saturate(50%) blur(4px); */
        right: 0;
        top:0;
        z-index:2;
    }
    .myCellSwiper .swiper-slide {
        padding: 0px 12px !important;
    }
    .cellContainer {
        padding: 40px 12px 0 !important;
        /* background: rgba(241,247,255) !important; */
        /* background-image: linear-gradient(180deg, rgba(241,247,255) 0%, #fff 100%) !important; */
    }
    .bg_jb {
        background-image: linear-gradient(180deg, rgba(241,247,255) 95%, #fff 100%);
    }
    @keyframes bigImg {
        0% {
            height: 60%;
            bottom: -170px
        }

        to {
            height: 100%;
            bottom: 0
        }
    }
    .cellCustomer {
        padding-top: 0px !important;
    }
    .mod-title {
        display: none;
    }
    div.addIndexMinkerFour .cont-bg {
        height: auto !important;
    }
    .cellContainer .pc_index_business_mask_img {
        top: 18px !important;
    }
    .ldy_container_ld_desc {
        font-size: 14px;
    }
    .ldy_container_ld_desc img {
        width: 16px;
        height: 16px;
    }
    .dynamic-list .swiper-slide {
        width: 256px;
    }
    .dynamic-list .swiper-container-3d .swiper-slide-shadow-right {
        display: none;
    }
    .dynamic-list .swiper-container-3d .swiper-slide-shadow-left {
        display: none;
    }
    .t_sypt7li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .ldy_container_ld_content .swiper-slide {
        width: 256px;
    }
    .ldy_container_ld_content .swiper-container-3d .swiper-slide-shadow-right {
        display: none;
    }
    .ldy_container_ld_content .swiper-container-3d .swiper-slide-shadow-left {
        display: none;
    }
    .std_title5 {
        font-family: PingFangSC-Semibold;
        font-size: 17px;
        color: #191919;
        line-height: 24.32px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        z-index: 1;
    }
    .ldy_container_ld_nav {
        width: 100%;
        height: 42px;
        background: #FFFFFF;
        border-radius: 26px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        display: flex;
        flex: auto;
        align-self: stretch;
        padding: 4px;
    }
    .ldy_container_ld_nav ul {
        height: 50px;
        position: relative;
        display: block;
        transition: transform .3s;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        -webkit-overflow-scrolling: touch;
    }
    .ldy_container_ld_nav ul li {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #111111;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        position: relative;
    }
    .ldy_container_ld_nav ul::-webkit-scrollbar {
        width: 0;
    }
    .ldy_container_ld_nav ul li {
        padding:0 18px;
        height: 35px;
        line-height: 40px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #5D6070;
        font-weight: 400;
        /* float: left; */
        display: inline-block;
        text-align: center;
        line-height: 35px;
    }
    .ldy_container_ld_nav ul li.active {
        background: #F1F5FE;
        border-radius: 18px;
        font-family: PingFangSC-Medium;
        color: #005BFF;
        font-weight: 600;
    }
    .ldy_container_ld_nav ul .swiper-slide-thumb-active li {
        background: #F1F5FE;
        border-radius: 19px;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        line-height: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_banner_text .mobile_banner_text_desc {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        color: #000000;
        text-align: center;
        line-height: 20px;
        font-weight: 400;
        margin-top: 12px;
    }
    .mobile_banner_text .mobile_banner_text_fdesc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #000000;
        text-align: center;
        line-height: 20px;
        font-weight: 400;
        margin-top: 4px;
    }
    .ldy_dmx {
        background: rgba(241,247,255);
    }
    .pcTitle {
        display: none;
    }
    .mTitle {
        display: block;
    }
    
    .ldy_container_dmx_left {
        margin-bottom: 176px;
        padding: 0px 16px;
    }
    .ldy_container_dmx_right {
        padding: 0px 16px;
    }
    .ldy_container_dmx_bg_wrap {
        flex-direction: column;
        width: 100%;
    }
    .ldy_container_dmx_left_bg {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .ldy_container_dmx_right_bg {
        width: 100%;
        height: auto;
    }
    .dmx_ctkf {
        left: 50%;
        transform: translateX(-50%);
        bottom: 31px;
        top: auto;
        right: auto;
        font-size: 24px;
    }
    .dmx_aifn {
        left: 50%;
        transform: translateX(-50%);
        top: 31px;
        right: auto;
        font-size: 24px;
    }
    .dmx_plus {
        width: 80px;
        height: 54px;
    }

    .ldy_container_title {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
    }
    .mobile_cont_domain{
        /* background-image: linear-gradient(180deg, #F1F7FF 70%, #96CEFB 93%); */
        padding: 0px 0px 40px 0px;
        background: rgba(241,247,255);
    }
    .mobile_cont_domain .mobile_cont_article{
        margin-bottom:8px;
    }
    .mobile_cont_domain .mobile_cont_article:last-child{
        margin-bottom:0;
    }
    .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_advantage .mobile_cont_content{
        margin-top:0;
    }
    .mobile_cont_tip {
        font-family: "DingTalk-JinBuTi";
        font-size: 26px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 24px;
        line-height: 31px;
    }
    .mobile_cont_article {
        margin: 0 16px;
        background: #fff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        margin-bottom: 8px;
    }
    .mobile_cont_domain .mobile_cont_article:last-child {
        margin-bottom: 0;
    }
    .mobile_cont_img {
        width: 100%;
        margin: 0 auto;
    }
    .mobile_cont_img img {
        width: 100%;
    }
    .mobile_cont_domain .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_cont_domain .mobile_cont_article ul {
        padding: 20px 20px 10px 17px;
    }
    .mobile_cont_domain .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_domain .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;
    }
    .mod-wap {
        position: relative;
        padding: 0px 16px;
        width: 100%;
        z-index: 2;
    }
    .mod-wap .t_new_sypt3licont {
        width: 100%;
        padding: 18px 18px 20px 18px;
        height: auto;
        border-radius: 16px;
        background: #FAFCFF;
        box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 4%);
        overflow: hidden;
        cursor: pointer;
        position: relative;
        margin-top: 18px;
    }
    .mod-wap .t_new_sypt3licont .big_img {
        height: 169px;
        width: 100%;
        border-radius: 12px;
        position: relative;
        z-index: 2;
    }
    .mod-wap .t_new_sypt3linavitem.active {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    .mod-wap .t_new_sypt3linavitem.active::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        background: #005BFF;
        z-index: 4;
    }
    .h_mod {
        display: none;
    }
    .hc_mod {
        display: none;
    }
    .h_mod.active {
        display: block;
    }
    .hc_mod.active {
        display: block;
    }
    .index_cj_cont_desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: rgba(0,0,0,0.75);
        line-height: 24px;
        font-weight: 400;
        position: relative;
        z-index: 2;
        padding-bottom: 20px;
    }
    .index_cj_detail {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #005BFF;
        line-height: 22px;
        font-weight: 400;
        cursor: pointer;
        flex-shrink: 0;
        margin-top: 30px;
    }
    .index_cj_detail img {
        width: 16px;
        height: 16px;
    }
    .index_cj_cont_bottom p:nth-of-type(1) {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        line-height: 22px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .index_cj_cont_bottom p:nth-of-type(2) {
        opacity: 0.75;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        line-height: 20px;
    }
    .index_cj_cont_bottom::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        border-top: 1px dashed #d8d8d8;
        margin-bottom: 20px;
    }
    .more_domain {
        padding: 0px 16px 40px;
    }
    .moreBox {
        margin-top: 24px;
    }
    .moreBox a {
        font-size: 13px;
    }
    .dmx_left {
        display: flex;
        height: 30px;
        width: auto;
        margin-bottom: 20px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
        position: relative;
    }
    .dmx_left::-webkit-scrollbar {
        display: none;
    }
    .dmx_left li {
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 20px;
        flex-shrink: 0;
        margin-right: 24px;
        position: relative;
        display: block;
    }
    .dmx_left li:last-child {
        margin-right: 0px;
    }
    .dmx_left li.active {
        background: none;
    }
    .dmx_left li.active::before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        background: #005BFF;
        z-index: 4;
    }
    .dmx_right {
        width: 100%;
    }
    .ldy_container_dmx {
        margin-top: 20px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
        padding: 18px 18px 20px 18px;
        height: auto;
        border-radius: 16px;
        box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 4%);
    }
    .dmx_container_dmx_item {
        padding: 0px;
    }
    .dmx_container_dmx_item_left {
        width: 100%;
        height: auto;
        margin-top: 16px;
    }
    .ldy_container_dmx .banner-boutton {
        position: static;
        margin-top: 32px;
    }
    .dmx_container_dmx_item_right {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .dmx_container_dmx_item_title {
        font-size: 20px;
        line-height: 28px;
    }
    .dmx_container_dmx_item .bannerTag {
        margin-top: 14px;
    }
    .newBannerButton {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .dmx_container_dmx_item.active {
        display: flex;
        flex-direction: column-reverse;
    }
    .tModVideo {
        height: 200px;
    }
    .ldy_statistics {
        padding: 40px 12px 0px;
    }
    .ldy_statistics .static_text .static_text_inner {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 15px;
        border-radius: 16px;
    }
    .static_text_item {
        width: 50%;
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ldy_container_sm {
        margin-top: 20px;
        flex-direction: column;
        
    }
    .sm_cont_left,
    .sm_cont_right {
        width: 100%;
    }
    .sm_item {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 16px;
    }
    .sm_bg_wrap {
        display: none;
    }
    .js_container {
        /* background: linear-gradient(179deg, #F2F8FD 0%, #F5F6F8 12%); */
        background: #F4F7FE;
    }
    .ldy_container_js {
        flex-direction: column;
        margin-top: 20px;
    }
    .ldy_container_js_item {
        width: 100%;
        margin-bottom: 16px;
    }
    .ldy_container_js_item:last-child {
        margin-bottom: 0px;
    }
    .ldy_container_dmx_item_title p {
        font-size: 22px;
    }
    .ldy_container_dmx_item_bottom .li_cover p {
        font-size: 14px;
    }
    .ldy_container .newBtnWrap.indexProBtn {
        height: 40px;
    }
    .ldy_container .newBtnWrap.indexProBtn .newBtnAd {
        height: 40px;
    }
    .ldy_container_dmx_item_desc {
        margin-top: 20px;
        font-size: 14px;
    }
    .sm_container {
        padding-bottom: 0px;
    }
    .sp_container_wrap {
        margin-top: 30px;
    }
    .sp_container_item {
        width: 100%;
        padding: 18px 18px 0px 18px;
        height: auto;
        margin-bottom: 16px;
    }
    .sp_container_wrap_title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .sp_container_item_top p:first-child span {
        font-size: 20px;
        line-height: 28px;
    }
    .sp_container_item_top p:last-child {
        font-size: 16px;
        line-height: 20px;
    }
    .sp_container_item_bottom li p:first-child {
        font-size: 14px;
    }
    .scence_container {
        background: #F4F7FE;
    }
    .t_new_sypt3li {
        width: 100%;
        padding: 18px 18px 20px 18px;
        height: 570px;
        border-radius: 16px;
        background: #FAFCFF;
        box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 4%);
        overflow: hidden;
        cursor: pointer;
        position: relative;
        margin-top: 20px;
    }
    .t_new_sypt3linav {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
        height: 30px;
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .t_new_sypt3li .t_new_sypt3linavitem {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0,0,0,0.75);
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    .t_new_sypt3linav::after {
        content: "";
        width: 100%;
        height: 1px;
        /* background: linear-gradient( 90deg, #CDDEFF 0%, #F4F5F7 48.56%, #F4F5F7 69.54%, #CDDEFF 100% ); */
        background: #F4F5F7;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 3;
    }
    .dmx_left::after {
        content: "";
        width: 100%;
        height: 1px;
        /* background: linear-gradient( 90deg, #CDDEFF 0%, #F4F5F7 48.56%, #F4F5F7 69.54%, #CDDEFF 100% ); */
        background: #F4F5F7;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 3;
    }
    .t_new_sypt3li .t_new_sypt3licont {
        margin-top: 18px;
    }
    .t_new_sypt3li .t_new_sypt3licont .big_img {
        height: 169px;
        width: 100%;
        border-radius: 12px;
        position: relative;
        z-index: 2;
    }
    .t_new_sypt3li .t_new_sypt3linavitem.active {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    .t_new_sypt3li .t_new_sypt3linavitem.active::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        background: #005BFF;
        z-index: 4;
    }
    .index_cj_cont_ztit {
        font-family: PingFangSC-Semibold;
        color: #000000;
        font-weight: 600;
        position: relative;
        z-index: 2;
        font-size: 20px;
        margin: 16px 0px 16px ;
        line-height: 28px;
    }
    .index_cj_cont_tit {
        font-family: PingFangSC-Semibold;
        color: #000000;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-size: 16px;
        margin-bottom: 6px; 
        line-height: 28px;
    }
    .index_cj_cont_desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: rgba(0,0,0,0.75);
        line-height: 24px;
        font-weight: 400;
        position: relative;
        z-index: 2;
    }
    .logo_wrap {
        position: absolute;
        display: flex;
        align-items: center;
        bottom: 20px;
        z-index: 2;
    }
    .logo_wrap img {
        width: auto;
        height: 22px;
    }
    .mobile_cont_domain{
        /* background-image: linear-gradient(180deg, #F1F7FF 70%, #96CEFB 93%); */
        padding: 0px 0px 40px 0px;
        background: rgba(241,247,255);
    }
    .mobile_cont_domain .mobile_cont_article{
        margin-bottom:8px;
    }
    .mobile_cont_domain .mobile_cont_article:last-child{
        margin-bottom:0;
    }
    .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_advantage .mobile_cont_content{
        margin-top:0;
    }
    .mobile_cont_tip {
        font-family: "DingTalk-JinBuTi";
        font-size: 26px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 24px;
        line-height: 31px;
    }
    .mobile_cont_article {
        margin: 0 16px;
        background: #fff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        margin-bottom: 8px;
    }
    .mobile_cont_domain .mobile_cont_article:last-child {
        margin-bottom: 0;
    }
    .mobile_cont_img {
        width: 100%;
        margin: 0 auto;
    }
    .mobile_cont_img img {
        width: 100%;
    }
    .mobile_cont_domain .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_cont_domain .mobile_cont_article ul {
        padding: 20px 20px 10px 17px;
    }
    .mobile_cont_domain .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_domain .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;
    }
    .mod-wap {
        position: relative;
        padding: 0px 16px;
        width: 100%;
        z-index: 2;
    }
    .mod-wap .t_new_sypt3licont {
        width: 100%;
        padding: 18px 18px 20px 18px;
        height: auto;
        border-radius: 16px;
        background: #FAFCFF;
        box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 4%);
        overflow: hidden;
        cursor: pointer;
        position: relative;
        margin-top: 18px;
    }
    .mod-wap .t_new_sypt3licont .big_img {
        height: 169px;
        width: 100%;
        border-radius: 12px;
        position: relative;
        z-index: 2;
    }
    .mod-wap .t_new_sypt3linavitem.active {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    .mod-wap .t_new_sypt3linavitem.active::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        background: #005BFF;
        z-index: 4;
    }
    
}