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 4px 7px 3px rgba(22,49,99,0.04);
}
.wave-wrap:hover {
    border: none !important;
}
.btnWhite.wave-wrap::before {
    background: #005BFF;
}
.banner_tag {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 1160px;
    left: 50%;
    bottom: 130px;
    transform: translateX(-580px);
}
.banner_tag li p:nth-of-type(1) {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
}
.banner_tag li p:nth-of-type(1) span {
    font-family: DingTalk-JinBuTi;
    font-size: 34px;
    line-height: 40px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
    background: linear-gradient(to right, #003AF0, #0098FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 8px;
}
.banner_tag li p:nth-of-type(2) {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    line-height: 21px;
    color: #585858;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 11px;
}
.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_plan_2 .pl_function_nav li {
    width: auto;
    padding: 11px 28px;
}
.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_plan_2 .pl_function_nav ul li.active {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #005BFF;
    letter-spacing: 0;
    font-weight: 600;
}
.pl_function_cont {
    margin-top: 58px;
    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_plan_2 .pl_function_cont .pl_function_item .pl_function_right {
    padding-top: 40px;
}
.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; */
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
    /* align-items: center; */
}
.pl_tags p:last-child {
    margin-bottom: 0px;
}
.pl_tags p img {
    width: 12px;
    height: 9px;
    margin-right: 8px;
    margin-top: 7px;
}
.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_chanpin {
    padding: 70px 0px 140px;
    background: #FFFFFF;
    border-radius: 60px 60px 0px 0px;
    position: relative;
    margin-top: -95px;
}
.pl_chanpin_title {
    font-family: PingFangSC-Semibold;
    font-size: 44px;
    line-height: 62px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.pl_chanpin_desc {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #585858;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 16px;
}
.pl_chanpin_content {
    width: 1160px;
    margin: 70px auto 0px;
}
.pl_chanpin_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}
.pl_chanpin_item:nth-of-type(2),
.pl_chanpin_item:nth-of-type(4) {
    flex-direction: row-reverse;
}
.pl_chanpin_item:last-child {
    margin-bottom: 0px;
}
.chanpin_img {
    width: 660px;
    height: 420px;
}
.chanpin_img img {
    width: 100%;
    height: 100%;
}
.chanpin_text {
    width: calc(100% - 740px);
}
.chanpin_text p:nth-of-type(1) {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
}
.chanpin_text p:nth-of-type(2) {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    margin-top: 24px;
}
.pl_chanpin .indexbtn_wrap {
    margin-top: 64px;
    margin-bottom: 0px;
}
.pl_chanpin .indexbtn_wrap .newBannerButton:first-child {
    margin-right: 20px;
}
.pl_chanpin .indexbtn_wrap .newBannerButton {
    width: 142px;
    height: 50px;
    line-height: 50px;
}
.pl_scence {
    position: relative;
    background: none !important;
}
.pl_scence_title {
    font-family: PingFangSC-Semibold;
    font-size: 44px;
    line-height: 62px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.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: 995px !important;
    }
}
@media screen and (min-width: 1921px) {
    .s_bg {
        width: 100% !important;
        height: 995px !important;
    }
}
.pl_scence_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1160px;
    margin: 40px auto 0px auto;
}
.pl_scence_item {
    width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
}
.xz_item {
    height: 340px;
    background: #FFFFFF;
    border-radius: 20px;
}
.xz_item_top {
    padding: 40px 40px 0px 40px;
}
.xz_item_top p:nth-of-type(1) {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    line-height: 30px;
    font-weight: 700;
}
.xz_item_top p:nth-of-type(2) {
    font-family: HarmonyOS_Sans_SC;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    line-height: 24px;
    font-weight: 400;
    margin-top: 16px;
}
.xz_item img {
    width: 100%;
    height: 230px;
    display: block;
}
.pl_yy {
    background-image: linear-gradient(180deg, #ECF5FF 0%, #FFFFFF 100%);
}
.pl_yy .pl_scence_title {
    font-family: PingFangSC-Semibold;
    font-size: 44px;
    line-height: 62px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.yy_item {
    padding: 22px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.04);
    border-radius: 20px;
}
.yy_item img {
    width: 100%;
    height: 168px;
}
.yy_item .scence_tit {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin: 30px 0px 16px;
}
.yy_item .scence_item_bottom {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.yy_item .scence_item_bottom p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.yy_item .scence_item_bottom p::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C4C4C4;
    margin-right: 9px;
}

.client-bg {
    background-image: url(/static/images/peilian/client_bg.jpg);
    background-size: cover;
}
.clients-slide {
    width: 100%;
    height: auto;
    background-image: linear-gradient(141deg, #FFFFFF 0%, rgba(255,255,255,0.86) 52%);
    border-radius: 20px;
    margin-top: 30px;
}
.clients-slide-nav {
    display: flex;
    justify-content: center;
    width: 596px;
    background: rgba(255,255,255,0.30);
    border-radius: 40px;
    padding: 6px 7px;
    margin: 40px auto 30px auto;
}
.clients-slide-nav li {
    width: 96px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    cursor: pointer;
}
.clients-slide-nav li.active {
    background: #fff;
    color: #005BFF;
}
.clients-slide-content {
    display: none;
}
.clients-slide-content.active {
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.content-left {
    width: 564px;
    height: 384px;
    flex-shrink: 0;
}
.content-left img {
    width: 100%;
    height: 100%;
}
.content-right {
    width: 480px;
    padding-top: 36px;
    padding-left: 16px;
    padding-bottom: 95px;
}
.content-right .tit span {
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    line-height: 37px;
    color: #000000;
    font-weight: 600;
}
.content-right .desc {
    margin-top: 16px;
}
.content-right .desc span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 24px;
    font-weight: 400;
}
.clients-slide .newBannerButton {
    position: absolute;
    left: 32px;
    bottom: 48px;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.clients-slide .newBannerButton i:last-child {
    display: none;
}
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;
}
.content-right .rg-top .tit a {
    top: 15px;
}
.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: 44px;
    width:100%;
    left:0;
    z-index:2;
    padding: 0px 18px;
}
.mobile_product_info .mobile_cont_top h1 div{
    display: inline-block;
    position: relative;
}
.mobile_product_info .mobile_cont h1{
    display: flex;
    justify-content: flex-start;
    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;
    line-height: 40px;
    font-weight: 400;
    background: linear-gradient(to right, #003AF0, #0098FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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-Medium;
    font-size: 18px;
    color: #282828;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-top: 8px;
}
.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;
}
.planB {
    display: none;
}
.pl_value {
    width: 1160px;
    margin: 0 auto;
}
.pl_value_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
}
.pl_value_item {
    width: 278px;
    height: 170px;
    padding: 26px 28px 0px;
    background-image: linear-gradient(0deg, #FAFCFF 0%, #EEF5FF 97%);
    border-radius: 16px;
}
.pl_value_top {
    display: flex;
    align-items: center;
}
.pl_value_top img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.pl_value_top span {
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    font-weight: 600;
}
.pl_value_bottom {
    font-family: HarmonyOS_Sans_SC;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
}
.pl_scence2 {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EDF5FF 100%);
}
.pl_scence2content {
    width: 1160px;
    margin: 40px auto 0px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.04);
}
.pl_scence2left {
    padding: 60px 44px 0px 44px;
    background: #FFFFFF;
    border-radius: 16px 0px 0px 16px;
    width: 600px;
    height: 420px;
    position: relative;
}
.pl_scence2left p {
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #282828;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 24px;
}
.pl_scence2left li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.pl_scence2left li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    margin-right: 10px;
}
.pl_scence2left a {
    position: absolute;
    left: 44px;
    bottom: 60px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #005BFF;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.pl_scence2left a img {
    width: 20px;
    height: 20px;
    margin-top: 1px;
}
.pl_scence2right {
    width: 560px;
    height: 420px;
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
}
.bannerTag {
    margin-bottom: 48px;
}
.bannerTag li {
    display: flex;
    /* align-items: center; */
    padding-left: 6px;
    margin-bottom: 5px;
    position: relative;
}
.bannerTag li span {
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(40,40,40,0.8);
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 18px;
}
.bannerTag li span i {
    font-style: normal;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    color: #282828;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
    margin-right: 8px;
}
.bannerTag li::before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #005BFF;
    border-bottom: 2px solid #005BFF;
    position: absolute;
    top:9px;
    left: 6px;
}
@media screen and (max-width: 750px) {
    .bannerTag {
        margin-top: 16px;
        margin-bottom: 0px;
    }
    .bannerTag li span {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #585858;
        letter-spacing: 0;
        line-height: 22px;
        font-weight: 400;
        margin-left: 15px;
        align-items: flex-start;
    }
    
    .bannerTag li span i {
        font-family: PingFangSC-Semibold;
        font-size: 12px;
        color: #282828;
        letter-spacing: 0;
        line-height: 22px;
        font-weight: 600;
        flex-shrink: 0;
    }
    .bannerTag li::before {
        top: 5px;
    }
    .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: calc(100vw - 64px);
        margin-top: 12px;
        overflow: hidden;
    }
    .mobile_details .client_section_inner {
        display: flex;
        /* align-items: center; */
        width: 100%;
    }
    .client_section {
        padding: 0px 16px 17px;
    }
    .client_section_nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        /* overflow-x: scroll;
        overflow-y: hidden; */
        /* padding-left: 16px; */
        padding-bottom: 10px;
    }
    .client_section_nav::after {
        content: "";
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #fff 0%, #F4F5F7 30%, #F4F5F7 70%, #FFF 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .client_section_nav::-webkit-scrollbar {
        display: none;
    }
    .client_section_nav li {
        opacity: 0.75;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: rgba(0, 0, 0);
        text-align: center;
        font-weight: 400;
        flex-shrink: 0;
        position: relative;
    }
    .client_section_nav li:last-child {
        margin-right: 0px;
    }
    .client_section_nav li.active {
        color: #005BFF;
        font-weight: 500;
    }
    .client_section_nav li.active::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #005BFF;
        display: block;
        position: absolute;
        left: 0;
        bottom: -9px;
    }
    .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;
    }
    .i_plan {
        padding: 0px;
    }
    .c_plan .client_section_item {
        padding: 22px 16px 0px 16px;
        display: flex;
        justify-content: center;
        background: none;
        width: 100vw;
    }
    .s_plan {
        position: relative;
        padding-bottom: 60px;
    }
    .client_section_item .client_section_logo {
        width: 100%;
        height: auto;
    }
    .c_plan .s_plan .client_section_logo {
        width: 100%;
        height: auto;
    }
    .c_plan .slick-dots {
        bottom: 12px;
    }
    .c_plan .slick-dots li {
        border-radius: 1.5px !important;
        width: 18px;
        height: 2px;
        margin: 0 3px;
        background: rgba(60,110,238,0.25);
    }
    .c_plan .slick-dots li.slick-active {
        background: #3C6EEE;
    }
    .client_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        font-weight: 600;
        margin-top: 16px;
    }
    .client_ftit {
        opacity: 0.75;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.75);
        line-height: 20px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 13px;
    }
    .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: 0px;
        bottom: 24px;
    }
    .c_plan .client_detail {
        bottom: 45px;
    }
    .client_detail img {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }
    .c_plan .client_tit, .c_plan .client_ftit,.c_plan .client_dtit, .c_plan .client_desc {
        padding: 0px 16px;
    }

    .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;
      }
      .value_section {
        background: #FFFFFF;
        border-radius: 20px 20px 0px 0px;
        margin-top: -24px;
        padding-bottom: 32px;
        position: relative;
      }
      .value_section_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        padding: 32px 16px 20px 16px;
      }
      .value_section_item {
        background-image: linear-gradient(0deg, #FAFCFF 0%, #EEF5FF 97%);
        border-radius: 16px;
        padding: 18px 16px 20px 16px;
        margin-bottom: 10px;
      }
      .value_item_top {
        display: flex;
        align-items: center;
      }
      .value_item_top span {
        font-family: PingFangSC-Semibold;
        font-size: 18px;
        line-height: 25px;
        color: #282828;
        font-weight: 600;
      }
      .value_item_top img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
      }
      .value_item_bottom {
        font-family: HarmonyOS_Sans_SC;
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        font-weight: 400;
        margin-top: 14px;
      }
      .adv_section {
        background: url('/static/images/dmx/s_bg.png') no-repeat;
        background-size: 100% auto;
      }
      .adv_section_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        padding: 20px 0px;
      }
      .adv_section_item {
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(0, 19, 83, 0.02);
        border-radius: 16px;
        padding: 22px 16px 8px;
        margin-bottom: 10px;
    }
    .adv_section_item p:nth-of-type(1) {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .adv_section_item p:nth-of-type(2) {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: rgba(0,0,0,0.75);
        line-height: 18px;
        font-weight: 400;
    }
    .adv_section_item .adv_img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .func_section_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
        padding: 48px 16px 20px 16px;
    }
    .func_section_nav {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 16px;
    }
    .func_section_nav::-webkit-scrollbar {
        display: none;
    }
    .func_section_nav li.active {
        background: #005BFF;
        box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 1);
        border-radius: 20px;
        color: #fff;
    }
    .func_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;
    }
    .func_cont_wrap {
        width: 100%;
        margin-top: 12px;
        overflow: hidden;
    }
    .func_cont_inner {
        display: flex;
        /* align-items: center; */
        width: 100%;
    }
    .func_section_item {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 12px;
        padding: 0px 17px 28px;
        flex-shrink: 0;
        position: relative;
    }
    .func_section_item .func_img {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }
    .pl_function_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #000000;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 14px;
    }
    .pl_tags p img {
        width: 12px;
        height: 9px;
        margin-right: 6px;
        margin-top: 9px;
    }
    .pl_scence2content {
        background: #FFFFFF;
        border-radius: 12px;
        width: 100%;
        flex-direction: column;
        margin-top: 0px;
    }
    .pl_scence2right {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .pl_scence2left {
        width: 100%;
        height: auto;
        padding: 20px 16px 72px;
    }
    .pl_scence2left p {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .pl_scence2left li {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #333333;
        letter-spacing: 0;
        text-align: justify;
        line-height: 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .pl_scence2left li::before {
        display: none;
    }
    .pl_scence2left a {
        left: 16px;
        bottom: 20px;
    }
    .mobile_cont_inner {
        position: relative;
        background: #FFFFFF;
        border-radius: 12px;
        padding: 14px 16px 0px 16px;
    }
    .m_mask {
        width: 22px;
        height: 56px;
        position: absolute;
        background: linear-gradient(270deg, #F1F7FF, transparent);
        top: -8px;
        right: 0px;
    }
    .calses_logo_img {
        width: 100%;
        margin-top: 17px;
        padding: 0px 16px;
    }
    .calses_logo_img img {
        width: 100%;
        height: auto;
    }
    .banner_tag {
        position: static;
        display: block;
        transform: none;
        width: calc(100% - 32px);
        margin: 20px auto 0px auto;
        background-image: linear-gradient(0deg, #FAFCFF 0%, #EEF5FF 97%);
        border-radius: 16px;
        padding: 20px;
    }
    .banner_tag li {
        margin-bottom: 16px;
    }
    .banner_tag li:last-child {
        margin-bottom: 0px;
    }
    .banner_tag li p:nth-of-type(1) {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        letter-spacing: 0;
        font-weight: 600;
    }
    .banner_tag li p:nth-of-type(1) span {
        font-size: 20px;
        line-height: 24px;
    }
    .banner_tag li p:nth-of-type(2) {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        line-height: 17px;
        color: #585858;
        letter-spacing: 0;
        font-weight: 400;
        margin-top: 4px;
    }
    .bf_section {
        background: #fff;
        padding: 32px 0px 48px 0px;
        border-radius: 20px 20px 0px 0px;
        margin-top: -24px;
        position: relative;
    }
    .bf_section_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        line-height: 31px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
    }
    .jf_section {
        background: #fff;
        padding: 0px 16px 32px 16px;
    }
    .jf_section_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        line-height: 31px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
    }
    .jf_section_desc {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        line-height: 17px;
        color: #787878;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        margin-top: 8px;
    }
    .jf_content {
        margin-top: 16.55px;
    }
    .jf_content li {
        width: 100%;
        background: #F1F7FF;
        border-radius: 16px;
        padding-top: 20px;
        overflow: hidden;
        margin-bottom: 13.55px;
    }
    .jf_content li:last-child {
        margin-bottom: 0px;
    }
    .jf_content li p:nth-of-type(1) {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        font-weight: 600;
        padding: 0px 20px;
    }
    .jf_content li p:nth-of-type(2) {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: rgb(0, 0, 0, 0.75);
        letter-spacing: 0;
        text-align: justify;
        line-height: 20px;
        font-weight: 400;
        padding: 10px 20px 24.55px 20px;
    }
    .jf_content li img {
        width: 100%;
        height: auto;
        display: block;
    }
    .adv_wrap {
        padding: 0px 16px;
    }
    .sn_section {
        padding: 48px 16px 48px 16px;
    }
    .sn_section_title {
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        line-height: 31px;
        color: #191919;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
    }
    .sn_section_wrap {
        margin-top: 29px;
    }
    .pl_scence_item {
        width: 100%;
        margin-bottom: 14px;
    }
    .yy_item {
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(0,19,83,0.02);
        border-radius: 12px;
        padding: 12.29px 12.29px 20px 12.29px;
    }
    .yy_item img {
        width: 100%;
        height: 102.27px;
    }
    .yy_item .scence_tit {
        font-family: PingFangSC-Semibold;
        font-size: 20px;
        color: #000000;
        line-height: 29.58px;
        font-weight: 600;
        margin: 20px 0px 10px;
    }
    .yy_item .scence_item_bottom p {
        margin-bottom: 4px;
    }
    
}
