@font-face {
    font-family: 'iconfont';
    src: url(https://www-file.ruijie.com.cn/chineseResources/UIA/news/header/RJ-img/nav-icon/iconfont.ttf) format('truetype'), url(https://www-file.ruijie.com.cn/chineseResources/UIA/news/header/RJ-img/nav-icon/iconfont.woff) format('woof'), url(https://www-file.ruijie.com.cn/chineseResources/UIA/news/header/RJ-img/nav-icon/iconfont.woff2) format('woof2');
}

.new-nav {
    position: absolute;
    left: 0;
    padding-left: 300px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.n-nav-head {
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    display: block;
    color: #292929;
    cursor: pointer;
    line-height: 60px;
}

.n-nav-down {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
}

.n-nav-pullDown {
    width: 100vw;
    background-color: #FFF;
    z-index: 999;
    box-sizing: border-box;
}

.disableScroll .ys_page_wrap {
    overflow-y: hidden !important;
}

.hover-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #E60039;
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
    pointer-events: none;
    /* 避免干扰其他元素 */
}

@media screen and (min-width:768px) {
    .n-nav-head:hover {
        color: #E60039;
    }
    .n-productLine-head:hover span {
        text-decoration: underline;
    }
    .sideNav-main p:hover {
        background: #FAFBFC;
        color: #E60039;
        text-decoration: underline;
    }
    .n-nav-shares a:hover {
        border-color: #E60039;
    }
    .n-nav-shares a:hover::after,
    .n-nav-shares a:hover p {
        color: #E60039;
    }
    .sort-info .all-solution:hover {
        text-decoration: unset;
    }
    .sort-info .all-solution:hover span {
        text-decoration: underline;
    }
    .sort-info .all-solution:hover::after {
        color: #DA0030;
    }
    .n-businessLine .sort-info-products-all ul li:first-child a:hover {
        text-decoration: none;
    }
    .all-solution+.sort-info-products ul li:first-child a:hover {
        text-decoration: none;
    }
    .sort-info-products-all ul li a:hover {
        color: #2A2B2E;
        text-decoration: underline;
    }
    .n-productLine-head:hover span {
        text-decoration: underline;
    }
}

.nav-unfold .n-nav-head {
    color: #E60039;
}

.sideNav {
    width: 500px;
    background: #F1F3F5;
    padding-left: calc((100vw - 92vw)/2);
}

.n-productLine-head span {
    display: block;
    padding-right: 20px;
    color: #E60039;
    font-size: 14px;
}

.n-productLine-head {
    padding: 24px 0 0 24px;
}

.n-businessLine .sort-info-content .n-productLine-head {
    padding: 24px 0 0 24px;
}

.sort-info-content .n-productLine-head {
    padding: 24px 0 0 4px;
}

.sideNav-main p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    font-size: 14px;
    color: #292929;
    border-left: 2px solid transparent;
    box-sizing: border-box;
    margin: 0;
}

.n-nav-pullDown a {
    display: flex;
    align-items: center;
}

.sort-title {
    cursor: pointer;
}

.sideNav-main-info.on .sort-title {
    color: #2A2B2E;
    font-weight: 700;
    background-color: #FFF;
    pointer-events: none;
}

.sideNav-main {
    margin-top: 22px;
    padding-bottom: 120px;
}

#new-solution .n-businessLine-main.sideNav-main {
    padding-bottom: 400px;
}

.n-businessLine-main.sideNav-main {
    margin-top: 0;
    padding-top: 24px;
}

.n-nav-shares a p {
    font-size: 14px;
    color: #292929;
    transition: all .36s;
    border-left: 2px solid transparent;
    box-sizing: border-box;
    margin: 0;
}

.n-nav-shares {
    border-top: 1px solid #E3E5E6;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: calc((100vw - 92vw) / 2);
    padding-right: calc((100vw - 92vw) / 2);
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    background: #FAFBFC;
    z-index: 10;
}

.n-nav-shares a {
    display: flex;
    align-items: center;
    padding: 14px 32px;
    border-radius: 24px;
    border: 1px solid #D5D5D5;
    margin-right: 32px;
}

