@charset "utf-8";


:root {
    /* 字号 */

    --font20: 20px;
    --font18: 18px;
    --font14: 14px;

    /* 段落 */
    --text20: 20px;
    --text18: 18px;
    --text16: 16px;
    --text14: 14px;
    /* 行高 */
    --lh1d2: 1.2;
    --lh1d3: 1.3;
    --lh1d4: 1.4;
    --lh1d5: 1.5;
    --lh1d6: 1.6;
    --lh1d75: 1.75;
    --lh1d8: 1.8;
    /* 颜色 */
    --color000: #000;
    --colorfff: #fff;
    --color333: #101111;
    --color666: #666;
    --color999: #999;
    --colormain: #298DA6;
    --colorf4: #f4f4f4;
    --colorda: #dadada;
    --colortext: #298DA6;
    --colord6: #d6d6d6;

    /* 圆角 */
    /* --radius: 20px; */
}


.std_text1,
.std_text1 p,
.yxedr_active p {
    font-size: var(--text16);
    line-height: var(--lh1d8);
    color: var(--color666);
}

.yxedr_active p,
.std_text1_margin p {
    margin-bottom: 0.8em;
}

.std_text18,
.std_text18 p,
.yxedr_active.std_text18 p {
    font-size: var(--text18);
    color: var(--color333);
    line-height: var(--lh1d5);
}

.std_text20,
.std_text20 p,
.yxedr_active.std_text20 p {
    font-size: var(--text20);
    color: var(--color333);
    line-height: var(--lh1d5);
}

.std_text14,
.std_text14 p {
    font-size: var(--text14);
    line-height: var(--lh1d5);
    color: var(--color333);
}

.sblb_nub .sbli_link {
    background: #F4F4F4;
    padding-left: calc(28px + 22px);
    transition: background 0.36s;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .sblb_nub .sbli_link:hover {
        background: #fff;
    }

    .sblb_nub .sblb_nub .sbli_link:hover {
        background: #DADADA;
    }

    .sblb_nub .sblb_nub .sbli_link:hover {
        background: #DADADA;
    }

    .sblb_nub .sbli_link:hover {
        background: #fff;
    }

    .srct_search_close:hover img:nth-of-type(2) {
        opacity: 1;
    }

    .srct_search_close:hover img:first-child {
        opacity: 0;
    }

    .srct_left_change:hover .srct_left_change_icon img:nth-of-type(2) {
        opacity: 1;
    }

    .srct_left_change:hover .srct_left_change_icon img:first-child {
        opacity: 0;
    }

    .srct_left_change:hover .std_title6 {
        color: var(--colormain);
    }

    .srct_left_reset:hover .ys_imgbox_cover img:nth-of-type(2) {
        opacity: 1;
    }

    .srct_left_reset:hover .ys_imgbox_cover img:first-child {
        opacity: 0;
    }

    .srct_left_reset:hover .std_text14 {
        color: var(--colormain);
    }

    .mc_table_hd .mc_tab_th:hover::after {
        background: #E6E6E6;
    }

    .sele_wrap:hover .sele_wrap_icon img:nth-of-type(2) {
        opacity: 1;
    }

    .sele_wrap:hover .sele_wrap_icon img:first-child {
        opacity: 0;
    }

    .sele_pop_top_icon:hover img:nth-of-type(2) {
        opacity: 1;
    }

    .sele_pop_top_icon:hover img:first-child {
        opacity: 0;
    }

    .sele_pop_btm_reset p:hover {
        color: var(--colormain);
        text-decoration-color: var(--colormain);
    }

    .srct_compare.on:hover p {
        color: var(--colormain);
    }

    .sbli_link:hover .sbli_select img:first-child,
    .sbli_link:hover .sbli_link_icon img:first-child {
        opacity: 0;
    }

    .sbli_link:hover .sbli_select img:nth-of-type(2),
    .sbli_link:hover .sbli_link_icon img:nth-of-type(2) {
        opacity: 1;
    }

    .sbli_link:hover .sbli_link_font a {
        color: var(--colormain);
    }

    /* 2024.09.18 - end */
}


.inside_core {
    position: relative;
}

.sidebar_btn {
    position: fixed;
    width: 39px;
    height: 68px;
    background: var(--colormain);
    left: 0;
    top: 255px;
    cursor: pointer;
    z-index: 90;
    transition: left 0s, all .3s, 0.3s;
}

