* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#stepSwiper{
    display: none;
}
.n-breadcrumb {
    width: 1400px;
    margin: 18px auto;
}

.caseCont img {
    width: 100%;
}

.caseBanner {
    position: relative;
}

.caseBannerInfo h1 {
    color: #2A2B2E;
    font-size: 60px;
    font-weight: 700;
}

.caseBannerInfo h1::before {
    content: '';
    margin-bottom: 16px;
    display: block;
    width: 240px;
    height: 4px;
    background: linear-gradient(90deg, #E60039 0%, rgba(230, 0, 57, 0.00) 100%);
}

.caseBannerInfo h1 span {
    color: #E60039;
}

.caseBannerInfo h2 {
    color: #6A6B6D;
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}

.caseBannerInfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1400px;
    left: calc((100% - 1400px)/2);
}

.caseBannerInfo .n-project-btns {
    margin-top: 40px;
}

.n-project-btns .n-project-btn {
    margin-right: 24px;
}

.n-project-btn {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 48px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: background .16s linear;
    cursor: pointer;
}

.n-project-btn.circle {
    border-radius: 23px;
}

.n-project-btn.red {
    color: #FFF;
    background: #DA0030;
}

.n-project-btn.redBorder {
    border: 1px solid #E60039;
    color: #E60039;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}

.caseSeciton {
    display: flex;
    justify-content: space-between;
}

.caseCards {
    width: 688px;
}

.caseCard {
    background-color: #F7F9FA;
}

.swiper .n-project-btn {
    display: inline-block;
}

.caseCardText {
    padding: 24px;
}

.caseCardText h3 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.caseCardText b {
    display: block;
    margin-top: 4px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.caseCardText p {
    margin-top: 16px;
    margin-bottom: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseCardTabs {
    width: 688px;
    background: #F7F9FA;
}

.caseCardTab {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 166px;
    padding: 24px;
    cursor: pointer;
}

.caseCardTab.active {
    background: #E4E8EB;
    pointer-events: none;
}

.caseCardTab.active::before {
    position: absolute;
    height: 100%;
    content: '';
    width: 4px;
    background: #E60039;
    top: 0;
    left: 0;
}

.caseCardTab h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.caseCardTab p {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caseCardTab img {
    width: 192px;
    margin-right: 16px;
}

.fullCont {
    position: relative;
}

.fullInfo {
    position: absolute;
    width: 398px;
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    left: calc((100% - 1400px)/2);
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.fullInfo h3 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.fullInfo b {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.fullInfo p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.fullInfo .n-project-btns {
    margin-top: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fullInfo .n-project-btn {
    display: flex;
    align-items: center;
    width: 168px;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.n-project-btn.video::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url(/al/202408/RJ-img/play.svg);
    margin-right: 12px;
}

.caselist {
    position: relative;
    background: #F7F9FA;
}

.caselistText {
    padding: 16px;
}

.caselist h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.caselist b {
    margin-top: 4px;
    display: block;
    overflow: hidden;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.caselist p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
    margin-bottom: 28px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.caselist span {
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.caselist span::after {
    content: '';
    display: block;
    margin-left: 8px;
    width: 24px;
    height: 24px;
    background-image: url(/al/202408/RJ-img/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: margin-left .16s linear;
}

.caselist a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.caselistImg {
    overflow: hidden;
}

.caselistImg img {
    transition: transform .16s linear;
}

.ctaBtns {
    text-align: center;
    margin-bottom: 80px;
}

.stepTitle {
    text-align: center;
}

.stepTitle h2 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 700;
    line-height: 200%;
}

.stepTitle h2 strong {
    font-size: 48px;
}

.stepCont {
    position: relative;
    padding-top: 80px;
    background-image: url(/al/202408/RJ-img/stepBg.webp);
    background-size: 100% 100%;
    background-position: bottom center;
    overflow: hidden;
}

.stepInfo {
    width: 80%;
    margin: 44px auto 0 auto;
    position: relative;
}

.case-prev img{
    width: 44px;
    animation: fadeLoop 0.5s infinite alternate; /* 2ÃëÑ­»·£¬Íù·µ */
}
.case-next img{
    width: 44px;
    animation: fadeLoop 0.5s infinite alternate; /* 2ÃëÑ­»·£¬Íù·µ */
}
@keyframes fadeLoop {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
  }

.case-prev,
.case-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.case-prev.swiper-button-disabled,
.case-next.swiper-button-disabled {
    opacity: .1;
    pointer-events: none;
}
.case-prev {
    left: -80px;
}
.case-next {
    right: -80px;
}

#stepSwiper-pc{
    padding-bottom: 50px;
}
.stepCard {
    padding: 0 8px;
}

.stepCard.step1 .stepBag {
    height: 667px;
}

.stepCard.step2 .stepBag {
    height: 730px;
}

.stepCard.step3 .stepBag {
    height: 773px;
}

.stepCard.step4 .stepBag {
    height: 836px;
    border-top: 4px solid #E60039;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.stepBag {
    padding: 24px;
    border-top: 4px solid #0175E8;
    background: linear-gradient(180deg, #FFF 26.87%, #C7CFD7 100%);
}

.stepTitle {
    color: #0175E8;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

.step5 .stepTitle {
    color: #E60039;
}

.stepBag h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
}

.stepBag h3 span {
    color: #0175E8;
}

.stepCard.step4 .stepBag h3 span {
    color: #E60039;
}

.stepBag b {
    margin-top: 12px;
    display: block;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.stepBag p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.stepMask {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 15%, #FFF 85%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px -18px 20px 0px rgba(0, 0, 0, 0.10);
    margin-top: 64px;
    margin-bottom: 60px;
}

.stepMaskInfo {
    text-align: center;
    padding: 24px 1px;
    margin-right: 150px;
}

.stepMaskInfo:last-child {
    margin-right: 0;
}

.stepMaskInfo h3 {
    background: linear-gradient(180deg, #E0A64D 51.5%, #9E750F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 39.55px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 6px;
}
.stepMaskInfo h3 p{
    background: linear-gradient(180deg, #E0A64D 51.5%, #9E750F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 16px */
}

.stepMaskInfo h3 span {
    display: block;
    color: #E60039;
    font-size: 28px;
}

.stepMaskInfo span {
    color: #A27813;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}


.stepMaskInfo p {
    color: #6A6B6D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
}
.step-text{
    position: relative;
}
.step-text::before{
    content: "";
    background-image: url(/al/202408/RJ-img/left.webp);
    background-size: 100% 100%;
    width: 48px;
    height: 78px;
    position: absolute;
    left: 8px;
    top: calc(50% - 39px);
}
.step-text::after{ 
    content: "";
    background-image: url(/al/202408/RJ-img/right.webp);
    background-size: 100% 100%;
    width: 48px;
    height: 78px;
    position: absolute;
    right: 8px;
    top: calc(50% - 39px);
}
.swiper-pagination1{
    text-align: left;
    width: 1400px;
    margin-left: calc((100% - 1400px) / 2);
    height: 14px;
    background: rgba(250, 251, 252, 0.30);;
    border-radius: 6px;
    padding: 3px;
    cursor: pointer;
}
.swiper-scrollbar-drag{
    height: 8px!important;
    background-color: #FFFFFF!important;
}

.n-project-btn.red.learn {
    padding: 0 24px;
    margin-top: 24px;
    z-index: 10;
}

.stepInfo .swiper-wrapper {
    align-items: flex-end;
}

.caseCont .swiper-pagination {
    display: none;
}
.stepCont .swiper-pagination {
    display: block;
}

#caseSwiper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullVideo img {
    display: none;
}

@media screen and (min-width:768px) {
    .n-project-btn.red:hover {
        background: #F23E5E;
    }
    .n-project-btn.redBorder:hover {
        background: rgba(230, 0, 57, 0.03);
    }
    .caselist:hover span::after {
        margin-left: 16px;
    }
    .caselist:hover .caselistImg img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1600px) {
    .n-page-content {
        width: 1200px;
    }
    .caseCards,
    .caseCardTabs {
        width: 592px;
    }
    .caseCardTab {
        height: 150px;
    }
    .caseCardText h3 {
        font-size: 28px;
    }
    .caseCardTab h3 {
        font-size: 20px;
    }
    .caseBannerInfo {
        left: calc((100% - 1200px)/2);
        width: 1200px;
    }
    .caseBannerInfo h1 {
        font-size: 52px;
    }
    .caseBannerInfo h2 {
        font-size: 20px;
    }
    .caseBannerInfo h1::before {
        width: 200px;
    }
    .fullInfo {
        left: calc((100% - 1200px)/2);
    }
    .n-breadcrumb {
        width: 1200px;
    }
    .caselistText {
        padding: 10px;
    }
    .caselist h3 {
        font-size: 20px;
    }
    .stepTitle h2 strong {
        font-size: 52px;
    }
    .stepTitle h2 {
        font-size: 30px;
    }
    .stepTitle {
        font-size: 42px;
    }
    .stepInfo {
        width: 1400px;
        margin: 32px auto 0 auto;
    }
    .swiper-pagination1 {
        width: 1000px;
        margin-left: calc((100% - 1000px) / 2);
    }
    .case-prev {
        left: -60px;
    }
    .case-next {
        right: -60px;
    }
    .stepMaskInfo {
        margin-right: 100px;
    }
}
@media screen and (max-width:1440px) {
    .stepInfo {
        width: 1200px;
        margin: 32px auto 0 auto;
    }

}
@media screen and (max-width:1400px) {
    .caseBannerInfo {
        left: calc((100% - 1024px)/2);
        width: 1024px;
    }
    .caseBannerInfo h1 {
        font-size: 42px;
    }
    .caseBannerInfo h1::before {
        width: 160px;
    }
    .n-project-btn {
        height: 40px;
        line-height: 40px;
        padding: 0 36px;
        font-size: 14px;
    }
    .n-breadcrumb {
        width: 1024px;
    }
    .n-page-content {
        width: 1024px;
    }
    .caseCardText h3 {
        font-size: 24px;
    }
    .caseCardText b {
        font-size: 16px;
    }
    .caseCardText p {
        font-size: 14px;
    }
    .caseCards,
    .caseCardTabs {
        width: 504px;
    }
    .caseCardTab {
        height: 133px;
    }
    .caseCardTab p {
        margin-top: 8px;
    }
    .fullInfo {
        left: calc((100% - 1024px)/2);
    }
    .fullCont {
        padding: 64px 0;
    }
    .fullInfo .n-project-btns {
        margin-top: 60px;
    }
    .fullInfo h3 {
        font-size: 28px;
    }
    .fullInfo p {
        margin-top: 18px;
    }
    .n-page-content {
        padding: 60px 0;
    }
    .stepCont {
        padding-top: 60px;
    }
    .stepTitle h2 strong {
        font-size: 42px;
    }
    .stepTitle h2 {
        font-size: 24px;
    }
    .stepTitle {
        font-size: 32px;
    }
    .stepInfo {
        width: 1024px;
    }
    .stepBag {
        padding: 16px;
    }
    .stepInfo {
        margin: 24px auto 0 auto;
    }
    .stepCard.step1 .stepBag {
        height: 607px;
    }
    .stepCard.step2 .stepBag {
        height: 670px;
    }
    .stepCard.step3 .stepBag {
        height: 713px;
    }
    .stepCard.step4 .stepBag {
        height: 776px;
    }
    .stepMask {
        padding: 0 80px;
    }
    .stepMaskInfo h3 span {
        font-size: 22px;
    }
    .stepMaskInfo h3 {
        font-size: 14px;
    }
    .stepMaskInfo p {
        margin-top: 20px;
        font-size: 12px;
    }
    .stepMaskInfo {
        padding: 32px 1px;
    }
    .stepMaskInfo {
        margin-right: 80px;
    }
    #stepSwiper-pc {
        padding-bottom: 30px;
    }
    .swiper-pagination1 {
        width: 800px;
        margin-left: calc((100% - 800px) / 2);
    }
}

@media screen and (max-width:1200px) {
    .stepMask {
        padding: 0 48px;
    }
    .stepMaskInfo {
        padding: 32px 10px;
    }
}

@media screen and (max-width:1124px) {
    .fullInfo {
        padding: 16px;
    }
    .fullInfo h3 {
        font-size: 20px;
    }
    .fullInfo b {
        font-size: 16px;
    }
    .fullInfo p {
        font-size: 14px;
    }
    .fullInfo .n-project-btns {
        margin-top: 24px;
    }
}

@media screen and (max-width:1068px) {
    .n-page-content {
        width: 100%;
        padding: 60px 40px;
    }
    .caseCards,
    .caseCardTabs {
        width: calc(50% - 12px);
    }
    .caseBannerInfo {
        left: 40px;
        width: unset;
    }
    .fullInfo {
        left: 40px;
    }
    .caseCardTabs {
        display: none;
    }
    .caseCards {
        width: 100%;
    }
    .caseCont .swiper-pagination {
        display: block;
    }
    #caseSwiper {
        padding-bottom: 40px;
    }
    .caseCont .swiper-pagination-bullet {
        width: 24px;
        height: 4px;
        background: #E4E8EB;
        border-radius: 0;
        opacity: 1;
    }
    .caseCont .swiper-pagination-bullet-active {
        background: #E60039;
    }
    #caselistsSwiper {
        padding-bottom: 40px;
    }
    .stepInfo {
        width: 100%;
        padding: 0 40px;
    }
    .n-breadcrumb {
        display: none;
    }
    .stepBag h3 {
        font-size: 20px;
    }
    .stepBag b {
        font-size: 14px;
    }
    .stepBag p {
        margin-top: 12px;
        font-size: 14px;
        margin-bottom: 12px;
        min-height: 64px;
    }
    .stepBag {
        padding: 12px;
    }
    .stepTitle {
        font-size: 24px;
    }
    .stepMaskInfo h3 span {
        font-size: 20px;
    }
    .caseBannerInfo h1 {
        font-size: 32px;
    }
    .caseBannerInfo h2 {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .stepMaskInfo {
        margin-right: 0px;
    }
    .caseBannerInfo {
        top: unset;
        transform: unset;
        bottom: 40px;
        left: 20px;
    }
    .caseBannerInfo h1::before {
        display: none;
    }
    .caseBannerInfo h1 {
        font-size: 28px;
    }
    .n-page-content {
        padding: 60px 20px;
    }
    .fullCont {
        padding: 0;
        position: relative;
    }
    .fullVideo video {
        display: none;
    }
    .fullVideo img {
        display: block;
    }
    .fullInfo {
        padding: 0 20px;
        z-index: 10;
        margin-left: 0;
        width: 100%;
        top: 24px;
        left: 0;
        transform: unset;
        background: unset;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
    }
    .n-project-btn.video::before {
        background-image: url(/al/202408/RJ-img/play-dark.svg);
    }
    .fullInfo .n-project-btn {
        width: calc(50% - 8px);
    }
    .fullInfo h3 {
        color: #FFF;
        font-size: 22px;
    }
    .fullInfo b {
        color: #FFF;
        font-size: 16px;
    }
    .fullInfo p {
        font-size: 16px;
        color: #FFF;
    }
    .fullInfo .n-project-btn:first-child {
        border-color: #FFF;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        color: #FFF;
    }
    .fullInfo .n-project-btn:last-child {
        background-color: #FFF;
        color: #2A2B2E;
    }
    .caseCardText h3 {
        font-size: 22px;
    }
    .caseCardText {
        padding: 20px;
    }
    .caseCardText p {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .caseCardText span.n-project-btn {
        display: none;
    }
    .caselist span {
        display: none;
    }
    #caselists.n-page-content {
        padding: 60px 20px 20px 20px;
    }
    .stepTitle h2 strong {
        font-size: 32px;
    }
    .stepTitle h2 {
        font-size: 18px;
    }
    .stepInfo {
        overflow: hidden;
        margin: 50px auto;
        padding: 0;
    }
    .stepMask {
        position: unset;
    }
    #stepSwiper .swiper-slide {
        width: 280px;
    }
    .stepCard .stepBag {
        height: auto!important;
    }
    .stepBag {
        text-align: left;
        padding: 0;
        border: none;
        background: unset;
    }
    .stepCard {
        background: #FFF;
        border-top: 3px solid #0175E8;
    }
    .stepTitle {
        text-align: center;
        margin-bottom: 12px;
        font-size: 28px;
    }
    .stepCard.step4 .stepBag {
        border: none;
        box-shadow: none;
    }
    #stepSwiper {
        overflow: visible;
        margin-left: 20px;
        margin-right: 20px;
    }
    .stepTitle h2 {
        padding: 0 20px;
        text-align: center;
    }
    .stepCont {
        text-align: center;
    }
    .n-project-btn.red.learn {
        position: unset;
        transform: unset;
        margin: 32px auto 0 auto;
    }
    .stepMask {
        flex-direction: column;
        padding: 0 20px;
        background: unset;
        box-shadow: none;
        margin-bottom: 30px;
    }
    .stepMaskInfo {
        width: 100%;
        background: #FFF;
        margin-bottom: 20px;
        border-radius: 4px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    }
    #stepSwiper {
        padding-bottom: 40px;
    }
    .stepMaskInfo h3 {
        font-size: 16px;
    }
    .stepMaskInfo h3 span {
        font-size: 28px;
    }
    .stepMaskInfo p {
        margin-top: 32px;
        font-size: 11px;
    }
    .caseCont .swiper-pagination-bullet {
        background: #C1C6CF;
    }
    .caseCont .swiper-pagination-bullet-active {
        background: #E60039;
    }
    #stepSwiper{
        display: block;
    }
    #stepSwiper-pc,.case-pag,.swiper-pagination1{
        display: none!important;
    }

    .stepMask {
        margin-top: 40px;
    }
    .stepCard {
        padding: 24px 16px;
    }
    .stepBag h3 {
        font-size: 18px;
    }
    .stepCard .stepTitle{
        text-align: left;
    }


}