﻿@charset "utf-8";

body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
@font-face {
    font-family: 'TimeVision-bold';
    src: url('../fonts/Play-Bold/PlayBold.eot');
    src: url('../fonts/Play-Bold/PlayBold.eot') format('embedded-opentype'),
         url('../fonts/Play-Bold/PlayBold.woff2') format('woff2'),
         url('../fonts/Play-Bold/PlayBold.woff') format('woff'),
         url('../fonts/Play-Bold/PlayBold.ttf') format('truetype'),
         url('../fonts/Play-Bold/PlayBold.svg') format('svg');
    font-display:swap;
}
@font-face {
    font-family: 'TimeVision-medium';
    src: url('../fonts/Kanit-Medium/KanitMedium.eot');
    src: url('../fonts/Kanit-Medium/KanitMedium.eot') format('embedded-opentype'),
         url('../fonts/Kanit-Medium/KanitMedium.woff2') format('woff2'),
         url('../fonts/Kanit-Medium/KanitMedium.woff') format('woff'),
         url('../fonts/Kanit-Medium/KanitMedium.ttf') format('truetype'),
         url('../fonts/Kanit-Medium/KanitMedium.svg') format('svg');
}

/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav-active1 {

}
.yxnav-active2 {

}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(153, 153, 153, 0.4) !important;
    margin-right: 0 !important;
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/* 规范-start */
:root{
    /* 字号 */
    --font56:56px;
    --font48:48px;
    --font40:40px;
    --font32:32px;
    --font24:24px;
    --text18:18px;
    --text16:16px;
    /* 行高 */
    --line175:1.75;
    --line15:1.5;
    --line14:1.4;
    /* 颜色 */
    --color333:#333333;
    --colorfff:#ffffff;
    --color666:#666666;
    --colormain:#2F5597;
    --colorbg1:#4072C9;
    --colorbg2:#F6F6F6;
    /* 间距 */
    --sapce120:120px;
    --sapce50:50px;
    --space150:150px;
    --sapce60:60px;
    --sapce30:30px;
}
.std-tit1{
    font-size: var(--font56);
    line-height: var(--line14);
    color: var(--color333);
    font-weight: bold;
}
.std-tit2, .yxedr-active h2{
    font-size: var(--font48);
    line-height: var(--line15);
    color: var(--color333);
    font-weight: bold;
}
.std-tit3, .yxedr-active h3{
    font-size: var(--font40);
    line-height: var(--line15);
    color: var(--color333);
    font-weight: bold;
}
.std-tit4, .yxedr-active h4{
    font-size: var(--font32);
    line-height: var(--line175);
    color: var(--color333);
    font-weight: bold;
}
.std-tit5, .yxedr-active h5{
    font-size: var(--font24);
    line-height: var(--line175);
    color: var(--color333);
}
.std-text16, .std-text16 p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--color333);
}
.std-text18, .std-text18 p{
    font-size: var(--text18);
    line-height: var(--line175);
    color: var(--color333);
}
.yxedr-active p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--color666);
    margin-bottom:12px;
}
.std-padd120{
    padding: var(--sapce120) 0;
}
.std-padd120-top{
    padding-top: var(--sapce120);
}
.std-padd120-bot{
    padding-bottom: var(--sapce120);
}
.std-padd150{
    padding: var(--space150) 0;
}
.std-padd150-top{
    padding-top: var(--space150);
}
.std-padd150-bot{
    padding-bottom: var(--space150);
}
.std-mar60{
    margin-bottom: var(--sapce60);
}
.std-mar50{
    margin-bottom: var(--sapce50);
}
.std-mar30{
    margin-bottom: var(--sapce30);
}
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.std-btn1-icon{
    width: 18px;
    font-size: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.std-btn1-icon img{
    width: 100%;
}
.std-btn1-icon img:nth-child(2){
    display: none;
}
.std-btn1-box p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--colormain);
    transform: translateX(0px);
    transition: all .5s;
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    display: block;
    cursor: pointer;
    padding: 18px;
    position: relative;
    transition: all .5s;
}
.std-btn2-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--colormain);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    transition: all .5s;
}
.std-btn2-icon{
    width: 14px;
    position: relative;
    z-index: 1;
}
.std-btn2-icon img{
    width: 100%;
}
.std-btn3{
    display: inline-block;
}
.std-btn3-box{
    cursor: pointer;
    display: block;
    position: relative;
}
.std-btn3-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--colormain);
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    transition: all .5s;
}
.std-btn3-box p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--colorfff);
    padding: 8px 28px;
    position: relative;
    z-index: 1;
}
.std-btn4{
    display: inline-block;
}
.std-btn4-box{
    display: flex;
    align-items: center;
    padding:11px 18px 11px 35px;
    position: relative;
    background: var(--colormain);
    justify-content: space-between;
    overflow: hidden;
}
.std-btn4-box::after{
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 60px;
    height: calc(100% + 1px);
    background: var(--colorbg1);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    transition: all .5s;
}
.std-btn4-box p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--colorfff);
    margin-right: 45px;
    position: relative;
    z-index: 1;
}
.std-btn4-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.std-btn4-icon img{
    width:100%;
}
.std-btn5{
    display: inline-block;
}
.std-btn5-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: var(--colorfff);
    position: relative;
    transition: all .5s;
    padding:11px 20px 11px 43px;
}
.std-btn5-box::after{
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 60px;
    height:calc(100% + 2px);
    background: var(--colorbg1);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    transition: all .5s;
}
.std-btn5-icon{
    width: 14px;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.std-btn5-icon img{
    transition: all .5s;
    width: 100%;
}
.std-btn5-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.std-btn5-box p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--colormain);
    margin-right: 45px;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.std-btn6{
    display: inline-block;
}
.std-btn6-box{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding:6px 16px 6px 20px;
    background: var(--colormain);
    position: relative;
}
.std-btn6-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width:100%;
    height:100%;
    background-color: var(--colorbg1);
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 0;
}
.std-btn6-box p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--colorfff);
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.std-btn6-icon{
    width: 12px;
    font-size: 0;
    flex-shrink: 0;
    margin-left: 28px;
    position: relative;
    z-index: 1;
}
.std-btn6-icon img{
    width: 100%;
    transition: all .5s;
}
.std-btn6-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 规范-end */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color:var(--colorbg1) !important;
    width: 3px !important;
    border-radius: 0px !important;
}
/* 底部导航-start */
.ys-footer{
    padding: 75px 0 52px;
    background: var(--colorbg2);
}
.mod-foot-top{
    display: flex;
    justify-content: space-between;
}
.mftl-list-tab p{
    opacity: 0.5;
    color: var(--color333);
}
.mftl-list-tab{
    margin-bottom: 6px;
}
.mftl-list-text a{
    display: block;
    font-size: var(--font24);
    color: var(--color333);
    font-family: 'TimeVision-bold' !important;
}
.mftl-list{
    margin-bottom: 36px;
}
.mftl-list:last-child{
    margin-bottom: 0px;
}
.mftr-ul-li-tit a{
    font-size: var(--text16);
    font-weight: bold;
    line-height: var(--line15);
    display: block;
    color: var(--color333);
}
.mftr-ul-li-tit{
    margin-bottom: 19px;
}
.mftr-ul{
    display: flex;
    margin: 0 -50px;
}
.mftr-ul-li{
    padding: 0 50px;
}
.mod-foot-top{
    padding-bottom: 53px;
    border-bottom: solid 1px #E1E1E1;
}
.mftr-ul-li ul li p a{
    display: block;
    font-size: var(--text16);
    line-height: 2.6;
    transition: all .5s;
    color: var(--color666);
}
.mod-foot-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 55px;
}
.mod-foot-bot-le p span, .mod-foot-bot-le p a{
    font-size: 14px;
    line-height: var(--line175);
    color: #999;
}
.mod-foot-bot-le p span{
    margin-right: 5px;
}
.mod-foot-bot-le p a{
    margin-right: 10px;
    display: inline-block;
}
.mfbr-ul{
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.mfbr-ul-li{
    padding: 0 10px;
    position: relative;
}
.mfbr-ul-li::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background: #999;
    opacity: 0.5;
}
.mfbr-ul-li:last-child::after{
    display: none;
}
.mfbr-ul-li a{
    color: #999;
    opacity: 0.5;
    line-height: var(--line175);
    transition: all .5s;
    display: block;
    font-size: 14px;
}
.mod-top-le{
    opacity: 0;
}
.mod-top-ri{
    opacity: 0;
}