.sidebar_btn img {
    width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inside_core {
    width: 100%;
    transition: width .3s, 0.3s;
    flex-shrink: 0;
    order: 2;
}

.sidebar_on .inside_core {
    width: calc(100% - 310px);
}

.sidebar_box {
    width: 310px;
    min-height: 100%;
    border-right: 1px solid #D7DFEA;
    flex-shrink: 0;
    position: relative;
    order: 1;
    background: #fff;
}

.mod_sidebar {
    display: flex;
    justify-content: flex-end;
}

.sidebar_on .sidebar_btn {
    opacity: 0;
    pointer-events: none;
    left: 290px;
}

.sidebar_box_btn {
    width: 16px;
    cursor: pointer;
}

.sidebar_box_btn img {
    width: 100%;
}

.sidebar_box_top {
    width: 100%;
    padding: 14px 20px;
    display: flex;
    justify-content: flex-end;
}

.sidebar_box_title {
    font-size: var(--text16);
    font-weight: bold;
    color: var(--colormain);
    line-height: var(--lh1d5);
    padding: 18px 14px 18px 28px;
}

.sidebar_box_list {
    border-top: 1px solid #ECECEC;
}

.sbli_link {
    display: flex;
    align-items: flex-start;
    padding: 15px 5px 15px 28px;
    border-bottom: 1px solid #ECECEC;
}

.sbli_link_icon {
    width: 17px;
}

.sbli_link_icon img {
    width: 100%;
}

.sbli_link_font {
    color: var(--color333);
    font-size: var(--font14);
    line-height: var(--lh1d5);
    width: calc(100% - 17px);
    padding-left: 10px;
    transition: all 0.36s;
}

.sidebar_box_list_item {
    position: relative;
}

.sbli_select {
    width: 17px;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 6px;
}

.sbli_select .ys_imgbox_cover {
    width: 100%;
}

.sidebar_box_list_item .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.sidebar_box_list_item .ys_imgbox_cover img:nth-of-type(2) {
    opacity: 0;
}

.sidebar_box_list_item.act .sbli_link_font {
    padding-left: 37px;
}

.sidebar_box_core {
    max-height: calc(100vh - 155px);
    padding-bottom: 0;
}

.sidebar_box_core {
    opacity: 0;
    pointer-events: none;
}

.sidebar_on .sidebar_box_core {
    opacity: 1;
    pointer-events: all;
    transition: opacity .3s, 0.3s;
}

.ys_nybanner2 .crumb_list_item a,
.inside_crumb .crumb_list_item a {
    color: var(--color000);
}

.ys_nybanner2 .crumb_list_item::before,
.inside_crumb .crumb_list_item::before {
    background-image: url(../images/com_icon02h.svg);
}

.inside_crumb {
    border-bottom: 1px solid #ECECEC;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    pointer-events: none;
}

.inside_crumb .mod_crumb {
    position: relative;
}

.crumb_list_item {
    pointer-events: all;
}

.mcu_core {
    padding-top: calc(var(--distance64) + 44px);
    padding-bottom: var(--distance80);
}

.mcu_core_title_img {
    width: 62px;
}

.mcu_core_title_img img {
    width: 100%;
}

.mcu_core_title .std_title2 {
    padding-left: 26px;
    width: calc(100% - 62px);
    color: var(--color333);
}

.mcu_core_title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.mcu_core_img {
    position: relative;
    width: 100%;
    margin-bottom: 31px;
}

.mcu_core_img img {
    width: 100%;
}

.mcib_play {
    width: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mcib_play img {
    width: 100%;
}

.mcu_core_img_btn {
    position: relative;
}

.mcu_core_img .std_text1 {
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    margin-top: 21px;
}

.mcu_core_img_btn[data-src] {
    cursor: pointer;
}

.mcu_core_list {
    margin: 0 -15px;
    margin-top: 34px;
}

.mcu_core_list_item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 21px;
}

.mcli_link {
    background: var(--colorf4);
    padding: 7px 20px 7px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mcli_link_icon {
    width: 17px;
}

.mcli_link_icon img {
    width: 100%;
}

.mcli_link .std_title6 {
    width: calc(100% - 17px);
    padding-right: 6px;
    color: var(--color333);
    transition: all 0.36s;
    line-height: 2;
}

.mcu_core_list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 100px;
}

.ys_nyban_img {
    width: 100vw;
}

.nybanner_icon {
    width: 62px;
    position: relative;
    top: 8px;
    margin-right: 19px;
}

.nybanner_icon img {
    width: 100%;
}

.nybanner_text {
    width: calc(100% - 62px - 19px);
}

.ys_nybanner1 .ys_nyban_title {
    display: flex;
    align-items: flex-start;
}

.std_btn1_link .ys_imgbox_cover {
    width: 17px;
}

.std_btn1_link {
    padding: 7px 29px;
    display: flex;
    border: 1px solid var(--colormain);
    align-items: center;
    position: relative;
}

.std_btn1_link .std_text1 {
    font-size: var(--text16);
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--lh1d5);
    position: relative;
    z-index: 10;
    transition: all 0.36s;
}

