.n-tab div.n-tab-active{
    color:#e60039;
    font-weight: 400;
}
.n-page1-value1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:1px;
}
.n-page-item1{
    position: relative;
}
.n-page-item1 img{
    width: 687.5px;
}

.n-hot-tag{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 6px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.n-hot-tag-black{
    background: rgba(0, 0, 0, 0.40);
}
.n-hot-tag img{
    width: 10px;
}
.n-page-item-content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(688px - 40px);
}
.n-page-item-title{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 38.4px */
    margin-bottom: 12px;
}
.n-page-item-content p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; /* 24px */
}
.n-page-item2{
    position: relative;
}
.n-page-item2 .n-hot-tag{
    top: 16px;
    left: 16px;
}
.n-page-item2 .n-page-item-content{
    top: 55%;
    transform: translateY(-50%);
    left: 16px;
    width: calc(711px - 32px);
}

.n-page1-value2{
    border-radius: 4px;
    background: #F7F9FA;
    margin-top: 24px;
    padding: 0 16px;
}
.n-page1-value2-item{
    padding: 16px 0;
    overflow: hidden;
    color: #2A2B2E;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* PC端/正文 */
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    position: relative;
}
.n-new-tag{
    padding: 4px;
    line-height: 150%;
    font-size: 14px;
    border-radius: 4px;
    background: rgba(1, 117, 232, 0.10);
    color: #2A2B2E;
    margin-right: 8px;
}
.n-page1-value2-item-center{
    border-top: 1px solid #E3E5E6;
    border-bottom: 1px solid #E3E5E6;
}
.resourceCard p{
    font-size: 16px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
.n-hot-tag-red{
    background: rgba(230, 0, 57, 0.05);
    color: #E60039;
    position: static;
    width: fit-content;
    margin-bottom: 12px;
}
.resourceCard {
    border: 0px solid #D5D5D5;
    border-radius: 4px;
    background: #F7F9FA;
    box-shadow: unset
}
.resourceCard .transparent-commonlink{
    float: right;
    margin-right: 48px;
}

.resourceCard .transparent-commonlink::after {
    background-image: url(../RJ-img/arrow.svg);
    margin-left: 8px;
}


.webinarInfo {
    position: relative;
    margin-right: 24px;
}

.webinarInfo:last-child {
    margin-right: 0;
}

.webinarText {
    background: #F7F9FA;
    padding: 16px;
    text-align: left;
}

.webinarText h3 {
    overflow: hidden;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-top: 24px;
}

.webinarDate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webinarDate i {
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
}

.webinarText span {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #DA0030;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 0;
}
.webinarText span::after {
    content: '>';
    margin-left: 8px;
    transition: all 0.3s ease-out;
}

.webinarInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webinarImg {
    overflow: hidden;
}

.webinarImg img {
    transition: all .16s linear;
}

.webinarInfo:hover .webinarImg img {
    transform: scale(1.05);
}

.webinarText p{
    color:#6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding-top: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.productNext,
.productPrev {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.productNext::after,
.productPrev::after {
    content: '';
    display: block;
    background-position: 0 0;
    width: 70px;
    height: 70px;
}

.productPrev::after {
    background-image: url(../RJ-img/prev.svg);
}

.productNext::after {
    background-image: url(../RJ-img/next.svg);
}

.productPrev {
    left: -100px;
}

.productNext {
    right: -100px;
}

.swiper-pagination-bullet{
	width:40px;
	height: 4px;
    background-color: #F1F3F5;
    border-radius: 0;
    margin: 0px!important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #E60039;
}
#fa-swiper{
    padding-bottom: 40px;
}
.n-bottom-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
}
.n-main-btn:hover{
    color: #FFFFFF;
}

.n-news-card {
    width: 450px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease-out;
}

.news-content {
    padding: 16px 24px;
    border-radius: 0 0 4px 4px;
    background: #F7F9FA;
    backdrop-filter: blur(15px);
}

.news-title {
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%;
    /* 27px */
    height: 81px;
}

.news-date img {
    width: 18px;
    margin-right: 8px;
}

.news-date {
    margin-top: 16px;
    display: flex;
    color: #2A2B2E;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
}

.news-swiper-pagination {
    text-align: center;
    margin-top: 12px;
}

#news .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    opacity: 1;
    border-radius: unset;
    margin: 0;
    opacity: 1;
}

#news .swiper-pagination-bullet-active {
    background: #E60039;
    border-radius: 2px;
}

.news-pag {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1700px;
    left: -150px;
    top: calc(50% - 62px);
}

