* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pageMain img {
    width: 100%;
}

.bannerCont {
    position: relative;
}

.bannerCont video {
    width: 100%;
}

.bannerInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
    z-index: 9;
}

.bannerCont img {
    display: none;
}

.bannerInfo h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.bannerInfo p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.bannerInfo a {
    margin-top: 42px;
}

.pageInfo {
    padding: 80px 0;
}

.page-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-btn.red {
    color: #FFF;
    background: #E60039;
}

h2.pageTitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #292929;
    margin-bottom: 60px;
}

.pageCont {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.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;
}

#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;
}

.cardCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cardInfo {
    position: relative;
    overflow: hidden;
}

.cardText {
    position: absolute;
    top: 32px;
    left: 24px;
    z-index: 10;
}

.cardText h3.newTag::after {
    content: 'NEW';
    border-radius: 100px;
    border: 1px solid #DC445F;
    background: #E60039;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 8px;
    margin-left: 8px;
}

.cardText h3.futureTag::after {
    content: '即将上线';
    border-radius: 100px;
    border: 1px solid #DC445F;
    color: #DC445F;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 8px;
    margin-left: 8px;
}

.cardInfo h3 {
    display: flex;
    align-items: center;
    color: #0175E8;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.cardInfo p {
    color: #878787;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
    padding-right: 24px;
}

.cardInfo span {
    display: flex;
    align-items: center;
    margin-top: 24px;
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.cardInfo span::after {
    content: '';
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url(../RJ-img/link.svg);
    margin-left: 8px;
    transition: transform 0.3s ease-in-out;
}

.cardInfo a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.cardInfo img {
    transition: transform 0.3s ease-in-out;
}

.caseCont {
    position: relative;
}

.caseText {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    width: 340px;
    padding: 36px;
}

.caseText h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.caseText p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseText span {
    display: flex;
    margin-top: 70px;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseText a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.insightCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.insightInfo {
    position: relative;
    background: #FFF;
}

.insightInfo img {
    transition: all 0.3s ease;
}

.insightInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insightText {
    padding: 24px;
}

.insightCont h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    min-height: 76px;
}

.insightText span {
    display: block;
    margin-top: 16px;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

.greyBg {
    background: #F7F9FA;
}

.whyCont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.whyInfo {
    text-align: center;
}

.whyInfo h3 {
    margin-top: 60px;
    color: #2A2B2E;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.whyInfo p {
    color: #6A6B6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.whyInfo img {
    width: 120px;
    margin: 0 auto;
}

.journeyInfo {
    position: absolute;
}

.journeyYear {
    display: none;
}

.journeyImg {
    position: relative;
    width: 1564px;
    margin: 0 auto;
}

.journeyInfo h3 {
    color: #2A2B2E;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.journeyInfo ul {
    margin-top: 16px;
}

.journeyInfo li {
    list-style: disc;
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 20px;
}

#journey1 {
    left: 320px;
    top: 30px;
}

#journey2 {
    left: 770px;
    top: 30px;
}

#journey3 {
    left: 1170px;
    top: 30px;
}

#journey4 {
    top: 458px;
    left: 130px;
}

#journey5 {
    top: 490px;
    left: 580px;
}

#journey6 {
    top: 460px;
    left: 1020px;
}

@media screen and (max-width:1788px) {
    .news-pag {
        width: 1600px;
        left: -100px;
    }
}

@media screen and (max-width:1620px) {
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .bannerInfo h1 {
        font-size: 42px;
    }
    .pageCont {
        width: 1200px;
    }
    .cardInfo h3 {
        font-size: 18px;
    }
    .cardText h3.newTag::after,
    .cardText h3.futureTag::after {
        font-size: 12px;
    }
    .cardInfo p {
        font-size: 14px;
    }
    .insightCont h3 {
        font-size: 18px;
        min-height: 67px;
    }
    .journeyImg {
        width: 1344px;
    }
    .journeyInfo h3 {
        font-size: 18px;
    }
    .journeyInfo li {
        font-size: 14px;
    }
    .journeyInfo ul {
        margin-top: 12px;
    }
    #journey1 {
        left: 274px;
    }
    #journey2 {
        left: 660px;
    }
    #journey3 {
        left: 1002px;
    }
    #journey4 {
        top: 406px;
        left: 108px;
    }
    #journey5 {
        top: 426px;
        left: 504px;
    }
    #journey6 {
        top: 410px;
        left: 884px;
    }
    .whyInfo p {
        font-size: 14px;
    }
    .whyInfo img {
        width: 100px;
    }
    .whyInfo h3 {
        margin-top: 48px;
    }
    .n-news-card {
        width: 380px;
    }
    .news-pag {
        width: 1400px;
    }
    .caseText {
        padding: 24px;
        left: calc((100% - 1200px)/2);
    }
}

