@charset "utf-8";

body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
/* 英文站换行规则 */
p,div,h1,h2,h3,h4,h5,h6,span,a{ 
     word-wrap: normal;  
     word-break: keep-all;  
    /*-webkit-font-smoothing: antialiased; */
}
/*分享翻译*/
.ys-wechat-cont-parga p::before {
    /*分享中文版本*/
    /*content: '分享到 - 微信';*/
    /*分享英文版本*/
     content: 'Share the - weixin'; 
}
/*导航默认选中*/
.yxnav-active1 {}
.yxnav-active2 {}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(102, 102, 102, 1);
    margin-left: 10px;
}
a[href="https://beian.miit.gov.cn/"] {
    margin-left: 5px;
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}
/* 规范-start */
:root {
    /* 字号 */
    --font60: 60px;
    --font46: 46px;
    --font36: 36px;
    --font30: 30px;
    --font24: 24px;
    --font20: 20px;
    --text18: 18px;
    --text16: 16px;
    --text14: 14px;
    /* 行高 */
    --line18: 1.5;
    --line17: 1.5;
    --line15: 1.45;
    --line14: 1.4;
    --line12: 1.2;
    /* 颜色 */
    --color333: #333333;
    --color999: #999999;
    --color666: #666666;
    --colorFFF: #FFFFFF;
    --colorbg1: linear-gradient(0deg, rgba(167, 209, 255, 0.00) 44.27%, rgba(167, 209, 255, 0.10) 100%);
    --colorbg2: #F8F8F8;
    --colormain1: #2e579E;
    --colormain2: #F2190A;
    /* 间距 */
    --space140:140px;
    --space120: 120px;
    --space100:100px;
    --space60: 60px;
    
    --head1:80px;
}
.std-tit1 {
    font-size: var(--font60);
    line-height: var(--line12);
    color: var(--color333);
    font-weight: bold;
}
.std-tit2,
.yxedr-active h2 {
    font-size: var(--font46);
    line-height: var(--line14);
    color: var(--color333);
}
.std-tit3,
.yxedr-active h3 {
    font-size: var(--font36);
    line-height: var(--line14);
    color: var(--color333);
}
.std-tit4,
.yxedr-active h4 {
    font-size: var(--font24);
    line-height: var(--line15);
    color: var(--color333);
}
.std-text18,
.std-text18 p {
    font-size: var(--text18);
    line-height: var(--line17);
    color: var(--color333);
}
.std-text16,
.std-text16 p {
    font-size: var(--text16);
    line-height: var(--line18);
    color: var(--color999);
}
.std-text14,
.std-text14 p {
    font-size: var(--text14);
    line-height: var(--line18);
    color: var(--color666);
}
.yxedar-active p {
    font-size: var(--text18);
    line-height: var(--line18);
    color: var(--color666);
    margin-bottom: 14px;
}
.std-padd120 {
    padding: var(--space120) 0;
}
.std-padd120-top {
    padding-top: var(--space120);
}
.std-padd120-btm {
    padding-bottom: var(--space120);
}
.std-padd100{
    padding: var(--space100) 0;
}
.std-padd100-top{
    padding-top: var(--space100);
}
.std-padd100-btm{
    padding-bottom: var(--space100);
}
.std-mar60 {
    margin-bottom: var(--space60);
}