.news-prev,
.news-next {
    cursor: pointer;
}

.resourceCard h3{
    font-size: 20px;
    color: #2A2B2E;
    font-weight: 700;
    margin-bottom: 12px;
}
#docCategory{
    background-image: url(../RJ-img/doc-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#docCategory .resourceCard{
    background-color: #FFFFFF;
}
.resourceImgs {
    grid-template-columns: repeat(4, 1fr);
}

.question-hub-footerbox{
    padding: 60px 0;
    background-image: url(../RJ-img/footer-bg.webp);
    background-size: 100% 100%;
}
.question-hub-footer {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question-hub-footer h2{
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%; /* 45px */
}

.question-hub-footer-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.question-hub-footer-item{
    max-width: 336px;
    padding: 20px;
    background-color: #FFFFFF;
    position: relative;
}
.question-hub-footer-item H3{
    color:#0175E8;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
}
.question-hub-footer-item p{
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin: 16px 0 0px;
}   
.question-hub-footer-item .hub-link{
    padding: 12px 0px;

}
.question-hub-footer-item .hub-link::before {
    width: 0px;
}

.n-banner-text p{
    font-size: 20px;
}

.question-hub-footer-list {
    width: 1000px;
}
.question-hub-footer-item H3 {
    color: #2A2B2E;
    margin-bottom: 16px;
}
.card-link{
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 12px 0;
    display: block;
    position: relative;
}
.card-link:hover{
    color: #0175E8;
}
.card-link::after {
    content: '>';
    margin-left: 8px;
    transition: all 0.3s ease-out;
}
.card-link:hover::after {
    transform: translateX(8px);
}
.n-page-item1 a,.n-page-item2 a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.n-page1-value1_750{
    display: none;
}
.n-page1-value2-item a,.n-news-card a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media screen and (max-width:1600px) {
    .news-pag,.productNext, .productPrev {
        display: none;
    }
    .n-page-item1 img {
        width: 589.5px;
    }
    .n-hot-tag img {
        width: 10px;
    }
    .n-page-item-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(589.5px - 40px);
    }
    .n-page-item2 .n-page-item-content {
        top: 55%;
        transform: translateY(-50%);
        left: 16px;
        width: calc(609px - 32px);
    }
    .n-news-card {
        width: 380px;
    }
    .question-hub-footer {
        width: 1200px;
    }
    .news-title {
        font-size: 14px;
    }
}
@media screen and (max-width:1280px) {
    .n-page-item1 img {
        width: 530.5px;
    }
    .n-page-item-content {
        width: calc(530.5px - 40px);
    }
    .n-page-item2 .n-page-item-content {
        width: calc(550px - 32px);
    }
    .n-news-card {
        width: 344px;
    }
    .question-hub-footer {
        width: 1080px;
    }
    .n-hot-tag img {
        width: 10px;
    }
    .n-page-item-content p {
        color: rgba(255, 255, 255, 0.75);
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
    }
    .question-hub-footer-list {
        width: 880px;
    }
}
@media screen and (max-width:768px) {
    .n-banner-text {
        padding: 250px 20px 0 20px;
    }
    .n-banner-text h1 {
        font-size: 28px;
    }
    .n-banner-text p {
        font-size: 16px;
    }
    .resourceImgs {
        grid-template-columns: repeat(1, 1fr);
    }

    .question-hub-footerbox {
        background-image: url(../RJ-img/footer-bg_750.webp);
    }
    .question-hub-footer {
        padding: 0 20px;
        gap: 40px;
    }
    .question-hub-footer h2 {
        font-size: 30px;
    }
    .question-hub-footer {
        flex-wrap: wrap;
        gap: 24px;
    }
    .question-hub-footer-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        width: 100%;
    }
    .question-hub-footer-item {
        max-width: 100%;
        background-color: #FFFFFF;
        padding: 20px;
    }
    .question-hub-footer-item H3 {
        font-size: 20px;
    }
    .question-hub-footer-item p {
        font-size: 16px;
    }
    #docCategory{
        background-image: url(../RJ-img/doc-bg_750.webp);
    }
    .n-page1-value1{
        display: none;
    }
    .question-hub-footer {
        width: 100%;
    }
    .n-page1-value2-item {
        -webkit-line-clamp: 4;
        font-size: 14px;
    }
    .content-2 .resources-tab {
        display: flex;
    }
    .n-page1-value1_750 {
        display: block;
    }
    #al-swiper{
        padding-bottom: 40px;
    }
}
