@charset "utf-8";

body {
    font-family: "PingFang SC", "Microsoft YaHei";  
}
input, textarea{
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.altumcode {
    --fontFamily:"PingFang SC", "Microsoft YaHei" !important;
}
/* p, div, h1, h2, h3, h4, h5, h6, span, a {
    word-wrap: normal;
    word-break: keep-all;
} */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .ys-tct-left-change:hover .ys-tctlc-icon img:first-child,
    .ys-tct-left-reset:hover .ys-imgbox-cover img:first-child,
    .ys-tct-search-close:hover img:first-child,
    .ys-typeselect-btn-wrap:hover .ys-typeselect-bw-icon img:first-child,
    .ys-typeselect-pt-icon:hover img:first-child{
        opacity: 0;
    }
    .ys-tct-left-change:hover .ys-tctlc-icon img:nth-of-type(2), 
    .ys-tct-left-reset:hover .ys-imgbox-cover img:nth-of-type(2),
    .ys-tct-search-close:hover img:nth-of-type(2),
    .ys-typeselect-btn-wrap:hover .ys-typeselect-bw-icon img:nth-of-type(2),
    .ys-typeselect-pt-icon:hover img:nth-of-type(2) {
        opacity: 1;
    }
    .ys-tct-left-change:hover span {
        color: var(--colormain);
    }
    .ys-tb1ibc-reset:hover,
    .ys-tb1ibc-reset:hover p {
        color: var(--colormain);
        text-decoration-color: var(--colormain);
    }
    .ys-tct-left-reset:hover .ys-typeselect-text14 {
        color: var(--colormain);
    }
    .ys-tct-compare.on:hover .ys-typeselect-text14{
        color: var(--colormain);
    }
    .ys-typeselect-b2t-hd .ys-typeselect-th:hover::after {
        background: #E6E6E6;
    }
    .ys-typeselect-item:hover .ys-typeselect-td{
        background: #f4f4f4;
    }
}
/* 加载动画 - start */
#modal-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    -ms-backdrop-filter: blur(2px);
    -o-backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, .6);
}
.loading-svg {
    width: 60px;
}
.loading-svg-circle1 {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: 2s loading1 ease infinite 0.5s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.loading-svg-circle2 {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: 2s loading2 ease-in-out infinite;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}
.loading-svg-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
@keyframes loading1 {
    100% {
        stroke-dashoffset: -75;
        stroke-dasharray: -75;
    }
}
@keyframes loading2 {
    100% {
        stroke-dashoffset: -100;
        stroke-dasharray: -100;
    }
}
/* 加载动画 - end */
.ys-typeselect{
    --distance100: 100px;
    --colormain: #0069A6;
    --color000: #030F27;
    --color333: #666;
    --colorfff: #fff;
    --colorf4: #f4f4f4;
    --font14: 14px;
    --text16: 16px;
    --text14: 14px;
    --lh1d5: 1.5;
}
.ys-typeselect{
    padding: 0 !important;
    padding-bottom: var(--distance100);
    padding-top: calc(29px + 44px);
    position: relative;
}
.ys-typeselect::before{
    /* content: ''; */
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    right: 0;
    width: 57px;
    z-index: 26;
    display: block;
}
.ys-typeselect::after{
    /* content: ''; */
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    left: 0;
    width: 58px;
    z-index: 26;
    display: block;
}
.ys-typeselect-cry {
    overflow: hidden;
}
.ys-typeselect-cry-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;
    background: var(--colorfff);
    position: relative;
    z-index: 25;
}
.ys-tct-left {
    display: flex;
    align-items: center;
}
.demo-slider {
    width: 100%;
    position: relative;
    left: 6px;
}
.ys-tb1i-bd-core{
    padding-bottom: 8px;
    padding-top: 4px;
}
/* tbody */
.ys-tct-compare{
    cursor: pointer;
    opacity: .4;
    pointer-events: none;
    transition: all 0.36s;
}
.ys-tct-compare.on{
    pointer-events: all;
    opacity: 1;
}
.ys-tct-compare p{
    transition: all 0.36s;
}
.ys-typeselect-nbc-icon{
    width: 24px;
}
.ys-typeselect-nbc-font{
    font-size: var(--text14);
    color: var(--colormain);
    line-height: 1.75;
    width: 100% !important;
    flex-grow: 1;
}
.ys-typeselect-nb-core{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px 18px 32px;
}
.ys-typeselect-td.ys-typeselect-td0{
    /* display: flex; */
    align-items: flex-start;
    position: relative;
}
.ys-typeselect-td{
    position: relative;
}
.ys-typeselect-name-box{
    width: calc(100% - 14px);
    padding-left: 13px;
}
.ys-typeselect-compare{
    top: 20px;
}
.ys-typeselect-td0{
    /* background: #F4F4F4; */
}
.ys-typeselect-td::before{
    content: '';
    border-bottom: 1px solid #D0DBE1;
    /* border-right: 1px solid #ECECEC; */
    position: absolute;
    width: calc(100% - 1px)!important;
    height: calc(100% - 1px);
    top: 0;
    left: 0;
}
.ys-typeselect-td.ys-typeselect-td0::before {
    border-bottom: 1px solid #D0DBE1;
    width: 100% !important;
    left: 0px !important;
}
.ys-typeselect-th.ys-typeselect-td0{
    min-width: 239px;
}
.ys-typeselect-sc-link{
    display: flex;
    align-items: center;
}
.ys-typeselect-td>div{
    position: relative;
    z-index: 6;
}
.ys-typeselect-td:not(.ys-typeselect-td0){
    padding: 18px 14px 18px 20px;
}
.ys-typeselect-sc-link span{
    padding-left: 11px;
    color: var(--colormain);
    text-decoration: underline;
    text-underline-position: under;
}
.ys-typeselect .mCSB-scrollTools {
    width: 10px;
}
.ys-tcb-right{
    position: relative;
}
.ys-typeselect .rtv-scroll .mCSB-scrollTools {
    width: 100%;
}
.ys-typeselect .rtv-scroll .mCSB-scrollTools.mCSB-scrollTools-horizontal {
    height: 13px;
}
.ys-typeselect .rtv-scroll .mCSB-horizontal.mCSB-inside>.mCSB-container {
    margin-bottom: 0;
}
.ys-typeselect .rtv-scroll .mCSB-scrollTools.mCSB-scrollTools-horizontal .mCSB-dragger .mCSB-dragger-bar,
.ys-typeselect .rtv-scroll .mCSB-scrollTools.mCSB-scrollTools-horizontal .mCSB-draggerRail {
    height: 100%;
    margin: 0;
}
.ys-typeselect .rtv-scroll .mCS-dark.mCSB-scrollTools .mCSB-draggerRail {
    background-color: #EFEFEF;
}
.ys-typeselectle{
    position: relative;
}
.ys-typeselect-td0, .ys-typeselect-btn0{
    position: relative;
    z-index: 10;
}
.ys-tcb-out-left{
    position: relative;
    z-index: 9;
}
.ys-tcb-out-left,.ys-tcb-right {
    max-height: calc(100vh - 200px);
}
.ys-typeselect-b2t-hd{
    position: relative;
}
.ys-tb1ibc-inof {
    max-height: 160px;
}

