.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: 23px;
    /* padding-left: 40px; */
    float: left;
    cursor: pointer !important;
}
.newBannerButton i:last-child {
    width: 15px;
    height: 14px;
    background: url(/Public/Cn/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(/Public/Cn/images/peilian/black_arrow.png) no-repeat;
    background-size: 15px 14px;
}

.pro_jz_item {
    width: 384px;
    height: 456px;
    background: rgba(255,255,255,0.8);
    border-radius: 24px;
    padding: 24px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.pro_jz_item>img {
    width: 100%;
    height: auto;
}
.pro_jz_itit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
    margin-top: 32px;
}
.pro_jz_idesc {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    line-height: 25px;
    color: #454545;
    font-weight: 500;
    margin-top: 16px;
}
.pro_jz_section {
    background-color: #F1F5FC;
    padding: 70px 0px 80px;
    background-image: url('/Public/images/outsea/pro_bg.png');
    background-size: 1680px 657px;
    background-position: center bottom;
}
.section_title {
    font-family: PingFangSC-Semibold;
    font-size: 44px;
    line-height: 62px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.section_desc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #151516;
    text-align: center;
    font-weight: 400;
    margin-top: 16px;
}
.pro_jz_list {
    margin-top: 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 486px;
    overflow: hidden;
}
.pro_jz_list_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 28px;
}
.pro_jz_list_inner{
    animation: animateLeft2 58s linear infinite normal;
}
.pro_jz_list_inner:hover {
    animation-play-state: paused !important;
}
.pro_jz_bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 36px 32px 28px;
    z-index: 4;
    background: #FFFFFF;
    border-radius: 24px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}
.pro_jz_item:hover {
    transform: translateY(-16px);
}
.pro_jz_item:hover .pro_jz_bottom {
    opacity: 1;
    pointer-events: all;
}
.pro_jz_btit {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 600;
}
.pro_jz_bdesc {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    line-height: 25px;
    color: #454545;
    font-weight: 500;
    margin-top: 16px;
}
.pro_jz_blist {
    margin-top: 17px;
    list-style-type: disc;
}
.pro_jz_blist li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #282829;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 13px;
}
.pro_jz_blist li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C4C4C4;
    position: absolute;
    left: 0;
    top: 11px;
}
.rstatic {
    display: flex;
    align-items: center;
}
.pro_jz_list .rstatic {
    margin-top: 24px;
}
.pro_jz_list .pl_static_item {
    margin-right: 26px;
}
.pro_jz_list .l_top {
    height: 29px;
}
.pro_jz_list .pl_static_item_top span {
    font-family: DingTalk-JinBuTi;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}
.pro_jz_list .pl_static_item_top span.per_text {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.pro_jz_list p.static_item_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #282829;
    font-weight: 400;
}
.pro_jz_list .pl_static_item_top img {
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.pro_jz_bottom .indexbtn_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
    width: calc(100% - 64px);
}
.pro_jz_bottom .indexbtn_wrap .newBannerButton {
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.pro_jz_bottom .newBannerButton i:last-child {
    display: none;
}
.pro_jz_bottom .wave-wrap::before {
    width: 400px;
    height: 400px;
}
.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;
}
.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; */
    flex-wrap: wrap;
}
.yy_item .scence_item_bottom>div {
    width: 33.333%;
}
.yy_item .scence_item_bottom>p {
    width: 33.333%;
}
.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;
}
.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;
}
.btnWhite:hover i:last-child {
    background-image: url(/Public/Cn/images/peilian/white_arrow.png) !important;
}
.value_section {
    background-color: #F1F7FF;
    border-radius: 20px 20px 0px 0px;
    margin-top: -24px;
    padding-bottom: 32px;
    position: relative;
    background-image: url('/Public/images/outsea/pro_m_bg.png');
    background-size: 100% auto;
    background-position: center bottom;
  }
  .value_section_title {
    font-family: DingTalk-JinBuTi;
    font-size: 26px;
    color: #191919;
    letter-spacing: -1.08px;
    text-align: center;
    font-weight: 400;
    line-height: 31px;
    padding: 32px 16px 12px 16px;
  }
  .value_section_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #585858;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 16px 16px;
  }
  .mobile_cont_iwrap {
    padding: 0px 16px;
  }
  .value_section_item {
    background-color: #FFFFFF;
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0px 6px 24px 0px rgba(217,231,252,0.5);
    border-radius: 16px;
    padding: 17px 11px 18px 15px;
    margin-bottom: 10px;
  }
  
  .value_yy_item {
    background-image: url(/Public/Cn/images/ai_call/zr_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto !important;
    margin-bottom: 0px;
    height: 373px;
  }
  .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 {
    margin-top: 14px;
  }
  .value_item_bottom li {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #787878;
    line-height: 18px;
    font-weight: 400;
    margin-top: 6px;
    position: relative;
    padding-left: 10px;
  }
  .value_item_bottom li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #005BFF;
    position: absolute;
    left: 0px;
    top: 8px;
  }
  .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; */
    padding-bottom: 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; */
    padding: 18px 16px 0px 17px;
    margin-top: 0px;
}
.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: 100%;
    height: auto;
}
.mobile_cont_iwrap {
    padding: 0px 16px;
}
.function_section_nav {
    width: 100%;
    height: 42px;
    background: #DAE5FF;
    border-radius: 27px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    padding: 4px;
    margin-bottom: 16px;
}
.function_section_nav_inner {
    height: 50px;
    position: relative;
    display: block;
    transition: transform .3s;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}