.std_btn1_link .ys_imgbox_cover {
    margin-left: 40px;
    position: relative;
    z-index: 10;
}

.std_btn1 {
    display: flex;
}

.ys_nyban_title .std_btn1 {
    margin-top: 32px;
}

.std_btn1_link .ys_imgbox_cover img:nth-of-type(2) {
    opacity: 0;
}

.std_btn1_link::before {
    content: '';
    background: var(--colormain);
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.36s;
}

.tps_cate {
    padding-top: var(--distance80);
}

.sblb_nub.on>.sbli_link .sbli_link_font a,
.sblb_nub.on>.sbli_link .sbli_link_font,
.sidebar_box_list_item.on>.sbli_link .sbli_link_font a,
.sidebar_box_list_item.on>.sbli_link .sbli_link_font {
    color: var(--colormain);

}

.sidebar_box_list_item.act .sbli_link_font {
    padding-left: 10px;
    width: calc(100% - 40px);
}

.sidebar_box_list_item.on>.sbli_link .sbli_link_icon {
    transform: rotate(90deg);
}

.sidebar_box_list .sbli_link_font a {
    color: inherit;
    transition: all 0.36s;
    line-height: 1.5;
}

/* 选型表 - start */
.select_rtv {
    padding: 0 58px;
    padding-bottom: var(--distance100);
}

.srct_right_list_nub .std_text1 {
    color: var(--colormain);
    line-height: var(--lh1d5);
    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;
}

.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;
}

.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_title6 {
    color: var(--color333);
    font-weight: bold;
    line-height: var(--lh1d5);
    padding-left: 12px;
    transition: all 0.36s;
}

.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: 19px;
}

.srct_left_reset .std_text14 {
    color: var(--color000);
    padding-left: 6px;
    line-height: var(--lh1d5);
    transition: all 0.36s;
}

.srct_left_reset {
    display: flex;
    align-items: center;
    margin-left: 65px;
    cursor: pointer;
}

.srct_text p {
    color: var(--color333);
    line-height: var(--lh1d5);
}

.srct_text,
.srct_compare {
    margin-left: 40px;
}

.srct_search {
    height: 50px;
    background: var(--colorf4);
    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: 18px;
}

.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: var(--color333);
}

.srct_search_close img:nth-of-type(2) {
    opacity: 0;
}

.srct_search_close {
    opacity: 0;
    transition: all 0.36s;
}

.srct_search.act .srct_search_close {
    opacity: 1;
}

/* table */
.mc_rtv_left {
    width: 283px;
    border: 1px solid #ECECEC;
    background: var(--colorf4);
}

.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: 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;
}

.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/ca_dui1.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;
}

.mc_rtvl_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;
}

.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(--colormain);
}

.mrxc_list_nub .std_text14,
.mc_rtvl_xlhd .std_text14 {
    color: var(--color333);
    line-height: 2;
    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.36s;
}

.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: 2;
}

.srct_left_change_font {
    position: relative;
}

.srct_left_change_font .std_title6:not(:first-child) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.srct_left_change.on .std_title6:not(:first-child) {
    opacity: 1;
    pointer-events: all;
}

.srct_left_change.on .std_title6: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.36s;
}

.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: var(--color000);
    font-size: var(--text16);
    background: var(--colorf4);
    position: relative;
    font-weight: normal;
    min-width: 80px;
}

.sele_th {
    position: relative;
    background: var(--colorf4);
}

.sele_th::before,
.mc_tab_th::before {
    content: '';
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #DAD8D8;
    border-right: 1px solid #DAD8D8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.mc_tab_th::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.36s;
}

.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: 17px;
}

.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: 14.5px 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: 2;
}

.sele_pop_btm_reset {
    display: inline-block;
    margin-top: 6px;
}

.sele_pop_btm_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;
}

.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.36s;
}

.srct_compare.on {
    pointer-events: all;
    opacity: 1;
}

.srct_compare p {
    transition: all 0.36s;
}

.rtv_icon {
    width: 24px;
}