/* 底部导航-end */
/* 顶部导航-start */
.ys-hd-pc{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.head-logo{
    width: 240px;
    line-height: normal;
}
.head-logo a{
    display: block;
    line-height: 80px;
    width: 100%;
}
.head-logo a img{
    width: 100%;
}
.mod-nav{
    width: 100%;
    background: #FFF;
    padding: 0px !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.mod-nav .ys-cont1600{
    display: flex;
    justify-content: space-between;
}
.head-nav-item-title p{
    transition: all .5s;
    font-size: var(--text16);
    line-height:80px;
    color: var(--color333);
    margin-right: 6px;
}
.head-nav{
    display: flex;
    margin-right: 30px;
}
.head-nav-item-title{
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.head-nav-item-title .iconfont{
    font-size: 12px;
    transition: all .5s;
}
.head-nav-item-title .icon-arrow-down:before{
    color: var(--color333);
    transition: all .5s;
}
.mod-nav-ri{
    display: flex;
    align-items: center;
    position: relative;
}
.mod-nav-ri-other{
    display: flex;
    margin: 0 -16px;
    margin-right: 0px !important;
}
.mod-nav-ri-btn{
    margin-right: 50px;
}
.mnro-lang, .mnro-sear{
    padding: 0 16px;
    position: relative;
}
.mnro-lang::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #999;
    width: 1px;
    height: 18px;
}
.mnro-lang a{
    font-size: var(--text16);
    color: var(--color333);
    line-height: 80px;
}
.ys-search7-search{
    width: 24px;
    cursor: pointer;
    line-height: 80px;
}
.ys-search7-searchbox{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 100%;
    left: 0;
    background: var(--colorfff);
    box-shadow: 0 10px 30px 0 rgba(78, 78, 78, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.ys-search7-input input{
    width: 100%;
}
.ys-search7-seb{
    width: 70%;
    display: flex;
    align-items: center;
    justify-items: center;
}
.ys-search7-input{
    flex-grow: 1;
    line-height: 35px;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.ys-search7-input input{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--color666);
}
.ys-search7-pullimg{
    flex-shrink: 0;
    width: 24px;
    margin-left: 20px;
    cursor: pointer;
}
.mnro-sear{
    position: static;
}
.head-nav-item.yxnav-active1 .head-nav-item-title p{
    color: var(--colormain);
}
.head-nav-item.yxnav-active1 .iconfont::before{
    color: var(--colormain);
}
.head-nav-item.yxnav-active1 .iconfont{
    transform: rotate(180deg);
}
.hnip-ul-li a{
    line-height: var(--line14);
    color: var(--color333);
    font-size: var(--text16);
    transition: all .5s;
    white-space: nowrap;
}
.hnip-ul-li.yxnav-active2 .hnip-ul-li-link{
    color: var(--colormain);
}
.hnip-ul-li{
    margin-bottom: 16px;
}
.hnip-ul-li:last-child{
    margin-bottom: 0px;
}
.hnip-wrap{
    background: #FFF;
    padding: 28px 0px;
    width:100%;
}
.head-nav-item-pull{
    width: calc(100% + 140px);
    /*width: auto !important;*/
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 9px;
    background: transparent;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.head-nav-item3 .head-nav-item-pull, .head-nav-item4 .head-nav-item-pull, .head-nav-item5 .head-nav-item-pull{
    width: 100%;
}
.head-nav-item3 .hnip-ul-li a, .head-nav-item4 .hnip-ul-li a, .head-nav-item5 .hnip-ul-li a{
    padding: 0 10px;
    text-align: center;
    justify-content: center;
}

.head-nav-item-prod{
    /*width: auto !important;*/
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 9px;
    background: transparent;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.hnip-second{
    display: flex;
    align-items: stretch;
    position: relative;
}
.hnip-second-le{
    width: calc(100% + 0px);
    background: var(--colorfff);
    padding: 32px 68px 50px;
}
.hnip-second-le-wrap{
    height: 100%;
    background: var(--colorfff);
}
/*.hnip-second-ri, .hsul-third{*/
/*    width: calc(100% + 30px);*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 100%;*/
/*}*/
.hnip-second-ri-ul{
    height: 100%;
    /*padding: 32px 45px 32px 50px;*/
    /*background: var(--colorbg2);*/
}
.hsul-third{
    width: calc(100% + 0px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 99.8%;
    background: var(--colorbg2);
    display: none;
    padding-top: 32px;
}
.hnip-second-ul-li{
    height: 100%;
    /*position: relative;*/
    margin: 0 -30px;
    margin-bottom: 4px;
    /* background: var(--colorbg2); */
}
.hnip-second-ul-li:last-child{
    margin-bottom: 0;
}
.hnip-second-word p{
    font-size: 14px;
    line-height: var(--line14);
    color: var(--color666);
}
.hnip-second-word{
    margin-bottom: 18px;
    display: block;
}
.hsul-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 30px;
    transition: all .5s;
    /*background: transparent;*/
}
.hsul-third-text a{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: solid 1px #E7E7E7;
    padding: 0px 0px 14px;
}
.hsul-item p{
    font-size: var(--text16);
    color: var(--color333);
    line-height: var(--line175);
    transition: all .5s;
    white-space: nowrap;
    padding-right: 15px;
}
.hnip-second-ul-li.yxnav-active2 .hsul-item-link{
    background: #F7F8FA;
}
.hnip-second-ul-li.yxnav-active2 .hsul-item p{
    color: var(--colormain);
} 
.hnip-second-ul-li.yxnav-active2 .hsul-item-link .iconfont::before{
    color: var(--colormain) !important;
}
.hnip-second .iconfont{
    font-size: 12px;
}
.hsul-item .iconfont::before{
    color: var(--color333) !important;
}
.hsul-third-text .iconfont{
    margin-left: 16px !important;
    font-size: 10px !important;
}
.hsul-third-text .iconfont::before{
    color: var(--color666) !important;
}
.hsul-third-text p{
    color: var(--color666) !important;
    line-height: var(--line175);
    font-size: 14px;
}
.hsul-third-text{
    margin-bottom: 25px;
}
.hsul-third-ul-li{
    margin-bottom: 22px;
}
.hsul-third-ul-li:last-child{
    margin-bottom: 0px;
}
.hsul-third-ul-li a{
    font-size: var(--text16);
    line-height: var(--line175);
    transition: all .5s;
    color: var(--color666);
    background: transparent !important;
}
.hsul-third-ul-li.yxnav-active3 .htul-link{
    color: var(--colormain);
}
.hsul-third-ul{
    max-height: 230px;
}
.mCS-dark.mCSB-scrollTools .mCSB-dragger .mCSB-dragger-bar {
    width: 2px;
    background-color: #2F5597 !important;
    border-radius: 0;
}
.hsru-li{
    display: none;
    background: var(--colorbg2);
    padding: 32px 45px 32px 50px;
}
.hsru-li:first-child{
    /*display: block;*/
}
/* 顶部导航-end */
	
/* 侧边列表 */
.yx-sidebar4{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
}
.yx-sidebar4-list-nub{
    position: relative;
}
.yx-sidebar4-list-nub::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.yx-sidebar4-list-nub:last-of-type::before{
    display: none;
}
.yx-sidebar4-list-nub.active .ysln-box{
    background: var(--colormain);
}
.yx-sidebar4-list-nub.active .ysln-box-img img:nth-child(2){
    opacity: 1;
}
.yx-sidebar4-list-nub.active .ysln-box-img img:nth-child(1){
    opacity: 0;
}
.yx-sidebar-up .ysln-box{
    background-color: var(--colormain) !important;
}
.yx-sidebar-up .ysln-box-img{
    height: auto;
    width: 60%;
}
/* 侧边列表内容 */
.ysln-box{
    background: #f7f7f7;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    margin-bottom: 6px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 18px 8px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.ysln-box-img{
    width: 30px;
    margin: 0 auto;
    position: relative;
}
.ysln-box-img img{
    width: 100%;
    transition: all .5s;
}
.ysln-box-img img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ysln-box-title{
    font-size: 14px;
    color: var(--color666);
    line-height: 1.5;
    text-align: center;
    margin-top: 7px;
}
/* 浮窗 */
.ysln-tan{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(0);
    opacity: 0;
    transition: all .5s ease-out;
    pointer-events: none;
}
.ysln-tan a{
    pointer-events: all;
    padding-right: 8px;
    display: block;
    background: transparent;
}
.ysln-tan-cry{
    padding: 16px 18px;
    background: #F6F6F6;
    position: relative;
}
.ysln-tan-wrap-box{
    padding: 24px;
    background: #F6F6F6;
    box-shadow: 0px 2px 3px 4px rgba(22, 44, 112, 0.05);
}
.ysln-tan-wrap{
    padding-right: 10px;
    pointer-events: all;
}
.ysln-tan-cry-zi{
    font-size: 16px;
    font-weight: bold;
    color: #4a6cf7;
    line-height: 1.5;
    white-space: nowrap;
}
.ysln-tan-cry-tel{
    font-size: var(--text16);
    line-height: 1.75;
    color: var(--color333);
    white-space: nowrap;
    font-family: 'TimeVision-bold' !important;
}
.ysln-tan-img {
    position: relative;
    z-index: 1;
    width: 100px;
    background: #fff;
    padding: 7px;
}
.ysln-tan-img img {
    width: 100%;
}
/* 返回顶部 */
.yx-sidebar-up {
    height: 40px;
}
.yx-sidebar-up .ysln-box{
    height: 40px;
    padding: 0;
    left: 200%;
    transition: all 0.5s;
    opacity: 0;
}	
.yx-sidebar-up .ysln-box-img {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 返回顶部-显示与否 */
.yx-sidebar4.on .ysln-box{
    left: 0;
    opacity: 1;
}
/* 首页-start */
.mod-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mod-top-le{
    width: 82%;
}
.mod-top-le h2{
    margin-bottom: 16px;
}
.arrows-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: transparent;
    border: solid 1px #d9d9d9;
    transition: all .5s;
    cursor: pointer;
    pointer-events: all;
}
.arrows-icon img{
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.arrows-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.mod-arrows{
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.mod-top-le p{
    font-size: 22px;
    color: var(--color333);
    line-height: var(--line175);
}
.home-story-slide-ul{
    margin: 0 -16px;
}
.hssu-li{
    width: 33.333333%;
    padding: 0 16px;
}
.home-story-slide{
    position: relative;
}
.home-story-slide .mod-arrows{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.hssu-li a{
    display: block;
}
.hssu-li .ys-imgbox-cover{
    margin-bottom: 24px;
}
.hssu-li-date{
    margin-bottom: 8px;
}
.hssu-li-date p{
    color: #676b77;
    font-family: 'TimeVision-bold' !important;
}
.hssu-li-tit{
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line15);
    padding-right: 16px;
    height: 3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .5s;
}
.home-story-slide .arrows-prev
, .home-appli-slide .arrows-prev
, .listdet-pain .arrows-prev
, .listdet-prod .arrows-prev
, .prodet-appli-slide .arrows-prev{
    left: -64px;
}
.home-story-slide .arrows-next
, .home-appli-slide .arrows-next
, .listdet-pain .arrows-next
, .listdet-prod .arrows-next
, .prodet-appli-slide .arrows-next{
    right: -64px;
}
.home-appli-slide, .listdet-pain-slide{
    position: relative;
}
.home-appli-slide-ul .slick-list{
    overflow: visible !important;
}
.home-about-pic, .home-about-pic img{
    width: 100%;
}
.home-about-pic{
    overflow: hidden;
}
.home-about-num{
    margin-top: 23px;
}
.home-about-num-ul{
    display: flex;
    justify-content: space-between;
    margin: 0 -70px;
    overflow: hidden;
}
.hanu-li{
    padding: 0 70px;
}
.hanu-li-box .ys-demo-num{
    font-size: 68px;
    line-height: 1.2;
    color: var(--colormain);
    font-family: 'TimeVision-medium' !important;
}
.hanu-li-box{
    display: flex;
}
.hanu-li-box span{
    font-size: var(--text16);
    color: var(--color333);
    line-height: 1.6;
    margin-left: 20px;
    padding-top: 40px;
}
.home-about-num{
    padding-bottom:31px;
    border-bottom: solid 1px #e6e6e6;
}
.hdsu-li a{
    display: block;
    position: relative;
}
.hdsu-li-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hdsu-li-img img{
    transition: all .5s;
}
.hdsu-li-img-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hdsu-li-img-pic{
    width: 41%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hdsu-li-img-icon{
    width: 39%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hdsu-li-ribox .std-btn6-box .std-btn6-icon img:nth-child(2){
    opacity: 1;
}
.hdsu-li-ribox .std-btn6-box p{
    color: var(--colormain);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hdsu-li-ribox .std-btn6-box{
    background: var(--colorfff);
}
.hdsu-li-ribox{
    position: absolute;
    top: 50%;
    right: 117px;
    transform: translateY(-50%);
    width: 21.5%;
    z-index: 2;
}
.hdsu-li-ribox h2{
    color: var(--colorfff);
    margin-bottom: 20px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hdsu-li-ribox-word{
    margin-bottom: 66px;
}
.hdsu-li-ribox-word p{
    color: var(--colorfff);
    line-height: var(--line175);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hdsu-li.slick-slide:not(:first-child){
    display: none;
}
.home-deve-slide{
    position: relative;
}
.ys-pos-bot {
    position: absolute;
    bottom: 59px;
    right: 117px;
    z-index: 3;
    width: 21.5%;
    left: auto;
    transform: inherit;
}
.ybdu-li {
    cursor: pointer;
    margin: 0 5px;
}
.ybdl-line {
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, .4);
}
.ybdl-line-pro {
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 1);
}
.home-prod .hdsu-li-img-icon{
    width: 45%;
    right: auto;
    left: 0;
}
.home-prod .hdsu-li-img-pic{
    width: 42.5%;
    right: auto;
    left: 0;
}
.home-prod-slide{
    position: relative;
    margin-bottom: 32px;
}
.home-prod-btm-ul{
    margin: 0 -16px;
}
.hpbu-li{
    width: 33.333333%;
    padding: 0 16px;
}
.hpbu-li a{
    height: 100%;
    display: block;
    padding: 56px 55px 30px;
    background: #F6F6F6;
}
.hpbu-li-top-tit{
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: var(--line15);
    color: var(--color333);
    transition: all .5s;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hpbu-li-top-word p{
    text-align: center;
    line-height: var(--line175);
    color: var(--color666);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hpbu-li-top-word{
    margin-bottom: 34px;
}
.home-prod-btm{
    position: relative;
}
.home-prod-btm .mod-arrows{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.home-prod-btm .arrows-prev{
    left: -64px;
}
.home-prod-btm .arrows-next{
    right: -64px;
}
.hpbu-li.hdsu-li.slick-slide:not(:first-child){
    display: none;
}
.home-prod-slide .hdsu-li-ribox{
    right: auto;
    left:109px;
}
.hasu-li{
    padding: 0 44px;
    opacity: 0.5;
    transition: all .5s;
}
.hasu-li.slick-current{
    opacity: 1;
}
.home-appli-slide-ul{
    margin: 0 -44px;
}
.hasu-li-bot h2, .hasu-li-bot p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hasu-li-bot h2{
    font-weight: bold;
    color:var(--color333);
    line-height: var(--line175);
    margin-bottom: 6px;
}
.hasu-li-bot .mod-top-le p{
    font-size: var(--text16);
}
.hasu-li-bot .mod-top-le, .hasu-li-bot .mod-top-ri{
    opacity: 1 !important;
}
.hasu-li-bot{
    padding: 42px 74px 50px 34px;
    border-bottom: solid 1px #e6e6e6;
    opacity: 0;
    transition: all .5s;
}
.hasu-li.slick-current .hasu-li-bot{
    opacity: 1;
}
.hasu-li.slick-slide:not(:first-child){
    display: none;
}
.home-appli-slide .mod-arrows{
    display:flex;
    width: 100%;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
}
.home-appli .ys-ban-dots{
    position: relative;
}
.home-appli .mod-top{
    padding-bottom: 50px;
    position: relative;
}
.home-appli .mod-top::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #E6E6E6;
}
.hasu-li-bot .mod-top{
    padding-bottom: 0px !important;
}
.hasu-li-bot .mod-top::after{
    display: none;
}
.hast-li{
    width: 33.333333%;
}
.hast-li-text p{
    color: var(--color333);
    line-height: 1.2;
    opacity: 0.5;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    transition: all .5s;
}
.hssu-li-tit, .hssu-li-date p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.hast-li-text{
    padding-bottom: 10px;
    position: relative;
}
.hast-li-text::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height:2px;
    background: var(--colormain);
}
/*.hast-li.act .hast-li-text p, */
.hast-li.slick-current .hast-li-text p{
    opacity: 1;
}
.home-appli-slide-tpul{
    margin-bottom: 43px;
}
/*.hast-li.act .hast-li-text::after, */
.hast-li.slick-current .hast-li-text::after{
    width: 100%;
    -webkit-animation: 6s line linear;
    animation: 6s line linear;
}
@-webkit-keyframes line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.home-deve .ybdu-li.on .ybdl-line-pro{
    width: 100%;
    -webkit-animation: 3s line linear;
    animation: 3s line linear;
}
.ys-ban-txtbox{
    position: relative;
}
.home-ban{
    padding-top: 193px;
}
.home-ban .ys-ban-txtbox{
    padding-bottom:100px;
}
.ys-ban-li.slick-active .mod-top-le, 
.ys-ban-li.slick-active .mod-top-ri{
    animation: fadeclip .7s ease 1;
    animation-delay: 0.3s;
    animation-fill-mode: forwards !important;
}
.ys-ban-imgbox{
    margin:0 auto;
    width: 83.3%;
}
.ys-ban-slick .slick-prev{
    width: 50px;
    background: url(../images/arrow03.svg) center no-repeat;
    background-size: contain;
    left: 50px;
}
.ys-ban-slick .slick-next{
    width: 50px;
    background: url(../images/arrow04.svg) center no-repeat;
    background-size: contain;
    right: 50px;
}
.ys-ban-slick .slick-prev, 
.ys-ban-slick .slick-next{
    top: 55%;
    z-index: 5;
}
/* 首页-end */
/* B2产品一级分类页-start */
.ys-nyban-cry{
    padding: 170px 0 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ys-nyban-cry h1{
    width: 48%;
    padding-right: 40px;
    color: var(--color333);
    font-size: var(--font48);
}
.ys-nyban-title-word{
    width: 52%;
}
.ys-nyban-cry h1, .ys-nyban-title-word{
    opacity: 0;
}
.ys-nyban-title-word p{
    color: var(--color333);
    line-height: var(--line175);
}
.ys-bread {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
}
.ys-bread-list a{
    color:rgba(153, 153, 153, 0.5);
}
.ys-bread-list::before{
    color:rgba(153, 153, 153, 0.5);
}
.ys-bread-list:last-child a{
    color: rgba(102, 102, 102, 0.70);
}
.sort-list-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -16px;
}
.sort-list-ul-li{
    width: 33.333333%;
    padding: 0 16px;
    margin-bottom: 32px;
}
.sort-list-ul-li a{
    height: 100%;
    display: block;
    padding: 40px 50px 50px;
    background: var(--colorbg2);
    border: solid 1px transparent;
    transition: all .5s;
}
.sort-list-ul-li .ys-imgbox-cover{
    margin-bottom: 24px;
    width: 104px;
} 
.slul-word p{
    color: var(--color666);
    line-height: var(--line175);
    height: 5.25em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.slul-tit{
    font-weight: bold;
    margin-bottom:16px;
    color: var(--color333);
    line-height: var(--line175);
    transition: all .5s;
}
.sort-list-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.sort-list-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.sort-list-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.ys-ph-navbar3 .ys-phnav-header{
    background: var(--colorfff) !important;
}
.ys-phnav-menubtn span, 
.ys-phnav-menubtn::after, 
.ys-phnav-menubtn::before {
    background: var(--colormain);
}
.ys-ph-navbar3 .ys-phnav-header a, 
.ys-ph-navbar3 .ys-phnav-search .iconfont {
    color: var(--colormain);
}
/* B2产品一级分类页-end */
/* B3产品二级分类页-start */
.second-page .sort-list-ul-li{
    width: 50%;
}
.second-page .sort-list-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.second-page .sort-list-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.second-page .sort-list-ul-li a{
    padding: 37px 86px 70px;
}
.second-page .sort-list-ul-li .ys-imgbox-cover{
    margin: 0 auto 20px;
    width: 285px;
}
.second-page .sort-list-ul-li .slul-tit{
    text-align: center;
    margin-bottom: 24px;
}
.second-page .sort-list-ul-li .slul-word p{
    text-align: center;
}
.second-page .sort-list-ul-li .slul-word{
    margin-bottom: 73px;
}
.second-page .sort-list-ul-li .slul-btn{
    display: flex;
    justify-content: center;
}
/* B3产品二级分类页-end */
/* C2应用列表页-start */
.list-cry-ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -30px;
    overflow: hidden;
}
.list-cry-ul-li{
    padding: 0 30px;
    width: 50%;
    margin-bottom: 80px;
}
.list-cry-ul-li a{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}
.list-cry-ul-li .ys-imgbox-cover{
    width: 40%;
}
.lcul-le{
    width: 60%;
    padding-right:40px;
}
.lcul-le-tit{
    font-size: 20px;
    color: var(--color333);
    line-height: var(--line15);
    font-weight: bold;
    margin-bottom: 12px;
    transition: all .5s;
}
.lcul-le-word p{
    color: var(--color666);
    line-height: var(--line175);
    font-size: 14px;
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lcul-le-word{
    margin-bottom: 38px;
}
.list-cry{
    padding-bottom:var(--sapce60);
}
.list-cry-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.list-cry-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.list-ctact-wrap-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 52px 110px 66px;
}
.list-ctact-wrap{
    background-color: var(--colormain) !important;
}
.list-ctact-wrap h2{
    color: var(--colorfff);
    line-height:var(--line175);
    position: relative;
}
.list-ctact-wrap span{
    font-weight: normal !important;
    position: relative;
}
.list-ctact-wrap span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width:24px;
    height: 3px;
    background: var(--colorfff);
}
/* C2应用列表页-end */
/* C3应用详情页-start */
.ys-nybanner{
    position: relative;
}
.listdet-ban-pic{
    display: flex;
    justify-content: space-between;
}
.listdet-ban .ys-pos-center{
    top: 55%;
}
.listdet-banbg{
    width: 67%;
    background: var(--colormain);
    clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.listdet-banimg{
    width: 38%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.listdet-ban .ys-nyban-title{
    z-index: 3;
}
.listdet-ban h1, .listdet-ban .ys-nyban-title-word{
    opacity: 0;
    width: 60%;
}
.listdet-ban .ys-bread{
    z-index: 4;
}
.listdet-page .ys-bread-list a{
    color: var(--colorfff);
    opacity: 0.5;
}
.listdet-page .mod-top-le h2{
    margin-bottom: 0px;
}
.listdet-page .ys-bread-list::before{
    color: var(--colorfff);
    opacity: 0.5;
}
.listdet-page .ys-bread-list:last-child a{
    opacity: 1;
}
.listdet-ban h1{
    margin-bottom: 44px;
}
.listdet-ban .ys-nyban-title-word p{
    color: var(--colorfff);
}
.listdet-pain{
    background: var(--colorbg2);
}
.listdet-pain-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listdet-pain-top-word{
    width: 59.5%;
}
.listdet-pain-top h2{
    width:40.5%;
    padding-right: 40px;
    color: var(--color333);
}
.listdet-pain-slide-ul{
    margin: 0 -16px;
}
.listdet-pain-slide-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.lpsu-li{
    width: 25%;
    padding: 0 16px;
    height: auto !important;
}
.lpsu-li-box{
    height: 100%;
    position: relative;
    background: var(--colorfff);
    padding: 56px 38px 40px;
}
.lpsu-li-num{
    font-weight: bold;
    color: rgba(246, 246, 246, 1);
    font-family: 'TimeVision-bold' !important;
    position: absolute;
    top: 0;
    left: 38px;
    font-size: 80px;
    z-index: 0;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.lpsu-li-tit, .lpsu-li-word {
    position: relative;
}
.lpsu-li.slick-slide:not(:first-child){
    display: none;
}
.lpsu-li-tit{
    font-size: 20px;
    font-weight: bold;
    color: var(--color333);
    margin-bottom:14px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    line-height: 1.2;
}
.lpsu-li-word p{
    color: var(--color666);
    line-height: var(--line175);
    font-size: 14px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.listdet-pain .mod-arrows, .listdet-prod-slide .mod-arrows
, .prodet-appli-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.listdet-prod-slide{
    position: relative;
}
.listdet-prod-slide-ul{
    margin: 0 -16px;
}
.lpsu-list{
    width: 20%;
    padding: 0 16px;
}
.lpsu-list a{
    display: block;
    background: var(--colorbg2);
    padding: 24px 30px 38px;
    transition: all .5s;
    border: solid 1px transparent;
}
.lpsu-list.slick-slide:not(:first-child){
    display: none;
}
.lpsu-list-tab{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    cursor: pointer;
}
.lpsu-list-tab-icon{
    width: 14px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:6px;
}
.prodet-ban-ri-lis{
    position: relative;
    display: flex;
    align-items: center;
}
.pbrl-ri{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    display: none;
    left:64px;
}
.prodet-ban-ri-lis .lpsu-list-tab p{
    font-size: var(--text16);
}
.prodet-ban-ri .lpsu-list-tab{
    margin-bottom: 0px !important;
}
.pbrl-ri-arrow{
    width: 12px;
    height: 12px;
    background-color: var(--colorbg2);
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%) rotate(45deg);
}
.pbrl-ri-text p{
    font-size: 14px;
    color: var(--color666);
    line-height: var(--line175);
}
.pbrl-ri-text{
    background: var(--colorbg2);
    padding: 4px 16px;
}
.lpsu-list-tab-icon img{
    width: 100%;
}
.lpsu-list-tab p{
    font-size: 12px;
    line-height: var(--line175);
    color: var(--color666);
}
.lpsu-list-tit, .lpsu-list-text, .lpsu-list-word p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.lpsu-list-tit{
    color: var(--color333);
    line-height: var(--line15);
    font-weight: bold;
    margin-bottom: 7px;
    transition: all 0.5s;
}
.lpsu-list-text{
    font-weight: bold;
    color: var(--color666);
    line-height: var(--line175);
    padding-bottom: 14px;
    border-bottom: solid 1px #E2E2E2;
    margin-bottom: 16px;
}
.lpsu-list-word p{
    color: var(--color666);
    font-size: 14px;
    line-height: var(--line175);
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lpsu-list-word{
    margin-bottom: 34px;
}
/* C3应用详情页-end */
/* C1应用汇总页-start */
.ys-nyban-img{
    overflow: hidden;
}
.summary-list-ul-li{
    padding-top: 140px;
}
.summary-list-ul-li:first-child{
    padding-top: var(--sapce120);
}
.summary-list-ul-li:last-child{
    padding-bottom: 0px;
}
.slul-ri{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.slul-le{
    width: 25%;
    padding-right: 40px;
}
.slul-box{
    display: flex;
    align-items: flex-start;
}
.slul-le h2{
    color: var(--color333);
    line-height: var(--line15);
}
.slul-ri-word p{
    color: var(--color666);
    line-height: var(--line175);
    font-size: 20px;
}
.slul-ri-word{
    margin-bottom: 14px;
}
.slul-ri .std-btn6{
    margin-bottom:30px;
}
.mod-aside-ul-li{
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
.mod-aside-ul-li:last-child{
    margin-bottom: 0px;
}
.mod-aside{
    width:100px;
    position: fixed;
    top: 50%;
    left:86px;
    transform: translateY(-50%) translateX(-200%);
    transition: all .5s;
}
.mod-aside.start{
    transform: translateY(-50%) translateX(-0%);
}
.mod-aside.end{
    transform: translateY(-50%) translateX(-200%) !important;
}
.maul-text p{
    transition: all 0.5s;
    font-size: var(--text16);
    color: var(--color666);
    cursor: pointer;
    line-height: 1.5;
}
.mod-aside-ul-li.on p{
    color: var(--colormain);
}
.maul-text{
    padding-left: 26px;
    position: relative;
}
.maul-text::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--colorfff);
    border: solid 1px var(--colormain);
    transition: all 0.5s;
}
.maul-text::before{
    content: "";
    position: absolute;
    top: 2px;
    left: -2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--colorfff);
}
.mod-aside-ul-li.on .maul-text::after{
    background: var(--colormain);
}
.mod-aside-ul-li::before, .mod-aside-ul-li::after{
    display: none;
}
.mod-aside-ul{
    position: relative;
}
.mod-aside-ul::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 4.5px;
    width: 1px;
    height: 94%;
    background: #DBDBDB;
}
/* C1应用汇总页-end */
/* B5产品详情页-start */
.prodet-ban-le{
    width: 35%;
}
.prodet-ban-ri{
    width: 65%;
    padding-left: 174px;
}
.prodet-ban-wrap{
    display: flex;
    align-items: center;
    padding-bottom: 68px;
    border-bottom: solid 1px #e4e4e4;
}
.prodet-ban-ri-lis{
    margin-bottom: 20px;
}
.prodet-ban-ri h1{
    margin-bottom: 24px;
}
.prodet-ban-ri-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.prodet-ban{
    padding-top: 194px;
}
.prodet-ban-cry{
    position: relative;
    padding-bottom: 90px;
    padding-top: var(--sapce60);
}
.prodet-ban-cry::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(245, 246, 247, 0.65) 0%, rgba(245, 246, 247, 0.00) 100%);
    z-index: -1;
    pointer-events: none;
}
.prod-ban-cry-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.prod-ban-cry-bg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pbcb-ri{
    width: 65%;
}
.pbcb-le{
    width: 35%;
    padding-right: 40px;
}
.prodet-ban-cry-box{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.pbcb-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -87px;
}
.pbcb-ri-ul-li{
    width: 50%;
    padding: 0 87px;
    margin-bottom: 10px;
}
.pbcb-ri-ul-li:last-child{
    margin-bottom: 0px;
}
.pbcb-ri-ul-li p{
    line-height: 1.75;
    color: var(--color333);
}
.prul-text{
    position: relative;
    padding-left: 8px;
}
.prul-text::after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background: #000;
}
.prodet-appli .list-cry-ul{
    display: block;
}
.prodet-appli .list-cry-ul-li{
    margin-bottom: 0px;
}
.prodet-appli h2, .prodet-manu h2{
    margin-bottom: 40px;
}
.prodet-manu-ul-li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px 17px 30px;
    background: var(--colorbg2);
}
.prodet-manu-ul-li{
    margin-bottom: 4px;
}
.prodet-manu-ul-li:last-child{
    margin-bottom: 0px;
}
.pmul-le .ys-imgbox-cover{
    width: 66px;
    margin-right:32px;
}
.pmul-le{
    display: flex;
    align-items: center;
}
.pmul-le-tit{
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line15);
    transition: all .5s;
}
.pmul-min{
    width: 47%;
    margin: 0 292px 0 105px;
}
.pmul-min p{
    height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: var(--color666);
    line-height: var(--line175);
}
/* B5产品详情页-end */
/* B1产品汇总-start */
.duct-ban-wrap-word p{
    color: var(--colorfff);
    line-height: var(--line175);
}
.duct-ban-wrap-word{
    margin-bottom: 42px;
}
.duct-ban-sear{
    width: 75%;
    height: 60px;
    position: relative;
    margin-bottom: 34px;
    background: var(--colorfff);
}
.duct-ban-sear-input, .duct-ban-sear-input input{
    width: 100%;
    height: 100%;
}
.duct-ban-sear-input input{
    font-size: 14px;
    color: var(--color333);
    line-height: var(--line175);
    padding: 0 190px 0 60px;
}
.duct-ban-sear-input input::placeholder{
    color: #999;
}
.duct-ban-icon{
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:27px;
    z-index: 2;
    cursor: pointer;
}
.duct-ban-icon img{
    width: 100%;
}
.duct-ban-btn{
    position: absolute;
    top: 50%;
    right:8px;
    transform: translateY(-50%);
}
.duct-ban-btn .std-btn3-box p{
    padding: 8px 74px;
}
.duct-ban-examp p{
    font-size: 14px;
    color: var(--colorfff);
    line-height: var(--line175);
}
.duct-ban-examp p a{
    color: var(--colorfff);
    text-decoration: underline;
    margin-right: 20px;
}
.duct-ban-examp p a:last-child{
    margin-right: 0px;
}
.duct-ban-examp{
    margin-bottom: 34px;
}
.dbul-icon{
    width: 32px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 8px;
}
.dbul-icon img{
    width: 100%;
}
.dbul-box p{
    font-size: var(--text16);
    line-height: var(--line175);
    color: var(--colorfff);
}
.dbul-box{
    display: flex;
    align-items: center;
}
.duct-ban-ul{
    display: flex;
    align-items: center;
    margin: 0 -40px;
}
.duct-ban-ul-li{
    padding: 0 40px;
}
.duct-ban-cry{
    position: relative;
}
.dlul-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.dlul-list-lis{
    padding: 0 16px;
    width: 33.333333%;
    margin-bottom: 32px;
}
.duct-list-ul-li{
    padding-top: 48px;
}
.duct-list{
    padding-top:72px;
}
.dlul-list-lis a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 54px 27px 46px;
    background: var(--colorbg2);
    border: solid 1px transparent;
    transition: all .5s;
}
.dlul-list-lis .ys-imgbox-cover{
    width: 78px;
    margin-bottom: 7px;
}
.dlul-list-lis-tit{
    font-size: 20px;
    color: var(--color333);
    line-height: var(--line175);
    font-weight: bold;
    transition: all .5s;
}
.dlul-list-lis-word p{
    color: var(--color666);
    line-height: var(--line175);
    text-overflow: ellipsis;
    height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.dlul-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 30px;
}
.duct-page .mod-aside{
    width: 200px;
}
.dlul-list-lis:nth-child(3n+1){
    animation-delay: 0.2s;
}
.dlul-list-lis:nth-child(3n+2){
    animation-delay: 0.3s;
}
.dlul-list-lis:nth-child(3n+3){
    animation-delay: 0.4s;
}
/* B1产品汇总-end */
/* B4产品选型页-start */
.selector-banimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.selector-page .ys-main{*/
/*    padding-top: 80px;*/
/*}*/
/*.selector-page .ys-bread{*/
/*    top: 16px;*/
/*}*/
/*.selector-page .ys-bread-list a{*/
/*    color: var(--colorfff);*/
/*    opacity: 0.5;*/
/*}*/

/*.selector-page .ys-bread-list::before{*/
/*    color: var(--colorfff);*/
/*    opacity: 0.5;*/
/*}*/

.selector-page .ys-bread-list:last-child a{
    opacity: 1;
}
.selector-page .ys-nyban-title-word p{
    color: var(--colorfff);
}
.selector-cry{
    padding: 0 60px;
    margin-top: 47px;
    margin-bottom: 65px;
}
.promodel-box-bt-search{
    padding: 0 16px 17px;
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
}
.pbbs-icon {
    width: 24px;
    cursor: pointer;
}
.pbbs-icon img {
    width: 100%;
}
.pbbs-cont {
    padding-left: 20px;
    width: calc(100% - 24px);
}
.pbbs-cont-input {
    position: relative;
}
.pbbs-cont-input input {
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    color: var(--color333);
    line-height: 1.7;
}
.pbbs-cont-input input::placeholder{
    font-size: 16px;
    color: #999;
}
.pbbs-cont-input::after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.selector-table{
    margin-top: 41px;
}

.mc-container {
    width: 100%;
}
.mc-rtv-l {
    width: 306px;
    padding-right: 30px;
}
.mc-rtv-hd {
    padding: 14px 0;
}
.mc-rtv-hd .mc-rtvhd-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    transition: all .5s;
    cursor: pointer;
}
.mc-rtv-hd .mc-rtvhd-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    transition: all .5s;
    cursor: pointer;
}
.mc-rtv-bd-l {
    height: 610px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}
.mc-rtvl-list {
    margin-top: 6px;
}
.mc-rtvl-li {
    background: #F2F4F6;
    /* position: relative; */
}
.mc-rtvl-xlhd {
    padding-left: 10px;
    padding-right: 14px;
    cursor: pointer;
    transition: all .5s;
}
.mc-rtvl-inputbox {
    width: calc(100% - 16px);
    padding-right: 10px;
    user-select: none;
    display: flex;
    align-items: center;
}
.mc-rtvl-checkbox {
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #BBBBBB;
    background: #fff;
    margin: 0 !important;
    border-radius: 1px;
}
.mc-rtvl-checkbox:checked {
    background: var(--colormain);
    border: 1px solid var(--colormain);
}
.mc-rtvl-inputbox span {
    float: left;
    width: calc(100% - 16px);
    font-size: var(--text18);
    line-height: 44px;
    color: var(--color333);
    margin-left: 16px;
}
.mc-rtvl-xtb {
    width: 16px;
    line-height: 44px;
    transition: all .5s;
}
.mc-rtvl-xlbd {
    padding-top: 5px;
    padding-bottom: 28px;
    background: #fff;
    width: 100%;
}
.mc-btn {
    display: inline-block;
    padding: 0 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-color: var(--colormain);
    border-color: var(--colormain);
    color: #fff;
}
.mc-rtv-btn {
    margin-top: 16px;
}
.mc-rtvl-xlscroll {
    max-height: 175px;
    overflow: auto;
}
.mc-rtvl-xlbd .mc-rtvl-inputbox:last-child {
    margin-bottom: 0;
}

.mc-rtvl-xlbd .mc-rtvl-inputbox {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 8px;
}
.mc-rtvl-inputbox {
    width: calc(100% - 16px);
    padding-right: 10px;
    user-select: none;
    display: flex;
    align-items: center;
}
.mc-rtvl-checkbox {
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #BBBBBB;
    background: #fff;
    margin: 0 !important;
    border-radius: 1px;
}
.mc-rtvl-xlbd .mc-rtvl-inputbox span {
    float: left;
    width: calc(100% - 15px);
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin-left: 0;
}
.mc-rtvl-checkbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 70%;
    height: 70%;
    background: url(../images/b4_icon001.svg) center / cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.mc-rtv-r {
    width: calc(100% - 306px);
}
.mc-rtv-hd-r {
    border-bottom: none;
}
.mc-rtv-sor {
    margin-right: 20px;
}
.mc-rtv-sor {
    display: none;
    width: 270px;
}
.mc-rtv-hd .mc-rtvhd-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    transition: all .5s;
    cursor: pointer;
}
.mc-rtv-num p {
    font-size: var(--text16);
    line-height: 1.75 !important;
    color: #666;
}
.mc-rtv-hd .mc-rtvhd-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    transition: all .5s;
    cursor: pointer;
}
.mc-rtvbtn-dl {
    margin-left: 15px;
}
.mc-rtvhd-btn a {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    display: block;
    transition: all .5s;
}
.mc-rtv-bd-r {
    /* overflow-x: auto; */
    /* overflow-y: auto; */
    height: 630px;
}
.mc-table {
    transform-style: preserve-3d;
    width: 100%;
}
.mc-table-hd tr {
    background: #f9f9f9;
}
.mc-table th:first-child {
    padding-left: 32px;
}
.mc-table th, .mc-table td {
    text-align: left;
}
.mc-table th {
    white-space: nowrap;
    cursor: pointer;
    min-width: 150px;
}
.mc-table-hd th {
    background: #F2F3F4;
}
.mc-table th {
    padding: 20px;
}
.mc-tab-th {
    padding: 15px 20px;
}
.mc-tab-th {
    font-weight: inherit;
}
.mc-tab-td0 {
    white-space: nowrap;
    text-align: left !important;
    position: relative;
    z-index: 5;
    padding: 20px 82px 20px 10px;
}
.mc-tab-sortbtn {
    display: block;
    width: 100%;
    text-align: center;
    min-width: 100px;
}
.mc-tab-sortbtn {
    position: relative;
    font-size: 18px;
    line-height: 1.5 !important;
    color: #333;
    cursor: pointer;
}
.mc-tab-sortbtn span {
    position: relative;
}
.mc-tab-sortbtn span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    /* background: url(../images/xtb-desc.png) center / cover no-repeat; */
    opacity: 0;
}
.mc-tab-pro {
    border-bottom: 1px solid #F2F3F7;
    transition: all .5s;
}
.mc-tab-td0 {
    white-space: nowrap;
    text-align: left !important;
    position: relative;
    z-index: 5;
    padding: 20px 82px 20px 10px;
}
.mc-table th, .mc-table td {
    padding: 16.5px 18px;
}
.mc-tab-pro td {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}
.mc-tab-pro td {
    text-align: center;
}
.mc-tab-bd .mc-tab-td0 {
    padding: 0;
    position: relative;
    padding-left: 32px;
    padding-right: 18px;
}
.mc-tab-bd .mc-tab-td0 a {
    width: 100%;
    display: block;
    line-height: 60px;
}
.mc-table td a {
    font-size: inherit;
    line-height: inherit;
    color: #005aec;
}
.mc-tab-bd .mc-tab-td0::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s;
}
.l-tabp, .l-tabic, .l-tabimgs {
    display: inline-block;
}
.l-tabp {
    width: 100%;
}
.mc-table td .l-tabp p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    transition: all .5s;
}
.mc-rtvl-checkbox:checked::before{
    opacity: 1;
}
.mc-rtvl-xlhd.act .mc-rtvl-xtb {
    transform: rotate(180deg);
}
.mc-btn[disabled] {
    background-color: #999;
    border-color: #999;
    text-decoration: none;
    cursor: not-allowed;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.pbbs_ri{
    margin-right: 10px;
}
.mc-rtv-l.hide {
    display: none;
}
.mc-rtv-r.mc-rtvr-full .mc-rtv-sor {
    display: block;
}
.mc-rtv-r.mc-rtvr-full {
    width: 100%;
}
/* B4产品选型页-end */
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font,
 .ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox a{
    color: var(--colormain);
}
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font,
 .ys-ph-navbar3 .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font,
  .ys-ph-navbar3 .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font{
    color: var(--colormain)
}
.slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 5px;
}
.slick-dots li.slick-active {
    background: var(--colormain);
}
.slick-dots{
    bottom: 0;
}
.ys-nyban-title h1{
    font-size: var(--font48);
    line-height: 1.2;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .mc-tab-pro:hover {
        background: #FAFAFB;
    }
    .mc-tab-pro:hover .l-tabp p {
        color: var(--colormain);
    }
    .mc-tab-pro:hover  .mc-tab-td0::after{
        background: #FAFAFB;
    }
    .dlul-list-lis a:hover .dlul-list-lis-tit{
        color: var(--colormain)
    }
    .prodet-ban-le:hover img{
        transform: scale(1.05);
    }
    .hpbu-li a:hover .hpbu-li-top-tit{
        color: var(--colormain);
    }
    .hdsu-li a:hover .hdsu-li-img-bg
    , .hdsu-li a:hover .hdsu-li-img-icon{
        transform: scale(1.05);
    }
    .home-prod-slide a:hover .hdsu-li-img-bg
    , .home-prod-slide a:hover .hdsu-li-img-icon{
        transform: scale(1.05);
    }
    .yx-sidebar-up:hover .ysln-box-img img:nth-child(1){
        opacity: 1 !important;
    }
    .hssu-li a:hover .hssu-li-tit{
        color: var(--colormain);
    }
    .arrows-icon:hover {
        background: var(--colormain);
        border: solid 1px var(--colormain);
    }
    .arrows-icon:hover img:nth-child(2){
        opacity: 1;
    }
    .arrows-icon:hover img:nth-child(1){
        opacity: 0;
    }
    .mftr-ul-li ul li p a:hover{
        color: var(--colormain);
    }
    .std-btn1-box:hover p{
        transform: translateX(8px);
    }
    .std-btn2-box:hover::after{
        background: var(--colorbg1);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .std-btn3-box:hover::after{
        background: var(--colorbg1);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .std-btn4-box:hover::after{
        width: 0%;
    }
    .std-btn5-box:hover::after{
        width: 0%;
    }
    .std-btn5-box:hover .std-btn5-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn5-box:hover .std-btn5-icon img:nth-child(1){
        opacity: 0;
    }
    .std-btn5-box:hover p{
        transform: translateX(3px);
    }
    .std-btn5-box:hover .std-btn5-icon{
        transform: translateX(-8px);
    }
    .std-btn6-box:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }
    .mfbr-ul-li a:hover{
        opacity: 1;
    }
    .yx-sidebar4-list-nub:hover .ysln-tan {
        opacity: 1;
        transform: translateX(-100%);
    }
    .hdsu-li-ribox .std-btn6-box:hover p {
        color: var(--colorfff);
    }
    .hdsu-li-ribox .std-btn6-box:hover .std-btn6-icon img:nth-child(1){
        opacity: 1;
    }
    .hdsu-li-ribox .std-btn6-box:hover .std-btn6-icon img:nth-child(2){
        opacity: 0;
    }
    .dlul-list-lis a:hover{
        border: 1px solid #E7E7E7;
    }
    .sort-list-ul-li a:hover .slul-tit{
        color: var(--colormain);
    }
    .sort-list-ul-li a:hover{
        border: 1px solid #E7E7E7;
    }
    .prodet-manu-ul-li a:hover .pmul-le-tit{
        color: var(--colormain);
    }
    .list-cry-ul-li a:hover .lcul-le-tit{
        color: var(--colormain);
    }
    .lpsu-list a:hover .lpsu-list-tit{
        color: var(--colormain);
    }
    .lpsu-list a:hover{
        border: solid 1px #E7E7E7;
    }
    .lpsu-list a:hover .std-btn6-box::before {
        transform: scaleX(1);
        transform-origin: left;
    }
    .sort-list-ul-li a:hover .std-btn6-box::before {
        transform: scaleX(1);
        transform-origin: left;
    }
    .list-cry-ul-li a:hover .std-btn6-box::before {
        transform: scaleX(1);
        transform-origin: left;
    }
    /* .hnip-second-ul-li:hover .hsul-item a{
        background: #F7F8FA;
    }
    .hnip-second-ul-li:hover .hsul-item p{
        color: var(--colormain);
    } 
    .hnip-second-ul-li:hover .hsul-item .iconfont::before{
        color: var(--colormain) !important;
    } */
}
/* 载入效果 */
/* 图片由大到小 */
.yx-case8-fadeInUpimg2 {
    animation: fadeInUpimg2 2s ease 1;
}
@keyframes fadeInUpimg2 {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: none;
    }
}
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: none;
    }
}  
/* 文字斜向 */
.mod-fadeclip {
    animation: fadeclip 1s ease 1;
    animation-delay: 0.2s;
    animation-fill-mode: forwards !important;
}
@keyframes fadeclip {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        transform: translateY(0);
        opacity: 1;
    }
}
.ys-ban-video {
    background: transparent !important;
}
.ys-ban-pc{
    position: relative;
    left: 1px;
}
.ys-ban-imgbox{
    overflow: hidden;
}
.home-appli-slide-tpul .slick-list{
    overflow: visible !important;
}
.prodet-page .mod-wrap{
    padding-bottom: var(--sapce120);
}
.prodet-ban-ri-btn1{
    margin-right: 40px;
}
.ysln-box{
    display: block;
}

