@charset "utf-8";
/* 公共样式 - start */
@font-face {
    font-family: 'Yiwei-Regular';
    src: url('/Public/Cn/fonts/PoppinsRegular/PoppinsRegular.woff2') format('woff2'),
         url('/Public/Cn/fonts/PoppinsRegular/PoppinsRegular.woff') format('woff');
}
@font-face {
    font-family: 'Yiwei-Bold';
    src: url('/Public/Cn/fonts/PoppinsBold/PoppinsBold.woff2') format('woff2'),
         url('/Public/Cn/fonts/PoppinsBold/PoppinsBold.woff') format('woff');
}
@font-face {
    font-family: 'Yiwei-Medium';
    src: url('/Public/Cn/fonts/PoppinsMedium/PoppinsMedium.woff2') format('woff2'),
         url('/Public/Cn/fonts/PoppinsMedium/PoppinsMedium.woff') format('woff');
}
@font-face {
    font-family: 'Yiwei-SemiBold';
    src: url('/Public/Cn/fonts/PoppinsSemiBold/PoppinsSemiBold.woff2') format('woff2'),
         url('/Public/Cn/fonts/PoppinsSemiBold/PoppinsSemiBold.woff') format('woff');
}

:root {
    /* 字号 */
    --font54: 54px;
    --font40: 40px;
    --font36: 36px;
    --font32: 32px;
    --font24: 24px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line13: 1.3;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18:1.8;
    /* 导航 */
    --line40: 40px;
    --line60:60px;
    /* 颜色 */
    --color333: #333333;
    --color666: #666666;
    --color999: #999999;
    --colorfff: #ffffff;
    --colormain1:#26B7BC;
    --colormain2:#E71F20;
    --colorbj1:#F4F8FA;
    --colorbg2:#F9FAFB;
    --colorbg3:#807F80;
    --colorbg4:#E7E6E6;
    /* 板块间距 */
    --space200:200px;
    --space150: 150px;
    --space100: 100px;
    --space40: 40px;
    /* 段落间距 */
    --parpspace10: 10px;
    --parpspace12: 12px;
    /* 特殊字体 */
    --family1:'';
    /* 圆角 */
    --radius10:10px;
    --radius20:20px;
}
.std-h1 {
    font-size: var(--font54);
    color: var(--color333);
    line-height: var(--line13);
    font-weight: bold;
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font40);
    color: var(--color333);
    line-height: var(--line13);
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font36);
    color: var(--color333);
    line-height: var(--line16);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font32);
    color: var(--color333);
    line-height: var(--line16);
}
.std-h5,
.yxedr-active h5 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line16);
}
.std-h6,
.yxedr-active h6 {
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line16);
}
.std-text1,
.std-text1 p {
    font-size: var(--font18);
    color: var(--color1);
    line-height: var(--line16);
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
}
.std-text3,
.std-text3 p {
    font-size: var(--font14);
    color: var(--color333);
    line-height: var(--line16);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    margin-bottom: var(--parpspace10);
}
.std-padd200{
    padding: var(--space200) 0;
}
.stdpadd200-top{
    padding-top: var(--space200);
}
.std-padd200-bot{
    padding-bottom: var(--space200);
}
.std-padd150{
    padding: var(--space150) 0;
}
.std-padd150-top{
    padding-top: var(--space150);
}
.std-padd150-bot{
    padding-bottom: var(--space150);
}
.std-padd100{
    padding: var(--space100) 0;
}
.std-padd100-top{
    padding-top: var(--space100);
}
.std-padd100-bot{
    padding-bottom: var(--space100);
}
body {
    font-family: "Yiwei-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
input,textarea {
    font-family: "Yiwei-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "Yiwei-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
/* 英文站换行规则 */
/* 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'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(0, 0, 0, .2) !important;
}
/*导航默认选中*/
.head-nav-item-title{
    line-height: var(--line60);
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/* 按钮 */
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    display: block;
    cursor: pointer;
    padding: 4px 16px;
    border-radius: 80px;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line18);
    transition: all .4s;
    overflow: hidden;
    background: var(--colorfff);
    cursor: pointer;
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    display: block;
    cursor: pointer;
    padding: 4px 16px;
    border-radius: 80px;
    font-size: var(--font14);
    color: var(--colorfff);
    line-height: var(--line18);
    transition: all .4s;
    overflow: hidden;
    background: var(--colormain1);
    cursor: pointer;
}
.mod-arrows, .mod-arrows2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.arrows-icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: all;
    background: rgba(51, 51, 51, 0.30);
    transition: all .4s;
    position: relative;
    cursor: pointer;
}
.arrows-icon img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-arrows.ban .arrows-icon{
    width: 50px;
    height: 50px;
}
.arrows2-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: all;
    transition: all .4s;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: solid 1px var(--color999);
}
.arrows2-icon img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
}
.arrows2-icon img:nth-child(2){
    opacity: 0;
}
.std-btn3{
    display: inline-block;
}
.std-btn3-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.std-btn3-icon{
    width: 10px;
    flex-shrink: 0;
    margin-left: 10px;
}
.std-btn3-icon img{
    width: 100%;
}
.std-btn3-box p{
    color: var(--colormain1);
    line-height: var(--line175);
    font-size: var(--font18);
}
/* 内页banner */
.ys-nyban-title p{
    font-size: var(--font18);
    line-height: var(--line15);
    color: var(--colorfff);
    margin-bottom: 24px;
}
.ys-nyban-title h1{
    font-size: var(--font54);
    color: var(--colorfff);
    line-height: var(--line13);
    font-weight: bold;
}
.ys-nyban-btn .std-btn1-box{
    background: transparent;
    border: solid 1px #ffffff;
    color: var(--colorfff);
    padding: 10px 32px;
    font-size: var(--font16);
    line-height: var(--line175);
}
.ys-nyban-btn .std-btn1{
    margin-top: var(--space40);
}
.mod-bread{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.inside-main .mod-bread{
    margin-top:10px;
    left: auto;
    top: auto;
    transform: inherit;
    position: relative;
}
.ys-page-wrap{
    padding-top: calc(var(--line40) + var(--line60));
}
/* 顶部导航-start */
.ys-hd-pc{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #E7E6E6;
}
.mntl-ul-li-box,
 .mntr-lang-top p,
  .mntr-login p, 
  .mntr-store p{
    line-height: var(--line40);
    color: var(--colorfff);
    font-size: var(--font14);
    display: flex;
    align-items: center;
}
.mod-nav-top{
    background: var(--color333);
}
.mod-nav-top-wrap{
    display: flex;
    justify-content: space-between;
}
.mod-nav{
    width: 100%;
    position: relative;
}
.mntr-phon{
    position: relative;
}
.mulb-icon,
 .mntr-lang-top-icon,
 .mntr-login-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 8px;
    display: none;
}
.mulb-icon img, .mntr-login-icon img{
    width: 100%;
}
.mntl-ul-li.on .mulb-icon{
    display: block;
}
.mntl-ul-li{
    padding: 0 24px;
}
.mntl-ul{
    margin: 0 -24px;
}
.mod-nav-top-ri{
    display: flex;
}
.mntr-lang-top, .mntr-login a, .mntr-store a{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mntr-lang-top-icon, .mntr-login-icon{
    display: block !important;
}
.mntr-lang-top-pic{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    transition: all .4s;
}
.mntr-lang, .mntr-login, .mntr-store{
    position: relative;
    margin-right: 42px;
}
.mlpu-li a{
    display: block;
    text-align: center;
    opacity: 0.7;
    transition: all .4s;
    font-size: var(--font14);
    line-height: var(--line18);
    color: var(--colorfff);
}
.mlpu-li.act a{
    opacity: 1;
}
.mntr-lang-pull{
    width: calc(100% + 40px);
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 10px 10px;
    background: #333;
    padding: 10px 0;
    z-index: 9;
    display: none;
}
.mntr-phon-pull{
    position: absolute;
    top: 98%;
    right: 0;
    padding: 27px 25px;
    border-radius: 0px 0px 10px 10px;
    background: #333;
    display: none;
    z-index: 12;
}
.mppu-li-pic{
    border-radius: var(--radius10);
    overflow: hidden;
    width: 130px;
}
.mppu-li-pic img{
    width: 100%;
}
.mlpu-li{
    margin-bottom: 12px;
}
.mlpu-li:last-child{
    margin-bottom: 0px;
}
.mntr-phon-pull-ul{
    display: flex;
    margin: 0 -20px;
    white-space: nowrap;
}
.mppu-li{
    padding: 0 20px;
}
.mppu-li span{
    text-align: center;
    color: var(--colorfff);
    display: block;
    font-size: var(--font16);
    line-height: var(--line18);
}
.mntr-lang.act .mntr-lang-top-pic, 
.mntr-phon.act .mntr-lang-top-pic{
    transform: rotate(180deg);
}
.mod-nav-bot{
    width: 100%;
    background:var(--colorfff);
}
.mod-nav-bot-wrap{
    display: flex;
    justify-content: space-between;
}
.mod-nav-bot-le{
    display: flex;
}
.head-logo{
    width: 160px;
    line-height: var(--line60);
    margin-right: 58px;
    height: var(--line60);
}
.head-logo a{
    line-height: var(--line60);
    display: block;
}
.head-logo img{
    width: 100%;
}
.head-nav{
    display: flex;
    margin: 0 -25px;
}
.head-nav-item{
    padding: 0 25px;
}
.head-nav-item-title{
    line-height: var(--line60);
    position: relative;
    display: block;
    font-size: var(--font16);
    color: var(--color333);
}
.head-nav-item-title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colormain1);
}
.head-nav-item.yxnav-active1 .head-nav-item-title::after{
    width: 100%;
}
.mod-nav-bot-ri{
    display: flex;
    align-items: center;
}
.mnbr-tel{
    margin-right: 28px;
}
.mnbr-tel a{
    display: flex;
    align-items: center;
    line-height: var(--line60);
}
.mnbr-tel-icon{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
}
.mnbr-tel-icon img{
    width: 100%;
}
.mnbr-tel p{
    font-size: 26px;
    color: var(--colormain1);
    line-height: var(--line60);
    font-weight: bold;
}
/* 检索 */
.yx-search3{
    display: flex;
    align-items: center;
}
.yx-search3-btn{
    display: flex;
    align-items: center;
    line-height: var(--line60);
    position: relative;
    cursor: pointer;
}
.yx-search3-btn img{
    width: 20px;
    margin-right: 8px;
    transition: all .36s;
}
.yx-search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx-search3img2{
    position: absolute;
    top:21px;
    left: 0;
    opacity: 0;
}
.yx-search3xlbox{
    width: 100%;
    height: 252px;
    background:rgba(255, 255, 255, 1);
    box-shadow:0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}
