/* 面包屑 */

.breadcrumbCont {
    margin-left: calc((100% - 1400px)/2);
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.breadcrumbCont li,
.breadcrumbCont li a {
    color: #7D7D7D;
}

.breadcrumbCont li {
    margin-right: 6px;
}

.breadcrumbCont li a[href]:hover {
    color: #DA0030;
}

.breadcrumbCont li::after {
    content: '>';
}

.breadcrumbCont li:last-child::after {
    display: none;
}

.bannerCont {
    position: relative;
}

.bannerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    left: calc((100% - 1400px)/2);
}

.banner-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}

.bannerText p {
    text-align: left;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.bannerText a {
    margin-top: 24px;
    display: inline-block;
    padding: 0 32px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFF;
    background: #E60039;
    height: 46px;
    line-height: 46px;
}

.bannerInfo img {
    width: 100%;
}

#bannerSwiper .swiper-pagination {
    bottom: 24px;
}

#bannerSwiper .swiper-pagination-bullet {
    background: rgba(125, 125, 125, 0.9);
}

#bannerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.navCont {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid #DDD;
    background: #FAFBFF;
}

.navMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

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

.navTab {
    position: relative;
    color: #292929;
    font-size: 18px;
    font-weight: 400;
    margin-right: 32px;
    cursor: pointer;
}

.navTab.active {
    font-weight: 700;
    pointer-events: none;
}

.navTab.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #E60039;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blueText {
    color: #01A0E8;
    font-size: 18px;
    font-weight: 400;
}

.pageCont {
    padding: 80px 0;
    width: 1400px;
    margin: 0 auto;
}

.pageTitle {
    margin-bottom: 32px;
}

.pageTitle h2 {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.pageTitle p {
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.pageTabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.pageTab {
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 32px 12px 32px;
    position: relative;
    cursor: pointer;
}

.pageTab.active {
    color: #E60039;
    pointer-events: none;
}

.pageTab::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E3E5E6;
}

.pageTab.active::after {
    background-color: #E60039;
}

.cardInfoText {
    padding: 24px;
}

.cardInfo {
    position: relative;
    background: #F7F9FA;
}

.cardInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cardInfo h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
}

.cardInfo p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

#caseSection .cardInfo h3,
#resourceSection .cardInfo h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

#caseSection .cardInfo p {
    -webkit-line-clamp: 2;
    min-height: 48px;
}

.cardInfo b {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
}

.linkText {
    margin-top: 24px;
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.linkText::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform 0.3s linear;
}

#speBg {
    background-image: url(../RJ-img/spebg.webp);
    background-size: cover;
    background-position: center;
}

#speBg .cardInfo {
    background: #FFF;
}

.cardImg {
    width: 100%;
    height: 254px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px 4px 0 0;
}

.coverInfo {
    position: relative;
}

.coverInfo::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 38.85%, rgba(0, 0, 0, 0.00) 100%);
}

.coverInfo h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 24px;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 48px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.coverInfo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 3;
}

.faqList {
    padding: 0 24px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 24px;
}

.faqTitle,
.faqAnswer {
    color: #292929;
    font-size: 16px;
}

.faqTitle {
    font-weight: 700;
}

.faqTitle::before,
.faqAnswer::before {
    font-weight: 700;
    margin-right: 4px;
    display: inline-block;
}

.faqTitle::before {
    content: "Q:";
}

.faqAnswer::before {
    content: "A:";
}

.faqAnswer {
    margin-top: 8px;
    font-weight: 400;
}

.videoInfo::before {
    content: '';
    display: block;
    background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/news/images/b1_btn.svg);
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.pageCont .button-prev,
.pageCont .button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-size: cover;
    cursor: pointer;
}

