* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.advertisement-info-btn {
    margin-top: 32px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    
    color: #FFF !important;
    background-color: #0055CD;
    transition: background-color .16s linear;
    cursor: pointer;
}
.advertisement-info-btn div,
.advertisement-info-btn span,
.advertisement-info-btn strong {
    color: #FFF!important;
}
/* 通用 */
.n-project-page img {
    width: 100%;
}
.n-project-info {
    margin-top: 120px;
}
.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}
.n-page-title-white{
    color: #FFFFFF;
}
.n-page-content{
    width: 1400px;
    margin: 60px auto 0 auto;
}
.n-fnt-16{
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-fnt-20{
    font-size: 20px;
    line-height: 150%; /* 30px */
}
.n-fnt-14{
    font-size: 14px;
    line-height: 150%; /* 21px */
}
.blueBg{
    padding-top:120px;
    background: linear-gradient(90deg, #0055CD 0%, #87B9FF 100%);;
}
/* banner和nav */
.n-nav {
    position: relative;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.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: 14px;
    color: #6A6B6D;
    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;
    align-items: center;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 700;
    border-bottom: 2px solid #0055CD;
}

.nav-show {
    display: none;
}
.n-banner {
    position: relative;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 750px;
}
.n-banner-text h1 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
}

.n-banner-text p {
    margin-top: 16px;
    color: #9B9FA8;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0055CD;
    font-size: 14px;
    line-height: 150%;
    width: 120px;
    margin: 0 auto;
}
.transparent-commonlink:hover{
    cursor: pointer;
    color: #0469F7;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition:transform .16s linearr;
    -moz-transition:transform .16s linear;
    -o-transition:transform .16s linear;
}
@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

.reyee-btn{
    padding: 12px 40px;
    border-radius: 40px;
    background: #0055CD;
    backdrop-filter: blur(2.5px);
    color:#FFFFFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.n-nav-content .reyee-btn{
    border-radius: 4px;
    margin-left: 24px;
}
.reyee-btn:hover{
    background: #0469F7;
    color:#FFFFFF;
}

.n-flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n-left-box{
    width: 650px;
}
.n-left-box img{
    border-radius: 4px;
}
.n-right-box{
    width: 654px;
}
.n-desc{
    color: #6A6B6D;
}
.why-reyee .n-page-title{
    margin:12px 0;
    text-align: left;
}
.n-grid-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 130px;
}
.n-grid-item{
    text-align: center;
}

.key-features img{
    width: 72px;
}
.key-features-title{
    margin: 24px auto 12px;
    font-weight: 600;
    color:#2A2B2E;
}

.n-page-content-product{
    display: flex;
    margin-top: 80px;
    align-items: center;
    position: relative;
}
.n-product-typelist{
    background-color: #00031F;
    padding: 70px 60px 70px calc((100vw - 1400px) / 2);
    border-radius: 0px 8px 0px 0px;
    min-height: 600px;
}
.n-product-type{
    width: 320px;
    border-bottom: 1px solid #9B9FA8;
}
.n-product-type-title{
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    line-height: 150%; 
    cursor: pointer;
}
.n-product-type-title img{
    width: 14px;
    margin-right: 5px;
    transform: rotate(180deg);
}
.n-product-type-desc{
    color: #9B9FA8;
    font-size: 16px;
    line-height: 150%; /* 24px */
    padding-right: 24px;
    display: none;
}
.n-product-type-active{
    border-bottom: 0px solid #9B9FA8;
}
.n-product-type-active .n-product-type-title{
    font-weight: 700;
}
.n-product-type-active img{
    transform: rotate(0deg);
}