.rtv_font {
    font-size: var(--text14);
    color: var(--colormain);
    line-height: 1.5;
    width: calc(100% - 24px);
    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 {
    /* display: flex; */
    align-items: flex-start;
    position: relative;
}

.mc_tab_td {
    position: relative;
}

.mc_table_hd_box .mc_tab_td0 {
    z-index: 20;
}

.mc_tab_td>div {
    position: relative;
    z-index: 6;
}

.mc_tab_td.mc_tab_td0,
.mc_tab_td.mc_tab_td0::before {
    z-index: 12 !important;
}

.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: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.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;
}

.rtv_status {
    display: flex;
    align-items: center;
}

.mc_tab_td>div {
    position: relative;
    z-index: 6;
}

.mc_tab_td:not(.mc_tab_td0) {
    padding: 10px 16px;
}

.rtv_status span {
    padding-left: 11px;
    color: var(--colormain);
    text-decoration: underline;
    text-underline-position: under;
}

.select_rtv .mCSB_scrollTools {
    width: 10px;
}

.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_bg{
    width: 100%;
    background: #EFEFEF;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
}
.rtv_scroll_core{
    background: #ADADAD;
    position: absolute;
    height: 13px;
    width: 60%;
    top: 0;
    left: 0;
    border-radius: 6.5px;
} */
.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);
}

.mc_table_hd {
    position: relative;
}

.rtv_scroll {
    z-index: 11;
}

.mrxc_list {
    max-height: 160px;
}

/* 选型表 - end */
.select_main .overview_core {
    padding-bottom: 0;
}

.sidebar_box {
    z-index: 18;
}

.tpa_overlist_nub .ys_imgbox_cover {
    width: 100%;
}

.srct_search input {
    width: calc(100% - 44px);
}

.rtv_scroll {
    z-index: 12;
}

.srct_compare {
    margin: 0 !important;
}

.rtv_status_img img {
    width: 100%;
}

.srct_left_change_font .std_title6 {
    white-space: nowrap;
}

.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(--colormain);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    opacity: 0;
    transition: all 0.36s;
}

.mc_tab_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;
}

.mc_tab_th.act .mc_tab_th_wrap::after {
    opacity: 1;
}

.sele_th:last-child .sele_pop {
    left: auto;
    right: 0;
}

.mCustomScrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.tfln_link .std_title5 {
    z-index: 6;
}

.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;
}

.sidebar_box_list_bot {
    display: none;
}

.sblb_nub.on>.sbli_link .sbli_select img:first-child,
.sblb_nub.on>.sbli_link .sbli_link_icon img:first-child,
.sidebar_box_list_item.on>.sbli_link .sbli_select img:first-child,
.sidebar_box_list_item.on>.sbli_link .sbli_link_icon img:first-child {
    opacity: 0;
}

.sblb_nub.on>.sbli_link .sbli_select img:nth-of-type(2),
.sblb_nub.on>.sbli_link .sbli_link_icon img:nth-of-type(2),
.sidebar_box_list_item.on>.sbli_link .sbli_select img:nth-of-type(2),
.sidebar_box_list_item.on>.sbli_link .sbli_link_icon img:nth-of-type(2) {
    opacity: 1;
}

.sblb_nub.on>.sbli_link .sbli_link_font,
.sidebar_box_list_item.on>.sbli_link .sbli_link_font {
    color: var(--colormain);
}

.std_btn1_link {
    transition: all 0.36s;
}






.srct_compare {
    position: relative;
}

.srct_compare .std_text14:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.srct_compare .std_text14 {
    transition: all 0.36s;
}

.srct_compare.std_change .std_text14:nth-of-type(2) {
    opacity: 1;
    pointer-events: all;
}

.srct_compare.std_change .std_text14:first-child {
    opacity: 0;
    pointer-events: none;
}

.rtv_scroll {
    pointer-events: none;
}

.rtv_scroll {
    position: absolute;
    width: calc(100% - 19px);
    top: 107px;
    left: 19px;
    background: var(--colorf4);
    display: none;
}

/* 2023.1.09 */
.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 {
    background-color: #efefef;
}

.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: 20px;
    color: var(--colormain);
    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;
}

.inside_core {
    min-height: calc(100vh - 155px);
}

.sidebar_box_core {
    height: calc(100vh - 155px);
}

.opa_main .nybanner_text {
    flex-grow: 1;
}

/* 2024.1.8 - end */
a[href='javascript:;'] {
    cursor: default;
}

.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;
}



.sele_wrap {
    transition: all 0.36s;
}

.sele_wrap.noRdCheck {
    opacity: .5;
    pointer-events: none;
}

