* {
    margin: 0;
    padding: 0;
}

.n-project-page img {
    width: 100%;
}

.n-banner {
    position: relative;
}

.n-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 1400px;
    left: calc((100% - 1400px)/2);
    height: calc(100% - 60px);
}

.n-banner-content h1 {
    color: #292929;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-content span {
    display: block;
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.n-banner-content p {
    width: 800px;
    padding: 12px 0;
    margin: 12px 0;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}

.n-banner-content ul li {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    list-style: disc;
    margin-left: 14px;
}

.n-btns {
    margin-top: 62px;
}

.n-btns .projectBtn {
    margin-right: 24px;
}

.projectBtn {
    padding: 10px 48px;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.n-btns a:last-child {
    margin-right: 0;
}

.redBtn {
    color: #FFFFFF;
    background: #DA0030;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: background .36s ease;
}

@media screen and (min-width:750px) {
    .redBtn:hover {
        background: #C7002A;
        color: #FFFFFF;
    }
}

.whiteBtn {
    background-color: #FFFFFF;
    color: #DA0030;
}

.n-nav {
    position: relative;
    margin-top: -60px;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7D7D7D;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 600;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}

.n-page-title {
    color: #292929;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    padding-top: 120px;
}

.n-page-content {
    width: 1400px;
    margin: 80px auto 0 auto;
    text-align: center;
}

.n-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
}

.n-tabs div {
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    margin-right: 200px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    padding-bottom: 22px;
    cursor: pointer;
}

.n-tabs div:last-child {
    margin-right: 0;
}

.n-tabs .n-tab-active {
    border-bottom: 2px solid #DA0030;
    color: #292929;
    font-weight: 600;
    pointer-events: none;
}

.tab-content {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 120px 0 140px 0;
}

.forte-content {
    flex-grow: 1;
    margin-right: 48px;
    text-align: left;
}

.forte-content h5 {
    color: #292929;
    font-size: 40px;
    font-weight: 400;
}

.forte-desc {
    margin-top: 24px;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}

.forte-desc strong {
    font-weight: 600;
}

.tab-content .forte-img {
    width: 948px;
}

.tab-content .transparentBtn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.n-qa {
    color: #292929;
    font-size: 16px;
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.50);
    text-align: left;
}

.n-qa:last-child {
    border-bottom: none;
}

.n-ask {
    font-weight: 700;
    margin-bottom: 12px;
}

.n-asnwer,
.n-ask {
    line-height: 175%;
}

.n-chat {
    margin-top: 120px;
    position: relative;
}

.n-chat-content {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #292929;
}

.n-chat-title {
    font-size: 24px;
    font-weight: 700;
}

.n-chat-content ul {
    margin-top: 12px;
    margin-left: 20px;
}

.n-chat-content ul li {
    list-style: disc;
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    text-align: left;
}

.n-chat-content .pre-sales-pop-ups-btn {
    margin-top: 24px;
}

.n-resource {
    display: flex;
    text-align: left;
}

.n-resource img {
    width: 688px;
    margin-right: 48px;
}

.n-resource-content li {
    padding-bottom: 24px;
    margin-top: 24px;
    border-bottom: 1px solid #E7E7E7;
}

.n-resource-content li::before {
    content: "•";
    margin: 0 10px;
}

.n-resource-content li:last-child {
    border-bottom: none;
}

.n-resource-content li:first-child {
    margin-top: 0;
}