/* ada start */
/* 按钮规范 */
.std-btn1 {
    display: inline-block;
}
.std-btn1-box {
    display: block;
    cursor: pointer;
    transition: all .4s;
    padding: 16px 20px;
    background-color: var(--colormain1);
    overflow: hidden;
    position: relative;
    display: flex;
    border: 1px solid var(--colormain1);
}
.std-btn1-box .std-text14 {
    color: var(--colorFFF);
    line-height: 1.1;
    margin-right: 157px;
    transition: all .4s;
    z-index: 10;
}
.std-btn1-box-icon {
    width: 14px;
    position: relative;
    z-index: 10;
}
.std-btn1-box-icon img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* transition: all .4s; */
}
.std-btn1-box-icon img:nth-child(2) {
    opacity: 0;
}
.std-btn1-box-icon2{
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    transition: all .4s;
}
.std-btn1-box-icon2 svg{
    width: 100%;
    height: 100%;
}
.std-btn1-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--colorFFF);
    transition: all .4s;
    z-index: 0;
}
.std-btn2 {
    display: inline-block;
}
.std-btn2-box-icon {
    width: 30px;
    position: relative;
    z-index: 10;
}
.std-btn2-box-icon img {
    width: 100%;
    transition: all .4s;
}
.std-btn2-box-icon img:nth-child(2) {
    position: absolute;
    left: 0;
    opacity: 0;
}
.std-btn3 {
    display: inline-block;
}
.std-btn3-box {
    display: block;
    cursor: pointer;
    transition: all .4s;
    padding: 16px 20px;
    position: relative;
    display: flex;
    border: 1px solid var(--colorFFF);
}
.std-btn3-box .std-text14 {
    color: var(--colorFFF);
    line-height: 1.1;
    margin-right: 157px;
    transition: all .4s;
    z-index: 10;
}
.std-btn3-box-icon {
    width: 13px;
    z-index: 10;
}
.std-btn3-box-icon img {
    width: 100%;
}
.std-btn3-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--colormain1);
    transition: all .4s;
    z-index: 0;
}
.std-btn4 {
    display: inline-block;
}
.std-btn4-box-icon {
    width: 30px;
    position: relative;
    z-index: 10;
}
.std-btn4-box-icon img {
    width: 100%;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* transition: all .4s; */
}
.std-btn4-box-icon img:nth-child(2) {
    opacity: 0;
}
/* 按钮规范 */
.ys-nyban-title h1 {
    font-size: var(--font60);
    line-height: var(--line15);
}
.ys-nyban-title p {
    margin-top: 21px;
}
.use-main .ys-nyban-title p {
    font-size: var(--font20);
    line-height: var(--line15);
}
.title-center .ys-nyban-title h1 {
    text-align: center;
}
.title-center .ys-nyban-title p {
    text-align: center;
}
.retrieve-main .mod-bread {
    display: block;
}
.ys-nyban-viev {
    position: absolute;
    bottom: 68px;
    width: calc(100% - 40px);
}
.ys-nyban-viev p {
    text-align: center;
    cursor: pointer;
    line-height: 1.4;
    color: var(--colorFFF);
    opacity: .5;
}
.summ-amplify {
    padding-top: 90px;
}
.summ-amplify .ys-cont1400 {
    display: flex;
    overflow: hidden;
}
.use-main .sctl-text {
    margin-top: 0;
}
.summ-cont-top-le {
    width: 62%;
    padding-right: 263px;
}
.summ-cont-top-ri {
    width: 39%;
}
.use-text {
    padding-top: 97px;
    color: var(--color666);
    line-height: 1.5;
}
.sctl-text {
    color: var(--color666);
    margin-top: 36px;
}
.sctl-btn {
    margin-top: var(--space60);
}
.sctl-btn .std-text14 {
    margin-right: 115px;
}
.sctl-btn .std-btn1-box {
    padding-left: 32px;
    padding-right: 26px;
}
.sctl-text p {
    color: var(--color666);
    line-height: 1.5;
}
.summ-products {
    padding-top: var(--space120);
}
.summ-cont-bom-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -65px;
    padding-top: 90px;
    overflow: hidden;
}
.scbu-li {
    width: 50%;
    padding: 0 65px;
}
.mod-ctact {
    overflow: hidden;
}
.scbu-li-box {
    border-top: 2px solid #141415;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 81px;
    cursor: pointer;
    padding-right: 8px !important;
}
.scbu-li-box-title {
    font-weight: bold;
    margin-top: -4px !important;
    width: 72%;
    transition: all .4s;
}
.scbu-li-box-img {
    width: 20%;
    margin-right: 15px;
    transition: all .4s;
    opacity: 0;
    flex-shrink: 0;
    height: fit-content;
}
.scbu-li-box-img img {
    width: 100%;
}
.scbu-li-box-icon .std-btn2-box-icon {
    width: 32px;
    height: fit-content;
    margin-top: 22px;
    flex-shrink: 0;
}
.scbu-li-box-icon {
    flex: 1;
}
.mod-ctact {
    margin-top: 0px;
    padding: 66px 0;
}
.summary-main .mod-ctact {
    margin-top: var(--space140);
}
.summ-foot-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.summ-foot-cont-title {
    font-size: 40px;
    color: var(--colorFFF);
    line-height: 1.2;
}
.summ-foot-cont-btn .std-btn1-box {
    padding: 16px 30px;
}
.summ-foot-cont-btn .std-text14 {
    margin-right: 140px;
}
.use-cont .sctl-text p {
    line-height: 1.5;
}
.use-apply {
    padding-top: var(--space120);
}
.use-text .ys-cont1400 {
    overflow: hidden;
}
.use-apply .ys-cont1400 {
    overflow: hidden;
}
.use-apply .scbu-li-box-img {
    width: 41%;
}
.use-apply .scbu-li-box-title {
    width: 47%;
}
.use-apply .scbu-li-box-title {
    width: 47%;
}
.use-apply .summ-cont-bom-ul {
    margin-bottom: -30px;
}
.use-apply .scbu-li-box {
    padding-bottom: 30px;
    padding-right: 8px !important;
}
.use-apply .scbu-li-box-img {
    margin-right: 36px;
}
.use-main .mod-ctact {
    margin-top: var(--space100);
}
.docu-select {
    padding-top: 70px;
}
.docu-select .ys-cont1400 {
    display: flex;
}
.docu-cont-top-select .ys-select {
    width: 18%;
    background: var(--colormain1);
    margin-right: 23px;
    position: relative;
    height: 60px;
    padding-left: 32px;
    padding-right: 26px;
}
.docu-cont-top-search {
    background: #F7F8FA;
    width: 36%;
    display: flex;
    padding: 0 28px;
}
.dcts-icon {
    width: 18px;
    margin-right: 10px;
    height: fit-content;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.document-main .mod-bread {
    display: block;
}
.dcts-icon img {
    width: 100%;
}
.dcts-input {
    width: calc(100% - 36px);
}
.dcts-input input {
    width: 100%;
    line-height: 60px;
    color: #333333;
    font-size: var(--text18);
}
.micu-li .mCSB-outside+.mCSB-scrollTools {
    right: 25px;
    margin: 18px 0;
}
.micu-li .mCS-dark.mCSB-scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1);
    width: 3px;
}
.docu-cont-top-select .mCSB_outside+.mCSB_scrollTools {
    right: 25px;
    margin: 18px 0;
}
.docu-cont-top-select .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1);
    width: 3px;
}
.docu-cont-top-select .ys-select input::placeholder, .docu-cont-top-select .ys-select input {
    font-size: var(--text18);
    line-height: 1.6;
    color: var(--colorFFF);
}
.docu-cont-top-select .ys-select-xtbbox {
    width: 12px;
}
.docu-cont-top-select .ys-select-xtbbox img {
    width: 100%;
}
.docu-cont-top-select .mCSB_outside+.mCSB_scrollTools {
    right: 24px;
}
.docu-cont-top-select .mCS-dark.mCSB-scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
}
.docu-cont-top-select .ys-select-li, .docu-cont-top-select .ys-select-li a {
    margin-top: 24px;
    transition: all .4s;
    font-size: var(--text16);
    color: var(--color333);
    line-height: var(--line15);
    display: block;
}
.docu-cont-top-select .ys-select-li a, .docu-cont-top-select .ys-select-bd .ys-select-li1{
    margin-top: 0 !important;
}
.docu-cont-top-select .ys-select-bd input{
    display: none;
}
.docu-select .docu-cont-top-select .mCSB-outside+.mCSB-scrollTools {
    margin: 20px 0;
}
.docu-intro {
    padding-top: 72px;
}
.docu-cont-bom-ul {
    margin-bottom: 0px !important;
    overflow: hidden;
}
.dcbu-li-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 52px;
    border-top: 1px solid #000;
    cursor: pointer;
}
.dcbu-li-box-pdf {
    width: 30px;
    margin-right: 20px;
    flex-shrink: 0;
}
.dcbu-li-box-pdf img {
    width: 100%;
    margin-top: -2px;
}
.dcbu-li-box-load {
    width: 30px;
    flex-shrink: 0;
}
.dcbu-li-box-load img {
    transition: all .4s;
    width: 100%;
}
.dcbu-li-box-text {
    flex-grow: 1;
}
.dcbu-li-box-text p {
    transition: all .4s;
    line-height: 1.5;
}
.document-main .mod-ctact {
    margin-top: var(--space120);
}
.pc-fenye li {
    float: left;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: var(--text16);
    line-height: 40px;
    color: #000 !important;
    text-align: center;
    margin: 0 10px;
    border-radius: 0;
    transition: .4s;
}
.pc-fenye li.activepage {
    color: #fff !important;
    background: var(--colormain1);
}
.prev li {
    margin-right: 38px;
    margin-left: -15px;
}
.next li {
    margin-left: 38px;
    margin-right: -15px;
}
.retr-cont {
    width: 58%;
    margin: 0 auto;
    overflow: hidden;
}
.retr-models {
    padding-top: 88px;
}
.retr-cont-title {
    text-align: center;
    color: #000;
    line-height: 1.5;
}
.retr-cont-query {
    display: flex;
    position: relative;
    margin-top: 67px;
    background: #F7F8FA;
    padding-left: 34px;
    padding-right: 29px;
    justify-content: space-between;
}
.retr-cont-query-input {
    width: calc(100% - 40px);
}
.retr-cont-query-input input::placeholder {
    color: var(--color666);
    font-size: 12px;
    line-height: 1.5;
}
.retr-cont-query-input input {
    color: var(--color333);
    font-size: 12px;
    line-height: 77px;
    width: 100%;
}
.retr-cont-query-icon {
    width: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
    cursor: pointer;
}
.retr-cont-query-icon img {
    width: 100%;
}
.retr-cont-text p {
    line-height: 1.5;
    margin-top: 30px;
}
.retr-cont-ul {
    display: flex;
    margin: 0 -18px;
    margin-top: 19px;
    overflow: hidden;
}
.retr-cont-ul-li {
    padding: 0 18px;
}
.retr-cont-ul-li a {
    transition: all .4s;
    color: #000;
    line-height: 1.5;
    position: relative;
    padding-bottom: 4px;
}
.retr-cont-ul-li a::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background-color: #000;
}
.retr-cont-ul-li a::after {
    position: absolute;
    content: "";
    width: 0%;
    bottom: 0;
    height: 1px;
    left: 0;
    background-color: var(--colormain1);
    transition: all .4s;
    z-index: 10;
}
.ys-bread-list a {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.9;
}
.ys-bread-list::before {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.9;
}
.ys-bread-list:last-child a {
    color: var(--colorFFF);
    opacity: 1;
}
.mod-bread {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.join-main .ys-pos-center {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ban-mbx .mod-bread {
    display: block;
}
.ys-nyban-viev {
    display: none;
}
.ban-view {
    display: block;
}
.ys-bread-list::before {
    content: "";
    background: url(../images/f1_icon03.svg) center / contain no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    right: -6px;
    margin-top: 1px;
}
.ys-bread-list {
    padding: 0 12px;
}
.ys-nyban-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(46, 87, 158, 0.1);
    top: 0;
    left: 0;
}
.code-le::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00)0%, rgba(0, 0, 0, 0.50)100%);
    top: 0;
    left: 0;
    z-index: 1;
}
.use-main .ys-nyban-img::after {
    background: rgba(46, 87, 158, 0.0);
}
.retrieve-main .ys-nyban-img::after {
    background: rgba(46, 87, 158, 0.0);
}
.link-main .ys-nyban-img::after {
    background: rgba(46, 87, 158, 0.0);
}
.model-main .ys-nyban-img::after {
    background: rgba(46, 87, 158, 0.0);
}
.brief-main .ys-nyban-img::after {
    background: rgba(0, 0, 0, 0.20);
}
.document-main .ys-nyban-img::after {
    background: linear-gradient(0deg, rgba(0, 52, 120, 0.20)0%, rgba(0, 52, 120, 0.20)100%);
}
.dcbu-li-box-load {
    position: relative;
}
.use-main .mod-bread {
    display: block;
}
.dcbu-li-box-load img:nth-child(2) {
    position: absolute;
    left: 0;
    opacity: 0;
}
.brief-main .ys-nyban-title p {
    width: 79%;
    font-size: var(--text18);
    margin: 0 auto;
    margin-top: 21px;
}
.brief-main .ys-nyban-viev {
    display: block;
}
.brief-envir-ul-li {
    padding: var(--space120) 0;
}
.brief-grow {
    background-color: #FAFAFA;
    padding-right: calc(50% - 700px) !important;
}
.brief-envir-ul {
    overflow: hidden;
}
.beul-box {
    display: flex;
    overflow: hidden;
}
.brief-envir-ul-li:nth-child(even) {
    background-color: #FAFAFA;
}
.brief-envir-ul-li:nth-child(odd) {
    background-color: var(--colorFFF);
}
.beul-ri-title {
    font-size: 40px;
    color: var(--color333);
    font-weight: bold;
    padding-top: 46px;
    line-height: 1.4;
}
.beul-ri-ul-li:first-child .beul-ri-word-subtit {
    padding-top: 0;
}
.beul-ri-ul {
    border-top: 1px solid #DFDFDF;
    margin-top: 37px;
    padding-top: 37px;
}
.beul-ri-word-text p {
    line-height: 1.75;
    padding-top: 24px;
    color: var(--color666);
}
.brief-grow .beul-le {
    width: 60%;
}
.brief-grow .beul-ri {
    width: 40%;
    padding-left: 76px;
}
.beul-le-img {
    width: 100%;
}
.brief-grow .beul-le-img {
    width: 100%;
}
.beul-le-img img {
    width: 100%;
}
.beul-ri {
    overflow: hidden;
}
.ys-slick-item {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ys-slick-item:nth-child(n+2) {
    display: none;
}
.detail-main .ys-slick-item:nth-child(n+2) {
    display: block;
}
.beul-ri-word-subtit {
    padding-top: 24px;
    color: var(--color666);
    line-height: 1.75;
    transition: all .4s;
}
.brief-main .mod-ctact {
    margin-top: 0;
}
.detail-main .ys-nybanner {
    display: none;
}
.brief-grow {
    padding: var(--space120) 0;
    overflow: hidden;
}
.new-trend-ul.on .new-trend-ul-li:not(:first-child) {
    display: none;
}
.new-main .new-trend-ul-li:nth-child(4n+1) {
    animation-delay: .2s;
}
.new-main .new-trend-ul-li:nth-child(4n+2) {
    animation-delay: .3s;
}
.new-main .new-trend-ul-li:nth-child(4n+3) {
    animation-delay: .4s;
}
.new-main .new-trend-ul-li:nth-child(4n+4) {
    animation-delay: .5s;
}
.brief-envir-ul-li:nth-child(2n+1) .beul-box {
    flex-direction: row-reverse;
}
.brief-envir-ul-li:nth-child(2n+1) .beul-le {
    width: 54%;
}
.brief-envir-ul-li:nth-child(2n+1) .beul-ri {
    width: 46%;
    padding-right: 78px;
}
.brief-envir-ul-li:nth-child(2n+1) .beul-ri-title {
    padding-top: 44px;
}
.brief-envir-ul-li:nth-child(2n+2) .beul-le {
    width: 54%;
}
.brief-envir-ul-li:nth-child(2n+2) .beul-ri {
    width: 46%;
    padding-left: 75px;
}
.new-main .mod-bread, .detail-main .mod-bread {
    display: block;
    top: 0px;
    padding-top: 28px;
    position: relative;
    left: 0;
    transform: translateX(0);
}
.new-main .ys-bread-list a, .detail-main .ys-bread-list a, .about-main .ys-bread-list a{
    color: var(--color999);
    opacity: 1;
}
.new-main .ys-bread-list:last-child a, .detail-main .ys-bread-list:last-child a, .about-main .ys-bread-list:last-child a {
    color: var(--color666);
}
.new-main .ys-bread-list::before, .detail-main .ys-bread-list::before, .about-main .ys-bread-list::before {
    background: url(../images/f1_icon04.svg) center / cover no-repeat;
}
.new-head .ys-cont1400 {
    overflow: hidden;
}
.new-head-select {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.new-head-select .dcts-input input {
    line-height: 54px;
}
.new-head-title {
    line-height: var(--line15);
    padding-top: 59px;
}
.new-about-head-title {
    line-height: var(--line15);
}
.new-head-select {
    padding-top: 47px;
}
.new-head-sele-ul {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    margin: 0 -15px;
    margin-top: -10px !important;
    overflow: hidden;
}
.nhsu-li {
    padding: 0 15px;
    padding-top: 10px !important;
}
.nhsu-li a {
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: var(--color333);
    line-height: var(--line15);
    transition: all .4s;
}
.nhsu-li.on a {
    background-color: var(--colormain1);
    color: var(--colorFFF);
}
.new-trend-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px;
    margin-top: -17px;
}
.model-main .mod-ctact {
    margin-top: var(--space140);
}
.new-trend-ul-li {
    padding: 0 26px;
    width: 25%;
    margin-top: 100px;
}
.detail-main .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}
.detail-main .slick-dots li.slick-active {
    background: var(--colormain1);
}
.detail-main .slick-dots {
    bottom: -15px;
}
.ntul-box-title p {
    color: var(--color333);
    font-size: var(--font20);
    line-height: 1.5;
    padding-top: 24px;
}
.ntul-box-word {
    padding-top: 24px;
    display: flex;
}
.ntul-box-word-date {
    position: relative;
}
/* .ntul-box-word-date::after {
    content: "";
    position: absolute;
    display: block;
    height: 14px;
    width: 1px;
    background-color: #999;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
} */
.ntul-box-word-type {
    margin-left: 30px;
}
.new-trend-ul-li.on .ntul-box-img {
    display: none;
}
.new-trend-ul-li.on .ntul-box-title p {
    padding-top: 0;
}
.new-trend-ul-li.on .ntul-box-text {
    display: block;
}
.ntul-box-text {
    display: none;
}
.ntul-box-text p {
    color: var(--color666);
    padding-top: 24px;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 5.25em;
}
.new-main .mod-paging {
    padding-top: var(--space120);
}
.new-main .mod-ctact {
    margin-top: var(--space140);
}
.detail-main .mod-ctact {
    margin-top: var(--space100);
}
.detail-main .new-trend-ul-li {
    width: 33.333333%;
    margin-top: 58px;
}
.new-about-head {
    display: flex;
    justify-content: space-between;
    padding-top: var(--space120);
    margin-top: 44px;
    border-top: 1px solid #000;
}
.new-about-head-more {
    display: flex;
    align-items: center;
}
.nahm-text {
    line-height: 1.5;
    color: var(--color333);
    transition: all .4s;
}
.nahm-icon {
    width: 16px;
    margin-left: 17px;
    position: relative;
}
.nahm-icon img {
    width: 100%;
    transition: all .4s;
}
.deta-arti-title {
    line-height: 1.5;
    padding-top: 60px;
}
.deta-arti-colu {
    padding-top: 77px;
    display: flex;
    justify-content: space-between;
}
.deta-arti-colu .ntul-box-word {
    padding-top: 0;
}
.ntul-box-share .ys-share-list:first-child {
    line-height: 1.5;
}
.ntul-box-share .ys-share {
    margin-right: -16px;
}
.ntul-box-share .ys-share-list {
    margin: 0 16px;
}
.ntul-box-share .ys-share-img {
    width: 24px;
}
.join-main .ys-nybanner .mod-ctact {
    margin-top: 0;
    padding-top: 42px;
    padding-bottom: 61px;
    position: relative;
    z-index: 10;
}
.join-main .ys-nybanner .summ-foot-cont {
    display: block;
}
.join--ban-btn {
    padding-top: 20px;
    margin: 0 -44px;
}
.join--ban-btn .summ-foot-cont-btn {
    margin: 0 44px;
}
.join-main .ys-nybanner .std-btn1-box {
    background-color: var(--colorFFF);
}
.join-main .ys-nybanner .std-text14 {
    color: var(--colormain1);
}
.join-main .ys-nybanner .std-btn1-box::after {
    background-color: var(--colormain1);
}
.join-main .mod-bread {
    display: block;
}
.join-main .mod-bread {
    top: 28px;
}
.join-main .ys-bread-list a {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}
.join-main .ys-bread-list::before {
    background: url(../images/b2_icon05.svg) center / cover no-repeat;
}
.join-talents {
    padding-top: var(--space120);
}
.join-talents .ys-cont1400 {
    display: flex;
    overflow: hidden;
}
.join-talen-le {
    display: flex;
    width: 49%;
}
.join-talen-ri {
    width: 51%;
    padding-left: 131px;
}
.join-talen-le-limg {
    width: 58%;
}
.join-talen-le-dimg {
    width: 42%;
    padding-left: 10px;
}
.join-talen-le-limg img {
    width: 100%;
}
.jtld-timg {
    width: 100%;
}
.jtld-timg img {
    width: 100%;
}
.ys-bread {
    margin: 0 -12px;
}
.jtld-timg:last-child {
    margin-top: 10px;
}
.join-talen-ri-title {
    padding-top: 88px;
    line-height: var(--line15);
}
.join-talen-ri-text p {
    color: var(--color666);
    padding-top: 28px;
    line-height: 1.5;
}
.join-pay {
    padding-top: 185px;
    position: relative;
}
.join-pay-word {
    position: relative;
}
.join-pay-bgtext {
    position: absolute;
    top: -100px;
    left: -142px;
    color: #E6E6E6;
    font-size: 150px;
    font-weight: bold;
    line-height: var(--line15);
    opacity: .2;
    height: fit-content;
    z-index: -1;
}
.join-pay-cont {
    padding-top: 50px;
    display: flex;
    overflow: hidden;
}
.join-pay.ys-cont1400 {
    overflow: hidden;
}
.join-pay-cont-le {
    width: 49%;
    padding-right: 80px;
    height: fit-content;
    overflow: hidden;
}
.jpcl-li {
    display: flex;
    align-items: center;
}
.jpcl-icon {
    width: 30px;
    margin-right: 25px;
}
.jpcl-icon img {
    width: 100%;
}
.join-pay-cont-ri {
    width: 51%;
    margin-top: 69px;
    flex-shrink: 0;
}
.jpcl-title {
    width: 30%;
    line-height: 1.5;
    flex-shrink: 0;
}
.jpcl-text {
    color: var(--color666);
    width: 52%;
    flex-shrink: 0;
    line-height: 1.5;
}
.jpcl-li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.jpcl-li {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #EBEBEB;
}
.join-live {
    padding-top: 168px;
    overflow: hidden;
}
.join-live-title {
    line-height: var(--line15);
    text-align: center;
}
.join-live-swiper {
    margin-top: 98px;
    position: relative;
}
.join-main .mod-ctact {
    margin-top: 0;
}
.join-live-swiper .swiper-slide {
    width: auto;
    /*根据内容调整宽度*/
}
.swiper-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 30;
    width: 90%;
    margin-left: 28px;
}
.swiper-btn-liprev,
.swiper-btn-linext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: #E6E6E6;
    z-index: 10;
    transition: all .4s;
}
.swiper-btn-linext {
    right: 0;
}
.swiper-btn-liprev {
    left: 0;
}
.swiper-btn-liprev img {
    background-size: 100% 100%;
    width: 17px;
    height: 14px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.swiper-btn-liprev img:nth-child(1) {
    opacity: 0;
}
.swiper-btn-linext img:nth-child(1) {
    opacity: 0;
}
.swiper-btn-linext img {
    width: 17px;
    height: 14px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.swiper-btn-linext.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.swiper-btn-liprev.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.ban-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ban-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.link-main .mod-wrap {
    margin-top: 0;
}
.ban-link {
    position: relative;
}
.ban-link .ys-cont1400 {
    display: flex;
    position: absolute;
    justify-content: space-between;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.link-ul-li {
    padding-top: 24px;
    display: flex;
    align-items: baseline;
}
.link-ul-li-icon {
    width: 20px;
    margin-right: 13px;
    flex-shrink: 0;
}
.link-ul {
    padding-right: 30px;
}
.link-ul-li-icon img {
    width: 100%;
    margin-top: -5px;
}
.link-ul-li-text {
    font-size: var(--font20);
    color: var(--colorFFF);
    line-height: 1.4;
}
.link-ul-li-text a {
    font-size: var(--font20);
    color: var(--colorFFF);
    line-height: 1.4;
}
.link-main .mod-bread {
    display: block;
}
.ys-nybanner {
    overflow: hidden;
}
.link-main .ys-bread-list:last-child a {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}
.ys-nybanner .link-ul-li:first-child {
    padding-top: 0;
}
.link-intro {
    padding-top: 96px;
}
.liul-icon {
    width: 92px;
}
.liul-icon img {
    width: 100%;
}
.link-intro-ul {
    margin: 0 -136px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
}
.link-intro-ul-li {
    width: 50%;
    padding: 0 136px;
    margin-top: 60px;
    overflow: hidden;
}
.liul-title {
    font-size: 30px;
    color: var(--color333);
    line-height: 1.2;
    padding-top: 55px;
    margin-top: 37px;
    border-top: 2px solid #141415;
}
.link-intro-ul .link-ul-li-text {
    font-size: var(--text16);
    color: var(--color666);
}
.link-intro-ul .link-ul-li-text a {
    font-size: var(--text16);
    color: var(--color666);
}
.link-ul-li:first-child {
    padding-top: 20px;
}
.link-main .mod-ctact {
    margin-top:var(--space140);
}
.link-code-li-img {
    width: 126px;
    margin: 0 auto;
}
.link-code-li-img img {
    width: 100%;
}
.link-code-li-text {
    color: var(--colorFFF);
    padding-top: 25px;
    line-height: var(--line15);
    text-align: center;
}
.link-code {
    display: flex;
    margin: 0 -86px;
}
.link-code-li {
    padding: 0 86px;
}
.model-input-cont-ul {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
}
.crcl-change-li-cue {
    margin-top: 2px;
    color: #f00;
    font-size: 12px;
    line-height: 1.5;
    display: none;
}
.join-live-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.micu-li {
    padding: 0 8px;
    width: 33.333333%;
    margin-top: 30px;
}
.micu-li-text {
    color: var(--color666);
    line-height: 1.5;
}
.micu-li-text span {
    color: #F00;
    margin-left: 3px;
}
.model-input .ys-cont1360 {
    background: var(--colorFFF);
}
.model-input-cont {
    position: relative;
    z-index: 30;
    margin-top: -170px;
    background: linear-gradient(180deg, #FFF 69.83%, rgba(255, 255, 255, 0.00)100%);
    padding: 71px 76px 58px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    background: var(--colorFFF);
}
.micu-li-input {
    margin-top: 10px;
    border: 1px solid #DFDFDF;
    width: 100%;
}
.micu-li-input input::placeholder {
    color: var(--color999);
    font-size: var(--text16);
    line-height: 1.5;
    /* 28px */
}
.micu-li-input input {
    width: 100%;
    color: var(--color333);
    font-size: var(--text16);
    line-height: 58px;
    padding: 0 24px 0;
}
.micu-li.act {
    width: 66.666666%;
}
.micu-li.change {
    width: 100%;
}
.micu-li-input textarea::placeholder {
    color: var(--color999);
    font-size: var(--text16);
    line-height: 1.5;
}
.micu-li-input textarea {
    width: 100%;
    color: var(--color333);
    font-size: var(--text16);
    height: 162px;
    line-height: 1.5;
    padding-top: 18px;
    padding-left: 24px;
    overflow-y: hidden;
}
.micu-li.code {
    margin-top: 26px;
}
.micu-li.code .micu-li-input {
    margin-top: 0;
}
.micu-li.code {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.micu-li.code .micu-li-cue {
    width: 100%;
}
.micu-li.code .micu-li-input {
    width: 32%;
}
.micu-li.code .micu-li-cimg {
    width: 14%;
    margin-left: 20px;
    width: 154px;
    cursor: pointer;
    margin-right: 50px;
    flex-shrink: 0;
}
.micu-li.code .micu-li-btn {
    flex-grow: 1;
}
.micu-li-cimg img {
    width: 100%;
}
.micu-li-link {
    display: flex;
    align-items: center;
}
.micu-li-box {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    position: relative;
    margin-right: 6px;
    cursor: pointer;
}
.micu-li-box::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: var(--colormain1);
    transition: all .4s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop_form_table_agree.on .micu-li-box::after {
    opacity: 1;
}
.micu-li-text p {
    color: var(--color999);
    line-height: 1.75;
}
.micu-li-text a {
    color: #0E50C8;
    text-decoration: underline;
}
.micu-li.private {
    width: 100%;
    margin-top: 10px;
}
.micu-li-btn .std-btn1-box {
    justify-content: center;
}
.micu-li-btn .std-btn1-box .std-text16 {
    color: var(--colorFFF);
    z-index: 10;
}
.micu-li-input .ys-select input {
    height: 58px;
}
.micu-li-input .ys-select-xtbbox {
    width: 18px;
    margin-right: 24px;
}
.micu-li-input .ys-select-xtbbox img {
    width: 100%;
}
.micu-li-input .ys-select-bd {
    padding: 20px 24px;
    background-color: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    height: 152px;
    margin-top: 1px;
    z-index: 30;
}
.docu-cont-top-select .ys-select-bd {
    padding: 15px 32px;
    background-color: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    height: 160px;
    /* max-height: 160px; */
}
.docu-cont-top-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger-bar {
    width: 3px;
}
.micu-li-input .ys-select-li {
    margin-top: 15px;
    transition: all .4s;
    font-size: var(--text16);
    color: var(--color333);
}
.micu-li-input .ys-select-li:first-child{
    margin-top: 0px;
}
label {
    display: block;
    width: 100%;
    height: 100%;
}
.micu-li-input .mCSB_outside+.mCSB_scrollTools {
    right: 24px;
    margin: 18px 0;
}
.micu-li-input .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background-color: var(--colormain1) !important;
}
.micu-li-btn .std-btn1-box {
    padding: 14px 20px;
}
.micu-li-cue {
    color: #F00;
    margin-top: 2px;
    display: none;
    transition: all .4s;
    display: none;
}
.empty .micu-li-cue {
    display: block;
}
.has-required.empty .crcl-change-li-cue {
    display: block;
}
.nahm-icon img:nth-child(2) {
    position: absolute;
    left: 0;
    opacity: 0;
}
.ys-slick-anmt.nexting .ys-slick-prev {
    z-index: 999 !important;
}
.ys-slick-anmt.nexting .ys-slick-active {
    z-index: 1000 !important;
}
.ys-slick-anmt.preving .ys-slick-prev {
    z-index: 1000 !important;
}
.ys-slick-anmt.preving .ys-slick-active {
    z-index: 999 !important;
}
.ys-slick-anmt.nexting .ys-slick-active {
    animation: slideInRight .3s ease-out both;
}
.ys-slick-anmt.preving .ys-slick-prev {
    animation: slideOutRight .3s ease-in both;
}
.beul-ri-ul-li.act .beul-ri-word-subtit {
    font-weight: bold;
    color: var(--color333);
}
.beul-ri-ul-li:nth-child(n+2) .beul-ri-word-text {
    display: none;
}
.code-main .ys-nybanner {
    display: none;
}
.code-le {
    width: 597px;
    position: relative;
    flex-shrink: 0;
}
.code-le-img {
    width: 100%;
    height: 100%;
}
.code-le-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.code-ri {
    width: calc(100% - 597px);
    position: relative;
}
.code-ri-cont{
    height: 100%;
}
.code-le-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.code-le-cont-logo {
    position: absolute;
    top: 47px;
    left: 54px;
    width: 39%;
}
.code-le-cont-foot {
    position: absolute;
    left: 54px;
    bottom: 70px;
    padding-right: 72px;
}
.code-le-cont-logo img {
    width: 100%;
}
.clcf-share {
    display: flex;
}
.clcf-share .ys-share-list {
    padding: 0 14px;
    margin-top: 4px;
}
.clcf-share .ys-share-img {
    width: 20px;
}
.clcf-share .ys-share-img img {
    width: 100%;
}
.clcf-share-text {
    color: var(--colorFFF);
    line-height: 1.5;
    padding-right: 16px;
}
.clcf-file {
    padding-top: 45px;
}
.clcf-file span {
    font-size: var(--text14);
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.5;
}
.clcf-file a {
    font-size: var(--text14);
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.5;
}
.clcf-word {
    padding-top: 22px;
    margin: 0 -15px;
}
.clcf-word ul {
    display: flex;
}
.crcl-change-li-text span {
    color: #FD6262;
}
.clcf-word a {
    margin: 0 14px;
    font-size: var(--text14);
    color: rgba(255, 255, 255, 0.50);
    line-height: 2.3;
}
.crcr-link {
    display: flex;
    align-items: center;
  
}
.crcr-link-icon {
    width: 18px;
    margin-right: 5px;
    margin-top: 1px;
}
.crcr-link-icon img {
    width: 100%;
}
.crcr-link-text {
    color: var(--colormain1);
    line-height: var(--line14);
}
.ys-cont630 {
    width: 630px;
    margin: 0 auto;
}
.code-ri-cont-login {
    padding-top: 278px;
}
.crcl-title {
    font-size: 40px;
    font-weight: bold;
    color: var(--colormain1);
    line-height: var(--line14);
}
.crcl-toggle {
    padding-top: 30px;
    display: flex;
    margin: 0 -48px;
}
.crcl-toggle-li {
    padding: 0 48px;
}
.code-ri-cont-regist {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.crcl-toggle-li p {
    font-size: var(--font20);
    color: var(--color999);
    line-height: 1.6;
    transition: all .4s;
    position: relative;
    padding-bottom: 13px;
    cursor: pointer;
    padding-right: 30px;
}
.crcl-toggle-li p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
}
.crcl-toggle-li p::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--colormain1);
    z-index: 10;
    transition: all .4s;
}
.crcl-change-li-text,
.crcl-change-li-label p {
    color: #959595;
    font-size: var(--text14);
    line-height: 1.65;
}
.crcl-change-li-label {
    width: 100%;
    height: auto;
    display: inline-block;
    cursor: text;
}
.code-ri .ys-select-xtbbox {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .36s;
    width: 16px;
}
.code-ri .ys-select-xtbbox img {
    width: 100%;
}
.crcl-change-li-label P span {
    color: #FD6262;
}
.crcl-change {
    margin-top: 34px;
}
.regist-main .crcl-change-li-label {
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 9px 20px !important;
}
.code-main .crcl-change-li-label {
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 19px 20px;
}
.code-main .ccls-cont {
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 9px 20px;
}
.code .crcl-change-li-label {
    padding: 7px 7px 7px 20px !important;
}
.crcl-change-li {
    margin-top: 24px;
    position: relative;
}
.crcl-change-li:first-child {
    margin-top: 0;
}
.crcl-change-li-input input {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: var(--color333);
}
.crcl-change-li-select input {
    font-size: var(--text14);
    line-height: 1.5;
    color: var(--color333);
    height: 25px;
}
.crcl-change-li-code {
    display: flex;
}
.crcl-change-li-code label {
    width: 69%;
    margin-right: 13px;
}
.btn-code {
    flex: 1;
    width: 100%;
}
.btn-code .std-text16 {
    margin-right: 0;
    margin: 0 auto;
    color: var(--colorFFF);
    z-index: 10;
    transition: all .4s;
}
.btn-code .std-btn1-box {
    padding: 28px 20px;
}
.regist-main .submit .std-btn1-box {
    padding: 17px 20px;
}
.submit .std-btn1-box {
    padding: 25px 20px;
}
.crcl-change-li-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.crcl-change-item:last-child .crcl-change-li-text {
    color: #9F9F9F;
}
.regist-main .code-ri-cont-other {
    padding-top: 0;
}
.code-main .code-ri-cont-other {
    color: #7F7D93;
}
.regist-main .crcl-change-li-link {
    display: flex;
    align-items: normal;
}
.regist-main .crcl-change-li-link .ccll-box {
    margin-top: 6px
}
.crcl-change-li-link {
    display: flex;
    align-items: center;
}
.ys-select-hd.on .ys-select-xtbbox {
    transform: translateY(-50%) rotate(180deg);
}
.ccll-box {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    margin-right: 6px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}
.ccll-box::after {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    transition: all .4s;
    opacity: 0;
    background-color: var(--colormain1);
}
.crcl-change-li-link.on .ccll-box::after {
    opacity: 1;
}
.regist-main .pop_form_table_agree.on .ccll-box::after {
    opacity: 1;
}
.ccll-text p {
    color: #9F9F9F;
}
.crcl-change-item:first-child .submit {
    margin-top: 64px;
}
.crcl-change-item:last-child .submit {
    margin-top: 64px;
}
.crcl-change-li-num a {
    color: var(--colormain1);
}
.code-ri-cont-other {
    color: #959595;
    line-height: var(--line14);
    float: right;
    padding-top: 64px;
    padding-left: 10px;
}
.code-ri-cont-other a {
    color: var(--colormain1);
}
.crcl-toggle-li.on p {
    color: var(--colormain1);
}
.crcl-toggle-li.on p:after {
    width: 100%;
}
.crcl-change-item:nth-child(n+2) {
    display: none;
}
.number-main .crcl-change-item:first-child {
    display: none;
}
.number-main .crcl-change-item:nth-child(n+2) {
    display: block;
}
.regist-main .code-ri-cont-login {
    padding-top: 154px;
}
.regist-main .crcl-change-item-ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.regist-main .crcl-change-li {
    width: 33.333333%;
    padding: 0 5px;
}
.regist-main .crcl-change-li:first-child {
    margin-top: 22px;
}
.regist-main .crcl-change-li {
    margin-top: 22px;
}
.crcl-change-li.act {
    width: 50%;
}
.crcl-change-li.code .crcl-change-li-label {
    display: flex;
    justify-content: space-between;
}
.crcl-change-li-input .ys-select-hd {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: var(--color333);
}
.crcl-change-li-select .ys-select-bd {
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background: #FFF;
    width: 100%;
    top: calc(100% + 5px);
    padding: 7px 24px;
    font-size: var(--text14);
    height: 140px;
}
.ys-member1-right-head .ys-select-xtbbox {
    right: 0;
    width: 16px;
}
.ys-member1-right-head .ys-select-xtbbox img {
    width: 100%;
}
.crcl-change-li-select .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
}
.crcl-change-li-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
}
.crcl-change-li-select .mCSB_outside+.mCSB_scrollTools {
    right: 28px;
    margin: 20px 0;
}
.crcl-change-li-select .ys-select-li {
    margin-top: 15px;
    transition: all .4s;
    font-size: var(--text14);
    color: var(--color333);
}
.crcl-change-li-select {
    background: #FFF;
}
.crcl-change-li-select .crcl-change-li-label {
    cursor: pointer;
}
.ccll-code {
    position: relative;
    width: calc(100% - 160px);
}
.ccll-img {
    overflow: hidden;
    cursor: pointer;
    width: 32%;
}
.ccll-img img {
    width: 100%;
}
.crcl-change-li-btn {
    display: flex;
}
.crcl-change-li-btn .crcl-change-li-label {
    width: 54%;
}
.crcl-change-li-btn .cclb-btn {
    flex-grow: 1;
    margin-left: 25px;
}
.crcl-change-li-btn .std-btn1-box {
    padding: 17px 28px;
}
.regist-main .crcl-change-li.submit {
    margin-top: 54px !important;
}
.crcl-change-li-btn .std-text16 {
    color: var(--colorFFF);
    transition: all .4s;
    margin: 0 auto;
    z-index: 10;
}
.crcl-change-li2 {
    width: 100% !important;
    margin-top: 45px !important;
}
.regist-main .ccll-box::after {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url(../images/j01_icon06.svg);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    transition: all .4s;
    opacity: 0;
}
.message-main .ys-nybanner {
    display: none;
}
.ys-member1-left {
    width: 306px;
}
.ys-member1-logo {
    height: 150px;
    background: var(--colormain1);
    position: relative;
    width: 100%;
}
.ym1lc-item:first-child .ym1lc-item-link {
    padding-top: 21px;
    padding-bottom: 16px;
}
.ym1lc-item-link {
    display: flex;
    align-items: center;
    padding: 0 62px;
    transition: all 0.4s;
    position: relative;
}
.ym1lc-item-link::before {
    position: absolute;
    width: 6px;
    height: 100%;
    background: var(--colormain1);
    content: '';
    top: 0;
    right: 0;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.4s;
}
.ym1lc-item-link-icon {
    width: 25px;
}
.ys-imgbox-cover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.ym1lc-item-link img {
    transform: scale(1) !important;
}
.std-btn3-link img {
    transform: scale(1) !important;
}
.ym1lc-item-link-text {
    color: #333;
    font-size: var(--text18);
    line-height: 72px;
    display: block;
    padding-left: 15px;
    height: 72px;
    overflow: hidden;
    transition: all 0.4s;
    margin-right: 36px;
}
.ym1lc-item.act .ym1lc-item-link {
    border-radius: 0px 3px 3px 0px;
    background: rgba(46, 87, 158, 0.10);
}
.ym1lc-item.act .ym1lc-item-link::before {
    opacity: 1;
}
.ym1lc-item.act .ym1lc-item-link-text {
    color: var(--colormain1);
}
.ym1lc-item.act .ym1lc-item-link-arrow img:nth-of-type(2) {
    opacity: 0;
}
.ym1lc-item.act .ym1lc-item-link-icon img:nth-of-type(2) {
    opacity: 0;
}
.ys-member1-right {
    background: #F4F4F4;
    padding: 31px 39px 38px 35px;
}
.ys-member1-right {
    width: calc(100% - 306px);
}
.ys-member1-right-head {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
}
.member-select1 {
    width: 170px;
}
.ys-select {
    position: relative;
    z-index: 5;
}
.member-select1 .ys-select-hd {
    display: flex;
    align-items: center;
}
.member-select1-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.member-select1-img img {
    width: 100%;
    height: 100%;
}
.member-select1 input {
    width: calc(100% - 60px);
    padding-left: 17px;
    padding-right: 19px;
    font-size: var(--text18);
    color: var(--color333);
    line-height: 1.75;
}
.member-select1 .ys-select-show,
.member-select1 input {
    width: calc(100% - 60px);
    padding-left: 17px;
    padding-right: 18px;
    font-size: var(--text18);
    color: var(--color333);
    line-height: 1.75;
}
.member-select1 .ys-select-xtbbox {
    width: 16px;
}
.member-select1 .ys-select-xtbbox img {
    width: 100%;
}
.member-select1 .ys-select-bd {
    box-shadow: 0px 4px 20px 2px rgba(135, 152, 212, 0.14);
    padding: 10px 0;
    top: calc(100% + 4px);
    font-size: var(--text16);
    height: calc(8em + 20px);
    border-radius: 5px;
}
.member-select1 .ys-select-li {
    font-size: var(--text16);
    line-height: 1.75;
    padding: 0 20px;
    color: #666;
    transition: all 0.4s;
}
.mCSB-scrollTools.mCS-dark .mCSB-dragger:active .mCSB-dragger-bar,
.mCSB-scrollTools.mCS-dark .mCSB-dragger.mCSB-dragger-onDrag .mCSB-dragger-bar,
.mCS-dark.mCSB-scrollTools .mCSB-dragger .mCSB-dragger-bar {
    background-color: var(--colormain1);
}
.ys-member1-right-form {
    width: 100%;
    min-height: calc(100vh - 144px);
    padding: 43px 64px 98px;
    background: #FFF;
}
.ys-member1-right-form .std-title3 {
    font-size: 30px;
    color: var(--color333);
    font-weight: bold;
    line-height: var(--line15);
}
.ys-member1-right-formbox {
    width: 824px;
    margin: 81px auto 90px;
    max-width: 100%;
}
.ys-member1-right-cut {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    max-width: 100%;
}
.message-main .ys-member1-right-cut {
    margin-left: -37px;
}
.safe-main .ymrc-item::before {
    display: none;
}
.ymrc-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    content: '';
    width: 1px;
    height: 43px;
    background: #DEE5F0;
}
.ymrc-item:last-child::before {
    display: none;
}
.ymrc-item-text {
    color: #A7A7A7;
    font-size: 40px;
    font-weight: bold;
    transition: all 0.4s;
    line-height: var(--line15);
}
.ymrc-item.act .ymrc-item-text {
    color: #000;
}
.ymrc-item {
    flex-shrink: 0;
    padding: 0 47px;
    position: relative;
    cursor: pointer;
}
.ys-member1-right-form .member-form {
    width: 702px;
    max-width: 100%;
    margin: 0 auto;
}
.member-form {
    display: flex;
    flex-wrap: wrap;
}
.phone-modal .mfil-name {
    color: #9B9B9B;
}
.member-form-item {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 18px;
}
.member-form-item2 {
    width: 50% !important;
}
.member-form-item-label {
    border: 1px solid #EDEDED;
    background: #FFF;
    width: 100%;
    height: auto;
    padding: 7px 18px 7px;
    position: relative;
    cursor: text;
}
.crcl-change-item:first-child .crcl-change-li-text {
    color: #7F7D93;
}
.mfil-name {
    color: #A7A7A7;
    line-height: 1.5;
    font-size: var(--text14);
}
.mfil-name span {
    color: #FD6262;
}
.mfil-input,
.mfil-input input {
    width: 100%;
}
.member-select input,
.mfil-input input {
    line-height: 1.5;
    font-size: var(--text14);
    height: 24.5px;
    color: var(--color333);
}
.member-form-item3 {
    width: 33.333333% !important;
}
.ys-member1-right-form .member-form-item-submit {
    align-items: center;
    margin-top: 18px;
}
.member-form-item.member-form-item-submit {
    margin-top: 21px;
    margin-bottom: 0;
}
.member-form-item-submit {
    display: flex;
    justify-content: flex-start;
}
.member-submit.conta-leave-submit {
    padding-top: 0;
}
.conta-leave-submit {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.member-form-item-submit .conta-leave-submit p {
    font-size: var(--text16);
    line-height: 63px;
    width: 100%;
    border-radius: 0;
}
.member-submit a {
    width: 100%;
}
.conta-leave-submit p {
    font-size: var(--font20);
    line-height: 60px;
    width: 200px;
    border-radius: 10px;
    background: var(--colormain1);
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.member-other-text {
    margin-left: 47px;
}
.member-other-text p {
    color: #7F7D93;
}
.member-other-text a {
    color: var(--colormain1);
}
.ys-member1-logo-img {
    width: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ys-member1-logo-img img {
    width: 100%;
}
.member-other-text a,
.member-other-wx-link .std-text1,
.member-agree .std-text2 a {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: transparent;
    transition: all 0.4s;
}
.person-safe-item {
    display: flex;
    justify-content: space-between;
    padding:38px 0;
    align-items: center;
    position: relative;
}
.person-safe-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}
.person-safe-item-text {
    display: flex;
    flex-grow: 1;
    width: calc(100% - 128px);
    align-items: center;
}
.person-safe-item-icon {
    width: 26px;
    margin-right: 11px;
    position: relative;
}
.psit-name {
    color: var(--color333);
    line-height: 1.65;
    margin-right: 38px;
    font-size: var(--font20);
}
.psit-cry {
    flex-grow: 1;
}
.psit-cry input {
    color: #ADADAD;
    line-height: 1.5;
    width: 100%;
    padding-right: 20px;
    font-size: var(--font20);
}
.person-safe-item-btn {
    width: 128px;
}
.conta-leave-submit {
    width: 168px;
}
.person-safe-item-btn .std-text16 {
    color: var(--colorFFF);
    margin: 0 auto;
    z-index: 10;
}
.conta-leave-submit .std-btn1-box {
    width: 100%;
}
.person-safe-item-btn .std-btn1-box {
    padding: 10px;
}
.phone-modal .ys-modal-content,
.password-modal .ys-modal-content {
    width: 633px;
    padding: 69px 48px 83px;
}
.phone-modal .std-title1,
.password-modal .std-title1,
.wx-modal .std-title1 {
    color: var(--color333);
    line-height: var(--line15);
    text-align: center;
    font-weight: bold;
    margin-bottom: 39px;
    font-size: 40px;
}
.password-modal .mfil-code2 .member-form-item-label,
.phone-modal .mfil-code2 .member-form-item-label {
    width: 61.1%;
}
.mfil-code2 {
    display: flex;
}
.password-modal .mfil-code2 .conta-leave-submit,
.phone-modal .mfil-code2 .conta-leave-submit {
    width: 38.9%;
    padding-left: 26px;
    padding-top: 0;
}
.mfil-code2 .conta-leave-submit a,
.mfil-code2 .conta-leave-submit p {
    display: block;
    height: 100%;
    width: 100%;
}
.phone-modal .conta-leave-submit {
    width: 100%;
}
.mfil-code2 .conta-leave-submit p {
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text16);
    border-radius: 0;
}
.phone-modal .ys-modal-close {
    right: 27px;
    top: 27px;
    width: 22px;
}
.phone-modal .ys-modal-close img {
    width: 100%;
}
.person-book {
    position: relative;
    margin-top: 54px;
}
.person-book::before {
    content: '';
    background: #D5D2E1;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.person-book-list {
    display: flex;
    margin: 0 -26px;
}
.person-book-list-nub {
    padding: 0 26px;
}
.person-book-list-nub.on .std-tit4 {
    color: var(--colormain1);
}
.person-book-list-nub.on .std-tit4::before {
    width: 100%;
}
.person-book-list-nub .std-tit4::before {
    content: '';
    height: 3px;
    /* background: var(--colormain1); */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0%;
    transition: all 0.4s;
}
.person-book-list-nub.on .std-tit4::before {
    width: 100%;
}
.person-stand {
    margin: 0 -12px -20px;
    margin-top: 41px;
    display: flex;
    flex-wrap: wrap;
}
.person-stand-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px;
}
.person-stand-item-link {
    border: 1px solid #E3E3E3;
    background: #F9F9F9;
    padding: 40px 40px 40px 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.person-stand-item .std-tit4 {
    color: var(--color333);
    width: calc(100% - 80px);
    transition: all 0.4s;
}
.std-btn3-link {
    display: flex;
    align-items: center;
}
.person-stand-item-link .std-btn1-icon {
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
}
.person-stand-item-link .std-btn1-icon img {
    width: 100%;
}
.person-stand-item-link .std-btn1-font14 {
    font-size: var(--text14);
    padding-left: 7px;
    padding-right: 0;
    color: var(--colormain1);
    line-height: var(--line12);
}
.person-book-list-nub .std-tit4 {
    color: var(--color999);
    line-height: var(--line15);
    transition: all 0.4s;
    position: relative;
    padding-bottom: 19px;
}
.conta-leave-submit .std-text16 {
    line-height: 1.5;
}
.std-btn1-box .std-text16 {
    color: var(--colorFFF);
    z-index: 10;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.crcr-link:first-child {
    right: 190px;
}
.deta-arti-link{
    position: relative;
    padding-bottom: 39px;
}
.deta-arti-link-li{
    padding-top: 16px;
}
.deta-arti-link-li a{
    color: var(--colormain1);
    line-height: 1.5;
}
.deta-arti-link-li a span{
    margin-left: 20px;
    color: var(--color666);
    transition: all .4s;
}
.ys-cont1100{
    width: 1100px;
    margin: 0 auto;
}
.detail-article{
    margin-top: 62px;
}
.detail-article .ys-cont1100{
    display: flex;
}
.detail-arti-le{
    width: 64%;
    padding-right:62px;
}
.detail-arti-ri{
    width: 36%;
    padding-left: 67px;
}
.deta-arti-cont{
    position: relative;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.deta-arti-cont::after{
    content: "";
    display: inline;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    right: -62px;
    top: 0;
}
.detail-arti-ri-title{
    line-height: var(--line15);
}
.detail-arti-ri-ul{
    padding-top: 39px;   
}
.daru-li{
    padding-top: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.daru-li:first-child{
    padding-top: 0;
}
.daru-li-text{
    color: var(--color333);
    line-height: 1.5;
}
.daru-li-data{
    color: var(--color999);
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 27px;
}
.deta-arti-link-li:first-child{
    padding-top: 30px;
}
.detail-head{
    background: #F4F4F4;
    padding-bottom: 58px;
}
.btn-modal .ys-modal {
    background: rgba(0, 0, 0, .6);
}
.btn-modal .ys-modal-content {
    width:701px;
    padding: 74px 67px;
}
.btn-modal .ys-modal-content p{
    font-size: var(--text18);
    color: #000;
    line-height: 1.5;
}
.btn-modal .ys-modal-close {
    right: 17px;
    top: 12px;
    width: 22px;
}
.btn-modal .ys-modal-close img{
    width: 100%;
}
/* ada end */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    /* ada start */
    .deta-arti-link-li:hover span{
        color: var(--colormain1);
    }
    .person-stand-item-link:hover .std-tit4 {
        color: var(--colormain1);
    }
    .person-book-list-nub:hover .std-tit4 {
        color: var(--colormain1);
    }
    .person-book-list-nub:hover .std-tit4::before {
        width: 100%;
    }
    .crcl-change-li-btn .std-btn1-box:hover .std-text16 {
        color: var(--colormain1);
    }
    .crcl-toggle-li p:hover:after {
        width: 100%;
    }
    .crcl-toggle-li p:hover {
        color: var(--colormain1);
    }
    .btn-code:hover .std-text16 {
        color: var(--colormain1);
    }
    .new-about-head-more:hover .nahm-text {
        color: var(--colormain1);
    }
    .new-about-head-more:hover .nahm-icon img:nth-child(2) {
        opacity: 1;
    }
    .new-about-head-more:hover .nahm-icon img:nth-child(1) {
        opacity: 0;
    }
    .micu-li-btn:hover .std-text16 {
        color: var(--colormain1);
    }
    .join-main .ys-nybanner .std-btn1-box:hover .std-text14 {
        color: var(--colorFFF);
    }
    .join-main .ys-nybanner .std-btn1-box {
        background-color: var(--colorFFF);
    }
    .nhsu-li a:hover {
        background-color: var(--colormain1);
        color: var(--colorFFF);
    }
    .dcbu-li-box:hover .dcbu-li-box-load img:nth-child(2) {
        opacity: 1;
    }
    .dcbu-li-box:hover .dcbu-li-box-load img:nth-child(1) {
        opacity: 0;
    }
    .dcbu-li-box:hover .dcbu-li-box-text p {
        color: var(--colormain1);
    }
    .retr-cont-ul-li a:hover::after {
        width: 100%;
    }
    .retr-cont-ul-li a:hover {
        color: var(--colormain1);
    }
    .pc-fenye li:hover {
        color: #fff !important;
        background: var(--colormain1);
    }
    .first li:hover {
        color: var(--colormain1) !important;
        background: transparent;
    }
    .prev li:hover {
        color: var(--colormain1) !important;
        background: transparent;
    }
    .next li:hover {
        color: var(--colormain1) !important;
        background: transparent;
    }
    .end li:hover {
        color: var(--colormain1) !important;
        background: transparent;
    }
    .ys-select-li:hover {
        color: var(--colormain1);
    }
    .scbu-li-box:hover .scbu-li-box-title {
        color: var(--colormain1);
    }
    .scbu-li-box:hover .scbu-li-box-img {
        opacity: 1;
    }
    .scbu-li-box:hover .std-btn2-box-icon img:nth-child(1) {
        opacity: 0;
    }
    .scbu-li-box:hover .std-btn2-box-icon img:nth-child(2) {
        opacity: 1;
    }
    /* 轮播按钮 */
    .swiper-btn-linext:hover {
        background-color: var(--colormain1);
    }
    .swiper-btn-linext:hover img:nth-child(2) {
        opacity: 0;
    }
    .swiper-btn-linext:hover img:nth-child(1) {
        opacity: 1;
    }
    .swiper-btn-liprev:hover {
        background-color: var(--colormain1);
    }
    .swiper-btn-liprev:hover img:nth-child(2) {
        opacity: 0;
    }
    .swiper-btn-liprev:hover img:nth-child(1) {
        opacity: 1;
    }
    /* 轮播按钮 */
    /* 按钮规范 */
    .std-btn1-box:hover .std-btn1-box-icon img:nth-child(1) {
        opacity: 0;
        transition: all .4s;
    }
    .std-btn1-box:hover .std-btn1-box-icon img:nth-child(2) {
        opacity: 1;
    }
    .std-btn1-box:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }
    .std-btn1-box:hover .std-text14 {
        color: var(--colormain1);
    }
    .std-btn1-box:hover .std-text16 {
        color: var(--colormain1);
    }
    .std-btn2-box-icon:hover img:nth-child(1) {
        opacity: 0;
    }
    .std-btn2-box-icon:hover img:nth-child(2) {
        opacity: 1;
    }
    .std-btn3-box:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }
    .std-btn3-box:hover .std-text14 {
        color: var(--colorFFF);
    }
    .std-btn3-box:hover {
        border: 1px solid var(--colormain1);
    }
    .std-btn4-box-icon:hover img:nth-child(1) {
        opacity: 0;
        transition: all .4s;
    }
    .std-btn4-box-icon:hover img:nth-child(2) {
        opacity: 1;
    }
    .ym1lc-item .ym1lc-item-link:hover {
        border-radius: 0px 3px 3px 0px;
        background: rgba(46, 87, 158, 0.10);
    }
    .ym1lc-item .ym1lc-item-link:hover::before {
        opacity: 1;
    }
    .ym1lc-item-link:hover .ym1lc-item-link-icon img:first-child {
        opacity: 1;
    }
    .ym1lc-item-link:hover .ym1lc-item-link-icon img:nth-of-type(2) {
        opacity: 0;
    }
    .ym1lc-item-link:hover .ym1lc-item-link-arrow img:first-child {
        opacity: 1;
    }
    .ym1lc-item-link:hover .ym1lc-item-link-arrow img:nth-of-type(2) {
        opacity: 0;
    }
    .ym1lc-item-link:hover .ym1lc-item-link-text {
        color: var(--colormain1);
    }
    .member-other-text a:hover {
        text-decoration-color: var(--colormain1);
    }
    /* 按钮规范 */
    /* ada end */
}


/* 底部导航 */
.mod-foot{
    width: 100%;
    background: #F4F4F4;
    padding: 57px 0 30px;
}
.mod-foot-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.mod-foot-top-logo{
    width: 240px;
}
.mod-foot-top-logo a{
    display: block;
    width: 100%;
}
.mod-foot-top-logo a img{
    width: 100%;
}
.mod-foot-top-share{
    display: flex;
    align-items: center;
}
.mfts-text p{
    font-size: var(--text16);
    line-height: 1.5;
    color: var(--color333);
}
.mfts-text{
    margin-right: 28px;
}
.mfts-ul{
    display: flex;
    align-items: center;
    margin: 0 -14px;
}
.mfts-ul-li{
    padding: 0 14px;
    position: relative;
}
.mfts-ul-li-box{
    display: block;
    width: 20px;
    cursor: pointer;
}
.mfts-ul-li-box img{
    width: 100%;
}
.mfts-ul-li-code{
    width: 120px;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow:hidden;
    padding: 10px;
    background: var(--colorFFF);
    box-shadow: 0px 3px 18px 0px rgba(165, 181, 211, 0.27);
    display: none;
}
.mfts-ul-li-code img{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.mod-foot-min-ul{
    display: flex;
    align-items: flex-start;
    margin: 0 -20px;
}
.mfmu-li{
    width: 17%;
    padding: 0 20px;
}
.mfmu-li-text a{
    font-size: var(--font24);
    transition: all .4s;
    display: block;
    color: #000;
    line-height: var(--line12);
}
.mfmu-li-text{
    margin-bottom: 18px;
}
.mfmu-li ul li p a{
    font-size:var(--text16);
    line-height: 1.7;
    color: #000;
    opacity: 0.7;
    transition: all .4s;
    display: block;
    padding: 8px 0;
}
.mod-foot-min{
    margin-bottom: 68px;
}
.mod-foot-bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mod-foot-bot-le p, .mod-foot-bot-le p span, .mod-foot-bot-le p a{
    color: var(--color666);
    line-height: 1.5;
    font-size: var(--text16);
}
.mfbr-ul{
    display: flex;
    margin: 0 -10px;
}
.mfbr-ul-li {
    padding: 0 10px;
}
.mfbr-ul-li a{
    font-size:var(--text14);
    line-height: 1.5;
    transition: all .4s;
    display: block;
    color: var(--color666);
}
/* 顶部导航 */
.mod-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 27px 0 41px;
    position: relative;
    /* border-bottom: solid 1px #E3E3E3; */
    background: var(--colorFFF);
}
.mod-nav::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
}
.head-logo{
    width: 180px;
    line-height: 80px;
    margin-right: 40px;
}
.head-logo a{
    display: block;
    line-height: 80px;
}
.head-logo a img{
    width: 100%;
}
.mod-nav-ri .head-nav-item{
    padding-right: 38px;
}
.mod-nav-ri .head-nav-item::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 28px;
    background: #E3E3E3;
}
/* 检索 */
.yx-search3-btn{
    width: 20px;
    line-height: 80px;
    position: relative;
}
.yx-search3-btn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx-search3img2{
    position: absolute;
    top:18px;
    left: 0;
    opacity: 0;
}
.yx-search3xlbox{
    width: 100%;
    height: 350px;
    background:rgba(255, 255, 255, .95);
    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: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: var(--head);
    border-bottom: 1px solid #666;
}
.yx-search3xlbtn{
    width: 24px;
    line-height: 60px;
}
.yx-search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
}
.yx-search3-xls input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls input::placeholder{
    color: #666;
}
.head-sear{
    margin-right: 43px;
    position: relat/ive;
}
.head-other{
    display: flex;
    margin: 0 -15px;
    padding-left:36px;
    position: relative;
}
.head-other-icon{
    padding:0 15px;
}
.head-other-icon a{
    display: block;
    width: 34px;
    line-height: 80px;
}
.head-other-icon a img{
    width: 100%;
}
.ys-ban-title{
    width: 48%;
}
.mod-nav-le, .mod-nav-ri{
    display: flex;
}
.hnit-icon{
    width: 20px;
    flex-shrink: 0;
    margin-right:10px;
    position: relative;
}
.hnit-icon img{
    width: 100%;
}
.hnit-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.head-nav{
    display: flex;
    margin: 0 -35px;
}
.head-nav-item-title{
    display: block;
    line-height: 80px;
    font-size: var(--text18);
    color: var(--color333);
}
.head-nav-item.on .head-nav-item-title{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px;
    z-index: 2;
}
.head-nav-item.on.yxnav-active1 .head-nav-item-title{
    color: #333;
}
.head-nav-item.on .head-nav-item-title::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height:34px;
    background: #E3E3E3;
}
.head-nav-item{
    padding: 0 35px;
}
.head-nav-item-down{
    background: transparent;
}
.mod-pull{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 40px); 
    box-shadow: 0px 3px 18px 0px rgba(165, 181, 211, 0.27);
}
.mod-pull-cont{
    padding-top: 4px;
    /*box-shadow: 0px 3px 18px 0px rgba(165, 181, 211, 0.27);*/
}
.mod-pull-ul{
    background: #FFF;
    padding: 36px 20px;
}
.mod-pull-ul-li{
    margin-bottom: 30px;
}
.mod-pull-ul-li:last-child{
    margin-bottom: 0px;
}
.mod-pull-ul-li a{
    display: block;
    text-align: center;
    transition: all .4s;
    color: var(--color333);
    line-height: var(--line12);
    font-size: var(--text18);
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color: transparent;
}
.mod-pull-ul-li.yxnav-active2 a{
    color: var(--colormain1);
    text-decoration-color: var(--colormain1);
}
.prod-pull{
    width: 1230px;
    position: absolute;
    left: 0;
    top: 100%;
    transform: inherit;
}
.prod-pull-cont{
    display: flex;
    align-items: stretch;
    background: var(--colorFFF);
    border: solid 11px var(--colormain1);
    height: calc(100vh - 80px);
}
.prod-pull-le{
    width: 25%;
    border-right: solid 1px var(--colormain1);
    padding: 37px 8px 37px 0;
}
.prod-pull-ri{
    width: 75%;
    padding: 10px 63px 0 57px;
}
.prod-pull-ri-ul{
    padding-top: 60px;
}
.head-nav-item.on{
    position: static;
}
.prod-pull-le-box{
    max-height: 100%;
}
.pplu-li-text{
    padding:21px 43px;
    font-size: var(--text16);
    line-height: var(--line14);
    font-weight: bold;
    color: var(--colormain1);
    background: transparent;
    transition: all .4s;
    cursor: pointer;
}
.pplu-li.yxnav-active2 .pplu-li-text{
    background: #EBEFF6;
}
.prod-pull-le-box .mCSB_outside+.mCSB_scrollTools {
    right: -12px;
}
.prod-pull-le-box .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
    width: 5px;
    border-radius: 0px;
}
.prod-pull-le-box .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color:transparent !important;
}
.prod-pull-ri-box .mCSB_outside+.mCSB_scrollTools {
    right: -58px;
}
.prod-pull-ri-box .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    background-color: rgba(217, 217, 217, 0.2) !important;
}
.prod-pull-ri-box .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background-color: var(--colormain1) !important;
    border-radius: 0px;
}
.ppru-li-box {
    padding:32px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: solid 1px #e7e7e7;
}
.ppru-li-le{
    width: 24%;
}
.ppru-li-le a{
    font-weight: bold;
    color: var(--colormain1);
    line-height: 1.75;
    font-size: var(--font20);
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color: transparent;
}
.ppru-li-ri{
    width: 76%;
}
.ppru-li-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.ppru-li.yxnav-active3 .ppru-li-le a{
    text-decoration-color: var(--colormain1);
}
.plru-lis{
    width: 33.333333%;
    padding: 0 22px;
}
.ppru-li:first-child .ppru-li-box{
    padding-top: 0px;
}
.plru-lis a{
    font-size: var(--text14);
    line-height: 1.5;
    padding: 8px 0;
    color: var(--color666);
    transition: all .4s;
    display: block;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color: transparent;
}
.ppru-li.yxnav-active2 .ppru-li-le a{
    text-decoration-color: var(--colormain1);
}
.plru-lis.yxanv-active4 a{
    color: var(--colormain1);
    text-decoration-color: var(--colormain1);
}
.prod-pull-ri-box, .prod-pull-le-box{
    height: 100%;
}
.head-nav-item.on .head-nav-item-title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background: #E3E3E3;
    opacity: 1;
    transition: all .4s;
    z-index: -1;
}
.head-nav-item.on1.on .head-nav-item-title::before{
    opacity: 0;
}
.head-nav-item.on1.on .head-nav-item-title::after{
    opacity: 0;
}
.head-nav-item.on1.on .head-nav-item-title{
    color: var(--colorFFF);
}
.head-nav-item.on1.on  .hnit-icon img:nth-child(1){
    opacity: 0;
}
.head-nav-item.on1.on  .hnit-icon img:nth-child(2){
    opacity: 1;
}
.head-nav-item.on.on1 .head-nav-item-title{
    background: var(--colormain1);
}
.head-nav-item.yxnav-active1 .head-nav-item-title{
    color: var(--colormain1);
}
.plru-lis.yxnav-active4 a{
    color: var(--colormain1);
    text-decoration-color: var(--colormain1);
}
.prod-pull-ri-item{
    display: none;
}
.prod-pull-ri-item:first-child{
    display: block;
}
/* 首页-start */
.ys-ban-title, .ys-ban-btn .std-btn1{
    opacity: 0;
}
.ys-ban-li.slick-active .ys-ban-title{
    animation: fadeclip 1s ease 1;
    animation-delay: 0.4s;
    animation-fill-mode: forwards !important;
}
.ys-ban-li.slick-active .ys-ban-btn .std-btn1{
    animation: fadeclip 1s ease 1;
    animation-delay: 0.5s;
    animation-fill-mode: forwards !important;
}
.ys-ban-title{
    font-size: var(--font60);
    line-height: var(--line15);
    color: var(--colorFFF);
}
.ys-ban-imgbox::before{
    opacity: 0.1;
    background: linear-gradient(101deg, #060A30 5.1%, rgba(6, 10, 48, 0.00) 49.96%);
}
.ys-ban-btn{
    margin-top: 45px;
}
.ys-ban-txtbox.ys-pos-center{
    top: 45%;
}
.ys-ban-slick .slick-dots li {
    width: 34px;
    height: 2px;
    margin: 0 6px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
}
.ys-ban-slick .slick-dots li.slick-active{
    width:82px;
    background: rgba(255, 255, 255, 1);
}
.ys-ban-slick .slick-dots{
    bottom: 50px;
}
.home-recom-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 60px 38px 52px;
}
.home-recom{
    width: 100%;
    background: #F4F4F4;
}
.home-recom-ul{
    display: flex;
    margin: 0 -120px;
}
.home-recom-ul-li{
    padding: 0 120px;
}
.home-recom-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.home-recom-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.home-recom-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.home-recom-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.hrul-icon{
    width: 56px;
    margin: 0 auto 3px;
}
.hrul-icon img{
    width: 100%;
}
.home-main h2{
    opacity: 0;
    text-align: center;
}
.home-recom h2{
    font-size: 30px;
    color: var(--color333);
    line-height: 1.4;
    text-align: left;
}
.home-prod{
    background: var(--colorFFF);
    padding-top: var(--space100);
    padding-bottom: var(--space140);
}
.sticky-body{
    overflow: visible !important;
}
.ys-banner, .home-main section{
    overflow: hidden;
}
.home-prod{
    overflow: visible !important;
}
.home-prod-cont{
    display: flex;
    align-items:start;
}
.home-prod-le{
    width: 43%;
    position: sticky;
    top: 120px;
    z-index: 11;
}
.home-prod-ri{
    width: 57%;
    padding-left:60px;
} 
.home-prod-le::after{
    content: "";
    position: absolute;
    width: 130%;
    height: 800px;
    right: -130%;
    background: linear-gradient(0deg, #FFF 75%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 15;
}
.home-prod-le-pic img{
    width: 100%;
    transition: all .4s;
}
.home-prod-le-pic{
    overflow: hidden;
}
.home-apply{
    width: 100%;
    padding-top: 80px;
    padding-bottom: var(--space120);
    background: #F5F5F5;
    position: relative;
    z-index: 12;
}
.home-prod-ri-ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -23px;
}
.hpru-li-tit{
    margin-bottom: 170px;
    font-weight: bold;
    transition: all .4s;
}
.hpru-li-bot-num p{
    color: var(--color333);
    line-height: var(--line12);
    font-size: 12px;
}
.hpru-li{
    width: 50%;
    padding: 0 23px;
}
.hpru-li-bot{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hpru-li-bot .std-btn4-box-icon{
    width: 26px;
}
.hpru-li a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom:20px;
    border-top: solid 2px #141415;
}
.home-cry{
    position: relative;
    z-index: 11;
}
.home-cry-bg{
    width: 100%;
    position: relative;
}
.home-cry-bg img{
    width: 100%;
}
.home-cry-bg video{
    background: transparent !important;
}
.home-cry-wrap{
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.hrul-text{
    color: var(--color333);
    font-size: var(--text16);
    line-height: var(--line14);
}
.home-cry-ri-ul{
    display: flex;
    margin: 0 -40px;
}
.hcru-li{
    width: 50%;
    padding: 0 40px;
}
.hcru-li-tp{
    display: flex;
    align-items: flex-end;
}
.hcru-li-tp .ys_demo_num1{
    font-size: var(--font60);
    color: var(--colorFFF);
    line-height: 1.1;
}
.hcru-li-tp span{
    font-size: var(--text16);
    line-height: 2.2;
    color: var(--colorFFF);
    margin-left: 8px;
}
.home-cry-cont{
    padding: 0 27px 0 61px;
    display: flex;
    align-items: flex-start;
}
.home-cry-le{
    width: 44%;
    padding-right: 74px;
}
.home-cry-ri{
    width:56%;
    overflow: hidden;
}
.home-cry-le h2{
    color: var(--colorFFF);
    text-align: left;
    line-height: 1.5;
}
.home-cry-le-word p{
    font-size: var(--font24);
    line-height: 1.75;
    color: var(--colorFFF);
}
.home-cry-ri-word p{
    color: var(--colorFFF);
    line-height: 1.75;
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-cry-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 0 0px 79px 90px;
}
.hcru-li{
    width: 50%;
    position: relative;
    margin-top: 78px;
    padding-left: 63px;
}
.hcru-li::after{
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 30px;
    height: 4px;
    background: var(--colormain1);
}
.hcru-li-btm{
    font-size: 26px;
    line-height: 1.75;
    color: var(--colorFFF);
}
.home-cry-ri .std-btn4{
    margin-top: 54px;
}
.hntl-box{
    position: relative;
}
.hntl-textbox{
    width: calc(100% - 80px);
    position: absolute;
    bottom:44px;
    left: 50%;
    transform: translateX(-50%);
}
.home-news-tpul{
    display: flex;
    margin: 0 -2px;
}
.home-news-tpul-li{
    width: 50%;
    padding: 0 2px;
}
.hntl-box, .hnbl-box{
    position: relative;
}
.hntl-textbox-date p{
    color: var(--colorFFF);
}
.hntl-textbox-date{
    margin-bottom: 8px;
}
.hntl-textbox-tit{
    color: var(--colorFFF);
    line-height: 1.35;
    height: 1.35em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hntl-box-pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hntl-box-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hntl-box-pic-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hntl-box-pic .ys-imgbox-cover, .hntl-box-pic-img, .hnbr-tp-box{
    position: relative;
}
.hntl-box-pic .ys-imgbox-cover::after, .hntl-box-pic-img::after, .hnbr-tp-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 23.44%, #000 100%);
}
.home-news{
    padding-top: 80px;
}
.home-news h2{
    margin-bottom: 40px;
}
.home-news-btm{
    display: flex;
    align-items: stretch;
    margin: 4px -2px 0;
}
.home-news-btm-le{
    width: 68%;
    padding: 0 2px;
}
.home-news-btm-ri{
    width: 32%;
    padding: 0 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hntl-box-pic img{
    transition: all .4s;
}
.home-news-btm-ri .hntl-textbox{
    bottom: 23px;
}
.hnbr-btn, .hnbr-btn .std-btn1{
    width: 100%;
}
.hnbr-btn .std-btn1-box{
    padding: 26px 29px 26px 40px;
    justify-content: space-between;
}
.hnbr-tp .hntl-textbox{
    width: calc(100% - 60px);
}
.home-main .mod-ctact{
    margin-top: var(--space120);
}
.ys-main{
    padding-top: 80px;
}
.ys-hd-pc{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.hasu-li-box, .hasu-li-img, .home-apply-swip-ul{
    position: relative;
    height: 100%;
    width: 100%;
}
.hasu-li-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.home-apply-slide-wrap{
    height: calc(100vh - 80px);
}
 .home-apply-swip{
    height: 100%;
}
.hasu-li-textbox{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: 120px;
}
.home-apply-swip{
    width: 100%;
    margin: 0 auto;
    overflow: visible !important;
}
.hasu-li{
    margin: 0 auto;
}
.home-apply-slide{
    width: 78%;
    margin: 0 auto;
    position: relative;
}
.home-apply-slide-wrap{
    width: 100%;
}
.home-apply-slide .mod-arrows{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 98%;
    opacity: 0;
}
.home-apply-swip-other{
    position: absolute;
    bottom: 80px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}
.hasu-li-tit{
    font-size: 80px;
    color: var(--colorFFF);
    line-height: var(--line15);
    margin-bottom: 20px;
}
.hasu-li-word{
    width: 33%;
}
.hasu-li-word p{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--colorFFF);
}
.hasu-li .std-btn1{
    margin-top: 55px;
}
.home-apply.act1 .home-apply-slide-wrap {
    position: fixed;
    top: var(--top1);
}
.mod-right.act2 .mod-right-cont {
    position: absolute;
    top: var(--top2);
}
/* 首页-end */
/* B3产品详情页-start */
.prodet-main h1, .prodet-main h2{
    opacity: 0;
}
.prod-ban-cont{
    overflow: hidden;
}
.prodet-ban{
    padding-top: 24px;
    padding-bottom: 50px;
    background: var(--colorFFF);
    box-shadow: 0px 3px 18px 0px rgba(165, 181, 211, 0.27);
}
.prodet-main .mod-bread{
    position: relative;
    left: auto;
    top: auto;
    transform: inherit;
    display: block;
    margin-bottom: 50px;
}
.prodet-main .ys-bread-list a, .indudet-main .ys-bread-list a{
    color: rgba(102, 102, 102, 0.5);
}
.prodet-main .ys-bread-list:last-child a, .indudet-main .ys-bread-list:last-child a{
    color:rgba(102, 102, 102, 1);
}
.prodet-main .ys-bread-list::before, .indudet-main .ys-bread-list::before {
    background: url(../images/f1_icon04.svg) center / contain no-repeat;
}
.prod-ban-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prod-ban-ri-ul{
    display: flex;
    margin: 0 -32px;
}
.pbru-libtn{
    padding: 0 32px;
}
.prod-ban-ri .std-btn1-box .std-text14{
    margin-right: 26px;
}
.prod-ban-ri .std-btn1-box {
    cursor: pointer;
    transition: all .4s;
    padding: 14px 18px 14px 30px;
    background-color: var(--colormain1);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--colormain1);
}
.prodet-main h1{
    font-weight: bold;
    margin-bottom: 19px;
}
.prod-ban-le ul li{
    position: relative;
    padding-left:20px;
}
.prod-ban-le ul li::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--colormain1);
}
.prod-ban-le ul li p{
    font-size: var(--text18);
    line-height: 1.5;
    color: var(--color666);
}
.prodet-main h2{
    font-weight: bold;
    margin-bottom: 30px;
}
.prodet-detail{
    padding-top: 72px;
}
.prodet-detail-ri{
    width: 32%;
    padding-top: 40px;
}
.prodet-detail-le{
    width: 68%;
    padding-right: 118px;
    overflow: hidden;
}
.prodet-detail-le-tpul{
    display: flex;
    border-bottom: solid 2px #DEDEDE;
    margin: 0 -18px;
    margin-right: 0px !important;
}
.pdlt-li{
    padding: 0 18px;
}
.pdlt-li-text{
    cursor: pointer;
    padding-bottom: 13px;
    position: relative;
}
.pdlt-li-text::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left:50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colormain1);
    transition: all .4s;
}
.pdlt-li.act .pdlt-li-text::after{
    width: 100%;
}
.pdlt-li-text p{
    color:var(--color666);
    transition: all .4s;
    line-height: var(--line15);
    font-weight: bold;
}
.pdlt-li.act .pdlt-li-text p{
    color: var(--colormain1);
}
.pdlb-li-ul-lis{
    display: flex;
    padding: 16px 0px;
    border-bottom: solid 1px #EEE;
}
.plul-wrap1{
    width: 40%;
    padding-right: 10px;
}
.plul-wrap2{
    width: 60%;
}
.prod-ban-ri .std-btn1-box-icon{
    width: 20px;
}
.plul-wrap p{
    line-height: 1.5;
}
.plul-wrap1 p{
    color: var(--color666);
}
.plul-wrap2 p{
    color: var(--color333);
}
.pdlb-li{
    display: none;
}
.pdlb-li:first-child{
    display: block;
}
.prodet-detail-cont{
    display: flex;
    align-items: flex-start;
}
.prodet-detail-ri-tp .slick-track{
    display: flex;
    align-items: stretch;
}
.pdrt-item{
    position: relative;
    border: solid 1px #ccc;
    height: auto !important;
}
.pdrt-item-cont{
    position: relative;
    height: 100%;
}
.pdrt-item-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
}
.pdrt-item-img img:nth-child(1){
    position: relative;
}
.pdrt-item-img img:nth-child(2){
    position: absolute;
    top: 70%;
    left:70%;
    transform: translate(-50%,-50%);
}
.pdrt-item:first-child{
    display: block;
}
.pdrt-item-pic, .pdrt-item-pic img{
    width: 100%;
}
.pdrb-ul{
    display: block;
    margin: 0 -3px;
}
.prodet-detail-ri-tp{
    margin-bottom: 13px;
    position: relative;
}
.pdrb-ul-li{
    width: 33.333333%;
    padding: 0 3px;
}
.pdrb-ul-li.slick-current .pdrb-ul-li-box{
    border: solid 1px #82AEFF;
}
.pdrb-ul-li-box{
    border: solid 1px #ccc;
    transition: all .4s;
}
.pdlb-li-wrap{
    padding-top: 16px;
}
.pdlb-li-wrap p{
    font-size: var(--text16);
    line-height: 1.5;
    margin-bottom: 10px;
    color: var(--color333);
}
.prodet-report-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -65px;
}
.prodet-report h2{
    /* margin-bottom: 0; */
}
.prodet-report-ul-li{
    width: 50%;
    padding: 0 65px;
    /* margin-top: 30px; */
}
.prul-box{
    padding-top: 20px;
    border-top: solid 1px #000;
    padding-bottom: 20px;
}
.prul-box, .prul-le{
    display: flex;
    align-items: flex-start;
}
.prul-box-le-icon, .prul-ri{
    flex-shrink: 0;
}
.prul-ri{
    flex-shrink: 0;
    width: 32px;
    position: relative;
}
.prul-ri img{
    width: 100%;
    transition: all .4s;
}
.prul-ri img:nth-child(1){
    opacity: 1;
}
.prul-ri img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.prul-le{
    width: calc(100% - 32px);
    padding-right: 15px;
}
.prul-box-le-icon{
    width: 24px;
    flex-shrink: 0;
}
.prul-box-le-icon img{
    width: 100%;
}
.prul-tit{
    width: calc(100% - 24px);
    padding-left: 16px;
}
.prul-tit, .paul-tit{
    color: var(--color333);
    line-height: 1.5;
    transition: all .4s;
}
.paul-tit{
    font-weight: bold;
    font-size: 16px !important;
}
.paul-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 45px;
    border-top: solid 1px #141415;
}
.prodet-apply-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -65px;
}
.prodet-apply-ul-li{
    width: 50%;
    padding: 0 65px;
}
.mod-prod{
    background: rgba(242, 244, 246, 0.50);
}
.mod-prod-ul{
    display: flex;
    margin: 0 -30px;
}
.mod-prod-ul-li{
    width: 33.333333%;
    padding: 0 30px;
}
.mpul-box{
    height: 100%;
    display: block;
    background: var(--colorFFF);
    height: 100%;
    padding: 48px 54px 38px;
}
.mpul-tit{
    font-size: var(--font30);
    font-weight: bold;
    line-height: var(--line15);
    color: #000;
    margin-bottom: 14px;
    transition: all .4s;
}
.mpul-word p{
    color: var(--color666);
    line-height: var(--line15);
}
.mod-prod-ul-li .std-btn4{
    margin-top: 36px;
}
.mod-prod-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.mod-prod-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.mod-prod-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
/* B3产品详情页-end */
/* C2行业应用详情-start */
.slick-dots li {
    width: 8px;
    height: 8px;;
}
.slick-dots li.slick-active {
    background:var(--colormain1);
}
.prodet-report-ul-li:nth-child(2n+1), .prodet-apply-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.prodet-report-ul-li:nth-child(2n+2), .prodet-apply-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.prodet-report-ul{
    overflow: hidden;
}
.indudet-main .mod-bread{
    position: relative;
    left: auto;
    top: auto;
    transform: inherit;
    margin-bottom: 85px;
}
.indudet-main h1, .indudet-main h2, .indudet-ban-le-word{
    opacity: 0;
}
.indudet-ban{
    padding-top: 15px;
    padding-bottom: var(--space120);
}
.indudet-ban-wrap{
    display: flex;
    align-items: center;
}
.indudet-ban-le{
    width: 58%;
    padding-right:131px;
}
.indudet-ban-ri{
    width: 42%;
}
.indudet-ban-ri-pic{
    overflow: hidden;
}
.indudet-ban-ri-pic img{
    width: 100%;
    transition: all .4s;
}
.indudet-main h1, .indudet-main h2{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.indudet-main h1{
    text-align: left;
}
.indudet-ban-le-word p{
    color: var(--color666);
    line-height: 1.5;
}
.ys-cont1720{
    width: 1720px;
    max-width: 100%;
    margin: 0 auto;
}
.indudet-diagram{
    padding: 70px 0;
    background: rgba(242, 244, 246, 0.50);
}
.indudet-diagram-wrap{
    width: 100%;
    background: var(--colorFFF);
    padding: 70px 47px 40px 70px;
}
.prodet-report h2, .prodet-apply h2, .mod-prod h2{
    text-align: left;
} 
/* 框图-start */
.indudet-diagram-first{
    position: relative;
    display: flex;
    align-items: flex-start;
    pointer-events: all;
}
.indudet-diagram-first::after{
    content: "";
    position: absolute;
    top: 0;
    left:65%;
    width: 1px;
    height: 100%;
    background: #DEDEDE;
    opacity: 0;
}
.indudet-diagram-first-ri{
    width: 35%;
    padding-left:52px;
    display: none;
}
.indudet-diagram-wrap.on .indudet-diagram-first-ri{
    display: block;
}
.indudet-diagram-wrap.on.indudet-diagram-first::after{
    opacity: 1;
}
.indudet-diagram-wrap.on .indudet-diagram-first-le{
    width:65%;
    padding-right: 98px;
}
.indudet-diagram-first-le{
    width:80%;
    position: relative;
    padding-right: 0;
    margin: 0 auto;
}
.lcbl_pos, .idfl-wrap-hide{
    width: 100%;
    position: relative;
}
.idfl-wrap-hide{
    pointer-events: none;
    z-index: 10;
}
.idfl-wrap-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
}
.idfr-ul{
    position: relative;
}
.idfr-ul-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    display: none;
    transition: opacity .4s ease;
}
.idfr-ul-li.act {
    position: relative;
    opacity: 1;
    pointer-events: all;
    display: block;
}
.lcbr_list_item.act {
    display: flex;
    flex-direction: column;
}
.illi-sect-tit{
    color: #000;
    font-size: var(--text18);
    line-height: var(--line15);
    font-weight: bold;
    margin-bottom: 8px;
}
.illi-sect-word p{
    font-size: var(--text14);
    line-height: var(--line15);
    color: var(--color666);
}
.illi-sect{
    display: block;
    padding: 20px 0 50px;
    border-bottom: solid 1px #e4e4e4;
}
.idfr-ul-li-top h3{
    font-weight: bold;
    color: #000;
    line-height: var(--line15);
    padding-bottom: 30px;
    border-bottom: solid 1px #141415;
    margin-bottom: 20px;
}
.iulu-lis-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 22px 9px 15px;
    background: rgba(46, 87, 158, 0.1);
    cursor: pointer;
}
.iulu-lis-top-icon{
    width: 18px;
    transition: all .4s;
    flex-shrink: 0;
    transform: rotate(180deg);
}
.iulu-lis-top p{
    width: calc(100% - 18px);
    padding-right: 10px;
    color: var(--color333);
    line-height: 1.75;
    font-size: var(--text14);
}
.iulu-lis.on .iulu-lis-top-icon{
    transform: rotate(0deg);
}
.idfr-ul-li-ul{
    height: 560px;
}
.idfr-ul-li-ul .mCSB_outside+.mCSB_scrollTools {
    right: -12px;
    top: 20px;
}
.idfr-ul-li-ul .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    border-radius: 0px;
    background-color: rgba(46, 87, 158, .2) !important;
}
.idfr-ul-li-ul .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, .1) !important;
}
.iulu-lis{
    margin-bottom: 20px;
}
.iulu-lis:last-child{
    margin-bottom: 0px;
}
.idfl-wrap-svg-path{
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.idfl-wrap{
    position: relative;
}
.idfl-wrap-svg svg{
    width: 100%;
    height: 100%;
}
.idfl-wrap-svg svg rect{
    pointer-events: none;
}
.idfl-wrap-svg svg .idfl-wrap-svg-path rect{
    pointer-events: all !important;
    cursor: pointer;
    transition: all .4s;
}
.idfl-wrap-svg-path.act rect{
    fill: var(--colormain1);
}
.indudet-diagram-second{
    display: flex;
    flex-direction: column !important;
}
.indudet-diagram-second-bot{
    width: 100%;
    margin:0 auto;
}
.indudet-diagram-second-top{
    width: 100%;
    margin: 0 auto 30px;
}
.idfl-wrap-svg img{
    width: 100%;
}
.idst-ul-li-text h4{
    font-weight: bold;
    color: var(--color333);
    margin-bottom: 12px;
    font-size: var(--font24);
    line-height: var(--line15);
}
.idst-ul-li{
    display: none;
}
.idst-ul-li-text p{
    font-size: var(--text16);
    line-height: 1.5;
    color: var(--color666);
    margin-bottom: 10px;
}
.summ-foot-cont-title, .summ-foot-cont-btn{
    opacity: 0;
}
.summ-foot-cont-btn.mod-fadeclip{
    animation-delay: 0.4s;
}
/* 框图-end */

/* C2行业应用详情-end */
/* D3竞品交叉检索结果页-start */
.ys-nyban-viev{
    display: none;
}
.search-wrap-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space60);
}
.search-wrap-top-le p{
    line-height: 1.5;
    color: var(--color666);
    font-size: var(--text14);
}
.search-wrap-top-ri a{
    line-height: 1.5;
    color: var(--colormain1);
    font-size: var(--text14);
}
.search-cont{
    padding-top: 70px;
    padding-bottom: var(--space120);
}
.search-wrap-bot-tplist{
    display: flex;
    border-bottom: solid 1px #000;
}
.search-wrap-bot .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f8fafc !important;
    height: 11px;
}
.search-wrap-bot .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 7px;
    border-radius: 0px;
    background: #B9C8D9 !important;
    top: 3px;
}
.swbb-ul-li a{
    padding: 28px 0 25px;
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    transition: all .4s;
}
.swbt-item p, .sulu-lis-text p{
    font-size: var(--text18);
    line-height: 1.5;
    color: var(--color666);
    text-align: left;
    transition: all .4s;
}
.sulu-lis-text p{
    color: #000;
    line-height: 1.5;
    transition: all .4s;
}
.swbt-item6 p, .sulu-lis6 p, .swbt-item7 p, .sulu-lis7 p
/* , .swbt-item2 p, .sulu-lis2 p */
{
    text-align: center;
}
.swbt-item, .sulu-lis{
    min-width: 170px;
    padding-bottom: 16px;
}
.sulu-lis{
    padding-bottom: 0px !important;
}
.swbt-item1, .sulu-lis1{
    min-width:230px;
}
.swbt-item2, .sulu-lis2{
    min-width: 200px;
}
.swbt-item6, .sulu-lis6{
    min-width: 300px;
}
.swbt-item7, .sulu-lis7 {
    min-width: 150px;
}
.search-wrap{
    white-space: nowrap;
    padding-bottom: var(--space100);
}
.swbb-ul-li-ul{
    display: flex;
}
.search-wrap-bot{
    width: 1400px;
}
.sulu-lis1 p{
    padding-left: 2px;
}
.sulu-lis6 p, .sulu-lis7 p{
    color: #000 !important;
}
/* D3竞品交叉检索结果页-end */
/* E1质量与可靠性-start */
.quality-policy-le{
    width: 59%;
    padding-right:182px;
}
.quality-policy-ri{
    width: 41%;
    position: relative;
}
.quality-policy-ri-min{
    width: 212px;
    height: 212px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/e1_iconbg0.png) center /cover no-repeat;
}
.quality-policy-ri-icon{
    width: 100%;
}
.quality-policy-ri-icon img{
    width: 100%;
}
.quality-policy-ri-wrap{
    animation: circleRotate1 20s linear both infinite;
}
.quality-policy-ri-icon img{
    /* animation: circleRotate1 20s linear both infinite; */
}
.quality-policy-ri-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.qpri-picwrap{
    width: 104px;
    height: 104px;
}
.qprw-item{
    position: absolute;
    pointer-events: all;
    animation: circleRotate2 20s linear both infinite;
    background: var(--colorFFF);
}
.qprw-item1{
    top: 17%;
    left: 26%;
}
.qprw-item2 {
    top: 17%;
    left: 68%;
}
.qprw-item3 {
    top: 59%;
    left: 15%;
}
.qprw-item4{
    top: 57%;
    left: 74%;
}
.qprw-item-pic{
    width: 60px;
    margin: 0 auto;
}
.qprw-item-pic img{
    width: 100%;
}
.qprw-item-text{
    font-size: var(--font20);
    text-align: center;
    line-height: var(--line15);
    color: var(--color333);
    margin-top: 10px;
}
@keyframes circleRotate1{
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}
@keyframes circleRotate2{
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1turn);
    }
}
.qprm-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: bold;
    color: var(--colorFFF);
    line-height: 1.5;
}
.quality-policy-wrap{
    display: flex;
    align-items: center;
}
.quality-main h2{
    font-weight: bold;
    margin-bottom: var(--space60);
}
.quality-policy-le-word p{
    color: var(--color666);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 12px;
}
.ys-nybanner .ys-video-btn{
    width: 50px;
    margin: 50px auto 0;
    cursor: pointer;
}
.ys-nybanner .ys-video-btn img{
    width: 100%;
}
.quality-report h2{
    text-align: center;
}
.quality-report{
    padding: 147px 0 218px;
}
.quality-report-ul{
    margin: 0 -48px;
}
.quality-report-ul-li{
    width: 25%;
    padding:0 48px;
}
.qrul-text{
    color: var(--color333);
    line-height: var(--line15);
    font-size: var(--font20);
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.quality-report-ul-li.slick-slide:not(:first-child){
    display: none;
}
.qrul-pic{
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.quality-report-slide{
    position: relative;
    z-index: 2;
}
.qrul-box .qrul-pic::after{
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    background: var(--colormain1);
    opacity: 0.2;
    box-shadow: -1.11px 1.11px 0px 0px rgba(255, 255, 255, 0.08), 0px -2px 0px 0px #C6DAFF;
    z-index: -1;
}
.qrul-box{
    display: block;
    height: 100%;
    position: relative;
}
.mod-arrows{
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.arrows-icon{
    width: 46px;
    height: 46px;
    position: relative;
    background: #f4f4f4;
    transition: all .4s;
    pointer-events: all;
    cursor: pointer;
}
.arrows-icon img{
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
}
.arrows-icon img:nth-child(1){
    opacity: 1;
}
.arrows-icon img:nth-child(2){
    opacity: 0;
}
.quality-report .mod-arrows{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slick-disabled, .swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.quality-report .arrows-prev{
    left: -116px;
}
.quality-report .arrows-next{
    right: -116px;
}
.quality-report-ul .slick-track{
    padding: 10px 0;
}
.qulaity-proc{
    padding: var(--space140) 0;
}
.qulaity-proc-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space60);
}
.qulaity-proc-top .mod-arrows{
    width: 116px;
}
.qulaity-proc-top-le{
    width: calc(100% - 116px);
    padding-right: 30px;
}
.qulaity-proc-top-le h2{
    margin-bottom: 30px;
}
.qptl-word p{
    text-align: left;
}
.qpsu-li{
    width: 500px !important;
}
.qpsu-li-tit{
    color: #000;
    margin-bottom: 20px;
}
.qpsu-li-box .ys-imgbox-cover{
    margin-bottom: 20px;
}
.qpsu-li-word p{
    line-height: 1.5;
    color: var(--color666);
}
.quality-proc-swip{
    overflow: visible !important;
}
/* E1质量与可靠性-end */
/* B2产品选型页-start */
/* 选项表-start */
.select_rtv{
    padding: 0 58px;
    padding-bottom: var(--space100);
    padding-top: calc(29px + 44px);
}
.srct_right_list_nub .std_text1{
    color: var(--colormain1);
    line-height: var(--line15);
    cursor: pointer;
}
.srct_right_list_nub{
    padding: 0 9px;
    position: relative;
}
.srct_right_list{
    margin: 0 -9px;
    display: flex;
    align-items: center;
}
.srln_pop{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
}
.srln_pop_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.srln_pop_bg img{
    width: 100%;
}
.srct_left_change_icon{
    width: 17px;
}
.srct_left_change .std-text18{
    color: var(--color333);
    font-weight: bold;
    line-height: var(--line15);
    padding-left: 12px;
    transition: all 0.4s;
    font-weight: bold;
    font-size: var(--text18);
}
.srct_left_change{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.select_rtv_cry_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.srct_left_reset .ys-imgbox-cover img:nth-of-type(2),
.srct_left_change_icon img:nth-of-type(2){
    opacity: 0;
}
.srct_left{
    display: flex;
    align-items: center;
}
.srct_left_reset .ys-imgbox-cover{
    width: 20px;
}
.srct_left_reset .std-text14{
    color: #000;
    padding-left: 6px;
    line-height: var(--line15);
    transition: all 0.4s;
}
.srct_left_reset{
    display: flex;
    align-items: center;
    margin-left: 65px;
    cursor: pointer;
}
.srct_text p{
    color: var(--color333);
    line-height: var(--line15);
}
.srct_text{
    margin-left: 40px;
}
.srct_search{
    height: 50px;
    background: #f4f4f4;
    width: 320px;
    margin-left: 27px;
    padding: 10px 16px 10px 20px;
}
.srct_search_close,
.srct_search_submit{
    width: 16px;
    cursor: pointer;
}
.srct_search_submit img{
    width: 100%;
}
.srct_search_submit{
    width: 20px;
    flex-shrink: 0;
}
.srct_search{
    display: flex;
    align-items: center;
}
.srct_search input{
    flex-grow: 1;
    padding-right: 10px;
    font-size: var(--text16);
    color: var(--color333);
}
.srct_search_close{
    margin-right: 12px;
}
.srct_search input::placeholder{
    color: #999;
}
.srct_search_close img:nth-of-type(2){
    opacity: 0;
}
.srct_search_close{
    opacity: 0;
    transition: all 0.4s;
}
.srct_search.act .srct_search_close{
    opacity: 1;
}
/* table */
.mc_rtv_left{
    width: 283px;
    border: 1px solid #ECECEC;
    background: #F4F4F4;
}
.mc_rtv_right{
    width: calc(100% - 283px);
}
.mc_rtv_bd_core{
    padding-top: 12px;
    padding-bottom: 12px;
}
.mc_tab_compare,
.mc_rtvl_radio,
.mc_rtvl_checkbox{
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}
.mc_tab_compare::before,
.mc_rtvl_checkbox::before,
.mc_rtvl_radio::before{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #D3D3D3;
    background: #F9FAFD;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s;
}
.mc_rtvl_radio::before{
    border-radius: 50%;
}
.mrxc_checkbox .mc_rtvl_radio::before{
    border-radius: 0;
}
.mc_tab_compare::after,
.mrxc_checkbox .mc_rtvl_radio::after,
.mc_rtvl_checkbox::after{
    content: '';
    background: transparent;
    background-image: url(../images/b2_icon08.svg);
    width: 18px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: 100% 100%;
    transition: all 0.4s;
    opacity: 0;
}
.mc_tab_compare.on::before{
    border: solid 1px var(--colormain1);
}
.mc_rtvl_radio::after{
    content: '';
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: var(--colormain1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.4s;
    opacity: 0;
}
.mc_tab_compare.on::after,
.mc_rtvl_checkbox.on::after,
.mc_rtvl_radio.on::after,
.mc_rtvl_checkbox:checked::after,
.mc_rtvl_radio:checked::after{
    opacity: 1;
}
.mc_rtvl_radio:checked::before,
.mc_rtvl_checkbox:checked::before{
    border: 1px solid var(--colormain1);
}
.mrxc_list_nub .std-text14,
.mc_rtvl_xlhd .std-text14{
    color: var(--color333);
    line-height: 1.75;
    padding-left: 13px;
}
.mc_rtvl_xlhd{
    padding: 4.5px 17px 4.5px 27px;
    cursor: pointer;
}
.mc_rtvl_xlbd{
    padding: 0 17px 0 27px;
}
.mrxc_list_nub .mc_rtvl_checkbox,
.mrxc_list_nub .mc_rtvl_radio,
.mc_rtvl_xlhd .mc_rtvl_checkbox{
    margin-top: 7px;
}
.mc_rtvl_xtb,
.mc_rtvl_xtb img{
    width: 20px;
    cursor: pointer;
}
.mc_rtvl_xtb{
    position: relative;
    top: 5px;
    transition: all 0.4s;
}
.mc_rtvl_xlbd_core{
    padding-left: 27px;
}
.mrxc_list_nub {
    padding: 2px 0;
    display: flex;
    align-items: flex-start;
}
.mc_btn{
   color: #0D4EA2;
   font-size: var(--font14);
   line-height: 1.75; 
}
.srct_left_change_font{
    position: relative;
}
.srct_left_change_font .std-text18:not(:first-child){
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.srct_left_change.on .std-text18:not(:first-child){
    opacity: 1;
    pointer-events: all;
}
.srct_left_change.on .std-text18:first-child{
    opacity: 0;
}
.select_rtv .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.mc_retrieval_box {
    display: flex;
    justify-content: flex-end;
}
.mc_rtv_right{
    flex-shrink: 0;
    flex-grow: 1;
    order: 2;
    transition: width .3s,0.3s;
}
.mc_rtv_left{
    flex-shrink: 0;
    order: 1;
}
.select_rtv.on .mc_rtv_right{
    width: 100%;
}
.select_rtv_cry{
    overflow: hidden;
}
.mc_rtvl_xlbd{
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.add_status.on1 .mc_rtvl_xlbd,
.mc_rtvl_li.on1 .mc_rtvl_xlbd{
    height: auto;
    opacity: 1;
    pointer-events: all;
    transition: all 0.4s;
}
.add_status.on1 .mc_rtvl_xtb,
.mc_rtvl_li.on1 .mc_rtvl_xtb {
    transform: rotate(180deg);
}
.mrxc_list_nub {
    cursor: pointer;
}
.mc_tab_th{
    color: #000;
    font-size: var(--text16);
    background: #f4f4f4;
    position: relative;
    font-weight: normal;
    min-width: 80px;
}
.sele_th{
    position: relative;
    background: #f4f4f4;
}
.sele_th::before,
.mc_tab_th::before{
    content: '';
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    position: absolute;
    width: 100%;
    height: calc(100% - 2px);
    top: 0;
    left: 0;
    z-index: 2;
}
.mc_tab_th::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.sele_th::before{
    border-top: 0;
}
.mc_tab_th_wrap{
    position: relative;
    z-index: 6;
}
.mc_tab_td0{
    color: var(--color333);
}
.mc_tab_th{
    padding: 16.5px 16px;
    cursor: pointer;
}
.mc_tab_td0.mc_tab_td,
.sele_th.sele_th0,
.mc_tab_th.mc_tab_td0{
    padding-left: 19px;
}
.sele_th.sele_th0::before,
.mc_tab_td0.mc_tab_th::before{
    width: calc(100% - 19px);
    left: 19px;
    border-right: 1px solid #ECECEC;
}
.mc_tab_sortbtn{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
}
.sele_wrap_icon{
    width: 18px;
}
.sele_wrap .std-text14{
    font-size: var(--text14);
    color: var(--color000);
    line-height: 1.5;
    font-weight: normal;
}
.sele_wrap_icon img:nth-of-type(2){
    opacity: 0;
}
.sele_wrap{
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.sele_wrap{
    padding: 15px 16px;
}
.sele_th0 .sele_wrap{
    padding-left: 0;
}
.sele_pop{
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    border: solid 1px#DAD8D8;
    background: #f4f4f4;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
}
.sele_pop_top {
    display: flex;
    justify-content: flex-end;
    padding: 14px 12px;
    background: #DADADA;
    border-bottom: 1px solid #DAD8D8;
}
.sele_th.on .sele_pop {
    opacity: 1;
    pointer-events: all;
}
.sele_pop_top_icon{
    width: 20px;
    cursor: pointer;
}
.sele_pop_top_icon img:nth-of-type(2){
    opacity: 0;
}
.sele_pop_btm_head {
    width: 100%;
    padding: 20px;
}
.sele_pop_btm .mc_tab_searchbox {
    width: 100%;
    height: 36px;
    margin-top: 0;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    position: relative;
}
.mc_tabsearch_input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 5px;
    padding-right: 30px;
    color: var(--color333);
}
.mc_tabsearch_btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.sele_pop_btm_head .mrxc_list_nub .std-text14{
    font-weight: normal;
    color: var(--color333);
    line-height: 1.75;
}
.sele_pop_btm_reset{
    display: inline-block;
    margin-top: 6px;
}
.sele_pop_btm_reset p{
    color: var(--color333);
    transition: all 0.4s;
    line-height: 1.75;
    font-size: var(--text14);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: inline-block;
}
.g_advtopfr {
    width: 190px;
    padding-top: 16px;
}
.demo-slider {
    width: 100%;
    position: relative;
    left: 6px;
}
.layui-slider-bar::before{
    content: '';
    height: 12px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.g_advbox {
    text-align: left;
    width: 172px;
    margin-top: 18px;
}
.g_advboxin {
    display: inline-block;
}
.g_advb {
    margin-right: 18px;
}
.g_advfl {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 24px;
}
.g_advfr {
    width: 50px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.g_advfr input {
    width: 100%;
    height: 100%;
    padding: 0 3px;
}
.g_advb:nth-child(2) {
    margin-right: 0;
}
.mc_rtv_left .g_advtopfr{
    margin-bottom: 10px;
}
.mc_rtvl_xlbd_core{
    padding-bottom: 8px;
    padding-top: 4px;
}
/* tbody */
.srct_compare{
    cursor: pointer;
    opacity: .4;
    pointer-events: none;
    transition: all 0.4s;
}
.srct_compare.on{
    pointer-events: all;
    opacity: 1;
}
.srct_compare p{
    transition: all 0.4s;
}
.srct_compare {
    position: relative;
}
.rtv_font{
    font-size: var(--text14);
    color: var(--colormain1);
    line-height: 1.5;
    width: 100%;
    flex-grow: 1;
}
.mtnb_core{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 0;
}
.mc_tab_td.mc_tab_td0{
    align-items: flex-start;
    position: relative;
}
.mc_tab_td{
    position: relative;
}
.mc_tab_name_box{
    width: calc(100% - 14px);
    padding-left: 13px;
}
.mc_tab_compare{
    top: 20px;
}
.mc_tab_td0{
    background: #F4F4F4;
}
.mc_tab_td::before{
    content: '';
    border-bottom: 1.5px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    position: absolute;
    width: 100%;
    height: calc(100% - 2px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
}
.mc_tab_td::after{
    content: '';
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    height: calc(100% - 0px);
    top: calc(50% - 1px);
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 0;
}
.mc_tab_td.mc_tab_td0::before {
    border-bottom: 1px solid #DAD8D8;
    width: calc(100% - 19px);
    left: 19px;
}
.mc_tab_th.mc_tab_td0{
    min-width: 239px;
}
.mc_rtv_left_wai {
    z-index: 23;
}
.rtv_status{
    display: flex;
    align-items: center;
}
.mc_tab_td>div{
    position: relative;
    z-index: 6;
    display: flex;
}
.mc_tab_td:not(.mc_tab_td0){
    padding: 10px 16px;
}
.rtv_status span{
    padding-left: 11px;
    color: var(--colormain1);
    text-decoration: underline;
    text-underline-position: under;
}
.select_rtv .mCSB_scrollTools {
    width: 8px;
    background: rgba(248, 248, 248, 1) !important;
    border-radius: 8px;
}
.rtv_scroll,.rtv_scroll_zhan{
    height: 10px;
}
.rtv_scroll_zhan th{
    height: 10px;
}
.rtv_scroll {
    position: absolute;
    width: calc(100% - 19px);
    top: 107px;
    left: 19px;
    background: var(--colorf4);
}
.rtv_scroll::before{
    content: '';
    width: calc(100% + 19px);
    left: -19px;
    top: 0;
    height: 100%;
    background: var(--colorf4);
    position: absolute;
}
.mc_rtv_right{
    position: relative;
}
.rtv_scroll_box{
    width: var(--width1);
    height: 13px;
}
.select_rtv .rtv_scroll .mCSB_scrollTools {
    width: 100%;
}
.select_rtv .rtv_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 13px;
}
.select_rtv .rtv_scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}
.select_rtv .rtv_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.select_rtv .rtv_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 100%;
    margin: 0;
}
.select_rtv .rtv_scroll .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #EFEFEF;
}
.mc_table{
    position: relative;
}
.mc_tab_td0,.sele_th0{
    position: relative;
    z-index: 10;
}
.mc_rtv_left{
    position: relative;
    z-index: 9;
}
.rtv_scroll_shu {
    width: 13px;
    height: 100%;
}
.mc_rtv_left,.mc_rtv_right {
    max-height: calc(100vh - 200px);
}
.rtv_scroll{
    z-index: 11;
}
.mrxc_list {
    max-height: 160px;
}
.mc_table_hd>tr:not(.rtv_scroll_zhan){
    position: relative;
    z-index: 20;
}
.mc_table_hd::before{
    content: '';
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 11;
}
.mc_tab_sortbtn::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    width: calc(64px / 4);
    height:calc(47px / 4);
    background: url(../images/jianrg.svg) center / cover no-repeat;
    opacity: 0;
    transform: translateY(-50%);
}
.mc_tab_th.desc .mc_tab_sortbtn::before {
    opacity: 1;
    transform:  translateY(-50%) rotate(90deg);
}
.mc_tab_th.asc .mc_tab_sortbtn::before {
    opacity: 1;
    transform: translateY(-50%) rotate(-90deg);
}
.add_status.act .mc_rtvl_xlhd::before {
    opacity: 1;
}
.mc_rtvl_li.act .mc_rtvl_xlhd::before {
    opacity: 1;
}
.mc_rtvl_xlhd{
    position: relative;
}
.mc_rtvl_xlhd::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--colormain1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    opacity: 0;
    transition: all 0.4s; 
}
.mc_tab_th_wrap::after{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: -9.5px;
    top: -5px;
    background: var(--colormain1);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s;
}
.mc_tab_th.act .mc_tab_th_wrap::after{
    opacity: 1;
}
.mc_table_hd{
    position: relative;
    z-index: 11;
}
.mc_rtv_right.act1 .rtv_scroll {
    z-index: 10;
}
.mc_tab_td0, .sele_th0 {
    z-index: 9;
}

.mc_table_hd{
    position: relative;
    z-index: 20;
}
.mc_rtv_right {
    --widthcry: 140px;
}
.mtcr_all_th, .mc_tab_td {
    width: var(--widthcry);
    min-width: auto;
    max-width: none;
}
.mc_table_one, .mc_table_two, .mc_tab_bd, .mc_table_hd {
    /* white-space: nowrap; */
    font-size: 0;
    display: flex;
}
.mc_table_hd {
    margin-bottom: 10px;
}
.mc_table_hd {
    width: 100%;
}
.mtcr_all_th, .mc_tab_bd_right .mc_tab_td {
    flex-grow: 1;
}
.mc_table_hd .mc_tab_bd_left, .mtcr_all_th {
    display: flex;
    flex-direction: column;
}
.mtcr_all {
    width: calc(var(--widthcry)* var(--length1)) !important;
    min-width: 100%;
    /* white-space: nowrap; */
    font-size: 0;
    display: flex;
}
.mc_tab_bd {
    align-items: flex-start;
}
.amp_add_other {
    width: calc(100% - 140px);
}
.amp_add_other {
    height: 100%;
}
.amp_add_other {
    min-width: calc(100% - 140px);
}
.amp_add, .amp_add_other {
    display: inline-block;
}
.amp_add_other_flex {
    width: calc(var(--widthcry)* var(--length1));
    min-width: 100%;
    white-space: nowrap;
    font-size: 0;
    display: flex;
    height: 100%;
}
.mtbr_item .mc_tab_td {
    transition: all 0.4s;
}
.mc_tab_bd_right .mc_tab_td {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mtbr_item .mc_tab_td {
    background: var(--colorfff);
}
.mc_tab_td {
    font-size: 14px;
    color: var(--color333);
    line-height: 1.2;
    display: inline-block;
    white-space: normal;
    align-items: center;
}
.mc_table_core_right {
    display: flex;
}
.mc_table_core_right {
    width: calc(100% - 239px);
}
.mc_table_core_right, .mtbr_item {
    white-space: nowrap;
    font-size: 0;
}

.select_rtv .mc_table_jia>.mCustomScrollBox>.mCSB_scrollTools{
    position: absolute;
    width: calc(100% - 19px);
    top: 107px;
    left: 19px;
    background: var(--colorf4);
}
.select_rtv .mc_table_jia .mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin-bottom: 0;
}
.select_rtv .mc_table_jia>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px;
    z-index: 9;
}
.select_rtv .mc_table_jia .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    margin: 0px auto;
}
.mc_table_jia {
    background: #f4f4f4;
}
.rtv_scroll, .rtv_scroll_zhan {
    height: 10px;
}
.select_rtv .mc_table_jia .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    margin: 0px 0;
}
.select_rtv .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    background: transparent !important;
}
.select_rtv .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: rgba(173, 173, 173, 1) !important;
    border-radius: 8px;
}
.select_rtv .sele_pop .mCSB_scrollTools {
    width: 6px;
}
.select_phtable{
    display: none;
}
.spnl_title{
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}
.select_phtable_nub_link .std-text14 p{
    line-height: 1.5;
    color: var(--color333);
    font-size: 16px;
}
.select_phtable_nub_link{
    display: block;
    padding-top: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ECECEC;
}
.select_phtable_nub:first-child{
    border-top: 1px solid #ECECEC;
}
.spnl_title .std_title5{
    font-size: var(--font20);
    color: var(--colormain1);
    font-weight: bold;
    padding-right: 16px;
    max-width: calc(100% - 24px);
}
.spnl_text{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.spnl_text .std-text14{
    width: 86%;
    max-width: calc(100% - 17px);
}
.spnl_icon{
    width: 17px;
}
.spnl_icon img{
    width: 100%;
}
.mc_table {
    min-width: 100%;
}
.mc_tab_td_box {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-grow: 1;
}
.mc_tab_th {
    vertical-align: top;
}
.mc_tab_th_wrap{
    display: inline-block;
}
.mc_tab_th {
    min-width: 190px;
    max-width: 260px;
}
.mc_tab_sortbtn {
    white-space: normal;
}
.mc_tab_th_wrap {
    display: block;
}
.sele_pop .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
.sele_pop .mCSB_scrollTools.mCS-dark .mCSB_dragger:active .mCSB_dragger_bar, 
.sele_pop .mCSB_scrollTools.mCS-dark .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.sele_pop .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(199,199,199,1);
}
.mrxc_list{
    position: relative;
}
.mrxc_list::before{
    content: '';
    background: rgba(234,234,234,1);
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    right: 15px;
    top: -20px;
}
.select_rtv .sele_pop .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background: transparent;
}
.sele_pop_btm_head{
    padding-right: 10px;
}
.mc_table_hd {
    position: relative;
    z-index: 20;
}
.mc_table_hd {
    position: absolute;
    top: 0;
}
.mc_tab_bd{
    position: relative;
    z-index: 10;
}
.mc_rtvl_xlhd .std-text14 {
    max-width: calc(100% - 34px);
}
.mtnb_core_icon{
    width: 24px;
}
.mtnb_core_text{
    width: calc(100% - 24px);
}
.mtnb_core_text .rtv_font{
    width: 100%;
}
.sele_wrap {
    padding: 10px 16px;
    height: 50px!important;
}
.select_rtv_cry_top {
    position: relative;
    z-index: 25;
}
.mc_rtv_left_wai .mrxc_list::before{
    display: none;
}
.mc_tab_td>div {
    align-items: center;
    height: 100%;
}
.mc_tab_compare {
    top: 0!important;
}
.mrxc_list::before{
    display: none;
}
.sele_pop .mCSB_scrollTools::before{
    content: '';
    background: rgba(234,234,234,1);
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    right: 15px;
    top: -20px;
}
.sele_pop .mCSB_scrollTools{
    top: 20px;
}
.sele_pop .mCSB_container{
    padding-top: 20px;
}
.sele_pop_btm_head{
    padding-top: 0;
}
.mc_rtv_left{
    height: auto;
}
.mc_tab_th.mc_tab_td0, .sele_th.sele_th0, .mc_tab_td.mc_tab_td0, .mc_tab_bd_left {
    height: auto;
    width: 239px;
    min-width: auto;
    max-width: none;
}
.mc_tab_bd_left {
    white-space: normal;
}
.mc_tab_bd_left {
    position: relative;
}
.mc_tab_th {
    min-width: auto !important;
    max-width: none;
    width: 100%;
}
.mc_tab_sortbtn {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
}
.mc_tab_sortbtn {
    white-space: normal;
}
.mc-tab-th-wrap {
    position: relative;
    z-index: 6;
}
.mc-tab-th-wrap {
    display: block;
}
.mc_table_core_right.mc_tab_bd_right {
    display: block;
}
/*.mc_tab_bd_right {*/
/*    overflow-x: auto;*/
/*    overflow-y: hidden;*/
/*}*/
/*.mc_table_core_right{*/
/*    overflow-x: auto;*/
/*    overflow-y: hidden;*/
/*}*/