/* 2024-07-03-二期切图-start */
/* F5联系我们-start */
.ctact-compy-list h2, .ctact-from h2{
    color: var(--color333);
    font-weight: bold;
    margin-bottom: 26px;
}
.ctact-from h2{
    margin-bottom: var(--sapce60);
}
.ctact-compy-list-bot{
    display: flex;
    margin: 0 -30px;
}
.cclb-item{
    width:25%;
    padding: 0 30px;
}
.ctact-compy-list .cclb-item:first-child{
    width:35%;
}
.ctact-compy-list .cclb-item:first-child .cclb-item-btn{
    display: block;
}
.ctact-compy-list .cclb-item:first-child .cclb-item-btn{
    display: block;
}
.ctact-compy-list1 .cclb-item:first-child .cclb-item-text{
    padding-right: 80px;
}
.ctact-compy-list{
    padding-bottom: var(--sapce50);
    border-bottom: solid 1px #D3D3D8;
    margin-bottom: 40px;
}
.ctact-compy-list:last-child{
    margin-bottom: 0px;
    padding-bottom:0px;
    border-bottom:solid 1px transparent;
}
.cclb-item-word p{
    color: var(--color666);
    line-height: 2;
}
.cclb-item-word{
    margin-bottom: 6px;
}
.cclb-item-text p, .cclb-item-text p a{
    color: var(--color333);
    line-height: 2;
    margin-bottom: 25px;
    font-weight: bold;
}
.cclb-item-btn a{
    text-decoration: underline;
    color:#999;
    line-height: 2;
    transition: all .5s;
    display: block;
    font-size: var(--text16);
}
.cclb-item-btn{
    display: none;
}
.ctact-from-le{
    width: 55%;
}
.ctact-from .dswc-cont-form-list{
    width: 50%;
    padding: 0 20px;
}
.ctact-from .dswc-cont-form-area,
 .ctact-from .dswc-cont-form-email, 
 .ctact-from .form-agree{
    width: 100%;
    padding: 0 20px;
}
.ctact-from .dswc-cont-form-btn{
    padding-left: 20px;
}
.dswc-cont-form-code{
    width: 80%;
    padding: 0 20px;
}
.ctact-from .dswc-cont-form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.ctact-from-le{
    width: 55%;
}
.ctact-from .dswc-cont-form{
    background: rgba(246, 246, 246, 0.60);
    backdrop-filter: blur(5px);
    padding: 45px 80px 60px;
}
.ctact-from-ri{
    width: 52%;
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: -1;
}
.ctact-from-ri img{
    width: 100%;
}
.ctact-from-cry{
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.ctact-from-cry .dswc-cont-form-area .dcfa-input{
    border-bottom: solid 1px transparent;
}
.ctact-from-cry .dcfa-input textarea{
    border-bottom: solid 1px #B0B0B0;
    resize: none !important;
}
.ctact-from-cry .dswc-cont-form-area{
    margin-bottom: 16px;
}
.ctatc-page .ys-footer{
    margin-top: var(--sapce120);
}
.ctatc-page h2{
    opacity: 0;
}
.ctact-from-cry .dswc-cont-form-code label{
    margin-right: 40px;
}
.ctact-from-cry .dswc-cont-form-list{
    margin-bottom: 17px;
}
.ctact-from-cry .dswc-cont-form-code{
    margin-bottom: 16px;
}
.ctact-from-cry .form-agree{
    margin-bottom:24px;
}
/* F5联系我们-end */
/* F1公司简介-start */
.profile-page .ys-nyban-img{
    margin-top: -280px;
}
.profile-compy-top-ri{
    width: 60%;
}
.profile-compy-top-le{
    width: 40%;
    padding-right: 40px;
}
.profile-page h2{
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line15);
    text-align: left;
    margin-bottom: var(--sapce50);
    opacity: 0;
}
.profile-compy h2{
    margin-bottom: 0px;
}
.profile-compy-top{
    display: flex;
    align-items: flex-start;
    padding-bottom: 70px;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 70px;
}
.profile-compy-top-ri p{
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: 12px;
}
.profile-compy-bg{
    width: 28%;
    position: absolute;
    top: 37px;
    left:156px;
    pointer-events: none;
    z-index: -1;
}
.profile-compy-bg img{
    width: 100%;
}
.profile-compy{
    position: relative;
}
.profile-compy-min-ul{
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.pcmu-li{
    padding: 0 10px;
}
.pcmu-li-box{
    display: flex;
}
.pcmu-li-box .ys_demo_num{
    font-size: 68px;
    line-height: 1.1;
    color: var(--colormain);
    font-family: 'TimeVision-medium' !important;
}
.pcmu-li-word{
    flex-shrink: 0;
    margin-left: 20px;
    padding-top: 40px;
}
.pcmu-li-word p{
    color: var(--color333);
    opacity: 0.8;
}
.profile-compy-min{
    padding-bottom: 63px;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 80px;
}
.yx-switch2ul {
    margin: 0 -10px;
}
.yx-switch2li.on {
    width: 56%;
}
.yx-switch2li.act{
    width: 22%;
}
.yx-switch2li {
    padding: 0 10px;
    transition: all 0.36s;
}
.yx-switch2xin {
    position: relative;
    border-radius: var(--border-radius12);
    overflow: hidden;
}
.yx-switch2li.on .yx-switch2xin{
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.08);
}
.yx-switch2pic {
    height: 540px;
    position: relative;
}
.yx-switch2wen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 4;
    padding: 64px 60px 60px;
    padding-left: 9%;
    padding-right:17%;
}
.yx-switch2pic::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.3%, rgba(0, 0, 0, 0.50) 100%), rgba(0, 0, 0, 0.20);
    transition: all .4s;
}
.yx-switch2pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .4s;
}
.yx-switch2wen .std-title4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 14px;
}
.yx-switch2wen .std-title4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 14px;
}
.yx-switch2wen .std-word1 {
    margin-bottom: 33px;
}
.yx-wordline p {
    line-height: 1.75;
    color:var(--colorfff);
}
.academy-serv-show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 56px);
    text-align: center;
    opacity: 1;
    pointer-events: none;
    transition: all 0.4s;
}
.yx-waisypt2{
    color: var(--colorfff);
}
.yx-switch2xia {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 120px 60px 70px;
    transition: all .36s ease;
    /* transition-dely: 0.2s; */
}
.yx-switch2li.on .academy-serv-show{
    opacity: 0;
}
.yx-switch2xia-tit{
    color: var(--colorfff);
}
.yx-switch2li.on .yx-switch2xia{
    opacity: 1;
    pointer-events: all;
}
.yx-switch2li.act .yx-switch2xia{
    opacity: 0;
    pointer-events: none;
}
.profile-infor-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-infor-btm{
    position: relative;
    padding-bottom: 32px;
}
.profile-page .slick-dots{
    bottom: -32px;
}
.profile-page .slick-dots li{
    width: 20px;
    height: 2px;
    background: rgba(47, 85, 151, 0.4);
}
.profile-page .slick-dots li::after{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(47, 85, 151, 1);
}
.profile-page .slick-dots li.slick-active::after{
    width: 100%;
    -webkit-animation: 3s line linear;
    animation: 3s line linear;
}
.profile-infor-tp h2{
    margin-bottom: 0px;
}
.profile-infor-tp .mod-arrows{
    width: 96px;
}
.profile-pharrow{
    display: none;
}
.profile-logo-ul-li{
    width: 16.666667%;
    padding: 0 16px;
    margin-top: 43px;
}
.profile-logo-ul{
    margin: 0 -16px;
}
.profile-infor-ul{
    margin: 0 -16px;
}
.profile-infor-ul-li{
    width: 33.333333%;
    padding:  0 16px;
}
.piul-box{
    display: block;
    background: var(--colorbg2);
    padding:53px 73px 48px;
}
.piul-logo{
    width: 208px;
    margin: 0 auto 32px;
}
.piul-logo img{
    width: 100%;
}
.piul-tit{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line175);
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 37px;
    text-align: center;
}
.piul-wprd p{
    color: var(--color666);
    line-height: var(--line15);
    text-align: center;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.profile-infor-ul-li.slick-slide:not(:first-child){
    display: none;
}
.plul-item.slick-slide{
    display: flex !important;
    flex-wrap: wrap;
}
.profile-logo{
    position: relative;
}
.profile-logo::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(245, 246, 247, 0.65) 0%, rgba(245, 246, 247, 0.00) 100%);
    z-index: -1;
    pointer-events: none;
    transform: rotate(180deg);
}
.profile-honor-top-le {
    width: 41%;
    overflow: hidden;
}
.profile-honor-top-ri{
    width: 59%;
    padding-left: 88px;
}
.profile-honor-top{
    display: flex;
    align-items: center;
}
.phtl-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.phtb-tpul{
    display:flex;
    margin: 0 -20px;
    border-bottom: solid 1px #e6e6e6;
}
.phtb-tpul-li{
    padding: 0 20px;
}
.phtb-tpul-li-text{
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
}
.phtb-tpul-li-text::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--colormain);
    transition: all .5s;
}
.phtb-tpul-li.act .phtb-tpul-li-text::after{
    width: 100%;
}
.phtb-tpul-li.act .phtb-tpul-li-text{
    color: var(--colormain);
}
.phtb-tpul-li-text{
    font-weight: bold;
    line-height: var(--line175);
    transition: all .5s;
    color: var(--color333);
}
.phtb-btmul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.phtb-btmul-li{
    width: 50%;
    padding: 0 10px;
    margin-top: 30px;
}
.phtb-list{
    margin-top: 10px;
}
.pblb-word p{
    color: var(--color333);
    line-height: var(--line175);
}
.pblb-word{
    margin-bottom: 5px;
}
.pblb-num{
    display: flex;
    align-items: flex-end;
}
.pblb-num .ys_demo_num{
    font-size: var(--font40);
    line-height: 1.2;
    color: var(--colormain);
    font-weight: bold;
}
.pblb-num span{
    color: var(--color333);
    line-height: var(--line175);
    font-size: var(--text16);
    margin-left: 10px;
}
.phtb-list-item{
    display: none;
}
.phtb-list-item:first-child{
    display: block;
}
.profile-honor-top{
    padding-bottom: 80px;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 84px;
}
.phbu-li{
    width: 20%;
    padding: 0 58px;
}
.profile-honor-bot{
    position: relative;
}
.phbu-li-pic{
    position: relative;
    padding-bottom: 20px;
}
.phbu-li-bg{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.phbu-li-btm-year{
    text-align: center;
    color: var(--colormain);
    font-family: 'TimeVision-medium' !important;
}
.profile-honor-bot .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.profile-honor-bot .arrows-prev{
    left: -50px;
}
.profile-honor-bot .arrows-next{
    right: -50px;
}
.phbu-li-btm-word p{
    text-align: center;
    color: var(--color333);
    line-height: var(--line175);
}
/* F1公司简介-end */
/*E1常见问题 start*/
.problem-main .duct-ban-examp p a {
    text-decoration: none;
}
.problem-section-top-ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
}
.pstu-list-link{
    display: block;
    padding: 29px 0 24px;
    color: #6D7479;
    font-size: var(--text18);
    font-weight: bold;
    line-height: var(--line15);
    position: relative;
}
.pstu-list-link::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colormain);
    transition: all .5s;   
}
.pstu-list{
    padding: 0 50px;
}
.problem-section-top-ul > :last-child{
    margin-right: 0;
}
.problem-section-top{
    border-bottom: 1px solid #DFDFDF;
}
.pstu-list.on .pstu-list-link{
    color: var(--colormain);
}
.pstu-list.on .pstu-list-link::after{
    width: 100%;
}
.problem-section-ul{
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -6px;
}
.problem-section-ul-list{
    padding: 0 6px;
}
.problem-section-ul > :last-child{
    margin-right: 0;
}
.psul-link{
    display: block;
    height: 100%;
    font-size: var(--text16);
    line-height: var(--line15);
    color: #6D7479;
    padding: 10px 32px;
    border: 1px solid rgba(116, 116, 116, 0.30);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
}
.problem-section-ul-list.on .psul-link{
    color: var(--colorfff);
    background: var(--colormain);
}
.problem-section-cont{
    margin-top: 80px;
}
.pscu-list-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.pscu-list-le{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 12px);
    padding-right: 30px;
}
.pscu-list-le-nub{
    font-size: var(--text16);
    font-weight: bold;
    line-height: var(--line15);
    color: var(--colormain);
    margin-right: 34px;
    font-family: TimeVision-bold;
}
.pscu-list-le .std-text16{
    font-weight: bold;
    transition: all 0.5s;
    width: 90%;
}
.pscu-list-ri{
    width: 12px;
    position: relative;
    margin-top: 8px;
}
.pscu-list-ri img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.pscu-list-ri > :nth-child(1){
    opacity: 0;
}
.pscu-list-ri > :nth-child(2){
    opacity: 1;
}
.problem-section-cont-ul{
    border-left: 1px solid #EBEBEB;
    overflow: hidden;
}
.problem-section-cont-ul > :last-child{
    margin-bottom: 0;
}
.pscu-list{
    padding-left: 33px;
    margin-bottom: 40px;
    border-left: 2px solid rgba(47, 85, 151, 0);
    transition: all 0.5s;
}
.problem-section-cont-ul > :first-child{
    padding-top: 8px;
}
.pscu-list.on{
    border-left: 2px solid rgba(47, 85, 151, 1);
}
.pscu-list-btm{
    padding: 29px 49px 10px;
    display: none;
}
.pscu-list-btm > :last-child{
   margin-bottom: 0;
}
.pscu-list.on .pscu-list-le .std-text16{
    color: var(--colormain);
}
.pscu-list.on .pscu-list-ri > :nth-child(1){
    opacity: 1;
}
.pscu-list.on .pscu-list-ri > :nth-child(2){
    opacity: 0;
}
.problem-section-cont-page{
    margin-top: 20px;
    margin-bottom: var(--sapce120);
}
.problem-section-cont-page .pc-fenye li {
    width: 40px;
    height: 40px;
    font-size: var(--text16);
    line-height: 40px;
    border-radius: 0;
    transition: all 0.5s;
}
.problem-section-cont-page .pc-fenye li.activepage {
    background: var(--colormain);
}
/*E1常见问题 end*/
/*E2资料下载 start*/
.download-section-ul{
    margin-top: 80px;
    /* overflow: hidden; */
}
.download-section-ul-list{
    margin-bottom: 16px;
}
.download-section-ul > :last-child{
    margin-bottom: 0;
}
.dsul-cont{
    background: #F6F6F6;
    padding: 32px 55px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.dsul-cont-le{
    width: 62%;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dsul-cont-le-icon{
    width: 36px;
    margin-right: 32px;
}
.dsul-cont-le-icon img{
    width: 100%;
}
.dsul-cont-le .std-text16{
    font-weight: bold;
    transition: all 0.5s;
    width: calc(100% - 68px);
    flex-grow: 1;
}
.dsul-cont-ri{
    width: 38%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dsul-cont-ri .std-text16{
    color: var(--color666);
}
.dsul-cont-ri-icon{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
}
.dsul-cont-ri-icon::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--colorfff);
    transition: all 0.5s;
    opacity: 1;
}
.dsul-cont-ri-icon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--colormain);
    transition: all 0.5s;
    opacity: 0;
}
.dsul-cont-ri-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dsul-cont-ri-icon > :nth-child(1){
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}
.dsul-cont-ri-icon > :nth-child(2){
    opacity: 1;
    transition: all 0.5s;
    z-index: 1;
}
.download-section-win .ys-modal-content{
    width: 560px;
    padding: 40px 80px 60px;
    max-width: calc(100vw - 40px);
    max-height: 900px;
    overflow: hidden;
    background: #fff;
}
.download-section-win .icon-close:before {
    content: "\e747";
    color: rgba(153, 153, 153, 1);
}
.dswc-cont-tit{
    color: var(--color333);
    font-size: var(--font24);
    font-weight: bold;
    line-height: var(--line175);
    text-align: center;
    margin-bottom: 32px; 
}
.dswc-cont-form-list{
    margin-bottom: 25px;
}
.dswc-cont-form-list p{
    color: var(--color333);
    font-size: var(--text16);
    line-height: 1.75;
    flex-shrink: 0;
    flex-grow: 1;
}
.dswc-cont-form-list span{
    color: #F00;
    font-size: var(--text16);
    line-height: var(--line175);
}
.dswc-cont-form-list label{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 11px;
}
.dcfl-input{
    padding: 0 20px;
    width: 100%;
}
.dcfl-input input{
    width: 100%;
    height: 100%;
    color: var(--color333);
    font-size: var(--text16);
    line-height: 1.7;
}
.dcfl-input input::placeholder{
    color: #999;
    font-size: 14px;
    line-height: var(--line175);
}
.dswc-cont-form-area{
    margin-bottom: 32px;
}
.dswc-cont-form-area p{
    color: var(--color333);
    font-size: var(--text16);
    line-height: var(--line175);
    margin-bottom: 10px;
}
.dcfa-input{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #B0B0B0;
}
.dcfa-input textarea{
    width: 100%;
    height: 60px;
    resize: auto;
    color: var(--color333);
    font-size: var(--text16);
    line-height: var(--line175);
    font-family: Microsoft YaHei;
}
.dswc-cont-form-code label{
    width: calc(100% - 134px);
    flex-grow: 1;
    display: flex;
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 6px;
    margin-right: 10px;
    align-items: center;
}
.dcfc-icon{
    width: 124px;
    cursor: pointer;
}
.dcfc-icon img{
    width: 100%;
}
.dswc-cont-form-code p{
    color: var(--color333);
    font-size: var(--text16);
    line-height: var(--line175);
    margin-right: 15px;
    flex-shrink:0;
}
.dswc-cont-form-code label .dcfc-input{
    width: 100%;
    height: 28px;
}
.dswc-cont-form-code label .dcfc-input input{
    width: 100%;
    height: 100%;
    color: var(--color333);
    font-size: var(--text16);
    line-height:1.7;
}
.dswc-cont-form-code span{
    color: #F00;
}
.dswc-cont-form-code{
    display: flex;
    margin-bottom: 23px;
    justify-content: space-between;
}
.dswc-cont-form-agre span{
    display: block;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #B0B0B0;
    margin-right: 10px;
}
.dswc-cont-form-agre span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: var(--colormain);
    opacity: 0;
    transition: all .5s;
}
span.on::after{
    opacity: 1;
}
.dswc-cont-form-agre{
    display: flex;
    flex-wrap: wrap;
    align-items: center;  
}
.form-agree{
    margin-bottom: 32px;
}
.dswc-cont-form-agre p{
    color: #999;
    font-size: var(--text16);
    line-height: var(--line175);
}
.dswc-cont-form-agre a{
    color: var(--colormain);
}
.dswc-cont-form-btn{
    text-align: center;
    cursor: pointer;
}
.dswc-cont-form-btn .std-btn6-box{
    display: inline-block;
    padding: 11px 69px;
    background: var(--colormain);
}
.dcfb-cont p{
    color: var(--colorfff);
    font-size: var(--text16);
    line-height: var(--line175);
}
.download-section-win .mCSB_container{
    max-height: 900px;
}
.download-section-win .mCustomScrollBox{
    max-height: 900px;
}
.dcfl-text p{
    font-size: 14px;
    color: red;
    line-height: 1.2;
}
.dcfl-text{
    width: 100%;
    display: none;
}
.has-required.empty .dcfl-text{
    display: block;
}
/*E2资料下载 end*/
/*F3新闻详情 start*/
.details-main .ys-nybanner{
    background: #F6F6F6;
}
.details-main .ys-nyban-cry{
    display: block;
}
.details-main .mod-top-le{
    opacity: 1 !important;
    width: 100%;
}
.ys-cont900 {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}
.details-main-tit h1{
    color: var(--color333);
    font-size: var(--font24);
    font-weight: bold;
    line-height: var(--line175);
    margin-bottom: 16px;
    opacity: 1;
    width: 100%;
}
.details-main-date{
    color: #676B77;
    font-size: var(--text16);
    line-height: 1.6;
    font-family: 'TimeVision-medium';
}
.details-section{
    padding-top: var(--sapce60);
    padding-bottom: var(--sapce120);
}
.details-section-top{
    padding-bottom: 100px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 32px;
}
.dstu-list-link{
    color: var(--color666);
    font-size: var(--text16);
    line-height: var(--line175);
    height: 1.75em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
.dstu-list{
    margin-bottom: 16px;
}
.details-section-top-ul > :last-child{
    margin-bottom: 0;
}
.dllb-date{
    color: #676B77;
    font-size: var(--text16);
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 9px;
    font-family: TimeVision-medium;
}
.dllb-text{
    color: #333;
    font-size: var(--text18);
    font-weight: bold;
    line-height: var(--line175);
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.details-section-btm h2{
    text-align: center;
}
.details-section-btm .mod-fadeclip{
    width: 100%;
}
/*F3新闻详情 end*/
/*F2新闻列表 start*/
.list-section{
    margin-top: 80px;
}
.list-section-ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15.5px;
    margin-right: -15.5px;
}
.list-section-ul-list{
    width: 33.333333%;
    padding: 0 15.5px;
    margin-bottom: 80px;
}
.list-section-ul-list:nth-child(3n+1){
    animation-delay: 0.2s;
}
.list-section-ul-list:nth-child(3n+2){
    animation-delay: 0.3s;
}
.list-section-ul-list:nth-child(3n+3){
    animation-delay: 0.4s;
}
.lsul-link{
    display: block;
    height: 100%;
}
.lsul-link-top .ys-imgbox-cover{
    width: 100%;
}
.lsul-link-btm-date{
    color: #676B77;
    font-size: var(--text16);
    line-height: 1.6; 
    margin-top: 16px;
    margin-bottom: 9px;
    font-family: TimeVision-medium;
}
.lsul-link-btm-text{
    color: #333;
    font-size: var(--text18);
    font-weight: bold;
    line-height: var(--line175);
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
.list-section-top-ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px !important;
    padding-top: 120px;
}
.lstu-list{
    width: 50%;
}
.lstu-list-link{
    display: block;
    height: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 70px;
}
.lstu-list-link-btm{
    width: 90%;
    padding: 36px 40px 30px;
    background: var(--colorfff);
    border-left: 1px solid #D9D9D9;
    margin-top: -38px;
    position: relative;
}
.list-section-top-ul > :first-child .lstu-list-link-btm{
    margin-left: 60px;
    border-left: 0;
}
.lllb-date{
    color: #676B77;
    font-family: 'TimeVision-medium' !important;
    font-size: var(--text16);
    line-height: 1.6;
    margin-bottom: 4px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.lllb-text{
    color: #333;
    font-size: var(--font24);
    font-weight: bold;
    line-height: var(--line175);
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
/*F2新闻列表 end*/
/*F4人才招聘 start*/
.recruit-section{
    padding: var(--sapce120) 0;
}
.recruit-section-cont-le {
    width: 79.5%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.recruit-section-cont-le img{
    width: 100%;
    height: 100%;
}
.recruit-section-cont-ri{
    width: 41.25%;
    padding: 60px 0;
}
.rscr-act{
    padding: 54px 64px 40.5px;
    border: 1px solid var(--colorfff);
    background: rgba(246, 246, 246, 0.80);
    backdrop-filter: blur(10px);
}
.rscr-act p{
    color: #333;
    font-size: var(--text18);
    font-weight: bold;
    line-height: var(--line175);
    margin-bottom: 13.5px;
}
.recruit-section-cont{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.rsbt-list-link{
    color: var(--color333);
    font-size: var(--font40);
    font-weight: bold;
    line-height: var(--line15);
    transition: all 0.5s;
}
.rsbt-list.on .rsbt-list-link{
    color:#2F5597;
}
.rsbt-list{
    padding: 0 53px;
}
.recruit-section-btm{
    padding-bottom: var(--sapce120);
}
.recruit-section-btm-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 43px;
}
.rsbb-list{
    margin-bottom: 30px;
}
.recruit-section-btm-btm > :last-child{
    margin-bottom: 0;
}
.rsbb-list-top{
    padding: 28px 48px 28px 30px;
    background: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.rsbb-list-top-tit{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 16px;
    padding-right: 30px;
    border-left: 4px solid #2F5597;
    width: calc(100% - 16px);
    flex-grow: 1;
}
.rsbb-list-top-icon{
    width: 16px;
    margin-top: 4px;
    transition: all 0.5s;
}
.rsbb-list-top-icon img{
    width: 100%;
}
.rsbb-list-top-btm{
    padding: 30px 88px 44px 32px;
    display: none;
}
.rltb-act h5{
    color: #333;
    font-size: var(--text16);
    font-weight: bold;
    line-height: var(--line15);
    margin-bottom: 16px;
}
.rltb-act p{
    color: #666;
    font-size: var(--text16);
    line-height: 1.75;
    margin-bottom: 0;
}
.rltb-com{
    margin-top: 32px;
}
.rltb-com .std-btn6-box{
    padding: 10px 24px;
    background: var(--colormain);
}
.rltb-com-ri{
    padding-left: 18px;
    width: 40px;
    position: relative;
}
.rltb-com-ri img{
    width: 100%;
}
.rltb-com-ri::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    opacity: 0.2;
    background: var(--colorfff);
}
.rsbb-list.on .rsbb-list-top-icon{
    transform: rotate(180deg)
}
.recruit-section-btm-center{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.recruit-section-btm-center{
    text-align: center;
}
.recruit-section-btm-center .std-btn6-box{
    padding: 15px 27px;
    background: var(--colormain);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.recruit-section-btm-center .std-btn6-box p{
    color: var(--colorfff);
    font-size: var(--text16);
    line-height: 1.3;
}
.recruit-section-btm-center .std-btn6-icon{
    width: 15px;
    margin-left: 37px;
}
.recruit-section-btm-center .std-btn6-icon img{
    width: 100%;
}
/*F4人才招聘 end*/
/* D1太阳成集团tyc122cc优势-start */
.advant-page h2{
    text-align: left;
    line-height: var(--line15);
    color: var(--color333);
    margin-bottom: var(--sapce30);
    opacity: 0; 
}
.advant-tech-pic{
    overflow: hidden;
}
.advant-tech-pic img{
    width: 100%;
}
.advant-tech-word p{
    color: var(--color666);
    line-height: var(--line175);
    font-size:20px;
}
.advant-tech-word{
    margin-bottom: 48px;
}
.advant-track-list {
    width: 200000px;
    position: relative;
}
.advant-track-ul{
    animation: ys-swiper01 30s linear both infinite
}
@keyframes ys-swiper01{
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
.advant-track-ul-li {
    width: 595px;
    margin: 0 8px;
    transition: all 0.5s;
}
.advant-track-cry{
    position: relative;
}
.advant-track-cry::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 362px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    z-index: 1;
    transform: rotate(90deg);
}
.advant-track-cry::after{
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 362px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    z-index: 1;
    transform: rotate(-90deg);
}
.advant-cry{
    position: relative;
    overflow: visible !important;
}
.advant-cry::after{
    content: "";
    position: absolute;
    bottom: 50%;
    /* transform: translateY(-50%); */
    left: 0;
    width: 100%;
    height: 340px;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #F6F6F6 100%);
    z-index: -1;
}
.advant-ability-ul-li{
    width: 25%;
    padding: 0 16px;
}
.advant-ability-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.advant-ability-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.advant-ability-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.advant-ability-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.advant-ability-ul{
    margin: 0 -16px;
}
.aaul-box{
    padding-top: 40px;
    border-top: solid 1px var(--color333);
}
.aaul-icon{
    width: 50px;
    margin-bottom: 35px;
}
.aaul-icon img{
    width: 100%;
}
.advant-ability{
    padding-top: 100px;
}
.aaul-tit{
    font-weight: bold;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-bottom: 16px;
}
.aaul-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.advant-ability h2{
    margin-bottom: 50px;
}
.advant-cry-cont{
    background: var(--colormain);
    padding: 67px 111px 76px 101px;
    display: flex;
    align-items: center;
}
.advant-cry-cont-le{
    width: 110px;
    flex-shrink: 0;
}
.advant-cry-cont-le img{
    width: 100%;
}
.advant-cry-cont-ri{
    width: calc(100% - 110px);
    margin-left: 82px;
}
.advant-cry-cont-ri p{
    color: var(--colorfff);
    line-height: var(--line175);
}
.advant-cry{
    margin-top: 80px;
}
.advant-serv-tpul{
    margin: 0 -16px 54px;
}
.advant-serv-tpul-li{
    width: 25%;
    padding: 0 16px;
    opacity:0.5;
    transition: all .5s;
}
.astl-pro{
    margin-bottom:32px;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.5);
    position: relative;
}
.astl-pro span{
    width: 0%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    background:var(--colormain);
}
@keyframes line{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.advant-serv-tpul-li.act .astl-pro span{
    animation: line 4s linear;
}
.astl-tit{
    font-weight: bold;
    line-height: var(--line175);
    color: var(--color333);
    margin-bottom: 16px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.astl-word p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    line-height: var(--line175);
    color: var(--color666);
}
.advant-serv-tpul-li.act{
    opacity: 1;
}
.advant-change{
    position: relative;
}
.advant-change-bg{
    width: 62%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}
.advant-change-bg img{
    width: 100%;
}
.advant-change-cont{
    display: flex;
    align-items: flex-start;
}
.advant-change-le{
    width: 43%;
    position: sticky;
    top: 100px;
}
.advant-change-ri{
    width: 57%;
    padding-left: 126px;
}
.sticky-body{
    overflow: visible !important;
}
.advant-page section{
    overflow: hidden;
}
.advant-change{
    overflow: visible !important;
}
.advant-change-le-word p, .form-cont-le-word p{
    font-size: 20px;
    line-height: var(--line175);
    color: var(--color666);
}
.acru-li{
    margin-bottom: 88px;
}
.acru-li-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.acru-li-num{
    color: var(--color333);
    line-height: 1.2;
    font-family: 'TimeVision-bold' !important;
    flex-shrink: 0;
}
.acru-li-ri{
    width: 100%;
    padding-left: 76px;
}
.acru-li-ri-tit{
    font-weight: bold;
    margin-bottom: 16px;
    line-height: var(--line175);
    color: var(--color333);
}
.acru-li-ri-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.acru-li-ri-word{
    margin-bottom: 40px;
}
/* D1太阳成集团tyc122cc优势-end */
/* E4样片申请-start */
.form-cont{
    position: relative;
    padding-bottom: 80px;
}
.form-page .ys-bread, .form-cont-wrap{
    width: 1360px !important;
    padding-left: 80px;
}
.form-cont-le{
    width: 37%;
    padding-right:103px;
    padding-top: 41px;
}
.form-cont-ri{
    width: 63%;
}
.form-cont-cry{
    display: flex;
    align-items: flex-start;
}
.form-cont-ri-box{
    width: 100%;
    padding: 70px 83px 51px;
    border: 1px solid  #FFF;
    background: rgba(246, 246, 246, 0.40);
    backdrop-filter: blur(10px);
}
.form-cont{
    padding-top: 194px;
}
.form-cont-bg{
    width: 50%;
    position: absolute;
    left: 0;
    bottom:0;
    pointer-events: none;
    z-index: -1;
}
.form-cont-bg img{
    width: 100%;
}
.form-cont-cry h1{
    margin-bottom: 43px;
}
.form-page .dswc-cont-form-list{
    width: 50%;
    padding: 0 20px;
}
.form-page .dswc-cont-form{
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.form-page .dswc-cont-form-word, .form-page .dswc-cont-form-address{
    width: 100% !important;
}
.form-page .dswc-cont-form-area, .form-page .dswc-cont-form-code, .form-page .form-agree{
    width: 100%;
    padding: 0 20px;
}
.form-page .dswc-cont-form-btn{
    justify-content: flex-start;
    padding-left: 20px;
}
.form-page .dcfa-input textarea{
    border-bottom: 1px solid #B0B0B0;
}
.form-page .dswc-cont-form-area .dcfa-input{
    border-bottom: solid 1px transparent;
    height: auto;
}
.form-page .dcfl-input input::placeholder{
    font-size: var(--text16);
    color: #d7d7d7;
}
/* E4样片申请-end */
@media screen and (min-width: 1200px) {
    .comp-tabli:hover li{
        background: var(--colormain);
        color: var(--colorfff);
    }
    .dsul-cont:hover .dsul-cont-le .std-text16{
        color: var(--colormain);
    }
    .dsul-cont:hover .dsul-cont-ri-icon::before{
        opacity: 1;
    }
    .dsul-cont:hover .dsul-cont-ri-icon::after{
        opacity: 0;
    }
    .dsul-cont:hover .dsul-cont-ri-icon > :nth-child(1){
        opacity: 1;
    }
    .dsul-cont:hover .dsul-cont-ri-icon > :nth-child(2){
        opacity: 0;
    }
    .dstu-list-link:hover{
        color: var(--colormain);
    }
    .lsul-link:hover .lsul-link-btm-text{
        color: var(--colormain);
    }
    .psul-link:hover{
        background: var(--colormain);
        color: var(--colorfff);
    }
    .lstu-list-link:hover .lllb-text{
        color: var(--colormain);
    }
    .rsbt-list-link:hover{
        color:#2F5597;
    }
    .advant-track-list:hover .advant-track-ul{
        animation-play-state: paused;
    }
    .cclb-item-btn a:hover{
        color: var(--colormain);
    }
}
/* 2024-07-03-二期切图-end */

/* 20240717 */
.advant-track-cry{
    width: 100%;
}
.advant-track-cry::before{
    width: 18%;
    left: -1px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    transform: none;
}
.advant-track-cry::after{
    width: 18%;
    right: -1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    transform: none;
}
.dswc-cont-form-code{
    flex-wrap: wrap;
}
.ctact-from-cry .dswc-cont-form-code label {
    margin-right: 0 !important;
}
.ctact-from .dswc-cont-form{
    margin: 0;
}
.profile-page h2{
    font-size: var(--font40) !important;
}
.phbu-li-bg img{
    width: 100%;
}
.piul-box{
    height: 100%;
}
.profile-infor-ul-li{
    height: auto !important;
}
.profile-infor-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.profile-compy-min-ul, .profile-compy-top{
    overflow: hidden;
}
.profile-honor{
    overflow: hidden;
}
.problem-section-cont-ul, .download-section-ul{
    padding-bottom: var(--sapce60);
}
.dcfc-icon{
    margin-left: 10px;
}
.download-main .dswc-cont-form-code{
    padding: 0;
}
.download-main .dcfc-icon{
    margin-left: 0;
}
.form-page .dcfc-icon{
    margin-left: 0px;
}
.form-page .dswc-cont-form-code{
    width: 80%;
}

/*kim 20240726*/
.profile-honor-bot-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.phbu-li-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.phbu-li{
    height: auto;
}
.hpbu-li{
    height: auto;
}
.home-prod-btm-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.hpbu-li-top{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hpbu-li a{
    display: flex;
    flex-direction: column;
}
.aaul-box{
    padding-right: 22px;
}
.profile-page .slick-dots li{
    border-radius: 0;
}
.download-main .dswc-cont-form-code{
    width: 100%;
}

.advant-change-le {
    width: 63%;
    position: sticky;
    top: 100px;
    min-height: calc(100vh - 100px);
    padding-left: calc(50vw - 600px);
}
.advant-change-bg {
    width: 100%;
    left:0;
}
.advant-change-ri{
    width: 37%;
}
.advant-change-wrap{
    padding-right: calc(50% - 600px);
}
.mc-rtv-l .mCSB_outside+.mCSB_scrollTools {
    right: -14px;
    top: 6px;
}
.mc-rtvl-xlscroll .mCSB_outside+.mCSB_scrollTools{
    right: 0px;
    top: 6px;
}
.mc-rtv-bd-r .mCSB_outside+.mCSB_scrollTools{
    right: 0;
    top: 0;
}

.mc-rtv-l .mCS-dark.mCSB_scrollTools .mCSB_draggerRail, .mc-rtvl-xlscroll .mCS-dark.mCSB_scrollTools .mCSB_draggerRail, .mc-rtv-bd-r .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    border-radius: 0;
    background-color: rgba(241, 241, 241, 1) !important;
}
.mc-rtv-bd-r .mCSB_scrollTools_horizontal.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: auto !important;
    height: 10px;
    top: 1px;
    border-radius: 0;
    background-color: rgba(241, 241, 241, 1) !important;
}
.mc-rtv-l .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mc-rtvl-xlscroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mc-rtv-bd-r .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(193,193,193,1) !important;
    width: 10px !important;
    border-radius: 0px !important;
}
.mc-rtv-bd-r .mCSB_scrollTools_horizontal.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: auto !important;
    height: 10px;
}

/* 20240822 */
.list-ctact-wrap span {
    line-height: 1.75;
    margin-right: 60px;
    flex-shrink: 0;
}
.list-ctact-wrap h2{
    display: flex;
    align-items: flex-start;
    padding-right: 20px;
}
.aaul-word p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.rltb-com a p{
    white-space: nowrap;
}
.hast-li{
    cursor: pointer;
}
.yx-sidebar4{
    transform: translateY(-50%) translateX(100%);
    transition: transform .4s;
}
.yx-sidebar4.on{
    transform: translateY(-50%) translateX(0%);
}
.yx-sidebar-up .ysln-box{
    left: 0 !important;
    opacity: 1 !important;
}
.list-ctact-wrap-box .std-btn5{
    flex-shrink: 0;
}
.list-ban{
    position: relative;
}
.list-ban-btn{
    position: absolute;
    right: calc(50% - 600px);
    top: 180px;
}
.list-ban-btn .std-btn3-box::after{
    display: none;
}
.list-ban-btn-list.act .std-btn3-box{
    border: solid 1px var(--colormain);
    background: var(--colormain);
}
.list-ban-btn-list .std-btn3-box{
    border:solid 1px rgba(116, 116, 116, 0.30);
}
.list-ban-btn-list .std-btn3-box{
    transition: all .4s;
}
.list-ban-btn-list .std-btn3-box p{
    color: #6D7479;
    transition: all .4s;
}
.list-ban-btn-list.act .std-btn3-box p{
    color: var(--colorfff);
}
.list-ban-btn{
    display: flex;
}
.list-ban-btn-list1{
    margin-right: 12px;
}
.home-ban {
    padding-top: 170px;
}
.home-ban .ys-ban-txtbox {
    padding-bottom: 70px;
}
.mc-tab-td0-pdf{
    width: 20px;
    margin: 0 auto;
}
.mc-tab-td0-pdf img{
    width: 100%;
}
.mc_table_jia{
    height: 100%;
}
.mc-table-hd{
    position: relative;
    z-index: 5;
}
.mc-tab-bd{
    position: relative;
    z-index: 4;
}
@media screen and (min-width: 1200px) {
    .list-ban-btn-list .std-btn3-box:hover{
        background: var(--colormain);
    }
    .list-ban-btn-list .std-btn3-box:hover p{
        color: var(--colorfff);
    }
}
/* 2024.09.05 */
.hsul-third-ul-li.has-child .iconfont{
    display: block;
}
.hsul-third-ul-li .iconfont{
    display: none;
}
.htul-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 8px 0;
}
.head-nav-item-down .iconfont{
    transform: rotate(180deg);
    font-size: 0;
}
.head-nav-item-down .icon-arrow-left:before {
    content: "\e744";
    color: #666 !important;
    transition: all .4s;
    font-size: 12px;
}
.hsul-third-ul-li.yxnav-active3 .icon-arrow-left:before{
    color: var(--colorfff) !important;
}
.hnip-second-ri-ul{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.hsul-third-ul-li{
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
}
.hsul-third-ul-li::after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    background: var(--colormain);
    z-index: 0;
    opacity: 0;
    transition: all .4s;
}
.hsul-third-ul-li.yxnav-active3::after{
    opacity: 1;
}
.hsul-third-ul-li.yxnav-active3 .htul-link {
    color: var(--colorfff);
}
.hsul-third-text{
    margin:0px 30px 14px;
}
.htul-four-ul-li {
    margin-bottom: 32px;
}
.htul-four-ul-li:last-child{
    margin-bottom: 0px;
}
.htul-four-ul-li a{
    color: var(--colorfff);
    font-size: var(--text16);
    line-height: 1.2;
    text-align: center;
    display: block;
    transition: all .4s;
    opacity: 0.8;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    background: transparent !important;
    padding: 0px !important;
}
.htul-four-ul{
    padding: 25px 36px;
    background:var(--colormain);
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}
.hsul-third-ul{
    max-height: 100% !important;
}
.hsul-third-ul-li{
    margin-bottom: 4px !important;
}
.htul-four-ul-li.yxnav-active4 a{
    opacity: 1;
    text-decoration-color: var(--colorfff);
}
.hnip-ul-li.has-child .iconfont{
    display: block;
}
.hnip-ul-li .iconfont{
    display: none;
    margin-left: 30px;
}
.hnip-ul-li-link{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 0 60px;
}
.hnip-ul-li.yxnav-active2 .iconfont::before{
    color: var(--colormain) !important;
}
.hnip-wrap{
    position: relative;
}
.hnip-ul-li-third{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--colorbg2);
    padding: 25px 20px;
}
.hult-lis a{
    font-size: var(--text16);
    line-height: var(--line14);
    color: var(--color666);
    display: block;
    white-space: nowrap;
    transition: all .4s;
}
.hult-lis.yxnav-active3 a{
    color: var(--colormain);
}
.hnip-ul-li-third{
    display: none;
}
.hult-lis{
    margin-bottom: 10px;
}
.hult-lis:last-child{
    margin-bottom: 0px;
}

/*20240930*/
.advant-track-ul-li{
    position: relative;
}
.atul-bot{
    position: absolute;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    z-index: 2;
}
.atul-bot-word{
    display: none;
    padding-top: 11px;
}
.atul-bot-tit{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 1.75;
}
.atul-bot-word p{
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}
.advant-track-ul-li .ys-imgbox-cover{
    position: relative;
}
.advant-track-ul-li .ys-imgbox-cover:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: all .4s;
}
.advant-track-ul-li.act .ys-imgbox-cover:after{
    opacity: 1;
}
.home-appli-slide-tp{
    width: 33.333333%;
}
.dlul-list-lis-text{
    position: absolute;
    top: 15px;
    right: 35px;
    display: inline-block;
    color: var(--colormain);
    font-size: var(--text16);
    line-height: 1.4;
}
.sort-page .dlul-list-lis-text{
    display: none;
}
/*20241127*/
.list-cry-ul{
    align-items: stretch;
}
.list-cry-ul-li a{
    height: 100%;
}
.list-cry-ul-li.more .lcul-le-word p{
    height: auto;
    -webkit-line-clamp: inherit;
}
.lcul-le{
    padding-right: 32px;
}
.ys-phsubnav-close{
    color: var(--colormain);
}


/* 新增 2024.12.19 star */

.model-page .listdet-banbg {
    opacity: 0;
}

.model-page .listdet-ban-pic {
    background: var(--colormain);
}

.model-page .listdet-banbg {
    width: 62%;
}

.model-page .listdet-banimg {
    width: 45%;
}

.model-page .listdet-ban h1,
.model-page .listdet-ban .ys-nyban-title-word {
    opacity: 0;
    width: 51%;
}

.model-page .listdet-ban .ys-pos-center {
    top: 52%;
}

.model-nav {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
    position: sticky;
    top: 80px;
    z-index: 20;
}

.model-nav-ul {
    display: flex;
    justify-content: space-around
}

.model-nav-ul-li {
    padding: 0 15px;
}

.model-nav-ul-li p {
    color: #6D7479;
    line-height: 1.5;
    transition: all 0.36s;
    padding: 29px 0 24px;
    position: relative;
    cursor: pointer;
}

.model-nav-ul-li p::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    opacity: 0;
    height: 2px;
    background: #2F5597;
    transition: all 0.36s;
}