.n-resource-content li a {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.centerCont {
    background-color: #292929;
    padding-bottom: 120px;
}

.centerCont .n-page-title {
    color: #FFF;
}

.subhead {
    margin-top: 100px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.subdesc {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 1240px;
    margin: 24px auto 0 auto;
}

.centerCont-tabs {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.centerCont-tab {
    margin-right: 12px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 24px 6px 24px;
    border-bottom: 1px solid #7D7D7D;
    cursor: pointer;
}

.centerCont-tab:last-child {
    margin-right: 0;
}

.centerCont-tabs .centerCont-tab-active {
    color: #FFF;
    font-weight: 700;
    border-bottom: 1px solid #DA0030;
    pointer-events: none;
}

.transparentBtn {
    color: #E60039;
    border: 1px solid #E60039;
    margin: 80px 0;
}

.transparentBtn:hover {
    color: #E60039;
}

.productContent {
    background: #F7F9FA;
    padding-bottom: 100px;
}

.n-center-video {
    position: relative;
    width: 1000px;
    margin: 24px auto 0 auto;
}

.clickVideo {
    cursor: pointer;
}

.clickVideo::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../RJ-img/play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.centerCont .n-page-content {
    margin-top: 36px;
}

.full-video {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.full-video div {
    width: 80%;
    text-align: right;
}

.full-video div img {
    width: 48px;
}

.full-video div video {
    width: 100%;
}

.clickVideo {
    cursor: pointer;
}

.closeBtn {
    cursor: pointer;
}

.n-qa:last-child {
    margin-bottom: 120px;
}

.productContent .redBtn {
    margin-top: 80px;
}

@media screen and (max-width:1440px) {
    .n-banner-content {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content h1 {
        font-size: 54px;
    }
    .n-banner-content p {
        width: 688px;
        padding: 10px 0;
        margin: 10px 0;
        font-size: 14px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .projectBtn {
        padding: 8px 42px;
        font-size: 16px;
    }
    .n-btns {
        margin-top: 36px;
    }
    .n-btns .projectBtn {
        margin-right: 20px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-title {
        font-size: 42px;
        padding-top: 104px;
    }
    .n-page-content {
        width: 1200px;
        margin: 68px auto 0 auto;
    }
    .n-tabs div {
        margin-right: 172px;
    }
    .tab-content {
        padding: 104px 0 120px 0;
    }
    .forte-content {
        margin-right: 42px;
    }
    .tab-content .forte-img {
        width: 816px;
    }
    .forte-content h5 {
        font-size: 34px;
    }
    .forte-desc {
        margin-top: 20px;
        font-size: 14px;
    }
    .centerCont {
        padding-bottom: 104px;
    }
    .subhead {
        margin-top: 86px;
        font-size: 34px;
    }
    .subdesc {
        font-size: 16px;
        max-width: 1074px;
        margin: 20px auto 0 auto;
    }
    .centerCont-tabs {
        margin-top: 20px;
    }
    .centerCont-tab {
        font-size: 14px;
        margin-right: 10px;
        padding: 0 20px 4px 20px;
    }
    .centerCont .n-page-content {
        margin-top: 30px;
    }
    .transparentBtn {
        margin: 68px;
    }
    .n-resource-content li {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .n-resource-content li a {
        font-size: 18px;
    }
    .n-resource img {
        margin-right: 42px;
        width: 592px;
    }
    .n-chat-content {
        left: calc((100% - 1200px)/2);
    }
    .n-chat-title {
        font-size: 20px;
    }
    .n-chat-content ul li {
        font-size: 16px;
    }
    .n-chat-content .pre-sales-pop-ups-btn {
        margin-top: 16px;
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .n-nav {
        height: 48px;
        margin-top: -48px;
    }
    .n-banner-content {
        width: 1024px;
        left: calc((100% - 1024px)/2);
    }
    .n-banner-content h1 {
        font-size: 46px;
    }
    .n-banner-content p {
        width: 592px;
        padding: 8px 0;
        margin: 8px 0;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-nav-content {
        width: 1000px;
    }
    .n-btns {
        margin-top: 24px;
    }
    .n-btns .projectBtn {
        margin-right: 16px;
    }
    .projectBtn {
        font-size: 14px;
        padding: 6px 36px;
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-nav-content ul li {
        font-size: 14px;
    }
    .n-page-title {
        font-size: 36px;
        padding-top: 88px;
    }
    .n-page-content {
        width: 1024px;
        margin: 58px auto 0 auto;
    }
    .n-tabs div {
        font-size: 14px;
        margin-right: 128px;
        padding-bottom: 16px;
    }
    .tab-content {
        padding: 80px 0 104px 0;
    }
    .forte-content {
        margin-right: 36px;
    }
    .tab-content .forte-img {
        width: 694px;
    }
    .forte-content h5 {
        font-size: 28px;
    }
    .forte-desc {
        margin-top: 16px;
        font-size: 12px;
    }
    .subhead {
        margin-top: 68px;
        font-size: 28px;
    }
    .subdesc {
        max-width: 942px;
        font-size: 14px;
        margin: 16px auto 0 auto;
    }
    .centerCont .n-page-content {
        margin-top: 20px;
    }
    .clickVideo::after {
        width: 68px;
        height: 68px;
    }
    .transparentBtn {
        margin: 58px;
    }
    .n-resource-content li a {
        font-size: 16px;
    }
    .n-resource img {
        width: 504px;
        margin-right: 36px;
    }
    .n-chat-content {
        left: calc((100% - 1024px)/2);
    }
    .n-chat-content ul li {
        font-size: 14px;
    }
    .n-chat-title {
        font-size: 16px;
    }
    .n-chat-content .pre-sales-pop-ups-btn {
        margin-top: 12px;
        font-size: 12px;
    }
    .n-qa {
        font-size: 14px;
        margin-top: 16px;
        padding-bottom: 16px;
    }
    .n-qa:last-child {
        margin-bottom: 80px;
    }
    .productContent .redBtn {
        margin-top: 60px;
    }
}

@media screen and (max-width:1040px) {
    .n-banner-content {
        width: 750px;
        left: calc((100% - 750px)/2);
        height: unset;
        top: 48px;
    }
    .n-banner-content h1 {
        font-size: 40px;
    }
    .n-banner-content p {
        width: 400px;
    }
    .projectBtn {
        padding: 6px 26px;
        font-size: 12px;
    }
    .n-btns {
        margin-top: 24px;
    }
    .n-nav {
        height: 48px;
        margin-top: -48px;
    }
    .n-nav-content {
        width: 750px;
    }
    .n-nav-content a {
        font-size: 12px;
    }
    .n-page-title {
        font-size: 26px;
        padding-top: 64px;
    }
    .n-page-content {
        width: 750px;
        margin: 42px auto 0 auto;
    }
    .n-tabs div {
        margin-right: 84px;
        padding-bottom: 12px;
    }
    .tab-content .forte-img {
        width: 506px;
    }
    .forte-content {
        margin-right: 26px;
    }
    .forte-content h5 {
        font-size: 20px;
    }
    .forte-desc {
        margin-top: 8px;
    }
    .tab-content {
        padding: 58px 0 76px 0;
    }
    .tab-content .transparentBtn {
        bottom: 24px;
    }
    .subhead {
        margin-top: 50px;
        font-size: 20px;
    }
    .subdesc {
        font-size: 12px;
        max-width: 750px;
    }
    .centerCont .n-page-content {
        margin-top: 12px;
    }
    .centerCont-tab {
        font-size: 12px;
    }
    .n-center-video {
        width: 750px;
    }
    .transparentBtn {
        margin: 48px 0;
    }
    .productContent {
        padding-bottom: 68px;
    }
    .n-resource {
        flex-wrap: wrap;
    }
    .n-resource img {
        width: 100%;
        margin-right: 0;
    }
    .n-resource-content {
        width: 100%;
        margin-top: 24px;
    }
    .n-chat {
        margin-top: 48px;
    }
    .n-chat-content {
        left: calc((100% - 750px)/2);
    }
    .n-chat-title {
        font-size: 14px;
    }
    .n-chat-content ul {
        margin-top: 4px;
        margin-left: 16px;
    }
    .n-chat-content ul li {
        font-size: 12px;
    }
    .n-chat-content .pre-sales-pop-ups-btn {
        margin-top: 4px;
    }
    .n-ask {
        margin-bottom: 6px;
    }
    .n-qa {
        margin-top: 8px;
    }
    .n-asnwer {
        font-size: 12px;
    }
    .n-resource-content li a {
        font-size: 14px;
    }
    .full-video div img {
        width: 36px;
    }
    .n-scene-name {
        transform: translateY(30px);
    }
    .n-scene-name p {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .n-banner-content {
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
        top: 1.875rem;
    }
    .n-banner-content h1 {
        font-size: 2rem;
    }
    .n-banner-content p {
        width: 100%;
        font-size: .8125rem;
        line-height: 150%;
    }
    .n-banner-content ul li {
        font-size: .625rem;
    }
    .projectBtn {
        font-size: .875rem;
        padding: .5rem 1.125rem;
        border-radius: .125rem;
    }
    .n-btns .whiteBtn {
        display: none;
    }
    .n-page-title {
        font-size: 1.25rem;
        padding-top: 2.8125rem;
    }
    .n-page-content {
        width: 20.9375rem;
        margin: 1.5625rem auto 0 auto;
    }
    .n-tabs div {
        font-size: .75rem;
        margin-right: .75rem;
        padding-bottom: .4375rem;
    }
    .tab-content {
        padding: 1.5rem 0 3.75rem 0;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .forte-content {
        margin-right: 0;
    }
    .tab-content .forte-img {
        width: 100%;
    }
    .forte-content h5 {
        font-size: 1.125rem;
        text-align: center;
        margin-top: .75rem;
    }
    .forte-desc {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .tab-content .transparentBtn {
        bottom: .75rem;
    }
    .subhead {
        margin-top: 2.1875rem;
        font-size: 1.25rem;
    }
    .subdesc {
        font-size: .75rem;
        padding: 0 1.375rem;
        margin: .75rem auto 0 auto;
    }
    .centerCont-tabs {
        margin-top: 1.125rem;
    }
    .full-video div img {
        width: 1.5rem;
    }
    .n-center-video {
        width: 100%;
    }
    .clickVideo::after {
        width: 3.75rem;
        height: 3.75rem;
    }
    .transparentBtn {
        margin: 1.5rem 0 3.75rem 0;
    }
    .centerCont .n-page-content {
        margin-top: .75rem;
    }
    .centerCont {
        padding-bottom: 3.75rem;
    }
    .n-resource-content li {
        margin-top: .75rem;
        padding-bottom: .75rem;
    }
    .n-resource-content li a {
        font-size: .75rem;
    }
    .n-resource-content {
        margin-top: 1.125rem;
    }
    .n-chat-content {
        left: calc((100% - 20.4375rem)/2);
        width: 12.5rem;
    }
    .n-chat-title {
        font-size: 1rem;
    }
    .n-chat-content ul li {
        font-size: .75rem;
    }
    .n-chat-content .pre-sales-pop-ups-btn {
        margin-top: 1.5625rem;
    }
    .n-qa {
        font-size: .75rem;
        margin-top: .75rem;
        padding-bottom: .75rem;
    }
    .n-qa:last-child {
        margin-bottom: 2.8125rem;
    }
    .productContent .transparentBtn {
        border: none;
        padding: 0;
        margin-top: .75rem;
        font-size: .75rem;
    }
    .n-project-page .productContent .transparentBtn::after {
        content: '>';
        display: inline;
    }
    .n-project-page .productContent .clickVideo::after {
        content: '>';
        width: unset;
        height: unset;
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        background-image: unset;
        margin-left: 4px;
    }
    .productContent .redBtn {
        margin-top: 2.1875rem;
    }
    .productContent {
        padding-bottom: 3.125rem;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: #dfe5eb;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #dfe5eb;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
    }
    .whiteBtn {
        font-size: 14px;
        color: #DA0030;
        background: #FFFFFF;
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        border-radius: 4px;
        display: inline-block;
        padding: 6px 18px;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #292929;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 12px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
        color: #292929;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-nav-content a {
        color: #292929;
    }
    .n-scene-name {
        transform: translateY(0);
    }
    .n-scene-name p {
        opacity: 1;
        font-size: .75rem;
        margin-top: .125rem;
    }
}


/* 7.22新增 */

.solutionCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.solutionCard {
    position: relative;
    overflow: hidden;
}

.solutionCard img {
    transition: transform .3s ease-in-out;
}

.solutionCard:hover img {
    transform: scale(1.05);
}

.solutionCard a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.solutionText {
    position: absolute;
    width: 100%;
    padding: 40px 24px 0 24px;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 5;
}

.solutionText h3 {
    color: #0175E8;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.solutionText p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}

.solutionText span {
    display: block;
    margin-top: 16px;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.n-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.n-products a img {
    width: 250px;
}

@media screen and (max-width:1440px) {
    .solutionText h3 {
        font-size: 20px;
    }
    .solutionText {
        padding: 24px 16px 0 16px;
    }
}

@media screen and (max-width:1280px) {
    .solutionText p {
        font-size: 14px;
        margin-top: 12px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .solutionText span {
        font-size: 14px;
    }
}

@media screen and (max-width:1040px) {
    .solutionCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    .solutionCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

#productSection {
    background: #f7f9f8;
    padding: 120px 0;
}

#productSection .n-title {
    margin-top: 0;
}

.pageContent {
    width: 1400px;
    margin: 0 auto;
}

.tabCont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.tabCont div {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    padding: 12px 32px;
    cursor: pointer;
}

.tabCont div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E3E5E6;
    left: 0;
    bottom: 0;
}

.tabCont div.on {
    color: #E60039;
    pointer-events: none;
}

.tabCont div.on::after {
    background: #E60039;
}

.tabInfo {
    display: none;
}

.tabInfo.on {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.productCard img {
    width: 250px;
}

.productCard {
    position: relative;
    text-align: center;
    background: #FFF;
    padding: 20px 16px;
}

.productCard h3 {
    color: #2A2B2E;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}

.productCard p {
    margin-top: 12px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.productCard span {
    display: block;
    margin-top: 24px;
    color: #E60039;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.productCard a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mobileTab {
    display: none;
}

.newsInfo {
    position: relative;
    height: 100%
}

.newsInfo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newsText {
    padding: 16px 24px 54px 24px;
}

.newsText h3 {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

.dateInfo {
    position: absolute;
    bottom: 16px;
    display: flex;
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.dateInfo::before {
    content: '';
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(../RJ-img/date.svg);
}

#newsSwiper .swiper-slide {
    height: unset;
}

.newsSection {
    position: relative;
}

.buttonInfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.buttonInfo.prev {
    left: -120px;
}

.buttonInfo.next {
    right: -120px;
}

.buttonInfo.swiper-button-disabled {
    pointer-events: none;
}

#newsSwiper {
    padding-bottom: 20px;
}

#newsSwiper .swiper-pagination {
    bottom: 0;
}

#newsSwiper .swiper-pagination-bullet {
    border-radius: unset;
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    opacity: 1;
    margin: 0;
}

#newsSwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

.n-asnwer a {
    text-decoration: underline;
    color: #0175E8;
}

@media screen and (max-width:1680px) {
    .buttonInfo {
        display: none;
    }
}

@media screen and (max-width:1480px) {
    .productCard img {
        width: 220px;
    }
    .tabCont div {
        font-size: 18px;
    }
}

@media screen and (max-width:1280px) {
    .tabCont {
        margin: 48px 0;
    }
    .newsText h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .tabInfo.on {
        grid-template-columns: repeat(2, 1fr);
    }
    .productCard img {
        width: 120px;
    }
    .productCard h3 {
        font-size: 16px;
    }
    .productCard p,
    .productCard span {
        font-size: 12px;
    }
    .productCard p br {
        display: none;
    }
    #productSection {
        padding: 60px 0;
    }
    .mobileTab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 48px;
        font-size: 16px;
        color: #292929;
        padding: 8px 0;
        border-bottom: 1px solid #E3E5E6;
    }
    .mobileTab::after {
        width: 24px;
        height: 24px;
        background-image: url(../RJ-img/arrow.svg);
        display: block;
        content: '';
        background-size: cover;
        transform: rotate(90deg);
    }
    .mobileTab.on::after {
        transform: rotate(-90deg);
    }
    .tabSection {
        position: sticky;
        top: 64px;
        background: #f7f9f8;
        z-index: 6;
        margin-bottom: 24px;
    }
    .tabCont {
        display: none;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .tabCont div {
        font-size: 14px;
        padding: 10px 0px;
        width: 100%;
    }
    .tabCont div::after {
        display: none;
    }
}