.lcbr_add {
    min-height: 200px;
}

.mc_table_hd {
    position: relative;
    z-index: 20;
}

.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%;
}


.mc_table_jia {
    overflow: auto;
    max-height: calc(100vh - 200px);
    width: 100%;
}


.select_rtv_cry_top {
    position: relative;
    z-index: 25;
}

.mc_rtv_left_wai .mrxc_list::before {
    display: none;
}

.home_explore_text .std_title2 {
    margin-bottom: 30px;
}

.mc_tab_td>div {
    align-items: center;
    height: 100%;
}

.mc_tab_compare {
    top: 0 !important;
}

.tcrl_item_name,
.tcrl_item_text,
.tcrl_item_text p {
    font-size: var(--text16);
}

.dtbt_td .std_font14 a {
    text-decoration: none;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}

.design_cry_left_box .dclb_top_icon {
    transform: rotate(-90deg);
}

.design_cry_left_box.act .dclb_top_icon {
    transform: rotate(0deg);
}

.std_page .pc_fenye li.activepage {
    color: var(--colorfff);
    background: var(--colormain);
}

.std_page .pc_fenye li {
    line-height: 32px;
    transition: all 0.36s;
}

.cross_main .design_table_body>a:nth-of-type(2n),
.cross_main .design_table_body>a:nth-of-type(2n) .design_table_body_tr {
    background: #F4F4F4;
}

.srct_search input::placeholder {
    color: rgba(0, 0, 0, .4);
}

.dclb_xia {
    justify-content: flex-end;
}

.dclb_xia_nub_icon {
    transition: all 0.36s;
}

.dclb_xia_nub.on1 .dclb_xia_nub_icon {
    transform: rotate(180deg);
}

.apli_link::before {
    width: 100%;
}

.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;
}

.mrxc_list {
    max-height: 180px;
}

.std_btn1_link::before,
.std_btn2 .std_btn1_link::before {
    width: calc(100% + 2px) !important;
    opacity: 1 !important;
}

.std_btn1_link .std_text1,
.std_btn2 .std_btn1_link .std_text1 {
    color: var(--colorfff) !important;
}

.std_btn1_link .ys_imgbox_cover img:nth-of-type(2) {
    opacity: 1 !important;
    content: url(../images/com_icon02.svg) !important;
}

.std_btn1_link .ys_imgbox_cover img:first-child {
    opacity: 0;
}

.std_btn1_link .ys_imgbox_cover {
    transition: all 0.36s;
}

.hacb_cwl_item .std_btn3_link .ys_imgbox_cover,
.mod_title1 .std_btn3_link .ys_imgbox_cover {
    top: 0px;
}

.design_apply_list a,
.design_apply a {
    text-decoration: underline !important;
    color: var(--colormain) !important;
}

.sbli_data {
    color: #999 !important;
}

.allpro_lines.on .allpro_lines_swiper .swiper-wrapper {
    justify-content: center;
}

.hacb_lib_path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.mc_rtv_left {
    height: auto;
}

.std_btn1_link .std_text1 {
    color: var(--colorfff) !important;
}

.std_btn1_white1 .std_btn1_link {
    border: 0 !important;
}


.allpro_lines1 .allpro_lines_list_item {
    width: 25%;
    margin-bottom: 28px;
}

.allpro_lines1 .allpro_lines_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(calc(1200px / 3 * 4) + 28px);
    margin-bottom: -28px;
    max-width: calc(100% - 80px);
}

.allpro_lines1 .allpro_lines_swiper {
    display: flex;
    justify-content: center;
}

.allpro_lines1.on .allpro_lines_list {
    justify-content: center;
}

.inside_crumb .ys_cont980 .ys_cont1200,
.inside_crumb .ys_cont1000 .ys_cont1200 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

/* 2024.01.30 - end */
.lcbr_lit_scroll.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.std_btn4 .std_btn1_link {
    border: 1px solid var(--colormain);
}

.std_btn4 .std_btn1_link::before {
    background: var(--colormain);
}

.mctable_scroll .mCSB_dragger {
    transition: all .1s linear;
}

.srcr_data,
.srcr_list_item_link .std_text18 p {
    font-size: var(--text16);
}

.mcufour_cry_text .std_text18,
.mcufour_cry_text .std_text18 p {
    font-size: var(--text16);
}

.std_page .pc_fenye li {
    margin: 0 7px;
}

.std_page {
    --jian1: 2px;
    --jian2: 6px;
    --jian3: 36px;
}

.arli_link_text .std_title5 {
    text-decoration: underline;
    text-decoration-color: transparent;
}