.model-nav-ul-li.act p::after {
    width: 100%;
    opacity: 1;
}

.model-nav-ul-li.act p {
    color: #2F5597;
}

.model-chip {
    width: 100%;
    position: relative;
}

.model-chip-li {
    width: 100%;
    position: relative;
    padding-top: 80px;
}

.model-chip-li-top {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 23px;
    margin-bottom: 30px;
}

.model-chip-li-top .std-tit4 {
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}

.mclb-le {
    width: 35%;
}

.mclb-ri {
    width: 65%;
    padding-left: 150px;
}

.model-chip-li-btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mod-tit20 {
    font-size: 20px;
    line-height: 1.75;
    color: #333;
}

.mclb-ri-tit .mod-tit20 {
    font-weight: bold;
}

.mclb-ri-tit {
    margin-bottom: 20px;
}

.mclb-ri-info p {
    color: #666;
    line-height: 1.75;
    max-height: 5.25em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mclb-ri-info {
    margin-bottom: 10px;
}

.mclb-ri-link p {
    color: #666;
    line-height: 1.75;
    margin-bottom: 15px;
}

.mclb-ri-link a {
    color: #2F5597;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    display: block;
    padding-left: 21px;
}

.mclb-ri-link a::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #2F5597;
    border-radius: 50%;
}