.pageCont .button-prev {
    background-image: url(https://www.ruijie.com.cn/fa/edn/campus/RJ-img/prev.svg);
    left: -80px;
}

.pageCont .button-next {
    background-image: url(https://www.ruijie.com.cn/fa/edn/campus/RJ-img/next.svg);
    right: -80px;
}

.gridCont {
    position: relative;
}

.pageCont .button-next.swiper-button-disabled,
.pageCont .button-prev.swiper-button-disabled {
    display: none;
}

.navCont {
    position: sticky;
    top: var(--header-height, 60px);
    z-index: 10;
}

.contactInfo {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactInfo h3 {
    color: #292929;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

.contactInfo p {
    margin-top: 24px;
    font-size: 20px;
    color: #6A6B6D;
}

.contactInfo a {
    display: inline-block;
    padding: 12px 60px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    margin-right: 24px;
    cursor: pointer;
    color: #FFFFFF;
    background: #E60039;
    transition: background 0.3s ease-in-out;
}

.contactCont {
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.ruijie.com.cn/fa/jh/20240314/RJ-img/suggest-bg.webp);
}

.gridCont .swiper {
    padding-bottom: 40px;
}

.gridCont .swiper-pagination-bullet {
    background: #D5D5D5;
    opacity: 1;
    border-radius: unset;
    width: 36px;
    height: 3px;
}

.gridCont .swiper-pagination-bullet-active {
    background: #E60039;
}

.moreBtn {
    display: inline-block;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 40px;
    border-radius: 4px;
    border: 1px solid #E60039;
    background: #FFF;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

.gridCont .swiper-pagination {
    display: none;
}

.boxCont {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.boxInfo {
    width: calc((100% - 48px)/3);
    position: relative;
    border: 1px solid #E6E6E6;
    padding: 24px;
    border-radius: 4px;
}

.boxInfo h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
}

.boxInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#resourceSection .cardImg {
    height: 200px;
}

.maskInfo {
    width: calc((100% - 48px)/3);
    height: 256px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.maskInfo img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.maskInfo::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.756) 38.85%, rgba(0, 0, 0, 0) 97.83%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.maskInfo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.maskInfo h3 {
    font-size: 24px;
    line-height: 2;
    color: #FFF;
}

.maskText {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 5;
    text-align: center;
}

@media screen and (min-width:768px) {
    .contactInfo a:hover {
        background: #DA0030;
    }
    .videoInfo:hover::before {
        opacity: 1;
    }
    .boxInfo:hover .linkText::after {
        transform: translateX(10px);
    }
    .cardInfo:hover .linkText::after {
        transform: translateX(10px);
    }
    .moreBtn:hover {
        color: #FFF;
        background: #E60039;
    }
}

@media screen and (max-width:1480px) {
    .bannerText {
        left: calc((100% - 1200px) / 2);
    }
    .breadcrumbCont {
        margin-left: calc((100% - 1200px)/2);
    }
    .navMain,
    .contactInfo,
    .pageCont {
        width: 1200px;
    }
    .pageTitle h2 {
        font-size: 32px;
    }
    .pageTitle p {
        font-size: 18px;
    }
    .pageTab {
        font-size: 18px;
        padding: 0 24px 12px 24px;
    }
    .cardImg {
        height: 218px;
    }
    .contactInfo h3 {
        font-size: 24px;
    }
    .contactInfo p {
        font-size: 18px;
    }
    .contactInfo a {
        font-size: 16px;
    }
    .navTab {
        font-size: 16px;
    }
    .navCont {
        padding: 24px 0;
    }
    .bannerText h1 {
        font-size: 42px;
    }
    .bannerText p {
        font-size: 18px;
    }
    .boxInfo h3 {
        font-size: 18px;
        min-height: 48px;
    }
    .maskInfo h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:1281px) {
    .bannerText {
        left: calc((100% - 1024px) / 2);
    }
    .breadcrumbCont {
        margin-left: calc((100% - 1024px)/2);
    }
    .navMain,
    .contactInfo,
    .pageCont {
        width: 1024px;
    }
    .cardInfo h3 {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .cardImg {
        height: 186px;
    }
    .cardInfo p {
        font-size: 14px;
        min-height: 63px;
    }
    .coverInfo h3 {
        font-size: 18px;
    }
    .pageTitle h2 {
        font-size: 28px;
    }
    .pageTab {
        font-size: 16px;
    }
    .bannerText h1 {
        font-size: 36px;
    }
    .bannerText p {
        font-size: 16px;
    }
    .maskInfo h3 {
        font-size: 18px;
    }
    #caseSection .cardInfo p {
        min-height: 42px;
    }
}

@media screen and (max-width:768px) {
    .breadcrumbCont {
        display: none;
    }
    .navMain,
    .contactInfo,
    .pageCont {
        width: 100%;
        padding: 60px 20px;
    }
    .navTab {
        font-size: 14px;
        margin-right: 12px;
    }
    .contactInfo {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contactInfo h3 {
        text-align: center;
    }
    .contactInfo p {
        font-size: 16px;
        text-align: center;
    }
    .contactInfo a {
        margin-top: 24px;
    }
    .pageTitle h2 {
        font-size: 24px;
    }
    .videoInfo::before {
        opacity: 1;
    }
    .pageTitle p {
        font-size: 16px;
    }
    .contactInfo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navMain {
        padding-top: 0;
        padding-bottom: 0;
    }
    .pageTabs {
        margin-bottom: 32px;
    }
    .faqTitle,
    .faqAnswer {
        font-size: 14px;
    }
    .faqList {
        padding-left: 0;
        padding-right: 0;
    }
    .linkText {
        font-size: 14px;
    }
    .linkText::after {
        width: 20px;
        height: 20px;
    }
    .cardInfo p,
    #caseSection .cardInfo p {
        min-height: unset;
    }
    .moreBtn {
        margin-top: 48px;
        font-size: 16px;
    }
    .boxCont {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .boxInfo h3 {
        min-height: unset;
        font-size: 16px;
    }
    .gridCont .swiper-pagination {
        display: block;
    }
    .pageTab {
        padding: 0 12px 12px 12px;
    }
    .pageCont .button-prev,
    .pageCont .button-next {
        display: none;
    }
    .banner-title {
        font-size: 24px;
    }
    .bannerText {
        max-width: 100%;
    }
    .bannerText {
        left: 0;
        padding: 0 20px;
    }
    .bannerText p {
        font-size: 14px;
    }
    .bannerText a {
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
    }
    .maskInfo {
        width: 100%;
    }
    .maskInfo h3 {
        line-height: 150%;
        text-align: left;
    }
    .ys_header {
        height: 64px!important;
    }
}