.ys_nybanner3 .nybanner_text {
    padding-right: 0 !important;
}

.head1_language {
    width: 160px;
}

.lcbr_list_item_top .std_title3 {
    font-size: 28px;
    color: var(--color333);
}

.ys_nyban_title h1 {
    margin-bottom: 22px;
}

.hacb_cwl_item_title .std_title3 a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.36s;
}

.head1_search_input_top {
    display: flex;
    align-items: center;
}

.head1_search_input_top.act .srct_search_close {
    opacity: 1;
}

.mc_tab_name_box {
    padding-left: 9px;
}

.tcln_box_text_title a .std_title5 {
    font-weight: bold;
}

.mc_rtvl_xlhd::before {
    right: 35px;
}

.mc_tab_th_wrap::after {
    right: -8px;
}

.lcbr_lixni_pro_title {
    padding-top: 30px;
}

.sidebar_btn.no_show {
    opacity: 0;
}

.rtv_status_img,
.scli_name_icon {
    width: 14px;
}

.rtv_status span {
    padding-left: 7px;
}

.tps_cate_type_link .std_title5 {
    color: var(--colormain);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.tcln_box,
.tps_cate_wai .tcln_box {
    padding: 19px 18px 20px 30px;
}

.tcln_box .std_title5 {
    margin-bottom: 8px;
}

.tps_cate_list .slick-track {
    padding-bottom: 1px;
}

.mcufour_list_item .std_title5 {
    width: 300px;
}

.mcufour_list_item .yxedr_active {
    width: calc(100% - 300px);
}

.select_main .inside_crumb .mod_crumb .ys_cont1200,
.select_main .sidebar_on .inside_crumb .mod_crumb .ys_cont1200 {
    width: 100%;
    max-width: calc(100% - 116px);
}

.mrxc_list {
    max-height: calc(32px * 6);
}

.kuan_zhan {
    width: calc(var(--widthcry) * var(--length1));
    height: 2px;
}

.career_futrue_list .slick-track {
    margin: 0 auto;
}

.sidebar_box_title a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.h2nis_left_list_item {
    z-index: 3;
}

.h2nis_left_list_item:last-child {
    z-index: 2;
}

/* .mc_tab_bd_left.tbs_left .mc_tab_td0 {
    background: #fff;
} */


.mc_tab_td.mc_tab_td0 {
    transition: background 0.36s;
}

.mc_tab_td.mc_tab_td0.an_hover {
    background: #f4f4f4;
}

.mtbr_item.an_hover .mc_tab_td {
    background: #f4f4f4;
}

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

.allpro_image_list_item:not(:last-child) {
    padding-bottom: 0;
}

.aili_box.mod_dots1 .slick-dots li::before {
    background: rgba(0, 64, 152, .3);
}

.aili_box.mod_dots1 .slick-dots li.slick-active::before {
    background: #004098;
}

.aili_box .slick-dots {
    bottom: 0;
}

.aili_box.mod_dots1 {
    padding-bottom: var(--distance40);
}


.mc_rtv_right {
    --widthcry: 200px;
    max-height: none;
}

.mc_table_jia {
    overflow: visible;
    max-height: none;
}

/* 2024.01.17 - start */
.mc_table_one,
.mc_table_two,
.mc_tab_bd,
.mc_table_hd {
    white-space: nowrap;
    font-size: 0;
    display: flex;
}

.mc_table_core_right,
.mtbr_item {
    white-space: nowrap;
    font-size: 0;
}

.mtbr_item {
    width: 100%;
    background: var(--colorfff);
}

.mtbr_item .mc_tab_td {
    background: var(--colorfff);
}

.mtcr_all_th,
.mc_tab_td {
    width: var(--widthcry);
    min-width: auto;
    max-width: none;
}

.mc_tab_th {
    min-width: auto !important;
    max-width: none;
    width: 100%;
}

.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_table_core_right {
    width: calc(100% - 239px);
}

.select_pctable.act1 .mc_table_hd {
    position: fixed;
    top: var(--top1);
    width: var(--all_width);
}

.mc_table_hd::before {
    display: none;
}

.mc_tab_td {
    font-size: 14px;
    color: var(--color333);
    line-height: 1.2;
    display: inline-block;
    white-space: normal;
    align-items: center;
}

.mc_tab_td .std_text14 {
    color: var(--color333);
    line-height: 1.2;
}

.mc_tab_bd_right .mc_tab_td {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mc_rtv_right {
    background: #f4f4f4;
}

.mc_table_core_right.mc_tab_bd_right {
    display: block;
}

.mc_tab_bd_right {
    overflow-x: auto;
    overflow-y: hidden;
}

.mc_rtv_right {
    overflow: hidden;
}

.sele_wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.mc_rtv_right {
    --length1: 13;
}

.sele_wrap_icon {
    height: 21px;
    display: flex;
    align-items: center;
}

.mc_table_hd .mc_tab_bd_left,
.mtcr_all_th {
    display: flex;
    flex-direction: column;
}

.mc_table_hd .mc_tab_th {
    flex-grow: 1;
}

.srct_compare {
    white-space: nowrap;
}

.mc_table_hd::before {
    content: '';
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100px;
    z-index: 8;
    display: block;
}

.mc_table_hd::after {
    content: '';
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    right: 100%;
    width: 50vw;
    z-index: 8;
}

.mc_rtv_left {
    z-index: 22;
    transition: transform .1s linear;
    transform: translateZ(10px);
}

.sidebar_box {
    z-index: 22;
}

.mc_retrieval_box.act1 .mc_rtv_left,
.mc_retrieval_box.act2 .mc_rtv_left {
    transform: translateY(var(--now_all)) translateZ(10px);
}

.mc_tab_td:not(.mc_tab_td0)>div {
    height: 100%;
    display: flex;
    align-items: center;
}

.mc_rtv_left_wai {
    z-index: 23;
}

.mc_table_hd_box {
    position: relative;
}

.mc_table_hd {
    position: absolute;
    top: 0;
}

.mc_rtv_left {
    height: var(--lefth1);
}

.g_advfr input {
    font-size: 14px;
}

.mtcr_all_th .sele_th .sele_pop {
    left: 0;
    right: auto;
}

.mc_table_hd {
    width: 100%;
}

.mtcr_all_th,
.mc_tab_bd_right .mc_tab_td {
    flex-grow: 1;
}

.mtbr_item {
    display: flex;
}

.mtcr_all {
    width: calc(var(--widthcry) * var(--length1)) !important;
    min-width: 100%;
    white-space: nowrap;
    font-size: 0;
    display: flex;
}

.mtbr_item {
    width: calc(var(--widthcry) * var(--length1));
    min-width: 100%;
}

.mc_table_hd .mc_table_core_right .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 0;
}

.mc_table_hd {
    margin-bottom: 10px;
}

.mctable_scroll {
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    background: #EFEFEF;
    z-index: -1;
}

.mctable_scroll_cry {
    height: 10px;
}

.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;
}