.mc_tab_bd_right {
    scrollbar-color: transparent transparent !important;
    scrollbar-track-color: transparent !important;
    -ms-scrollbar-track-color: transparent !important;
    -webkit-scrollbar-color: transparent transparent !important;
    -moz-scrollbar-color: transparent transparent !important;
    -ms-scrollbar-color: transparent transparent !important;
    -o-scrollbar-color: transparent transparent !important;
    -webkit-scrollbar-width: 0px !important;
    -moz-scrollbar-width: 0px !important;
    -ms-scrollbar-width: 0px !important;
    -o-scrollbar-width: 0px !important;
    -webkit-scrollbar-height: 0px !important;
    -moz-scrollbar-height: 0px !important;
    -ms-scrollbar-height: 0px !important;
    -o-scrollbar-height: 0px !important;
}
.sele_wrap .std-text14 {
    font-size: var(--text14);
    color: var(--color000);
    line-height: 1.5;
    font-weight: normal;
}
.srct_compare .std-text14 {
    transition: all 0.4s;
    padding: 5px 15px;
    display: inline-block;
}
.srct_compare .std-text14:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.srct_compare.on .std-text14 {
    color: var(--colormain1);
    background: #D9E2F1;
}
.mc_table_hd_box {
    position: relative;
}
.mc_rtv_left {
    z-index: 22;
    transition: transform .1s linear;
    transform: translateZ(10px);
}
.mc_rtv_left {
    height: var(--lefth1);
}
.mc_rtv_left {
    height: auto;
    min-height: 100%;
}
.mc_rtv_left {
    background: #e8e8e8;
}
.table_left_reset {
    margin-top: 3px;
}
.table_left_reset {
    color: var(--color333);
    transition: all 0.4s;
    line-height: 1.75;
    font-size: var(--font14);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: inline-block;
}
.sele_th.sele_th0::before, .mc_tab_td0.mc_tab_th::before, .mc_tab_td.mc_tab_td0::before {
    width: 100% !important;
    left: 0 !important;
}
.mctable_scroll {
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    background: #EFEFEF;
    z-index: -1;
}
.select_pctable.act1 .mc_table_hd {
    position: fixed;
    top: var(--top1);
    width: var(--all_width);
}
.mc_rtv_right {
    --widthcry: 168px;
    max-height: none;
}
.mc_rtv_right {
    background: #f4f4f4;
}
.mc_rtv_right {
    overflow: hidden;
}
.mc_rtv_right {
    background: #fff;
}
.mc_rtv_right {
    min-height: calc(100vh - 400px);
}
.srct_compare.std_change .std-text14:first-child {
    opacity: 0;
    pointer-events: none;
}
.srct_compare.std_change .std-text14:nth-of-type(2) {
    opacity: 1;
    pointer-events: all;
}
.select_rtv .mctable_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 1.5px auto;
    width: auto !important;
}
.select_rtv .mctable_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 0px auto;
}
.select_rtv .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height: 10px;
}
.select_rtv .mctable_scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ADADAD;
}
.select_rtv .mctable_scroll .mCSB_scrollTools {
    width: 100%;
    left: 0;
    top: 0;
}
.select_rtv .mctable_scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}
.mctable_scroll .mCSB_dragger {
    transition: all .1s linear;
}
.mc_table_hd .mc_tab_bd_left::before {
    content: '';
    background: #DAD8D8;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    z-index: 21;
}
.mc_table_hd .mc_tab_th{
    flex-grow: 1;
}
.mc_rtv_right {
    --widthcry: 168px;
}
.select_rtv{
    position: relative;
    overflow: hidden;
}
.select_rtv::after {
    content: '';
    background: var(--colorFFF);
    position: absolute;
    top: -1px;
    left: 0;
    width: 58px;
    z-index: 26;
    display: block;
    height: 100%;
}
.select_rtv::before {
    content: '';
    height: calc(100% + 2px);
    background: var(--colorFFF);
    position: absolute;
    top: -1px;
    right: 0;
    width: 57px;
    z-index: 26;
    display: block;
}
/* 选型表 - end */
/* B2产品选型页-end */
/* F1公司简介-start */
.about-ban-wrap-icon{
    width: 118px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.about-ban-wrap-icon img{
    width: 100%;
}
.about-ban-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-ban{
    width: 100%;
    padding-top: 80px;
    position: relative;
}
.about-ban-video{
    width: 83.3%;
    margin: 0 auto;
    position: relative;
}
.about-ban-video-ph{
    display: none;
}
.about-seg{
    width: 100%;
    position: relative;
}
.about-seg-bg, .about-seg-bg img{
    width: 100%;
}
.about-seg-bg{
    position: relative;
}
.about-seg-bg::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    pointer-events: none;
}
.about-seg-cont{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-seg-cont-text{
    text-align: center;
    font-size: var(--font24);
    line-height: var(--line15);
    color: var(--colorFFF);
    margin-bottom: 16px;
}
.about-seg-cont h2{
    text-align: center;
    font-weight: bold;
    color: var(--colorFFF);
}
.about-main h2{
    opacity: 0;
    font-weight: bold;
}
.about-seg-btn{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.about-seg-btn .std-btn1-box{
    background: transparent;
    border: solid 1px transparent;
}
.about-seg-btn .std-btn1-box .std-text14 {
    margin-right: 20px;
}
.about-num-ri{
    width: 46%;
    background: var(--colorFFF);
    padding: 40px 90px;
}
.about-num{
    margin-top: -95px;
    position: relative;
    z-index: 9;
}
.about-num-le{
    width: 54%;
    padding-right:80px;
    padding-bottom: 50px;
}
.about-num-wrap{
    display: flex;
    align-items: flex-end;
}
.about-num-le ul{
    padding-left: 18px;
}
.about-num-le ul li{
    list-style-type: square;
}
.about-num-le ul li::marker{
    color: var(--colormain1);
}
.about-num-le ul li p{
    font-size: var(--font20);
    font-weight: bold;
    line-height: 1.45;
    color: var(--colormain1);
}
.about-num-le-word p{
    color: var(--color666);
    line-height: 1.5;
    margin-bottom: 12px;
}
.about-main{
    background:#FAFAFA;
}
.anru-li-le{
    display: flex;
    align-items: flex-end;
}
.anru-li-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: solid 1px #F0F0F0;
}
.anru-li:last-child .anru-li-box{
    border-bottom: solid 1px transparent;
}
.anru-li-le .ys_demo_num{
    font-size: 56px;
    color: var(--colormain1);
    font-weight: bold;
    line-height: 1.1;
}
.anru-li-le span{
    font-size: 30px;
    color: var(--colormain1);
    font-weight: bold;
    line-height: 1.5;
}
.anru-li-ri p{
    color: var(--color666);
    line-height: 1.75;
    font-size: var(--text18);
}
.about-feaut{
    position: relative;
    height: 300vh;
}
.about-feaut-fixed {
    padding-top: 120px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
}
.about-feaut.start .about-feaut-fixed {
    position: fixed;
    left: 0;
    top: 0;
}
.about-feaut.end .about-feaut-fixed {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
}
.about-feaut-btn{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-seg-cont-wrap{
    font-size: 48px;
    line-height:2.8;
    height: 2.8em;
    overflow: visible;
}
.ascw-titlebox-title {
    transition: all 0.4s;
    white-space: nowrap;
    text-align: center;
    color: var(--colorFFF);
    line-height: 2.8;
}
.ascw-titlebox-title:not(:first-child) {
    opacity: 0;
}
canvas {
    display: block;
}
.about-deve-top {
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    padding-top: 138px;
    overflow: hidden;
}
.waves{
    width: 100%;
    height: 100%;
}
.about-deve{
    position: relative;
    background: #000;
}
.about-deve h2{
    text-align: center;
    color: var(--colorFFF);
}
.about-deve-wrap{
    padding: 138px 0;
    position: relative;
    z-index: 9;
    top: 80px;
}
.about-deve-wrap .ys-cont1400{
    position: sticky;
    top: 0;
}
.about-honor{
    padding-bottom: var(--space140);
}
.about-partner h2, .about-honor h2{
    text-align: center;
    font-weight: bold;
    color: #000;
    padding-bottom: var(--space60);
}
.about-partner-list{
    width: 200000px;
    position: relative;
    margin-bottom: 62px;
}
.about-partner-list:last-child{
    margin-bottom: 0px;
}
.about-partner-list1 .about-partner-list-ul {
    animation: ys-swiper01 100s linear both infinite;
    animation-delay: 0.5s;
}
.about-partner-list2 .about-partner-list-ul {
    animation: ys-swiper01 150s linear both infinite;
    animation-delay: 0.3s;
}
.about-partner-list3 .about-partner-list-ul {
    animation: ys-swiper01 100s linear both infinite;
    animation-delay: 0.5s;
}
@keyframes ys-swiper01{
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.aplu-li{
    width: 212px;
    margin: 0 24px;
}
.aplu-li-box{
    display: block;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.about-partner, .about-honor{
    background: var(--colorFFF);
}
.about-partner-cry{
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}
.about-partner-cry::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22%;
    height: calc(100% + 60px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 60%);
    z-index: 1;
    pointer-events: none;
}
.about-partner-cry::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 22%;
    height: calc(100% + 60px);
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #FFF 60%);
    z-index: 1;
    pointer-events: none;
}
.about-honor-slide-ul{
    margin: 0 -24px;
}
.about-honor-slide-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.ahsu-li{
    width: 33.333333%;
    padding: 0 24px;
    height: auto !important;
}
.ahsu-li.slick-slide:not(:first-child){
    display: none;
}
.ahsu-li-box{
    height: 100%;
    position: relative;
    padding: 100px 0;
    background: #F7F8FA;
    border-bottom: solid 1px var(--colormain1);
    transition: all .4s;
    display: block;
}
.ahsu-li-bg{
    width: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ahsu-li-bg img{
    width: 100%;
}
.ahsu-li-tit{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: var(--font20);
    line-height: 1.6;
    color: #333;
    transition: all .4s;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.about-honor .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-honor-slide{
    position: relative;
}
.about-honor-slide .arrows-next{
    right: -87px;
}
.about-honor-slide .arrows-prev{
    left: -87px;
}
.adul-list{
    display: flex;
}
.adul-list-lis{
    width: 50%;
    padding:0 100px;
}
.allb-year, .allb-text{
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
}
.adul-list-lis:last-child{
    margin-top: 54px;
}
.adul-list {
    opacity: 1;
    transform: scale(1);
    transition: all .8s;
}
.about-deve-ul-li{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: sticky;
    top: 0;
}
.about-deve-ul-li.on1 .adul-list{
    transform: translateY(-10vh) scale(.4);
    opacity: 0;
}
.about-deve-ul-li:last-child.on1 .adul-list{
    opacity: 1 !important;
    transform: scale(1);
}
.about-main section{
    overflow: hidden;
}
.about-deve{
    overflow: visible !important;
}
/* F1公司简介-end */
/* 鼠标效果 */
@media screen and (min-width: 1200px) {
    .ys-bread-list a:hover{
        color: #fff;
    }
    .ahsu-li-box:hover{
        background: var(--colormain1);
    }
    .ahsu-li-box:hover .ahsu-li-tit{
        color: var(--colorFFF);
    }
    .about-partner-list:hover .about-partner-list-ul {
        animation-play-state: paused;
    }
    .arrows-icon:hover img:nth-child(1){
        opacity: 0;
    }
    .arrows-icon:hover img:nth-child(2){
        opacity: 1;
    }
    .arrows-icon:hover{
        background: var(--colormain1);
    }
    .swbb-ul-li a:hover .sulu-lis-text p{
        color: var(--colormain1);
    }
    .swbb-ul-li a:hover{
        background: rgba(46, 87, 158, 0.10);
    }
    .mpul-box:hover .std-btn4-box-icon img{
        opacity: 0;
        transition: all .4s;
    }
    .mpul-box:hover .std-btn4-box-icon2{
        opacity: 1;
    }
    .mpul-box:hover .mpul-tit{
        color: var(--colormain1);
    }
    .mfmu-li ul li p a:hover{
        opacity: 1;
    }
    .mfbr-ul-li a:hover{
        color: #000;
    }
    .code-le .mfbr-ul-li a:hover{
        color: rgba(255,255,255,1);
    }
    .home-prod-le-pic:hover img{
        transform: scale(1.05);
    }
    .hntl-box-pic:hover img{
        transform: scale(1.05);
    }
    .prul-box:hover .prul-tit{
        color: var(--colormain1);
    }
    .prul-box:hover .prul-ri img:nth-child(1){
        opacity: 0;
    }
    .prul-box:hover .prul-ri img:nth-child(2){
        opacity: 1;
    }
    .paul-box:hover .std-btn4-box-icon img:nth-child(1){
        opacity: 0;
        transition: all .4s;
    }
    .paul-box:hover .std-btn4-box-icon .std-btn4-box-icon2{
        opacity: 1;
    }
    .paul-box:hover .paul-tit{
        color: var(--colormain1);
    }
    .indudet-ban-ri-pic:hover img{
        transform: scale(1.05);
    }
    .sele_wrap:hover .sele_wrap_icon img:nth-of-type(2) {
        opacity: 1;
    }
    .sele_wrap:hover .sele_wrap_icon img:first-child {
        opacity: 0;
    }
    .plru-lis a:hover {
        text-decoration-color: var(--colormain1);
    }
    .ppru-li-le a:hover {
        color: var(--colormain1);
        text-decoration-color: var(--colormain1);
    }
    .std-btn3-box:hover .std-btn1-box-icon img{
        opacity: 0;
        transition: all .4s;
    }
    .std-btn3-box:hover .std-btn4-box-icon2{
        opacity: 1;
    }
    .hpru-li-box:hover .std-btn4-box-icon img{
        opacity: 0;
        transition: all .4s;
    }
    .hpru-li-box:hover .std-btn4-box-icon2{
        opacity: 1;
    }
    .hpru-li-box:hover .hpru-li-tit{
        color: var(--colormain1);
    }
    .idfl-wrap-svg-path:hover rect{
        fill: var(--colormain1);
    }
    .table_left_reset:hover, .sele_pop_btm_reset:hover p {
        color: var(--colormain1);
        text-decoration-color: var(--colormain1);
    }
    .srct_left_change:hover .std-text18 {
        color: var(--colormain1);
    }
    .mtbr_item:hover .mc_tab_td::after {
        opacity: 1;
        /* background: #f4f4f4; */
    }
    .join-pay-cont-ri .ys-imgbox-cover:hover img{
        transform: scale(1.05);
    }
    .scbu-li-box:hover .std-btn4-box-icon img{
        opacity: 0;
        transition: all .4s;
    }
    .scbu-li-box:hover .std-btn4-box-icon2{
        opacity: 1;
    }
    .sctr-img:hover .ys-imgbox-cover img{
        transform: scale(1.05);
    }
    .std-btn4-box:hover .std-btn4-box-icon2{
        opacity: 1;
    }
    .std-btn1-box:hover .std-btn1-box-icon img{
        opacity: 0;
        transition: all .4s;
    }
    .std-btn1-box:hover .std-btn1-box-icon2 {
        opacity: 1;
    }
    .about-seg-btn .std-btn1-box:hover::after {
        width: 0%;
        left: 0;
        right: auto;
    }
}

/* 载入效果 */
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}

@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: none;
    }
} 


.mod-fadeclip {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.2s;
}

@keyframes fadeclip {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}  



/* 修改合并 */
.load-main .ys-main{
    padding-top: 0px !important;
}
.load-main .ys-phnav-menu{
    z-index: 11;
}
.ys-hd-ph .ym1lc-item-link-text{
    color: var(--colorFFF);
}
.ys-hd-ph .ym1lc-item-link{
    padding: 0 20px;
    justify-content: space-between;
}
.ym1lc-item-link-le{
    display: flex;
    align-items: center;
}
.ym1lc-item:first-child .ym1lc-item-link-arrow{
    display: none;
}
.ym1lc-item.active1 .ym1lc-item-link{
    background: rgba(255, 255, 255, 0.13);
}
.ys-phnav-load-icon{
    width: 18px;
}
.ys-phnav-load-icon img{
    width: 100%;
}
.ys-hd-ph .ym1lc-item:first-child .ym1lc-item-link{
    padding-top: 0px;
    padding-bottom: 0px;
}
.load-main .mod-wrap{
    min-height: 100vh;
    background-color: #f4f4f4;
}
.load-member{
    display: flex;
    align-items: stretch;
    height: 100vh;
    max-height: 100vh;
}
.ys-member1-left{
    background: var(--colorFFF);
}
.code-le-cont-foot .mfts-text p{
    color: var(--colorFFF);
}
.load-main .ys-footer{
    display: none;
}
.code-ri-cont-return-wrap{
    position: relative;
    margin-right: 54px;
}
.code-ri-cont-return-wrap:last-child{
    margin-right: 0px;
}
.code-ri-cont-return{
    position: absolute;
    top: 50px;
    right: 54px;
    display: flex;
}
.regist-main .code-ri-cont-login{
    padding-bottom: 20px !important;
}
.std-btn4-box-icon2{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.summ-foot-cont-btn .std-btn3-box{
    background: var(--colorFFF);
}
.code-main .code-ri-cont{
    padding-bottom: 100px;
}
.regist-main .code-ri-cont{
    padding-bottom: 0px;
}
.ys-nyban-title h1, .ys-nyban-title p{
    opacity: 0;
}
.ban-link{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.summ-foot-cont .std-btn3-box{
    border: none;
}
.summ-foot-cont .summ-foot-cont-title{
    opacity: 0;
}
.join-main h2{
    opacity: 0;
}
.join-pay-cont-ri .ys-imgbox-cover{
    overflow: hidden;
}
.daru-li a{
    display: block;
}
.detail-main  .summ-foot-cont-btn {
    opacity: 1;
}
.detail-main  .summ-foot-cont-title{
    opacity: 1;
}
.deta-arti-cont p{
    color: var(--color666);
    line-height: 1.5;
    font-size: var(--text16);
    margin-bottom: 12px;
}
.new-main h1{
    opacity: 0;
}
.retr-cont-title{
    opacity: 0;
}
.scbu-li-box-icon .std-btn4-box-icon{
    width: 24px;
}
.std-btn4-box-icon2 svg{
    width: 100%;
    height: 100%;
}
.use-main h2{
    opacity: 0;
}
.scbu-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.scbu-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.sctr-img{
    overflow: hidden;
}
.summary-main h2{
    opacity: 0;
}
.quality-main h2{
    opacity: 0;
}
.prodet-ban .std-btn1-box-icon img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
}
.hpru-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.hpru-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.home-recom.act h2{
    animation: fadeclip 1s ease 1;
    animation-delay: 0.2s;
    animation-fill-mode: forwards !important;
}
.home-recom.act .home-recom-ul-li{
    animation: ysfadeInUp .8s ease-in-out both;
}
.home-recom-ul-li{
    opacity: 0;
}
.home-recom-ul{
    overflow: hidden;
}
.home-recom.act .home-recom-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.home-recom.act .home-recom-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.home-recom.act .home-recom-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.home-recom.act .home-recom-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.home-apply{
    height: 260vh;
    overflow: visible !important;
}
.home-apply-slide{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.home-apply-wrap{
    height: 100%;
}
.home-apply-box{
    position: sticky;
    top:80px;
}
.home-apply-box-cry{
    position: relative;
    height: 100vh;
}
.home-apply-box-cry.active .home-apply-slide .mod-arrows{
    opacity: 1;
    z-index: 9;
}
.home-apply-box-cry.active .home-apply-swip-other{
    opacity: 1;
    z-index: 9;
}
.home-apply-slide{
    overflow: hidden;
}
.hasu-li{
    width: 100% !important;
}
.home-apply .swiper-pagination-bullet {
    width: 64px;
    height: 2px;
    margin: 0 12px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    transition: all .4s;
}
.home-apply .swiper-pagination-bullet-active{
    width: 164px;
    background: rgba(255, 255, 255, 1);
}
.haso-num{
    display: none;
}
.haso-num span{
    color: var(--colorFFF);
    font-size: var(--text16);
}
.home-apply-swip-other{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-apply-swip-other .swiper-pagination{
    right: auto;
    width: 80%;
}
.hasu-li-textbox{
    opacity: 1;
    transition: all .4s;
}
.haso-num{
    opacity: 0 !important;
}
.hnbl-box{
    display: block;
    height: 100%;
}
.amp_add_other{
    width: 100%;
}
.about-ban-wrap{
    position: relative;
}
.ys-nybanner .ys-video-btn img{
    width: 100%;
}

/* 20240823-修改-start */
.qulaity-proc-ph{
    display: none;
}
.aplu-li-box, .aplu-li-pic, .aplu-li-pic img{
    width:100%;
}
.prod-ban-ri .std-btn1-box-icon img{
    transition: all .4s;
}
.docu-intro .docu-cont-bom-ul{
    padding-bottom: 30px;
}
.pdrt-item{
    cursor: pointer;
}
.code-main .code-ri-cont-login {
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.code-ri-cont-return{
    z-index: 9;
}
.docu-select .mCSB_scrollTools {
    opacity: 0 !important;
    transition: all 0s ease;
}
.docu-select .ys-select.zindex .mCSB_scrollTools {
    opacity: 1 !important;
    transition: all .3s .2s ease;
}
/* 20240823-修改-end */
.indudet-diagram-first-ri{
    display: block !important;
}
.indudet-diagram-first-le{
    width: 65% !important;
    padding-right: 98px !important;
}
.indudet-diagram-first::after{
    opacity: 1 !important;
}
.indudet-diagram-first-le .idst-ul-li-text{
    margin-bottom: 20px
}
.idfl-tpul-li{
    display: none;
}
.idfl-tpul-li.act{
    display: block;
}
.allb-text{
    font-size: 24px;
}
.about-deve-ul {
    margin-top: calc(-100vh - 100px);
}
.docu-cont-top-select .ys-select-hd input{
    text-overflow: inherit;
}
.home-apply-slide .mod-arrows .arrows-icon.swiper-button-disabled{
    opacity: 0;
}
.hasu-li-word, .hasu-li .std-btn1{
    opacity: 0;
    transition: all .4s;
}
.hasu-li-tit{
    opacity: 0.5;
}
.hasu-li.swiper-slide-active .hasu-li-word, .hasu-li.swiper-slide-active .std-btn1, .hasu-li.swiper-slide-active .hasu-li-tit{
    opacity: 1 !important;
}
.hasu-li.swiper-slide-active .hasu-li-textbox{
    opacity: 1 !important;
} 
/* 20240928 */
.hpru-li-bot{
    align-items: center;
}
.hpru-li-bot .std-btn4-box-icon {
    width: 14px;
    font-size: 0;
}
.std-btn4-box-icon img{
    transition: all .4s;
    width: 100%;
}
.std-btn4-box-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.std-btn1-box-icon{
    width: 12px;
    font-size: 0;
    position: relative;
}
.std-btn1-box-icon img{
    transition: all .4s;
    width: 100%;
}
.std-btn1-box-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ys-ban-btn .std-btn1-box .std-text14 {
    margin-right: 40px;
}
.ys-ban-btn .std-btn1-box{
    padding: 12px 16px 12px 20px;
}
.std-btn4-box-icon{
    width: 26px;
}
.prodet-apply-ul-li .std-btn4-box-icon, .mod-prod-ul-li .std-btn4-box-icon{
    width: 18px;
}
.hasu-li{
    transition-property: none !important;
}
.home-apply-swip-ul{
    backface-visibility: hidden;
}
.home-apply-slide{
    width: 100vw;
    height: 100vh;
    transform:translateX(-50%) scale(0.78);
    transform-origin: center top;
}
.hasu-li-img img{
    display: block;
}
.home-apply-slide{

}
@media screen and (min-width: 1200px) {
    .std-btn4-box:hover .std-btn4-box-icon img:nth-child(2)
    , .hpru-li-box:hover .hpru-li-bot .std-btn4-box-icon img:nth-child(2)
    , .paul-box:hover .std-btn4-box-icon img:nth-child(2)
    , .mpul-box:hover .std-btn4-box-icon img:nth-child(2)
    , .scbu-li-box:hover .std-btn4-box-icon img:nth-child(2)
    , .std-btn3-box:hover .std-btn1-box-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn4-box:hover .std-btn4-box-icon img:nth-child(1)
    , .hpru-li-box:hover .hpru-li-bot .std-btn4-box-icon img:nth-child(1)
    , .paul-box:hover .std-btn4-box-icon img:nth-child(1)
    , .mpul-box:hover .std-btn4-box-icon img:nth-child(1)
    , .scbu-li-box:hover .std-btn4-box-icon img:nth-child(1)
    , .std-btn3-box:hover .std-btn1-box-icon img:nth-child(1){
        opacity: 0;
    }
}
/*.mc_tab_bd_right{*/
/*    display: block;*/
/*}*/
/*.mc_table_core_right{*/
/*    scrollbar-color: transparent transparent !important;*/
/*    scrollbar-track-color: transparent !important;*/
/*    -ms-scrollbar-track-color: transparent !important;*/
/*    -webkit-scrollbar-color: transparent transparent !important;*/
/*    -moz-scrollbar-color: transparent transparent !important;*/
/*    -ms-scrollbar-color: transparent transparent !important;*/
/*    -o-scrollbar-color: transparent transparent !important;*/
/*    -webkit-scrollbar-width: 0px !important;*/
/*    -moz-scrollbar-width: 0px !important;*/
/*    -ms-scrollbar-width: 0px !important;*/
/*    -o-scrollbar-width: 0px !important;*/
/*    -webkit-scrollbar-height: 0px !important;*/
/*    -moz-scrollbar-height: 0px !important;*/
/*    -ms-scrollbar-height: 0px !important;*/
/*    -o-scrollbar-height: 0px !important;*/
/*    scrollbar-height:0px !important;*/
/*}*/
/*.mc_table_core_right::-webkit-scrollbar {*/
/*    width: 0;*/
/*    height: 0px !important;*/
/*}*/
/*.mc_tab_bd{*/
    /*margin-top: -17px;*/
/*}*/
/*.mc_table_hd .mc_table_core_right{*/
/*    margin-bottom: -20px;*/
/*}*/

/*20250227*/
.home-recom h2{
    padding-right: 10px;
}
.home-recom-ul {
    display: flex;
    margin: 0 -30px;
}
.home-recom-ul-li{
    padding: 0 30px;
}
.about-num-le h2{
    font-size: 40px;
    margin-bottom: 40px;
}
.ascw-titlebox-title{
    font-size: 38px;
    white-space:pre-wrap;
}
.hcru-li-btm{
    line-height: 1.45;
}
.mfmu-li ul li p a{
    line-height: 1.5;
    padding: 6px 0;
}
.mfmu-li-text a{
    font-size: 22px;
}
.mfmu-li-text {
    margin-bottom: 14px;
}
.mfmu-li{
    padding: 0 15px;
}
.mod-foot-min-ul {
    margin: 0 -15px;
}
.ys-ban-title{
    line-height: 1.2;
}
.ys-ban-title {
    width: 55%;
    font-size: 48px;
}
.mod-pull{
    width: auto !important;
}
.mod-pull-ul-li a{
    white-space: nowrap;
}
.head-lang a{
    line-height: 80px;
    display: block;
    color: #333;
    transition: all .36s;
    font-size: var(--text16);
}
.head-lang{
    margin-right: 20px;
}
.about-seg-cont-wrap{
    line-height: 4.35;
    height: 4.35em;
}
.ahsu-li-bg{
    position: relative;
    top: auto;
    left: auto;
    transform: inherit;
    margin: 0 auto;
}
.ahsu-li-tit {
    line-height: 1.45;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
    .head-lang a:hover{
        color: var(--colormain1);
    }
}
/*20250303*/
.crcl-change-li-code .std-btn1-box .std-text16{
    font-size: 14px;
}
.btn-code .std-btn1-box {
    padding: 28px 8px;
}
.code-main .btn-code .std-btn1-box{
    height: 100%;
}
.home-cry-le-word p, .hcru-li-btm{
    font-size: 22px;
}
.home-cry-ri-word p{
    height: auto !important;
    -webkit-line-clamp:inherit !important;
}
.qprw-item1 {
    top: 14%;
    left: 10%;
}
.qprm-text{
    width: 80%;
    text-align: center;
    font-size: 18px;
}
.qprw-item3 {
    top: 59%;
    left: 10%;
}
.use-apply .scbu-li-box-title{
    padding-right: 12px;
}
.ppru-li-le {
    padding-right: 15px;
}