.yx-search3-tbox{
    width: 100%;
    margin: auto;
    height: 41px;
    border-bottom: 1px solid  #E7E6E6;
    background:  #F4F8FA;
}
.yx-search3xlbtn{
    width: 20px;
    line-height: 41px;
    margin-left: 16px;
}
.yx-search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls  {
    width: calc(100% - 75px);
    padding-right: 50px;
    padding-left: 10px;
    height: 100%;
}
.yx-search3-xls input{
    font-size: var(--font16);
    line-height: 1.75;
    color: #333;
    width: 100%;
    transition: all .36s;
    height: 100%;
}
.yx-search3-xls input::placeholder{
    color: #666;
}
.mntl-ul{
    display: flex;
    align-items: stretch;
}
.yx-search3-tbox span{
    cursor: pointer;
    display: inline-block;
    color: var(--color333);
    line-height: 41px;
}
.yx-search3-tbox{
    display: flex;
    align-items: stretch;
}
.yx-search3xlbox-bot{
    margin-top: 30px;
}
.yx-search3xlbox-bot-tit{
    color: var(--color333);
    margin-bottom: 16px;
}
.yx-search3xlbox-bot-ul{
    display: flex;
    margin: 0 -5px;
}
.yx-sbulis{
    padding: 0 5px;
}
.yx-sbulis p{
    padding: 5px 13px;
    border-radius: 26px;
    background: #F4F8FA;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line13);
    cursor: pointer;
    transition: all .4s;
}
.yx-search3xlbox-wrap{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.head-nav-item-down{
    width: 100vw;
    background: #fff;
}
.head-nav-item{
    position: static;
}
.ctact-pull-wrap{
    width: 42%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 33px 0 69px;
}
.ctact-pull-le{
    width: 65%;
    position: relative;
    padding:28px 32px 28px 140px;
    border-radius: 10px;
    background: #F4F8FA;
    overflow: hidden;
}
.ctact-pull-ri{
    width: 33%;
    padding: 0 30px;
    border-radius: 10px;
    background: #F4F8FA;
    overflow: hidden;
}
.ctact-pull-le-bg{
    width: 44%;
    position: absolute;
    top:0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}
.ctact-pull-le-bg img{
    width: 100%;
}
.ctact-pull-le-tit{
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom: 9px;
    position: relative;
    z-index: 2;
}
.ctact-pull-le-tel a{
    display: block;
    color: var(--colormain1);
    font-size: var(--font24);
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.head-nav-item-down .ys-cont1600{
    position: relative;
}
.cpru-li a{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: solid 1px #E7E6E6;
}
.cpru-li:last-child a{
    border-bottom: solid 1px transparent;
}
.cpru-li p{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
}
.cpru-li-icon{
    width: 40px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:14px;
}
.ctact-pull-ri-ul{
    height: 100%;
}
.cpru-li{
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.solu-pull-wrap, .prod-pull-wrap{
    width: 77.5%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding: 33px 0 90px;
}
.solu-pull-le{
    width: 15%;
}
.solu-pull-ri, .prod-pull-ri{
    width: 85%;
    padding-left: 40px;
}
.sprl-uls{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -3px;
}
.sprl-uls-lis{
    width: 16.666667%;
    padding: 0 3px;
    margin-bottom: 6px;
}
.sprl-uls-lis-box{
    height: 100%;
    display: block;
    border-radius: 10px;
    background: #F7F9FA;
    padding: 40px 10px 25px;
}
.splu-lis a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.splu-lis p{
    transition: all .4s;
    color: #666;
    line-height: var(--line18);
    font-size: var(--font16);
}
.spli-lis-pic{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 10px;
    opacity: 0;
    transition: all .4s;
}
.splu-lis.yxnav-active2 .spli-lis-pic{
    opacity: 1;
}
.splu-lis.yxnav-active2 p{
    color: #333;
}
.sulb-imgs{
    width: 48px;
    margin:0 auto 23px;
}
.sulb-imgs img{
    width: 100%;
}
.sprl-uls-lis-box p{
    text-align: center;
    font-size: var(--font14);
    color: #333;
    line-height: var(--line18);
}
.sprl-more p{
    color: #333;
    line-height: 1.4;
    font-size: var(--font16);
}
.sprl-more .std-btn3-box{
    align-items: center;
}
.sprl-more .std-btn3-icon{
    width: 18px;
    flex-shrink: 0;
    font-size: 0;
}
.sprl-more{
    margin-top:34px;
}
.solu-pull-ri-list{
    display: none;
}
.solu-pull-ri-list:first-child{
    display: block;
}
.splu-lis{
    margin-bottom: 20px;
}
.splu-lis:last-child{
    margin-bottom: 0px;
}
.pprl-top{
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
}
.pprl-top-tit{
    font-weight: bold;
    color: var(--color333);
    margin-right: 18px;
}
.pprl-top .std-btn3-box p{
    color: #666;
    font-size: var(--font14);
}
.prod-pull-wrap{
    padding: 32px 0 70px;
}
.pprl-bot{
    display: flex;
    align-items: stretch;
}
.pprl-bot-ri a{
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius10);
}
.pprl-bot-ri-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.pprl-bot-ri-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height:24%;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.00) 0%, rgba(4, 4, 4, 1) 100%);
    pointer-events: none;
    width: 100%;
}
.pprl-bot-ri-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pprl-bot-ri-box{
    position: absolute;
    bottom:20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    z-index: 2;
}
.pbrb-tit{
    color: #fff;
    line-height: 1.8;
    margin-bottom: 7px;
    text-align: center;
}
.pprl-bot-ri-box .std-btn3{
    width: 100%;
}
.pprl-bot-ri-box .std-btn3-box{
    width: 100%;
    justify-content: center;
}
.pprl-bot-ri-box .std-btn3-box p{
    color: #fff;
}
.pprl-bot-ri{
    width: 28%;
}
.pprl-bot-le{
    width:72%;
}
.pprl-bot-le-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
    padding-right: 5px;
}
.pblu-item{
    width: 25%;
    padding:0 3px;
    margin-bottom: 5px;
}
.pblu-item-tit{
    text-align: center;
    color: var(--color333);
}
.pblu-item .hllb-ul-li p{
    font-size: var(--font14);
    color: var(--color999);
}
.pblu-item .hllb-ul-li p::after{
    background: #999;
}
.pblu-item .hllb-ul{
    justify-content: center;
    margin-bottom: 0px !important;
}
.pblu-item a{
    display: block;
    border-radius: var(--radius10);
    overflow: hidden;
    background: #F7F9FA;
    padding: 0 10px 13px;
    position: relative;
}
.pblu-item .hliu-lis-tab{
    top: 5px;
    right: 5px;
}
.pblu-item.on .hliu-lis-tab{
    opacity: 1;
}
.pblu-item:nth-last-of-type(-n+4){
    margin-bottom: 0px;
}
.head-nav-item-down{
    box-shadow: 0px 4px 14.8px 0px rgba(19, 97, 115, 0.15);
}
/* 顶部导航-end */
/* 底部导航-start */
.mot-foot-tp-ul{
    display: flex;
    margin: 0 -10px;
}
.mftu-li{
    width: 33.333333%;
    padding: 0 10px;
}
.mftu-li-link{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius10);
    background: #F7F9FA;
    padding: 38px 100px;
}
.mftu-li-link-icon{
    width: 40px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:15px;
}
.mftu-li-link-icon img{
    width: 100%;
}
.mftu-li-link p{
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line16);
}
.mftu-li-link p span{
    font-size: var(--font16);
    color: var(--color999);
    line-height: var(--line16);
    margin-left: 7px;
    display: inline-block;
}
.ys-footer{
    width: 100%;
    padding-top: var(--space100);
}
.mot-foot-tp{
    padding-bottom: 40px;
    border-bottom: solid 1px #E7E6E6;
    margin-bottom: var(--space40);
}
.mot-foot-min{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.mfml-ul{
    display: flex;
    justify-content: space-between;
    margin: 0 -45px;
}
.mfml-ul-li{
    width: 25%;
    padding: 0 45px;
}
.mot-foot-min-le{
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mfml-ul-li-link a{
    display: block;
    font-size: var(--font16);
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom: 18px;
}
.mfml-ul-li ul li p a{
    display: block;
    color: var(--color666);
    line-height: var(--line16);
    font-size: var(--font16);
    transition: all .4s;
    cursor: pointer;
}
.mfml-ul-li ul li{
    margin-bottom: 6px;
}
.mfml-ul-li ul li:last-child{
    margin-bottom: 0px;
}
.mod-foot-bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: solid 1px #E7E6E6;
    margin-top: 11px;
}
.mod-foot-bot-le p, .mod-foot-bot-le p span, .mod-foot-bot-le p a{
    color: #807F80;
    line-height: var(--line16);
    font-size: var(--font14);
}
.mod-foot-bot-le p span{
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
.mod-foot-bot-le p span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #807F80;
}
.mfbr-ul{
    display: flex;
    align-items: center;
    margin: 0 -18px;
}
.mfbr-ul-li{
    padding: 0 18px;
}
.mfbr-ul-li a{
    display: block;
    font-size: var(--font14);
    line-height: var(--line16);
    color: #807F80;
    transition: all .4s;
}
.mfml-ul {
    margin-bottom: 92px;
}
.mfml-share-list-show{
    width: 28px;
    display: block;
    cursor: pointer;
}
.mfml-share-list-show img{
    width: 100%;
}
.mfml-share-list{
    padding: 0 9px;
    position: relative;
}
.mfml-share{
    margin: 0 -9px;
    display: flex;
}
.mfml-share-list-hide{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    padding: 8px;
    background: var(--colorfff);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 14.8px 0px rgba(19, 97, 115, 0.15);
    display: none;
}
.mfml-share-list-hide img{
    width: 100%;
}
.mfmr-code-img{
    width: 130px;
    margin-bottom: 6px;
}
.mfmr-code{
    margin-right: 74px;
}
.mfmr-code-img img{
    width: 100%;
}
.mfmr-code-text{
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color333);
    text-align: center;
}
.mfmr-code-text span{
    display: block;
    font-size: var(--font14);
    color: var(--color666);
    line-height: var(--line16);
    text-align: center;
}
.mot-foot-min-ri{
    width: 58%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.mfmr-form-tit{
    color: var(--color333);
    font-weight: bold;
    line-height: var(--line16);
    margin-bottom: 5px;
}
.mfmr-form-word p{
    color: var(--color666);
    line-height: var(--line16);
    font-size: var(--font14);
}
.mfmr-form-word{
    margin-bottom: 12px;
}
.mfmr-form{
    width: 40%;
}
.ys-footer label{
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid#E7E6E6;
    padding: 0 14px;
}
.ys-footer .ys-fii-name{
    flex-shrink: 0;
    margin-bottom: 0px;
    color: var(--color666);
}
.ys-footer .ys-fii-input{
    width: 100%;
    border: none;
    padding: 0px;
    padding-left: 10px;
}
/* 底部导航-end */
/* 公共样式 - end */
/* B1产品列表页-start */
.prod-main .mod-wrap{
    padding-top: 36px;
}
.prod-wrap h1{
    text-align: center;
    font-weight: bold;
    line-height: var(--line13);
    margin-bottom: var(--space40);
}
.prod-wrap-select-list{
    display: flex;
    align-items: flex-start;
}
.prod-wrap-select-list span{
    display: inline-block;
    font-size: var(--font20);
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line13);
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 5px;
}
.pwsl-ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.pwsl-ul-li{
    padding: 0 7px;
    margin-bottom: 18px;
}
.pwsl-ul-li-box{
    display: flex;
    align-items: center;
    padding: 6px 10px;
    transition: all .4s;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}