.select_rtv .mctable_scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ADADAD;
}

.select_rtv .mctable_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    margin: 0px auto;
}

.select_rtv .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    margin: 0px 0;
}

.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;
}

.mc_tab_bd_right::-webkit-scrollbar,
.mc_tab_bd_right::-o-scrollbar,
.mc_tab_bd_right::-moz-scrollbar,
.mc_tab_bd_right::-ms-scrollbar {
    display: none !important;
    background-color: transparent !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.mc_tab_bd_right::-webkit-scrollbar {
    background-color: transparent !important;
    width: 0 !important;
    height: 0 !important;
}

.mc_rtv_right {
    --widthcry: 200px;
}

.mctable_scroll.mCS_no_scrollbar {
    display: none;
}

.mc_table_hd_box.no_scroll .mc_table_hd {
    margin-bottom: 0;
}

.table_left_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;
}

.mc_rtv_left {
    height: auto;
    min-height: 100%;
}

.sele_pop_btm_head .mrxc_list_nub .std_text14,
.mrxc_list_nub .std_text14 {
    white-space: normal;
    max-width: calc(100% - 14px);
}

.mrxc_list_nub {
    padding-left: 1px;
}

.mc_rtv_right {
    min-height: calc(100vh - 400px);
}

.mc_rtv_left {
    background: #e8e8e8;
}

.mc_table_hd_box.no_scroll .mctable_scroll {
    opacity: 0;
    pointer-events: none;
}

.srct_left_change_font .std_title6,
.srct_search input,
.srct_right_list_nub .std_text1,
.mc_tab_th {
    font-size: 14px;
}

.srct_left_change_icon {
    width: 14px;
    top: -2px;
}

.srct_left_change .std_title6 {
    padding-left: 9px;
}

.mtbr_item .mc_tab_td {
    transition: all 0.36s;
}

.table_left_reset {
    margin-top: 3px;
}

.mrxc_list_nub .std_text14,
.mc_rtvl_xlhd .std_text14 {
    padding-left: 8px;
}

