﻿@charset "utf-8";

body {
    font-family: 'poppinsregular',"Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial!important;
}
/* 特殊字体 */
@font-face {
    font-family: 'poppinsregular';
    /* src: url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-regular-webfont.woff') format('woff'); */
    src: url('../fonts/harmonyos/HarmonyOS_Sans_Regular.woff2') format('woff2'),
         url('../fonts/harmonyos/HarmonyOS_Sans_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinssemibold';
    /* src: url('../fonts/poppins/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-semibold-webfont.woff') format('woff'); */
    src: url('../fonts/harmonyos/HarmonyOS_Sans_Bold.woff2') format('woff2'),
         url('../fonts/harmonyos/HarmonyOS_Sans_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsextrabold';
    /* src: url('../fonts/poppins/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-extrabold-webfont.woff') format('woff'); */
    src: url('../fonts/harmonyos/HarmonyOS_Sans_Black.woff2') format('woff2'),
         url('../fonts/harmonyos/HarmonyOS_Sans_Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    /* src: url('../fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-medium-webfont.woff') format('woff'); */
    src: url('../fonts/harmonyos/HarmonyOS_Sans_Medium.woff2') format('woff2'),
         url('../fonts/harmonyos/HarmonyOS_Sans_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.ys_cont1100{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
/*p,*{*/
/*    word-wrap: normal;*/
/*    word-break: break-all;*/
/*}*/
 p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} 
/* 科大 - 规范 - start */
.std_semibold{
    font-family: 'poppinssemibold'!important;
}
.std_extrabold{
    font-family: 'poppinsextrabold'!important;
}
.std_medium{
    font-family: 'poppinsmedium'!important;
}
.std_title1{
    font-size: 50px;
    line-height: 1.3;
    color: #fff;
    font-family: 'poppinssemibold'!important;
}
.std_title2,.yxedr_active h2{
    font-size: 40px;
    line-height: 1.3;
    color: #000;
    font-family: 'poppinssemibold'!important;
}
.std_title3,.yxedr_active h3{
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}
.std_title4,.yxedr_active h4{
    font-size: 18px;
    line-height: 1.5;
    color: #575757;
}
.std_title5,.yxedr_active h5{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.std_text1,
.std_text1 p,.yxedr_active p{
    font-size: 18px;
    line-height: 1.5;
    color: #575757;
}
.std_text1_margin p,.yxedr_active p{
    margin-bottom: 9px;
}
.std_text1_margin14 p{
    margin-bottom: 14px;
}
.std_padding1{
    padding-top: 120px;
    padding-bottom: 120px;
}
.std_padding1_top{
    padding-top: 120px;
}
.std_padding1_bot{
    padding-bottom: 120px;
}
.std_margin1{
    margin-bottom: 120px;
}
.std_margin2{
    margin-bottom: 10px;
}
.std_margin3{
    margin-bottom: 150px;
}
.std_margin4{
    margin-bottom: 54px;
}
.std_btn1{
    font-size: 0;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.std_btn1_link{
    display: inline-block;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #fff; */
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.std_btn1_link_font{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    padding: 0 50px;
    position: relative;
    z-index: 3;
}
.std_btn1_link::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    border-radius: 24px;
    z-index: 1;
}
.std_btn1_link::after{
    content: '';
    z-index: 2;
    width: 130%;
    height: 130%;
    background: #4316f3;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -15%;
    right: 0%;
    pointer-events: none;
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.std_title28{
    font-size: 28px;
    line-height: 1.5;
}
.std_title64{
    font-size: 64px;
    line-height: 1.1;
    color: #fff;
    font-family: 'poppinssemibold'!important;
}
.std_title48{
    font-size: 48px;
    line-height: 1.5;
    color: #000;
    font-family: 'poppinssemibold'!important;
}
.std_title30{
    font-size: 30px;
    color: #000;
    line-height: 1.3;
    font-family: 'poppinssemibold'!important;
}
.std_title24{
    font-size: 24px;
    color: #8F969A;
    line-height: 1.5;
}
.std_center{
    text-align: center;
}
.std_text24,
.std_text24 p{
    font-size: 24px;
    color: #666;
    line-height: 1.5;
}
.std_text16,
.std_text16 p{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.std_padding_top80{
    padding-top: 80px;
}
.std_margin150{
    margin-bottom: 150px;
}
.std_margin60{
    margin-bottom: 60px;
}
.std_title60{
    font-size: 60px;
    line-height: 1.6;
}
.std_title32{
    font-size: 32px;
    line-height: 1.5;
    font-family: 'poppinssemibold'!important;
    color: #000;
}
/* 科大 - 规范 - end */
/*分享翻译*/
.ys_wechat_cont_parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}
.ys_ban_txtbox{
    z-index: 5;
}
.ys_nybanner{
    position: relative;
}
.ys_nyban_img, .ys_nyban_img img{
    width: 100%;
}
.ys_nyban_ph{
    display: none;
}
.ys_nyban_title  h1{
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}
.ys_nyban_title  p{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
/* - banner - end*/

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    /* Delia-start */
    .assu_li a:hover .std_btn2_link_icon{
        transform: translate(5px,0);
    }
    .newdet_news_ul_li:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .pc_fenye a:hover li{
        color: #446FF1;
        background: transparent;
        border: solid 1px #446FF1;
    }
    .pc_fenye .first:hover li, .pc_fenye .prev:hover li, .pc_fenye .next:hover li, .pc_fenye .end:hover li{
        color: #666;
        border: solid 1px transparent;
        background: transparent;
    }
    .news_lidt_ul_li a:hover .std_btn2_link_icon{
        transform: translate(5px,0);
    }
    .nscu_li a:hover .std_btn2_link_icon{
        transform: translate(5px,0);
    }
    /* Delia-end */
    .std_btn1_link:hover::after{
        transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    .std_btn2_link:hover .std_btn2_link_icon{
        transform: translate(5px,0);
    }
    .hsln_cry:hover .hsln_cry_img img{
        transform: scale(1.05);
    }
    .std_btn3 .std_btn1_link:hover .std_btn1_link_font{
        color: #fff;
    }
    .hnln_link:hover .std_title3{
        color: #446FF1;
    }
    .footer_cry_nav ul a:hover{
        color: #000;
    }
    .hscl_nub a:hover .ys_imgbox_cover img:nth-child(2){
        opacity: 1;
    }
    .hscl_nub a:hover .ys_imgbox_cover img:first-child{
        opacity: 0;
    }
    .hscl_nub a:hover .std_title5{
        color: #000;
    }
    .head_nav_first:hover .head_nav_first_one a::before,
    .head_nav:hover .head_nav_first.yxnav_active1:hover .head_nav_first_one a::before{
        width: 100%;
        opacity: 1;
    }
    .head_nav:hover .head_nav_first.yxnav_active1 .head_nav_first_one a::before{
        width: 0;
        opacity: 0;
    }
    .head_second1_list:hover .head_second1_list_nub.yxnav_active2 .hs1ln_link{
        background: transparent;
    }
    .head_second1_list_nub:hover .hs1ln_link,
    .head_second1_list:hover .head_second1_list_nub.yxnav_active2:hover .hs1ln_link{
        background: #f1f1f1;
    }
    .head_other_pull_list:hover .hopl_nub.on a {
        background: transparent;
    }
    .hopl_nub:hover a,
    .head_other_pull_list:hover .hopl_nub.on:hover a {
        background: #f1f1f1;
    }
    .mod_arrows2 .slick-prev:hover::before,
    .mod_arrows2 .slick-next:hover::before{
        opacity: 0;
    }
    .mod_arrows2 .slick-prev:hover::after,
    .mod_arrows2 .slick-next:hover::after{
        opacity: 1;
    }
    .mod_arrows1 .slick-prev:hover::after,
    .mod_arrows1 .slick-next:hover::after{
        opacity: 1;
    }
    .mod_arrows1 .slick-prev:hover::before,
    .mod_arrows1 .slick-next:hover::before{
        opacity: 0;
    }
    .mod_btn3_link:hover::before {
        transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    .mod_btn4_link_cry:hover::before {
        transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
    /* e1 */
    .siln_contact_item .std_title3 a:hover{
        color: #446FF1;
    }
    .siln_contact_item .std_title3 a:hover::before{
        background: #446FF1;
    }
    .cm1lr_rotate_item:hover .std_btn2_link_icon {
        transform: translate(5px,0);
    }
    .point_tap .std_text16:hover{
        color: #446FF1;
    }
    .contact_select .ys_select_li:hover{
        color: #446FF1;
    }
    .cucf_lic_info:hover .country_name,
    .cucf_lic_info:hover .country_code{
        color: #446FF1;
    }
    .cucf_list_agree.on .cucf_list_agree_btn .iconfont{
        opacity: 1;
    }
    .pc_fenye li:hover,
    .pc_fenye li:hover::before{
        color: #446FF1;
    }
    .nscu_li:hover .nscu_li_tit,
    .news_lidt_ul_li:hover .nlul_ri_tit,
    .nnul_box:hover .nnul_box_tit,
    .assu_li:hover .assu_li_le_tit,
    .actnew_list_ul_li:hover .alul_btm_tit{
        color: #446FF1;
    }
    .mod_arrows3 .swiper-button-prev:hover::after,
    .mod_arrows3 .swiper-button-next:hover::after{
        opacity: 1;
    }
    /* 2023.08.10 */
    .bhln_cry:hover .std_title3{
        color: #446FF1;
    }
}
.ys_ban_txtbox .std_btn1{
    margin-top: 35px;
}
.ys_ban_imgbox::before{
    background: linear-gradient(to right,rgba(0,0,0,.2),rgba(0,0,0,0));
}
.ys_ban_txtbox .ys_ban_title{
    max-width: 650px;
}
.mod_dots1 .slick-dots li{
    width: 48px;
    margin: 0 3.5px;
    height: 13px;
    position: relative;
    background: transparent;
}
.mod_dots1 .slick-dots li::before{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 5px;
    background: rgba(255,255,255,.8);
    transition: all 0.36s;
    left: 0;
    transform: translate(0);
}
.mod_dots1 .slick-dots li.slick-active::before{
    background: #446FF1;
}
.ys_banner .slick-dots{
    bottom: 54px;
    text-align: left;
    padding-left: calc(50vw - 600px - 3.5px);
}
.home_smart_list_nub{
    padding: 10px;
}
.home_smart_list{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.hsln_cry{
    background: #F7F7F7;
    border-radius: 16px;
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.home_smart_list_nub{
    width: 50%;
}
.home_smart_list_nub:first-child{
    width: 100%;
}
.std_btn2_link_font{
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.std_btn2_link_icon{
    width: 16px;
    margin-left: 8px;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.std_btn2_link_icon img{
    width: 100%;
}
.std_btn2_link{
    display: flex;
    align-items: center;
}
.hsln_cry_text{
    text-align: center;
    position: relative;
    z-index: 6;
    padding-top: 49px;
}
.std_btn2{
    display: inline-block;
}
.home_smart_list_nub:first-child .hsln_cry_text{
    padding-top: 52px;
}
.hsln_cry_text .std_title2{
    margin-bottom: 9px;
}
.hsln_cry_text .std_text1{
    margin-bottom: 13px;
}
.hsln_cry_img{
    width: 100%;
    overflow: hidden;
}
.hsln_cry_img img{
    width: 100%;
    transition: all 0.36s;
}
.home_smart_list_nub:first-child .hsln_cry_text{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home_smart{
    padding-bottom: 4px;
}
.hsln_rotate {
    width: 100%;
}
.hsln_rotate a{
    display: block;
}
.hsln_rotate_img{
    width: 100%;
    position: relative;
}
.hsln_rotate_img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
}
.home_solution_list_nub .hsln_rotate_img img{
    transform: scale(1)!important;
}
.hsln_core .std_text1 p{
    line-height: 1.6;
}
.home_smart_list_nub:not(:first-child) .hsln_cry_img{
    width: 370px;
    margin: 0 auto;
    margin-top: 44px;
}
.home_smart_list_nub:not(:first-child) .hsln_cry{
    padding-bottom: 30px;
}
.home_solution_list_nub{
    position: relative;
}
.std_btn3 .std_btn1_link::before {
    border: 1px solid #000;
}
.std_btn3 .std_btn1_link_font{
    color: #000;
}
.hsln_core {
    z-index: 6;
}
.hsln_core .std_title4, 
.hsln_core .std_title2,
.hsln_core .std_text1{
    max-width: 415px;
}
.hsln_core .std_title2{
    margin-bottom: 9px;
}
.hsln_core .std_text1{
    margin-bottom: 36px;
}
.mod_arrows1 .slick-prev,
.mod_arrows1 .slick-next{
    width: 40px;
    height: 40px;
    z-index: 10;
}
.mod_arrows1 .slick-prev::before,.mod_arrows1 .slick-next::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: all 0.36s;
    opacity: 1;
}
.mod_arrows1 .slick-prev::before{
    background-image: url(../images/a1_icon03.svg);
}
.mod_arrows1 .slick-next::before{
    background-image: url(../images/a1_icon02.svg);
}
.home_solution_list.mod_arrows1 .slick-prev{
    left: 70px;
}
.home_solution_list.mod_arrows1 .slick-next{
    right: 70px;
}
.mod_title1_more{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mod_title1_more .std_title2{
    max-width: calc(100% - 112px);
}
.mod_title1_more .std_btn2{
    transform: translateY(14px);
}
.home_develop_list{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.home_develop_list_nub:not(:first-child) {
    display: none;
}
.home_develop_list {
    position: relative;
    z-index: 1;
}
.home_develop_list_nub {
    opacity: 1 !important;
}
#ys_banner_slick1.nexting .ys_slick_active {
    animation: slideInRight 1s ease-out both;
}
#ys_banner_slick1.preving .ys_slick_prev {
    animation: slideOutRight 1s ease-in both;
}
/* 6 - start */
#ys_banner_slick6.nexting .ys_slick_prev {
    z-index: 1000 !important;
}
#ys_banner_slick6.nexting .ys_slick_active {
    z-index: 999 !important;
}
#ys_banner_slick6.nexting .ys_slick_prev {
    animation: slideOutLeft 1s cubic-bezier(0.79,0.14,0.15,0.86) both;
}
#ys_banner_slick6.nexting .ys_slick_prev img {
    animation: slideOutRights 1s cubic-bezier(0.79,0.14,0.15,0.86) both;
}
#ys_banner_slick6.nexting .ys_slick_active {
    animation: slideInLefts 1s cubic-bezier(0.79,0.14,0.15,0.86) both;
}
#ys_banner_slick6.preving .ys_slick_prev {
    z-index: 1000 !important;
}
#ys_banner_slick6.preving .ys_slick_active {
    z-index: 999 !important;
}
#ys_banner_slick6.preving .ys_slick_prev {
    animation: slideOutRights 1s cubic-bezier(0.79,0.14,0.15,0.86) both;
}
#ys_banner_slick6.preving .ys_slick_prev img {
    animation: slideOutRights 1s cubic-bezier(0.79,0.14,0.15,0.86) both;
}
/* slideOutLeft */
#ys_banner_slick6.preving .ys_slick_active {
    animation: slideInRights 1s cubic-bezier(0.79,0.14,0.15,0.86) both;
}
@keyframes slideInLefts{
    0%{
        transform: translateX(50%);
    }
}
@keyframes slideOutRights{
    100%{
        transform: translateX(50%);
    }
}
/* 6 - end */
.home_develop .mod_title1{
    margin-bottom: 42px;
}
.home_develop .slick-dots{
    bottom: 32px;
}
.home_esg{
    position: relative;
}
.home_esg_bg,.home_esg_bg img{
    width: 100%;
}
.home_esg_bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.home_esg_cry{
    position: relative;
    width: 100%;
    z-index: 6;
    left: 0;
    top: 0; 
}
.home_esg_cry .std_title4,
.home_esg_cry .std_title2{
    max-width: 790px;
}
.home_esg,.home_esg_bg{
    min-height: 50vh;
    overflow: hidden;
}
.home_esg_bg img{
    position: absolute;
    bottom: 0;
    min-height: 136%;
    object-fit: cover;
}
.home_news .std_title2{
    text-align: center;
    margin-bottom: 57px;
}
.home_news_list_nub{
    width: 33.333333%;
    padding: 0 15px;
}
.home_news_list{
    margin: 0 -15px;
}
.hnln_link{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hnln_link_img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 27px;
}
.hnln_link .std_title3{
    transition: all 0.36s;
    flex-grow: 1;
    margin-bottom: 27px;
}
.hnln_link_date{
    font-size: 16px;
    color: #575757;
    line-height: 1.5;
}
.home_news_list .slick-track{
    display: flex;
}
.home_news_list  .slick-slide{
    height: auto;
}
.home_news_list_nub:not(:first-child){
    display: none;
}
.ys_footer{
    background: #F2F2F2;
}
.footer_cry_nav{
    padding-top: 56px;
    padding-bottom: 49px;
    display: flex;
    justify-content: space-between;
}
.footer_cry_nav_first,.footer_cry_nav_first a{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.footer_cry_nav_first{
    margin-bottom: 20px;
}
.footer_cry_nav ul a{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    transition: all 0.36s;
    display: block;
}
.footer_cry_nav ul li{
    margin-bottom: 20px;
}
.footer_cry_nav ul li:last-child{
    margin-bottom: 0;
}
.fctl_item{
    padding: 0 19px;
}
.footer_cry_text_legal{
    margin: 0 -19px;
    display: flex;
    flex-wrap: wrap;
}
.fctl_item a{
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}
.footer_cry_text_inof p,
.footer_cry_text_inof a{
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}
.footer_cry_text{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 23.5px;
    padding-bottom: 31.5px;
}
.footer_other{
    background: #446FF1;
}
.footer_other_logo{
    width: 171px;
}
.footer_other_logo img{
    width: 100%;
}
.foln_img{
    width: 32px;
}
.foln_img img{
    width: 100%;
}
.footer_other_list_nub{
    padding: 0 12px;
}
.footer_other_list{
    margin: 0 -12px;
}
.footer_other_list{
    display: flex;
}
.footer_other .ys_cont1200{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_other{
    padding-top: 30px;
    padding-bottom: 33px;
}
.head_logo{
    width: 168px;
}
.head_logo a,
.head_other_car a{
    line-height: 80px;
    font-size: 0;
}
.head_other_en img,
.head_logo img,
.head_other_car img{
    width: 100%;
}
.head_nav_first{
    padding: 0 19px;
    position: relative;
}
.head_nav{
    display: flex;
}
.head_nav_first_one a{
    font-size: 16px;
    color: #000;
    line-height: 80px;
    transition: all 0.36s;
    display: block;
    position: relative;
}
.head_other_car,
.head_other_en{
    width: 20px;
}
.yx_search3_btn{
    width: 20px;
    margin-right: 0;
    line-height: 80px;
    position: relative;
    font-size: 0;
}
.yx_search3_btn img{
    width: 100%;
    transition: all .36s;
}
.yx_search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx_search3img2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
}
.head_other_search{
    position: relative;
}
.yx_search3xlbox{
   width: 100%;
    height: 350px;
    background:#fff;
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.05);
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99;
    border-top: 1px solid #D9D9D9;
}
.yx_search3_tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    border-bottom: 1px solid #666;
}
.yx_search3xlbtn{
    width: 27px;
    line-height: 60px; 
}
.yx_search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx_search3_xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
}
.yx_search3_xls  input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx_search3_xls  input::placeholder{
    color: #666;
}
.yx_search3.act .yx_search3_btn .yx_search3img2{
    opacity: 1;
}
.yx_search3.act .yx_search3_btn .yx_search3img1{
    opacity: 0;
}
.yx_search3_btn.on .yx_search3img2{
    opacity: 1;
}
.yx_search3_btn.on .yx_search3img1{
    opacity: 0;
}
.head_other{
    display: flex;
}
.mod_head{
    position: fixed;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    top: 0;
}
.head_other_xin,
.head_other_search{
    margin-left: 21px;
}
.head_second{
    background: #fff;
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.05);
}
.hscl_nub_img{
    width: 30px;
}
.head_second2{
    position: fixed;
    width: 100%;
    top: 80px;
    border-top: 1px solid #D9D9D9;
    left: 0;
}
.hscl_nub .std_title5{
    color: rgba(0,0,0,.4);
    transition: all 0.36s;
}
.hscc_pii_img{
    width: 155px;
    margin: 0 auto;
    margin-bottom: 3px;
}
.hscc_pii_link .std_title5{
    text-align: center;
    color: #000; 
    width: 175px; 
    margin-bottom: 3px;
}
.hscc_pii_link .std_btn2_link_font{
    color: #446FF1;
    font-size: 14px;
}
.hscc_pii_btn{
    text-align: center;
}
.hscc_pro_info{
    display: flex;
}
.head_second2_change{
    display: flex;
}
.head_second2_change_list{
    width: 254px;
    position: relative;
}
.head_second2_change_list::before{
    content: '';
    background: #D6D6D6;
    width: 1px;
    height: 95%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hscc_pro_info_item{
    padding: 0 25px;
}
.head_second2_change_core{
    width: calc(100% - 254px);
    padding-left: 40px;
}
.hscc_pii_link .std_btn2_link_icon {
    width: 14px;
    margin-left: 2px;
}
.hscl_nub a{
    display: flex;
    align-items: center;
}
.hscl_nub .std_title5{
    width: calc(100% - 30px);
    padding-left: 10px;
    transition: all 0.36s;
}
.hscl_nub .ys_imgbox_cover img:nth-child(2){
    opacity: 0;
}
.hscl_nub{
    margin-bottom: 30px;
}
.hscl_nub:last-child{
    margin-bottom: 0;
}
.head_second .std_title3{
    font-family: 'poppinssemibold'!important;
}
.head_second2_top{
    padding-top: 44px;
    padding-bottom: 60px;
}
.head_second2_top .std_title3{
    margin-bottom: 36px;
}
.hscc_pii_img img{
    transform: scale(1)!important;
}
.head_second2_sln{
    background: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 52px;
}
.hssl_item{
    padding: 0 54px;
    margin-bottom: 30px;
}
.head_second2_sln_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -54px;
    margin-bottom: -30px;
}
.hssl_item_icon{
    width: 25px;
    margin-right: 20px;
}
.hssl_item_link .std_title5{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    transition: all 0.36s;
}
.hssl_item_link .hssl_item_share{
    width: 23px;
    margin-left: 14px;
}
.hssl_item_link{
    display: flex;
    align-items: center;
}
.head_second .ys_imgbox_cover img{
    transform: scale(1)!important;
}
.head_second2_sln .std_title3{
    margin-bottom: 37px;
}
/* .hssl_item_icon img:nth-of-type(2){
    opacity: 0;
} */
.hscc_pii_link {
    display: block;
    padding-top: 3px;
}
.head_second1{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #D9D9D9;
}
.hs1ln_link_icon{
    width: 23px;
}
.hs1ln_link_font{
    width: calc(100% - 23px);
    padding-left: 6px;
    white-space: nowrap;
    font-size: 16px;
    color: #000;
    transition: all 0.36s;
    line-height: 1.5;
}
.hs1ln_link{
    padding: 10px 20px 10px 15px;
    display: flex;
    align-items: center;
    transition: all 0.36s;
}
.head_second1{
    padding: 13px 10px 23px;
}
.head_second {
    display: none;
}
.head_nav_first_one a::before{
    content: '';
    width: 0;
    height: 1px;
    background: #446FF1;
    left: 50%;
    transform: translateX(-50%);
    top: 67%;
    opacity: 0;
    transition: all 0.36s;
    position: absolute;
}
.head_nav_first.yxnav_active1 .head_nav_first_one a::before{
    width: 100%;
    opacity: 1;
}
.hscl_nub.yxnav_active2 a .ys_imgbox_cover img:nth-child(2),
.head_second2_change.select .hscl_nub.on a .ys_imgbox_cover img:nth-child(2),
.head_second2_change.select .hscl_nub.on.yxnav_active2 a .ys_imgbox_cover img:nth-child(2){
    opacity: 1;
}
.hscl_nub.yxnav_active2 a .ys_imgbox_cover img:first-child,
.head_second2_change.select .hscl_nub.on a .ys_imgbox_cover img:first-child,
.head_second2_change.select .hscl_nub.on.yxnav_active2 a .ys_imgbox_cover img:first-child{
    opacity: 0;
}
.hscl_nub.yxnav_active2 a .std_title5,
.head_second2_change.select .hscl_nub.on a .std_title5,
.head_second2_change.select .hscl_nub.on.yxnav_active2 a .std_title5{
    color: #000;
}
.hscc_pro{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    transition: all 0.36s;
}
.head_second2_change_core{
    position: relative;
}
.hscc_pro.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
    z-index: 3;
}
.head_second2_change.select .hscl_nub.yxnav_active2 a .ys_imgbox_cover img:nth-child(2){
    opacity: 0;
}
.head_second2_change.select .hscl_nub.yxnav_active2 a .ys_imgbox_cover img:first-child{
    opacity: 1;
}
.head_second2_change.select .hscl_nub.yxnav_active2 a .std_title5{
    color: rgba(0,0,0,.4);
}
.head_second1_list_nub.yxnav_active2 .hs1ln_link{
    background: #f1f1f1;
}
.ys_ph_navbar4 .ys_phnav_menu {
    background: #f7f7f7;
}
.ys_ph_navbar4 .ys_phnav_header,
.ys_ph_navbar4 .ys_phnav_lisbox {
    border-bottom: 1px solid #d9d9d9;
}
.ys_ph_navbar4 .ys_ph_nav a {
    color: rgba(0,0,0,.4);
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #000;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: #000;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active3>.ys_phnav_lisbox a {
    color: #000;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active4>.ys_phnav_lisbox a {
    color: #000;
}
.ys_phnav_tel .head_other {
    justify-content: center;
}
.mod_arrows2 .slick-prev,
.mod_arrows2 .slick-next{
    width: 44px;
    height: 44px;
    z-index: 10;
}
.mod_arrows2 .slick-prev::before,
.mod_arrows2 .slick-next::before{
    content: '';
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.36s;
}
.mod_arrows2 .slick-prev::before{
    background-image: url(../images/a1_icon04.svg);
}
.mod_arrows2 .slick-next::before{
    background-image: url(../images/a1_icon05.svg);
}
.home_news_list.mod_arrows2 .slick-prev{
    left: -64px;
}
.home_news_list.mod_arrows2 .slick-next{
    right: -64px;
}
.head_other_en_icon{
    width: 8px;
    height: 8px;
    margin-left: 6px;
}
.head_other_en_icon img{
    width: 100%;
}
.head_other_en_btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 0;
    height: 80px;
}
.head_other_xin{
    position: relative;
}
.head_other_pull{
    position: absolute;
    right: -10px;
    top: 100%;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #D9D9D9;
    padding: 10px 10px 10px;
    display: none;
}
.hopl_nub a {
    padding: 8px 15px;
    display: block;
    transition: all 0.36s;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
}
.hopl_nub.on a{
    background: #f1f1f1;
}
.ys_main{
    margin-top: 80px;
}
.home_esg .std_title2{
    margin-bottom: 36px;
}
.home_solution_list_nub:not(:first-child){
    display: none;
}
.home_smart_list_nub:not(:first-child) .hsln_cry{
    display: flex;
    flex-direction: column;
}
.home_smart_list_nub:not(:first-child) .hsln_cry_text{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_smart_list_nub:not(:first-child) .hsln_cry_text .std_text1{
    flex-grow: 1;
}
.home_solution_list_nub.slick-active .std_title4{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .3s;
}
.home_solution_list_nub.slick-active .std_title2{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .35s;
}
.home_solution_list_nub.slick-active .std_text1{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .4s;
}
.home_solution_list_nub.slick-active .std_btn1{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .45s;
}
.ys_ban_li.slick-active .std_title1{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .5s;
}
.ys_ban_li.slick-active .std_btn1{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .55s;
}
.home_esg_bg img{
    transition: all 0.05s ease;
}
.ys_phnavss_modal button {
    width: 60px;
}
.ys_phnavss_modal .ys_phnavss_form input {
    width: calc(100% - 64px);
}
.std_btn1_link::after{
    background: #446FF1;
}
.footer_cry_nav_first, .footer_cry_nav_first a{
    font-family: 'poppinssemibold'!important;
}
.mod_arrows2 .slick-prev::after,
.mod_arrows2 .slick-next::after{
    content: '';
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.36s;
}
.mod_arrows2 .slick-prev::after{
    background-image: url(../images/a1_icon04h.svg);
}
.mod_arrows2 .slick-next::after{
    background-image: url(../images/a1_icon05h.svg);
}
.mod_arrows1 .slick-prev::after,.mod_arrows1 .slick-next::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: all 0.36s;
    opacity: 0;
}
.mod_arrows1 .slick-prev::after{
    background-image: url(../images/a1_icon03h.svg);
}
.mod_arrows1 .slick-next::after{
    background-image: url(../images/a1_icon02h.svg);
}
.hscc_pii_link .std_btn2_link_icon {
    top: -1px;
    position: relative;
}
.mod_title1_more .std_btn2{
    position: relative;
}
.mod_title1_more {
    align-items: center;
}
/* 2023.07.27 */
.home_smart_list_nub {
    padding: 6px;
}