@media screen and (max-width:1440px) {
    .news-pag {
        display: none;
    }
    .page-btn {
        height: 40px;
        line-height: 40px;
        padding: 0 32px;
    }
    .bannerInfo {
        left: calc((100% - 1100px)/2);
        max-width: 600px;
    }
    .bannerInfo h1 {
        font-size: 36px;
    }
    .bannerInfo p {
        font-size: 14px;
    }
    h2.pageTitle {
        font-size: 32px;
        margin-bottom: 48px;
    }
    .news-title {
        font-size: 16px;
    }
    .pageCont {
        width: 1100px;
    }
    .cardText {
        top: 24px;
        left: 16px;
    }
    .cardInfo p {
        padding-right: 16px;
        margin-top: 12px;
    }
    .n-news-card {
        width: 360px;
    }
    .insightCont h3 {
        font-size: 16px;
        min-height: 60px;
    }
    .journeyImg {
        width: 1142px;
    }
    .journeyInfo h3 {
        font-size: 16px;
    }
    #journey1 {
        left: 236px;
    }
    #journey2 {
        left: 564px;
    }
    #journey3 {
        left: 856px;
        top: 24px;
    }
    #journey4 {
        top: 340px;
        left: 99px;
    }
    #journey5 {
        top: 352px;
        left: 428px;
    }
    #journey6 {
        top: 338px;
        left: 754px;
    }
    .caseText {
        left: calc((100% - 1100px)/2);
    }
    .caseText h3 {
        font-size: 22px;
    }
    .caseText p {
        margin-top: 14px;
        font-size: 14px;
    }
    .caseText span {
        margin-top: 52px;
    }
}

@media screen and (max-width:1280px) {
    .bannerInfo {
        left: calc((100% - 920px)/2);
        max-width: 530px;
    }
    .bannerInfo h1 {
        font-size: 32px;
    }
    .page-btn {
        font-size: 14px;
    }
    h2.pageTitle {
        font-size: 28px;
    }
    .pageInfo {
        padding: 60px 0;
    }
    .pageCont {
        width: 920px;
    }
    .cardCont {
        grid-template-columns: repeat(2, 1fr);
    }
    #product .pageCont {
        width: 750px;
    }
    .n-news-card {
        width: 300px;
    }
    .whyInfo img {
        width: 80px;
    }
    .whyInfo h3 {
        margin-top: 32px;
        font-size: 18px;
    }
    .whyInfo p {
        font-size: 12px;
        margin-top: 12px;
    }
    .journeyImg {
        width: 948px;
    }
    .journeyInfo h3 {
        font-size: 14px;
    }
    .journeyInfo li {
        font-size: 12px;
    }
    .journeyInfo ul {
        margin-top: 8px;
    }
    #journey1 {
        top: 24px;
        left: 196px;
    }
    #journey2 {
        left: 464px;
        top: 20px;
    }
    #journey3 {
        left: 708px;
        top: 18px;
    }
    #journey4 {
        top: 280px;
        left: 80px;
    }
    #journey5 {
        top: 294px;
        left: 354px;
    }
    #journey6 {
        top: 281px;
        left: 624px;
    }
    .caseText {
        left: calc((100% - 920px)/2);
        padding: 20px;
    }
    .caseText span {
        margin-top: 36px;
    }
    .caseText h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .bannerCont video {
        display: none;
    }
    .bannerCont img {
        display: block;
    }
    .bannerInfo {
        left: 0;
        top: 40px;
        width: 100%;
        padding: 0 20px;
        transform: unset;
    }
    .bannerInfo h1 {
        font-size: 30px;
    }
    .bannerInfo p {
        font-size: 16px;
    }
    .news-pag {
        display: none;
    }
    #news .swiper-pagination-bullet {
        width: 24px;
    }
    .news-swiper-pagination {
        margin-top: 0px;
    }
    .n-news-card {
        width: 100%;
    }
    .pageCont {
        width: 100%;
        padding: 0 20px;
    }
    .cardCont {
        grid-template-columns: repeat(1, 1fr);
    }
    #product .pageCont {
        width: 100%;
    }
    .insightCont {
        grid-template-columns: repeat(1, 1fr);
    }
    .whyCont {
        grid-template-columns: repeat(2, 1fr);
    }
    .caseCont {
        width: 100%;
        padding: 0 20px 40px 20px;
    }
    .caseText {
        margin-top: 24px;
        width: 100%;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        padding: unset;
    }
    .journeyImg {
        width: 100%;
    }
    .news-swiper-pagination {
        justify-content: center;
    }
    .cardInfo {
        grid-column: unset!important;
    }
    .jouneryCont {
        padding: 0 20px;
    }
    .journeyText {
        margin-top: 40px;
        position: relative;
    }
    .journeyText::before {
        position: absolute;
        left: 7px;
        top: 24px;
        content: '';
        display: block;
        width: 2px;
        height: 120%;
        background: linear-gradient( to bottom, #0174E8 0%, white 88%);
    }
    .journeyInfo {
        position: unset;
        display: flex;
        margin-bottom: 40px;
    }
    .journeyInfo h3 {
        font-size: 20px;
    }
    .journeyInfo ul {
        margin-top: 8px;
    }
    .journeyInfo li {
        font-size: 15px;
    }
    .journeyYear {
        display: flex;
        color: #0174E8;
        font-size: 22px;
        font-weight: 700;
        line-height: 150%;
        margin-right: 12px;
    }
    .circle {
        margin-top: 8px;
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #0174E8;
        margin-right: 8px;
        background: #FFF;
        z-index: 9;
    }
    .circle::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #0174E8;
    }
    .whyInfo h3 {
        margin-top: 24px;
    }
}

@media screen and (min-width:1200px) {
    .page-btn.red:hover {
        background: #CC002D;
    }
    .cardInfo:hover span::after {
        transform: translateX(10px);
    }
    .cardInfo:hover img {
        transform: scale(1.05);
    }
    .insightInfo:hover img {
        transform: scale(1.05);
    }
}


/* 其他页面代码 */

.feature-tag img {
    width: unset;
}

.hero-scenario {
    margin-bottom: 80px;
}