.mc_rtvl_xlbd_core {
    padding-left: 22px;
}

.select_rtv .mctable_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 1.5px auto;
}

.select_rtv .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.select_rtv .mCSB_scrollTools.mCS-dark .mCSB_dragger:active .mCSB_dragger_bar,
.select_rtv .mCSB_scrollTools.mCS-dark .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(99, 99, 99, 1);
}

.mc_table_hd::before {
    display: none;
}

.mc_table_hd::after {
    display: none;
}

.select_rtv {
    position: relative;
}

.select_rtv::before {
    content: '';
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    right: 0;
    width: 57px;
    z-index: 26;
    display: block;
}

.select_rtv::after {
    content: '';
    height: calc(100% + 2px);
    background: var(--colorfff);
    position: absolute;
    top: -1px;
    left: 0;
    width: 58px;
    z-index: 26;
    display: block;
}

.mc_rtv_right {
    background: #fff;
}


/* 2024.03.22 - start */
.amp_add,
.amp_add_other {
    display: inline-block;
}

.amp_add,
.amp_add .amp_add_th {
    height: 100%;
}

.amp_add .amp_add_th .mc_tab_th {
    height: calc(100% - 45px);
}

.amp_add {
    width: 140px;
}


.amp_add .mc_tab_td {
    width: 100% !important;
}

.select_main2 .mtbr_item {
    display: block;
    font-size: 0;
    white-space: nowrap;
}

.amp_add_other {
    height: 100%;
}

.amp_add_other_flex {
    width: calc(var(--widthcry) * var(--length1));
    min-width: 100%;
    white-space: nowrap;
    font-size: 0;
    display: flex;
    height: 100%;
}

.select_main2 .mtbr_item {
    width: auto;
}

.select_main2 .mc_tab_bd_right .mc_tab_td {
    vertical-align: baseline;
}

/* 2024.03.22 - end */
.mtbr_item .amp_add {
    top: -4px;
    position: relative;
}

.privacy_modal_container button:not(:last-child) {
    margin-right: 20px;
}

.lcbr_soon {
    padding: 26px 24px 0 49px;
    width: 100%;
}

.design_table5 .design_table_top_th1 img,
.design_table5 .dtbt_td1 img {
    object-fit: contain;
}

.scli_name {
    align-items: center;
}

.scli_name .scli_name_icon {
    top: -1px;
}

.select_main2 .mc_tab_bd_right .mc_tab_td {
    vertical-align: middle;
}

.select_main2 .kuan_zhan {
    width: calc(var(--widthcry) * var(--length1) + 140px);
}

.mc_tab_td .std_text14 p {
    width: 100%;
}


.select_pctable {
    position: relative;
}

.mc_tab_bd_left {
    position: relative;
}

.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_tab_bd .mc_tab_bd_left .mc_tab_td0::after {
    content: '';
    background: #ECECEC;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    z-index: 21;
}

.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;
}

.mtbr_item:nth-last-of-type(3) .amp_add {
    top: 0;
}

.mtbr_item .amp_add .mc_tab_td::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: #ECECEC;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.mtbr_item .amp_add .mc_tab_td::before {
    border-bottom: 0;
}

.design_table5 .dtbt_td2 {
    text-align: center;
    justify-content: center;
}

.select_main2 .mtbr_item,
.mc_table_core_right {
    display: flex;
}

.mtbr_item .amp_add {
    top: 0;
}

.design_main .dcll_box:nth-of-type(n+6),
.design_main .dcll_box_second_nub:nth-of-type(n+6) {
    display: block;
}

.sril_icbnc_area .std_title5 {
    font-size: var(--text16);
}

.mc_tab_th_wrap::after {
    top: -8px;
    right: -11px;
}

.lcbr_lix_nub_select .std_text18 {
    padding-right: 18px;
}

.ys_nybanner {
    overflow: hidden;
}

.tfln_link {
    display: block;
}

.select_rtv::after {
    height: 100%;
}

.kuan_zhan {
    height: 0.1px;
}

.srct_left_change_icon {
    font-size: 0;
}

/* 2024.04.29 */
.spnl_other_name {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color333);
    padding-right: 10px;
}

.spnl_other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px;
    margin-top: 5px;
}

.spnl_other_item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}


.mc_rtv_left {
    max-height: var(--hrighxt);
    height: var(--hrighxt);
}

.sele_th::before,
.mc_tab_th::before {
    pointer-events: none;
}

.amp_add_other {
    width: 100%;
}



/* 2025.03.14 - end */