div.header {
    background-color: transparent !important;
    backdrop-filter: none !important;
    border-bottom: none !important;
}
div.header.nav-bg, div.header:hover {
    background-color: #fff !important;
    backdrop-filter: saturate(50%) blur(10px) !important;
}
div.banner-pl {
    height: 538px;
}
.index-banner .textBox {
    width: 510px;
}
.banner-pl .swiper-slide>div.banner-first-bg>img {
    height: 538px !important;
}
.banner-pl .swiper-slide {
    height: 538px;
}
.banner-pl div.adjust-txt {
    transform: none;
    top: 162px;
    bottom: auto;
}
.pl_text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pl_text .title {
    font-family: PingFangSC-Semibold;
    font-size: 56px;
    color: #071222;
    line-height: 78px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.pl_text .title span {
    font-family: PingFangSC-Semibold;
    font-size: 56px;
    color: #071222;
    line-height: 78px;
    font-weight: 600;
    background: linear-gradient(to right, #0068FF, #4003FB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pl_text .title i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    margin: 0px 10px;
}
.pl_text .desc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
}
.newBannerButton {
    width: 160px;
    height: 50px;
    background: #005BFF;
    border-radius: 25px !important;
    border: none !important;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    /* text-align: center; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    /* padding-left: 40px; */
    float: left;
    cursor:  pointer !important;
}
.newBannerButton i:last-child{
    width: 15px;
    height: 14px;
    background: url(/static/images/peilian/white_arrow.png) no-repeat;
    background-size: 15px 14px;
    display: block;
    /* position: absolute; */
    /* left: 110px; */
    /* top: 50%; */
    /* margin-top:2px; */
    margin-left: 5px;
    transition: left 0.2s;
}
.btnWhite i:last-child{
    background: url(/static/images/peilian/black_arrow.png) no-repeat;
    background-size: 15px 14px;
}
.btnWhite:hover i:last-child{
    background-image: url(/static/images/peilian/white_arrow.png) !important;
  }
.btnWhite {
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0px 2px 8px 0px rgba(22,49,99,0.02);
}
.wave-wrap:hover {
    border: none !important;
}
.btnWhite.wave-wrap::before {
    background: #005BFF;
}
.banner-pl .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
}
.banner-pl .swiper-pagination-bullet {
    width: 37px;
    height: 4px;
    opacity: 0.25;
    background: #3C6EEE;
    border-radius: 2px;
}
.banner-pl .swiper-pagination-bullet-active {
	background: #3C6EEE;
    opacity: 1;
}
.pl_section {
    padding: 81px 0px;
}
.pl_function {
    background: linear-gradient(to bottom, #fff, #e4f0ff);
}
.pl_section_title {
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    line-height: 67px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.pl_section_content {
    width: 1160px;
    margin: 0 auto;
}
.pl_function_nav {
    margin-top: 32px;
}
.pl_function_nav ul {
    width: 755px;
    height: 62px;
    background: rgba(219, 230, 255, 0.5);
    border-radius: 40px;
    padding: 7px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pl_function_nav ul li {
    width: 178px;
    height: 50px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    letter-spacing: 0;
    /* font-weight: 500; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pl_function_nav ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.pl_function_nav ul li:hover {
    background: rgba(255,255,255,0.6);
    border-radius: 25px;
}
.pl_function_nav ul li.active {
    background: #FFFFFF;
    border-radius: 25px;
    font-weight: 600;
}

.pl_function_cont {
    margin-top: 38px;
    display: flex;
    align-items: center;
    width: 1160px;
    overflow: hidden;
}
.pl_function_cont_inner {
    display: flex;
    align-items: center;
    /* transform: translateX(0px); */
}
.pl_function_cont .pl_function_item {
    /* display: none; */
    width: 1160px;
    flex-shrink: 0;
}
.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 500ms !important;
}
.pl_function_cont .pl_function_item .pl_function_left {
    width: 675px;
    height: 412px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_function_cont .pl_function_item .pl_function_right {
    width: calc(100% - 735px);
    height: 400px;
    float: right;
    position: relative;
}
.pl_function_cont .indexbtn_wrap {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.pl_function_cont .pl_function_item.active {
    display: block;
}
.pl_function_tit {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}
.pl_tags p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.pl_tags p img {
    width: 12px;
    height: 9px;
    margin-right: 8px;
}
.pl_static {
    display: flex;
    align-items: center;
    margin-top: 29px;
}
.pl_static_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 85px;
}
.pl_static_item:last-child {
    margin-right: 0px;
}
.pl_static_item_top span {
    font-family: JDZhengHei-01-Regular;
    font-size: 32px;
    line-height: 25px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
}
.pl_static_item_top .per_text {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
}
.pl_static_item_top img {
    width: 16px;
    height: 26px;
    display: inline-block;
    margin-bottom: 10px;
}
.static_item_desc {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    line-height: 17px;
    /* margin-top: 8px; */
}
.pl_function_right .newBannerButton {
    margin-right: 16px;
    margin-top: 0px;
    width: 142px;
    height: 50px;
    /* padding-left: 30px; */
}
/* .pl_function_right .newBannerButton i:last-child {
    left: 99px;
} */
.pl_scence {
    position: relative;
    background: none !important;
}
.pl_scence_title {
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    line-height: 67px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.pl_scence_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin-top: 24px;
}
.s_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: none;
    right: auto;
    object-fit: cover;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
    .s_bg {
        width: 1920px !important;
        height: 859px !important;
    }
}
@media screen and (min-width: 1921px) {
    .s_bg {
        width: 100% !important;
        height: 859px !important;
    }
}
.pl_scence_content {
    width: 100%;
    height: 551px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 33px;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}
.pl_scence_left {
    width: 594px;
    float: left;
}
.scence_top {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.scence_top img {
    width: 80px;
    height: 80px;
    margin-right: 18px;
}
.scence_tit {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    font-weight: 700;
}
.scence_desc {
    font-family: HarmonyOS_Sans_SC;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
    margin-top: 8px;
}
.scence_bottom {
    padding-left: 133px;
    display: none;
    margin-top: -45px;
}
.scence_left_item {
    cursor: pointer;
}
.scence_left_item.on {
    width: 100%;
    height: 271px;
    padding-top: 20px;
    background-image: linear-gradient(90deg, rgba(167,199,255,0.46) 0%, rgba(248,250,255,0.00) 53%);
    position: relative;
}
.scence_left_item.on .scence_bottom {
    display: block;
}
.scence_left_item.on .scence_top {
    align-items: start;
}
.scence_left_item.on::before {
    content: "";
    display: block;
    width: 4px;
    height: 80px;
    background: #005BFF;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    left: 0px;
    top: 20px;
}
.scence_bottom_text {
    font-family: HarmonyOS_Sans_SC;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
}
.pl_scence_right {
    width: 534px;
    float: right;
    padding-right: 32px;
}
.pl_scence_right_img {
    width: 534px;
    height: 391px;
}
.pl_scence_right_item {
    display: none;
}
.pl_scence_right_item.active {
    display: block;
}
.pl_scence_right .newBannerButton {
    margin-right: 16px;
    margin-top: 46px;
    width: 142px;
    height: 50px;
    /* padding-left: 30px; */
}
/* .pl_scence_right .newBannerButton i:last-child {
    left: 99px;
} */
.pl_scence_right .indexbtn_wrap {
    margin-left: 50px;
}
.client-bg {
    background-image: url(/static/images/peilian/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 {
    min-width: 145px;
    width: auto;
    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;
}
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;
}
.ftit {
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #222;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    margin-top: 70px;
}
.t_zgcall {
    position: relative;
    overflow: hidden;
}
.t_zgcallbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.t_zgcallbg img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.t_zgcallnr {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 69px 0 59px;
}
@media screen and (max-width: 1440px) {
    .t_zgcallnr {
        padding: 69px 0 59px;
    }
}
@media screen and (max-width: 767px) {
    .t_zgcallnr {
        padding: 50px 0;
    }
}
@media screen and (max-width: 480px) {
    .t_zgcallnr {
        padding: 50px 0;
    }
}
.std_middle {
    text-align: center;
}
.ys_cont1440 {
    width: 1160px;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .ys_cont1440 {
        width: 100%;
        padding: 0 20px;
    }
}
.advstit {
    font-family: PingFangSC-Semibold;
    font-size: 48px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}
.advsdesc {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
}
.t_zgcall .indexbtn_wrap {
    display: flex;
    justify-content: center;
}
.t_zgcall .newBannerButton {
    margin-right: 20px;
    margin-top: 23px;
    width: 160px;
    height: 50px;
}
.footer-new-wrap {
    display: none;
}
.pl_slick .slick-dots li {
    border-radius: 1.5px !important;
    width: 36px;
    height: 4px;
    background: rgba(60,110,238,0.25);
}
.pl_slick .slick-dots li.slick-active {
    background: #3C6EEE;
}
.pl_slick img {
    display: block;
    width: 675px !important;
    height: 412px !important
}
.content-right .rg-top a {
    top: 51px;
}
.mobile_details{
    display: none;
}
.pc_details {
    display: block;
}
.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: 46px;
    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: 36px;
    color: #151515;
    letter-spacing: -2.18px;
    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_banner_ftit{
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #454545;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 16px;
    margin-top: 10px;
}
.mobile_banner_ftit 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_banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.product_main_btn{
    width: 128px;
    height: 40px;
    line-height: 40px;
    background: #005BFF;
    border-radius: 22px;
    margin: 0 auto 20px;
    font-family: PingFangSC-Medium;
    font-size: 14.08px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile_banner_btn a:last-child .product_main_btn {
    background: #fff;
    font-family: PingFangSC-Medium;
    font-size: 14.08px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-left: 12px;
}
.product_main_btn i {
    width: 15px;
    height: 14px;
    background: url(/static/images/peilian/white_arrow.png) no-repeat;
    background-size: 15px 14px;
    display: block;
    margin-left: 5px;
    transition: left 0.2s;
}
.mobile_banner_btn a:last-child .product_main_btn i {
    width: 15px;
    height: 14px;
    background: url(/static/images/peilian/black_arrow.png) no-repeat;
    background-size: 15px 14px;
    display: block;
    margin-left: 5px;
    transition: left 0.2s;
}
.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_title{
    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_title{
    color:#fff;
}
.mobile_product_info .mobile_product_advantage .issues_box .mobile_cont_title{
    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;
}
.function_section {
    padding-top: 44px;
    background: #F1F7FF;
    border-radius: 20px 20px 0px 0px;
    background: #F1F7FF;
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}
.mobile_details .pl_function_item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    position: relative;
}
.mobile_details .pl_function_cont {
    width: 100%;
    margin-top: 12px;
}
.mobile_details .mpl_function_cont_inner {
    display: flex;
    /* align-items: center; */
    width: 100%;
}
.mobile_details .pl_function_cont .pl_function_item {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 23px 17px 95px;
}
.mobile_details .pl_function_cont .pl_function_item .pl_function_left {
    width: 100%;
    height: auto;
    float: none;
}
.mobile_details .pl_function_cont .pl_function_item .pl_function_right {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 24px;
}
.mobile_details .pl_function_cont .indexbtn_wrap {
    position: absolute;
    left: 17px;
    bottom: 20px;
    width: calc(100% - 34px);
}
/* .mobile_details .indexbtn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.mobile_details .pl_function_left img {
    width: 277px !important;
    height: 166px !important;
}
.mobile_cont_iwrap {
    padding: 0px 16px;
}
.function_section_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.function_section_nav li {
    width: 80px;
    height: 66px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}
.function_section_nav li.active {
    background: #fff;
    border-radius: 12px;
    font-weight: 600;
}
.function_section_nav li img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.mobile_details .pl_function_tit {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}
.mobile_details .pl_tags p {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
}
.mobile_details .pl_tags img {
    width: 9px;
    height: 7px;
}
.mobile_details .pl_static_item_top span {
    font-size: 26px;
    line-height: 21px;
}
.mobile_details .pl_static_item_top .per_text {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.mobile_details .pl_static_item_top img {
    width: 13px;
    height: 21px;
}
.mobile_details .pl_static_item {
    margin-right: 40px;
}
.pl_static_item:last-child {
    margin-right: 0px;
}
.mobile_details .static_item_desc {
    font-size: 13px;
}
.mobile_details .newBannerButton {
    width: 47%;
    max-width: 147px;
    height: 40px;
    border-radius: 22px !important;
    margin-top: 28px;
    margin-right: 12px;
    background: #005BFF;
    color: #fff;
}
.mobile_details .btnWhite {
    background: #FFFFFF;
    border: 0.64px solid rgba(208,207,207,1) !important;
    border-radius: 22px;
    color: #333333 !important;
    margin-right: 0px;
}
.mobile_details .slick-track {
    display: flex;
}
.mobile_details .slick-dots {
    bottom: -12px;
}
.mobile_details .pl_slick .slick-dots li {
    width: 11px;
    height: 2px;
    margin: 0 4px;
}
.pc_show {
    display: block;
}
.mobile_show {
    display: none;
}
@media screen and (max-width: 750px) {
    .pc_show {
        display: none;
    }
    .mobile_show {
        display: block;
    }
    .function_section {
        padding-top: 22px;
    }
    .pc_footer, .pc_details {
        display: none!important;
    }
    .ys_videom_close {
        right: 50%;
        transform: translateX(50%);
        bottom: -1.4em;
        top: auto;
    }
    .app_section {
        background-image: url(/static/images/peilian/m_s_bg.png);
        background-size: 100% 600px;
        background-repeat: no-repeat;
        padding: 20px 0px 40px;
    }
    .app_section .mobile_cont_title {
        color: #fff;
    }
    .scence_left_item {
        background: #FFFFFF;
        border-radius: 12px;
        margin-bottom: 11px;
    }
    .scence_left_item:last-child {
        margin-bottom: 0px;
    }
    .scence_left_item.on {
        height: auto;
        padding-top: 0px;
        background-image: none;
    }
    .scence_left_item.on::before {
        display: none;
    }
    .scence_top {
        width: 100%;
        height: 107px;
        padding: 0px 16px;
    }
    .scence_left_item.on .scence_top {
        align-items: center;
    }
    .scence_top img {
        width: 75px;
        height: 75px;
        margin-right: 12px;
    }
    .scence_tit {
        font-family: PingFangSC-Medium;
        font-size: 19px;
        color: #000000;
        line-height: 30px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .scence_tit img {
        width: 16px;
        height: 16px;
        display: block;
        position: relative;
        transition: transform 0.3s ease;
        margin-right: 0px;
    }
    .mb_app_card_arrow_down {
        transform: rotate(0deg);
    }
    .mb_app_card_arrow_up {
        transform: rotate(-180deg);
    }
    .scence_desc {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #666666;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400;
        margin-top: 4px;
    }
    .scence_bottom {
        padding: 0px 16px 18px 16px;
        margin-top: 0px;
    }
    .app_section .pl_static {
        margin-top: 10px;
    }
    .scence_bottom_text {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #333333;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400;
        margin-top: 25px;
    }
    .app_section_img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
    }
    .app_section_img img {
        width: 300px;
        height: 203px;
    }
    .mobile_details .client_section_slides {
        width: 100%;
        margin-top: 12px;
        overflow: hidden;
    }
    .mobile_details .client_section_inner {
        display: flex;
        /* align-items: center; */
        width: 100%;
    }
    .client_section {
        padding-bottom: 17px;
    }
    .client_section_nav {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .client_section_nav::-webkit-scrollbar {
        display: none;
    }
    .client_section_nav li {
        min-width: 112px;
        width: auto;
        height: 40px;
        padding: 0 20px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #23282F;
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        background: #FFFFFF;
        border-radius: 20px;
        margin-right: 6px;
        flex-shrink: 0;
    }
    .client_section_nav li:last-child {
        margin-right: 0px;
    }
    .client_section_nav li.active {
        background: #005BFF;
        box-shadow: -1px 0px 0px 0px rgba(255,255,255,1);
        border-radius: 20px;
        color: #fff;
    }
    .client_section_item {
        width: 100%;
        background: #fff;
        border-radius: 12px;
        padding: 22px 17px 30px;
        background: url(/static/images/peilian/client_bg.png) no-repeat;
        background-size: 99% 100%;
        flex-shrink: 0;
        position: relative;
    }
    .client_section_item .client_section_logo {
        width: 110px;
        height: 70px;
    }
    .client_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        font-weight: 600;
        margin-top: 26px;
    }
    .client_ftit {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-weight: 600;
        margin-top: 4px;
    }
    .client_dtit {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #333333;
        letter-spacing: 0;
        text-align: justify;
        line-height: 20px;
        font-weight: 400;
        margin-top: 6px;
    }
    .client_desc {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #333333;
        letter-spacing: 0;
        text-align: justify;
        line-height: 20px;
        font-weight: 400;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .client_detail {
        font-family: PingFangSC-Medium;
        font-size: 14.08px;
        color: #0068FF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        margin-top: 18px;
        display: flex;
        align-items: center;
        position: absolute;
        left: 17px;
        bottom: 24px;
    }
    .client_detail img {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }

    .new_mobile_footer {
        width: 100%;
    }
    .new_mobile_footer .mobile_ft_bg {
        background: url(/static/images/peilian/m_ft_bg.jpg) no-repeat;
        background-size: 100% 100%;
        height: auto;
        padding: 46px 0;
    }
    .mobile_ft_tit {
        font-family: PingFangSC-Semibold;
        font-size: 22px;
        color: #333333;
        line-height: 26px;
        font-weight: 600;
        text-align: center;
    }
    .mobile_ft_desc {
        opacity: 0.8;
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: #333333;
        line-height: 22px;
        font-weight: 400;
        text-align: center;
        margin-top: 8px;
    }
    .mobile_ft_btn {
        width: 128px;
        height: 44px;
        background: #FFFFFF;
        border-radius: 22px;
        font-family: PingFangSC-Medium;
        font-size: 14.08px;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 24px auto auto auto;
    }
    .mobile_ft_btn img {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }
    .more_client_section {
        padding-bottom: 35px;
    }
    .more_client_tit {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .more_client_tit img {
        width: 87px;
        /* transform: rotate(180deg); */
    }
    .more_client_tit span {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 32px;
        font-weight: 400;
        margin: 0px 23.2px;
    }
    .t_sypt8nr {
        position: relative;
    }
    .t_sypt8 .pc-indexMinker-business-new .pc-indexMinker-business-new-img li {
        width: 90px;
        height: 45px;
        margin: 0 11px 11px 0;
        flex: 0 0 90px;
    }
    .pc_index_business_mask {
        position: absolute;
        z-index: 1;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(90deg,#f5f6f8,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,0),#f5f6f8);
        pointer-events: none;
        height: auto;
        bottom: 11px;
    }
    .pc-indexMinker-business-new {
        height: auto;
    }
    .pc-indexMinker-business-new-img {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        font-size: 0;
        cursor: pointer;
    }
    .pc-indexMinker-business-new .pc-indexMinker-business-new-img{
        white-space: nowrap;
        font-size: 0;
        cursor: pointer;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img:hover{
        animation-play-state:paused!important;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img li{
        margin-right:20px;
        margin-bottom:20px;
        width: 147px;
        height: 72px;
        display: inline-block;
        float: none;
        display: flex;
        flex:0 0 147px;
      }
      .pc-indexMinker-business-new-img {
        display: flex;
        flex-wrap: nowrap;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img:nth-of-type(2){
        /* justify-content: flex-end;  */
        animation: animateRight1 100s linear infinite normal;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img:nth-of-type(3){
        /* justify-content: flex-end;  */
        animation: animateLeft2 110s linear infinite normal;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img:nth-of-type(4){
        /* justify-content: flex-end;  */
        animation: animateRight3 120s linear infinite normal;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img:nth-of-type(5){
        /* justify-content: flex-end;  */
        animation: animateLeft4 130s linear infinite normal;
      }
      .pc-indexMinker-business-new .pc-indexMinker-business-new-img:nth-of-type(6){
        /* justify-content: flex-end;  */
        animation: animateRight5 140s linear infinite normal;
      }
      @keyframes animateRight5{
        0%{
            -webkit-transform:translateZ(0);
            transform:translateZ(0)
        }
        100%{
            -webkit-transform:translate3d(2448px,0,0);
            transform:translate3d(2448px,0,0)
        }
      }
      .std_padding1 {
        padding-top: 15px;
      }
    
}