.n-nav-shares a::after {
    content: '\e601';
    font-family: 'iconfont';
    display: block;
    font-size: 14px;
    color: #6A6B6D;
    margin-left: 8px;
}

.mCSB_scrollTools {
    top: 24px;
}

.sideNav-main-info-sort {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 332px;
    width: 240px;
    height: 100%;
    background: #F7F9FA;
}

.sideNav-main-info.on .sideNav-main-info-sort {
    display: block;
}

.n-businessLine-main .sort-info {
    margin-top: 0;
    padding-top: 24px;
}

.sort-info {
    margin-top: 22px;
}

.sort-info .sort-info-content p {
    border-width: 1px;
    cursor: pointer;
}

.sort-info .sort-info-content.on p {
    color: #2A2B2E;
    background-color: #FFF;
    pointer-events: none;
    position: relative;
    font-weight: 700;
}

.sort-info .all-solution {
    justify-content: start;
    margin-top: 30px;
    padding-left: 24px;
    font-weight: 700;
}

.sort-info .sort-info-content.on .all-solution {
    border-color: transparent;
}

.sort-info .all-solution::after {
    content: '\e601';
    font-family: 'iconfont';
    display: block;
    font-size: 14px;
    color: #2A2B2E;
    margin-left: 16px;
}

#new-solution .sort-info-products {
    height: 84%;
}

.sort-info-products {
    display: none;
    position: absolute;
    top: 0;
    left: 240px;
    width: calc(96vw - 332px - 240px);
    overflow-y: scroll;
    height: 86.5%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 24px;
    box-sizing: border-box;
}

.sort-info-products::-webkit-scrollbar {
    display: none;
}

.n-productLine-head::after {
    font-family: 'iconfont';
    content: '\e601';
    display: block;
    font-size: 12px;
    color: #DA0030;
}

.sort-info .sort-info-content.on .sort-info-products {
    display: block!important;
}

.elseLink {
    display: flex;
    align-items: center;
    margin: 0 0 0 48px;
    font-size: 16px;
}

.elseLink::after {
    content: '\e601';
    font-family: 'iconfont';
    display: block;
    font-size: 14px;
    color: #DA0030;
    margin-left: 12px;
}

.n-businessLine .sort-info-products-all {
    margin-top: 0;
}

#new-solution .sort-info-products-all {
    margin-top: 24px;
}

.sort-info-products-all {
    width: 100%;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

#new-solution .n-businessLine .sort-info-products-all {
    display: block;
}

.sort-info-products-all ul {
    width: 49%;
    max-width: 420px;
    margin-bottom: 32px;
    margin-right: 24px;
}

.sort-info-products-all ul li:first-child {
    margin-bottom: 12px;
}

.sort-info-products-all ul li:first-child a {
    font-size: 14px;
    color: #292929;
    font-weight: 700;
}

.sort-info-products-all ul li a {
    font-size: 14px;
    color: #6A6B6D;
}

.sort-info-products-all ul li {
    padding: 8px 24px;
}

.product-new a {
    display: unset;
}

li.product-new::after {
    content: 'NEW';
    background-color: rgba(244, 67, 54, 0.99);
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 2px 6px;
    margin-left: 4px;
    display: inline;
    white-space: nowrap;
}

.hot-tag a {
    display: unset;
}

.hot-tag a::after {
    content: '热门';
    background-color: rgba(244, 67, 54, 0.99);
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 2px;
    margin-left: 4px;
    display: inline;
    white-space: nowrap;
}

.n-nav-main:last-child {
    margin-right: 78px;
}

.n-nav-main .n-mall {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background-color: #E60039;
}

.return-btn,
.n-nav-name,
.rj-btns,
.sort-info .to-sy,
.n-language-area {
    display: none;
}

.n-businessLine .sideNav-main-info-sort {
    border-right: unset;
}

.n-nav-pullDown .toIndex {
    display: none;
}

.common-lists {
    display: flex;
    justify-content: space-evenly;
}

.common-list-head {
    color: #292929;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
}

.common-list {
    padding-top: 32px;
    padding-bottom: 82px;
}

.common-list ul li {
    margin-bottom: 16px;
}