.pwsl-ul-li-img{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 7px;
    display: none;
}
.pwsl-ul-li-img img{
    width: 100%;
}
.pwsl-ul-li.act .pwsl-ul-li-box{
    background: var(--colormain1);
    border: solid 1px var(--colormain1);
}
.pwsl-ul-li-box p{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line13);
    transition: all .4s;
}
.pwsl-ul-li.act .pwsl-ul-li-box p{
    color: var(--colorfff);
}
.pwsl-ul-li.act .pwsl-ul-li-img{
    display: block;
}
.prod-wrap-select-sort{
    margin-bottom: 10px;
}
.prod-wrap-select{
    padding-bottom: 34px;
}
.prod-wrap-cont-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.pwct-le p, .pwct-le p span{
    display: inline-block;
    color: var(--color666);
    line-height: var(--line13);
}
.prod-wrap-cont{
    padding: 35px 0 var(--space150);
    position: relative;
}
.prod-wrap-cont::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgba(247, 249, 250, 0.8);
    pointer-events: none;
    z-index: -1;
}
.pwct-ri{
    width: 135px;
    background: var(--colormain1);
    border-radius: 34px;
    display: flex;
    align-items: center;
    padding: 0 17px;
    position: relative;
}
.pwct-ri input{
    height: 38px;
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--line13);
}
.pwct-ri span{
    display: inline-block;
    flex-shrink: 0;
    color: var(--colorfff);
    font-size: var(--font16);
}
.pwct-ri .ys-select{
    width: 100%;
    position: static;
}
.pwct-ri input::placeholder{
    color: var(--colorfff);
}
.pwct-ri .icon-arrow-down:before {
    content: "\e7b2";
    font-size: 10px;
    color: #fff;
}
.pwct-ri .iconfont{
    font-size: 10px;
}
.pwct-ri .ys-select-li.act{
    color: var(--colormain1);
}
.pwct-ri .ys-select-li{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line13);
    margin-bottom: 12px;
}
.pwct-ri .ys-select-li:last-child{
    margin-bottom: 0px;
}
.pwct-ri .ys-select-bd{
    top: 110%;
    max-height: 150px;
    padding: 14px 17px;
    border-radius: var(--radius10);
    background:  #FFF;
    box-shadow: 0px 4px 14.8px 0px rgba(19, 97, 115, 0.15);
}
.pwcl-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.pwcl-ul-li{
    width: 25%;
    padding: 0 13px;
    margin-bottom: 20px;
}
.pwcl-ul-li-box{
    display: block;
    background: var(--colorfff);
    transition: all .4s;
    padding: 0 20px 22px;
}
.pwcl-ul-li-tit{
    transition: all .4s;
    text-align: center;
    color: var(--color333);
    line-height: var(--line13);
    margin-bottom: 20px;
}
.pwcl-ul-li-tit span{
    display: block;
    text-align: center;
    color: var(--colormain1);
    font-size: var(--font16);
    line-height: var(--line13);
    margin-bottom: 6px;
}
.pwcl-ul-li-tit-tab{
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}
.pwcl-ul-li-tit-tab p{
    padding: 0 10px;
    color: var(--color666);
    line-height: var(--line16);
    font-size: var(--font16);
    position: relative;
}
.pwcl-ul-li-tit-tab p::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #807F80;
}
.pwcl-ul-li-tit-tab p:last-child::after{
    display: none;
}
.pwcl-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.pwcl-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.pwcl-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.pwcl-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.prod-wrap-cont-list .mod-paging{
    margin-top: 35px;
}
.prod-wrap-cont-list{
    padding-bottom: var(--space100);
}
.pc-fenye li {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.pc-fenye li.activepage {
    color: var(--colormain1);
    background: transparent;
    border: solid 1px var(--colormain1);
}
.prod-wrap-cont-bot{
    border-radius: var(--radius10);
    overflow: hidden;
    padding: 89px 234px 76px 157px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pwcb-le-word p{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line13);
}
h2{
    font-weight: bold;
}
.pwcb-le h2{
    margin-bottom: 15px;
}
.pwcb-le{
    width: 100%;
    padding-right: 40px;
}
.pwcb-ri{
    width: 26%;
    flex-shrink: 0;
}
.pwcb-ri .std-btn2{
    width: 100%;
}
.pwcb-ri .std-btn2-box{
    width: 100%;
    text-align: center;
    padding: 10px 32px;
    font-size: var(--font16);
}
.mCSB_outside+.mCSB_scrollTools {
    right: 0;
    top: 10px;
    bottom: 10px;
    opacity: 0;
    transition: all .4s;
    transition-delay: 0.4s;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px;
    background: var(--colormain1) !important;
}
.ys-select.zindex .mCSB_outside+.mCSB_scrollTools{
    opacity: 1;
} 
/* B1产品列表页-end */
/* E1搜索产品效果页-start */
.sear-cont-input{
    position: relative;
    width: 56.5%;
    height: 41px;
    border-bottom: solid 1px #E7E6E6;
    background: var(--colorbj1);
    margin-bottom: 45px;
}
.sear-cont-input-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    cursor: pointer;
    z-index: 2;
}
.sear-cont-input-icon img{
    width: 100%;
}
.sear-cont-input-cry{
    position: relative;
    height: 100%;
    padding: 0 55px;
}
.sear-cont-input-cry::after{
    content: "";
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background:#E7E6E6;
}
.sear-cont-input-cry input{
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line15);
}
.sear-cont-input-word p{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line13);
}
.sear-cont-input-word{
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.sear-main .mod-wrap{
    padding-top: 55px;
}
.sclu-lis a{
    display: block;
    position: relative;
    padding-bottom: 10px;
    font-size: var(--font16);
    line-height: var(--line13);
    color: var(--color666);
}
.sclu-lis.act a{
    color: var(--color333);
}
.sclu-lis a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:0%;
    height: 2px;
    background: var(--color333);
    transition: all .4s;
}
.sclu-lis.act a::after{
    width: 100%;
}
.sear-cont-list-ul{
    display: flex;
    margin: 0 -15px;
    overflow: hidden;
}
.sclu-lis{
    padding: 0 15px;
}
.sear-cont-list{
    position: relative;
    margin-bottom: 48px;
}
.sear-cont-list::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #E7E6E6;
}
.sctu-li-le{
    width: 15%;
    position: relative;
}
.sctu-li-ri{
    width: 85%;
    padding-left: 30px;
}
.sctu-li-le-tab p{
    font-size: var(--font14);
    line-height: var(--line16);
    padding: 2px 10px;
    color: var(--colorfff);
    border-radius: 26px;
    background: #E71F20;
}
.sctu-li-le-tab{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: all .4s;
}
.sctu-li.on .sctu-li-le-tab{
    opacity: 1;
}
.sctu-li-link{
    display: flex;
    align-items: flex-start;
}
.sctu-li-ri-tit{
    font-weight: bold;
    transition: all .4s;
    color: var(--color333);
    margin-bottom:13px;
    line-height: var(--line16);
}
.sctu-li-ri-word p{
    line-height: var(--line175);
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7d7c7d;
}
.sctu-li-ri-word{
    margin-bottom: 9px;
}
.sctu-li-ri-list{
    display: flex;
    align-items: center;
    margin: 0 -8px;
}
.slrl-item img{
    width: 28px;
    margin-right: 0px !important;
}
.slrl-item:first-child::after, .slrl-item:last-child.slrl-item:last-child::after{
    display: none;
}
.slrl-item{
    position: relative;
    padding: 0 8px;
}
.slrl-item::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 50%;
    background:#999;
}
.slrl-item p, .sctu-li-ri-btns p{
    color: var(--color333);
    line-height: var(--line16);
    font-size: var(--font16);
}
.sctu-li-ri-btns{
    display: flex;
    align-items: center;
}
.slrb-icon, .slrl-item img{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.slrb-icon img{
    width: 100%;
}
.sctu-li-ri .std-btn3{
    margin-top: 15px;
}
.sctu-li{
    margin-bottom: var(--space40);
}
.sctu-li:last-child{
    margin-bottom: 0px;
}
.sera-cont-tabu .mod-paging{
    margin-top:70px;
}
/* E1搜索产品效果页-end */
/* E2搜索选购指南效果页-start */
.result-main .sctu-li-link .ys-imgbox-cover{
    width: 20%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.result-main .mod-wrap{
    padding-top: var(--space100);
}
.result-main .sctu-li-ri{
    width: 80%;
    padding-left: 37px;
}
.result-main .sctu-li-link{
    align-items: center;
}
.result-main .sctu-li-link .std-btn3{
    margin-top: 14px;
}
.result-main .sctu-li-ri-word{
    margin-bottom: 0px;
}
/* E2搜索选购指南效果页-end */
/* K2会员登录页-start */
.login-main{
    position: relative;
}
.login-bg, .login-bg img{
    width: 100%;
}
.login-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: flex-end;
}
.login-cont-form{
    width: 46%;
    background: var(--colorfff);
    padding: 62px 83px 110px;
}
.login-cont-form h1{
    font-weight: bold;
    margin-bottom: 10px;
}
.login-cont-form-word p, .login-cont-form-word p a{
    font-size: var(--font14);
    color: var(--colormain1);
    display: inline-block;
}
.login-cont-form-word{
    margin-bottom: 28px;
}
.password-icon{
    width: 28px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-icon img{
    width: 100%;
    transition: all .4s;
}
.password-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ys-fii-wrap{
    position: relative;
}
.password-icon.act img:nth-child(2){
    opacity: 1;
}
.password-icon.act img:nth-child(1){
    opacity: 0;
}
.reset-btn p{
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--colormain1);
}
.reset-btn{
    margin-bottom: 30px;
}
.login-cont .ys-form-inof-submit{
    width: 100%;
}
.login-cont .ys-fii-submit{
    padding: 9px 161px;
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--colorfff);
}
/* K2会员登录页-end */
/* K3遗忘密码页-start */
/* K3遗忘密码页-end */
/* K4我的账号页-start */
.account-main{
    background: var(--colorbj1);
}
.account-wrap-first{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 688px;
}
.account-wrap-first-ri{
    width: 75.5%;
    background: var(--colorfff);
    padding: 42px 74px;
}
.account-wrap-first-le{
    width: 23%;
    background: var(--colorfff);
    padding: 30px 32px;
}
.awfl-ul-li a{
    display: flex;
    align-items: center;
}
.awfl-ul-li-icon{
    width: 18px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 8px;
    position: relative;
}
.awfl-ul-li-icon img{
    width: 100%;
    transition: all .4s;
}
.awfl-ul-li-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.awfl-ul-li.act .awfl-ul-li-icon img:nth-child(1){
    opacity: 0;
}
.awfl-ul-li.act .awfl-ul-li-icon img:nth-child(2){
    opacity: 1;
}
.awfl-ul-li.act p{
    color: var(--colormain1);
}
.awfl-ul-li p{
    color: var(--color333);
    line-height: var(--line16);
    font-size: var(--font16);
    transition: all .4s;
}
.awfl-ul-li{
    margin-bottom: 26px;
}
.awfl-ul-li:last-child{
    margin-bottom: 0px;
}
.account-main .mod-wrap{
    padding-top: 48px;
}
.account-wrap-first-ri h1{
    font-weight: bold;
    line-height: var(--line16);
    color: var(--color333);
}
.awfr-tit{
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}
.awfr-tit-icon {
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 13px;
}
.awfr-tit-icon img{
    width: 100%;
}
.awfr-ul-li-box{
    display: flex;
}
.aulb-le p{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
    text-align: center;
}
.aulb-le{
    width: 24%;
    border-right: 1px solid  #E7E6E6;
    border-left:1px solid  #E7E6E6;
    padding: 15px 44px;
}
.aulb-ri{
    width: 76%;
    border-right: 1px solid  #E7E6E6;
    padding: 15px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.awfr-ul-li{
    border-bottom: 1px solid  #E7E6E6;
}
.awfr-ul-li:first-child{
    border-top: 1px solid  #E7E6E6;
}
.aulb-ri-input{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
}
.aulb-ri-btn p{
    color: var(--colormain1);
    line-height: var(--line16);
    font-size: var(--font14);
}
.aulb-ri-btn{
    cursor: pointer;
}
.account-main .ys-footer{
    background: var(--colorfff);
}
.account-wrap{
    padding-bottom: var(--space100);
}
.awfr-btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 29px;
}
.awfr-btn-cry{
    display: inline-block;
    cursor: pointer;
}
.awfr-btn-cry p{
    padding: 9px 42px;
    color: var(--colorfff);
    background: var(--colormain1);
    border-radius: 31px;
    font-size: var(--font14);
    line-height: var(--line16);
}
.account-wrap .ys-cont1200{
    position: relative;
}
.account-wrap-second, .account-wrap-thir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--colorbj1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-wrap-second-cont, .account-wrap-thir-cont{
    width: 40%;
    background: var(--colorfff);
    padding: 91px 58px 152px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.awsc-tit{
    text-align: center;
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom: 15px;
    font-weight: bold;
}
.awsc-word p{
    text-align: center;
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--color666);
}
.awsc-word p span{
    display: block;
    text-align: center;
    margin-top: 9px;
}
.awsc-word{
    margin-bottom: 45px;
}
.awsc-input{
    display: flex;
    align-items: stretch;
    border-radius: 3px;
    border: 1px solid #DDE4EE;
    background: #FFF;
}
.awsc-input-code p{
    padding: 9px 20px;
    text-align: center;
    color: var(--colormain1);
    font-size: var(--font14);
    line-height: var(--line16);
}
.awsc-input-code{
    cursor: pointer;
    flex-shrink: 0;
    border-left:1px solid #DDE4EE;
}
.awsc-input-cry {
    width: 100%;
}
.awsc-input-cry input{
    width: 100%;
    height: 100%;
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--color333);
    padding: 0 16px;
}
.awsc-input-cry input::placeholder{
    color: var(--color999);
}
.awsc-btn{
    width: 100%;
    margin-top: 46px;
}
.awsc-btn p, .awtc-btn p{
    cursor: pointer;
    text-align: center;
    color: var(--colorfff);
    padding: 9px 50px;
    border-radius: 31px;
    background: var(--colormain1);
    font-size: var(--font14);
    line-height: var(--line16);
}
.account-wrap-thir-cont{
    padding: 91px 58px 71px;
}
.account-wrap-thir .awsc-tit{
    margin-bottom: 83px;
}
.account-wrap-thir .ys-form-inof-item{
    margin-bottom: 20px;
}
.awtc-btn{
    margin-top: 17px;
}
.account-wrap-second{
    display: none;
}
/* K4我的账号页-end */
/* K1会员注书页-start */
.register-wrap-first{
    display: flex;
    align-items: center;
}
.register-wrap-le{
    width: 26%;
}
.register-wrap-ri{
    width: 74%;
    padding:0 300px 0 253px;
}
.register-wrap-ri h1{
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--color333);
    line-height: var(--line16);
}
.register-wrap-ri-link a{
    display: block;
    font-size: var(--font14);
    color: var(--colormain1);
    line-height: var(--line16);
}
.register-wrap-ri-link{
    margin-bottom: 28px;
}
.register-wrap-ri .ys-form-inof-submit{
    width: auto;
}
.register-wrap-ri .ys-form-inof-item{
    margin-bottom: 25px;
}
.register-wrap{
    position: relative;
    width: 100%;
}
.register-wrap-second{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.register-wrap-second-bg, .register-wrap-second-bg img{
    width: 100%;
    height: 100%;
}
.register-wrap-second-bg img{
    object-fit: cover;
}
.register-wrap-second-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: flex-end;
}
.resc-cry{
    width: 46%;
    background: var(--colorfff);
    padding:148px 150px 169px;
}
.resc-cry-icon{
    width: 110px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.resc-cry-icon img{
    width: 100%;
}
.resc-cry-tit{
    text-align: center;
    font-weight: bold;
    margin-bottom: 21px;
    line-height: var(--line16);
    color: var(--color333);
}
.resc-cry-word p{
    display: block;
    color: var(--colormain1);
    font-size: var(--font14);
    line-height: var(--line16);
    text-align: center;
}
.resc-cry-word p span{
    display: inline-block;
}
/* K1会员注书页-end */
/* H1新闻列表页-start */
.news-main .mod-wrap{
    padding-top: var(--space100);
}
.news-wrap-min{
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
.news-wrap-bot-ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -11px;
}
.nwbu-li{
    width: 33.333333%;
    padding: 0 11px;
    margin-bottom: 100px;
}
.nwbu-li a{
    display: block;
}
.nwbu-li .ys-imgbox-cover{
    margin-bottom: 20px;
    border-radius: var(--radius10);
    overflow: hidden;
}
.nwbu-li-date p{
    transition: all .4s;
    color: var(--color666);
    line-height: var(--line16);
}
.nwbu-li-date{
    margin-bottom: 9px;
}
.nwbu-li-tit{
    transition: all .4s;
    line-height: var(--line16);
    color: var(--color333);
}
.nwbu-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.nwbu-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.nwbu-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.news-wrap{
    padding-bottom: 60px;
}
/* H1新闻列表页-end */
/* 首页-start */
.ys-ban-li.slick-active .ys-ban-word{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
.ys-ban-li.slick-active .ys-ban-title{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.5s;
}
.ys-ban-li.slick-active .ys-nyban-btn{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.6s;
}
.ys-ban-word p{
    font-size: var(--font20);
    color: var(--colorfff);
    line-height: var(--line13);
}
.ys-ban-word {
    margin-bottom: 27px;
}
.ys-ban-title{
    color: var(--colorfff);
    line-height: var(--line13)
}
.slick-dots li{
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 6px;
}
.slick-dots li.slick-active{
    background: var(--colormain1);
}
.ys-ban-slick .slick-dots{
    bottom: 31px;
}
.ys-banner .mod-arrows{
    width: calc(100% - 46px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-slide{
    overflow: hidden;
}
.home-slide .ys-cont1600{
    position: relative;
}
.home-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-slide ul{
    width: calc(100% - 60px);
    margin: 0 auto;
}
.home-slide{
    padding: 11px 0 47px;
    background: var(--colorfff);
}
.home-slide-ul-li{
    width: 9.090909%;
    padding: 0 5px;
}
.home-slide-ul-li.slick-slide:not(:first-child){
    display: none;
}
.hsul-link{
    display: block;
    cursor: pointer;
}
.home-slide-ul{
    margin: 0 -5px;
}
.home-slide-ul-li .ys-imgbox-cover{
    width: 100px;
    margin: 0 auto 8px;
}
.home-slide-ul-li .ys-imgbox-cover img:nth-child(2){
    opacity: 1;
}
.home-slide-ul-li .ys-imgbox-cover img:nth-child(1){
    opacity: 0;
}
.hsul-link-tit{
    text-align: center;
    color: var(--color333);
    line-height: var(--line18);
}
.home-main{
    background: #f7f9fa;
}
.home-sell-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 107px;
}
.home-sell-tp .mod-arrows2{
    width: 92px;
}
/* .home-sell-swip .swiper-slide{
    width: 480px !important;
} */
.hssu-li-link{
    display: block;
    width: 100%;
    position: relative;
}
.hssu-li-link-pic{
    position: relative;
}
.hssu-li-link-pic img:nth-child(1){
    width: 100%;
    border-radius: 10px;
}
.hssu-li-link-pic img:nth-child(2){
    width: 100%;
    position: absolute;
    top: -110px;
    left: 0;
}
@keyframes fd1{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(3%);
    }
    100%{
        transform: translateY(0);
    }
}
.hssu-li-link-bot{
    width: calc(100% - 60px);
    position: absolute;
    left: 50%;
    bottom: 29px;
    transform: translateX(-50%);
    z-index: 2;
}
.hllb-tp{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 6px;
}
.hllb-tp-btn{
    flex-shrink: 0;
}
.hllb-tp-tit{
    width: 100%;
    padding-right: 10px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    margin-top: 2px;
}
.hllb-ul{
    display: flex;
    align-items: center;
    margin: 0 -10px 22px;
}
.hllb-ul p{
    font-size: var(--font20);
    line-height: var(--line18);
    position: relative;
    padding: 0 10px;
    color: #fff;
}
.hllb-ul p::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44%;
    background: #fff;
}
.hllb-ul-li:last-child p::after{
    display: none;
}
.hllb-bt{
    display: flex;
    align-items: flex-start;
}
.hllb-bt-icon{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 6px;
    margin-top: 5px;
}
.hllb-bt-icon img{
    width: 100%;
}
.hllb-bt p{
    color: #fff;
    font-size: var(--font16);
    line-height: var(--line16);
}
.home-sell-swip{
    overflow: visible !important;
}
.home-sell.empty .mod-arrows2{
    opacity: 0;
}
.home-main .mod-form-cont{
    padding: 72px 100px 58px;
    background: var(--colorfff);
    border-radius: var(--radius10);
}
.home-main .mod-form{
    padding-bottom: var(--space100);
}
.home-main .ys-footer{
    background: var(--colorfff);
}
.home-news-ul-li a{
    display: block;
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.home-news-ul-li .ys-imgbox-cover{
    position: relative;
}
.home-news-ul-li .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.home-news-ul-li{
    width: 50%;
    padding: 0 7px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.home-news-ul{
    margin: 0 -7px;
}
.home-news-ul .slick-list{
    overflow: visible !important;
}
.home-news .home-sell-tp{
    margin-bottom: 43px;
}
.hncl-date p{
    line-height: var(--line16);
    color: var(--colorfff);
}
.hncl-date{
    margin-bottom: 13px;
}
.hncl-tit{
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--line16);
}
.hncl-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px 40px;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.home-list-item{
    padding: 0 20px;
    padding-bottom: var(--space200);
}
.home-list-item-top{
    position: relative;
    border-radius: var(--radius20);
    overflow: hidden;
}
.hlit-play{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 2;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    padding: 15px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s;
}
.home-list-item.act .hlit-play{
    opacity: 1;
}
.home-list-item-top img:nth-child(1){
    width: 100%;
}
.hlit-media{
    width: 100%;
    position: relative;
}
.hlit-cry h2{
    font-weight: bold;
    color: var(--colorfff);
    margin-bottom: 16px;
}
.hlit-cry-text{
    color: var(--colorfff);
    line-height: var(--line16);
    margin-bottom: 12px;
}
.hlit-cry-text span{
    font-size: var(--font16);
    margin-left: 14px;
}
.hlit-cry{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.hlit-cry-word p{
    color: var(--colorfff);
    line-height: var(--line16);
}
.hlit-cry .std-btn1{
    margin-top: 30px;
}
.home-list-item-bot{
    margin-top: -152px;
    position: relative;
    z-index: 3;
}
.hlib-list-item{
    padding: 0 7px;
    width: 20%;
    position: relative;
}
.hlib-list{
    margin: 0 -7px;
}
.hliu-lis a{
    display: block;
    background: var(--colorfff);
    /* border-radius: var(--radius10); */
    overflow: hidden;
    transition: all .4s;
    height: 100%;
    position: relative;
}
.hlib-list-item-uls{
    transition: all .4s;
    position: relative;
}
.hlib-list-item-uls .slick-track{
    display: flex;
    align-items: stretch;
}
/* .hlib-list-item-uls::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 100%;
    background: transparent;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    pointer-events: none;
} */
.hliu-lis{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    padding: 0 !important;
    height: auto !important;
}
.hliu-lis .hllb-ul p::after{
    background: #666;
}
.hlib-list-item-uls{
    margin:0 !important;
}
.hliu-lis.slick-slide:not(:first-child){
    display: none;
}
.hlib-list-item .mod-arrows{
    width: calc(100% - 30px);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0;
    transition: all .4s;
}
.hlib-list-item-hide{
    width: 100%;
    padding:18px 28px 15px;
}
.hlib-list-item-hide .hllb-tp-tit{
    color: var(--color333);
    font-size: var(--font20);
    margin-bottom: 9px;
    margin-top: 0px !important;
}
.hlih-min span, .hlih-min p{
    color: var(--color666);
    line-height: var(--line16);
    font-size: var(--font16);
    min-height: 1.6em;
}
.hlih-min{
    display: flex;
    margin-bottom: 20px;
}
.hlih-min .hllb-ul{
    margin-bottom: 0px !important;
}
.hlib-list-item-hide .hllb-bt p{
    color: var(--color666);
    line-height: var(--line16);
    font-size: var(--font16);
}
.hlib-list-item-hide .hllb-bt-icon{
    margin-top: 5px;
}
.hlib-list-item .slick-dots li{
    width: 20px;
    height: 2px;
    border-radius: 0;
    background: #C8C8C8;
    margin: 0 !important;
}
.hlib-list-item .slick-dots li.slick-active{
    background:rgba(0, 0, 0, 1);
}
.hlib-list-item.more .mod-arrows{
    opacity: 1;
}
.hlib-list{
    display: flex;
    align-items: stretch;
}
.hlib-list-item-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.hlib-more a{
    position: relative;
    display: block;
    border-radius: var(--radius10);
    overflow: hidden;
}
.hlib-more-pic, .hlib-more-pic img {
    width: 100%;
    position: relative;
}
.hlib-more-pic::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(245, 245, 245, 1) 100%); */
}
.hlib-more-cry{
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 70px);
    z-index: 2;
}
.hlib-more-cry span{
    color: var(--color666);
    line-height: var(--line16);
    font-size: var(--font16);
    margin-bottom: 9px;
    display: inline-block;
}
.hlib-more-cry-bot p{
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line16);
}
.hmcb-icon{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #262626;
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.hmcb-icon img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hlib-more-cry-bot{
    display: flex !important;
    align-items: center;
}
.hlib-more-pic img{
    transition: all .4s;
}
.hlib-all{
    width: 100%;
    background: var(--colorfff);
    border-radius: var(--radius10);
    overflow: hidden;
    transition: all .4s;
}
.hlib-all .hlib-more-cry-bot p{
    font-size: var(--font16);
}
.hlib-all .hlib-more-cry-bot{
    justify-content: center;
    padding: 24px 20px;
}
.hlib-list-item-hide .hllb-tp .std-btn1-box{
    background: transparent !important;
    border-radius: 20px;
    border: 1px solid  #999;
    font-size: var(--font14);
    line-height: var(--line16);
    padding: 3px 9px;
}
.hlib-list-item-hide .hllb-tp .hllb-tp-btn{
    display: none;
}
.hlib-list-item-uls .slick-dots{
    bottom: 167px;
}
.hliu-lis .ys-imgbox-cover{
    background: #f7f7f7;
    border-radius: var(--radius10) var(--radius10) 0 0;
    overflow: hidden;
}
.hliu-lis-tab{
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}
.hliu-lis-tab p{
    padding: 2px 10px;
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: var(--line16);
    border-radius: 26px;
    background:  #E71F20;
}
.home-list-item.active .hllb-tp-btn{
    display: block;
    margin-bottom: 6px;
}
.hliu-lis.on .hliu-lis-tab{
    opacity: 1;
    pointer-events: all;
}
.home-list-item.active .hllb-tp-tit span, .hllb-tab p{
    display: block;
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    margin-bottom: 5px;
    font-weight: normal;
}
.home-list-item.active .hllb-tp{
    align-items: flex-end;
}
/* .home-list-item.active .hlih-min{
    display: none;
} */
.home-list-item.active .slick-dots{
    bottom: 150px;
}
.media-modal{
    width: 260px;
    position: fixed;
    bottom:134px;
    left: 32px;
    z-index: 10;
}
.media-modal-wrap{
    width: 100%;
    position: relative;
    background: #FFF;
    border-radius: var(--radius10);
    padding: 20px 20px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.media-moada-close{
    width: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.media-moada-close img{
    width: 100%;
}
.media-modal-tit{
    font-weight: bold;
    margin-bottom: 10px;
}
.media-modal-img{
    border-radius: var(--radius10);
    overflow: hidden;
    margin-bottom: 15px;
}
.media-modal-img img{
    width: 100%;
}
.media-modal-word{
    color: var(--color333);
    line-height: var(--line16);
}
.media-modal a{
    display: block;
}
.hlib-list-item-uls,
 .hlib-list-item-uls .slick-list, 
 .hlib-list-item-uls .slick-track{
    height: 100%;
 }
/* 首页-end */
/* B2产品详情汇总页-start */
.prodet-ban{
    width: 100%;
    border-bottom: solid 1px #E7E6E6;
    margin-bottom: var(--space100);
}
.prodet-main h2{
    text-align: center;
    color: var(--color333);
}
.prodet-rela-btn{
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    margin-top: -10px;
    padding-right: 56px;
    margin-bottom: 20px;
}
.prodet-rela-btn .std-btn3{
    pointer-events: all;
}
.prodet-rela-slide-ul{
    margin: 0 -10px;
}
.prsu-li{
    width: 25%;
    padding: 0 10px;
}
.prsu-li .ys-imgbox-cover{
    margin-bottom: 19px;
}
.prsu-li-link{
    display: block;
    height: 100%;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.prsu-li.slick-slide:not(:first-child){
    display: none;
}
.prsu-li-tit, .prsu-li-text p{
    text-align: center;
}
.prsu-li-tit{
    color: #1e1f24;
    line-height: var(--line16);
    transition: all .4s;
}
.prsu-li-text p{
    color: var(--color666);
    line-height: var(--line18);
}
.prodet-rela-slide-ul{
    width: calc(100% - 100px);
    margin: 0 auto;
}
.prodet-rela-slide{
    position: relative;
}
.prodet-rela-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prodet-rela-slide .arrows-icon{
    width: 36px;
    height: 36px;
}
.prodet-btcry-list-ul{
    display: flex;
    background: #F9F9FB;
    border-radius: 80px;
}
.pblu-li{
    width: 200px;
}
.pblu-li.act p{
    background: var(--colormain1);
    color: var(--colorfff);
}
.pblu-li p{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line175);
    transition: all .4s;
    padding: 12px 40px;
    background: transparent;
    text-align: center;
    border-radius: 125px;
    cursor: pointer;
}
.prodet-btcry-list-cont{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pblc-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pblc-bg::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 1016px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(68, 117, 157, 0.2) 0%, rgba(217, 217, 217, 0.00) 100%);
    pointer-events: none;
    z-index: -1;
    opacity: 1;
    transition: all .4s;
}
.pbil-lis-list{
    padding: 0 12px;
    flex-shrink: 0;
}
.pbil-lis.one .pbil-lis-list{
    width: 100%;
}
.pbil-lis{
    margin: 0 -12px;
    margin-bottom:24px;
    display: flex;
    align-items: stretch;
}
.pbil-lis-box{
    height: 100%;
    position: relative;
    border-radius: var(--radius20);
    overflow: hidden;
}
.pbil-lis-img, .pbil-lis-img img{
    width: 100%;
    height: 100%;
}
.pbil-lis-img img{
    object-fit: cover;
}
.pbil-lis-cont{
    position: absolute;
    width: calc(100% - 90px);
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.prodet-btcry-item{
    padding-top: 60px;
}
.pbil-lis-cont-tit{
    color: var(--colorfff);
    line-height: var(--line16);
    font-weight: bold;
}
.pbil-lis-cont-word p{
    font-size: var(--font20);
    line-height: var(--line175);
    color: var(--colorfff);
}
.pbil-lis.sec .pbil-lis-list.on{
    width: 38%;
}
.pbil-lis.sec .pbil-lis-list{
    width: 62%;
}
.pbil-lis.thir .pbil-lis-list{
    width: 33.333333%;
}
.prodet-btcry-table-cont table{
    width: 100%;
    background: #F4F8FA;
}
.prodet-btcry-table-cont thead tr th{
    width: 33.333333%;
    min-width:33.333333%;
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line16);
    padding: 8px;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}
.prodet-main .yongsy-pc-ph-table th,
 .prodet-main .yongsy-pc-ph-table td {
    border: none !important;
}
.prodet-main .prodet-btcry-table-cont tbody tr td{
    font-size: var(--font18);
    color: var(--color666);
    line-height: var(--line16);
    padding: 8px;
    width: 33.333333%;
    min-width:33.333333%;
    text-align: center;
    border-bottom: solid 2px #fff !important;
    border-right: solid 2px #fff !important;
}
.prodet-main .prodet-btcry-table-cont tbody tr td:last-child, 
.prodet-main .prodet-btcry-table-cont thead tr th:last-child{
    border-right: solid 2px transparent !important;
}
.prodet-main .prodet-btcry-table-cont tbody tr:last-child td, 
.prodet-main .prodet-btcry-table-cont tbody tr:last-child th{
    border-bottom: solid 2px transparent !important;
}
.prodet-btcry-table-cont tbody tr td:first-child{
    color: var(--color333);
}
.prodet-btcry-select-pic, .prodet-btcry-select-pic img{
    width: 100%;
}
.prodet-btcry-select-pic{
    border-radius: var(--radius20);
    overflow: hidden;
}
.prodet-guide-ul-li{
    width: 33.333333%;
    padding: 0 12px;
}
.prodet-guide-ul-li.slick-slide:not(:first-child){
    display: none;
}
.prodet-guide-ul{
    margin: 0 -12px;
}
.prodet-guide-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.pgul-link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 18, 97, 0.06);
    overflow: hidden;
    padding: 40px 30px 20px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.pgul-link-tit{
    color: var(--color333);
    line-height: var(--line15);
    transition: all .4s;
    margin-bottom: 18px;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pgul-link-word p{
    color: #747474;
    line-height: var(--line18);
    height: 5.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pgul-link-bt{
    margin-top: 60px;
}
.pgul-link-bt p{
    color: #7D7C7D;
    line-height: var(--line16);
    transition: all .4s;
}
.prodet-guide h2{
    margin-bottom: var(--space40);
}
.prodet-guide-ul .slick-list{
    padding-bottom: 25px;
    padding-top: 5px;
}
.prodet-guide-bot{
    display: flex;
    justify-content: center;
}
.prodet-guide-bot p{
    font-size: var(--font18);
    line-height: var(--line16);
    color: var(--color333);
}
.prodet-guide-bot p a{
    display: inline-block;
    margin-left: 16px;
    color: var(--colormain1);
}
.mod-form-cont{
    background: var(--colorbj1);
    border-radius: var(--radius10);
    overflow: hidden;
    padding: 48px 98px 62px;
}
.mod-form h2{
    text-align: left;
    margin-bottom: 27px;
}
.ys-form-inof {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
}
.ys-form-inof-item {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 17px;
}
.ys-form-inof-item3 {
    width: 33.333333%;
}
.ys-form-inof-item2 {
    width: 50%;
}
.ys-fii-name, .ys-fiitext {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color333);
    margin-bottom: 4px;
}
.ys-fii-name span, .ys-fiitext span {
    color: #E71F20;
}
.ys-fii-input {
    width: 100%;
    height: 40px;
    border: 1px solid #DDE4EE;
    border-radius: 3px;
    display: block;
    background: var(--colorfff);
}
.ys-fii-input input,
.ys-fii-input textarea {
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color333);
    padding: 0 16px;
}
.ys-fii-tips {
    font-size: var(--font14);
    color: #E71F20;
    line-height: var(--line15);
}
.ys-fii-tips span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.ys-form-inof-item .ys-select-xtbbox {
    right: 10px;
}
.ys-fii-select-search .ys-select-bd,
.ys-fii-select .ys-select-bd {
    border: 1px solid var(--color999);
    border-top: 0px;
}
.ys-fii-select-search .ys-fiiss-core,
.ys-fii-select .ys-select-bd {
    padding: 10px 0;
}
.ys-fii-select-search .ys-select-bd {
    padding-top: 0 !important;
}
.ys-form-inof-item .ys-select-li {
    font-size: var(--size18);
    line-height: var(--l1h5);
    color: var(--color666);
    padding: 0.5em 20px;
    transition: all .4s ease;
}
.ys-form-inof-item .ys-select-li span {
    color: #f00;
}
.ys-form-inof-item .ys-select-li.on {
    color: var(--color333);
}
.ys-fiiss-input {
    border: 10px solid #f2f2f7;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}
.ys-fiiss-input input {
    width: 100%;
    border-radius: 4px;
    padding: 4px 10px;
    width: calc(100% - 30px);
    flex-grow: 1;
    font-size: var(--size16);
    line-height: var(--l1h5);
    color: var(--color666);
}
.ys-fiiss-input input::placeholder,
.ys-form-inof-item input::placeholder,
.ys-form-inof-item textarea::placeholder {
    color: var(--color999);
}
.ys-fiiss-input-close {
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}
.ys-fiiss-input-close .iconfont {
    font-size: 14px;
}
.ys-fiiss-input.act .ys-fiiss-input-close {
    opacity: 1;
}
.ys-form-inof-text .ys-fii-input {
    height: 120px;
}
.ys-fii-input textarea {
    padding-top: 10px !important;
}
.ys-fiiss-core,
.ys-fii-select .ys-select-bd {
    height: calc(var(--size18) * 10 + 20px);
}
.ys-form-inof .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}
.ys-form-inof .mCSB_scrollTools {
    top: 15px;
    bottom: 15px;
}
.ys-form-hide {
    opacity: 0 !important;
}
.ys-fia-text {
    display: flex;
    align-items: flex-start;
}
.ys-fia-text-btn {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
    top: 1px;
    border-radius: 2px;
    border: 1px solid #DDE4EE;
    background: #FFF;
}
.ys-fia-text-btn img{
    width: 86%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s;
}
.ys-form-inof-agree.on .ys-fia-text-btn img{
    opacity: 1;
}
.ys-fia-text-word {
    width: calc(100% - 22px);
    flex-grow: 1;
    padding-left: 10px;
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color666);
}
.ys-fia-text-word a {
    color: var(--colormain1);
}
.ys-fic-auth {
    display: flex;
    flex-direction: column;
}
.ys-fic-auth .ys-fii-input {
    width: 50%;
    flex-grow: 1;
}
.ys-fic-auth-img {
    height: 37px;
    cursor: pointer;
}
.ys-fic-auth-img img {
    height: 100%;
}
.ys-form-inof-submit {
    width: 31%;
    margin-bottom: 0px;
}
.ys-fii-submit, .newys-fii-submit {
    line-height: var(--line16);
    text-align: center;
    background: var(--colormain1);
    color: #fff;
    font-weight: bold;
    font-size: var(--font14);
    cursor: pointer;
    padding: 9px 40px;
    border-radius: 31px;
}
.ys-form-inof-agree.on .ys-fia-text-btn::after, .ys-form-inof-agree.act .ys-fia-text-btn::after {
    opacity: 1;
}
.ys-fii-tips {
    display: none;
}
.ys-form-empty .ys-fii-tips {
    display: block;
}
.ys-form-inof-country .ys-fii-tips {
    display: none !important;
}
.iti__country-list {
    width: calc(calc(1400px - calc(var(--space) * 4)) / 3);
}
.ys-select-emptyli {
    pointer-events: none;
}
.mod-form{
    padding-bottom: 44px;
}
.ys-fic-auth-bot{
    position: relative;
}
.ys-fic-auth-bot .ys-fii-input{
    width: 100%;
}
.ys-fic-auth-bot .ys-fic-auth-img{
    position: absolute;
    top: 2px;
    right: 1px;
    cursor: pointer;
}
.ys-footer .ys-form-inof-item{
    margin-bottom: 5px;
}
.ys-footer .ys-form-inof-submit{
    width: auto;
}
.ys-footer .newys-fii-submit{
    padding: 4px 16px;
    margin-top: 12px;
}
.ys-footer .ys-fic-auth{
    display: flex;
    flex-direction: row;
}
.ys-footer .ys-fic-auth-bot .ys-fic-auth-img{
    right: -14px;
}
.ys-footer .ys-form-inof-code input{
    padding-right: 90px;
}
.ys-footer input{
    padding: 0;
}
.mfml-share-list-youtu .mfml-share-list-show{
    width: 56px;
}
.prodet-ban-wrap{
    display: flex;
    align-items: flex-start;
}
.prodet-ban-le{
    width: 39%;
    position: sticky;
    top: calc(var(--line40) + var(--line60) + 20px);
}
.prodet-ban-ri{
    width: 61%;
    padding-left: 210px;
}
.pbls-show-li{
    width: 100%;
}
.pbls-show-li, .pbls-hide-li{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.pbls-show-li.slick-slide:not(:first-child), 
.pbls-hide-li.slick-slide:not(:first-child){
    display: none;
}
.pbls-hide-li .ys-imgbox-cover{
    width: 50px;
    border-radius: 5px;
    border: 1px solid #E7E6E6;
    overflow: hidden;
    transition: all .4s;
    cursor: pointer;
}
.pbls-hide-li.slick-current .ys-imgbox-cover{
    /*border: solid 1px var(--colormain1);*/
}
.pbls-hide-li {
    padding: 0 8px;
}
.pbls-hide{
    margin: 0 -8px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .4s;
}
.pbls-hide .slick-list{
    display: flex;
    justify-content: center;
}
.pbls-hide.more .slick-list{
    display: block;
}
.pblt-item{
    position: relative;
    display: none;
}
.pblt-item:first-child{
    display: block;
}
.pbls-show{
    width: 100%;
}
.pbls-show .slick-dots{
    bottom: 0;
    opacity: 1;
    transition: all .4s;
}
.prodet-ban-le-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pbls-show .slick-dots li{
    background: #e2e1e1;
}
.pbls-show .slick-dots li.slick-active{
    background: var(--colormain1);
}
.prodet-ban-le.active .pbls-show .slick-dots{
    opacity: 0;
}
.prodet-ban-le.active .pbls-hide{
    opacity: 1;
}
.pblv-media{
    width: 100%;
    position: relative;
}
.pblv-media-phplay{
    display: none;
    z-index: 4;
    cursor: pointer;
}
.pblv-media-pcplay{
    z-index: 4;
    cursor: pointer;
    width: 50px;
}
.prodet-ban-le-min{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pblm-ul-li-box, .prodet-ban-le-min .std-btn1-box{
    display: flex;
    align-items: center;
    padding: 4px 20px;
    border-radius: 80px;
    overflow: hidden;
    transition: all .4s;
    background: #F9F9FB;
    cursor: pointer;
}
.pulb-icon, .prodet-ban-le-min .std-btn1-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 12px;
    position: relative;
}
.pulb-icon img, .prodet-ban-le-min .std-btn1-icon img{
    width: 100%;
    transition: all .4s;
}
.pulb-icon img:nth-child(2), .prodet-ban-le-min .std-btn1-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}
.pblm-ul-li.act .pblm-ul-li-box{
    background: var(--colormain1);
}
.pblm-ul-li.act .pulb-icon img:nth-child(2){
    opacity: 1;
}
.pblm-ul-li.act .pulb-icon img:nth-child(1){
    opacity: 0;
}
.pblm-ul-li-box p, .prodet-ban-le-min .std-btn1-box p{
    transition: all .4s;
    font-size: var(--font16);
    line-height: var(--line18);
    color: var(--color333);
}
.pblm-ul-li.act .pblm-ul-li-box p{
    color: var(--colorfff);
}
.pblm-ul-li{
    margin-right: 19px;
}
.pblm-ul{
    display: flex;
    align-items: center;
}
.prodet-ban-le-uls{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 29px -16px 0;
}
.pblu-lis-link{
    display: block;
    cursor: pointer;
}
.pblu-lis-link-pic{
    width: 72px;
    border-radius: 10px;
    border: 1px solid  #333;
    transition: all .4s;
    padding: 6px;
    overflow: hidden;
}
.pblu-lis-link img, .pblu-lis-link{
    width: 100%;
}
.pblu-lis-link{
    margin-bottom: 7px;
}
.pblu-lis.act .pblu-lis-link-pic{
    border: solid 1px var(--colormain1);
    background: #E8F2F6;
}
.pblu-lis{
    position: relative;
    padding: 0 16px;
}
.pblu-lis:last-child::after{
    display: none;
}
.pblu-lis::after{
    content: "";
    position: absolute;
    top: 36%;
    right: -5px;
    transform: translateY(-50%);
    background: url(/Public/Cn/images/b2_icon08.svg) center / cover no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
}
.pblu-lis-link p{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line18);
    text-align: center;
}
.prodet-main .mod-wrap{
    padding-top: 72px;
}
.prodet-ban-ri h1{
    font-weight: bold;
    line-height: var(--line16);
    color: #2A2829;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.prodet-ban-ri h1 span{
    display: inline-block;
    margin-left: 10px;
    background: var(--colormain2);
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: var(--line16);
    border-radius: 26px;
    padding: 3px 10px 4px;
}
.prodet-ban-ri-word p{
    color: #7D7C7D;
    line-height: var(--line16);
}
.prodet-ban-ri-word{
    margin-bottom: 26px;
}
.prodet-ban-ri-min{
    border-radius: 10px;
    background: #F4F8FA;
    padding: 28px 53px 40px;
}
.pbrm-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 10px;
}
.pbrm-list-lis{
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.pbrm-list-lis-text{
    text-align: center;
    font-size: var(--font20);
    font-weight: bold;
    line-height: var(--line16);
    color: #2A2829;
}
.pbrm-list-lis-text span{
    color: #2A2829;
    font-size: var(--font14);
}
.pllt-tab{
    display: block;
    margin-top:6px;
    font-size: var(--font14);
    color: var(--color666) !important;
    line-height: var(--line16);
    font-weight: normal;
}
.pbrm-cry-top{
    display: flex;
    align-items: flex-start;
}
.pbrm-cry{
    padding: 20px 0;
    border-top: solid 1px #EDEDED;
    display: flex;
    align-items: flex-start;
}
.pbrm-cry1{
    display: block !important;
}
.pbrm-cry-icon{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
    margin-top: 2px;
}
.pbrm-cry-icon img{
    width: 100%;
}
.pbrm-cry-bot{
    margin-top: 6px;
    padding-left: 45px;
}
.pbrm-cry p, .pbrm-cry-bot p{
    color: var(--color333);
    font-size: var(--font16);
    line-height: var(--line175);
}
.pbrm-prod .pbrm-cry, .pbrm-addres .pbrm-cry{
    padding: 0px !important;
    border-top: none !important;
    margin-bottom: 10px;
}
.pbrm-prod, .pbrm-addres{
    padding: 20px 0;
    border-top: solid 1px #EDEDED;
}
.ppul-img{
    width: 44px;
    border-radius: var(--radius10);
    overflow: hidden;
    border: solid 1px #333;
}
.ppul-img img{
    width: 100%;
}
.pbrm-prod-ul{
    display: flex;
    margin: 0 -12px;
    padding-left: 44px;
}
.pbrm-prod-ul-li{
    padding: 0 12px;
}
.pbrm-addres .pbrm-cry{
    margin-bottom: 0px !important;
}
.pbrm-addres{
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
}
.pbrm-addres-word span{
    width: 40px;
    display: inline-block;
}
.pbrm-addres-word span img{
    width: 100%;
}
.pbrm-addres-word, .pbrm-spul-li-box p{
    color: var(--color333);
    font-size: var(--font16);
    line-height: var(--line16);
}
.pbrm-btn{
    display: flex;
    margin: 0 -10px 20px;
}
.pbrm-btn .std-btn2, .pbrm-btn .std-btn1{
    padding: 0 10px;
    width: 50%;
}
.pbrm-btn .std-btn2-box,
 .pbrm-btn .std-btn1-box{
    width: 100%;
    justify-content: center;
    text-align: center;
    cursor: pointer !important;
}
.pbrm-btn .std-btn1-box{
    background: #E2E2E2;
}
.pbrm-spul-li-box p{
    text-align: center;
}
.pbrm-spul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -4px;
}
.pbrm-spul-li{
    width: 25%;
    padding:0 4px;
    margin-bottom: 7px;
}
.pbrm-spul-li-box{
    background: #fff;
    padding: 15px 10px;
    border-radius: var(--radius10);
    overflow: hidden;
    height: 100%;
}
.pslb-icon{
    width: 30px;
    margin: 0 auto 3px;
}
.pslb-icon img{
    width: 100%;
}
.prodet-ban-ri-min{
    margin-bottom: 64px;
}
.sticky-body{
    overflow: visible !important;
}
.pbrb-btul-li-link{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding:13px 47px 15px 35px;
    border-radius: var(--radius10);
    border: 1px solid  #E2E1E1;
    overflow: hidden;
    transition: all .4s;
}
.pbrb-btul-li .ys-imgbox-cover{
    width: 18%;
    flex-shrink: 0;
}
.pbrb-btul-li-arrow{
    width: 18px;
    flex-shrink: 0;
}
.pbrb-btul-li-arrow img{
    width: 100%;
}
.pbrb-btul-li-ri{
    width: calc(82% - 18px);
    padding: 0 32px;
}
.pblr-title{
    color: #1E1F24;
    margin-bottom: 8px;
}
.pblr-word p{
    color: #7D7C7D;
}
.pbll-tab{
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}
.pbll-tab p{
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: var(--line16);
    padding: 2px 10px;
    background: var(--colormain2);
    border-radius: 50px;
}
.pbrb-btul-li.on .pbll-tab{
    opacity: 1;
    pointer-events: all;
}
.pbrb-btul-li:nth-child(n+4){
    display: none;
}
.pbrb-btul-li{
    margin-bottom: 20px;
}
.pbrb-more{
    display: flex;
    justify-content: center;
}
.pbrb-more .std-btn3-icon{
    width: 18px;
}
.pbls-show{
    cursor: url('/Public/Cn/images/b2_icon01.svg'), auto;
}
.prod-modal.ys-modal{
    background: #fff;
}
.prod-modal .ys-modal-content{
    width: 85vw;
    max-width: 1400px;
    max-height: 800px;
    padding:0px;
}
.prod-modal .mod-arrows{
    width: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prod-modal .pbls-hide{
    opacity: 1;
    position: relative;
}
.prod-modal-cont .pbls-show, 
.prod-modal-cont .pbls-hide{
    width: 42%;
    margin: 0 auto;
}
.prod-modal .ys-modal-close .icon-close::before{
    color: rgba(128, 127, 128, 1)
}
.prod-modal .ys-modal-close{
    right: 0;
}
.prodet-btcry-list{
    position: sticky;
    top: calc(var(--line40) + var(--line60));
    z-index: 4;
}
.prodet-btcry-list{
    background: #fff;
    transition: all .4s;
}
.prodet-btcry.start .prodet-btcry-list{
    /* background: #F9F9FB; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
/* B2产品详情汇总页-end */
/* G关于非凡国际汇总页-start */
/* G关于非凡国际汇总页-end */
/* C1解决计划单页-start */
/* C1解决计划单页-end */
/* C2解决计划单页-start */
/* C2解决计划单页-end */
/* 侧边-start */
.mod-aside{
    width: 80px;
    position: fixed;
    z-index: 10;
    border-radius: 40px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    /* transform: translateY(-50%) translateX(130%); */
    border: 1px solid  #F4F8FA;
    background:  #FFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 18, 97, 0.08);
    padding:20px 0px;
    transition: all .4s;
}
.mod-aside.ys_show{
    transform: translateY(-50%) translateX(0%);
}
.maul-show{
    display: block;
    cursor: pointer;
    width: 100%;
    /* border-bottom: solid 1px #EDEDED; */
    padding:14px 12px;
    position: relative;
}
.maul-show::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 24px);
    height: 1px;
    background: #EDEDED;
}
.maul-show-img{
    position: relative;
    width: 36px;
    margin:0 auto 4px;
}
.maul-show-img img{
    width: 100%;
    transition: all .4s;
}
.maul-show-img img:nth-child(2){
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}
.maul-show-text p{
    text-align: center;
    color: #333;
    line-height: 1.3;
    transition: all .4s;
}
.mod-aside-ul-li{
    position: relative;
}
.mod-aside-ul-li:first-child .maul-show{
    padding-top: 0px !important;
}
.mod-aside-ul-li:last-child .maul-show{
    padding-bottom: 0px !important;
    border-bottom: none;
}
.maul-hide{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    padding-right: 15px;
    opacity: 0;
    pointer-events: none;
}
.maul-hide::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
}
.mod-aside-ul-tel .maul-hide a{
    padding: 25px 39px 21px 25px;
    border-radius: var(--radius10);
    overflow: hidden;
    position: relative;
    font-size: 26px;
    line-height: 1.3;
    color: var(--colormain1);
    display: block;
    white-space: nowrap;
    font-weight: bold;
    background: #fff;
}
.maul-hide-pic{
    width: 136px;
    padding: 3px;
    border-radius: var(--radius10);
    overflow: hidden;
    background: #fff;
}
.maul-hide-pic img{
    width: 100%;
}
.mod-aside-ul-li.act .maul-hide{
    opacity: 1;
    pointer-events: all;
}
.mod-aside-ul-li.act .maul-show-text p{
    color: var(--colormain1);
}
.mod-aside-ul-li.act .maul-show-img img:nth-child(2){
    opacity: 1;
}
.mod-aside-ul-li.act .maul-show-img img:nth-child(1){
    opacity: 0;
}
/* 侧边-end */
/* D联系非凡国际单页-start */
.ctact-main .mod-wrap{
    padding: 72px 0 var(--space100);
}
.ctact-wrap-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ctact-wrap-le{
    width: 27%;
}
.ctact-wrap-le h1{
    font-weight: bold;
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom: 7px;
}
.ctact-wrap-le-word p{
    color: #666;
}
.cwru-li p{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    transition: all .4s;
    text-align: center;
}
.cwru-li.act p{
    color: var(--color333);
}
.cwru-li-box{
    border-radius: 10px 10px 0px 0px;
    backdrop-filter: blur(16.25px);
    transition: all .4s;
    overflow: hidden;
    padding: 15px 20px;
    height: 100%;
    cursor: pointer;
    transition: all .36s;
}
.cwru-li.act .cwru-li-box{
    background: linear-gradient(180deg, #F6FCFF -3.24%, #FFF 208%) !important;
    /* background: rgba(255, 255, 255, 0.70) !important; */
}
.cwru-li{
    width: 25%;
}
.ctact-wrap-ri-ul{
    display: flex;
    width: 100%;
}
.ctact-wrap-ri{
    width: 62%;
}
.cwrb-list{
    display: none;
}
.cwrb-list:first-child{
    display: block;
}
.ctact-wrap-ri-bot{
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #F6FCFF -3.24%, #FFF 119.87%);
    padding: 30px 50px 64px;
}
.cwrb-list .ys-form-inof-submit{
    width: 100%;
}
.ys-form-check-wrap{
    display: flex;
    align-items: flex-start;
}
.ys-fiitext{
    flex-shrink: 0;
    margin-right: 28px;
}
.ys-form-check-ul{
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}
.ys-fcu-li{
    padding: 0 18px;
    margin-bottom: 4px;
}
.ys-fiitext{
    margin-bottom: 0px !important;
}
.ys-fcu-li-box{
    display: flex;
    align-items: center;
}
.ys-fcu-li-box span{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #DDE4EE;
    background:  #FFF;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
}
.ys-fcu-li-box span img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    opacity: 0;
    transition: all .4s;
}
.ys-fcu-li.act span img{
    opacity: 1;
}
.ys-form-check .ys-fii-tips{
    width: 100%;
}
/* D联系非凡国际单页-end */
/* H2新闻详情页-start */
.newdet-main .mod-wrap{
    padding-top: 65px;
}
.newdet-tpcry-wrap{
    display: flex;
    align-items: flex-start;
}
.newdet-tpcry h1{
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}
.newdet-tpcry-date p{
    color: var(--color666);
    line-height: var(--line16);
}
.newdet-tpcry-date{
    margin-bottom: 55px;
}
.newdet-tpcry h1,
 .newdet-tpcry-date{
    width: 66%;
}
.newdet-tpcry-le{
    width: 66%;
}
.newdet-tpcry-ri{
    width: 34%;
    padding-left: 123px;
}
.newdet-tpcry-le-edr p img{
    border-radius: var(--radius10);
}
.newdet-tpcry-le-edr p{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    margin-bottom: var(--parpspace10);
}
.newdet-tpcry-le-edr h6{
    font-weight: bold;
    color: var(--color333);
    font-size: var(--font20);
    margin-bottom: var(--parpspace12);
}
.newdet-tpcry-le-edr{
    padding-bottom: 70px;
    margin-bottom: 22px;
    border-bottom: solid 1px #E7E6E6;
}
.ntlp-ul-li a{
    display: flex;
}
.ntlp-ul-li span{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    display: inline-block;
}
.ntlp-ul-li p{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    text-overflow: ellipsis;
    height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
}
.ntlp-ul-li{
    margin-bottom: 11px;
}
.ntlp-ul-li:last-child{
    margin-bottom: 0px;
}
.newdet-tpcry-ri h2{
    font-weight: bold;
    margin-bottom: 18px;
}
.newdet-tpcry-ri-ul{
    display: flex;
    flex-direction: column;
}
.ntru-li a{
    display: block;
}
.ntru-li{
    margin-bottom: 30px;
}
.ntru-li:last-child{
    margin-bottom: 0px;
}
.ntru-li .ys-imgbox-cover{
    border-radius: var(--radius10);
    overflow: hidden;
    margin-bottom: 12px;
}
.ntru-li-tit{
    margin-bottom: 9px;
    color: var(--color333);
}
.ntru-li-date p{
    color: var(--color666);
    line-height: var(--line16);
}
.prodet-ban-ri-bot h2, .newdet-need h2{
    font-weight: bold;
    margin-bottom: 20px;
}
.newdet-need .pbrb-btul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.newdet-need .pbrb-btul-li{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
    display: block !important;
}
.newdet-tpcry .ys-cont1200{
    position: relative;
}
.newdet-tpcry-back a{
    display: flex;
    align-items: center;
}
.newdet-tpcry-back-icon{
    width: 10px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
}
.newdet-tpcry-back-icon img{
    width: 100%;
}
.newdet-tpcry-back p{
    font-size: var(--font16);
    color: var(--color333);
}
.newdet-tpcry-back{
    position: absolute;
    left: -185px;
    top:12px;
}
/* H2新闻详情页-end */
/* F购物车列表页-start */
.shop-wrap-second-btn .std-btn1, .shop-wrap-second-btn .std-btn2{
    width: 216px;
}
.shop-wrap-second-btn .std-btn1{
    margin-right: 20px;
}
.shop-wrap-second-btn .std-btn1-box{
    padding: 14px 60px;
    background: #F4F8FA;
    font-size: var(--font14);
    text-align: center;
}
.shop-wrap-second-btn{
    display: flex;
    justify-content: center;
}
.shop-wrap-second-btn .std-btn2-box{
    padding: 14px 50px;
    font-size: var(--font14);
}
.shop-main h1{
    font-weight:bold;
    margin-bottom: 16px;
}
.shop-wrap-first,
 .shop-wrap-second, 
