* {
    box-sizing: border-box;
}

.navCont {
    display: flex;
    justify-content: space-between;
    padding-left: calc((100% - 1400px)/2);
    padding-right: calc((100% - 1400px)/2);
    padding-top: 20px;
    padding-bottom: 20px;
    background: #282826;
}

.pageBtns {
    margin-top: 60px;
}

.pageBtns .pageBtn {
    margin-right: 24px;
}

.pageBtn {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 4px;
    padding: 0 40px;
}

.pageBtn.red {
    color: #FFF;
    background: #E60039;
}

.pageBtn.white {
    color: #E60039;
    background: #FFF;
}

.pageBtn.red:hover {
    background: #DA0030;
}

.pageBtn.white:hover {
    color: #FFF;
    background: #E60039;
}

.navTitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.navTabs a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-right: 24px;
}

.navTabs a.on {
    color: #DA0030;
    pointer-events: none;
}

.bannerCont {
    position: relative;
}

.bannerCont img {
    width: 100%;
}

.bannerInfo {
    width: 800px;
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.bannerInfo h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.bannerInfo p {
    margin-top: 24px;
    color: #EEE;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 700px;
}

.pageCont {
    width: 1400px;
    margin: 40px auto 0 auto;
    position: relative;
}

.pageTitle h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 125%;
}

.pageDesc {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.pageTitle {
    position: absolute;
    top: 60px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
}

.contBg.video .ani {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.pageCont img {
    width: 100%;
}

.customNum {
    position: absolute;
    top: 372px;
    left: 954px;
}

.customNum span {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.customNum strong {
    color: #FFF;
    font-size: 98px;
    font-weight: 700;
    line-height: 110%;
}

.contTabs {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contTab {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 24px;
    cursor: pointer;
}

.contTab::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.50);
}

.contTab.on {
    pointer-events: none;
}

.contTab.on::after {
    height: 3px;
    background: #01A0E8;
}

.contBg.video img {
    display: none;
}

.float-desc {
    position: absolute;
    top: 180px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    z-index: 4;
}

#contactus {
    margin-top: 80px;
    padding: 40px 0;
    background-image: url("../RJ-img/contact-bg.webp");
}

#contactus .n-page-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0 auto;
    width: 1400px;
}

.n-box-title {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    margin-bottom: 24px;
}

.n-box-desc {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

#contactus .primary-btn {
    background: #DA0030;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 48px;
    width: 400px;
    text-align: center;
    border-radius: 4px;
    transition: background .16s linear;
}

#contactus .primary-btn:hover {
    background: #C7002A;
}

@media screen and (max-width:1440px) {
    .navCont {
        padding-left: calc((100% - 1200px) / 2);
        padding-right: calc((100% - 1200px) / 2);
    }
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .bannerInfo h1 {
        font-size: 40px;
    }
    .bannerInfo {
        width: 600px;
    }
    .pageCont {
        width: 1200px;
    }
    .pageTitle h3 {
        font-size: 28px;
    }
    .pageDesc {
        font-size: 14px;
    }
    .pageTitle {
        width: 1000px;
    }
    .customNum {
        position: absolute;
        top: 300px;
        left: 808px;
    }
    .customNum span {
        font-size: 22px;
    }
    .customNum strong {
        font-size: 82px;
    }
    .float-desc {
        width: 1000px;
        font-size: 14px;
        top: 166px;
    }
    #contactus .primary-btn {
        width: 320px;
    }
    #contactus .n-page-content {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    .navCont {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navTabs a {
        font-size: 14px;
    }
    .bannerInfo {
        left: calc((100% - 1000px)/2);
    }
    .bannerInfo h1 {
        font-size: 36px;
    }
    .bannerInfo p {
        max-width: 500px;
        font-size: 14px;
        margin-top: 20px;
    }
    .pageCont {
        width: 1000px;
    }
    .pageTitle {
        top: 48px;
        width: 800px;
    }
    .customNum {
        top: 250px;
        left: 680px;
    }
    .customNum strong {
        font-size: 72px;
    }
    .pageTitle h3 {
        font-size: 24px;
    }
    .contTab {
        padding: 6px 20px;
        font-size: 14px;
    }
    .contTabs {
        margin-top: 12px;
    }
    .float-desc {
        width: 800px;
        top: 140px;
    }
    #contactus .n-page-content {
        width: 10000px;
    }
}

@media screen and (max-width:768px) {
    .navTitle {
        display: none;
    }
    .navTabs {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .bannerInfo {
        left: 0;
        padding: 40px 20px;
        width: 100%;
        top: 0;
        transform: unset;
    }
    .ys_header {
        height: 64px!important;
    }
    .bannerInfo h1 {
        font-size: 2rem;
    }
    .bannerInfo p {
        margin-top: 1.25rem;
        font-size: 1rem;
    }
    .bannerInfo {
        padding: 2.5rem 1.25rem;
    }
    .pageCont {
        width: 100%;
        margin-top: 0;
    }
    .contBg.video video {
        display: none;
    }
    .contBg.video img {
        display: block;
    }
    .pageTitle h3 {
        font-size: 1.125rem;
    }
    .pageTitle {
        width: 100%;
        padding: 0 .75rem;
    }
    .pageDesc {
        font-size: .75rem;
    }
    .float-desc {
        padding: 0 .75rem;
        width: 100%;
        top: 10.25rem;
        font-size: .75rem;
    }
    .pageTitle {
        top: 3.75rem;
    }
    .contTabs {
        margin-top: .875rem;
    }
    .contTab {
        font-size: .75rem;
        padding: .25rem .75rem;
    }
    .customNum {
        left: 8.125rem;
        top: 16.25rem;
    }
    .customNum span {
        font-size: .75rem;
    }
    .customNum strong {
        font-size: 3.0625rem;
    }
    #contactus {
        margin-top: 0;
    }
    #contactus .n-page-content {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 20px;
    }
    #contactus {
        padding: 40px 0px;
        background-size: 100% 100%;
    }
    .n-box-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .n-box-desc {
        font-size: 16px;
        margin-bottom: 32px;
    }
    #contactus .primary-btn {
        color: #FFF !important;
        font-size: 20px;
        padding: 12px 60px;
        width: 250px;
    }
    .pageCont:last-child {
        margin-bottom: 0;
    }
    .pageBtns .pageBtn {
        margin-right: 1.5rem;
    }
}