.n-banner-text {
    z-index: 5;
}

.overviewInfo ul li {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.overviewInfo ul li::before {
    content: "•";
    margin: 0 8px;
}

.caseInfo {
    display: flex;
    background-color: var(--white-color);
    border-radius: 12px;
    position: relative;
}

.caseInfo a,
.another-case a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.caseInfo img {
    width: 520px;
}

.caseText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 48px;
}

.speBg {
    background-image: url(../RJ-img/speBg.webp);
    background-size: cover;
}

.caseText h3 {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}

.caseText p,
.another-case p {
    margin-top: 16px;
    margin-bottom: 28px;
    color: var(--neutra-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseDesc {
    margin-top: 4px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.thumbs-container {
    margin-top: 32px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.40);
}

.thumbInfo {
    background: var(--white-color);
    padding: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.thumb-title {
    margin-top: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.thumbInfo p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 8px;
    overflow: hidden;
    color: var(--neutra-color);
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 48px;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--standard-red-color);
    border-radius: 4px;
}

.swiper.swiper-thumbs {
    overflow: visible;
}

.main-container {
    position: relative;
}

.swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.swiper-button.prev {
    left: -140px;
}

.swiper-button.next {
    right: -140px;
}

.page-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-btns .n-main-btn {
    margin-right: 24px;
}

.another-case h3 {
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

#anotherSwiper {
    margin-bottom: 60px;
}

.swiper-main .swiper-pagination {
    display: none;
}

.swiper-main .swiper-pagination,
#anotherSwiper .swiper-pagination {
    margin-top: 40px;
    position: unset;
}

.swiper-main .swiper-pagination-bullet,
#anotherSwiper .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    border-radius: unset;
    opacity: 1;
    margin: 0;
}

.swiper-main .swiper-pagination-bullet-active,
#anotherSwiper .swiper-pagination-bullet-active {
    background: var(--standard-red-color);
    border-radius: 4px;
}

#anotherSwiper .swiper-slide {
    opacity: 0.6;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.89);
}

#anotherSwiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.another-case p {
    font-size: 15px;
}

.another-case {
    position: relative;
    border-radius: 4px;
    background-color: #F7F9FA;
}

.another-case-text {
    padding: 16px;
}

.another-case .link-btn {
    padding: 12px 0;
}

.link-btn {
    display: flex;
    align-items: center;
    color: var(--standard-red-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.link-btn::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../RJ-img/link.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 8px;
}

#anothercase {
    position: relative;
}

.table-box {
    overflow-x: scroll;
    padding-bottom: 40px;
}

.data-table {
    width: 2120px;
}

.data-table tr {
    border-bottom: 1px solid #E3E5E6;
}

.data-table td {
    padding: 16px 20px;
    overflow: hidden;
    color: #6A6B6D;
    text-overflow: ellipsis;
    /* PC端/描述、辅助、弱功能 */
    font-size: 14px;
    line-height: 150%;
    /* 21px */
}

.data-table td img {
    width: 120px;
}

.data-table td a {
    color: #0175E8;
    font-weight: 700!important;
    text-decoration-line: underline;
}

.table-title {
    color: #2A2B2E!important;
    font-weight: 700;
}

@media screen and (max-width:1281px) {
    .link-btn {
        font-size: 14px;
    }
    .link-btn::after {
        width: 20px;
        height: 20px;
    }
}

.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 248px;
}

.resources-tab div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: #E60039;
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E60039;
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0 6px 20px 0 rgba(213, 219, 228, 0.50);
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    margin-bottom: 42px;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
}

.resourceImg img {
    width: 100%;
}

.resourceImg p {
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%;
    /* 27px */
    margin: 16px 0 12px;
}

.resourceImg i {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.resourceVideo .resourceImgCover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.resourceImgCover::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/videoPlay.svg);
    z-index: 10;
}

.resourceImg:hover .resourceImgCover::after {
    background-image: url(../RJ-img/videoPlay-hover.svg);
}

#page-content .overviewCont {
    align-items: center;
}

@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width:1068px) {
    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }
    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }
    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px 12px;
    }
    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
    .overviewInfo .overviewImg-m {
        margin-bottom: 48px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

.tip {
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}

.tip a {
    color: #E60039;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.tip a:hover {
    color: #E60039;
    text-decoration: underline;
}

@media screen and (max-width: 1600px) {
    .swiper-button.prev {
        left: -80px;
    }
    .swiper-button.next {
        right: -80px;
    }
}

@media screen and (max-width: 1480px) {
    .another-case p {
        font-size: 14px;
    }
    #anotherSwiper .swiper-pagination {
        margin-top: 24px;
    }
    #anotherSwiper {
        margin-bottom: 42px;
    }
    .another-case h3 {
        font-size: 22px;
    }
    .swiper-button {
        display: none;
    }
}

@media screen and (max-width: 1281px) {
    #anotherSwiper .swiper-pagination {
        margin-top: 0;
    }
    #anothercase {
        width: 960px;
    }
    .another-case h3 {
        font-size: 18px;
    }
    .caseDesc {
        font-size: 14px;
    }
    .caseText p,
    .another-case p {
        font-size: 12px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 768px) {
    .caseInfo {
        flex-direction: column;
    }
    .caseInfo img {
        width: 100%;
    }
    .caseInfo {
        background-color: #F1F3F5;
    }
    .caseText {
        padding: 20px;
    }
    .caseText h3 {
        font-size: 22px;
    }
    .caseDesc {
        font-size: 18px;
    }
    .caseText p,
    .another-case p {
        font-size: 14px;
    }
    .swiper-main .swiper-slide,
    #anotherSwiper .swiper-slide {
        height: unset;
    }
    .caseInfo {
        height: 100%;
    }
    #anothercase {
        width: 100%;
    }
    .another-case {
        background: #F1F3F5;
    }
    .swiper-main .swiper-pagination {
        display: block;
    }
    .swiper-main .swiper-pagination-bullet,
    #anotherSwiper .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .another-case h3 {
        font-size: 22px;
    }
    #anotherSwiper .swiper-slide {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        -webkit-align-items: unset;
        align-items: unset;
        transition: unset;
        transform: unset;
    }
    .tip,
    .tip a {
        font-size: 14px;
    }
    .tip {
        margin-bottom: 24px;
    }
    .whiteBtn {
        padding: 10px 24px!important;
    }
    #anotherSwiper .swiper-pagination {
        margin-top: 24px;
    }
    .n-nav {
        margin-top: -4px;
    }
}

#page-content {
    padding-bottom: 120px;
}