.common-list ul li a {
    font-size: 14px;
    color: rgba(125, 125, 125, 0.9);
}

.common-list ul .redTag a {
    color: #E60039;
}

.common-list a {
    width: 100%;
    overflow: hidden;
}

.common-list a img {
    width: 100%;
    transition: transform .36s ease;
}

.noClassify ul li:first-child {
    display: none;
}


/* 子菜单 */

.child_nav {
    background: #F0F1F2;
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}

.child_nav_left {
    display: flex;
    align-items: center;
}

.child_nav_left a:first-child::after {
    content: '|';
    font-size: 12px;
    margin: 0 16px;
    transform: translateY(-1px);
}

.child_nav_left a {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}

.child_nav_right .l_hdlangp p {
    font-size: 12px;
    color: #888;
}

.child_nav_right .l_hdlogin p {
    font-size: 12px;
    color: #888;
}

.child_nav_right .l_hdlangic {
    width: 12px;
}

.child_nav_right .l_hdlogin img {
    width: 12px;
}

.child_nav_right .l_hdlogin a {
    width: unset;
}

.child_nav_right .l_hdlogin {
    margin-right: -18px;
}

.child_nav_right .l_hdlangbt {
    z-index: 999;
    top: calc(100% - 14px);
    width: 420px;
    padding: 15px 30px;
    right: -80%;
    transform: unset;
    left: unset;
}

.child_nav_right .l_hdlangbt ul li {
    margin: 10px 0;
}

.child_nav_right .l_hdlangbt ul:first-child {
    float: left;
}

.child_nav_right .l_hdlangbt ul:last-child {
    width: 47%;
    float: right;
}

.child_nav_right .l_hdlangbt::after {
    left: 80%;
}

.child_nav_right .l_hdlang {
    position: relative;
}

.child_nav_right .l_hdlang::after {
    position: absolute;
    content: '|';
    color: #888;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
}

.child_nav_right {
    margin-right: 0;
}

.child_nav_right .l_loginbt ul {
    margin-top: -15px;
    margin-right: 12px;
}

.child_nav_right .l_loginbt {
    z-index: 99;
}

.l_loginbt li:nth-child(2) {
    border-bottom: 1px solid #dae1e6;
}

.navMask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 22;
}

.sideToggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    background-color: #dc3545;
    padding: 16px 4px;
    border-radius: 10px 0 0 10px;
    color: #FFF;
    cursor: pointer;
}

.sideToggle span {
    writing-mode: vertical-lr;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.l_sidenav {
    transition: transform .36s ease;
}

.l_sidenav.close {
    transform: translate(131%, -50%);
}

.sideToggle::after {
    content: '';
    background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/news/header/RJ-img/sideclose.svg);
    width: 12px;
    height: 12px;
    display: block;
    background-size: cover;
    margin-top: 8px;
}

.l_sidenav.close .sideToggle::after {
    transform: rotate(180deg);
}


/* .disableScroll {
    overflow: hidden;
    height: 100vh;
} */


/* .new-nav .hot-solution {
    flex-shrink: 0;
} */

@media only screen and (min-width:1200px) {
    .common-list ul li a:hover {
        color: #E60039;
    }
    .common-list a img:hover {
        transform: scale(1.1);
    }
}

@media only screen and (max-width:2000px) {
    .sort-info-products-all ul {
        width: 44%;
    }
    .sideNav {
        width: 290px;
    }
    .sideNav-main-info-sort {
        left: 290px;
    }
    .sort-info-products {
        height: 84%;
    }
    .sort-info-products-all ul li {
        padding: 4px 24px 4px 6px;
    }
    .sort-info-products-all ul li:first-child {
        margin-bottom: 4px;
    }
    .sort-info-products-all ul {
        margin-bottom: 16px;
    }
    .n-productLine-head {
        padding-top: 20px;
    }
    .n-businessLine-main .sort-info-products-all {
        padding-left: 20px;
    }
}