/* 选型表 - end */
.ys-tct-search input{
    width: calc(100% - 44px);
}
.ys-tct-compare{
    margin: 0!important;
}
.ys-typeselect-scl-img img{
    width: 100%;
}
.ys-tctlc-font span{
    white-space: nowrap;
}
.ys-typeselect-b2t-hd>tr:not(.rtv-scroll-zhan){
    position: relative;
    z-index: 20;
}
.ys-typeselect-b2t-hd::before{
    content: '';
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 11;
}
.ys-typeselect-sortbtn::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    width: calc(64px / 5);
    height:calc(47px / 5);
    background: url(../images/jianrg.svg) center / cover no-repeat;
    opacity: 0;
    transform: translateY(-50%);
}
.ys-typeselect-th.desc .ys-typeselect-sortbtn::before {
    opacity: 1;
    transform:  translateY(-50%) rotate(90deg);
}
.ys-typeselect-th.asc .ys-typeselect-sortbtn::before {
    opacity: 1;
    transform: translateY(-50%) rotate(-90deg);
}
.ys-typeselect-bd1-item.act .ys-tb1i-hd::before {
    opacity: 1;
}
.ys-tb1i-hd{
    position: relative;
}
.ys-tb1i-hd::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--colormain);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    opacity: 0;
    transition: all 0.36s; 
}
.ys-typeselect-th-wrap::after{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    /* background: var(--colormain); */
    border-radius: 50%;
    opacity: 0;
    transition: all 0.36s;
}
.ys-typeselect-th.act .ys-typeselect-th-wrap::after{
    opacity: 1;
}
.ys-typeselect-btn:last-child .ys-typeselect-pop {
    left: auto;
    right: 0;
}
.mCustomScrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}
.ys-typeselect-b2t-hd{
    position: relative;
    z-index: 11;
}
.ys-tcb-right.act1 .rtv-scroll {
    z-index: 10;
}
.ys-typeselect-td0, .ys-typeselect-btn0 {
    z-index: 9;
}
.mCSB-scrollTools {
    width: 10px;
}
.mCSB-inside>.mCSB-container {
    margin-right: 10px;
}
.ys-typeselect .mCSB-scrollTools {
    width: 10px;
}
.ys-share-img img{
    width: 100%;
}
.ys-tct-compare{
    position: relative;
}
.ys-tct-compare .ys-typeselect-text14:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.ys-tct-compare .ys-typeselect-text14{
    transition: all 0.36s;
}
.ys-tct-compare.std-change .ys-typeselect-text14:nth-of-type(2){
    opacity: 1;
    pointer-events: all;
}
.ys-tct-compare.std-change .ys-typeselect-text14:first-child{
    opacity: 0;
    pointer-events: none;
}
/* 2023.1.09 */
.ys-typeselect .ys-typeselectle-jia>.mCustomScrollBox>.mCSB-scrollTools{
    position: absolute;
    width: calc(100% - 19px);
    top: 107px;
    left: 19px;
    background: #fff;
}
.ys-typeselect .ys-typeselectle-jia .mCSB-horizontal.mCSB-inside>.mCSB-container{
    margin-bottom: 0;
}
.ys-typeselect .ys-typeselectle-jia>.mCustomScrollBox>.mCSB-scrollTools.mCSB-scrollTools-horizontal {
    height: 10px;
    z-index: 9;
}
.ys-typeselect .ys-typeselectle-jia .mCSB-scrollTools.mCSB-scrollTools-horizontal .mCSB-dragger .mCSB-dragger-bar {
    height: 10px;
    margin: 0px auto;
}
.ys-typeselectle-jia {
    background: #f4f4f4;
}
.rtv-scroll, .rtv-scroll-zhan {
    height: 10px;
}
.ys-typeselect .ys-typeselectle-jia .mCSB-scrollTools.mCSB-scrollTools-horizontal .mCSB-draggerRail {
    height: 10px;
    margin: 0px 0;
}
.ys-typeselect .mCS-dark.mCSB-scrollTools .mCSB-draggerRail {
    background-color: #efefef;
}
.ys-typeselect .ys-typeselect-pop .mCSB-scrollTools {
    width: 6px;
}
.ys-typeselectle {
    min-width: 100%;
}
.ys-typeselect-td-box {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-grow: 1;
}
.ys-typeselect-th {
    vertical-align: top;
}
.ys-typeselect-th-wrap{
    display: inline-block;
}
.ys-typeselect-th {
    min-width: 190px;
    max-width: 260px;
}
.ys-typeselect-sortbtn {
    white-space: normal;
}
.ys-typeselect-th-wrap {
    display: block;
}
.ys-typeselect-pop .mCS-dark.mCSB-scrollTools .mCSB-dragger:hover .mCSB-dragger-bar, 
.ys-typeselect-pop .mCSB-scrollTools.mCS-dark .mCSB-dragger:active .mCSB-dragger-bar, 
.ys-typeselect-pop .mCSB-scrollTools.mCS-dark .mCSB-dragger.mCSB-dragger-onDrag .mCSB-dragger-bar, 
.ys-typeselect-pop .mCS-dark.mCSB-scrollTools .mCSB-dragger .mCSB-dragger-bar {
    background-color: rgba(199,199,199,1);
}
.ys-tb1ibc-inof{
    position: relative;
}
.ys-tb1ibc-inof::before{
    content: '';
    background: rgba(234,234,234,1);
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    right: 15px;
    top: -20px;
}
.ys-typeselect .ys-typeselect-pop .mCS-dark.mCSB-scrollTools .mCSB-draggerRail{
    background: transparent;
}
.ys-typeselect-pb-head{
    padding-right: 10px;
}
.ys-typeselect-btn-wrap{
    transition: all 0.36s;
}
.ys-typeselect-btn-wrap.noRdCheck{
    opacity: .5;
    pointer-events: none;
}
.ys-typeselect-b2t-hd {
    position: relative;
    z-index: 20;
}
.ys-typeselect-bd{
    position: relative;
    z-index: 10;
}
/* 2023.01.17 - start */
.ys-tb1i-hd .ys-typeselect-text14 {
    max-width: calc(100% - 34px);
}
.ys-typeselect-nb-core-icon{
    width: 24px;
}
.ys-typeselect-nb-core-text{
    width: calc(100% - 24px);
}
.ys-typeselect-nb-core-text .ys-typeselect-nbc-font{
    width: 100%;
}
.ys-typeselect-btn-wrap {
    padding: 10px 16px;
    height: 60px!important;
}
.ys-tcb-out .ys-tb1ibc-inof::before{
    display: none;
}
.ys-typeselect-td>div {
    align-items: center;
    height: 100%;
}
.ys-typeselect-compare {
    top: 0!important;
}
.ys-tct-search input::placeholder{
    color: rgba(0,0,0,.4);
}
.ys-tb1ibc-inof::before{
    display: none;
}
.ys-typeselect-pop .mCSB-scrollTools::before{
    content: '';
    background: rgba(234,234,234,1);
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    right: 15px;
    top: -20px;
}
.ys-typeselect-pop .mCSB-scrollTools{
    top: 20px;
}
.ys-typeselect-pop .mCSB-container{
    padding-top: 20px;
}
.ys-typeselect-pb-head{
    padding-top: 0;
}
.ys-tb1ibc-inof {
    max-height: 180px;
}
.ys-typeselect-name-box {
    padding-left: 0px !important;
}
.ys-tb1i-hd::before {
    right: 35px;
}
.ys-typeselect-th-wrap::after{
    right: -8px;
}
.ys-typeselect-scl-img, .scli-name-icon {
    width: 14px;
}
.ys-typeselect-sc-link span {
    padding-left: 7px;
}
.ys-tb1ibc-inof {
    max-height: calc(32px * 6);
}
.ys-typeselect-bot-zhan {
    width: calc(var(--widthcry) * var(--length1));
    height: 2px;
}
.ys-typeselect-b2th-left.ys-tbs-left .ys-typeselect-td0 {
    background: #fff;
}
.ys-typeselect-nb-core a .ys-typeselect-nbc-font {
    color: var(--colormain);
}
.ys-typeselect-td.ys-typeselect-td0{
    transition: background 0.36s;
}
.ys-typeselect-td.ys-typeselect-td0.an-hover{
    background: #f4f4f4;
}
.ys-typeselect-item.an-hover .ys-typeselect-td{
    background: #f4f4f4;
}
.ys-tcb-right{
    --widthcry: 195px;
    max-height: none;
}
.ys-typeselectle-jia {
    overflow: visible;
    max-height: none;
}
/* 2024.01.17 - start */
.ys-typeselectle-one,
.ys-typeselectle-two,
.ys-typeselect-bdx,
.ys-typeselect-b2t-hd{
    white-space: nowrap;
    font-size: 0;
    display: flex;
}
.ys-typeselect-b2th-right,
.ys-typeselect-item{
    white-space: nowrap;
    font-size: 0;
}
.ys-typeselect-item{
    width: 100%;
    background: var(--colorfff);
}
.ys-typeselect-item .ys-typeselect-td{
    background: var(--colorfff); 
}
.ys-typeselect-oa-th,
.ys-typeselect-td{
    width: var(--widthcry);
    min-width: auto;
    max-width: none;
}
.ys-typeselect-th {
    min-width: auto!important;
    max-width: none;
    width: 100%;
}
.ys-typeselect-th.ys-typeselect-td0,
.ys-typeselect-btn.ys-typeselect-btn0,
.ys-typeselect-td.ys-typeselect-td0,
.ys-typeselect-b2th-left {
    height: auto;
    width: 195px;
    min-width: auto;
    max-width: none;
}
.ys-typeselect-b2th-left{
    white-space: normal;
}
.ys-typeselect-b2th-right{
    width: calc(100% - 195px);
    z-index: 11;
}
.ys-typeselect-pc.act1 .ys-typeselect-b2t-hd{
    position: fixed;
    top: var(--top1);
    width: var(--all_width);
}
.ys-typeselect-b2t-hd::before{
    display: none;
}
.ys-typeselect-td{
    font-size: 14px;
    color: var(--color333);
    line-height: 1.2;
    display: inline-block;
    white-space: normal;
    align-items: center;
}
.ys-typeselect-td .ys-typeselect-text14{
    color: var(--color333);
    line-height: 1.2;
}
.ys-typeselect-bd-right .ys-typeselect-td {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ys-tcb-right{
    background: #f4f4f4;
}
.ys-typeselect-b2th-right.ys-typeselect-bd-right{
    display: block;
} 
.ys-typeselect-bd-right{
    overflow-x: auto;
    overflow-y: hidden;
}
.ys-tcb-right{
    overflow: hidden;
}
.ys-typeselect-btn-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.ys-tcb-right{
    --length1:13;
}
.ys-typeselect-bw-icon {
    height: 21px;
    display: flex;
    align-items: center;
}
.ys-typeselect-b2t-hd .ys-typeselect-b2th-left,
.ys-typeselect-oa-th{
    display: flex;
    flex-direction: column;
}
.ys-typeselect-b2t-hd .ys-typeselect-th{
    flex-grow: 1;
}
.ys-tct-compare {
    white-space: nowrap;
}
.ys-typeselect-b2t-hd::before{
    content: '';
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100px;
    z-index: 8;
    display: block;
}
.ys-typeselect-b2t-hd::after{
    content: '';
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    right: 100%;
    width: 50vw;
    z-index: 8;
}
.ys-tcb-out-left {
    z-index: 22;
    transition: transform .1s linear;
    transform: translateZ(10px);
}
.sidebar-box {
    z-index: 22;
}
.ys-typeselect-cry-box.act1 .ys-tcb-out-left,
.ys-typeselect-cry-box.act2 .ys-tcb-out-left {
    transform: translateY(var(--now-all)) translateZ(10px);
}
.ys-typeselect-td:not(.ys-typeselect-td0)>div {
    height: 100%;
    display: flex;
    align-items: center;
}
.ys-tcb-out {
    z-index: 23;
}
.ys-typeselect-bd2-top{
    position: relative;
}
.ys-typeselect-b2t-hd{
    position: absolute;
    top: 0;
}
.ys-tcb-out-left {
    height: var(--lefth1);
}
.g-advfr input{
    font-size: 14px;
}
.ys-typeselect-oa-th .ys-typeselect-btn .ys-typeselect-pop {
    left: 0;
    right: auto;
}
.ys-typeselect-b2t-hd {
    width: 100%;
}
.ys-typeselect-b2th-right{
    position: relative;
    height: 100%;
    min-width: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.ys-typeselect-bd-right .ys-typeselect-td {
    flex-grow: 1;
}
.ys-typeselect-item{
    display: flex;
}
.ys-typeselect-other-all{
    min-width: 100%;
    white-space: nowrap;
    font-size: 0;
    display: flex;
}
.ys-typeselect-item{
    width: calc(var(--widthcry) * var(--length1));
    min-width: 100%;
}
.ys-typeselect-b2t-hd .ys-typeselect-b2th-right .mCSB-horizontal.mCSB-inside>.mCSB-container {
    margin-right: 0;
    margin-bottom: 0;
}
.ys-typeselect-b2t-hd{
    margin-bottom: 10px;
}
.ys-typeselect .mCSB-scrollTools.mCSB-scrollTools-horizontal .mCSB-draggerRail {
    height: 10px;
    margin: 0px 0;
}
.ys-typeselect-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;
}
.ys-typeselect-bd-right::-webkit-scrollbar,
.ys-typeselect-bd-right::-o-scrollbar,
.ys-typeselect-bd-right::-moz-scrollbar,
.ys-typeselect-bd-right::-ms-scrollbar { 
    display: none!important; 
    background-color:transparent!important;
    opacity: 0!important;
    width:0!important;
    height: 0!important;
}
.ys-typeselect-bd-right::-webkit-scrollbar{
    background-color: transparent!important;
    width:0!important;
    height: 0!important;
}
.ys-tcb-right {
    --widthcry: 195px;
}
.ys-typeselect-bd2-top.no-scroll .ys-typeselect-b2t-hd {
    margin-bottom: 0;
}
.ys-tb1ibc-reset{
    color: var(--color333);
    transition: all 0.36s;
    line-height: 2;
    font-size: var(--font14);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: inline-block;
}
.ys-tcb-out-left{
    height: auto;
    min-height: 100%;
}
.ys-typeselect-pb-head .ys-tb1ibc-inof-nub .ys-typeselect-text14,
.ys-tb1ibc-inof-nub .ys-typeselect-text14 {
    white-space: normal;
    max-width: calc(100% - 14px);
}
.ys-tb1ibc-inof-nub {
    padding-left: 1px;
}
.ys-tcb-right {
    min-height: calc(100vh - 600px);
}
.ys-tcb-out-left{
    background: #e8e8e8;
}
.ys-typeselect-bd2-top.no-scroll .mctable-scroll {
    opacity: 0;
    pointer-events: none;
}
.ys-tctlc-font span,
.ys-tct-search input,
.ys-tctri-nub .ys-typeselect-text14,
.ys-typeselect-th{
    font-size: 14px;
}
.ys-tct-left-change span {
    padding-left: 9px;
}
.ys-typeselect-item .ys-typeselect-td{
    transition: all 0.36s;
}
.ys-tb1ibc-reset {
    margin-top: 3px;
}
.ys-tb1ibc-inof-nub .ys-typeselect-text14, .ys-tb1i-hd .ys-typeselect-text14 {
    padding-left: 8px;
}
.ys-tb1i-bd-core {
    padding-left: 22px;
}
.ys-typeselect .mctable-scroll .mCSB-scrollTools.mCSB-scrollTools-horizontal .mCSB-dragger .mCSB-dragger-bar {
    height: 6px;
    margin: 1.5px auto;
}
.ys-typeselect .mCS-dark.mCSB-scrollTools .mCSB-dragger:hover .mCSB-dragger-bar, 
.ys-typeselect .mCSB-scrollTools.mCS-dark .mCSB-dragger:active .mCSB-dragger-bar, 
.ys-typeselect .mCSB-scrollTools.mCS-dark .mCSB-dragger.mCSB-dragger-onDrag .mCSB-dragger-bar{
    background: rgba(99,99,99,1);
}
.ys-typeselect-b2t-hd::before{
    display: none;
}
.ys-typeselect-b2t-hd::after{
    display: none;
}

.ys-tcb-right {
    background: #fff;
}
.ys-typeselect-other{
    height: 100%;
}
.ys-typeselect-other-flex{
    width: calc(var(--widthcry) * var(--length1));
    min-width: 100%;
    white-space: nowrap;
    font-size: 0;
    display: flex;
    height: 100%;
}
/* 2024.03.22 - end */
.ys-typeselect-item .amp-add{
    top: -4px;
    position: relative;
}

/* 选型表 - start */
.ys-tctri-nub .ys-typeselect-text14{
    color: var(--colormain);
    line-height: var(--lh1d5);
    cursor: pointer;
}
.ys-tctri-nub{
    padding: 0 9px;
    position: relative;
}
.ys-tct-right-inof{
    margin: 0 -9px;
    display: flex;
    align-items: center;
}
.ys-tctri-nub-pop{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
}
.ys-share-img {
    width: 24px;
}
.ys-share-img img{
    width: 100%;
}
.ys-share-list {
    padding: 0 2px;
}
.ys-share{
    display: flex;
    padding: 12% 14px 8px;
    position: relative;
    z-index: 2;
}
.ys-tctri-np-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys-tctri-np-bg img{
    width: 100%;
}
.ys-tct-left-change span{
    color: var(--color333);
    font-weight: bold;
    line-height: var(--lh1d5);
    padding-left: 12px;
    transition: all 0.36s;
}
.ys-tct-left-reset .ys-imgbox-cover img:nth-of-type(2),
.ys-tctlc-icon img:nth-of-type(2){
    opacity: 0;
}
.ys-tct-left-reset .ys-imgbox-cover{
    width: 19px;
}
.ys-tct-left-reset .ys-typeselect-text14{
    color: var(--color000);
    padding-left: 6px;
    line-height: var(--lh1d5);
    transition: all 0.36s;
}
.ys-tct-left-reset{
    display: flex;
    align-items: center;
    margin-left: 65px;
    cursor: pointer;
}
.ys-tct-text p{
    color: var(--color333);
    line-height: var(--lh1d5);
}
.ys-tct-text,.ys-tct-compare{
    margin-left: 40px;
}
.ys-tct-search{
    height: 50px;
    background: #fff;
    width: 320px;
    margin-left: 27px;
    padding: 10px 16px 10px 20px;
}
.ys-tct-search-close,
.ys-tct-search-submit{
    width: 16px;
    cursor: pointer;
}
.ys-tct-search-submit img{
    width: 100%;
}
.ys-tct-search-submit{
    width: 18px;
}
.ys-tct-search{
    display: flex;
    align-items: center;
}
.ys-tct-search input{
    flex-grow: 1;
    padding-right: 10px;
    font-size: var(--text16);
    color: var(--color333);
}
.ys-tct-search-close{
    margin-right: 12px;
}
.ys-tct-search input::placeholder{
    color: var(--color333);
}
.ys-tct-search-close img:nth-of-type(2){
    opacity: 0;
}
.ys-tct-search-close{
    opacity: 0;
    transition: all 0.36s;
}
.ys-tct-search.act .ys-tct-search-close{
    opacity: 1;
}
/* table */
.ys-tcb-out-left{
    width: 283px;
    border: 1px solid #ECECEC;
    background: #fff;
}
.ys-tcb-right{
    width: calc(100% - 283px);
}
.ys-typeselect-bd1{
    padding-top: 12px;
    padding-bottom: 12px;
}
.ys-typeselect-compare,
.ys-tb1ibc-in-radio,
.ys-tb1i-hd-btn{
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}
.ys-typeselect-compare::before,
.ys-tb1i-hd-btn::before,
.ys-tb1ibc-in-radio::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #D3D3D3;
    background: #F9FAFD;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
}
.ys-tb1ibc-in-radio::before{
    border-radius: 50%;
}
.ys-typeselect-checkbox .ys-tb1ibc-in-radio::before{
    border-radius: 0;
}
.ys-typeselect-compare::after,
.ys-typeselect-checkbox .ys-tb1ibc-in-radio::after,
.ys-tb1i-hd-btn::after{
    content: '';
    background: transparent;
    background-image: url(../images/led_dui.svg);
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: 100% 100%;
    transition: all 0.36s;
    opacity: 0;
}
.ys-tb1ibc-in-radio::after{
    content: '';
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: var(--colormain);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    opacity: 0;
}
.ys-typeselect-compare.on::after,
.ys-tb1i-hd-btn.on::after,
.ys-tb1ibc-in-radio.on::after,
.ys-tb1i-hd-btn:checked::after,
.ys-tb1ibc-in-radio:checked::after{
    opacity: 1;
}
.ys-tb1ibc-in-radio:checked::before,
.ys-tb1i-hd-btn:checked::before{
    border: 1px solid var(--colormain);
}
.ys-tb1ibc-inof-nub .ys-typeselect-text14,
.ys-tb1i-hd .ys-typeselect-text14{
    color: var(--color333);
    line-height: 2;
    padding-left: 13px;
}
.ys-tb1i-hd{
    padding: 4.5px 17px 4.5px 27px;
    cursor: pointer;
}
.ys-tb1i-bd{
    padding: 0 17px 0 27px;
}
.ys-tb1ibc-inof-nub .ys-tb1i-hd-btn,
.ys-tb1ibc-inof-nub .ys-tb1ibc-in-radio,
.ys-tb1i-hd .ys-tb1i-hd-btn{
    margin-top: 7px;
}
.ys-tb1i-hd-icon,
.ys-tb1i-hd-icon img{
    width: 20px;
    cursor: pointer;
}
.ys-tb1i-hd-icon{
    position: relative;
    top: 5px;
    transition: all 0.36s;
}
.ys-tb1i-bd-core{
    padding-left: 27px;
}
.ys-tb1ibc-inof-nub {
    padding: 2px 1px;
    display: flex;
    align-items: flex-start;
}
.mc-btn{
   color: #0D4EA2;
   font-size: var(--font14);
   line-height: 2; 
}
.ys-tctlc-font{
    position: relative;
}
.ys-tctlc-font span:not(:first-child){
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.ys-tct-left-change.on span:not(:first-child){
    opacity: 1;
    pointer-events: all;
}
.ys-tct-left-change.on span:first-child{
    opacity: 0;
}
.ys-typeselect-cry-box {
    display: flex;
    justify-content: flex-end;
}
.ys-tcb-right{
    flex-shrink: 0;
    flex-grow: 1;
    order: 2;
    transition: width .3s,0.3s;
}
.ys-tcb-out-left{
    flex-shrink: 0;
    order: 1;
}
.ys-typeselect.on .ys-tcb-right{
    width: 100%;
}
.ys-tb1i-bd{
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.add-status.on1 .ys-tb1i-bd,
.ys-typeselect-bd1-item.on1 .ys-tb1i-bd{
    height: auto;
    opacity: 1;
    pointer-events: all;
    transition: all 0.36s;
}
.add-status.on1 .ys-tb1i-hd-icon,
.ys-typeselect-bd1-item.on1 .ys-tb1i-hd-icon {
    transform: rotate(180deg);
}
.ys-tb1ibc-inof-nub {
    cursor: pointer;
}
.ys-typeselect-th{
    color: var(--color000);
    font-size: var(--text16);
    background: #fff;
    position: relative;
    font-weight: normal;
    min-width: 80px;
}
.ys-typeselect-btn{
    position: relative;
    background: #fff;
}
.ys-typeselect-btn::before,
.ys-typeselect-th::before{
    content: '';
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #DAD8D8;
    /* border-right: 1px solid #DAD8D8; */
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 2px);
    top: 0;
    left: 0;
}
.ys-typeselect-th::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.36s;
}
.ys-typeselect-btn::before{
    border-top: 0;
}
.ys-typeselect-th-wrap{
    position: relative;
    z-index: 6;
}
.ys-typeselect-th{
    padding: 18px 16px;
    cursor: pointer;
    /* border-top: solid 1px #D0DBE1; */
}
.ys-typeselect-td0.ys-typeselect-td,
.ys-typeselect-btn.ys-typeselect-btn0,
.ys-typeselect-th.ys-typeselect-td0{
    padding-left: 0px !important;
}
.ys-typeselect-btn.ys-typeselect-btn0::before,
.ys-typeselect-td0.ys-typeselect-th::before{
    width:100% !important;
    left: 0px !important;
}
.ys-typeselect-sortbtn{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    line-height: 1.75;
    white-space: nowrap;
}
.ys-typeselect-bw-icon{
    width: 17px;
}
.ys-typeselect-btn-wrap .ys-typeselect-text14{
    font-size: var(--text14);
    color: var(--color000);
    line-height: 1.5;
    font-weight: normal;
}
.ys-typeselect-bw-icon img:nth-of-type(2){
    opacity: 0;
}
.ys-typeselect-btn-wrap{
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.ys-typeselect-btn-wrap{
    padding: 14.5px 16px;
}
.ys-typeselect-btn0 .ys-typeselect-btn-wrap{
    padding-left: 0;
}
.ys-typeselect-pop{
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    border: solid 1px#DAD8D8;
    background: #f4f4f4;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
}
.ys-typeselect-pop-top {
    display: flex;
    justify-content: flex-end;
    padding: 14px 12px;
    background: #DADADA;
    border-bottom: 1px solid #DAD8D8;
}
.ys-typeselect-btn.on .ys-typeselect-pop {
    opacity: 1;
    pointer-events: all;
}
.ys-typeselect-pt-icon{
    width: 20px;
    cursor: pointer;
}
.ys-typeselect-pt-icon img:nth-of-type(2){
    opacity: 0;
}
.ys-typeselect-pb-head {
    width: 100%;
    padding: 20px;
}
.ys-typeselect-pop-btm .ys-typeselect-searchbox {
    width: 100%;
    height: 36px;
    margin-top: 0;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    position: relative;
}
.ys-typeselectsearch-input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 5px;
    padding-right: 30px;
    color: var(--color333);
}
.ys-typeselectsearch-btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.ys-typeselect-pb-head .ys-tb1ibc-inof-nub .ys-typeselect-text14{
    font-weight: normal;
    color: var(--color333);
    line-height: 2;
}
.ys-tb1ibc-reset{
    display: inline-block;
    margin-top: 6px;
}
.ys-tb1ibc-reset p{
    color: var(--color333);
    transition: all 0.36s;
    line-height: 2;
    font-size: var(--font14);
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: inline-block;
}
.ys-typeselect-other {
    width: auto;
}
.ys-typeselect-oa-th, .ys-typeselect-td,
.ys-typeselect-item .ys-typeselect-td{
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    width: 215px;
}
.ys-typeselect-other-all,
.ys-typeselect-other-flex{
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.ys-typeselect-btn{
    width: 100%;
}
.ys-typeselect-scroll{
    width: 100%;
    background: #f4f4f4;
    height: 8px;
    position: relative;
}
.ys-typeselect-scroll-xin{
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ADADAD;
    border-radius: 4px;
    cursor: pointer;
}
.ys-typeselect-other{
    position: relative;
}
.ys-typeselect-oa-th.ui-resizable{
    position: absolute;
    top: 0;
    height: 100%;
}
.ys-typeselect-th.ys-typeselect-td0,
.ys-typeselect-btn.ys-typeselect-btn0,
.ys-typeselect-td.ys-typeselect-td0{
    width: 100%!important;
}
.ys-typeselect-b2th-left{
    width: 215px;
}
.ys-typeselect-scroll {
    width: 100%;
    background: #f4f4f4;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 10;
}
.ys-typeselect-scroll-xin{
    transition: width .1s linear;
}
.ys-typeselect-b2t-hd .ys-typeselect-b2th-left {
    z-index: 12;
}
.sidebar-on .inside-core {
    width: 100%;
}
.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 13px;
}
.ys-typeselect-pb-head {
    padding-top: 20px;
}
.ys-typeselect-item .ys-typeselect-td {
    transition: width 0s,background 0.36s;
}
.ys-tb1ibc-slider {
    width: 200px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.ys-tb1ibc-sbip-icon {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 24px;
}
.ys-tb1ibc-sbip-write {
    width: 50px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.ys-tb1ibc-sbip-write input {
    width: 100%;
    height: 100%;
    padding: 0 3px;
}
.layui-slider {
    height: 2px;
    background: #e2e2e2;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}
.layui-slider-wrap-btn {
    width: 10px;
    height: 10px;
}
.layui-slider-bar {
    top: 1px;
}
.layui-slider-wrap-btn {
    background: #555555;
    border: 2px solid #555555;
}
.layui-slider-wrap-btn {
    background: #555555;
    border: 2px solid #555555;
}
.ys-tct-left-change {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ys-tctlc-icon {
    font-size: 0;
    width: 14px;
}
.ys-typeselect .ys-imgbox-cover img {
    transform: scale(1) !important;
}
.ys-tctlc-icon img:nth-of-type(2),
.ys-tct-left-reset .ys-imgbox-cover img:nth-of-type(2), 
.ys-tct-left-reset .ys-imgbox-cover img:nth-of-type(2),
.ys-tct-search-close img:nth-of-type(2){
    opacity: 0;
}
.ys-tct-left-change span {
    padding-left: 9px;
}
.ys-tctlc-font span {
    white-space: nowrap;
}
.ys-tct-left-change span {
    color: var(--color333);
    font-weight: bold;
    line-height: var(--lh1d5);
    padding-left: 12px;
    transition: all 0.36s;
}
.ys-tctlc-font span, 
.ys-tct-search input, 
.ys-tctri-nub .ys-typeselect-text14, 
.ys-typeselect-th {
    font-size: 14px;
}
.ys-tctlc-font span:not(:first-child) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
/* 显示侧边时-按钮样式-start */
.ys-tct-left-change.on span:not(:first-child) {
    opacity: 1;
    pointer-events: all;
}
.ys-tct-left-change.on span:first-child {
    opacity: 0;
}
/* 显示侧边时-按钮样式-end */
.ys-tct-left-reset {
    display: flex;
    align-items: center;
    margin-left: 65px;
    cursor: pointer;
}
.ys-tct-left-reset .ys-imgbox-cover{
    width: 19px;
}
.ys-tct-text, .ys-tct-text p {
    font-size: var(--text16) !important;
    line-height:1.75;
    color: #030F27 !important;
}
.ys-typeselect-text14, .ys-typeselect-text14 p{
    line-height:1.75;
    color: #666;
    font-size: var(--text14);
    min-height: 1.75em;
}
.ys-tct-left-reset .ys-typeselect-text14 {
    color: var(--color000);
    padding-left: 6px;
    line-height: var(--lh1d5);
    transition: all 0.4s;
}
.ys-tct-text, .ys-tct-compare {
    margin-left: 0px !important;
}
.ys-tct-search {
    height: 50px;
    background: #fff;
    width: 503px;
    margin-left: 0px !important;
    padding: 10px 16px 10px 20px;
    display: flex;
    align-items: center;
    border: solid 1px #D0DBE1;
    border-radius: 100px;
}
.ys-tct-search input {
    height: 100%;
    width: calc(100% - 44px);
    flex-grow: 1;
    padding-right: 10px;
    font-size: var(--text14);
    color: var(--color333);
}
.ys-tct-search-submit p{
    font-size: var(--text14);
    line-height: 1.75;
    color: #fff;
    background: #0069A6;
    white-space: nowrap;
    padding: 8px 16px 6px;
    border-radius: 100px;
}
.ys-tct-search input::placeholder{
    color: #676767;
}
.ys-tct-search-close, .ys-tct-search-submit {
    width: 16px;
    cursor: pointer;
}
.ys-tct-search-close {
    opacity: 0;
    transition: all 0.36s;
    margin-right: 12px;
}
.ys-tct-search.act .ys-tct-search-close {
    opacity: 1;
}
.ys-tct-search-submit {
    width: auto !important;
}
.ys-tct-search-submit img {
    width: 100%;
}
.ys-tct-right-inof {
    --jian: 9px;
    margin: 0 calc(var(--jian) * -1);
    display: flex;
    align-items: center;
}
.ys-tctri-nub {
    padding: 0 var(--jian);
    position: relative;
}
.ys-tctri-nub .ys-typeselect-text14 {
    color: var(--colormain);
    line-height: var(--lh1d5);
    cursor: pointer;
}
.ys-tctri-nub-pop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
}
.ys-tctri-np-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ys-tctri-np-bg img {
    width: 100%;
}
.ys-tctri-nub-pop .ys-share {
    display: flex;
    padding: 12% 14px 8px;
    position: relative;
    z-index: 2;
}
.ys-tctri-nub-pop .ys-share-list {
    padding: 0 2px;
    cursor: pointer;
}
.ys-tctri-nub-pop .ys-share-img {
    width: 24px;
}
.ys-tctri-nub-pop .ys-share-img img {
    width: 100%;
}
/* 有侧边的左右 */
.ys-typeselect-cry-box {
    display: flex;
    justify-content: flex-end;
}
.ys-tcb-out {
    z-index: 23;
}
.ys-tcb-out-left {
    background: #e8e8e8;
    /* height: var(--lefth1); */
    height: auto;
    min-height: 100%;
    position: relative;
    z-index: 22;
    transition: transform .1s linear;
    transform: translateZ(10px);
    width: 283px;
    border: 1px solid #ECECEC;
}
.ys-tcb-out-left, .ys-tcb-right {
    max-height: calc(100vh - 200px);
}
.ys-tcb-out-left {
    flex-shrink: 0;
    order: 1;
}
.ys-tcb-right {
    background: #fff;
    min-height: calc(100vh - 400px);
    --length1: 13;
    overflow: hidden;
    --widthcry: 140px;
    max-height: none;
    position: relative;
    flex-shrink: 0;
    flex-grow: 1;
    order: 2;
    transition: width .3s, 0.3s;
}
.ys-typeselect.on .ys-tcb-right {
    width: 100%;
}
.ys-typeselect-bd1 {
    padding-top: 12px;
    padding-bottom: 12px;
}
@media screen and (min-width: 1200px){
    
}
.ys-tb1ibc-sbip-write input{
    font-size: 14px;
}
.ys-typeselect-zhan,
.ys-typeselect-bd2-top{
    width: 100%;
    position: relative;
}
.ys-tb1ibc-slider-box {
    text-align: left;
    width: 172px;
    margin-top: 18px;
}
.ys-tb1ibc-sb-input{
    display: inline-block;
}
.ys-tb1ibc-sbi-prev {
    margin-right: 18px;
}
.ys-tb1ibc-sbip-icon {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 24px;
}
.ys-tb1ibc-sbip-write {
    width: 50px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.ys-tb1ibc-sbip-write input {
    width: 100%;
    height: 100%;
    padding: 0 3px;
}
.ys-tb1ibc-sbi-prev:nth-child(2) {
    margin-right: 0;
}
/*  */
.rtv_submit{
    display: none;
}
.rtv_submit_box{
    padding: 16px 24px 12px;
    display: flex;
    align-items: baseline;
    background-color: #f7f7f7;
    width: 100% !important;
    margin-top: 24px;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 80;
}
.rtv_submit_btn_font{
    color: #fff;
    background: var(--colormain);
    line-height: 40px;
    min-width: 120px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
}
.rtv_submit_btn,
.rtv_submit_clear{
    margin-right: 24px;
}
.rtv_clear{
    color: var(--colormain);
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}
.rtv_submit_select li{
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    padding-inline: 16px;
    border-radius: 32px;
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1) 0s, transform 100ms cubic-bezier(0.4, 0, 1, 1) 0s, color 100ms cubic-bezier(0.4, 0, 1, 1) 0s, background-color 100ms cubic-bezier(0.4, 0, 1, 1) 0s, box-shadow 100ms linear 0s, -webkit-transform 100ms cubic-bezier(0.4, 0, 1, 1) 0s, -webkit-box-shadow 100ms linear 0s;
    cursor: pointer;
    margin-right: 16px;
    line-height: 2;
    font-size: 14px;
    vertical-align: middle;
}
.rtv_submit_select img{
    width: 12px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.ys-typeselect-btn0{
    pointer-events: none;
}
.ys-typeselect-td0 .ys-typeselect-th-wrap{
    padding-left: 32px;
}