/* b1 */
.mod_smart{
    background: #000;
}
.mod_btn3_link{
    background: #2189FF; 
    border-radius: 22px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.mod_btn3_link::before{
    content: '';
    z-index: 2;
    width: 130%;
    height: 130%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -15%;
    right: 0%;
    pointer-events: none;
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.mod_btn3_font{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding: 4px 26px;
    transition: all 0.36s;
    position: relative;
    z-index: 3;
}
.mod_smart_cry{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mod_smart_cry .std_title28{
    color: #fff;
    font-family: 'poppinsextrabold'!important;
    padding-top: 17px;
    padding-bottom: 13px;
}
.mod_point{
    background: #292929;
}
.mod_point_list_nub .mpln_link{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    padding: 8px 18px;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.mod_point_list{
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}
.inside_ban_img{
    width: 100%;
    position: relative;
}
.inside_ban_img img{
    width: 100%;
}
.inside_ban{
    width: 100%;
    position: relative;
}
.mod_crumbs_list{
    display: flex;
}
.mod_crumbs_list_nub a{
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
}
.mod_crumbs_list{
    margin: 0 -10px;
}
.mod_crumbs_list_nub{
    position: relative;
}
.mod_crumbs_list_nub::before{
    content: '';
    background-image: url(../images/b1_jian1.svg);
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}
.mod_crumbs{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
    padding-top: 15px;
}
.mod_crumbs_list_nub:last-child::before{
    display: none;
}
.ibti_icon{
    width: 85px;
    margin-bottom: 15px;
}
.ibti_icon img{
    width: 100%;
}
.inside_ban_text .std_title4{
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;
}
.ibti_list_nub{
    padding: 0 12.5px;
}
.ibti_list{
    margin: 0 -12.5px;
    display: flex;
    flex-wrap: wrap;
}
.ibti_list_nub .mod_btn3_link{
    background: #446FF1;
    border-radius: 25px;
}
.ibti_list_nub .mod_btn3_font{
    padding: 7px 27px;
}
.inside_ban_text{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 39%;
}
.inside_ban_text_info{
    max-width: 488px;
}
.inside_ban_text .std_title64 {
    margin-bottom: 46px;
}
.mod_title2 .std_text24{
    margin-top: 22px;
}
.record_brand_list_nub{
    width: 33.333333%;
    padding: 0 45px;
    text-align: center;
    padding-top: 59px;
}
.rbln_icon{
    width: 80px;
    margin: 0 auto;
    margin-bottom: 14px;
}
.record_brand_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.mod_point_list_nub{
    position: relative;
}
.mod_point_list_nub::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.36s;
    background: #1E1E1E;
    width: 0;
    opacity: 0;
}
.mod_point_list_nub.on::before{
    opacity: 1;
    width: 100%;
}
.rbfi_left,.rbfi_text{
    width: 50%;
}
.rbfi_img{
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
}
.rbfi_text .std_title2{
    background: -webkit-linear-gradient(right bottom, #0480DA, #68A4FD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
    line-height: 1.5;
}
.record_brand_function_item{
    display: flex;
    justify-content: space-between;
}
.rbfi_text{
    padding-top: 70px;
}
.rbfi_text .std_text24 p{
    color: #000;
    position: relative;
}
.record_brand_function_item:nth-of-type(2n-1) .rbfi_text{
    padding-left: 112px;
}
.record_brand_function_item:nth-of-type(2n) .rbfi_text{
    padding-right: 90px;
}
.record_brand_function_item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.record_brand_function_item.act .std_text24 p{
    margin-bottom: 14px;
    padding-left: 18px;
}
.record_brand_function_item.act .std_text24 p:last-child{
    margin-bottom: 0;
}
.record_brand_function_item.act .std_text24 p::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 15px;
}
.record_brand_function{
    padding-top: 177px;
}
.record_video_list{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.rvln_img{
    position: relative;
    width: 100%;
}
.rvln_img video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.record_video_list_nub:not(:first-child){
    display: none;
}
.record_video_toggle{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 -31px;
}
.record_video_toggle::before{
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.record_video_toggle_item{
    padding: 0 31px;
    text-align: center;
}
.record_video_toggle_item{
    flex-grow: 1;
}
.record_video_toggle_item:last-child{
    flex-grow: 1.5;
}
.record_video_toggle_item:first-child{
    width: 19.79%;
}
.record_video_toggle_item:nth-of-type(2){
    width: 20.35%;
}
.record_video_toggle_item:nth-of-type(3){
    width: 15.68%;
}
.record_video_toggle_item:nth-of-type(4){
    width: 18.21%;
}
.record_video_toggle_item:nth-of-type(5){
    width: 25.97%;
}
.record_video_toggle_item .std_title4 {
    line-height: 1.6;
    color: #A6A6A6;
    padding-bottom: 24px;
    transition: all 0.36s;
    position: relative;
}
.record_video_toggle{
    padding-top: 54px;
}
.record_video_toggle_item.on .std_title4{
    color: #446FF1;
}
.record_video_toggle_item .std_title4::before{
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    background: #446FF1;
    transition: all 0.36s;
}
.record_video_toggle_item.on .std_title4::before{
    width: 100%;
}
.record_video_toggle_item{
    cursor: pointer;
}
.record_video_info .std_text1 p{
    color: #000;
    line-height: 1.6;
    text-align: center;
}
.record_video_info_item{
    padding-top: 24px;
}
.record_video_info .std_text1{
    width: 80%;
    margin: 0 auto;
}
.record_video_info_item:not(:first-child){
    display: none;
}
.record_awards_year_nub{
    padding: 0 7px;
    cursor: pointer;
}
.rayn_font{
    font-size: 20px;
    color: #666;
    line-height: 1.5;
    padding: 0 28px;
    padding-bottom: 15px;
    position: relative;
}
.record_awards_year{
    position: relative;
    min-width: 100%;
}
.record_awards_wai {
    width: calc(100% - 190px);
}
.record_awards_year::before{
    content: '';
    width: calc(100% - 14px);
    height: 1px;
    position: absolute;
    background: #EDEDED;
    left: 7px;
    bottom: 0px;
}
.record_awards_year_nub:first-child{
    padding-left: 0;
}
.record_awards_year{
    display: flex;
}
.record_awards_year_nub.on .rayn_font{
    color: #446FF1;
}
.rayn_font::before{
    content: '';
    background: #446FF1;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    bottom: -1.5px;
    transition: all 0.36s;
}
.record_awards_year_nub.on .rayn_font::before{
    width: 100%;
}
.record_awards_list_nub{
    width: 33.333333%;
    padding: 0 14px;
}
.record_awards_list{
    margin: 0 -14px;
}
.raln_cry{
    width: 100%;
    background: #F5F6F5;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 42px;
    padding-bottom: 163px;
    height: 100%;
}
.raln_cry_img{
    width: 100px;
    margin-bottom: 32px;
    position: relative;
    left: 25px;
}
.raln_cry .std_title5{
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.raln_cry .std_title3{
    line-height: 1.5;
    margin-bottom: 8px;
}
.raln_cry .std_text1 p{
    line-height: 1.5;
    color: #666;
}
.raln_cry_bg{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}
.raln_cry_bg img{
    width: 100%;
}
.raln_cry_text{
    padding-left: 40px;
    padding-right: 42px;
}
.record_awards_list{
    padding-top: 48px;
}
/* .record_awards_list_nub:not(:first-child){
    display: none;
} */
.record_awards_list .slick-list{
    overflow: visible;
}
.record_awards_list .slick-track{
    display: flex;
}
.record_awards_list_nub.slick-slide{
    height: auto;
}
.raln_cry .raln_cry_img,
.raln_cry .raln_cry_text{
    position: relative;
    z-index: 5;
}
.mod_arrows3 .slick-prev,
.mod_arrows3 .slick-next{
    width: 44px;
    height: 44px;
    z-index: 9;
}
.mod_arrows3 .slick-prev::before,
.mod_arrows3 .slick-next::before{
    content: '';
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mod_arrows3 .slick-prev::before{
    background-image: url(../images/b1_arrow04.svg);
}
.mod_arrows3 .slick-next::before{
    background-image: url(../images/b1_arrow02.svg);
}
.record_awards_list.mod_arrows3 .slick-prev,
.record_awards_list.mod_arrows3 .slick-next{
    transform: translateY(-60%);
    top: 0;
}
.record_awards_list.mod_arrows3 .slick-next{
    right: 14px;
}
.record_awards_list.mod_arrows3 .slick-prev{
    left: auto;
    right: 82px;
}
.mod_arrows3 .slick-arrow.slick-disabled{
    opacity: .3;
}
.record_awards_list_core .swiper-slide{
    height: auto;
}
.mod_arrows3 .swiper-button-prev,
.mod_arrows3 .swiper-button-next{
    width: 44px;
    height: 44px;
    z-index: 9;
}
.mod_arrows3 .swiper-button-prev::before,
.mod_arrows3 .swiper-button-next::before{
    content: '';
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mod_arrows3 .swiper-button-prev::before{
    background-image: url(../images/b1_arrow04.svg);
}
.mod_arrows3 .swiper-button-next::before{
    background-image: url(../images/b1_arrow02.svg);
}
.record_awards_arrows{
    position: relative;
}
.record_awards_box{
    display: flex;
    justify-content:space-between;
}
.mod_arrows3 .swiper-button-prev:after,
.mod_arrows3 .swiper-container-rtl .swiper-button-next:after,
.mod_arrows3 .swiper-button-next:after, 
.mod_arrows3 .swiper-container-rtl .swiper-button-prev:after{
    font-size: 0;
    display: none;
}
.mod_arrows3 .swiper-button-prev{
    left: auto;
    right: 68px;
}
.mod_arrows3 .swiper-button-next{
    right: 0;
}
.mod_arrows3 .swiper-button-next.swiper-button-disabled,
.mod_arrows3 .swiper-button-prev.swiper-button-disabled{
    opacity: .3;
}
.record_awards.mod_arrows3 .swiper-button-prev, 
.record_awards.mod_arrows3 .swiper-button-next {
    transform: translateY(40%);
}
.mb4lc_font{
    font-size:18px;
    color: #fff;
    line-height: 1.5;
    position: relative;
    z-index: 10;
}
.mb4lc_icon{
    width: 20px;
    margin-left: 19px;
    position: relative;
    z-index: 10;
}
.mod_btn4_link_cry{
    padding: 11.5px 30px;
    border-radius: 25px;
    background: #446FF1;
    transition: all 0.36s;
    display: flex;
    position: relative;
    overflow: hidden;
}
.mod_btn4_link_cry::before{
    content: '';
    z-index: 2;
    width: 130%;
    height: 130%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -15%;
    right: 0%;
    pointer-events: none;
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.mod_btn4_link{
    display: inline-block;
}
.rpco_tln_name,.rpco_tln_text{
    font-size: 20px;
    line-height: 1.5;
}
.rpco_table_list_nub{
    padding: 24px 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rpco_tln_name{
    color: #000;
}
.rpco_tln_text{
    color: #666;
    text-align: right;
}
/* .record_param_cry{
    padding: 0 30px;
} */
.record_param_cry_img{
    width: 40.58%;
}
.record_param_cry_other{
    width: 59.42%;
    padding-right: 30px;
    padding-left: 20px;
}
.record_param_cry_other .mod_btn4{
    text-align: right;
    margin-bottom: 44px;
}
.mod_btn_more .std_btn2_link_font{
    color: #446FF1;
    font-size: 18px;
}
.mod_btn_more{
    text-align: center;
    margin-top: 40px;
    display: none;
}
.std_btn2_link{
    cursor: pointer;
}
.mod_btn_more .std_btn2_link:hover .std_btn2_link_icon {
    transform: translate(0,0)!important;
}
.rpco_table_list_nub:nth-of-type(n+7){
    display: none;
}
.mod_btn_more.mod_show{
    display: block;
}
.rpco_table.on .rpco_table_list_nub:nth-of-type(n+7){
    display: flex;
}
.record_still_table{
    border-top: 1px solid rgba(0,0,0,.3);
}
.record_still_table .std_text16 p{
    text-align: center;
}
.still_table_img{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.still_table_th .std_title3{
    font-family: 'poppinsextrabold'!important;
}
.still_table_th .std_title3,
.still_table_th .std_text16{
    text-align: center;
}
.still_table_th .mod_btn3{
    display: inline-block;
}
.still_table_th{
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 45px;
}
.record_still_table .std_title4{
    text-align: center;
    line-height: 1.5;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.record_still_table td:first-child .std_title4{
    font-family: 'poppinsextrabold'!important;
    text-align: left;
}
.record_still_table tr{
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.record_still_table td,
.record_still_table th{
    width: 26.5%;
}
.record_still_table th:first-child,
.record_still_table td:first-child{
    width: 20.5%;
}
.record_still_table td:not(:first-child) .std_title4{
    padding-left: 50px;
    padding-right: 50px;
}
.still_table_th .std_text16{
    margin-bottom: 24px;
    flex-grow: 1;
}
.still_table_th .mod_btn3_link{
    background: #446FF1;
    border-radius: 25px;
    overflow: hidden;
}
.still_table_th .mod_btn3_font{
    font-size: 16px;
    padding: 9px 34px;
}
.record_still_table th {
    vertical-align: initial!important;
    position: relative;
}
.still_table_th .mod_btn3{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.record_still_table tr:nth-of-type(n+4){
    display: none;
}
.record_still_table.on tr:nth-of-type(n+4){
    display: table-row;
}
.mod_btn_more.mod_btn_more2 {
    margin-top: 30px;
}
.record_still_table.on .still_table_img,
.record_still_table.on .std_text16,
.record_still_table.on .mod_btn3{
    display: none;
}
.record_still_table.on .still_table_th{
    padding-bottom: 30px;
}
.record_contact_cry{
    border-radius: 20px;
    background: linear-gradient(0deg, #F2F2F2 0%, #F2F2F2 100%), #F7F9FA;
    overflow: hidden; 
    position: relative;
}
.record_contact_cry_img{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.record_contact_cry_img img{
    height: 100%;
}
.record_contact_cry_text{
    position: relative;
    z-index: 4;
    padding-top: 65px;
    padding-left: 90px;
    padding-bottom: 53px;
    width: 53%;
}   
.record_contact_cry_text .std_title2{
    line-height: 1.5;
    margin-bottom: 17px;
}
.record_contact_cry_text .std_text16{
    margin-bottom: 40px;
}
.record_contact .mod_btn3{
    display: inline-block;
}
.record_contact .mod_btn3_link{
    background: #446FF1;
    border-radius: 25px;
    overflow: hidden;
}
.record_contact .mod_btn3_font{
    padding: 7px 73px;
}
.inside_head_wai{
    height: 112px;
    width: 100%;
    position: relative;
    background: #292929;
}
.inside_head{
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 98;
}
.mod_head.act{
    top: -80px;
}
.inside_head.act{
    top: 0;
}
.mod_head,.inside_head{
    transition: all .6s linear;
}
.mod_point_list_nub.on::before{
    width: var(--width-num);
}
/* e1 */
.inside_ban2{
    background: #F3F3F3;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.inside_ban2 .inside_ban_img{
    width: 58.385417%;
}
.inside_ban2_text .std_title1{
    color: #000;
}
.siln_contact_item_icon{
    width: 26px;
    margin-right: 17px;
    position: relative;
    top: 4.5px;
}
.siln_contact_item .std_title3{
    color: #666;
    line-height: 1.75;
    width: calc(100% - 43px);
    flex-grow: 1;
}
.siln_contact_item .std_title3 a{
    color: inherit;
    line-height: inherit;
    display: inline-block;
    position: relative;
    transition: all 0.36s;
}
.siln_contact_item .std_title3 a::before{
    content: '';
    left: 0;
    bottom: 0;
    background: #666;
    height: 1px;
    width: 100%;
    position: absolute;
    transition: all 0.36s;
}
.siln_contact_item{
    display: flex;
    align-items: flex-start;
}
.sale_info_list_nub{
    width: 33.333333%;
    padding: 0 10px;
}
.sale_info_list{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.sale_info_area .std_title30{
    margin-bottom: 16px;
}
.siln_contact_item {
    margin-bottom: 17px;
}
.siln_contact_item:first-child .siln_contact_item_icon{
    top: 8.5px;
}
.sale_info_list_nub{
    margin-bottom: 50px;
}
.sale_info_list{
    margin-bottom: -50px;
}
/* g1 */
.mod_cry_info .std_text1 p{
    line-height: 1.6;
}
.mod_cry_info{
    display: flex;
    justify-content: space-between;
}
.mod_cry_info .std_title1{
    color: #000;
    width: 48%;
}
.mod_cry_info .std_title1 span{
    color: #446FF1;
}
.mod_cry_info .std_text1 {
    width: 35%;
}
.mod_cry_info{
    padding-bottom: 50px;
    min-height: 320px;
}
.inside_ban2_info{
    position: relative;
}
.inside_ban2_info .std_title60{
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.44);
}
.mod_cry .ys_cont1200{
    position: relative;
}
.mod_cry_mouse{
    width: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(40%);
}
.mod_cry{
    position: relative;
    z-index: 3;
}
.about_text .std_title1{
    color: #000;
    margin-bottom: 26px;
}
.about_text .std_text1 p{
    line-height: 1.6;
    margin-bottom: 14px;
}
.about_history{
    position: relative;
}
.about_history_bg{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about_history_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_history .ys_cont1200{
    position: relative;
}
.about_history .std_title1{
    color: #000;
}
.ahln_cry .std_text1 p{
    line-height: 1.6;
}
.ahln_cry .std_title48{
    color: #007BFC;
}
.about_history_list_box:not(:first-child){
    display: none;
}
.about_history_list_nub{
    width: 33.333333%;
    padding: 0 30px;
}
.ahlb_core{
    display: flex;
    margin: 0 -30px;
}
.about_history_list{
    margin-top: -13px;
}
.about_history_list_nub:first-child {
    margin-top: 348px;
}
.about_history_list_nub:nth-of-type(2) {
    margin-top: 174px;
}
.ahln_cry{
    padding-left: 23px;
    position: relative;
}
.ahln_cry::before{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 30px;
    left: 0;
    transform: translate(-50%,-50%);
    background: radial-gradient(50% 50% at 50% 50%, #007BFC 0%, rgba(0, 123, 252, 0.00) 100%);
}
.about_history_list .slick-list{
    overflow: visible;
}
.ahln_cry::after{
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom,#007BFC,transparent);
    position: absolute;
    left: -0.5px;
    top: 32px;
}
.about_history .ys_cont1200{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -10px;
}
.about_history_list_nub:first-child .ahln_cry::after{
    height: 238px;
}
.about_history_list_nub:nth-of-type(2) .ahln_cry::after{
    height: 343px;
}
.about_history_list_nub:nth-of-type(3) .ahln_cry::after{
    height: 395px;
}
.mod_arrows4 .slick-prev, 
.mod_arrows4 .slick-next{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    /* background: rgba(255, 255, 255, 0.47); */
    box-shadow: 0px 9px 7px 0px rgba(109, 112, 143, 0.25);
    /* backdrop-filter: blur(5.5px); */
    z-index: 2;
}
.mod_arrows4 .slick-prev::before, 
.mod_arrows4 .slick-next::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/g1_arrow01.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.mod_arrows4 .slick-next::before{
    background-image: url(../images/g1_arrow02.png);
}
.about_history{
    max-width: 1920px;
    margin: 0 auto;
}
.about_history_list.mod_arrows4 .slick-prev{
    left: calc(600px - 50vw + 104px);
}
.about_history_list.mod_arrows4 .slick-next{
    right: calc(600px - 50vw + 104px);
}
@media screen and (min-width: 1921px) {
    .about_history_list.mod_arrows4 .slick-prev{
        left: -256px;
    }
    .about_history_list.mod_arrows4 .slick-next{
        right: -256px;
    }
}
/* g2 */
.csr_page .mod_cry_info .std_text1 {
    width: 49.58%;
}
.csr_mode1 .std_title2,
.csr_mode3 .std_title2,
.csr_mode4 .std_title2{
    color: #446FF1;
    margin-bottom: 15px;
    text-align: center;
}
.csr_mode1 .std_title32,
.csr_mode3 .std_title32,
.csr_mode4 .std_title32{
    text-align: center;
    margin-bottom: 41px;
}
.std_text1_margin14 p{
    line-height: 1.6;
}
.cm1lr_rotate_item{
    width: 50%;
    padding: 0 25px;
}
.cm1lr_rotate{
    margin: 0 -25px;
}
.cm1lr_rotate_item_img{
    border-radius: 16px;
    margin-bottom: 26px;
}
.cm1lr_rotate_item .std_title3{
    color: #000;
    margin-bottom: 22px;
}
.cm1lr_rotate_item .std_text1 p{
    line-height: 1.6;
}
.cm1lr_rotate_item .std_text1 {
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.2em;
    margin-bottom: 30px;
}
.cm1lr_rotate_item .std_btn2_link_font{
    color: #446FF1;
}
.csr_mode1_btn{
    background: #E3EAF1;
    border-radius: 5px;
    display: flex;
    padding: 14px 100px;
    margin-bottom: 46px;
}
.csr_mode1_btn_item{
    width: 50%;
    padding: 0 100px;
    cursor: pointer;
}
.csr_mode1_btn_item .std_title5{
    color: #666;
    text-align: center;
}
.csr_mode1_btn_item.on .std_title5{
    color: #446FF1;
}
.cm1lr_rotate_item:not(:first-child){
    display: none;
}
.cm1lr_rotate.mod_arrows4 .slick-prev, 
.cm1lr_rotate.mod_arrows4 .slick-next {
    width: 66px;
    height: 66px;
}
.cm1lr_rotate.mod_arrows4 .slick-prev{
    left: -8px;
}
.cm1lr_rotate.mod_arrows4 .slick-next{
    right: -8px;
}
.std_text1_margin14 p:last-child{
    margin-bottom: 0;
}
.csr_mode1_change{
    margin-top: 63px;
}
.csr_mode1 .csr_mode1_change .std_title32{
    margin-bottom: 16px;
}
.csr_mode1_btn_item .std_title5{
    line-height: 1.25;
}
.csr_mode1_lie{
    position: relative;
}
.csr_mode1_lie_round{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
}
.csr_mode1_lie_round.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.csr_mode1{
    background: rgba(242,245,248,1);
}
.csr_mode2{
    position: relative;
}
.csr_mode2_bg{
    position: relative;
    width: 100%;
}
.csr_mode2_bg img{
    width: 100%;
}
.csr_mode2 .std_title24{
    color: #000;
    line-height: 1.6;
    margin-bottom: 12px;
}
.csr_mode2 .std_text1 p{
    line-height: 1.6;
}
.csr_mode2_cry{
    width: 57%;
}
.csr_mode3_cry_img{
    width: 40%;
}
.csr_mode3_cry .std_text1{
    width: 60%;
    padding-right: 60px;
}
.csr_mode3_cry{
    display: flex;
}
.csr_mode3_cry_img img{
    width: 100%;
}
.csr_mode4 .csr_mode3_cry{
    flex-direction: row-reverse;
}
.csr_mode4{
    background: #F2F5F8;
}
.csr_mode4 .csr_mode3_cry .std_text1{
    padding-left: 60px;
    padding-right: 0;
}
.csr_mode2 .std_title2{
    margin-bottom: 20px;
}
.csr_mode2_info2 .csr_mode2_cry {
    width: 54.833333%;
}
.csr_mode2{
    overflow: hidden;
}
.point_tap .std_text16{
    color: #666;
    line-height: 1.25;
    transition: all 0.36s;
    padding-left: 40px;
    width: 300px;
    padding-bottom: 4px;
    cursor: pointer;
}
.point_tap{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 98;
}
.point_tap .std_text16:last-child{
    padding-bottom: 0;
}
.point_tap .std_text16.on{
    color: #446FF1;
}
.point_tap{
    left: -100%;
    transition: all 0.6s ease-in-out;
}
.point_tap.act{
    left: 0;
}
/* g3 */
.contact_us{
    background: #F2F2F2;
    padding-top: 51px;
    padding-bottom: 97px;
}
.contact_us_cry_form{
    width: 60.833333%;
    border-radius: 10px;
    background: #fff;
    padding: 30px 68px 56px;
}
.contact_us .std_title2{
    margin-bottom: 19px;
    color: #000;
}
.contact_us_cry{
    display: flex;
    align-items: flex-start;
}
.contact_us_cry_follow{
    width: 39.166667%;
    padding-left: 97px;
    padding-top: 6px;
}
.cucf_name{
    position: relative;
    color: #999;
    line-height: 1.6;
    margin-bottom: 9px;
    width: 100%;
}
.cucf_name span{
    color: #f00;
    position: absolute;
    left: -12px;
    line-height: inherit;
}
.cucf_list_item{
    background: #F8F8F8;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.cucf_list_item .ys_select_show{
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    height: 26px;
}
.cucf_list_item .ys_select_show::placeholder{
    color: #000;
}
.contact_select{
    height: 76px;
}
.contact_select .ys_select_hd{
    background: #F8F8F8;
    border-radius: 5px;
    padding: 8px 32px 6px 23px;
    overflow: hidden;
}
.contact_select .ys_select_bd{
    background: #F8F8F8;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    box-shadow: 0px 4px 12px 0px rgba(146, 146, 146, 0.25);
}
.contact_select .ys_select_li{
    font-size: 16px;
    line-height: 1.75;
    color: #3a3a3a;
    padding: 0 23px;
    transition: all 0.36s;
}
.contact_select .ys_select_bd {
    top: 0;
    z-index: -1;
    padding-top: calc(76px + 5px);
    padding-bottom: 14px;
    max-height: calc(95px + 10.5em);
}
.contact_select .ys_select_xtbbox{
    right: 32px;
    margin-top: 18px;
}
.contact_select .mCSB_scrollTools,
.cucf_lic_xia .mCSB_scrollTools{
    top: calc(76px + 5px);
    bottom: 14px;
}
.contact_select .mCSB_outside+.mCSB_scrollTools {
    right: 31px!important;
}
.cucf_lic_xia .mCSB_outside+.mCSB_scrollTools{
    right: 12px!important;
}
.cucf_list_item_core input{
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    height: 26px;
    width: 100%;
}
.cucf_list_item:not(.contact_select,.area_select){
    border-radius: 5px;
    padding: 8px 32px 8px 23px;
}
.cucf_list_item {
    width: 100%;
}
.cucf_list_item2{
    width: calc(50% - 10px);
}
.cucf_list_item{
    margin: 0 5px;
    margin-bottom: 10px;
}
.cucf_list{
    margin: 0 -5px;
}
.mod_cry_mouse{
    border: 2px solid #000;
    width: 22px;
    height: 35px;
    border-radius: 11px;
}
.mod_cry_mouse .roll {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    border-radius: 4px;
    background: #000;
    -webkit-animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
    animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
    z-index: 2;
}
.mod_cry_mouse .rollshadow {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    background: #446FF1;
    border-radius: 4px;
    -webkit-animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
    animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    z-index: 1;
}
@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px);
    }
}
@keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px);
    }
}
@-webkit-keyframes swiperHome {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swiperHome {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes swiperHome2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swiperHome2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.inside_ban2_info .swiper-slide-active{
    z-index: 10;
}
.cucf_list{
    display: flex;
    flex-wrap: wrap;
}
.contact_flag,
.flag_nub{
    width: 32px;
    margin-right: 12px;
}
.contact_flag img{
    width: 100%;
}
.cucf_lic_top_area{
    display: flex;
    align-items: center;
}
.cucf_lic_top{
    display: flex;
    align-items: center;
}
.cucf_lic_top input{
    flex-grow: 1;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.6;
}
.cucf_lic_xia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    padding-top: calc(76px + 5px);
    padding-bottom: 14px;
    height: 243px;
    background: #F8F8F8;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    box-shadow: 0px 4px 12px 0px rgba(146, 146, 146, 0.25);
    display: none;
}
.cucf_lic_info{
    padding: 2px 23px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0;
}
.flag_nub{
    margin-right: 6px;
}
.country_name,.country_code{
    color: #999;
    line-height: 1.6;
    font-size: 16px;
    transition: all 0.36s;
}
.country_name{
    margin-right: 5px;
}
.cucf_lic_top_area{
    cursor: pointer;
}
.cucf_list_item.zindex{
    z-index: 10;
}
.cucf_top{
    background: #F8F8F8;
    padding: 8px 32px 8px 23px;
}
.contact_icon{
    transform-origin: center center;
    transition: all 0.36s;
}
.cucf_top.on .contact_icon{
    transform: rotate(180deg);
}
.cucf_list_item textarea{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    height: 78px;
    width: 100%;
}
.cucf_lic_code_img{
    width: 121px;
    cursor: pointer;
}
.cucf_lic_code_img img{
    width: 100%;
}
.cucf_lic_code_btn{
    width: 33px;
    margin-left: 21px;
    cursor: pointer;
}
.cucf_lic_code_btn img{
    width: 100%;
}
.cucf_lic_code{
    display: flex;
    align-items: center;
}
.cucf_list_item_code .cucf_list_item_core{
    display: flex;
}
.cucf_list_item_code .cucf_list_item_core input{
    width: calc(100% - 175px);
}
.inside_ban2_info.next .swiper-slide-prev{
    z-index: 6;
}
.inside_ban2_info.prev .swiper-slide-next{
    z-index: 6;
}
.inside_ban2_info.last .swiper-slide:last-of-type{
    z-index: 6;
}
.cucf_lic_code {
    transform: translateY(-8px);
}
.cucf_list_item_code .cucf_list_item_core{
    height: 26px;
}
.cucf_list_item_code input{
    padding-right: 10px;
}
.cucf_list_agree_btn{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.cucf_list_agree_btn::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #D0D0D0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
}
.cucf_list_agree .std_text16{
    width: calc(100% - 30px);
    padding-left: 13px;
    position: relative;
    top: 3px;
}
.cucf_list_agree .std_text16 p{
    color: #666;   
}
.cucf_list_agree .std_text16 p a{
    color: #446FF1;
}
.cucf_list_agree{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 5px;
    margin-bottom: 22px;
}
.cucf_list_agree_btn .iconfont{
    color: #446FF1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.36s;
}
.cucf_list_btn .mod_btn3_font{
    width: 100%;
    text-align: center;
    padding: 9.5px 26px;
}
.cucf_list_btn .mod_btn3_link{
    display: block;
    width: 100%;
    background: #446FF1;
    border-radius: 30px;
}
.cucf_list_btn{
    width: 100%;
}
.cucf_other .std_title24{
    color: #000;
    margin-bottom: 5px;
}
.cucf_other_item .std_text1 p{
    color: #575757;
}
.cucf_lis_nub .ys_imgbox_cover{
    width: 32px;
}
.cucf_lis_nub img{
    width: 100%;
    transform: scale(1)!important;
}
.cucf_lis_nub{
    padding: 0 9px;
}
.cucf_other_info_share{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 15px;
}
.cucf_other_info{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 22px;
    padding-top: 32px;
}
.mod_phone{
    pointer-events: none;
}
.cucf_other_info .std_text1 a{
    color: inherit;
    line-height: inherit;
}
.ys_hd_pc.isfixed .mod_head{
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.05);
}
/* tammy - line */
.record_brand_face_bg{
    width: 100%;
}
.record_brand_face_bg img{
    width: 100%;
}
.record_brand_face{
    position: relative;
}
.record_brand_face_cry .std_title64{
    color: #fff;
    margin-bottom: 26px;
    line-height: 1.3;
}
.record_brand_face_cry .std_title24{
    color: #fff;
}
.record_brand_face_cry{
    width: 42%;
}
.record_brand_face .ys_cont1400{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%,-50%);
}
.speech_around_list_nub{
    width: 50%;
    padding: 0 80px;
}
.speech_around_list{
    margin: 0 -80px;
}
.speech_around_list{
    display: flex;
    flex-wrap: wrap;
}
.saln_text .std_title64{
    line-height: 1.3;
    background: linear-gradient(to right bottom, #68A4FD, #0480DA); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    margin-bottom: 31px;
}
.saln_text .std_text24 p{
    color: #000;
}
.speech_around_list_nub:nth-of-type(2n) .saln_img,
.speech_around_list_nub:nth-of-type(2n-1) .saln_text{
    margin-bottom: 49px;
}
.speech_around_list_nub{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.speech_around_list_nub:nth-of-type(2n){
    flex-direction: column-reverse;
}
.saln_img{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.camera_mask{
    position: relative;
}
.camera_mask_bg{
    position: relative;
    width: 100%;
}
.camera_mask_bg img{
    width: 100%;
}
.camera_mask_bg::before{
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #FFF 26.56%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.camera_mask .ys_cont1400{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
    z-index: 3;
}
.camera_mask .camera_mask_cry{
    padding-top: 22px;
}
.camera_mask .std_title64{
    margin-bottom: 23px;
    background: linear-gradient(139deg, #68A4FD 0%, #0480DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    line-height: 1.3;
}
.camera_mask .std_text24 p{
    color: #000;
}
.camera_mask_cry .std_text24{
    width: 588px;
    max-width: 100%;
}
.offline_around_cry{
    padding-left: 86px;
    padding-right: 30px;
} 
.offline_around_cry_img{
    width: 42.679128%;
}
.offline_around_cry_img img{
    width: 100%;
}
.offline_around_cry_text{
    padding-left: 66px;
    width: 57.320872%;
}
.oact_icon{
    width: 106px;
    margin-bottom: 46px;
    position: relative;
    left: -14px;
}
.oact_icon img{
    width: 100%;
}
.offline_around .std_title64{
    background: linear-gradient(139deg, #68A4FD 0%, #0480DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    line-height: 1.3;
    margin-bottom: 21px;
}
.offline_around .std_text24 p{
    color: #000;
}
.offline_around_cry{
    display: flex;
    align-items: flex-start;
}
.record_brand_face2{
    position: relative;
}
.record_brand_face2 .ys_cont1400{
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%,-50%);
}
.record_brand_face_cry .std_text24 p{
    color: #fff;
}
.record_brand_face2 .record_brand_face_cry {
    width: 46.7%;
}
.still_table_th .mod_btn3 {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
}
.still_table_th .std_title3 {
    line-height: 1.16;
    height: 2.32em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.still_table_th .mod_btn3{
    margin-top: 13px;
}
.record_still_table table{
    width: 100%;
}
.record_param.std_padding1{
    padding-bottom: 0;
}
.camera_mask2 .std_title64{
    width: 619px;
    max-width: 100%;
}
.camera_mask2 .camera_mask_bg::before{
    display: none;
}
.camera_mask.camera_mask2 .ys_cont1400 {
    transform: translate(-50%,-50%);
    top: 41.1%;
}
.record_long{
    position: relative;
}
.record_long_cry{
    padding-right: 30px;
    margin-left:-100px;
}
.record_long_img{
    width: 62.857143%;
}
.record_long_img img{
    width: 100%;
}
.record_long_text{
    width: 37.142857%;
}
.offline_around2 .offline_around_cry_img img{
    transform: scale(1.68);
}
.record_long_bg{
    position: absolute;
    width: 84.2%;
    right: 0;
    bottom: 0;
}
.offline_around {
    position: relative;
}
.offline_around2 .ys_cont1400{
    position: relative;
    z-index: 5;
}
.offline_around2 .offline_around_cry {
    padding-top: 29px;
}
.offline_around.offline_around2 .std_title64 {
    margin-bottom: 31px;
}
.offline_around.offline_around2 .offline_around_cry_img {
    padding-top: 95px;
    padding-bottom: 238px;
}
.record_long_bg {
    bottom: calc(238px + 47px);
}
.speech_around_list {
    padding-top: 81px;
    padding-bottom: 60px;
}
.record_meeting{
    background: #F5FAFF;
}
.mod_title3{
    text-align: center;
}
.mod_title3 .std_title64{
    background: linear-gradient(139deg, #68A4FD 0%, #0480DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 18px;
}
.mod_title3 .std_text24 p{
    text-align: center;
    color: #000;
}
.record_meeting_cry_img{
    width: 30.521%;
    margin: 0 auto;
}
.std_title128{
    font-size: 128px;
    font-family: 'poppinsextrabold'!important;
    background: linear-gradient(139deg, #68A4FD 0%, #0480DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1.3;
}
.record_meeting_cry{
    position: relative;
}
.record_text_left{
    position: absolute;
    top: 26.2%;
    left: 100px;
}
.record_text_right{
    position: absolute;
    right: 100px;
    bottom: 27.7%;
}
.record_brand_face3{
    position: relative;
    text-align: center;
}
.record_brand_face3 .std_title64{
    color: #fff;
    font-family: 'poppinsextrabold'!important;
    margin-bottom: 10px;
}
.record_brand_face3 .std_text24 p{
    color: #fff;
}
.record_brand_face3 .ys_cont1400{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 67px;
    z-index: 3;
}
.record_brand_face3 .record_brand_face_cry {
    width: 100%;
}
.record_brand_face3 .record_brand_face_bg::before{
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(to top,rgba(17,42,173,.4),rgba(17,42,173,0));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.touch_screen{
    position: relative;
    display: flex;
}
.touch_screen_img{
    width: 48.177083%;
}
.touch_screen_img img{
    width: 100%;
}
.touch_screen_text{
    width: 51.822917%;
    padding-left: 55px;
    padding-right: calc(50% - 600px);
}
.touch_screen_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mod_title4 .std_title64{
    background: linear-gradient(139deg, #68A4FD 0%, #0480DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    line-height: 1.3;
    margin-bottom: 20px;
}
.mod_title4 .std_text24 p{
    color: #000;
}
.record_video.std_padding1{
    padding-bottom: 0;
}
.record_contact_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.record_contact_list_nub{
    padding: 0 10px;
}
.record_contact .mod_btn3_font {
    padding: 7px 20px;
    width: 170px;
    text-align: center;
}
.record_contact_cry_text {
    width: 49%;
}
/* b3 */
.inside_ban_pro{
    position: absolute;
    width: 43.90625%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.inside_ban_pro img{
    width: 100%;
}
.inside_ban_black .std_title4{
    color: #7D8083;
}
.inside_ban_black .std_title64{
    color: #000;
}
.touch_screen2 .touch_screen_img{
    padding-left: 170px;
}
.touch_screen.touch_screen2{
    padding-top: 110px;
    padding-bottom: 96px;
}
.record_meeting .mod_title3{
    margin-bottom: 55px;
}
.portable_easy_img,
.portable_easy_img img{
    width: 100%;
}
.portable_easy .mod_title4{
    width: 980px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.std_title200{
    background: linear-gradient(139deg, #68A4FD 0%, #0480DA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    font-size: 200px;
    line-height: 1.3;
}
.portable_easy_core{
    text-align: center;
}
.touch_screen3_cry{
    display: flex;
    align-items: flex-end;
}
.std_title300{
    background: linear-gradient(to right, #F1FF9A 0%, #9CF0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    font-size: 300px;
    line-height: 1;
    position: relative;
    top: 50px;
}
.touch_screen3_cry .std_title3{
    width: calc(100% - 300px);
    color: #666;
    padding-left: 10px;
}
.std_text24.std_text24_list p{
    position: relative;
    padding-left: 19px;
    margin-bottom: 14px;
}
.std_text24.std_text24_list p:last-child{
    margin-bottom: 0;
}
.std_text24.std_text24_list p::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
}
.record_book .record_brand_face2 .record_brand_face_cry {
    width: 100%;
}
.record_book .record_brand_face2 .std_title64{
    width: 57%;
}
.record_book .record_brand_face2 .std_text24{
    width: 49%;
}
.inside_ban_black .mod_crumbs_list_nub a{
    color: #999;
}
.inside_ban_black .mod_crumbs_list_nub::before{
    background-image: url(../images/b1_jian1h.svg);
}
/* b4 */
.record_pen .inside_ban_pro {
    position: absolute;
    width: 22.552083%;
    top: auto;
    transform: translateY(0);
    right: calc(50vw - 700px);
    bottom: 5%;
}
.scan_around .saln_text{
    width: 658px;
}
.scan_around_list_nub{
    display: flex;
    align-items: center;
}
.scan_around_list_nub:nth-of-type(2n-1){
    margin-right: -160px;
}
.scan_around_list_nub:nth-of-type(2n){
    flex-direction: row-reverse;
    margin-right: -100px;
    margin-left: -76px;
}
.saln_pic{
    flex-grow: 1;
}
.saln_pic img{
    width: 100%;
}
.scan_around .std_text24{
    width: 592px;
    max-width: 100%;
}
.scan_around_list_nub:nth-of-type(2n-1) .saln_pic{
    padding-left: 28px;
}
.scan_around_list_nub:nth-of-type(2n) .saln_pic{
    padding-right: 136px;
}
.scan_around_list_nub{
    margin-bottom: 110px;
}
.scan_around_list_nub:last-child{
    margin-bottom: 0;
}
.infinite_books{
    background: linear-gradient(313deg, #B6B6B8 0%, #E4E4E6 39.06%, #EDEDED 100%);
    padding-top: 170px;
    padding-bottom: 109px;
}
.infinite_books .std_title64{
    color: #000;
    background:inherit;
    -webkit-text-fill-color:inherit;
    margin-bottom: 34px;
}
.infinite_books .std_text24{
    width: 87.6%;
}
.infinite_books .mod_title4{
    margin-bottom: 127px;
}
.infinite_books_img{
    width: 87.864583%;
}
.infinite_books_img img{
    width: 100%;
}
.infinite_books_pic{
    display: flex;
    justify-content: flex-end;
}
.core_skill .std_title64{
    margin-bottom: 34px;
}
.core_skill .mod_title4{
    width: 592px;
}
.csln_img2{
    width: 11.25%;
}
.csln_img2 img{
    width: 100%;
}
.core_skill_list_nub{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.core_skill_list_nub:nth-of-type(2n-1){
    padding-right: 86px;
}
.csln_img{
    width: 39%;
}
.csln_img img{
    width: 100%;
}
.core_skill_list_nub:nth-of-type(2n){
    padding-right: 0;
    padding-left: calc(50vw - 600px);
    flex-direction: row-reverse;
}
.core_skill_list_nub{
    margin-bottom: 98px;
}
.core_skill_list_nub:last-child{
    margin-bottom: 0;
}
.core_skill_list_nub:nth-of-type(2n) .csln_img {
    width: 42.243590%;
}
.assess_sound{
    background: #F3F3F3;
}
.assess_sound .std_title64{
    margin-bottom: 33px;
}
.assess_sound_text{
    width: 50%;
    padding-right: calc(50vw - 600px);
}
.assess_sound{
    display: flex;
    align-items: center;
}
.assess_sound_left{
    width: 50%;
    position: relative;
}
.assess_sound_left_bg{
    width: 61%;
    margin-left: 20.9%;
}
.assess_sound_left_bg img{
    width: 100%;
}
.assess_sound_left_img{
    width: 1063px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30%;
}
.assess_sound_left{
    padding-top: 50px;
}
.support_info_list_item{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.support_info_list{
    margin: 0 -20px;
    margin-bottom: -40px;
}
.sili_cry{
    background: #F9F9F9;
    border-radius: 16px;
    overflow: hidden;
    padding: 38px 58px 50px 65px;
    height: 100%;
}
.sili_cry_icon{
    width: 117px;
}
.support_info_list{
    display: flex;
    flex-wrap: wrap;
}
.sili_cry_text .std_title32{
    background: linear-gradient(to right bottom, #68A4FD, #0480DA); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    display: inline-block;
    font-family: 'poppinsextrabold'!important;
    line-height: 1.3;
    margin-bottom: 23px;
}
.sili_cry_text{
    width: calc(100% - 117px);
    padding-right: 70px;
}
.sili_cry_text .std_title3{
    padding-right: 17px;
}
.sili_cry{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.support_info.std_padding1{
    padding-bottom: 70px;
}
.footer_cry_nav UL{
    max-width: 168px;
}
.footer_cry_nav ul a {
    line-height: 1.2;
}
.footer_cry_nav ul li {
    margin-bottom: 30px;
}
.footer_cry_nav_first {
    margin-bottom: 25px;
}
.footer_cry_nav_first:not(:first-child){
    margin-top: 48px;
}
.record_awards .std_title48 {
    margin-bottom: 18px;
}
.record_param_cry_other {
    padding-top: 44px;
}
.record_still_table table{
    position: relative;
}
.record_still_table.on table thead{
    position: sticky;
    top: 192px;
    z-index: 3;
}
.sticky_html
,.sticky_body{
    overflow: inherit !important;
}
.record_still_table table thead{
    background: #fff;
}
.record_still_table tr{
    position: relative;
}
.record_still_table tr::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
.record_still_table thead tr::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}
.record_still_table tr {
    border-bottom: 0;
}
.record_still_table {
    border-top: 0;
}
.record_still_table table thead::before{
    content: '';
    height: 192px;
    background: #fff;
    bottom: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.std_btn2_link_icon img{
    transition: all 0.36s;
}
.rpco_table.on .std_btn2_link_icon img,
.record_still_table.on .std_btn2_link_icon img{
    transform: rotate(180deg);
}
.std_btn2_link_icon {
    position: relative;
    top: -2px;
}
.record_still .std_title48{
    position: relative;
    z-index: 5;
}
.record_awards {
    overflow: hidden;
}
.record_param {
    position: relative;
    z-index: 4;
}
.mod_btn3,
.mod_btn4{
    font-size: 0;
}
.offline_around_cry_text {
    position: relative;
    z-index: 4;
}
.record_long_bg img{
    width: 100%;
}
.record_awards_wai .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}
.record_awards_wai .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    pointer-events: none;
    opacity: 0!important;
}
.record_video_toggle_item .std_title4 {
    height: 100%;
}
.mod_btn4_link_cry {
    align-items: center;
}
.record_param_cry_other .mb4lc_font {
    top: 3px;
}
.mb4lc_icon img{
    width: 100%;
}
.rvln_img_play{
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.record_meeting_cry_img img{
    width: 100%;
}
/*  */
.record_still_table.on table thead{
    position: static;
    top: 0;
}
.record_still_table.on table.on1 thead tr{
    position: fixed;
    top: 192px;
    width: var(--width1);
}
.record_still_table.on table.on1 thead tr{
    display: flex;
    padding: 0;
    margin: 0;
}
.record_still_table.on table.on1 thead{
    height: 112px;
}
.record_still_table table thead tr{
    background: #fff;
    z-index: 2;
}
.record_still_table.on table.on1.on2 thead tr{
    position: absolute;
    top: auto;
    bottom: 0;
}
.record_still_table thead tr::after{
    content: '';
    height: 192px;
    background: #fff;
    bottom: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    top: auto;
}
.record_still_table thead tr::before{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top:1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.3);
    background: transparent;
    pointer-events: none;
}
.record_brand_top+.offline_around{
    padding-top: 10px;
}
.offline_around_cry_img{
    transform: translateY(calc(8vh - calc(var(--rate1) * 16vh)));
}
.record_long_bg{
    transform: translateX(calc(var(--rate1) * 12vw));
}
.record_text_left{
    transform: translateX(calc(-50% + calc(var(--rate1) * 125%)));
    opacity: calc(var(--rate1) * 2);
}
.record_text_right{
    transform: translateX(calc(50% + calc(var(--rate1) * -125%)));
    opacity: calc(var(--rate1) * 2);
}
.record_meeting_cry_img{
    position: relative;
    z-index: 3;
}
.touch_screen_img{
    transform: translate(calc(-20% + 20% * var(--rate2)),calc(20% - 20% * var(--rate2)));
    opacity: calc(var(--rate2) * 2);
}
.record_param_cry_img{
    transform: translateY(calc(8vh - calc(var(--rate1) * 16vh)));
    opacity: calc(var(--rate1) * 3);
}
.record_translate .offline_around_cry_img{
    transform: translateY(calc(8vh - calc(var(--rate1) * 16vh)));
    opacity: calc(var(--rate1) * 3);
}
.portable_easy_core{
    transform: translateY(calc(8vh - calc(var(--rate2) * 8vh)));
    opacity: calc(var(--rate2) * 3);
}
.portable_easy_img{
    opacity: calc(1.8 * var(--rate2) - .8);
}
.ys_fadeup3_other{
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: 0.4s;
}
.infinite_books_img{
    transform: translateX(calc(5vw + calc(var(--rate2) * -5vw)));
}
.core_skill_list_nub:first-child .csln_img{
    transform: translateX(calc(-5vw + calc(var(--rate2) * 5vw)));
}
.core_skill_list_nub:first-child .csln_img2{
    transform: translateX(calc(5vw + calc(var(--rate2) * -5vw)));
}
.core_skill_list_nub:nth-of-type(2) .csln_img{
    transform: translate(calc(20% - 20% * var(--rate2)),calc(20% - 20% * var(--rate2)));
    opacity: calc(var(--rate2) * 2);
}
.assess_sound_left_img{
    transform: translate(calc(-5vw + calc(var(--rate2) * 8vw)),-50%);
    opacity: calc(var(--rate2) * 3);
}
/* Delia-start */
/* F1新闻列表页-start */
.insisde_body1 .mod_head{
    background: transparent;
}
.insisde_body1 .ys_hd_pc.isfixed .mod_head{
    background: #fff;
}
.news_main{
    margin-top: -80px !important;
}
.news_cont{
    width: 100%;
    position: relative;
} 
.news_slide{
    width: 100%;
    position: relative;
}
.ys_cont1340{
    width: 1340px;
    max-width: 100%;
    margin: 0 auto;
}
.news_slide_cont{
    position: relative;
    padding-top: 260px;
}
.news_slide_bg{
    width: 100%;
    height: calc(100% - 58px);
    position: absolute;
}
.news_slide_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_slide_cont_ul {
    margin: 0 -55px;
}
.nscu_li a {
    display: flex;
    padding:58px 55px;
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 4px 4px 10px 0px rgba(68, 111, 241, 0.08), -4px -4px 10px 0px rgba(68, 111, 241, 0.05);
}
.nscu_li_le{
    width:53%;
    padding-right: 34px;
}
.nscu_li_ri{
    width:47%;
    position: relative;
    overflow: hidden;
    border-radius:16px;
}
.nscu_li_ri img{
    border-radius:16px;
}
.nscu_li_date p{
    color: #575757;
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: 'poppinsregular' !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.nscu_li_tit{
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.nscu_li_word p{
    line-height: 1.6;
    margin: 24px 0 32px;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.nscu_li:not(:first-child){
    display:none;
}
.news_slide_cont_ul .slick-dots li {
    width: 48px;
    height: 3px;
    margin: 0 4px;
    border-radius: 0;
    background: #dcdcdc;
}
.news_slide_cont_ul .slick-dots li.slick-active {
    background: #446ff1;
}
.news_slide_cont_ul .slick-dots {
    left: 55px;
    bottom: 52px;
    width: 100%;
    text-align: left;
}
.news_list{
    width: 100%;
    position: relative;
    padding: 107px 0 71px;
}
.news_lidt_ul_li a{
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}
.news_lidt_ul_li:first-child a{
    padding-top: 0px;
}
.news_lidt_ul_li:last-child a{
    padding-bottom: 0px;
    border-bottom: solid 1px transparent;
}
.nlul_le{
    width: 38%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.nlul_ri{
    width: 62%;
    padding-left: 40px;
}
.nlul_ri_tit{
    margin: 10px 0 40px;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nlul_ri_date p{
    line-height: 1.8;
    color: #575757;
    font-family: 'poppinsregular';
}
.news_main .mod_paging{
    padding-bottom: 103px;
}
.pc_fenye li {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin: 0 10px;
}
.pc_fenye li.activepage {
    color: #446ff1;
    border: solid 1px #446ff1;
    background: transparent;
}
.nscu_li.slick-slide {
    overflow: hidden;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 4px 4px 10px 0px rgba(68, 111, 241, 0.08), -4px -4px -4px 0px rgba(68, 111, 241, 0.05);
}
/* F1新闻列表页-end */
/* F2新闻详情页-start */
.inside_body2 .ys_hd_pc .mod_head{
    border-bottom: solid 1px #D9D9D9;
}
.newdet_cont{
    width: 100%;
    position: relative;
}
.newdet_img{
    width: 100%;
    padding: 80px 0 56px;
}
.newdet_img img{
    width: 100%;
    border-radius: 16px;
}
.newdet_min_le{
    width: 40px;
    margin-top: 45px;
}
.newdet_min_le_ul{
    display: flex;
    flex-direction: column;
}
.nmlu_li{
    margin-bottom: 15px;
}
.nmlu_li a{
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block;
}
.nmlu_li img{
    width: 100%;
    height:100%;
}
.newdet_min_ri{
    width: calc(100% - 40px);
    padding-left: 84px;
}
.newdet_min{
    width: 100%;
    display: flex;
    padding-bottom: 125px;
}
.newdet_min_ri_date p{
    color: #575757;
    line-height: 1.8;
    font-family: 'poppinsregular';
}
.newdet_min_ri_edr p{
    font-size: 18px;
    color: #575757;
    line-height: 1.6;
    margin-bottom: 11px;
    font-family: 'poppinsregular';
}
.newdet_min h2{
    margin: 10px 0 56px;
}
.newdet_news h2{
    margin-bottom: 32px;
    text-align: center;
}
.newdet_news_ul{
    display: flex;
    margin: 0 -14px;
}
.newdet_news_ul_li{
    width: 33.333333%;
    padding: 0 14px;
}
.nnul_box{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(68, 111, 241, 0.08), -4px -4px 10px 0px rgba(68, 111, 241, 0.05);
}
.nnul_box_tit{
    text-overflow: clip;
    line-height: 1.6;
    height: 8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 23px;
    font-family: 'poppinsmedium' !important;
}
.nnul_box_other{
    display: flex;
    align-items: center;
}
.nnul_box_other_icon{
    width: 16px;
    margin-right: 10px;
}
.nnul_box_other_icon img{
    width: 100%;
}
.nnul_box_other_date p{
    color: #575757;
    line-height: 1.8;
    font-family: 'poppinsregular' !important;
}
.nnul_box_textbox{
    padding: 23px 28px 21px;
}
.nnul_box_img{
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.nnul_box_img img{
    width: 100%;
    border-radius: 16px 16px 0 0;
}
/* F2新闻详情页-end */
/* F4常规活动列表页-start */
.actnew_slide_slick{
    padding: 93px 0;
}
.assu_li_le_tab{
    display: inline-block;
}
.assu_li_le_tab p{
    padding:0 16px;
    line-height: 45px;
    background: #2189FF;
    border-radius: 6px;
    color: #fff;
    font-family: 'poppinsregular';
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.allu_li_icon{
    width: 16px;
    margin-right: 10px;
}
.allu_li{
    display: flex;
    align-items: center;
    margin-right: 55px;
}
.allu_li:last-child{
    margin-right: 0px;
}
.assu_li .std_btn2_link_font{
    color: #446FF1;
}
.assu_li a{
    display: flex;
}
.assu_li_ri{
    width: 57.5%;
}
.assu_li_le{
    width: 42.5%;
    padding-right: 55px;
}
.assu_li_le_ul{
    display: flex;
    margin-bottom: 31px;
}
.allu_li_text{
    color: #575757;
    line-height: 1.8;
    font-family: 'poppinsregular';
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.assu_li_le_tit{
    margin: 19px 0;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.assu_li_ri{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.assu_li_ri img{
    width:100%;
    border-radius: 16px;
}
.assu_li:not(:first-child){
    display: none;
}
.actnew_slide_slick_ul .slick-dots li {
    width: 48px;
    height: 3px;
    margin: 0 4px;
    border-radius: 0;
    background: #dcdcdc;
}
.actnew_slide_slick_ul .slick-dots li.slick-active {
    background: #446FF1;
}
.actnew_slide_slick_ul .slick-dots {
    bottom: 15px;
    text-align: left;
    margin: 0 -4px;
}
.alul_tp{
    position: relative;
}
.actnew_list .assu_li_le_tab{
    position: absolute;
    top: 11px;
    right: 9px;
}
.actnew_list_ul_li a{
    display: block;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(68, 111, 241, 0.08), -4px -4px 10px 0px rgba(68, 111, 241, 0.05);
}
.alul_btm{
    padding:23px 28px 25px;
}
.alul_tp_img{
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.alul_tp_img img{
    border-radius: 16px 16px 0 0;
}
.actnew_list_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.actnew_list_ul_li{
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.actnew_list_ul_li.on .assu_li_le_tab p{
    background: #24b7b3;
}
.actnew_list_ul_li.on1 .assu_li_le_tab p{
    background: #2189FF;
}
.actnew_list_ul_li.on2 .assu_li_le_tab p{
    background:#5f5f5f;
}
.actnew_list_ul .allu_li {
    margin-right: 50px;
}
.actnew_list_ul .allu_li:last-child{
    margin-right: 0px;
}
.actnew_list_ul .assu_li_le_ul{
    margin-bottom: 0px;
}
.alul_btm_tit{
    font-family: 'poppinsmedium';
    text-overflow: clip;
    line-height: 1.6;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 67px;
}
.actnew_main .mod_paging{
    padding-top: 25px;
}
.actnew_list{
    padding-top: 61px;
}
/* F4常规活动列表页-end */
/* F5常规活动详情页-start */
.actdet_cont{
    width: 100%;
    position: relative;;
}
.actdet_cont{
    padding: 80px 0 110px;
}
.actdet_tp h2{
    margin: 10px 0 32px;
}
.actdet_tp .newdet_min_le_ul{
    display: flex;
    flex-direction: row;
}
.actdet_tp .nmlu_li{
    margin-bottom: 0px;
    margin-right:32px;
}
.actdet_tp .nmlu_li:last-child{
    margin-right: 0px;
}
.actdet_tp{
    padding-bottom: 54px;
}
.actdet_tp_other{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.actdet_tp .assu_li_le_ul{
    margin-bottom: 0px;
}
.actdet_min{
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.actdet_min img{
    width: 100%;
}
.actdet_textbox{
    width: 100%;
    position: relative;
}
.actdet_textbox_tit{
    font-family: 'poppinsmedium';
}
.actdet_textbox_edr{
    padding: 34px 0 21px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    border-top: solid 1px rgba(0, 0, 0, 0.10);
}
.actdet_textbox_edr p{
    font-size: 18px;
    color: #575757;
    line-height: 1.6;
    margin-bottom:11px;
    font-family: 'poppinsregular';
}
.actdet_textbox_list{
    padding-top: 32px;
    display: flex;
}
.actdet_textbox_list_li{
    display: inline-block;
    margin-right: 32px;
}
.actdet_textbox_list_li:last-child{
    margin-right: 0px;
}
.actdet_textbox_list_li p{
    color: #575757;
    line-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    background:rgba(33, 137, 255, 0.05);
    font-family: 'poppinsregular';
}
.actdet_news{
    width: 100%;
    position: relative;
}
.actdet_news h2{
    text-align: center;
    margin-bottom: 41px;
}
.actdet_news .actnew_list_ul_li{
    margin-bottom: 0px;
}
.actdet_news .alul_tp{
    position: relative;
}
.actdet_news .assu_li_le_tab{
    position: absolute;
    top: 11px;
    right: 10px;
}
.actdet_tp .assu_li_le_tab p{
    line-height: 42px;
}
.actnew_list_ul_li .assu_li_le_ul{
    display: flex;
    justify-content: space-between;
}
.actnew_list_ul_li .allu_li {
    margin-right: 0px;
}
/* F5常规活动详情页-end */
/* Delia-end */

.footer_cry_text_inof br{
    display: none;
}
.inside_ban,.record_meeting  {
    overflow: hidden;
}
.sale_info_area .sale_info_list_nub:last-child:nth-of-type(3n-2){
    width: 100%;
}
.sale_info_area .sale_info_list_nub:last-child:nth-of-type(3n-1){
    width: 66.666667%;
}
.siln_contact_item .std_title3 a{
    word-break:break-all;
}
.sale_info_list_nub:nth-of-type(3n-2) {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .3s;
}
.sale_info_list_nub:nth-of-type(3n-1) {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .4s;
}
.sale_info_list_nub:nth-of-type(3n) {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .5s;
}
.ys_fadeleft2{
    -webkit-animation: swiperHome 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: swiperHome 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nnul_box{
    display: block;
}
.newdet_news .slick-list,
.actnew_list_ul .slick-list{
    padding-bottom: 30px;
    margin-bottom: -30px;
}
/* Delia-8.2-start */
.csr_mode2_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.csr_mode2_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.csr_page .ys_cont1200 {
    position: relative;
    left: auto;
    top: auto;
    transform: inherit;
}
.cm1lr_rotate_item .std_text1 p {
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.2em;
    margin-bottom: 30px;
}
/* Delia-8.2-end */
.csr_mode2{
    min-height: 600px;
    display: flex;
    align-items: center;
}
.news_slide_cont_ul .std_btn2_link_icon,
.news_lidt_ul_li .std_btn2_link_icon,
.assu_li .std_btn2_link_icon{
    top: 0;
}
.nscu_li_tit,
.nlul_ri_tit,
.nnul_box_tit,
.assu_li_le_tit,
.alul_btm_tit{
    transition: all 0.36s;
}
.pc_fenye li{
    line-height: 28px;
}
.newdet_min_ri_date {
    margin-bottom: 10px;
}
.newdet_min_ri .std_title2{
    margin-bottom: 56px;
}
.newdet_news .slick-prev,
.actnew_list_ul .slick-prev {
    left: -65px;
}
.newdet_news .slick-next,
.actnew_list_ul .slick-next{
    right: -65px;
}
.newdet_main .newdet_news_ul_li:not(:first-child),
.actdet_main .actnew_list_ul_li:not(:first-child){
    display: none;
}
.actdet_main .std_title2{
    margin-top: 10px;
    margin-bottom: 43px;
}
.actdet_textbox_edr p,
.newdet_min_ri_edr p {
    text-align: justify;
}
.actnew_list_ul .slick-track,
.newdet_news_ul .slick-track{
    display: flex;
}
.actnew_list_ul .slick-slide,
.newdet_news_ul .slick-slide{
    height: auto;
}
.actnew_list_ul_li a,
.nnul_box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.alul_btm,
.nnul_box_textbox{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.actnew_list_ul .alul_btm_tit,
.newdet_news_ul .nnul_box_tit {
    flex-grow: 1;
}
.actdet_main .actdet_news .std_title2{
    margin-top: 0;
}
/* 2023.08.07 - start */
.ibti_icon {
    position: relative;
    left: -12px;
}
.record_awards_box {
    position: relative;
    z-index: 5;
}
.mod_arrows3 .swiper-button-prev::after, 
.mod_arrows3 .swiper-button-next::after {
    content: '';
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: all 0.36s;
}
.mod_arrows3 .swiper-button-prev::after{
    background-image: url(../images/a1_icon04h.svg);
}
.mod_arrows3 .swiper-button-next::after{
    background-image: url(../images/a1_icon05h.svg);
}
.record_brand_face2 .record_brand_face_cry {
    width: 743px;
}
.record_book .inside_ban_img::before{
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(to top,#fff,transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}
.about_history_bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    position: absolute;
    top: 0;
    left: 0;
}
.about_history_list_nub:first-child {
    margin-top: 260px;
}
.about_history_list_nub:nth-of-type(2) {
    margin-top: 130px;
}
.support_info.std_padding1 {
    padding-bottom: 0!important;
}
.mod_btn3_link{
    background: #446FF1;
}
.portable_easy_img {
    opacity: calc(var(--rate2)*1.2);
}
.portable_easy_core {
    transform: translateY(calc(8vh - calc(var(--rate2) * 8vh)));
    opacity: calc(var(--rate2));
}
.point_tap .std_text16 {
    padding-bottom: 10px;
}
.csr_mode3_cry {
    align-items: center;
}
.ys_phnav_menubtn {
    width: 20px;
    height: 14px;
}
.ys_phnav_menubtn::before {
    margin-top: -7px;
}
.ys_phnav_menubtn::after {
    margin-top: 7px;
}
.record_still_table .std_title4{
    background: #fff;
}
.record_text_right.record_text_right1 {
    transform: translate(calc(50% + calc(var(--rate1) * -125%)),-50%);
    bottom: auto;
    top: 50%;
}
.record_text_left.record_text_left1 {
    transform: translateX(calc(-50% + calc(var(--rate1) * 125%)));
    top: 10%;
}
.record_text_left.record_text_left2 {
    transform: translateX(calc(-52% + calc(var(--rate1) * 125%)));
    top: auto;
    bottom: 10%;
}
.std_btn2_link_icon {
    top: 0px;
}
.point_tap .std_text16 i {
    font-style: normal;
    transform: translate(-26px,2px);
    position: absolute;
}
.point_tap .std_text16{
    padding-left: 60px;
}
.privacy_page .actdet_textbox_edr,
.lega1_page .actdet_textbox_edr{
    padding-bottom: 0;
    border-bottom: 0;
}
/* .inside_ban2_info .swiper-slide-active .inside_ban_img {
    will-change: transform;
    -webkit-animation: swiperHome 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: swiperHome 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
} */
.inside_ban2_info .swiper-slide:not(.swiper-slide-active) .inside_ban_img {
    opacity: 0!important;
}
.inside_ban2_info.on .swiper-slide .inside_ban_img {
    opacity: 1!important;
}
.inside_ban2_info.on1 .swiper-slide:not(.swiper-slide-active) .inside_ban_img {
    opacity: 1!important;
}
.record_still_table_box.mCustomScrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}
.news_slide_cont_ul .slick-track{
    display: flex;
}
.news_slide_cont_ul .slick-slide{
    height: auto;
}
.nscu_li a{
    height: 100%;
}
.nscu_li_tit{
    height: 2.6em;
}
.area_select{
    position: relative;
    z-index: 10;
}
.contact_us_cry_form{
    position: relative;
    z-index: 3;
}
/*  */
.inside_ban2_info .swiper-slide{
    z-index: var(--num1);
}
.ys_fadeleft2{
    -webkit-animation: swiperHome2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: swiperHome2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inside_ban2_info .swiper-slide .inside_ban_img{
    will-change: transform;
    -webkit-animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.inside_ban2_info .swiper-slide-active~.swiper-slide .inside_ban_img{
    will-change: transform;
    -webkit-animation: swiperHome3 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome3 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.inside_ban2_info.next .swiper-slide .inside_ban_img {
    will-change: transform;
    -webkit-animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.inside_ban2_info.next .swiper-slide-active .inside_ban_img {
    will-change: transform;
    -webkit-animation: swiperHome2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.inside_ban2_info.next .swiper-slide-active~.swiper-slide .inside_ban_img{
    will-change: transform;
    -webkit-animation: swiperHome4 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome4 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.inside_ban2_info.prev .swiper-slide .inside_ban_img {
    will-change: transform;
    -webkit-animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.inside_ban2_info.prev .swiper-slide-active .inside_ban_img {
    will-change: transform;
    -webkit-animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome0 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.inside_ban2_info.prev .swiper-slide-active~.swiper-slide .inside_ban_img{
    will-change: transform;
    -webkit-animation: swiperHome4 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome4 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.inside_ban2_info.prev .swiper-slide-active+.swiper-slide .inside_ban_img,
.inside_ban2_info.prev .swiper-slide-next .inside_ban_img {
    will-change: transform;
    -webkit-animation: swiperHome3 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: swiperHome3 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
/* .inside_ban2_info.prev .swiper-slide-active .inside_ban_img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
} */
@-webkit-keyframes swiperHome3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes swiperHome3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-webkit-keyframes swiperHome0 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swiperHome0 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes swiperHome4 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes swiperHome4 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/* .inside_ban2_info .swiper-slide{
    opacity: 1!important;
} */
.inside_ban2_info.on1 .inside_ban_img{
    will-change: transform;
    -webkit-animation: swiperHome2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards!important;
    animation: swiperHome2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards!important;
}
.inside_ban2_info .swiper-slide {
    z-index: var(--num1)!important;
}
.inside_ban2_info .std_title60{
    opacity: 0;
    pointer-events: none;
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inside_ban2_info .swiper-slide-active .std_title60{
    opacity: 1;
    pointer-events: all;
}
.inside_ban2_info .swiper-pagination-bullet{
    width: 48px;
    height: 11px;
    border-radius: 0;
    background:transparent;
    margin: 0 3.5px;
    opacity: 1;
    padding: 4px 0;
    position: relative;
}
.inside_ban2_info .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3.5px;
}
.inside_ban2_info .swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
}
.inside_ban2_info .swiper-pagination-bullet::before{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,.8);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.inside_ban2_info .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    background: #446FF1;
}
.inside_ban2_info.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 27px;
}
.home_news_btn {
    text-align: center;
    margin-top: 55px;
}
.home_news_btn .std_btn2_link_font{
    color: #446FF1;
}
.hnln_link_img img{
    border-radius: 20px;
}
.nscu_li_ri img,
.nlul_le img,
.assu_li_ri img{
    border-radius: 16px;
}
.alul_tp_img img {
    border-radius: 16px 16px 0 0;
}
/* nav - start */
.head_second2 {
    position: absolute;
    top: 100%;
    border-top: 1px solid #D9D9D9;
    left: calc(19px - 120px);
    width: 1049px;
}
.head_second2 .ys_cont1400{
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
}
/* nav - end */
.home_esg_bg{
    position: relative;
    min-height: auto;
}
.home_esg_bg img{
    position: relative;
    min-height: auto;
}
.home_esg_cry {
    position: absolute;
}
.home_esg, .home_esg_bg{
    min-height: auto;
}
.point_tap .std_text16 {
    padding-bottom: 16px;
}
.hnln_link_img img,
.nscu_li_ri img,
.nlul_le img,
.assu_li_ri img,
.alul_tp_img img{
    transform: scale(1)!important;
}
.inside_ban_img img {
    transform: scale(1.00001);
}
.inside_ban_img{
    overflow: hidden;
}
/* 2023.08.10 - start */
.budapest_page .ys_banner .slick-dots {
    bottom: 8px;
    text-align: center;
    padding-left: 0;
}
.budapest_video_cry{
    padding-top: 73px;
    max-width: 1920px;
    margin: 0 auto;
}
.budapest_video_cry_list{
    width: 53.697917%;
}
.budapest_video_cry_text{
    width: 46.302083%;
    padding-left: 95px;
}
.bvcl_nub_img{
    width: 100%;
    position: relative;
    cursor: pointer;
}
.bvcl_nub_img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: 3;
}
.bvcl_nub_pro{
    height: 10px;
    background: #D9D9D9;
    width: 100%;
    position: relative;
}
.bvcl_nub_pro span{
    position: absolute;
    background: #446FF1;
    left: 0;
    height: 100%;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 4s linear;
}
.bvcl_nub_img_icon{
    width: 77px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
.bvcl_nub_img_icon img{
    width: 100%;
}
.bvcl_nub:not(:first-child),
.bvct_list_item:not(:first-child){
    display: none;
}
.bvcl_nub.on .bvcl_nub_pro span{
    width: 100%;
}
.budapest_video_cry{
    display: flex;
}
.bvct_list{
    height: 100%;
}
.bvct_list_item{
    height: 100%;
}
.bvct_list .std_title48{
    line-height: 1.3;
    color: #000;
}
.bvct_list_item_title{
    margin-bottom: 32px;
}
.bvct_list_item .std_text1 p{
    color: #575757;
    line-height: 1.6;
}
.slick-track .bvct_list_item.slick-slide{
    display: flex!important;
}
.bvct_list_item{
    padding-right: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bvct_list .slick-list,
.bvct_list .slick-track{
    height: 100%;
}
.bhlt_item .std_title128{
    background: transparent!important;
    -webkit-text-fill-color: #446FF1;
    color: #446FF1;
    padding: 0 30px;
}
.bhlt_item:nth-of-type(2n) .std_title128{
    -webkit-text-fill-color: #113652;
    color: #113652;
}
.budapest_horse_list_text{
    display: flex;
}
.budapest_horse.act .budapest_horse_list:nth-of-type(2n) .bhlt_item:nth-of-type(2n-1) .std_title128{
    -webkit-text-fill-color: #113652;
    color: #113652;
}
.budapest_horse.act .budapest_horse_list:nth-of-type(2n) .bhlt_item:nth-of-type(2n) .std_title128{
    -webkit-text-fill-color: #446FF1;
    color: #446FF1;
}
.budapest_horse_list {
    width: var(--width1);
}
.budapest_horse{
    position: relative;
}
.budapest_horse_list2{
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
}
.budapest_horse_list3{
    transform: translateX(200%);
    position: absolute;
    top: 0;
    left: 0;
}
.budapest_horse_list1 {
    transform: translateX(0);
}
.budapest_horse_list1 {
    animation: donghua calc(3s * var(--num1)) linear infinite;
}
.budapest_horse_list2 {
    animation: donghua2 calc(3s * var(--num1)) linear infinite;
}
.budapest_horse_list3{
    animation: donghua3 calc(3s * var(--num1)) linear infinite;
}
@keyframes donghua {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes donghua2 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes donghua3 {
    from {
        transform: translateX(200%);
    }
    to {
        transform: translateX(100%);
    }
}
.budapest_video{
    margin-bottom: 100px;
}
.budapest_pro{
    padding-top: 68px;
}
.budapest_pro_list_nub{
    width:50%;
    padding: 0 10px;
}
.bpln_cry{
    position: relative;
}
.budapest_pro_list{
    margin: 0 -10px;
}
.bpln_img{
    width: 100%;
}
.bpln_text{
    position: absolute;
    padding-top: 69px;
    padding-left: 60px;
    z-index: 4;
    top: 0;
    left: 0;
}
.bpln_text .std_title2{
    line-height: 1.1;
    margin-bottom: 20px;
}
.std_btn2_type2 .std_btn2_link_font{
    color: #446FF1;
}
.budapest_pro_list{
    display: flex;
    flex-wrap: wrap;
}
.budapest_high .std_title48{
    text-align: center;
}
.budapest_high_list_nub{
    width: 33.333333%;
    padding: 0 30px;
}
.budapest_high_list{
    margin: 0 -30px;
}
.bhln_cry_img .ys_imgbox_cover{
    border-radius: 5px;
    overflow: hidden;
}
.bhln_cry_img{
    padding: 0 15px 14px 30px;
    position: relative;
}
.bhln_cry_img::before{
    content: '';
    width: calc(100% - 45px);
    background: #133A5D;
    border-radius: 5px;
    position: absolute;
    height: 52%;
    right: 0;
    bottom: 0;
}
.bhln_cry_img_date{
    width: 173px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bhln_cry_img_date img{
    width: 100%;
}
.bhln_cry_img_date .std_title5{
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}
.bhln_cry_icon{
    width: 24px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.bhln_cry_icon img{
    width: 100%;
}
.bhln_cry .std_text16 p{
    width: calc(100% - 30px);
    color: #575757;
    line-height: 1.8;
}
.std_text16{
    display: flex;
    align-items: flex-start;
}
.bhln_cry_img{
    margin-bottom: 14px;
}
.bhln_cry .std_text16{
    margin-bottom: 9px;
}
.bhln_cry .std_title3{
    line-height: 1.6;
    transition: all 0.36s;
}
.budapest_high_list_nub:not(:first-child){
    display: none;
}
.budapest_high_list .slick-prev{
    left: -49px;
}
.budapest_high_list .slick-next {
    right: -49px;
}
.bhln_cry_img img{
    transform: scale(1)!important;
}
.bvct_list_item.slick-active .bvct_list_item_title{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .4s;
}
.bvct_list_item.slick-active .std_text1{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .5s;
}
.budapest_pro{
    max-width: 1920px;
    margin: 0 auto;
}
.budapest_page .ys_main {
    margin-top: 0;
}
/* 2023.08.10 - end */
.cucf_list_item.zindex {
    z-index: 11;
}
.mod_arrows4 .slick-prev, .mod_arrows4 .slick-next{
    transition: all 0.36s;
}
.mod_arrows4 .slick-disabled{
    pointer-events: none;
    opacity: .5;
}
.cucf_list_agree.on .cucf_list_agree_btn .iconfont{
    opacity: 1;
}
/*2023.08.21 - start - horse*/
.budapest_horse_list:not(:first-child){
    display: none;
}
.budapest_horse, .budapest_horse_list {
    width: 100%!important;
    animation: none!important;
}
.budapest_horse_list_text {
    justify-content: center!important;
}
/*2023.08.21 - end - horse*/
/* 2023.08.30 - start */
.mod_btn3_link{
    cursor: pointer;
}
.contact_modal.ys_modal {
    background: rgba(0,0,0,.38);
}
.contact_modal .ys_modal_content {
    width: 507px;
    border-radius: 16px;
    padding: 62px 60px 36px 50px;
    max-height: 777px;
}
.contact_modal .std_title24{
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 30px;
    margin-bottom: 5px;
}
.contact_modal_pdf{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 0 17px 9px 27px;
    margin-bottom: 31px;
}
.contact_modal_pdf:last-child{
    margin-bottom: 0;
}
.contact_modal_pdf_item{
    border-bottom: 1px solid #E1E1E1;
}
.cmpi_name{
    width: 47.8%;
    font-size: 18px;
    color: #000;
    padding-right: 5px;
    line-height: 1.5;
}
.cmpi_cry{
    width: 52.2%;
}
.cmpi_cry_link_icon{
    width: 26px;
}
.cmpi_cry .std_title5{
    width: calc(100% - 26px);
    padding-left: 11px;
    color: #446FF1;
    line-height: 1.5;
    position: relative;
    top: 1px;
}
.contact_modal_pdf_item{
    display: flex;
    padding: 14px 0 8px;
}
.cmpi_cry_link{
    display: flex;
    align-items: flex-start;
}
.contact_modal_pdf_item:last-child{
    border-bottom: 0;
}
.contact_modal .ys_modal_content.mCustomScrollbar .mCustomScrollBox.mCSB_inside {
    margin-right: -30px;
    padding-right: 30px;
    max-width: calc(100% + 30px);
}
.contact_modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #446FF1;
}
.contact_modal .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #446FF1;
}
.contact_modal .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #446FF1;
}
.contact_modal .ys_modal_close {
    right: 23px;
    top: 22px;
}
.contact_modal .iconfont {
    font-size: 22px;
    font-weight: normal;
}
.record_contact_list {
    margin-right: -50%;
}
/* 2023.08.30 - end */
/* 2023.09.13 - start */
.mall_btn{
    cursor: pointer;
}
.mall_modal .ys_modal_content {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.91);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    -moz-backdrop-filter: blur(6.5px);
    -ms-backdrop-filter: blur(6.5px);
    -o-backdrop-filter: blur(6.5px);
    width: 640px;
    padding: 50px 33px 162px;
}
.mall_modal .std_text1 p{
    color: #000;
    line-height: 1.5;
}
.mall_modal .std_text1{
    margin-bottom: 19px;
}
.mall_modal_list{
    width: 100%;
    padding: 12px 26px 9px;
    border-radius: 10px;
    background: #fff;
}
.mall_modal_select_icon{
    width: 50px;
}
.mall_modal_list_nub{
    width: 33.333333%;
}
.mall_modal_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mall_modal_item_icon{
    width: 20px;
}
.mall_modal_item_icon img{
    width: 100%;
}
.mall_modal_item_font{
    width: calc(100% - 20px);
    padding-left: 5px;
    font-size: 14px;
    color: #446FF1;
    line-height: 24px;
}
.ys_select_li .ys_imgbox_cover{
    width: 80px;
} 
.ys_select_li .ys_imgbox_cover img{
    transform: scale(1)!important;
}
.mall_modal .ys_modal_content {
    max-height: none;
}
.mall_modal_item{
    display: flex;
    align-items: center;
}
.mall_modal .ys_select_li a{
    padding: 6px 14px;
    display: block;
}
.mall_modal .ys_select_bd {
    padding: 8px 0;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.07);
}
.mall_modal_select {
    padding: 8px 0;
}
.mall_modal_select .ys_select_hd{
    display: flex;
    align-items: center;
}
.mall_modal_select .ys_select_show{
    padding-left: 12px;
}
.mall_modal_select .ys_select_show,
.mall_modal_select .ys_select_show::placeholder{
    color: #000;
    font-size: 18px;
    height: 100%;
    width: 80px;
}
.mall_modal_select .ys_select_xtbbox{
    width: 10px;
    right: 4px;
}
.mall_modal .ys_select_bd{
    max-height: 124px;
}
.mall_modal .ys_modal_close{
    width: 20px;
    top: 15px;
    right: 20px;
}
.mall_modal .ys_modal_close img{
    width: 100%;
}
.mall_modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mall_modal .mCSB_scrollTools {
    width: 10px;
}
.mall_select {
    width: 165px;
    height: 50px;
    border-radius: 25px;
    background: #446FF1;
}
.mall_select .ys_select_hd{
    z-index: 12;
    border-radius: 25px;
    background: #446FF1;
}
.mall_select .ys_select_show,
.mall_select .ys_select_show::placeholder{
    color: #fff;
    font-size: 18px;
}
.mall_select .ys_select_show{
    padding: 0 26px;
}
.mall_select .ys_select_xtbbox{
    width: 20px;
    right: 30px;
}
.mall_select .ys_select_xtbbox img{
    width: 100%;
}
.mall_select .ys_select_bd {
    border-radius: 0px 0px 5px 5px;
    background: #2A52CB;
    top: 50%;
    padding: 33px 12px 8px;
    max-height: 150px;
}
.mall_select .ys_select_li a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding: 0 13px;
    transition: all 0.36s;
    border-radius: 5px;
}
.mall_select .ys_select_li a:hover{
    background: #446FF1;
}
.mall_select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mall_select .mCSB_scrollTools{
    top: 14%;
}
.inside_ban, .record_meeting {
    overflow: visible;
}
.mall_modal_list_nub{
    padding: 0 30px;
}
.mall_modal_list_add{
    margin: 0 -30px;
    width: calc(100% + 30px);
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.mall_modal_list{
    display: block;
}
.mall_modal_list{
    margin-bottom: 10px;
}
.newdet_news .newdet_news_ul{
    display: block;
}
/* 2023.09.13 - end */
.ys_ban_txtbox .ys_ban_title {
    max-width: 750px;
}
.new_type1,.new_type2,.mall_select{
    display: none;
}
.nscu_li_tit {
    height: auto;
    -webkit-line-clamp: inherit;
}
.assu_li_le_tab.on p,
.assu_li.on .assu_li_le_tab p {
    background: #24b7b3;
}
.assu_li_le_tab.on1 p,
.assu_li.on1 .assu_li_le_tab p {
    background: #2189FF;
}
.assu_li_le_tab.on2 p,
.assu_li.on2 .assu_li_le_tab p {
    background: #5f5f5f;
}
/* 2023.12.04 - start */
.pro_remark{
    position: absolute;
    right: 25px;
    bottom: 20px;
    max-width: 100%;
    padding-left: 20px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.5;
}
.camera_mask.camera_mask3 .std_title64{
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.camera_mask3 .camera_mask_cry .std_text24,
.camera_mask3 .camera_mask_cry .std_text24 p{
    color: #fff;
}
.record_brand_face4 .record_brand_face_cry .std_title64{
    margin-right: -80px;
}
.record_brand_face4 .std_text24{
    max-width: 618px;
}
.record_brand_face2.record_brand_face4 .ys_cont1400 {
    top: 44%;
}
.offline_around.act1 .offline_around_cry {
    padding-top: 0px;
    margin-top: -2px;
}
.offline_around.offline_around2.act1 .offline_around_cry_img {
    padding-bottom: 46px;
}
.offline_around.act1 .record_long_bg {
    bottom: calc(110px + 47px);
}
.offline_around.act1 .offline_around_cry {
    padding-left: 28px;
    padding-right: 30px;
}
.offline_around.act1 .offline_around_cry_text {
    padding-left: 108px;
}
.speech_around_list_nub:nth-of-type(2n) {
    justify-content: flex-end;
}
.record_meeting.act1 .record_meeting_cry_img{
    width: 61.5625%;
}
.record_meeting.act1 .mod_title3{
    margin-bottom: 0;
}
.record_meeting.act1.std_padding1_top {
    padding-top: 97px;
    padding-bottom: 120px;
}
.record_brand_face3 .record_brand_face_bg::before{
    display: none;
}
/*.record_awards_wai {*/
/*    flex-grow: 1;*/
/*}*/
.ban_act1 .inside_ban_text_info {
    max-width: 713px;
}
.record_margin1{
    margin-bottom: 10px;
}
.rpci_list_nub:not(:first-child),
.rpco_list_add:not(:first-child){
    display: none;
}
.rpci_list .slick-dots {
    bottom: 10px;
}
.rpci_list.mod_dots1 .slick-dots li::before{
    background: #DCDCDC;
}
.rpci_list.mod_dots1 .slick-dots li.slick-active::before {
    background: #446FF1;
}
.pro_remark::before{
    content:'*';
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    position: absolute;
    top: 0;
    left: 8px;
}
/* 2023.12.04 - end */
/* 2023.12.14 - start */
.hscl_nub {
    margin-bottom: 26px;
}
/* 2023.12.14 - end */
.nscu_li a{
    align-items: center;
}
.nmlu_li .ys_share_img {
    width: 100%;
}
/* 2024.09.20 - START */
.add-text1{
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
}
.add-text1 p{
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.add-text2{
    color: #575757;
    font-size: 16px;
    line-height: 1.75;
}
.add-title1{
    color: #000;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
}
.add-title2{
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}
.add-title3{
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.act-distance{
    padding-top: 120px;
    padding-bottom: 120px;
}
.ys_cont1480{
    width: 1480px;
    margin: 0 auto;
    max-width: 100%;
}
.act-banner-text h1{
    color: #fff;
    font-size: 64px;
    line-height: 1.75;
    font-family: 'poppinssemibold' !important;
}
.act-banner{
    position: relative;
}
.act-banner-img, .act-banner-img img{
    width: 100%;
}
.act-banner-img-ph{
    display: none;
}
.act-banner-text-btn{
    display: inline-block;
}
.act-exh{
    background: #F7F7F7;
}
.act-exh-top-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
}
.act-exh-top-li{
    padding: 0 15px;
}
.act-exh-top-li a{
    display: block;
    position: relative;
}
.aetl-text{
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    padding: 0 42px;
    z-index: 10;
}
.act-exh-top-li .ys_imgbox_cover{
    border-radius: 16px;
}
.act-exh-top-ul:nth-child(even){
    flex-direction:row-reverse;
}
.aetl-text-btn{
    display: flex;
}
.aetl-text-btn .add-text1{
    padding-right: 10px;
}
.aetl-text-btn img{
    margin-top: 3px;
}
.act-exh-bot-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.act-exh-bot-li{
    width: 25%;
    padding: 0 11px;
    margin-bottom: 22px;
}
.act-exh-top-right{
    width: 38.5%;
}
.act-exh-top-left{
    width: 61.5%;
}
.aetl-text .aetl-text-btn{
    margin-top: 10px;
}
.act-exh-bot-li .ys_imgbox_cover{
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
}
.aebl-text{
    text-align: center;
}
.aebl-text .add-title3{
    margin-bottom: 5px;
}
.aebl-text .aetl-text-btn{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.aebl-text .aetl-text-btn .add-text1{
    color: #446FF1;
}
.aebl-text .add-text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(1.75em * 2);
}
.act-news-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.act-news-li{
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.act-news-li a{
    display: block;
    height: 100%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: -4px -4px 10px 0px rgba(68, 111, 241, 0.05), 4px 4px 10px 0px rgba(68, 111, 241, 0.08);
}
.act-news-li .ys_imgbox_cover{
    border-radius: 16px 16px 0 0;
}
.act-news-li-text{
    padding:23px 28px;
}
.act-news-li-text .add-title3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: calc(1.5em * 5);
}
.anlt-time{
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.anlt-time .add-text2{
    padding-left:8px;
}
.act-exh-btn{
    display: inline-block;
}
.act-exh-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-exh-btn .add-text1{
    color: #446FF1;
    padding-right: 10px;
}
.act-exh-dis{
    text-align: center;
    margin-top: 20px;
}
.cta-mian .ys_main{
    background:#F2F2F2;
}
.cta-cont{
    margin-top: 50px;
    margin-bottom: 90px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 47px;
    display: f
}
.cta-left{
    width: 54%;
    padding-right: 48px;
    padding-top: 68px;
}
.cta-right{
    width: 46%;
    padding-left: 48px;
    border-left: 1px solid rgba(0,0,0,.1);
}
.cta-left-img{
    margin-bottom: 20px;
}
.cta-right .add-title1{
    text-align: left;
    font-family: 'poppinssemibold' !important;
    margin-bottom: 20px;
}
.act-exp-li:not(:first-child){
    display: none;
}
.act-exp-li-cont{
    position: relative;
}
.act-exp-li-text{
    position: absolute;
    top: 0;
    left: 0;
    padding: 47px 90px;
    width: 70%;
}
.aelt-title .add-title1{
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'poppinssemibold' !important;
}
.aelt-title{
    margin-top:75px;
}
.aelt-title .add-text1 p{
    color: #fff;
}
.aelt-text{
    margin-top: 50px;
}
.aelt-text .add-text1:first-child{
    font-family: 'poppinssemibold' !important;
}
.act-exp-ul .slick-list{
    overflow: visible !important;
}
.act-exp-li {
    width: 100%;
    padding: 0 20px;
}
.act-exp-li .ys_imgbox_cover{
    transition: all .36s;
}
.act-exp-li.slick-current .ys_imgbox_cover{
    transform: scale(1.03);
    filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.30));
}
.act-exp-ul .slick-prev {
    width: 44px;
    height: 44px;
    background: url(../images/b1_arrow04.svg) center/cover no-repeat;
    bottom: -100px;
    top: inherit;
    left: calc(50% - 56px);
}
.act-exp-ul .slick-next {
    width: 44px;
    height: 44px;
    background: url(../images/b1_arrow02.svg) center/cover no-repeat;
    bottom: -100px;
    top: inherit;
    right: calc(50% - 56px);
}
.act-exp-ul .slick-prev.slick-disabled,
.act-exp-ul .slick-next.slick-disabled{
    opacity: .5;
}
.cta-cont{
    display: flex;
}
/* 表单 */
.ys-form-title{
    color: #333;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: bold;
} 
.ys-form{
    --space: 20px;
    --spacebot: 24px;
    --spacein: 10px;
    --height: 60px;
    --size20: 20px;
    --size18: 18px;
    --size16: 16px;
    --l1h5: 1.5;
    --l1h75: 1.75;
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colortips: #f00;
    --colormain: #10154e;
}
.ys-form-inof{
    margin: 0 calc(var(--space) * -1) ;
    display: flex;
    flex-wrap: wrap;
}
.ys-form-inof-item{
    padding: 0 var(--space);
    margin-bottom: var(--spacebot);
    width: 100%;
}
.ys-form-inof-item3{
    width: 33.333333%;
}
.ys-form-inof-item2{
    width: 50%;
}
.ys-fii-name{
    font-size: var(--size20);
    line-height: var(--l1h75);
    color: var(--color333);
    margin-bottom: 7px;
}
.ys-fii-name span{
    color: var(--colortips);
}
.ys-fii-input {
    width: 100%;
    height: var(--height);
    border: 1px solid var(--color999);
    display: block;
}
.ys-fii-input input,
.ys-fii-input textarea{
    width: 100%;
    height: 100%;
    font-size: var(--size18);
    line-height: var(--l1h75);
    color: var(--color333);
    padding: 0 var(--spacein);
}
.ys-fii-tips{
    font-size: var(--size16);
    color: var(--colortips);
    line-height: var(--l1h5);
}
.ys-fii-tips span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.ys-form-inof-item .ys-select-xtbbox {
    right: 10px;
}
.ys-fii-select-search .ys-select-bd,
.ys-fii-select .ys-select-bd{
    border: 1px solid var(--color999);
    border-top: 0px;
}
.ys-fii-select-search .ys-fiiss-core,
.ys-fii-select .ys-select-bd{
    padding: 10px 0;
}
.ys-fii-select-search .ys-select-bd{
    padding-top: 0!important;
}
.ys-form-inof-item .ys-select-li {
    font-size: var(--size18);
    line-height: var(--l1h5);
    color: var(--color666);
    padding: 0.5em 20px;
    transition: all .4s ease;
}
.ys-form-inof-item .ys-select-li span{
    color: #f00;
}
.ys-form-inof-item .ys-select-li:hover{
    color: var(--color333);
}
.ys-fiiss-input{
    border: 10px solid #f2f2f7;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}
.ys-fiiss-input input{
    width: 100%;
    border-radius: 4px;
    padding: 4px 10px;
    width: calc(100% - 30px);
    flex-grow: 1;
    font-size: var(--size16);
    line-height: var(--l1h5);
    color: var(--color666);
}
.ys-fiiss-input input::placeholder,
.ys-form-inof-item input::placeholder,
.ys-form-inof-item textarea::placeholder{
    color: var(--color999);
}
.ys-fiiss-input-close{
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}
.ys-fiiss-input-close .iconfont{
    font-size: 14px;
}
.ys-fiiss-input.act .ys-fiiss-input-close {
    opacity: 1;
}
.ys-form-inof-text .ys-fii-input{
    height: 120px;
}
.ys-fii-input textarea{
    padding-top: 10px;
}
.ys-fiiss-core,
.ys-fii-select .ys-select-bd{
    height: calc(var(--size18) * 10 + 20px);
}
.ys-form-inof .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}
.ys-form-inof .mCSB_scrollTools{
    top: 15px;
    bottom: 15px;
}
.ys-form-hide{
    opacity: 0!important;
}
.ys-fia-text{
    display: flex;
    align-items: flex-start;
}
.ys-fia-text-btn{
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.ys-fia-text-btn::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid var(--color999);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.ys-fia-text-btn::after{
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    background: var(--colormain);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s ease;
}
.ys-fia-text-word{
    width: calc(100% - 18px);
    flex-grow: 1;
    padding-left: 10px;
    font-size: var(--size16);
    line-height: var(--l1h75);
    color: var(--color333);
}
.ys-fia-text-word a{
    color: var(--colormain);
}
.ys-form-inof-code{
    width: 45%;
}
.ys-fic-auth{
    display: flex;
}
.ys-fic-auth .ys-fii-input{
    width: 50%;
    flex-grow: 1;
}
.ys-fic-auth-img{
    height: var(--height);
    margin-left: var(--space);
    cursor: pointer;
}
.ys-fic-auth-img img{
    height: 100%;
}
.ys-form-inof-submit{
    width: 35%;
    margin-left: 20%;
}
.ys-fii-submit{
    height: var(--height);
    line-height: var(--height);
    text-align: center;
    background: var(--colormain);
    color: #fff;
    font-weight: bold;
    font-size: var(--size16);
    cursor: pointer;
}
.ys-form-inof-agree.on .ys-fia-text-btn::after{
    opacity: 1;
}
.ys-fii-tips{
    display: none;
}
.ys-form-required.ys-form-empty .ys-fii-tips{
    display: block;
}
.ys-form-inof-country .ys-fii-tips{
    display: none!important;
}
.iti__country-list,
.iti--inline-dropdown .iti__dropdown-content {
    width: calc(calc(1400px - calc(var(--space) * 4)) / 3)!important;
}
.ys-select-emptyli{
    pointer-events: none;
}
.iti__country-list {
    overflow-y: hidden!important;
}
.iti__country-list .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.iti{
    width: 100%;
    height: 100%;
}
.iti__search-input {
    border: 10px solid #f2f2f7;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    font-size: var(--size16)!important;
    line-height: var(--l1h5);
    color: var(--color666);
    padding: 4px 10px!important;
}
.ys-form-inof-item{
    width: 100%;
    margin-bottom: 15px;
}
.ys-form-inof-item label{
    width: 100%;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 10px 12px;
}
.ys-fii-name span{
    color: #FF0000;
}
.ys-fii-name{
    color:#999;
    font-size: 16px;
}
.ys-fii-tips{
    margin-top: 15px;
    color: #FF0000;
    font-size: 16px;
}
.ys-fii-name{
    margin-bottom: 5px;
}
.ys-fii-input{
    height: 38px;
}
.ys-fii-input input{
    color: #666;
    padding: 0 14px;
}
.ys_select_show{
    padding: 0 14px;
}
.cta-code{
    width:calc(100% - 182px);
}
.ys-fic-auth-img{
    width: 150px;
    height: auto;
}
.ys-fic-auth label{
    justify-content: space-between;
    display:flex;
    align-items: center;
}
.cta-code{
    background: #f8f8f8;
    border-radius: 5px;
    padding: 10px 12px;
}
.ys-form-inof-code label {
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.ys-form-inof-agree .ys-fia-text-word{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-top: 6px;
}
.ys-fia-text-word a{
    color: #446FF1;
}
.ys-fia-text-btn{
    width: 30px;
    height: 30px;
}
.ys-fia-text-btn::before {
    border: 2px solid #D0D0D0;
    border-radius: 2px;
}
.ys-fia-text-btn::after {
    background: url(../images/right.svg) center/cover no-repeat;
}
.ys-form-inof-agree.on .ys-fia-text-btn::before{
    background:#446FF1;
    border-color: #446FF1;
}
.cta-right-btn{
    border-radius: 28px;
    background: #446FF1 !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 55px !important;
}
.ys-form-inof-submit{
    margin-left: 0 !important;
    margin-top: 22px;
}
.cta-select-cont{
    padding: 10px 12px;
    background: #f8f8f8;
}
.cta-select-tg1{
    margin-bottom: 0;
}
.cta-select-tg2 .ys-form-inof-item label{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cta-select .cta-select-cont{
    border-radius: 5px;
}
.cta-select-tg1 .cta-select-cont{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.cta-select .ys_select_xtbbox {
    right: 20px;
    top: 5px;
    transform: translateY(0);
}
.cta-select .ys_select_hd.on .ys_select_xtbbox {
    transform: translateY(0) rotate(180deg);
}
.cta-select-tg2 .ys-form-inof-item label {
    padding: 10px 12px;
}
.cta-select .ys_select_bd{
    background: #f8f8f8;
}
.cta-select .ys_select_li{
    line-height: 50px;
    color: #000;
    font-size: 14px;
    width: calc(100% - 52px);
    margin: 0 auto;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.cta-select .ys_select_li:last-child{
    border-color: transparent;
}
.cta-select .ys_select_bd{
    width: calc(100% + 24px);
    left: -12px;
}
.cta-select .ys_select_show{
    color: #666;
    font-size: 16px;
    padding-right: 0;
}
.cta-select .ys-fii-name {
    margin-bottom: 10px;
}
.cta-select-tg1 .ys_select{
    position: relative;
}
.cta-select .ys_select_bd{
    max-height: 220px;
}
.cta-select-tg1.ys-form-empty .ys_select::before {
    opacity: 0;
}
.cta-select-tg1, .cta-select-tg2{
    background: #f8f8f8;
}
.cta-select-tg1 .ys-fii-tips, .cta-select-tg2 .ys-fii-tips {
    margin-top: 0;
    padding: 0 12px 12px;
}
.ys-fii-name-style{
    color: #999 !important;
    padding-left: 5px;
}
.ys-form-inof-item.ys-form-empty .ys-fii-name .ys-fii-name-style{
    color:#FF0000 !important;
}
.ys-fii-name-color{
    width: 8px;
    display: block;
}
.ys-fii-name{
    display: flex;
}
.cta-select .ys_select_bd {
    padding-right: 20px;
}
.ys-form-inof-code .ys-fii-input {
    width: 100%;
}
.act-exp-ul {
    margin-bottom: 50px;
}

.aelc-ph{
    display: none;
}
.act-exh-bot-li:nth-child(n+5) {
    display: none;
}
.act-news-li:nth-child(n+7) {
    display: none;
}
.aebl-text .add-title3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(1.5em* 2);
}
.aebl-text .aetl-text-btn{
    margin-top: 5px;
}
.aetl-text-btn img {
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.aelt-title .add-text1 p {
    margin-bottom: 0;
}
.act-banner-text-btn{
    display: inline-block;
    border-radius: 28px;
    background: #446FF1;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    margin-top: 50px;
}
.act-banner-text-btn a{
    position: relative;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    padding: 0 28px;
    margin-top: 50px;
    z-index: 10;
}
.act-banner-text-btn::before {
    content: '';
    z-index: 2;
    width: 130%;
    height: 130%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -15%;
    right: 0%;
    pointer-events: none;
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(45deg, 0deg);
    transform-style: preserve-3d;
    transition: transform .45s cubic-bezier(.215, .61, .355, 1);
}
.info-link{
    position: fixed;
    top: 50%;
    right: 6%;
    width:70px;
    height: 70px;
    background:#446FF1;
    filter: drop-shadow(0px 4px 15px rgba(68, 111, 241, 0.60));
    border-radius: 50%;
}
.info-link a{
    display: block;
    width:100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}
.info-link img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (min-width: 1200px) {
    .act-exh-top-li a:hover .aetl-text-btn img,
    .act-exh-bot-li a:hover .aetl-text-btn img{
        transform: translate(5px, 0);
    }
    .act-banner-text-btn:hover::before {
        transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }
}
.aelt-title .add-title1{
    font-size: 30px !important;
}
.info-link {
    top: inherit; 
    right: 30px;
    bottom: 40px;
}
.act-exp-li-text {
    width: 72%;
}


/* 2024.09.20 - END */

.ys_fii_select .ys-fii-name{
    padding-right: 45px;
}
.record_param_cry_other .mb4lc_font {
    top: 0px!important;
}

/*20250221--新增-start*/
.activity-bg-ph{
    display: none;
}
.activity-news-cont{
    margin-bottom: 45px;
}
.activity-news-cont-cry{
    display: flex;
    align-items: flex-start;
}
.activity-news-cont-cry .ys_imgbox_cover{
    width: 66%;
    border-radius: 10px;
    overflow: hidden;
}
.ancc-ri{
    width: 34%;
    padding-left: 33px;
    padding-top: 34px;
}
.ancc-ri-date p{
    color: #446ff1;
    line-height: 1.8;
    font-family: 'poppinsmedium'!important;
}
.ancc-ri-date{
    margin-bottom: 12px;
}
.ancc-ri-tit{
    font-size:32px;
    line-height: 1.3;
    color: #000;
}
.activity-news h2{
    font-size: 48px;
    text-align: center;
    margin-bottom: 37px;
    position: relative;
    color: #000 !important;
}
.activity-news h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width:200px;
    height: 4px;
    background: url(../images/line_0.svg) center / contain no-repeat;
}
.activity-page .std_btn2_link_font{
    color:#446FF1;
}
.activity-news-cont-cry .std_btn2{
    margin-top: 40px;
}
.anul-tit{
    font-size:24px;
    line-height: 1.3;
    color: #000;
    height: 3.9em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.activity-news-ul-li .ancc-ri-date{
    margin-bottom: 7px;
}
.activity-news-ul{
    display: flex;
    margin: 0 -20px;
}
.activity-news-ul-li{
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom:30px
}
.activity-news-ul-li .ys_imgbox_cover{
    margin-bottom: 26px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.activity-news-ul-li .ys_imgbox_cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(123deg, rgba(81, 30, 243, 1) 8.65%, rgba(81, 30, 243, 0.00) 51.83%);
}
.activity-news-ul-li .ys_imgbox_cover::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 0.5;
    background: linear-gradient(120deg, rgba(255, 66, 241, 0.00) 42.14%, rgba(255, 66, 241, 1) 85.69%);
}
.activity-news-bot-btn{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.activity-news-bot-btn .std_btn2_link_icon{
    transform: rotate(90deg);
    margin-left: 8px;
    top: -2px;
}
.activity-wrap{
    position: relative;
}
.activity-bg{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
}
.activity-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.activity-explore-cont{
    width: 100%;
    padding: 0 80px;
}
.aebi-ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -8.38px;
}
.aebi-ul-li{
    width: 50%;
    padding: 0 8.38px;
    margin-bottom: 16px;
}
.aebi-ul-li-box{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.aulb-pic{
    width: 100%;
    height: 100%;
    position: relative;
}
.aebi-ul-li .aulb-pic::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 3, 54, 1) 1.07%, rgba(0, 3, 54, 0.00) 89.55%);
    pointer-events: none;
}
.aebi-ul-li.on2 .aulb-pic::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(20deg, rgba(0, 3, 54, 1) 4.02%, rgba(81, 30, 243, 0.00) 32.88%);
    pointer-events: none;
}
.aebi-ul-li.on1 .aulb-pic::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 3, 54, 1) 1.07%, rgba(0, 3, 54, 0.00) 89.55%);
    pointer-events: none;
}
.aulb-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aulb-cry{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%) rotate(0deg);
    z-index: 2;
    padding: 25px 36px;
}
.aulb-cry-tit{
    font-size: 24px;
    color: #fff;
    margin-bottom: 9px;
    line-height: 1.5;
}
.aulb-cry-word p{
    color: #fff;
    opacity: 0.8;
    line-height: 1.75;
}
.activity-news-bg{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.aebi-ul-li.on2{
    width: 66.666667%;
}
.aebi-ul-li.on1{
    width: 33.333333%;
}
.activity-news{
    position: relative;
    z-index:2;
    background: #fff;
}
.activity-news-bg img{
    width: 100%;
}
.activity-explore-btlist-item{
    display: none;
}
.activity-explore-btlist-item:first-child{
    display: block;
}
.activity-explore{
    position: relative;
    z-index: 2;
}
.activity-explore-bg1, .activity-explore-bg2{
    position: absolute;
    pointer-events: none;
}
.activity-page h2{
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.activity-explore-tpul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -37px 28px;
}
.activity-explore-tpul-li{
    padding: 0 37px;
}
.activity-explore-tpul-li p{
    color: #fff;
    opacity: 0.7;
    transition: all .36s;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 16px;
    cursor: pointer;
}
.activity-explore-tpul-li.act p{
    opacity: 1;
}
.activity-explore-tpul-li p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:url(../images/line22.svg) center  no-repeat; 
    background-size: 100%;
    opacity: 0;
    transition: all .36s;
}
.activity-explore-tpul-li.act p::after{
    opacity: 1;
}
.activity-explore-tpul-li p::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(90deg, rgba(44, 22, 91, 0.40) 0%, rgba(112, 79, 193, 0.40) 49.5%, rgba(50, 25, 96, 0.40) 100%);
    opacity: 0;
    transition: all .36s;
    z-index: -1;
    pointer-events: none;
}
.activity-explore-tpul-li.act p::before{
    opacity: 1;
}
.activity-photo {
    position: relative;
    z-index: 1;
}
.activity-photo h2{
    margin-bottom: 50px;
}
.ys_cont1500{
    width: 1500px;
    margin: 0 auto;
    max-width: 100%;
}
.activity-photo .activity-explore-bg1{
    left: 40%;
}
.activity-photo .activity-explore-bg2{
    left: 54%;
}
.apsu-li-pic {
    width: 100%;
    border-radius: 10px 10px 100px 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 16px 34.2px 0px rgba(0, 0, 0, 0.25);
    padding: 9px 10px;
    overflow: hidden;
}
.apsu-li-pic img{
    width: 100%;
    border-radius: 10px 10px 100px 10px;
}
.activity-booth-min{
    position: relative;
    margin-bottom: 46px;
}
.activity-booth-min-bg{
    width: 70%;
}
.activity-booth-min-list{
    display: none;
}
.activity-booth-min-list:first-child{
    display: block;
}
.activity-explore{
    position: relative;
}
.activity-explore-bg1{
    width:112px;
}
.activity-explore-bg1 img, .activity-explore-bg2 img{
    width: 100%;
}
.activity-explore-bg1{
    left: 34%;
    top: 10px;
    pointer-events: none;
}
.activity-explore-bg2{
    width: 100px;
    left: 60%;
    top: -5px;
    pointer-events: none;
    z-index: -1;
}
.activity-booth{
    position: relative;
    z-index: 2;
}
.apsu-li{
    width: 707px !important;
    transition-property: all !important;
    transform: scale(0.6) translateX(-400px) translateY(-154px);
    transition: all .5s;
}
.apsu-li.swiper-slide-next{
    transform: scale(0.8) translateX(-60px) translateY(-62px);
}
.apsu-li.swiper-slide-active{
    transform: scale(1) translateX(0px) translateY(0px) !important;
}
.activity-photo-swip{
    overflow: visible !important;
}
.activity-photo-cont{
    overflow: hidden;
}
.activity-photo-cir{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: -1;
}
.activity-photo-cir1{
    width: 50%;
    position: absolute;
    left: 20%;
    top: 60%;
    transform: translateY(-50%);
    pointer-events: none;
}
.activity-photo-cir2{
    width: 30%;
    position: absolute;
    left: 54%;
    top: 56%;
    transform: translateY(-50%);
    pointer-events: none;
}
.activity-booth-min{
    position: relative;
}
.activity-booth-min-list{
    display: none;
}
.activity-booth-min-list:first-child{
    display: block;
}
.abml-cont{
    position: relative;
}
.abml-cont-pic-lis{
    display: none;
}
.abml-cont-pic-lis:first-child{
    display: block;
}
.abul-bt{
    display: none;
}
.activity-booth-ul-li:first-child .abul-bt{
    display: block;
}
.abul-bt-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.abul-bt-ul-li{
    width: 50%;
    padding:0 8px;
    margin-bottom: 7px;
}
.abml-cont-pic{
    position: relative;
}
.activity-booth-min-bg{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.activity-ban{
    position: relative;
    padding-top:92vh;
}
.activity-booth-ul{
    display: flex;
    align-items: flex-start;
    padding:0 15px;
}
.activity-booth-ul-li{
    padding: 0 15px;
    width: 33.333333%;
}
.abul-tp{
    display: flex;
    align-items: center;
    padding: 26px 40px 0px 40px;
}
.abul-bt{
    padding: 12px 40px 0px 40px;
}
.abul-bt-ul-li p{
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    opacity: 0.7;
}
.abul-tp-icon{
    width: 32px;
    flex-shrink: 0;
    margin-right: 8px;
}
.abul-tp-icon img{
    width: 100%;
}
.abul-tp p{
    font-size: 24px;
    color: #fff;
    line-height: 1.5;  
}
.abul-box{
    border-radius: 10px;
    /*border: 1px solid rgba(255, 255, 255, 0.05);*/
    /*background: rgba(194, 123, 255, 0.08);*/
    backdrop-filter: blur(10.149999618530273px);
    -webkit-backdrop-filter:blur(10.149999618530273px);
    padding-bottom: 20px;
}
.abml-cont {
    position: relative;
    width: 77%;
    margin: 0 auto;
    z-index: 2;
    margin-bottom: 40px;
}
.abml-cont-num{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.activity-booth-text{
    position: absolute;
    left:0;
    top: -130px;
    font-size: 300px;
    line-height: 1.1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 21.11%, rgba(255, 255, 255, 0.00) 85.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.activity-booth-text::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, #2F51E0 0%,  40.06%, rgba(0, 0, 0, 1) 64.3%, rgba(0, 22, 117, 1) 98.93%);
}
.abml-cont-num-lis{
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.abml-imgs{
    width: 77%;
    margin:0 auto;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(91, 44, 225, 0.40) 0%, rgba(0, 0, 0, 0.70) 100%);
    backdrop-filter: blur(23.450000762939453px);
    -webkit-backdrop-filter: blur(23.450000762939453px);
    padding: 24px 20px;
}
.abml-imgs img{
    width: 100%;
}
.abml-imgs img:nth-child(1){
    border-radius: 20px;
}
.activity-ban-btn{
    display: inline-block;
}
.activity-ban-cont{
    display: flex;
    justify-content: center;
}
.activity-ban-btn a{
    display: block;
    text-align: center;
    background: #fff;
    padding: 16px 30px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.30) 22.67%, rgba(255, 255, 255, 0.15) 68.26%);
    backdrop-filter: blur(10.149999618530273px);
}
.activity-page .ys_main{
    margin-top: 0px !important;
}
.swiper-slide-duplicate.swiper-slide-prev{
    transform: scale(0.6) translateX(-800px);
}
.solu-aside{
    position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 4;
}
.solu-aside-ul-li p{
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    transition: all .36s;
    cursor: pointer;
}
.solu-aside-ul-li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.solu-aside-ul-li:last-child{
    margin-bottom: 0px;
}
.solu-aside-ul-li span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 2px #fff;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 8px;
    transition: all .36s;
}
.solu-aside-ul-li span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4px;
    height:4px;
    background: #fff;
    opacity: 0;
    transition: all .36s;
    border-radius: 50%;
}
.solu-aside-ul-li.active span::after{
    opacity: 1;
}
.solu-aside-ul-li span::before{
    content:"";
    position: absolute;
    top:calc(100% + 20px);
    left: 50%;
    transform: translate(-50%,-50%);
    height: 26px;
    width: 2px;
    border: #fff 1px dotted;
    border-radius: 50%;
    transition: all .36s;
}
.solu-aside-ul-li:last-child span::before{
    display: none;
}
/* 20250226 */
.solu-aside-ul-li::before{
    display: none;
}
.solu-aside.start1{
    opacity: 0.5;
}
.solu-aside.start1 .solu-aside-ul-li p{
    color: #000;
}
.solu-aside.start1 .solu-aside-ul-li span{
    border: solid 2px #000;
}
.solu-aside.start1 .solu-aside-ul-li span::after{
    background: #000;
}
.solu-aside.start1 .solu-aside-ul-li span::before {
    border: #000 1px dotted;
}
.activity-photo .swiper-button-next{
    /*cursor:url(../images/rarrow.svg) 100 100, pointer !important;*/
    pointer-events: all !important;
    width: 100%  !important;
    height: 100% !important;
    margin-top: inherit !important;
    color: transparent !important;
    top:0;
    bottom: auto;
    left: 0;
    right: auto;
}
.activity-photo .swiper-button-next::after{
    display: none !important;
}
.solu-aside{
    width: 164px;
    transform: translateY(-50%) translateX(-164px);
    transition: all .6s;
}
.solu-aside.start{
    transform: translateY(-50%) translateX(0);
}
.solu-aside.start.end {
    transform: translateY(-50%) translateX(-164px);
}
.activity-news-ul{
    flex-wrap: wrap;
}
.activity-news-ul-li:nth-child(n+4){
    display: none;
}
.abml-imgs{
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.abml-imgs-play{
    width: 72px !important;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 46px;
    z-index:2;
    pointer-events: none;
}
.aebi-ul-li-box{
    height: 100%;
}
/*20250228*/
.activity-ban{
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
}
.activity-ban-cont {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 180px;
    transform: translateX(-50%);
    z-index: 4;
}
.activity-ban-pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.activity-ban-pic img:nth-child(1) {
    width: 100%;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.activity-ban-pic img:nth-child(2){
    width: 100%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.activity-ban-pic img:nth-child(3) {
    opacity: 0;
    width: 38%;
    position: absolute;
    left: 12%;
    top: 98%;
    transform: translate(-50%, -50%);
}
.activity-ban-pic img:nth-child(4) {
    opacity: 1;
    width: 32%;
    position: absolute;
    left: 26%;
    top: 90%;
    transform: translate(-50%, -50%);
}
.activity-ban-pic img:nth-child(5) {
    opacity: 0;
    width: 31%;
    position: absolute;
    left: 36%;
    top: 100%;
    transform: translate(-50%, -50%);
}
.activity-ban-pic img:nth-child(6) {
    opacity: 0;
    width: 31%;
    position: absolute;
    left: 36%;
    top: 100%;
    transform: translate(-50%, -50%);
}
.activity-ban-img{
    width: 84%;
    margin: 0 auto;
}
.activity-ban-img img{
    width: 100%;
}
.activity-page .ys_main{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mod-wrap-bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.mod-wrap-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-ban-btn{
    position: relative;
    z-index: -1;
}
.activity-ban-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
    pointer-events: none;
    width: 160%;
    height: 240%;
    z-index: -1;
}
.activity-photo-cont{
    width: 100%;
    padding-left: var(--left);
}
.activity-photo-cont-bot{
    position: relative;
    overflow: hidden;
}

.yx_follow img{
    width: 100%;
}
.yx_follow {
    position: fixed;
    z-index: 500;
    pointer-events: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1000;
    /*transform: rotate(45deg);*/
    /*border: 1px solid #050404;*/
    /*background: rgba(255, 255, 255, 0.2);*/
}
.yx_follow_wrap {
    width: 100%;
    height: 100%;
    transition: all .36s;
    position: relative;
}
.abul-bg{
    padding: 1.5px;
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    -webkit-mask: linear-gradient(#00AEB8 0 0) content-box, linear-gradient(#00AEB8 0 0);
    mask: linear-gradient(#00AEB8 0 0) content-box, linear-gradient(#00AEB8 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 12px;
    pointer-events: none;
}
.abul-box::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgba(194, 123, 255, 0.08);
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 12px;
    opacity: 1;
    z-index: -2;
    transition: all .36s;
}
.abul-bg-side {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image:linear-gradient(90deg,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.45) 60%,rgba(153,153,153,0.1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    border-radius: 12px;
}
.abul-box{
    position: relative;
}
.aulb-pic{
    display: block;
    transform: rotate(0deg);
}
.aulb-pic img{
    transition: all .36s;
}
@media screen and (min-width: 1200px) {
    .activity-news-bot-btn .std_btn2_link:hover .std_btn2_link_icon{
        transform: rotate(90deg);
    }
    .aebi-ul-li-box:hover .aulb-pic img{
        transform: scale(1.05);
    }
}

/* 20250221--新增-end *
/* 2025.5.6 ada start */
.support-main  .mod_crumbs_list_nub a{
    color: #999;
}
.support-main .mod_crumbs_list_nub::before {
    background-image: url(../images/b1_jian1h.svg);
}
.support-main .inside_ban2 .inside_ban_img,
.warranty-main .inside_ban2 .inside_ban_img,
.manuals-main .inside_ban2 .inside_ban_img,
.contact-main .inside_ban2 .inside_ban_img{
    width: 100%;
}
.support-main .inside_ban2_text h2{
    text-align: center;
    margin-bottom: 40px;
}
.inside_ban2_input{
    width: 76.833333%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding-right: 30px;
}
.inside_ban2_input-top{
    display: flex;
    justify-content: space-between;
}
.inside_ban2_input label{
    padding-left: 25px;
    width: calc(100% - 20px);
    margin-right: 20px;
}
.inside_ban2_input input{
   line-height: 59px;
    width: 100%;
    color: #000;
    font-size: 16px;
}
.inside_ban2_input input::placeholder{
    line-height: 59px;
     width: 100%;
     color: #999;
     font-size: 16px;
 }
.inside_ban2_input img{
    width: 20px;
    flex-shrink: 0;
    cursor: pointer;
}
.title-bottom{
    text-align: center;
    margin-bottom: 50px;
}
.supp-find-ul{
    display: flex;
    margin: 0 -18px;
}
.supp-find-ul-li{
    width: 33.333333%;
    padding: 0 18px;
}
.sful-box{
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    background: #F7F7F7;
    padding: 51px 46px 48px 40px;
}
.sful-box-img{
    width: 64px;
}
.sful-box-img img{
    width: 100%;
}
.sful-box-title{
    padding-top: 74px;
}
.sful-box-title p{
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    transition: all .4s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1.5em;
}
.sful-box .std_title5{
    line-height: 1.75;
    padding-top: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 4.5em;
    color: #666;
}
.sful-box-btn{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.sful-box-btn p{
    color: #446FF1;
    line-height: 1.2;
    font-size: 16px;
    margin-right: 8px;
}
.sful-box-btn-img{
    width: 10px;
}
.sful-box-btn-img img{
    font-size: 0;
    width: 100%; 
}
.shul-box{
    border-radius: 10px;
    background: #F7F7F7;
}
.shul-box-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 22px 58px 22px 40px;
    transition: all .4s;
}
.shul-box-top .std_title24{
    color: #000;
    margin-right: 50px;
    width: calc(100% - 14px);
}
.shul-top-img{
    width: 14px;
    flex-shrink: 0;
}
.shul-top-img img:nth-child(2){
    opacity: 0;
}
.shul-box-bom{
    display: none;
    padding:0 58px 36px 40px;
}
.supp-hign-ul-li:nth-child(n+2){
    margin-top: 30px;
}
.supp-hign-ul-li.on .shul-top-img img:nth-child(1){
    opacity: 0;
}
.supp-hign-ul-li.on .shul-top-img img:nth-child(2){
    opacity: 1;
}
.supp-hign-ul-li.on .shul-box-top{
    padding: 30px 58px 10px 40px;
}
.support-hign .act-banner-text-btn a{
    padding: 0 40px;
    font-family: 'poppinsregular' !important;
}
.supp-hign-btn{
    margin: 0 auto;
    width: fit-content;
}
.warranty-main .inside_ban2_text .std_title1,
.manuals-main .inside_ban2_text .std_title1,
.contact-main .inside_ban2_text .std_title1{
    color: #fff;
    text-align: center;
    font-family: 'poppinsextrabold' !important;
}
.warr-policy{
    padding-top: 91px;
}
.warr-policy-tit p{
    text-align: center;
    text-align: center;
    color: #666;
    line-height: 1.2;
}
.warr-policy-select{
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 18px;
}
.warr-policy-top{
    display: flex;
    margin: 0 -44px;
}
.warr-policy-top-li{
    padding: 0 44px;
}
.warr-policy-top-li p{
    color: #000;
    line-height: 1.6;
    padding: 0 28px 0 27px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.warr-policy-top-li p::after{
    content: "";
    position: absolute;
    bottom: -16px;
    background: #446FF1;
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all .4s;
}
.warr-policy-top-li.on p::after{
    opacity: 1;
}
.warr-policy-top-li.on p{
    color: #446FF1;
}
.warr-policy-bom{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.warr-policy-bom-li{
    width: 25%;
    padding: 0 18px;
    margin-top: 46px;
}
.wpbl-box-top{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 13px 26px;
    border-bottom: 1px solid #E4E4E4;
}
.wpbl-box-top p{
    font-size: 18px;
    transition: all .4s;
    color: #000;
}
.wpbl-box-top-img img:nth-child(2),
.wbbu-li-box-img img:nth-child(2){
    opacity: 0;
}
.wpbl-box-top-img img:nth-child(1),
.wbbu-li-box-img img:nth-child(1){
    opacity: 1;
}
.wbbu-li-box-img{
    width: 12px;
}
.wbbu-li-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.warr-policy-bom-li.on .wpbl-box-top-img img:nth-child(2){
    opacity: 1;
}
.warr-policy-bom-li.on .wpbl-box-top-img img:nth-child(1){
    opacity: 0;
}
.warr-policy-bom-li.on .wpbl-box-top p{
    color: #446FF1;
}
.wpbl-box{
    position: relative;
}
.wpbl-box-bom{
    width: 100%;
    display: none;
    position: absolute;
    top: calc(100% + 11px);
    padding: 30px 26px;
    background: #F7F7F7;
    z-index: 10;
}
.wbbu-li:nth-child(n+2){
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E4E4E4;
}
.wbbu-li-box .std_text16{
    transition: all .4s;
}
.warr-policy-option-li:nth-child(n+2){
    display: none;
}
.manu-warp .ys_cont1200{
    display: flex;
    flex-wrap: wrap;
}
.manu-warp .manu-warp-ri{
    width: 74.25%;
}
.manu-warp .manu-warp-le{
    width: 25.75%;
    padding-right: 40px;
}
.manu-warp-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.mwru-li{
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 26px;
}
.mwru-li-box{
    cursor: pointer;
    padding: 49px 41px 32px;
    display: inline-block;
    border-radius: 7.425px;
    background: #FFF;
    box-shadow: -2.97px -2.97px 7.425px 0px rgba(68, 111, 241, 0.05), 2.97px 2.97px 7.425px 0px rgba(68, 111, 241, 0.08);
}
.mwru-li-box-tit{
    margin-top: 26px;
}
.mwru-li-box-tit p{
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    color: #333;
    transition: all .4s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
}
.mwru-li-box .sful-box-btn{
    margin-top: 30px;
    justify-content: center;
}
.mwru-li-box-img{
    width: 60%;
    margin: 0 auto;
}
.mwlu-li:nth-child(n+2){
    margin-top: 70px;
}
.mwlu-li-ul-li:nth-child(n+2){
    margin-top: 50px;
}
.mwlu-li-ul-li a{
    font-size: 20px;
    color: #666;
    line-height: 1.5;
}
.mwlu-li-ul-li.title a{
    color: #333;
    font-family: 'poppinsextrabold' !important;
}
.manu-warp-ri .ys_pcfy{
    margin-top: 34px;
}
.manu-warp-ri .pc_fenye li{
    font-family: 'poppinsregular' !important;
}
.manu-warp-ri .prev li{
    margin-right: 23px;
    margin-left: 23px;
}
.manu-warp-ri .next li{
    margin-right: 23px;
    margin-left: 23px;
}
.prod-ul-li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}
.prod-ul-li .std_title3{
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}
.prod-ul-li-box{
    display: flex;
    align-items: center;
}
.prod-ul-li-box img{
    width: 26px;
    margin-right: 11px;
}
.prod-ul-li-box P{
    font-size: 16px;
    color: #446FF1;
    line-height: 1.5;
}
.product-tit{
    line-height: 1.5;
    font-size: 32px;
    text-align: center;
    font-family: 'poppinsextrabold' !important;
    margin-bottom: 47px;
}
.prod-ul-li:nth-child(n+2){
    padding-top: 20px;
}

.manuals-main .ys_modal_content {
    width: 839px;
    padding: 50px;
    max-width: calc(100vw - 40px);
    max-height: 859px;
    overflow: hidden;
    background: #fff;
    padding: 57px 98px 84px 85px;
    border-radius: 16px;
}
.manuals-main .ys_modal_close {
    right: 37px;
    top: 32px;
    font-size: 22px;
}
.manuals-main .iconfont{
    font-size: 22px;
}
.cont-warp-ul-li .std_title2{
    text-align: left;
}
.cwul-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    margin-bottom: -36px;
}
.cwul-ul-li{
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 36px;
}
.cwul-ul-li-box{
    width: 100%;
    height: 100%;
    min-height: 310px;
    display: inline-block;
    border-radius: 15px;
    background: #F7F7F7;
    padding: 27px 30px 42px;
}
.cwul-ul-li-box .std_title24{
    color: #000;
    font-family: 'poppinsextrabold' !important;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 12px;
}
.culb-ul-li-box{
    display: inline-block;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.culb-ul-li-box img{
    width: 22px;
    margin-right: 21px;
}
.culb-ul-li-box p{
    color: #666;
    line-height: 1.5;
    font-size: 16px;
}
.manu-warp .supp-hign-ul-li .shul-box-top {
    padding: 22px 40px 28px;
}
.manu-warp .supp-hign-ul-li.on .shul-box-top {
    padding: 30px 40px 30px;
}
.manu-warp .shul-box-top .std_title24{
    font-size: 20px;
}
.manu-warp .shul-box-bom {
    padding: 0 40px 36px;
    padding-right: 50px;
}
.manu-warp .shul-box-bom p{
    width: 85%;
}
.faq-main .manu-warp-ri .ys_pcfy {
    margin-top: 70px;
}
.mwlu-li-ul-li.act a{
    color: #446FF1;
}
.ewul-box{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
}
.email-main .inside_ban2_text .std_title1{
    font-family: 'poppinsextrabold'!important;
}
.email-main .ys_main{
    background: #FBFBFB;
}
.email-warp-cont{
    background: #fff;
    padding: 49px 103px 68px;
    border-radius: 20px;
}
.email-warp{
    margin-top: -146px;
    position: relative;
    z-index: 10;
}
.email-warp-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.email-warp-ul-li{
    width: 50%;
    padding: 0 18px;
    padding-top: 40px;
}
.email-warp-ul-li .contact_select{
    height: auto;
}
.email-warp-ul-li .contact_select .ys_select_xtbbox {
    right: 20px;
    margin-top: 0px;
}
.email-warp-ul-li .contact_select .ys_select_hd{
    background: transparent;
    padding: 0px 32px 0px 15px;
    overflow: hidden;
}
.email-warp-ul-li .ys_select {
    position: static;
    flex: 1;
}
.email-warp-ul-li .contact_select .ys_select_bd {
    top: 45px;
}
.email-warp-ul-li .cucf_name span {
    right: -4px;
    left: auto;
    position: relative;
}
.email-warp-ul-li .contact_select .ys_select_bd {
    padding-top: 10px !important;
    padding-bottom: 14px;
    max-height: calc(10.5em);
}
.email-warp-ul-li .contact_select .mCSB_scrollTools, .cucf_lic_xia .mCSB_scrollTools {
    top: calc(5px);
    bottom: 14px;
}
.email-warp-ul-li .ys_select_hd input{
    font-size: 16px;
    color: #000;
}
.email-warp-ul-li .cucf_name{
    margin-bottom: 0;
    /* font-size: 16px; */
    color: #3A3A3A;
    line-height: 1.75;
}
.email-warp-ul-li .icon-arrow-down:before{
    color: #999;
    font-size: 12px;
}
.email-warp-ul-li .contact_select .mCSB_outside+.mCSB_scrollTools {
    right: 18px !important;
}
.email-warp-ul-li .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
}
.ewul-box-ri-input{
    padding: 0 15px;
    width: 100%;
}
.ewul-box-ri-input input{
    font-size: 16px;
    color: #000;
    width: 100%;
}
.ewul-box-ri{
    flex: 1;
}
.email-warp-ul-li.textarea{
    width: 100%;
}
.email-warp-ul-li.textarea .ewul-box{
    display: block;
}
.email-warp-ul-li.textarea .ewul-box-le,
.email-warp-ul-li.textarea .ewul-box-ri{
    width: 100%;
}
.ewul-box-ri-textarea{
    width: 100%;
    margin-top: 7px;

}
.ewul-box-ri-textarea textarea{
        height: 80px;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    overflow-y: hidden;
}
.email-warp-ul-li.code .ewul-box-ri-code{
    position: absolute;
    left: calc(100% + 40px);
    width: 121px;
}
.email-warp-ul-li.code{
    width: 27%;
}
.email-warp-ul-li.agree{
    width: 100%;
}
.email-warp-ul-li.box .ewul-box{
    border-bottom: 0px;
}
.ewul-box-le-box{
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    position: relative;
    margin-right: 6px;
    cursor: pointer;
}
.ewul-box-le-box .iconfont{
    color: #446FF1;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.36s;
}
.email-warp-ul-li.agree .ewul-box-ri p{
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.email-warp-ul-li.agree.on .iconfont{
    opacity: 1;
}
.ewul-box-ri p a{
    font-size: 14px;
    color: #0065DC;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    line-height: 2;
}
.act-banner-text-btn p{
    position: relative;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    padding: 0 66px;
    z-index: 10;
    cursor: pointer;
}
.faq-help{
    margin-top: 91px;
    position: relative;
}
.faq-help-warp{
    position: absolute;
    top: 46%;
    /* transform: translateY(-50%); */
    left: 48%;
}
.faq-help-warp-cont{
    position: absolute;
    width: max-content;
}
.faq-help-bj{
    width: 67%;
    position: relative;
    pointer-events: none;
}
.faq-help-bj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq-help-bj::after{
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 15.28%, rgba(255, 255, 255, 0.00) 94.61%);
}
.faq-help-warp .act-banner-text-btn{
    margin-top: 39px;
}
.faq-help-warp .act-banner-text-btn a{
    padding: 0 50px;
}
.support-main .inside_ban2_input img{
    width: 18px;
    margin-left: 29px;
}
.support-main .inside_ban2_input label {
    padding-left: 10px;
}
.inside_ban2 .inside_ban_img::before{
    pointer-events: none;
}
.wpbl-box-top-img{
    width: 18px;
}
.wpbl-box-top-img img{
    width: 100%;
}
.mwru-li:nth-child(3n+1){
    animation-delay: .1s;
}
.mwru-li:nth-child(3n+2){
    animation-delay: .2s;
}
.mwru-li:nth-child(3n+3){
    animation-delay: .3s;
}
.cwul-ul-li:nth-child(3n+1){
    animation-delay: .1s;
}
.cwul-ul-li:nth-child(3n+2){
    animation-delay: .2s;
}
.cwul-ul-li:nth-child(3n+3){
    animation-delay: .3s;
}
.email-main .inside_ban2_text{
    top: 40%;
}
.support-main .inside_ban2_input{
    display: block;
} 
.inside_ban2_input-bom{
    width: calc(100% - 52px);
    margin: 0 auto;
    border-top: 1px solid #E0E0E0;
    padding-top: 22px;
    display: none;
    /* position: absolute; */
}
.ibib-toggle-ul-li p{
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
    line-height: 1.75;
}
.ibib-ul-li a{
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .4s;
}
.ibib-toggle{
    max-height:250px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    bottom: 20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    background-color: #E0E0E0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px;
    background-color: #446FF1 !important;
}
.support-main .inside_ban2_input{
    padding-right: 0;
}
.mCSB_scrollTools {
    right: 15px;
    width: 2px;
}
.ibib-ul-li{
    padding: 0 30px;
}
.ibib-ul-li a{
    width: 100%;
}
.ibib-ul-li:last-child{
    margin-bottom: 12px;
}
.yful-cue{
    display: none;
}
.empty .yful-cue {
    display: block;
}
.empty.email-warp-ul-li .cucf_name{
        color: #f00;
}
.yful-cue {
    color: #f00;
    font-size: 14px;
    line-height:1.5;
    margin-top: 2px;
    transition: all .4s;
    display: none;
    padding-left: 0px;
}
.email-warp-ul-li.ys-form-inof-agree .ewul-box{
    border-bottom: 0px solid #999;
}
.faq-main .inside_ban2_input{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.shul-box-bom .std_text16{
    display: block;
}
.faq-main .inside_ban2_input label {
    padding-left: 20px;
}
.faq-main .inside_ban2_input{
    padding-right: 30px;
}
.culb-ul-li-box p{
    word-break: break-all !important;
}

.support-main .inside_ban_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.support-main .inside_ban_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.support-main .inside_ban2_text{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    padding:116px  0 141px; 
}
@media screen and (min-width: 1200px) {
    .ibib-ul-li a:hover{
        color: #446FF1;
    }
    .mwru-li-box:hover .mwru-li-box-tit p{
        color: #446FF1;
    }
    .wbbu-li-box:hover .std_text16{
        color: #446FF1;
    }
    .wbbu-li-box:hover .wbbu-li-box-img img:nth-child(2){
        opacity: 1;
    }
    .wbbu-li-box:hover .wbbu-li-box-img img:nth-child(1){
        opacity: 0;
    }
    .warr-policy-top-li:hover p::after{
        opacity: 1;
    }
    .warr-policy-top-li:hover p{
        color: #446FF1;
    }
    .sful-box:hover .sful-box-title p{
        color: #446FF1;
    }
}
/* 2025.5.6 ada end */