.model-entry {
    width: 100%;
    background: #F5F6F7;
}

.mod-tit36 {
    font-size: 36px;
    line-height: 1.5;
}

.mell-tit .mod-tit36 {
    color: #333;
    font-weight: bold;
}

.mell-tit {
    margin-bottom: 30px;
}

.mell-info p {
    color: #666;
    line-height: 1.75;
}

.model-entry-li-le {
    width: 43%;
    padding: 15px 0;
}

.model-entry-li-ri {
    width: 40%;
}

.model-entry-li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.model-entry-li:last-child {
    margin-bottom: 0;
}

.model-entry-li:nth-child(2n) {
    flex-direction: row-reverse;
}

.model-entry-li:nth-child(2n) .model-entry-li-le {
    transform: translateX(-70px);
}

.model-page .selector-cry {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: var(--sapce120) !important;
    padding-bottom: var(--sapce120) !important;
}

.mod-sticky {
    overflow: visible !important;
}

.model-page .ys-nyban-cry h1 {
    width: 100%;
    padding-right: 0;
}

.brief-produc-tit .std-tit3 {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

.brief-produc-wrap {
    width: 994px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.brief-produc-info p {
    color: #333;
    line-height: 1.75;
}

.brief-produc-tit {
    margin-bottom: 30px;
}

.brief-list-ul {
    width: 100%;
}

.brief-list-ul-li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 123px;
}

.brief-list-ul-li:last-child {
    margin-bottom: 0 !important;
}

.blul-ri {
    width: 43%;
}

.blul-le {
    width: 40%;
    position: relative;
    padding-top: 40px;
    z-index: 1;
}

.mod-tit44 {
    font-size: 44px;
    line-height: 1.4;
    color: #333;
}

.blul-le-tit .mod-tit44 {
    color: #333;
    line-height: 1.4;
}

.blul-le-tit {
    margin-bottom: 30px;
}

.mclb-ri-link a {
    margin-bottom: 10px;
}

.blul-le-num p {
    background: linear-gradient(180deg, #F4F4F4 0%, rgba(238, 238, 238, 0.05) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200px;
    font-weight: 800;
    line-height: 150%;
    /* 300px */
}

.blul-le-num {
    position: absolute;
    top: -100px;
    left: 10px;
    z-index: -1;
}

.listdet-prod-img {
    width: 100%;
}

.listdet-prod-img img {
    width: 100%;
}

.brief-page .lpsu-list a {
    padding-top: 0 !important;
}

.suppor-advant {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.suppor-advant::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    background: linear-gradient(0deg, rgba(245, 246, 247, 0.65) 0%, rgba(245, 246, 247, 0.00) 100%);
}

.suppor-advant-tit .std-tit3 {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

.suppor-advant-top {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.suppor-advant-info p {
    color: #666;
    line-height: 1.75;
}

.suppor-advant-tit {
    margin-bottom: 30px;
}

.suppor-advant-btm {
    width: 100%;
    position: relative;
}

.suppor-advant-btm-li {
    display: flex;
    margin: 0 -10px;
}

.sabl-li {
    padding: 0 10px;
    margin-bottom: 20px;
}


.sabl-wrap {
    width: 100%;
    position: relative;
}

.sabl-le {
    width: 59%;
}

.sabl-wrap-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px;
}

.sabl-wrap .ys-imgbox-cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, #333 100%);
}

.sabl-wrap-btm-tit .std-tit5 {
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
}

.sabl-wrap-btm-tit {
    margin-bottom: 10px;
}

.sabl-wrap-btm-info p {
    color: #fff;
    line-height: 1.75;
}

.sabl-ri {
    width: 41%;
}

.sabl-wrap .ys-imgbox-cover img:nth-child(1) {
    display: none;
}

.sabl-wrap .ys-imgbox-cover img:nth-child(2) {
    position: relative;
}

.suppor-solutio {
    width: 100%;
    position: relative;
}

.suppor-solutio-li {
    width: 100%;
}

.suppor-solutio-btm {
    width: 100%;
}

.suppor-solutio-btm img {
    width: 100%;
}

.suppor-advant-btm-li:nth-child(2n) {
    flex-direction: row-reverse;
}

.suppor-down {
    width: 100%;
    position: relative;
}

.suppor-down-li {
    width: 100%;
    background: #F7F7F7;
    margin-bottom: 40px;
}

.suppor-down-link {
    width: 100%;
    position: relative;
    display: flex;
    padding: 40px 50px;
    padding-right: 100px;
    align-items: center;
}

.suppor-down-link .std-btn6 {
    flex: none;
}

.suppor-down-link-le {
    width: 100%;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.sdll-le {
    width: 100px;
}

.sdll-le img {
    width: 100%;
}

.sdll-ri {
    width: calc(100% - 100px);
    padding-left: 64px;
}

.sdll-ri-tit .std-tit4 {
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    transition: all 0.36s;
}

.sdll-ri-info p {
    color: #666;
    line-height: 1.75;
}

.sdll-ri-tit {
    margin-bottom: 10px;
}

.informa-type {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.informa-type-btm {
    width: 100%;
    position: relative;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.informa-type-btm-le {
    width: 276px;
}

.informa-type-btm-ri {
    width: calc(100% - 276px);
    padding-left: 64px;
}

.itbl-top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 11px;
    border-bottom: 1px solid #EDF0F1;
    cursor: pointer;
}

.itbl-top-le {
    padding-right: 10px;
    width: 100%;
}

.itbl-top-le p {
    color: #333;
    line-height: 1.5;
}

.itbl-top-ri {
    width: 16px;
    flex: none;
}

.itbl-top-ri img {
    width: 100%;
    transition: all 0.36s;
}

.itbl-btm-li {
    width: 100%;
    padding: 16px 11px;
    display: flex;
    border-bottom: 1px solid #EDF0F1;
    cursor: pointer;
}

.itbl-btm-li.act .itbl-btm-li-le::after {
    opacity: 1;
}

.itbl-btm-li-le {
    flex: none;
    width: 16px;
    height: 16px;
    border: 1px solid #C3CADA;
    border-radius: 50%;
    margin-top: 6px;
    position: relative;
}

.itbl-btm-li-le::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #2F5597;
    opacity: 0;
    transition: all 0.36s;
}

.itbl-btm-li-ri p {
    color: #666;
    line-height: 1.5;
    padding-left: 16px;
}

.itbl-btm {
    display: none;
}

.itbl-top.act .itbl-top-ri img {
    transform: rotate(180deg);
}

.data-result-ri-btm {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.drrb-top {
    background: #2F5597;
    width: 100%;
    display: flex;
}

.drrb-wrap {
    border-right: 1px solid #fff;
    padding: 8px 20px;
    display: flex;
    align-items: center;
}

.drrb-wrap:last-child {
    border-right: none;
}

.drrb-wrap1 {
    width: 41.5%;
}

.drrb-wrap2 {
    width: 14.5%;
}

.drrb-wrap3 {
    width: 14.5%;
}

.drrb-wrap4 {
    width: 14.5%;
}

.drrb-wrap5 {
    width: 15%;
}


.drrb-btm-li:nth-child(2n) {
    background: #F5F5F7;
}

.drrb-btm-li {
    display: flex;
    width: 100%;
}

.drrb-wrap span {
    display: none;
}

.drrb-btm-li .drrb-wrap p {
    color: #333;
}

.drrb-btm-li .drrb-wrap {
    border-color: #F5F5F7;
}

.drrb-btm {
    width: 100%;
    border: 1px solid #F5F5F7;
    border-top: none;
}

.drrb-wrap p {
    line-height: 1.75;
    font-size: 16px;
}

.drrb-top .drrb-wrap p {
    font-weight: bold;
    color: #fff;
}

.mttw-img {
    margin-left: 6px;
}

.mttw-img-com {
    width: 8px;
    height: 5px;
    position: relative;
}

.mttw-img-top {
    margin-bottom: 2px;
}

.mttw-img-com {
    cursor: pointer;
}

.mttw-img-com svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mttw-img-com path {
    transition: all 0.36s;
}

.drrb-wrap1 p {
    transition: all 0.36s;
}

.drrb-wrap {
    text-align: center;
    justify-content: center;
}

.drrb-wrap1 {
    text-align: left !important;
    justify-content: flex-start !important;
}

.drrb-btm .drrb-wrap p {
    font-size: 14px;
}

.drrb-btm .drrb-wrap1 p {
    font-size: 16px;
}

.drrb-wrap .mttw-img-com.on path {
    fill: #4072C9;
}

.drrb-wrap5 img {
    width: 20px;
}

.drrb-btm .drrb-wrap3 p,
.drrb-btm .drrb-wrap4 p {
    color: #666666;
}

.drrb-btm .drrb-wrap {
    padding: 12px 20px;
}

.informa-type-btm-ri .problem-section-cont-page {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.model-entry-selec {
    width: 100%;
    position: relative;
}

.ys-fadeInUpimg1 {
    transition: all 0.8s !important;
    animation: fadeInUpimg1 2s ease 1;
}
@keyframes fadeInUpimg1 {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: none;
    }
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .drrb-btm-li:hover .drrb-wrap1 p {
        color: #2F5597;
    }

    .sabl-wrap:hover .ys-imgbox-cover img {
        transform: scale(1.08);
    }

    .suppor-down-link:hover .sdll-ri-tit .std-tit4 {
        color: #2F5597;
    }

    .suppor-down-link:hover .std-btn6-box::before {
        transform: scaleX(1);
        transform-origin: left;
    }

}

/* 新增 2024.12.19 end */
.anchor-target {
    scroll-margin-top: 55px; /* 将50px替换为你的导航栏高度 */
}

.mclb-le {
    display: block;
}

.ys-phmenu-close .iconfont  {
    color: var(--colormain);
}

.dlul-list-lis-word p {
    height: auto;
    max-height: 5.25em;
    -webkit-line-clamp: 3;
}

.drrb-wrap4 {
    display: none;
}

.drrb-wrap2 {
    width: 22.5%;
}

.drrb-wrap1 {
    width: 48.5%;
}

.brief-produc-info p {
    font-size: 20px;
    line-height: 1.8;
}

.mclb-ri-link a,
.mclb-ri-link p{
    font-size: 18px;
}

.mclb-ri-link a::after {
    top: 11px;
}

.reset-search {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    display: flex;
    align-items: center;
}

.reset-search img{
    width: 18px;
    margin-left: 6px;
}
.home-ban .mod-top-le {
    width: 100% !important;
}

/*20250214*/
.hnip-ul-li.yxnav-active2 .hnip-ul-li-link{
    background: #F7F8FA;
}
.hnip-wrap{
    padding:28px 30px;
}
.hnip-ul-li-link{
    padding: 6px 30px !important;
}
.hnip-ul-li{
    margin-bottom: 4px !important;
}
.hnip-ul-li-third{
    padding: 25px 0px;
}
.hult-lis a{
    padding: 6px 20px;
}
.hult-lis.yxnav-active3 a {
    color: #fff;
    background: var(--colormain);
}
.hult-lis {
    margin-bottom: 4px !important;
}
.head-nav-item3 .hnip-wrap, .head-nav-item4 .hnip-wrap, .head-nav-item5 .hnip-wrap{
    padding: 28px 0px !important;
}
.head-nav-item3 .hnip-ul-li a, .head-nav-item4 .hnip-ul-li a, .head-nav-item5 .hnip-ul-li a{
    padding: 6px 0;
}
.head-nav-item3 .hnip-ul-li.yxnav-active2 .hnip-ul-li-link {
    background: #F7F8FA;
    /*color: #fff;*/
}
.hnip-ul-li-third, .hsul-third{
    background: #f2f2f2;
    z-index: -1;
}
.hnip-wrap, .hnip-second-le {
    /*z-index: 1;*/
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

/*20250325*/
.head-nav-item-title p{
    font-size: var(--text18);
    font-weight: bold;
}
.hnip-second-word p, .hsul-third-text p{
    font-size: var(--text16) !important;
}
.hsul-item p, .hsul-third-ul-li a, .hnip-ul-li a, .hult-lis a{
    font-size: var(--text18);
}
.ys-ph-navbar.ys-ph-navbar1 .ys-phnav-menu{
    background: #264391;
}
.ys-ph-navbar.ys-ph-navbar1 .ys-phs-form input:placeholder{
    color: #fff;
}
.ys-ph-navbar1 .ys-phnav-icon::before, .ys-ph-navbar1 .ys-phnav-icon::after{
    display: none;
}
.ys-ph-navbar1 .ys-phnav-icon.on{
    transform: rotate(180deg);
}
.ys-ph-navbar1 .ys-phnav-icon{
    transition: all .4s;
}
.ys-ph-navbar1 .ys-phs-form input::-webkit-input-placeholder {
    color: rgba(255,255,255,1)
}
.ys-ph-navbar1 .ys-phs-form input:-moz-placeholder {
    color: rgba(255,255,255,1)
}
.ys-ph-navbar1 .ys-phs-form input::-moz-placeholder {
    color: rgba(255,255,255,1)
}
.ys-ph-navbar1 .ys-phs-form input:-ms-input-placeholder {
    color: rgba(255,255,255,1)
}
.ys-ph-navbar1 .ys-phnav-language .ys-phnav-header-font {
    font-size: 22px;
    top: -1px;
    position: relative;
    color: var(--colormain);
}
.ys-phnav-search .iconfont {
    font-size: 23px;
}
.ys-phnav-search .icon-search:before {
    color: var(--colormain);
}
.ys-phnav-menubtn span, .ys-phnav-menubtn::after, .ys-phnav-menubtn::before {
    background: var(--colormain) !important;
}
/*20250403*/
.home-appli-slide-tp{
    width: 100%;
}

/*20250522--delia售后修改--start*/
.duct-page .mod-aside{
    display: none !important;
}
/*20250522--delia售后修改--end*/
/*20250624--delia售后修改-start*/
.problem-section-top-ul{
    flex-wrap: nowrap;
    margin-left: -35px;
    margin-right: -35px;
    justify-content: center;
}
.pstu-list {
    padding: 0 35px;
}
/*20250624--delia售后修改--end*/
/*2025.6.30-leo-statr售后修改*/
.dswc-cont-form-list.dswc-cont-form-firm{
    width: 100%;
}
.dswc-cont-form-list.dswc-cont-form-drop{
    width: 100%;
}
.ys-fii-name{
    color: var(--color333);
    font-size: var(--text16);
    line-height: 1.75;
    flex-shrink: 0;
    flex-grow: 1;
    padding-bottom: 11px;
}
.ys-fii-input{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 11px;
}
.ys-fii-input input{
    color: var(--color333);
    font-size: var(--text16);
    line-height: 1.75;
    font-family: inherit;
}
.ys-fii-input input::placeholder{
     color: #ccc;
    font-size: var(--text16);
    line-height: 1.75;
}
.ys-select-li {
    cursor: pointer;
    padding: 6px 8px;
     color: var(--color333);
    font-size: var(--text16);
    line-height: 1.75;
}
.ys-select-bd{
    max-height: 160px;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.1);
}
.dswc-cont-form-drop .mCSB_outside+.mCSB_scrollTools {
    right: 0px;
    top: 8px;
    bottom: 8px;
}
/*2025.6.30-leo-end售后修改*/