.n-product-card{
    width: 330px;
    padding: 24px 24px 48px;
    border-radius: 4px;
    border: 1px solid #F1F3F5;
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 32px;
}
.n-product-card:hover .transparent-commonlink::after {
    transform: translateX(8px);
}
.n-product-card:hover,.n-resource-card:hover{
    box-shadow: 0px 4px 20px 0px rgba(5, 56, 93, 0.50);
}
.n-tag{
    width: fit-content;
    padding: 4px 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    border-radius: 4px;
    position: absolute;
}
.tag-hot{
    border: 1px solid #3491FA;
    background: #E8F7FF;
    color: #3491FA;
}
.tag-new{
    border: 1px solid #0FC6C2;
    background: #E8FFFB;
    color: #0FC6C2;
}
.n-product-box-content{
    margin: 32px 0 24px;
    width: 100%;
    text-align: center;
    height: 306px;
}
.n-product-img{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.n-product-box-content img{
    width: 200px;
    transition: all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
}
.n-card-title{
    color: #292929;
    text-align: center;
    font-weight: 500;
    line-height: 150%; /* 30px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.n-card-desc{
    color: #7D7D7D;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
/* .product-swiper-1,.product-swiper-2,.product-swiper-3,.product-swiper-4,.product-swiper-5{
    position: absolute;
    top: 80px;
    margin-left: 430px;
}
.product-swiper-2,.product-swiper-3,.product-swiper-4,.product-swiper-5{
    display: none;
} */
.swiper-pagination{
    text-align: left;
    width: 972px;
    height: 6px;
    background: #353747;
    border-radius: 6px;
    cursor: pointer;
}
.swiper-scrollbar-drag{
    height: 6px;
    background-color: #FFFFFF;
}
.cloud-app{
    background: linear-gradient(0deg, #F7F9FA -75.26%, #FFF 96.68%);
}
.cloud-app .n-right-box{
    width: 580px;
    
}
.cloud-app .n-page-title{
    text-align: left;
}
.cloud-app .n-desc{
    margin:12px 0;
}
.cloud-app .reyee-btn{
    width: 170px;
}
.n-app-img{
    width: 300px;
    margin-bottom: 48px;
}
.btn-radius{
    border-radius: 40px;
}

.n-service .n-page-title{
    text-align: left;
    margin-bottom: 24px;
}
.n-service .n-desc{
    margin-bottom: 48px;
}
.n-service .transparent-commonlink{
    width: 350px;
    justify-content: flex-start;
    margin: 0;
}
.n-service .n-right-box{
    width: auto;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
.n-service-card{
    padding: 48px 24px;
    border-radius: 8px;
    border: 1px solid #F1F3F5;
    background: conic-gradient(from 180deg at 50% 0%, rgba(247, 249, 250, 0.50) 0deg, #F7F9FA 360deg);
    width: 300px;
    text-align: center;
}
.n-service-card img{
    width: 72px;
    margin-bottom: 24px;
}
.n-tag-desc{
    color: #6A6B6D;
}
.n-resource{
    display: flex;
    background: linear-gradient(90deg, #0055CD 0%, #87B9FF 100%);
}
.n-resource-left{
    background-color: #00031F;
    padding: 0 82.5px 0 calc((100vw - 1400px) / 2);
}
.n-resource-left-box{
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.n-resource-left-box .n-page-title{
    text-align: left;
    color: #FFFFFF;
}
.n-resource-desc{
    margin-top: 12px;
    color: #9B9FA8;
}
.n-resource-right{
    padding: 100px 0px 100px 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.n-resource-card{
    width: 350px;
    padding: 12px 12px 24px;
    border-radius: 8px;
    background: #FAFBFC;
}
.n-resource-card:hover .transparent-commonlink::after {
    transform: translateX(8px);
}
.n-resource-card img{
    border-radius: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
}
.n-img-box{
    overflow: hidden;
    border-radius: 4px;
}
.n-resource-card-box{
    margin-top: 12px;
    padding: 0 12px;
}
.n-source-title{
    color: #2A2B2E;
    font-weight: 700;
    margin-bottom: 12px;
}
.n-source-desc{
    color: #9B9FA8;
    margin-bottom: 48px;
    height: 72px;
}
.n-resource-card .transparent-commonlink{
    justify-content: flex-start;
    margin: 0;
}
.n-getstart{
    width: 1020px;
    margin: 120px auto;
}
.n-getstart .n-desc{
    color: #9B9FA8;
    margin-top: 12px;
    margin-bottom: 24px;
    text-align: center;
}
.n-getstart .reyee-btn{
    width: 204px;
    margin: 0 auto;
}


@media screen and (max-width:1720px) {
    .n-product-card {
        width: 310px;
        padding: 18px 18px 40px;
        border-radius: 4px;
        border: 1px solid #F1F3F5;
        background: #FFFFFF;
        text-align: center;
    }
}
@media screen and (max-width:1600px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h1 {
        font-size: 42px;
    }
    .n-banner-text p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-banner-text a {
        /* margin-top: 24px; */
        height: 40px;
        /* padding: 10px 24px; */
        font-size: 14px;
    }
    .n-nav {
        height: 60px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-left-box {
        width: 570px;
    }
    .n-right-box {
        width: 574px;
    }
    .n-grid-box {
        gap: 80px;
    }
    .n-service-card {
        padding: 36px 18px;
        width: 280px;
    }
    .n-product-typelist {
        padding: 70px 60px 70px calc((100vw - 1200px) / 2);
    }
    .n-resource-left {
        padding: 0 70px 0 calc((100vw - 1200px) / 2);
    }
    .n-resource-right {
        padding: 100px 0px 100px 80px;
        gap: 24px;
    }
    .n-resource-card {
        width: 280px;
    }
    .swiper-pagination{
        width: 772px;
    }
    .n-product-card {
        width: 300px;
    }
}
@media screen and (max-width: 1480px) {
    .advertisement-info-btn {
        margin-top: 0px;
        padding: 0 32px;
        font-size: 14px;
    }
}
@media screen and (max-width:1440px) {
    .n-resource-left {
        padding: 0 50px 0 calc((100vw - 1200px) / 2);
    }
    .n-resource-right {
        padding: 100px 0px 100px 60px;
        gap: 18px;
    }
}
@media screen and (max-width:1280px) {
    .advertisement-info-btn {
        height: 40px;
        padding: 0 28px;
        line-height: 40px;
    }
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
    }
    .n-project-info {
        margin-top: 100px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 880px)/2);
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-fnt-16 {
        font-size: 14px;
    }
    .n-left-box {
        width: 520px;
    }
    .n-right-box {
        width: 524px;
    }
    .n-grid-box {
        gap: 60px;
    }
    .blueBg {
        padding-top: 100px;
    }
    .n-product-typelist {
        padding: 70px 60px 70px calc((100vw - 1080px) / 2);
    }
    .n-resource-left {
        padding: 0 50px 0 calc((100vw - 1080px) / 2);
    }
    .cloud-app .n-right-box {
        width: 540px;
    }
    .n-service .n-left-box{
        width: 460px;
    }
    .n-resource-left {
        padding: 0 20px 0 calc((100vw - 1080px) / 2);
    }
    .n-resource-right {
        padding: 100px 0px 100px 30px;
    }
    .n-resource-left-box {
        width: 260px;
    }
    .n-resource-card {
        width: 268px;
    }
    .n-source-desc {
        color: #9B9FA8;
        margin-bottom: 36px;
    }
}

@media screen and (min-width:990px) {
    .advertisement-info-btn:hover {
        background-color: #003C90;
    }
}

@media screen and (max-width:768px) {
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        background: #ffffff;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #ffffff;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);
    }
    .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;
    }
    .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: 24px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        padding-bottom: 4px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-banner img{
        display: block;
    }
    .n-banner video{
        display: none;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 48px 20px 0 20px;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text p {
        margin-top: 16px;
        font-size: 14px;
    }
    .n-page-title {
        font-size: 24px;
    }
    .n-project-info {
        margin-top: 96px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
        margin: 48px auto 0 auto;
    }
    .whiteBtn {
        background: #0055CD;
        padding: 6px 18px;
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-nav-content .reyee-btn{
        display: none;
    }

    .n-flex-box{
        flex-direction: column-reverse;
    }
    .n-left-box,.n-right-box {
        width: 100%;
        text-align: center;
    }
    .why-reyee .n-page-title {
        margin: 24px 0;
        text-align: center;
    }
    .n-left-box{
        margin-top: 24px;
    }
    .n-grid-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
    }
    .key-features img {
        width: 64px;
    }
    .blueBg {
        padding-top: 96px;
        background: linear-gradient(167deg, #0055CD 20.79%, #87B9FF 103.87%);
    }
    .cloud-app .n-right-box {
        width: 100%;
    }
    .cloud-app .n-page-title {
        text-align: center;
    }
    .cloud-app .n-desc {
        margin: 24px 0;
    }
    .n-app-img{
        margin: 0 auto 380px;
    }
    .cloud-app .reyee-btn{
        margin: 0 auto 48px;
    }
    .cloud-app .n-flex-box{
        position: relative;
    }
    .cloud-app .n-left-box{
        position: absolute;
        width: 335px;
        bottom: 142px;
    }
    .reyee-btn {
        padding: 12px 24px;
    }
    .n-service .n-flex-box{
        flex-direction: column;
    }
    .n-service .n-left-box {
        width: 100%;
        margin-top: 0px;
    }
    .n-service .n-right-box{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 48px;
    }
    .span-pc{
        display: none;
    }
    .n-service .n-desc {
        margin-bottom: 24px;
    }
    .n-service .transparent-commonlink {
        justify-content: center;
    }
    .n-service-card img {
        width: 64px;
    }
    .n-service-card {
        padding: 48px 24px;
        width: 300px;
    }
    .n-resource {
        flex-direction: column;
        background: linear-gradient(167deg, #0055CD 20.79%, #87B9FF 103.87%);
    }
    .n-resource-left {
        padding: 48px 0px 24px;
        text-align: center;
        background-color: unset;
    }
    .n-resource-left-box {
        padding: 24px 20px;
        width: 100%;
    }
    .n-resource-left-box .n-page-title {
        text-align: center;
    }
    .n-resource-desc {
        margin-top: 24px;
        color: #FFFFFF;
    }
    .n-resource-right {
        padding: 0px 20px 96px ;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .n-resource-card {
        width: 100%;
    }
    .n-source-desc {
        margin-bottom: 48px;
        height: auto;
    }
    .n-getstart {
        width: 100%;
        margin: 96px auto;
        padding: 0 20px;
    }
    .n-getstart .n-desc {
        margin-top: 24px;
        margin-bottom: 48px;
    }
    .n-page-content-product {
        margin-top: 48px;
    }
    .n-product-type {
        width: 100%;
    }
    .n-page-content-product {
        flex-direction: column-reverse;
    }
    .n-product-typelist {
        padding: 0;
        margin: 0 12px 96px;
        border-radius: 8px;
        min-height: auto;
    }
    .n-product-type{
        padding: 24px;
        position: relative;
    }
    .n-product-type-title {
        padding: 12px 0;
    }
    .n-product-type-desc {
        padding-right: 0px;
        padding-bottom: 24px;
    }
    .swiper-pagination {
        width: 100%;
    }
    .n-product-card {
        width: 230px;
        padding: 12px 12px 24px;
        margin-bottom: 24px;
    }
    .n-product-box-content img {
        width: 120px;
    }
    .n-tag {
        padding: 3px 9px;
        text-align: center;
        font-size: 10px;
    }
    .n-product-box-content {
        margin: 12px auto;
        width: 100%;
    }
    .n-card-title {
        font-size: 16px;
    }
    .n-card-desc {
        font-size: 12px;
    }
    .n-product-card .transparent-commonlink{
        font-size: 12px;
    }
    .n-product-card .transparent-commonlink::after {
        width: 18px;
        height: 18px;
    }
    /* .product-swiper-1, .product-swiper-2, .product-swiper-3, .product-swiper-4, .product-swiper-5 {
        position: static;
        margin-left: 0px;
        width: calc(100vw - 72px);
        margin-bottom: 18px;
    } */
    .swiper-pagination {
        width: calc(100vw - 72px);
    }
    .n-product-type-active{
        padding: 24px 24px 0;
    }
    .n-service .n-page-title{
        text-align: center;
    }
}