.function_section_nav_inner::-webkit-scrollbar {
    width: 0;
}
.function_section_nav li {
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}
.function_section_nav li.active {
    background: #fff;
    border-radius: 25px;
    font-family: PingFangSC-Semibold;
    color: #005BFF;
    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;
    width: auto;
}
.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-family: DingTalk-JinBuTi;
    font-size: 20px;
    line-height: 24px;
    color: #151516;
    letter-spacing: 0;
    font-weight: 400;
}
.mobile_details .pl_static_item_top .per_text {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 500;
}
.mobile_details .pl_static_item_top img {
    width: 11px;
    height: auto;
    display: inline-block;
    margin-bottom: 8px;
}
.mobile_details .static_item_desc {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    line-height: 18px;
    color: #282828;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    margin-top: 2px;
}
.mobile_details .pl_static {
    display: flex;
    align-items: center;
    margin-top: 29px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.mobile_details .pl_static_item {
    margin-right: 20px;
}
.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;
}
.adv_section {
    background: #fff;
    padding: 32px 0px;
  }
  .adv_section_title {
    font-family: DingTalk-JinBuTi;
    font-size: 26px;
    color: #151516;
    letter-spacing: -1.08px;
    text-align: center;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 16px;
  }
.adv_section_item {
    width: 100vw;
}
.adv_inner {
    width: calc(100% - 32px);
    padding: 24px 20px 20px;
    height: 398px;
    background: #EFF6FF;
    border-radius: 16px;
    position: relative;
}
.adv_inner>img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}
.adv_section .indexbtn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.adv_section .newBannerButton {
    width: 258px;
    max-width: 258px;
    height: 44px;
    line-height: 44px;
    background-image: linear-gradient(-86deg, #3490FF 0%, #1F6FFF 93%);
    border-radius: 25px;
}
.adv_section .newBannerButton i:first-child {
    font-family: DingTalk-JinBuTi;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.adv_section_item .rtit {
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    line-height: 30px;
    color: #151516;
    font-weight: 600;
    margin-bottom: 9px;
}
.adv_section_item .rdesc p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #454546;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}
.adv_slick .slick-dots {
    bottom: -24px;
}
.adv_slick .slick-dots li {
    border-radius: 3px !important;
    width: 5px;
    height: 5px;
    margin: 0 2px;
    background: rgba(0,91,255,0.5);
    opacity: 1;
}
.adv_slick .slick-dots li.slick-active {
    width: 20px;
    height: 5px;
    background: #005BFF;
    border-radius: 3px;
    opacity: 1;
}

.sn_section {
    padding: 32px 16px 40px 16px;
}
.sn_section_title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.sn_section_tit {
    font-family: DingTalk-JinBuTi;
    font-size: 26px;
    line-height: 31px;
    color: #191919;
    letter-spacing: -1.08px;
    text-align: center;
    font-weight: 400;
    margin-top: 24px;
}
.sn_section_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}
.sn_section_wrap {
    margin-top: 16px;
}
.mobile_details .yy_item .scence_item_bottom>p {
    width: 50%;
}
.mobile_details .pl_scence_item {
    width: 100%;
    margin-bottom: 14px;
}
.mobile_details .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;
}
.mobile_details .yy_item img {
    width: 100%;
    height: 102.27px;
}
.mobile_details .yy_item .scence_tit {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    line-height: 29.58px;
    font-weight: 600;
    margin: 20px 0px 10px;
}
.mobile_details .yy_item .scence_item_bottom p {
    margin-bottom: 4px;
}
.new_mobile_footer {
    width: 100%;
}
.new_mobile_footer .mobile_ft_bg {
    background: url(/Public/Cn/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;
}
.calses_logo_img {
    width: 100%;
    margin-top: 17px;
    padding: 0px 16px;
}
.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;
}
.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_title {
    font-family: DingTalk-JinBuTi;
    font-size: 26px;
    line-height: 31px;
    color: #151516;
    letter-spacing: -1.08px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 22px;
}
.client_section_nav {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 16px;
}
.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: 20px 16px 24px;
    /* background: url(/Public/Cn/images/peilian/client_bg.png) no-repeat;
    background-size: 99% 100%; */
    flex-shrink: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
}
.i_plan {
    padding: 0px;
}
.client_section_item .client_section_logo {
    width: 112px;
    height: auto;
}
.client_tit {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    font-weight: 600;
    margin-top: 16px;
}
.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; */
    margin-top: 32px;
}

.client_detail img {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}
.mobile_client_top_ul {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 35px;
}
.mobile_client_top_ul li {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #585859;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    padding-right: 12px;
    position: relative;
}
.mobile_client_top_ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 55%;
    background: #585859;
    position: absolute;
    right: 6px;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
.mobile_client_top_ul li:last-child {
    padding-right: 0;
}
.mobile_client_top_ul li:last-child::after {
    display: none;
}
.mobile_details .client_bottom {
    margin-top: 16px;
    flex-direction: column;
}
.mobile_details .client_bottom_left {
    width: 100%;
    height: auto;
    padding: 16px 16px 20px;
    margin-bottom: 12px;
}
.mobile_details .client_bottom_right {
    width: 100%;
    height: auto;
    padding: 16px 16px 20px;
}
.mobile_details .client_bottom_tit {
    font-size: 14px;
    line-height: 22px;
}
.mobile_details .client_bottom_ul li {
    font-size: 12px;
    line-height: 16px;
}
.mobile_details .client_bottom_ul li::before {
    top: 6px;
}