@media only screen and (max-width:1560px) {
    .n-nav-head {
        font-size: 14px;
    }
    .n-nav-main .n-mall {
        padding: 8px 24px;
    }
    .sort-info-products-all {
        width: 86%;
    }
    .sort-info-products-all ul li a {
        font-size: 12px;
    }
    .sideNav {
        padding-left: calc((100vw - 92vw)/2);
    }
    .sideNav-main {
        padding-bottom: 60px;
    }
    .new-nav {
        padding-left: 220px;
    }
    .new-nav .n-businessLine .sort-info-products-all {
        max-width: 1200px;
    }
    .new-nav .hot-solution {
        flex-shrink: 0;
    }
    .new-nav .hotSolution {
        max-width: 280px;
    }
    .new-nav .hotSolution p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .new-nav #new-solution .n-businessLine .sort-info-products-all.uniqueCont ul {
        width: unset;
    }
}

@media only screen and (max-width:1480px) {
    .sideNav {
        width: 230px;
    }
    .sideNav-main-info-sort {
        left: 230px;
        width: 258px;
    }
    .n-productLine-head span,
    .sideNav-main p,
    .n-nav-shares a p,
    .sort-info-products-all ul li:first-child a {
        font-size: 14px;
    }
    .sideNav-main p {
        padding: 10px 24px 10px 36px
    }
    .sort-info-products {
        left: 258px;
        width: calc(92vw - 230px - 258px);
    }
    .sort-info-products-all ul li a {
        font-size: 12px;
    }
    .sort-info-products-all ul li:first-child {
        margin-bottom: 0;
    }
    .product-new a::after {
        transform: scale(.8);
    }
    .hot-tag a::after {
        transform: scale(.8);
    }
    /* .sort-info-products .sort-info-products-all ul {
        width: unset;
    } */
    .sort-info-products .sort-info-products-all {
        width: unset;
    }
    .common-list-head {
        font-size: 14px;
    }
    .common-list ul li a {
        font-size: 12px;
    }
    .sort-info-products-all ul {
        margin-right: 20px;
        margin-bottom: 16px;
    }
    .sort-info-products {
        height: 80%;
    }
    .n-nav-shares a {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media screen and (max-width:1440px) {
    .child_nav {
        padding: 0 50px;
    }
    .child_nav_right .l_hdlangp p,
    .child_nav_right .l_hdlogin p {
        line-height: 60px;
    }
    .child_nav_right .l_hdlogin {
        margin-right: 0;
    }
    .child_nav_right .l_hdlogin p {
        margin-right: 0;
    }
    .n-nav-head {
        line-height: 50px;
    }
    .n-nav-down {
        top: 50px;
    }
    .n-productLine-head {
        padding-left: 24px;
    }
    .sort-info-content .n-productLine-head {
        padding-left: 4px;
    }
    .n-nav-shares {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .n-nav-shares a {
        padding: 12px 24px;
        font-size: 14px;
    }
    .l_sidenav.close {
        transform: translate(135%, -50%);
    }
}

@media only screen and (max-width:1320px) {
    .sideNav {
        width: 240px;
    }
    .sideNav-main p {
        padding: 8px 20px 8px 30px;
    }
    .sideNav-main-info-sort {
        left: 240px;
        width: 230px;
    }
    .sort-info-products {
        left: 230px;
        width: calc(94vw - 240px - 230px);
    }
    .n-nav-head {
        padding: 0 20px;
    }
}

@media only screen and (max-width:1200px) {
    .ys_header .ys_hd_pc {
        display: block;
    }
    .new-nav {
        display: none;
        top: 64px;
        padding-left: 0;
        width: calc(100% + 1px);
        flex-direction: column;
        background-color: #FFFFFF;
        height: 100vh;
        left: -1px;
        padding: 0 20px;
    }
    .l_headle,
    .l_headri,
    .new-nav .n-mall {
        display: none;
    }
    .n-nav-main {
        width: 100%;
        margin-right: 0;
    }
    .n-nav-head {
        padding: 20px 16px;
        border-bottom: 1px solid #C3C9D5;
        line-height: normal;
        color: #000!important;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .n-nav-main .n-nav-pullDown {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh!important;
        transition: left .4s ease;
        background-color: #FFFFFF;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 190px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .n-nav-pullDown::-webkit-scrollbar {
        display: none;
    }
    .sideNav {
        width: 100%;
        background-color: #FFFFFF;
        border-right: unset;
        padding: 0 20px;
    }
    .n-nav-down {
        left: 100%;
        transition: left .4s ease;
    }
    .n-nav-down.active {
        display: block;
        top: 0;
        width: 100%;
        left: 0;
    }
    .n-nav-pullDown.active {
        left: 0;
        display: block!important;
    }
    .n-nav-shares {
        padding-top: 0;
        flex-wrap: wrap;
    }
    .n-productLine-head span {
        font-weight: 700;
    }
    .return-btn {
        display: block;
        font-weight: 400;
        padding: 20px 0;
        color: #E60039;
        font-size: 16px;
        font-weight: 400;
    }
    .sideNav-main-info:first-child {
        border-top: 1px solid #C3C9D5;
    }
    .sideNav-main-info .sort-title {
        border-bottom: 1px solid #C3C9D5;
        padding: 20px 16px;
    }
    .sideNav-main-info .sort-title::after {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #292929;
    }
    .n-productLine-head {
        padding: 20px 16px;
    }
    .sideNav-main {
        margin-top: 0;
        padding-bottom: 0;
    }
    .sideNav-main-info-sort {
        position: fixed;
        display: none;
        left: 100%;
        width: 100%;
        transition: left .4s ease;
        background: #FFFFFF;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 200px;
        z-index: 11;
    }
    .sideNav-main-info-sort.active {
        left: 0;
    }
    .sort-info .sort-info-content p {
        border-bottom: 1px solid #C3C9D5;
        padding: 20px 16px;
        font-size: 16px;
    }
    .sort-info .sort-info-content .all-solution {
        margin: 0;
        padding: 20px 16px;
        margin-top: 24px;
    }
    .sort-info {
        margin-top: 0;
        padding: 0 20px;
    }
    .sort-info .sort-info-content p::after {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #292929;
        transform: rotate(90deg);
    }
    .sort-info .sort-info-content .all-solution::after {
        display: none;
    }
    .sort-info .sort-info-content.on p {
        border-left: unset;
        color: #292929;
    }
    .n-nav-shares {
        border-top: unset;
        margin: 0 auto;
        padding: 0 20px;
        background: unset;
        margin-top: 40px;
    }
    .n-nav-shares a {
        width: 100%;
        text-align: center;
        border-radius: 78px;
        border: 1px solid #7D7D7D;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 0;
        height: 48px;
    }
    .n-nav-shares a p {
        padding: 10px 0;
        color: #292929;
        font-size: 14px;
        font-weight: 400;
        margin-right: 6px;
    }
    .n-nav-shares a::after {
        color: #292929;
    }
    .n-nav-head::after {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #292929;
    }
    .sort-info-products {
        display: none;
        position: static;
        left: unset;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        padding-left: 0;
    }
    .sort-info-products .n-productLine-head {
        display: none;
    }
    .sort-info-products-all {
        width: unset;
        margin: 0;
    }
    .sort-info-products-all ul {
        margin-top: 0;
        width: 100%;
        max-width: unset;
        margin-bottom: 0;
        margin-right: 0;
    }
    .sort-info-products-all ul.active {
        background: #f7f9fa;
    }
    .sort-info-products-all ul li {
        display: none;
    }
    .sort-info-products-all ul li:first-child {
        display: block;
        border-bottom: unset;
        padding: 16px 32px;
        margin-bottom: 0;
    }
    .sort-info-content.active {
        background: #f7f9fa;
    }
    .sort-info-content.active p::after {
        transform: rotate(270deg);
    }
    .all-solution+.sort-info-products {
        display: block;
    }
    .all-solution+.sort-info-products .sort-info-products-all {
        margin: 0;
    }
    .all-solution+.sort-info-products .sort-info-products-all li {
        display: none;
        margin-bottom: 0;
        padding: 16px 32px;
    }
    .all-solution+.sort-info-products .sort-info-products-all li a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }
    .all-solution+.sort-info-products .sort-info-products-all li:first-child {
        display: flex!important;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #C3C9D5;
        padding: 20px 16px;
        margin-bottom: 0;
    }
    .all-solution+.sort-info-products .sort-info-products-all li:first-child::after {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #292929;
        transform: rotate(90deg);
    }
    .all-solution+.sort-info-products .sort-info-products-all li.active::after {
        transform: rotate(270deg);
    }
    .rj-btns {
        display: flex;
        margin-top: 60px;
        justify-content: center;
    }
    .rj-btns a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 54px;
    }
    .rj-btns a:last-child {
        margin-right: 0;
    }
    .rj-btns a span {
        margin-top: 10px;
        color: #292929;
        font-size: 12px;
        font-weight: 400;
    }
    .sort-info .to-sy {
        display: flex;
        align-items: center;
        padding: 20px 16px;
        color: #DA0030;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #C3C9D5;
    }
    .sort-info .to-sy::after {
        font-family: 'iconfont';
        content: '\e603';
        display: block;
        font-size: 14px;
        color: #DA0030;
        margin-left: 10px;
        font-weight: 400;
    }
    .n-businessLine-main .sideNav-main-info-sort {
        width: 100%;
    }
    .sort-info .business-porducts ul li:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #C3C9D5;
        padding: 20px 16px;
        margin: 0;
    }
    .business-porducts {
        margin: 0;
    }
    .sort-info .business-porducts ul li:first-child::after {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #292929;
        transform: rotate(90deg);
    }
    .sort-info .business-porducts ul li.active::after {
        transform: rotate(270deg);
    }
    .sort-info .business-porducts ul li {
        margin-left: 0;
        padding: 16px 32px;
    }
    .sort-info .business-porducts ul.active {
        background: #f7f9fa;
    }
    .sort-info .business-porducts ul li a {
        color: #292929;
        font-size: 16px;
    }
    .toIndex {
        display: block;
        color: #DA0030;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #C3C9D5;
        margin: 0;
        padding: 20px 16px;
    }
    .n-businessLine-main .to-sy {
        padding-top: 12px;
    }
    .common-lists {
        flex-direction: column;
    }
    .common-list-head {
        color: #292929;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 1px solid #C3C9D5;
        padding: 20px 16px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .common-list-head::after {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #7D7D7D;
        transform: rotate(90deg);
    }
    .common-list-head.active::after {
        transform: rotate(270deg);
    }
    .common-list {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }
    .common-list.active {
        background: #f7f9fa;
    }
    .common-list ul {
        display: none;
    }
    .common-list ul li {
        margin-left: 0;
        padding: 16px 32px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .common-list ul li a {
        color: #292929;
        font-size: 16px;
    }
    /* .common-list ul li:last-child {
        margin-bottom: 0;
    }
    .common-list ul li:first-child {
        margin-top: 24px;
    } */
    .common-list a {
        width: unset;
        overflow: unset;
    }
    .common-list a img {
        display: none;
    }
    .marketingData {
        margin-top: 48px;
        padding: 10px 0;
        border: 1px #7D7D7D solid;
        border-radius: 78px;
        text-align: center;
        justify-content: center;
    }
    .marketingData::after {
        content: '\e603';
        font-family: 'iconfont';
        display: block;
        font-size: 16px;
        transform: unset;
        color: #000;
        margin-left: 12px;
    }
    .marketingData.active::after {
        transform: unset;
    }
    .n-language-area {
        position: fixed;
        top: 64px;
        height: 100vh;
        width: 100%;
        background-color: #FFFFFF;
        display: block;
        left: 100%;
        transition: left .4s ease-in-out;
        padding: 30px 20px 64px 20px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .n-language-area.active {
        left: 0;
    }
    .n-language-area a {
        display: block;
        font-size: 16px;
        color: #000;
    }
    .n-language-head {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }
    .n-language-return {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }
    .n-language-return::before {
        font-family: 'iconfont';
        content: '\e601';
        display: block;
        font-size: 14px;
        color: #000;
        font-weight: 700;
        transform: rotate(180deg);
        margin-right: 8px;
    }
    .n-language-main a {
        margin: 20px 0;
    }
    .n-language-main a.active {
        color: #E60039;
    }
    .noClassify ul li:first-child {
        display: block;
    }
    .n-nav-pullDown .toIndex {
        display: block;
    }
    .n-productLine-head span {
        padding-right: 8px;
    }
    .n-productLine-head::after {
        content: '\e603';
        font-size: 14px;
    }
    .n-productLine-head span,
    .sideNav-main p,
    .n-nav-shares a p,
    .sort-info-products-all ul li:first-child a {
        font-size: 16px;
    }
    .common-lists {
        padding: 0 20px;
    }
    .sort-info-products-all ul li:first-child a {
        font-weight: 400;
    }
}

.cookie-banner {
    top: 0;
    left: 0;
    width: 100%;
    background-color: RGB(204 204 204);
    /* 背景色可以根据需要调整 */
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* 添加阴影效果 */
    text-align: center;
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    transition: transform 0.3s ease;
    /* 添加过渡效果，以便在隐藏时平滑过渡 */
}

.cookie-banner p {
    margin: 0;
}

.cookie-banner a {
    text-decoration: underline;
    color: #333;
}

.cookie-banner .accept-btn {
    border: none;
    color: white;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

@media screen and (max-height: 800px) {
    .sideNav-main {
        padding-bottom: 80px;
    }
}

@media screen and (max-height: 720px) {
    .sideNav-main {
        padding-bottom: 30px;
    }
    .sort-info,
    .sideNav-main {
        margin-top: 12px;
    }
    .sort-info-products-all {
        margin-top: 12px;
    }
    .sort-info .all-solution {
        margin-top: 0px;
    }
    .sort-info-products {
        height: 80%;
    }
}

@media screen and (max-height: 600px) {
    .sort-info .all-solution {
        margin-top: 0;
    }
    .n-nav-shares a p {
        font-size: 12px;
    }
    .sideNav-main {
        padding-bottom: 40px;
    }
    .n-nav-shares a {
        padding: 8px 12px;
    }
    .n-nav-shares {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .n-businessLine-main {
        padding-bottom: 8px;
    }
    .sort-info {
        margin-top: 12px;
    }
    .n-productLine-head {
        padding-top: 12px;
    }
    .sideNav-main {
        margin-top: 12px;
    }
    .sort-info-products-all {
        margin-top: 20px;
    }
    .sort-info-products {
        padding-left: 8px;
    }
}

@media screen and (max-height: 550px) {
    .sideNav-main {
        padding-bottom: 20px;
    }
}

.n-nav-pullDown {
    box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

box-shadow {
    inset: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}


/* 广告位 */

.hot-solution-title {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 700;
}

.n-businessLine .sort-info-products-all {
    width: unset;
    max-width: 1460px;
}

#new-solution .n-businessLine .sort-info-products-all ul {
    width: unset;
}

.mainCont {
    display: flex;
    justify-content: space-between;
}

.hot-solution {
    margin-top: 24px;
    margin-right: 48px;
}

.hot-solution-title {
    margin-bottom: 24px;
}

.hotSolution {
    position: relative;
    max-width: 332px;
}

.hotSolution img {
    width: 100%;
}

.hotSolutionText {
    background: #F7F9FA;
    padding: 16px 24px;
    width: 100%;
    box-sizing: border-box;
}

.hotSolutionText h3 {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}

.hotSolution a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mainCont .hot-solution .hotSolutionText p {
    margin-top: 8px;
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    background: unset!important;
    padding: 0;
}

.sort-info-products-all.uniqueCont {
    display: flex!important;
}

#new-solution .n-businessLine .sort-info-products-all.uniqueCont ul {
    width: 46%;
}


/* 2025.3.26新增 */

.ys_hd_pc .l_headnr {
    max-width: 1716px;
    margin: 0 auto;
    padding: unset;
}

.new-nav {
    max-width: 1716px;
    margin: 0 auto;
    padding-left: calc((100% - 1716px)/2 + 200px);
}

.sideNav {
    width: calc((100% - 1716px)/2 + 240px);
    padding-left: calc((100% - 1716px)/2);
}

#new-solution .sideNav-main-info-sort {
    background-color: #FAFBFC;
    width: 240px;
}

.n-businessLine .sideNav-main-info-sort {
    width: 100%;
}

.n-productLine-main .sideNav-main-info-sort {
    background: #FAFBFC;
}

.sideNav-main-info-sort {
    background-color: #FFF;
}

.sideNav-main-info-sort {
    width: 240px;
    left: calc((100% - 1716px)/2 + 240px);
}

.sort-info-products {
    width: 100vw;
    max-width: 1236px;
}

.n-nav-shares {
    padding-left: calc((100vw - 1716px) / 2);
    padding-right: calc((100vw - 1716px) / 2);
}

.child_nav {
    padding-left: calc((100vw - 1716px) / 2);
    padding-right: calc((100vw - 1716px) / 2);
}

.common-lists {
    max-width: 1716px;
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .ys_hd_pc .l_headnr {
        max-width: 1366px;
        padding: 0 80px;
    }
    .child_nav {
        padding-left: calc((100vw - 1366px) / 2 + 80px);
        padding-right: calc((100vw - 1366px) / 2 + 80px);
    }
    .new-nav {
        max-width: 1316px;
        padding-left: calc((100% - 1366px)/2 + 240px);
    }
    .sideNav {
        width: calc((100% - 1206px)/2 + 240px);
        padding-left: calc((100% - 1206px)/2);
    }
    .sideNav-main-info-sort {
        left: calc((100% - 1206px)/2 + 240px);
    }
    .sort-info-products {
        max-width: 700px;
    }
    .n-nav-shares {
        padding-left: calc((100vw - 1366px) / 2 + 80px);
        padding-right: calc((100vw - 1366px) / 2 + 80px);
    }
}

@media screen and (max-width:1600px) {
    .new-nav #new-solution .n-businessLine .sort-info-products-all.uniqueCont ul {
        width: 100%;
    }
    .new-nav #new-solution .sort-info-products {
        padding-left: 0;
    }
}

@media screen and (max-width:1200px) {
    .new-nav {
        max-width: unset;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sideNav-main-info-sort {
        left: 100vw;
        width: 100vw;
    }
    .sideNav {
        width: 100%;
        padding: 0 20px;
    }
    .n-nav-shares {
        padding: 0 20px;
    }
    .sort-info-products {
        width: 100%;
    }
    #new-solution .sideNav-main-info-sort {
        width: 100vw;
    }
    .new-nav .hot-solution {
        display: none;
    }
    #new-solution .sort-info-products-all {
        margin-top: 0;
    }
    #new-solution .n-businessLine .sort-info-products-all ul {
        width: 100%;
    }
    #new-solution .sort-info-products-all ul li {
        display: flex;
        padding: 16px 32px;
    }
    #new-solution .sort-info-products-all ul li:first-child {
        width: 100%;
        border-bottom: 1px solid #C3C9D5;
    }
    #new-solution .n-businessLine-main .sort-info-products-all {
        padding-left: 0;
        width: 100%;
    }
    .mainCont,
    .left-cont,
    .leftCont {
        width: 100%;
    }
    #new-solution .sort-info-products-all ul li a {
        font-size: 16px;
        color: #2A2B2E;
    }
}

@media screen and (min-width: 1200px) {
    #new-solution .n-productLine-head {
        display: none;
    }
}


/* 2025.4.9新增 */

.leftCont .sort-info-products-all li,
.left-cont .sort-info-products-all li {
    display: flex;
    align-items: center;
}

.tag-hot::after {
    content: "Hot";
    background: #FA9010;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    height: 16px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.tag-new::after {
    content: "New";
    background: #E60039;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    height: 16px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

@media screen and (max-width: 1200px) {
    .tag-new::after,
    .tag-hot::after {}
    #new-solution .sort-info-products-all ul li:first-child a {
        font-size: 16px;
        margin-left: 0;
    }
    #new-solution .sort-info-products-all ul li a {
        font-size: 14px;
        margin-left: 12px;
    }
}


/* 5.7新增 */

.cuslink {
    margin-left: 24px;
    padding-bottom: 24px;
    color: #DA0030;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}

.sort-info-products-all ul li:first-child {
    margin-bottom: 0;
}

.sort-info-products-all ul {
    margin-bottom: 20px;
}

.cuslink:hover {
    color: #DA0030;
    text-decoration: underline;
}