.shop-wrap-thir{
    min-height: 60vh;
}
.shop-wrap-second-cry{
    min-height: 60vh;
}
.shop-wrap{
    position: relative;
}
.shop-wrap-first-icon{
    width: 100px;
    margin: 0 auto 30px;
}
.shop-wrap-first-icon img{
    width: 100%;
}
.shop-wrap-first-word p{
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line16);
}
.shop-wrap-first-word{
    margin-bottom: 98px;
}
.shop-wrap-first-btn{
    width: 18%;
}
.shop-wrap-first-btn .std-btn2{
    width: 100%;
}
.shop-wrap-first-btn .std-btn2-box{
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.shop-wrap-first-btn{
    display: flex;
    justify-content: center;
}
.shop-wrap-first .ys-cont1200{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop-wrap-first{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shop-wrap-thir{
    width: 100%;
}
.shop-wrap-thir .resc-cry{
    width: 100%;
}
.shop-wrap-second-tpul{
    display: flex;
    margin-bottom: 12px;
}
.swst-li p{
    color: var(--color666);
    line-height: var(--line16);
}
.swst-li1{
    width: 62%;
}
.swst-li2{
    width: 18%;
}
.swst-li3{
    width: 18%;
}
.swsb-lis-item1{
    width: 53%;
}
.swsb-lis-pirce{
    width: 8%;
    opacity: 0;
}
.swsb-lis-item2{
    width: 19%;
}
.swsb-lis-item3{
    width: 18%;
}
.swsb-lis-item1-box{
    display: flex;
    align-items: center;
    position: relative;
}
.swsb-lis.on .pbll-tab {
    opacity: 1;
    right: auto;
    left: 106%;
    top: -10px;
}
.pblr-wrap{
    position: relative;
    display: inline-block;
}
.pbll-tab p{
    white-space: nowrap;
}
.swsb-lis{
    padding: 20px 0;
    border-top: solid 1px #E7E6E6;
    display: flex;
    align-items: center;
}
.swsb-lis-item1{
    display: flex;
    align-items: center;
}
.swsb-lis-item2{
    display: flex;
    align-items: center;
}
.swsb-lis-item-icon{
    font-size: 26px;
    color: #333;
    cursor: pointer;
}
.swsb-lis-item-input{
    width: 32px;
    height: 32px;
    margin: 0 6px;
    border-radius: 2px;
    border: solid 1px #E7E6E6;
}
.swsb-lis-item-input input{
    width: 100%;
    height: 100%;
    text-align: center;
}
.swsb-lis-item-sell {
    font-size: var(--font16);
    color: #2A2829;
    line-height: var(--line16);
}
.swsb-lis-item-del{
    width: 20px;
    cursor: pointer;
}
.swsb-lis-item-del img{
    width: 100%;
}
.swsb-lis-item1 span{
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: solid 1px #999;
    transition: all .4s;
    margin-right: 28px;
    cursor: pointer;
    position: relative;
}
.swsb-lis-item1 span img{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.swsb-lis.act .swsb-lis-item1 span{
    background: var(--colormain1);
    border: solid 1px var(--colormain1);
}
.swsb-lis:last-child{
    border-bottom: solid 1px #E7E6E6;
}
.shop-wrap-second-all{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 24px;
}
.swsa-text{
    line-height: var(--line16);
    color:#2A2829;
}
.swsa-num , .swsa-num span{
    font-size: var(--font32);
    line-height: var(--line16);
    color:#2A2829;
}
/* F购物车列表页-end */
/* J1直播列表页-start */
.live-list-leul-lis a{
    display: flex;
    align-items: center;
    padding: 4px 20px;
    border-radius: 80px;
    background: #F9F9FB;
    transition: all .4s;
}
.llll-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
    position: relative;
}
.llll-icon img{
    width: 100%;
    transition: all .4s;
}
.llll-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.live-list-leul-lis p{
    color: #1E1F24;
    font-size: var(--font16);
    line-height: var(--line18);
    transition: all .4s;
}
.live-list-leul-lis.act a{
    background: var(--colormain1);
}
.live-list-leul-lis.act p{
    color: #fff;
}
.live-list-leul-lis.act .llll-icon img:nth-child(2){
    opacity: 1;
}
.live-list-leul-lis.act .llll-icon img:nth-child(1){
    opacity: 0;
}
.live-list-leul-lis{
    padding: 0 10px;
}
.live-list-leul{
    margin: 0 -10px;
    display: flex;
    justify-content: flex-start;
}
.live-list .news-wrap-min{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.lltl-top{
    position: relative;
}
.live-list-top{
    display: flex;
    align-items: stretch;
}
.live-list-top-le a{
    display: block;
    height: 100%;
    border-radius: var(--radius10);
    background: #F4F8FA;
    overflow: hidden;
}
.live-list-top-le{
    width: 49%;
}
.live-list-top-le .hliu-lis-tab{
    opacity: 1;
    display: block;
}
.live-list-top-le .hliu-lis-tab p{
    background: var(--colormain1);
    font-size: var(--font20);
    padding: 8px 24px;
}
.live-list .ys-imgbox-cover{
    position: relative;
}
.live-list .ys-imgbox-cover::after,
 .livedet-wrap-le-video::after, 
 .vwtl-pic::after, 
 .vwul-le .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
}
.lltl-top span,
 .video-wrap-top-le span, 
.vwul-le span{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 7px;
    padding: 0 36px;
    display: inline-block;
    color: #fff;
    z-index: 2
}
.lltl-bot-time{
    color: #666;
    line-height: var(--line16);
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}
.lltl-bot-time span{
    width: 20px;
    display: inline-block;
    margin:0 3px 0 8px;
}
.lltl-bot-time span img{
    width: 100%;
}
.lltl-bot{
    padding: 40px 36px;
}
.lltl-bot-tit{
    margin-bottom: 17px;
}
.lltl-bot-word p{
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color666);
}
.lltl-bot-word{
    margin-bottom: 30px;
}
.live-list-top-ri{
    width: 51%;
    padding-left: 20px;
}
.lltru-ul{
    height: 100%;
    display: flex;
    margin:0 -10px;
    flex-wrap: wrap;
}
.lltru-ul-li{
    width: 50%;
    height: 50%;
    padding: 0 10px;
}
.lltru-ul .hliu-lis-tab{
    opacity: 1;
    display: block;
}
.lltru-ul-li.on .hliu-lis-tab p{
    background: var(--colormain2);
}
.lltru-ul-li .ys-imgbox-cover{
    border-radius: var(--radius10);
    overflow: hidden;
}
.lltru-ul .hliu-lis-tab p{
    background: #333;
}
.lltru-ul-li .lltl-bot-tit{
    color: #333;
    transition: all .4s;
    margin-bottom: 0px;
}
.lltru-ul-li a{
    display: block;
    height: 100%;
}
.live-list-top-ri .lltru-ul-li:nth-last-of-type(-n+2) a{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.live-list-bot .lltru-ul-li{
    width: 25%;
    margin-bottom: 100px;
}
/* J1直播列表页-end */
/* J2直播详情页-start */
.livedet-wrap-cont{
    display: flex;
    align-items: flex-start;
}
.livedet-wrap-le{
    width: 59%;
}
.livedet-wrap-ri{
    width: 41%;
    padding-left: 83px;
}
.livedet-wrap-ri li{
    display: block !important;
}
.livedet-main .mod-wrap{
    padding-top: 55px;
}
.livedet-wrap-le-share{
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.livedet-wrap-le-share span{
    color: var(--color666);
    line-height: 1.4;
    display: inline-block;
    font-size: var(--font16);
    margin-right: 16px;
    flex-shrink: 0;
}
.livedet-wrap h1{
    width: 59%;
    font-weight: bold;
    margin-bottom: 18px;
}
.livedet-wrap-le-video{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.livedet-wrap-le-video img:nth-child(1){
    width: 100%;
}
.livedet-wrap-le-video .lwlv-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    width: 50px;
    cursor: pointer;
}
.livedet-wrap-ri{
    margin-top: -60px;
}
.livedet-wrap-ri h2{
    margin-bottom: 11px;
}
/* J2直播详情页-end */
/* J3视频列表页-start */
.video-main .prod-wrap-select{
    padding-bottom: 0px;
}
.video-main .news-wrap-min{
    margin-top: 0px;
}
.video-wrap-top-le{
    width: 50%;
    position: relative;
}
.vwtl-pic{
    border-radius: var(--radius10);
    overflow: hidden;
    position: relative;
}
.vwtl-pic img{
    width: 100%;
}
.video-wrap-top{
    display: flex;
    align-items: center;
    border-radius: 10px;
    background:  #F4F8FA;
    overflow: hidden;
    margin-bottom: 70px;
}
.video-wrap-top-ri{
    width: 50%;
    padding: 10px 47px;
}
.video-wrap-top-ri .lltl-bot-time span, 
.vwul-ri .lltl-bot-time span{
    margin-left: 0px !important;
}
.vwtr-tit{
    margin-bottom: 17px;
    color: var(--color333);
}
.vwtr-word p{
    color: var(--color666);
    line-height: var(--line16);
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vwtr-word{
    margin-bottom: 30px;
}
.video-wrap-ul-li a{
    display: flex;
    align-items: center;
}
.vwul-le{
    width: 50%;
    border-radius: var(--radius10);
    overflow: hidden;
    position: relative;
}
.vwul-ri{
    width: 50%;
    padding-left: 20px;
}
.video-wrap-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.video-wrap-ul-li{
    width: 50%;
    padding: 0 25px;
    margin-bottom: 70px;
}
.vwul-ri-tit {
    margin: 8px 0 40px;
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    color: var(--color333);
}
.video-wrap-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.video-wrap-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
/* J3视频列表页-end */
/* K5我的订单页-start */
.owcu-lis{
    position: relative;
}
.owcu-tp{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.owcu-tp .ys-imgbox-cover{
    width: 78px;
}
.owcu-tp .pbrb-btul-li-ri {
    width: calc(100% - 78px);
    padding: 0 20px;
}
.owcu-tp .swsb-lis-item2 .swsb-lis-item-input{
    font-size: var(--font16);
    color: #2A2829;
    line-height: 1.6;
    padding: 3px 11px;
}
.swsb-lis-item-date p{
    color: #333;
    line-height: var(--line16);
}
.swsb-lis-item-pic{
    width: 10px;
    transition: all .4s;
}
.owcu-lis.act .swsb-lis-item-pic{
    transform: rotate(180deg);
}
.owcu-bot .ys-imgbox-cover{
    width: 56px;
}
.owcu-bot .pblr-title{
    margin-bottom: 0px;
} 
.owcu-bot .pbrb-btul-li-ri {
    width: calc(100% - 56px);
    padding: 0 11px;
}
.owcu-bot{
    padding-left: 90px;
    display: none;
}
.owcu-lis:first-child .owcu-bot{
    display: block;
}
.owcu-bot-ul-li{
    margin-bottom: 18px;
}
.owcu-bot-ul-li:last-child{
    margin-bottom: 0px;
}
.owcu-lis{
    padding: 11px 0;
    border-top: solid 1px #E7E6E6;
}
.owcu-lis:last-child{
    border-bottom: solid 1px #E7E6E6;
}
.owcu-lis.on .pbll-tab {
    opacity: 1;
    right: auto;
    left: 105%;
    top: 0px;
}
.order-main .mod-paging{
    margin-top: 34px;
}
.order-wrap-cont .swst-li1{
    width: 52%;
}
.order-wrap-cont .swst-li2 {
    width: 21%;
}
.order-wrap-cont .swsb-lis-item3 {
    width: 22%;
}
.store-main .shop-wrap-second-cry{
    min-height: inherit;
}
.store-main .shop-wrap-second-btn{
    margin-top: 36px;
}
.store-main .shop-wrap-second {
    min-height: inherit;
}
/* K5我的订单页-end */
.mod-aside-ul-li:last-child .maul-show::after{
    display: none;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .video-wrap-ul-li a:hover .vwul-ri-tit{
        color: #000;
    }
    .lltru-ul-li a:hover .lltl-bot-tit{
        color: #000;
    }
    .live-list-leul-lis a:hover{
        background: var(--colormain1);
    }
    .live-list-leul-lis a:hover p{
        color: #fff;
    }
    .live-list-leul-lis a:hover .llll-icon img:nth-child(2){
        opacity: 1;
    }
    .live-list-leul-lis a:hover .llll-icon img:nth-child(1){
        opacity: 0;
    }
    .ntlp-ul-li a:hover p{
        color: var(--colormain1);
    }
    .maul-show:hover .maul-show-img img:nth-child(1){
        opacity: 0;
    }
    .maul-show:hover .maul-show-img img:nth-child(2){
        opacity: 1;
    }
    .maul-show:hover p{
        color: var(--colormain1);
    }
    .pbrb-btul-li-link:hover{
        border: solid 1px var(--colormain1);
    }
    .pblu-lis-link:hover .pblu-lis-link-pic{
        border: solid 1px var(--colormain1);
        background: #E8F2F6;
    }
    .pblm-ul-li-box:hover,
     .prodet-ban-le-min .std-btn1-box:hover{
        background: var(--colormain1);
    }
    .pblm-ul-li-box:hover p,
     .prodet-ban-le-min .std-btn1-box:hover p{
        color: var(--colorfff);
     }
     .pblm-ul-li-box:hover .pulb-icon img:nth-child(1),
     .prodet-ban-le-min .std-btn1-box:hover .std-btn1-icon img:nth-child(1){
        opacity: 0;
     }
     .pblm-ul-li-box:hover .pulb-icon img:nth-child(2),
     .prodet-ban-le-min .std-btn1-box:hover .std-btn1-icon img:nth-child(2){
        opacity: 1;
     }
    .hlib-more a:hover .hlib-more-pic img{
        transform: scale(1.05);
    }
    .hlib-all:hover, .hlib-more a:hover{
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    }
    .hlib-list-item-uls:hover::after{
        opacity: 1;
    }
    .hssu-li-link:hover .hssu-li-link-pic img:nth-child(2){
        animation: fd1 1.2s ease-out 1 both;
    }
    .hsul-link:hover .ys-imgbox-cover img:nth-child(1){
        opacity: 1;
    }
    .hsul-link:hover .ys-imgbox-cover img:nth-child(2){
        opacity: 0;
    }
    .hsul-link:hover .ys-imgbox-cover img{
        transform: scale(1);
    }
    .nwbu-li a:hover .nwbu-li-tit{
        color: #000;
    }
    .awfl-ul-li a:hover .awfl-ul-li-icon img:nth-child(1){
        opacity: 0;
    }
    .awfl-ul-li a:hover .awfl-ul-li-icon img:nth-child(2){
        opacity: 1;
    }
    .awfl-ul-li a:hover p{
        color: var(--colormain1);
    }
    .sctu-li-link:hover .sctu-li-ri-tit{
        color:var(--colormain1);
    }
    .pgul-link:hover .pgul-link-tit, .pgul-link:hover .pgul-link-bt p{
        color: var(--colormain1);
    }
    .prsu-li-link:hover .prsu-li-tit{
        color: var(--colormain1);
    }
    .pc-fenye a:hover li{
        color: var(--colormain1);
        background: transparent;
        border: solid 1px var(--colormain1);
    }
    .first:hover li, .prev:hover li, .next:hover li, .end:hover li{
        color: var(--colormain1) !important;
        background: transparent !important;
        border: solid 1px transparent !important;
    }
    .pwcl-ul-li-box:hover{
        box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.05);
    }
    .pwcl-ul-li-box:hover .pwcl-ul-li-tit{
        color: var(--colormain1);
    }
    .ys-bread-list a:hover{
        opacity: 1;
    }
    .std-btn1-box:hover{
        background: rgba(255, 255, 255, .8);
    }
    .std-btn2-box:hover{
        background: rgba(38, 183, 188, 0.80);
    }
    .arrows-icon:hover{
        background: rgba(51, 51, 51, 0.50);
    }
    .arrows2-icon:hover{
        border: solid 1px var(--color333);
    }
    .arrows2-icon:hover img:nth-child(2){
        opacity: 1;
    }
    .arrows2-icon:hover img:nth-child(1){
        opacity: 0;
    }
    .ys-nyban-btn .std-btn1-box:hover{
        background: var(--colormain1);
        border: solid 1px var(--colormain1);
    }
    .inside-main .ys-bread-list a:hover{
        color: var(--color333);
    }
    .mfml-ul-li ul li p a:hover{
        color: var(--color333);
    }
    .mfbr-ul-li a:hover{
        color: var(--color333);
    }
    .hssu-li-link:hover .std-btn1-box {
        background: rgba(255, 255, 255, .8);
    }
    .mlpu-li a:hover{
        opacity: 1;
    }
    .yx-sbulis p:hover{
        background: var(--colormain1);
        color: var(--colorfff);
    }
    .shop-wrap-second-btn .std-btn1-box:hover{
        opacity: 0.8;
        background:  #F4F8FA;
    }
    .hssu-li-link:hover .hllb-bt p {
        opacity: 1;
    }
}
.pblu-li::before{
    display: none;
}
.prodet-ban-ri h1 span{
    white-space: nowrap;
}
.pbrm-prod-ul{
    flex-wrap: wrap;
}
.prodet-btcry-item h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: var(--space40);
    /* display: none; */
}
.ys-fcu-li-box p{
    font-size: var(--font16);
    line-height: var(--line15);
}
.shop-wrap-second-btn{
    margin-top: var(--space40);
}
.swsb-lis-item-input input{
    font-size: var(--font16);
}
.swsb-lis-item1 span{
    flex-shrink: 0;
}
.shop-wrap-second-btn .std-btn2-box{
    text-align: center;
}
.ntlp-ul-li span{
    flex-shrink: 0;
}
.lltru-ul-li .lltl-bot-time{
    margin-top: 8px;
}
.lltru-ul-li .lltl-bot-time span{
    margin-left: 0px;
}
.lltru-ul-li .lltl-bot-tit{
    line-height: 1.6;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.register-wrap-first{
    align-items: flex-start;
}
.register-wrap-le img{
    width: 100%;
}
/* 20250116--修改start */
.mod-aside{
    width: 64px;
    top: auto;
    bottom: 6%;
    transform: translateY(0%) translateX(0%);
}
.mod-aside.ys_show {
    transform: translateY(0%) translateX(0%);
}
.home-main .mod-form .ys-form-inof-submit,
 .livedet-main .mod-form .ys-form-inof-submit,
 .prodet-main .mod-form .ys-form-inof-submit{
    width: 33.333333%;
}
.maul-show-img {
    width: 24px;
    margin: 0 auto 4px;
}
.maul-show-text p{
    font-size: var(--font14);
}
.maul-hide{
    transition: all .4s;
}
.mod-aside-ul-tel .maul-hide a, .maul-hide-pic{
    box-shadow: 0px 12px 20px 0px rgba(0, 18, 97, 0.08)
}
.media-modal{
    bottom: 80px;
}
.maul-hide-pic{
    padding: 6px;
}
.hlib-list-item-cry{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
    transition: all .4s;
    height: 100%;
}
.hlib-list-item.more .hlib-list-item-cry{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.ys-fii-input input, .ys-fii-input textarea{
    font-size: var(--font14);
}
.live-main .lltru-ul-li .lltl-bot-time {
    margin-top: 18px;
}
.live-main .lltru-ul-li .lltl-bot-tit, .live-main .lltru-ul-li .lltl-bot-time{
    padding: 0 10px;
}
.register-main .register-wrap-first{
    align-items: center;
}
.register-wrap-ri .ys-form-inof-submit {
    width: 50%;
}
.forget-main .login-main .ys-form-inof-submit{
    margin-top: 15px;
}
.ys-fcu-li-box{
    cursor: pointer;
}
/* 20250116--修改end */
/* 0118 */
.hlib-list-item-uls .slick-dots {
    bottom: auto !important;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hlih-min p{
    flex-shrink: 0;
}
.hllb-ul{
    flex-wrap: wrap;
}
.forget-main .ys-fic-auth-bot{
    display: flex;
    align-items: stretch;
}
.forget-main .awsc-input-code{
    border: 1px solid #DDE4EE;
    border-left: 0px;
}
.forget-main .awsc-input-code p {
    padding: 8px 20px;
}
.forget-main .login-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.forget-main .login-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.forget-main .login-cont{
    position: relative;
    top: auto;
    left: auto;
    transform: inherit;
    padding: var(--space150) 0;
}
.pblu-item a{
    padding-top: 5px !important;
}
.pwcl-ul{
    align-items: stretch;
}
.pwcl-ul-li-box{
    height: 100%;
}
.pwcl-ul-li-tit-tab{
    flex-wrap: wrap;
}
.hlit-media-ph{
    display: none;
}
.prodet-btcry.start .prodet-btcry-list {
    padding: 4px 0;
    background: #F9F9FB;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
}
.prodet-btcry.start .prodet-btcry-list-cont::after{
    opacity: 0;
}
.pbil-lis-cont-tit{
    font-size: 30px;
}
.pbrm-btn .std-btn1-box {
    font-size: var(--font14);
    padding: 4px 16px;
}
.pbrb-btul-li-link{
    height: 100%;
}
.pbrb-btul{
    align-items: stretch;
}
.pblu-item{
    margin-bottom: 10px;
}
#setpwd .account-wrap-thir-cont, 
#setphone .account-wrap-thir-cont, 
#setemail .account-wrap-thir-cont, 
#setphone .account-wrap-thir-cont, 
#setname .account-wrap-thir-cont{
    top: auto;
    left: auto;
    transform: inherit;
}
.hlib-list-item .slick-disabled{
    pointer-events: all !important;
    cursor: default !important;
    background:rgba(51, 51, 51, 0.30);
}
.prodet-ban-le-video .pblv-media video{
    object-fit: contain;
}
.mod-nav-top{
    position: relative;
    z-index: 2;
}
.mod-nav-bot{
    position: relative;
    z-index: 1;
} 
.mfml-bot{
    display: flex;
    align-items: center;
}
.mfml-bot-word p{
    color: #807F80;
    line-height: var(--line16);
}
.mfml-bot-word{
    margin-left: 33px;
}
.ys-ban-tab p{
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: 1.75;
}
.ys-ban-tab{
    margin-top:20px;
}
.ys-ban-text{
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    font-size: var(--font24);
    margin-top: 12px;
}
.ys-ban-li.slick-active .ys-ban-text{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.5s;
}
.ys-ban-li.slick-active .ys-ban-tab{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.6s;
}
.prodet-main section{
    overflow: hidden !important;
}
.prodet-main .prodet-ban, .prodet-main .prodet-btcry{
    overflow: visible !important;
}
/* 20250208 */
.splu-lis a{
    transition: all .4s;
}
.splu-lis.yxnav-active2 a{
    background: #F7F9FA;
    padding: 6px;
}
.prodet-ban-le-video .pblv-media video{
    background: #fff;
}
.pbrm-prod-ul-li{
    margin-bottom: 10px;
}
.pbrm-prod{
    padding-bottom: 10px;
}
.pblu-item a{
    height: 100%;
}
/* .newdet-tpcry-ri{
    position: sticky;
    top: 120px;
} */
.pbrb-btul-li-ri.new{
    display: flex;
    align-items: center;
}
.pblr-fl{
    width: 42%;
}
.pbrb-btul-li-ri.new .swsb-lis-item-input{
    font-size: var(--font16);
    text-align: center;
    color: var(--color666);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gwcts{
    font-size: var(--font16);
    text-align: left;
    line-height: var(--line15);
}
.gwcts a{
    display: inline-block;
    color: var(--colormain1);
}
.shop-wrap-tips{
    margin-bottom: 20px;
}

/* 2025.2.13修改-start */
.newdet-html,
.newdet-html body{
    overflow: inherit !important;
}
.newdet-tpcry-ri{
    position: sticky;
    top: 120px;
}
.hllb-ul p {
    font-size: var(--font16);
    line-height: var(--line16);
}
#ys-swiper1 .hllb-tp-tit {
    font-size: var(--font24) !important;
    line-height: var(--line16);
    margin-top: 0px;
}
.hllb-bt p {
    font-size: var(--font14);
    line-height: var(--line16);
    opacity: 0.7;
    transition: all .36s;
}
.hllb-bt-icon {
    margin-right: 12px;
    margin-top: 3px;
}
.hssu-li-link-bot{
    bottom: 20px;
}
.hllb-ul {
    margin: 0 -10px 40px;
}
.pbls-show-li-view{
    position: absolute;
    top: 0;
    width: 70%;
    /* height: 300px; */
    border: 1px solid #eeeeee;
    overflow: hidden;
    display: none;
    left: 90%;
}
.pbls-show-li-view img{
    width: 100%;
    transform-origin: top left;
}
.prod-modal-ul1 .slick-list{
    overflow: visible;
}
.pbls-show-li-img{
    position: relative;
}
.psli-look{
    position: absolute;
    width: 33.333333%;
    height: 33.333333%;
    top: 0;
    left: 0;
    background-color: rgba(222, 222, 222, 0.5);
    pointer-events: none;
    display: none;
}
.pwct-ri input::placeholder{
    color: #fff !important;
}
.head-nav-item-title::after{
    transition: all .36s;
}
/* 2025.2.13修改-end */
.home-list-item{
    padding-bottom: var(--space100);
}
.prodet-btcry-item  .ys-cont1400{
    max-width: 1104px;
}
.pbil-lis-cont {
    width: calc(100% - 80px);
}
.prodet-btcry-item{
    padding-bottom: 40px;
}
.prodet-main .prodet-btcry-table-cont tbody tr td{
    padding: 8px 2px;
}
.prodet-main .prodet-btcry-table-cont tbody tr td p{
    font-size: var(--font18);
    color: var(--color666);
    line-height: var(--line16);
}
.prodet-btcry-item:last-child{
    padding-bottom: var(--space100) !important;
}
.prodet-btcry.start .pblc-bg::after{
    opacity: 0;
}
/*20250219*/
.pbil-lis-cont-tit {
    font-size: var(--font24);
}
.pbil-lis-cont-word p{
    font-size: var(--font16);
}
/*.mod-fot{*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    position: fixed;*/
/*    bottom:28px;*/
/*    right: 14px;*/
/*    z-index:9;*/
/*    border-radius: 69.845px;*/
/*    background: var(--colormain1);*/
/*    display: none;*/
/*}*/
/*.mod-fot a{*/
/*    display: block;*/
/*    width: 100%;*/
/*    height:100%;*/
/*}*/
/*.mod-fot img{*/
/*    width: 60%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/



.hllb-ph{
    display: none;
}
.ys-ban-imgbox::before{
    pointer-events: none;
}
.pbil-lis-img img:nth-child(2){
    display: none;
}
.hlit-medai-phpic{
    display: none;
}
.hlit-medai-phpic img{
    width: 100%;
}
.prodet-ban-le .slick-disabled{
    pointer-events: all;
}
/*2025.2.28 ada start*/
.pwsl-caro{
    width: calc(100% - 80px);
}
    .home-sell .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 5px;
            background: #fff;
    }
       .home-sell  .swiper-pagination-bullet-active{
    background: var(--colormain1) !important;
    }
    .home-sell .swiper-container-horizontal>.swiper-pagination-bullets{
            bottom: -20px;
    }
    .prodet-ban-ri-num{
        display: flex;
        align-items: center;
        margin-top: 25px;
        margin-bottom:18px;
        /*display: none;*/
    }
    .pbrn-price{
        flex-shrink: 0;
        font-size: var(--font14);
        line-height: var(--line16);
        color: var(--color333); 
        margin-right: 25px;
    }
.pbrn-ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.pbrn-ul-li{
    width: 33.333333%;
    padding: 0 20px;
    position: relative;
}
.pbrn-ul-li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 47px;
    background: var(--color999);
}
.pbrn-ul-li:first-child::before{
    display: none;
}
.pbrn-ul-li-num p{
    font-size: var(--font32);
    line-height: var(--line16);
    color: #E71F20;
    text-align: center;
}
.pbrn-ul-li-sect p{
    text-align: center;
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color666);
}
.swst-li1{
    width: 72%;
}
.swsb-lis-item1 {
    width: 63%;
}
.pbls-hide-li.act .ys-imgbox-cover {
    border: solid 1px var(--colormain1);
}

.mod-fot{
    border-radius: 69.845px;
    padding: 30px 22px 25px;
    position: fixed;
    bottom:28px;
    right: 14px;
    z-index:9;
    background: var(--colormain1);
    display: none;
}
.mod-fot-li{
    position: relative;
}
.mod-fot-li{
    padding: 20px 0;
}
.mod-fot-li:first-child{
    padding-top: 0;
}
.mod-fot-li:last-child{
    padding-bottom: 0;
}
.mod-fot-li:last-child::after{
    display: none;
}
.mod-fot-li::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}
.mod-fot-li-img{
    width: 30px;
    margin: 0 auto;
}
.mod-fot-li img{
    width: 100%;
}
.mod-fot-li p{
    margin-top: 10px;
    font-size: var(--font24);
    color: #fff;
    line-height: var(--line16);
    text-align: center;
}
/*.ys-phnav-menu{*/
/*    height: max-content !important;*/
/*}*/
.newpage .new-pull .ys-ph-navbar4 .ys-phmenu-scroll{
    height: max-content !important;
    max-height: max-content !important;
}
.ys-phnav-others{
    position: relative !important;
}
.ys-phmenu-scroll-cont{
    height: calc(100vh - 48px) !important;
}
/*2025.2.28 ada end*/
.ys-phmenu-scroll-cont .mCSB_outside+.mCSB_scrollTools {
    right: -16px;
    z-index: 9;
}
.ys-phnav-three-box{
    padding: 0;
    display: none;
}
.ys-phnav-three-box .ys-phnav-menu-three{
    display: block !important;
}
.ctact-main .ys-main{
    min-height: 80vh;
}
.pwct-ri .ys-select-hd .ys-select-xtbbox{
    font-size: 0;
}
.head-nav-item-down .pblu-item{
    margin-bottom: 8px;
}
.mod-logo{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
}
.pbrm-addres .pbrm-addres-word{
    font-weight: bold;
}
.pbls-hide{
    opacity: 1;
}
.mot-foot-tp-ul.more .mftu-li{
    width: 25%;
}
.mot-foot-tp-ul.more .mftu-li-link {
    padding: 38px 20px;
}
.pblm-ph{
    display: none;
}
.pblm-ph{
    display: none;
}
.lwlv-playph{
    display: none;
}
.newdet-tpcry-date {
    margin-bottom: 30px;
}
.ys-share-img {
    width: 25px;
    display: block;
}
.ys-share-img img{
    width: 100%;
}
.ys-share-list{
    margin-right: 20px;
}
.livedet-wrap-le-video .lwlv-play{
    opacity: 0;
    pointer-events:none;
}
.livedet-wrap-le-video .pic-img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
}
.ph-lang-pull-tp .ys-phnav-icon img{
    transition: all .4s ease;
}
.pbls-hide-li{
    width: 10%;
}
.pbls-hide-li .ys-imgbox-cover{
    width: 100%;
}
/*20250521*/
.viewerimg-phicon {
    display: none;
    position: absolute;
    top: 0%;
    right: 0;
    left: auto;
    transform: translate(0%, 0%);
    z-index: 2;
    width: 18px;
    margin-bottom: 20px;
}
.viewerimg-phicon img{
    width: 100%;
}
/*20250606*/
.ys-nyban-title p {
    margin-bottom: 20px;
}
.ys-nyban-title p.ys-fadeup3{
    margin-top: 24px;
}
