.common-reason-subTitle {
    font-size: 24px;
    max-width: 1320px;
    margin-top: 40px;
}

/* 海报 */
.banner {
    position: relative;
}

.banner .banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* object-position: 65% 50%; */
}

.banner-content {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}


.banner-content .banner-text {
    color: #ffffff;
    margin-top: calc(352px + 100px);
    width: fit-content;
}

.banner-content .banner-text .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.5em;
}

.banner-content .banner-text .title .title-one {
    width: 70px;
    height: auto;
    vertical-align: sub;
}

.banner-content .banner-text .describe {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    max-width: 660px;
}

/* 数据 */
.statistics {
    background-color: #F8FAFF;
}

.statistics-content {
    display: flex;
    padding: 32px 0;
}

.statistics-content .statistics-item {
    flex: 1;
    border-left: 1px dashed #00000021;
}

.statistics-content .statistics-item:first-child {
    border-left: none;
}

.statistics-item .statistics-num {
    text-align: center;
    color: #4A53E6;
}

.statistics-item .statistics-num .num {
    font-weight: 700;
    font-size: 58px;
}

.statistics-item .statistics-num .symbol {
    font-weight: 500;
    font-size: 20px;
}

.statistics-item .statistics-label {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}


/* 业务范围 */
.ourAdvantages-1 {
    padding: 60px 0 100px;
}

.businessScope .businessScope-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 26px;
    margin-top: 40px;
}

.businessScope .businessScope-nav .businessScope-nav-item {
    background: linear-gradient(180deg, #F3F3F8 0%, #FFFFFF 100%);
    box-shadow: 0px 5px 5px 0px #0E083529;
    box-sizing: border-box;
    padding: 32px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.businessScope .businessScope-nav .businessScope-nav-item .name {
    flex: 1;
}

.businessScope .businessScope-nav .businessScope-nav-item .businessScope-item-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.businessScope .businessScope-nav .businessScope-nav-item .businessScope-item-icon.active {
    display: none;
}

.businessScope .businessScope-nav .businessScope-nav-item,
.businessScope .businessScope-nav .businessScope-nav-item * {
    /* transition: all 0.2s; */
}

.businessScope .businessScope-nav .businessScope-nav-item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 28px;
    border-radius: 5px;
    background: linear-gradient(180deg, #4A53E6 0%, #D980DE 100%);
    margin-right: 14px;
}



.businessScope .businessScope-nav .businessScope-nav-item.active {
    background: #4A53E6;
    color: #ffffff;
}

.businessScope .businessScope-nav .businessScope-nav-item.active .businessScope-item-icon {
    display: none;
}

.businessScope .businessScope-nav .businessScope-nav-item.active .businessScope-item-icon.active {
    display: block;
}

.businessScope .businessScope-nav .businessScope-nav-item.active::before {
    background: #ffffff;
}

.businessScope .businessScope-nav .businessScope-nav-item.active::after {
    background-color: #4A53E6;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #4A53E6;
    transform: rotate(45deg) translate(-50%, 99%);
}

.businessScope .businessScope-content {
    margin-top: 20px;
}

.businessScope-content .businessScope-content-card {
    background-image: linear-gradient(180deg, #EFECF8 0%, #FFFFFF 35%);
    box-shadow: 0px 4px 4px 0px #1D0E4940;
    border-radius: 20px;
    display: grid;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
}

.businessScope-content .businessScope-content-card>* {
    position: relative;
}

.businessScope-content .businessScope-content-card::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-image: url('/img/rjkf/businessScope-content-card-bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: calc(100% + 70px) -100px;
    opacity: 0.15;

}

.businessScope-content .businessScope-content-card.card-1 {
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 32px;
}

.businessScope-content .businessScope-content-card.card-2,
.businessScope-content .businessScope-content-card.card-3,
.businessScope-content .businessScope-content-card.card-4 {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 74px;
    grid-row-gap: 0px;
}


.businessScope-content .businessScope-content-card .businessScope-content-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 178px;
}

.businessScope-content-card-item .item-icon {
    width: 70px;
    height: 70px;
}

.businessScope-content-card-item .item-name {
    font-weight: 500;
    font-size: 18px;
    margin-top: 19px;
}

/* 服务流程 */
.ourAdvantages-2 {
    background-color: #F7F8FF;
    padding: 60px 0 70px;
}

.serviceProcess {
    margin-top: 40px;
}

.serviceProcess .serviceProcess-content {
    display: flex;
    justify-content: space-between;
}

.serviceProcess .serviceProcess-content .serviceProcess-content-item {}

.serviceProcess-content-item .serviceProcess-content-item-title {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px 0px #53728A1C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.serviceProcess-content-item .serviceProcess-content-item-title .icon {
    width: 48px;
    height: 48px;
}

.serviceProcess-content-item .serviceProcess-content-item-title .name {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #121212;
    margin-top: 10px;
}

.serviceProcess-content-item .serviceProcess-content-item-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}

.serviceProcess-content-item .serviceProcess-content-item-list .list-tag {
    font-size: 18px;
    box-sizing: border-box;
    padding: 3px 9px;
    color: #4A53E6;
    border: 1px dashed #4A53E6;
    border-radius: 4px;

}

.serviceProcess-content-item .serviceProcess-content-item-list .list-tag+.list-tag,
.serviceProcess-content-item .serviceProcess-content-item-list .second-row,
.serviceProcess-content-item .serviceProcess-content-item-list .second-row-three {
    margin-top: 20px;
}

.serviceProcess-content .nextStep-icon {
    height: 17px;
    margin-top: 76px;
}

/* 我们的优势 */
.ourAdvantages-3 {
    padding: 60px 0;
}

.ourAdvantages-content {
    display: flex;
    margin-top: 40px;
}

.ourAdvantages-content .ourAdvantages-content-left-card {
    flex: 1;
    min-width: 400px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ourAdvantages-content-left-card .bg-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s;
}

.ourAdvantages-content-left-card .bg-box .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
}

.ourAdvantages-content-left-card .left-content {
    position: relative;
    width: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 90px;
}



.ourAdvantages-content-left-card .left-content .title {
    font-weight: 600;
    font-size: 30px;

}

.ourAdvantages-content-left-card .left-content .describe {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 10px;
}


.ourAdvantages-content .ourAdvantages-content-list {
    display: flex;
    flex-direction: column;
    margin-left: 110px;
    min-width: 490px;
    box-sizing: border-box;
    padding: 10px;
    height: 456px;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 20px 40px;

    background-color: #FFFFFF;
    border: 1px dashed #D8D8D8;
    cursor: pointer;
    box-sizing: border-box;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item,
.ourAdvantages-content-list .ourAdvantages-content-list-item * {
    transition: all 0.2s;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item+.ourAdvantages-content-list-item {
    margin-top: 26px;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item .name {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item.active {
    padding: 35px 40px;
    border: none;
    border: 1px dashed #FFFFFF;
    box-shadow: 0px 0px 16px 0px #0000001A;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item.active .name {
    font-weight: 600;
    font-size: 30px;
    color: #4A53E6;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item.active .icon {
    display: none;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item.active .icon.active {
    display: inline-block;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item .icon {
    display: inline-block;
}

.ourAdvantages-content-list .ourAdvantages-content-list-item .icon.active {
    display: none;
}

/* 屏幕小于 1560px */
@media screen and (max-width: 1560px) {
    .banner .banner-img {
        object-fit: cover;
    }

    .banner-content .banner-text {
        color: #ffffff;
        margin-top: calc(207px + 100px);
        padding-left: 100px;
    }

    .businessScope .businessScope-nav {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .businessScope-content .businessScope-content-card.card-1,
    .businessScope-content .businessScope-content-card.card-2,
    .businessScope-content .businessScope-content-card.card-3,
    .businessScope-content .businessScope-content-card.card-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px;
    }
}

/* 屏幕小于 1375px */
@media screen and (max-width: 1375px) {
    .statistics-content {
        padding: 10px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .statistics-content .statistics-item {
        margin: 30px 0;
        position: relative;
    }

    .statistics-content .statistics-item:nth-child(odd) {
        border-left: none;
    }

    .statistics-content .statistics-item:nth-child(1)::after,
    .statistics-content .statistics-item:nth-child(2)::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -30px;
        width: 254px;
        transform: translateX(-50%);
        border-bottom: 1px dashed #00000021;
    }

    .serviceProcess .serviceProcess-content {
        flex-wrap: wrap;
    }

    .ourAdvantages-content {
        flex-direction: column-reverse;
    }



    .ourAdvantages-content-left-card .left-content {
        height: 450px;
    }

    .ourAdvantages-content .ourAdvantages-content-list {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        height: fit-content;
    }

    .ourAdvantages-content-list .ourAdvantages-content-list-item+.ourAdvantages-content-list-item {
        margin-top: 0;
    }

    .ourAdvantages-content-list .ourAdvantages-content-list-item.active {
        padding: 20px 40px;
    }

    .ourAdvantages-content-list .ourAdvantages-content-list-item.active .name {
        font-size: 24px;
    }
}

/* 手机 版心 */
@media screen and (max-width: 768px) {
    .common-reason-title {
        padding: 0;
    }

    .common-reason-subTitle {
        font-size: 14px;
        line-height: 1.5em;
        letter-spacing: -2%;
        margin-top: 20px;
    }

    .banner {
        background-color: #1D46CB;
        position: relative;
        height: 600px;
    }

    .banner .banner-img {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 350px;
        width: 100%;
        /* height: auto; */
        object-position: 86% bottom;
        /* object-position: 50% 50%; */
    }

    .banner-content .banner-text {
        margin-top: calc(108px + 48px);
        padding-left: 0;
    }

    .banner-content .banner-text .title {
        font-size: 24px;
    }

    .banner-content .banner-text .title .title-one {
        width: 50px;
    }

    .banner-content .banner-text .describe {
        font-size: 14px;
    }

    .statistics-content {
        padding: 20px 16px;
    }

    .statistics-content .statistics-item {
        padding: 20px 0;
        margin: 0;
    }

    .statistics-content .statistics-item:nth-child(1),
    .statistics-content .statistics-item:nth-child(2) {
        border-bottom: 1px dashed #00000021;
    }

    .statistics-content .statistics-item:nth-child(1)::after,
    .statistics-content .statistics-item:nth-child(2)::after {
        display: none;
    }

    .statistics-item .statistics-num .num {
        font-size: 38px;
    }

    .statistics-item .statistics-num .symbol {
        font-size: 14px;
    }

    .statistics-item .statistics-label {
        font-size: 14px;
        margin-top: 10px;
    }

    .ourAdvantages-1 {
        padding: 20px 0;
    }

    .businessScope .businessScope-nav {
        margin-top: 20px;
    }

    .businessScope .businessScope-nav .businessScope-nav-item {
        padding: 16px 20px;
        font-size: 18px;
        border-radius: 10px;
    }

    .businessScope .businessScope-nav .businessScope-nav-item .businessScope-item-icon,
    .businessScope .businessScope-nav .businessScope-nav-item.active .businessScope-item-icon.active {
        display: none;
    }

    .businessScope .businessScope-nav .businessScope-nav-item::before {
        width: 4px;
        height: 20px;
    }

    .businessScope .businessScope-nav .businessScope-nav-item.active::after {
        display: none;
    }

    .businessScope-content .businessScope-content-card {
        padding: 10px 34px;
    }

    .businessScope-content .businessScope-content-card.card-1,
    .businessScope-content .businessScope-content-card.card-2,
    .businessScope-content .businessScope-content-card.card-3,
    .businessScope-content .businessScope-content-card.card-4 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 0px;
    }

    .businessScope-content .businessScope-content-card .businessScope-content-card-item {
        /* width: 100%; */
        width: 50%;
        padding: 20px 0 3px;
        box-sizing: border-box;
        min-height: fit-content;
    }

    .businessScope-content-card-item .item-icon {
        width: 54%;
        height: auto;
    }

    .businessScope-content-card-item .item-name {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2em;
        margin-top: 10px;
    }

    .ourAdvantages-2 {
        padding: 20px 0 30px;
    }

    .serviceProcess {
        margin-top: 20px;
    }

    .serviceProcess .serviceProcess-content {
        flex-direction: column;
        align-items: center;
    }



    .serviceProcess .serviceProcess-content .serviceProcess-content-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .serviceProcess-content-item .serviceProcess-content-item-title {
        width: 120px;
        height: 120px;
    }

    .serviceProcess-content-item .serviceProcess-content-item-title .name {
        font-size: 14px;
        margin-top: 4px;
    }

    .serviceProcess-content-item .serviceProcess-content-item-list {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .serviceProcess-content-item .serviceProcess-content-item-list .second-row {
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .serviceProcess-content-item .serviceProcess-content-item-list .second-row-three {
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .serviceProcess-content-item .serviceProcess-content-item-list .second-row .list-tag {
        margin: 0 calc(1.5%);
    }

    .serviceProcess-content-item .serviceProcess-content-item-list .list-tag {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 1.5em;
        padding: 3px 20px;
    }

    .serviceProcess-content-item .serviceProcess-content-item-list .list-tag+.list-tag {
        margin-top: 0px;
    }

    .serviceProcess-content .nextStep-icon {
        transform: rotate(90deg);
        height: 17px;
        width: auto;
        margin: 20px 10px;
    }

    .ourAdvantages-3 {
        padding: 20px 0;
    }

    .ourAdvantages-content {
        margin-top: 0px;
    }

    .ourAdvantages-content .ourAdvantages-content-list {
        width: 100%;
        min-width: 100%;
        padding: 20px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .ourAdvantages-content-list .ourAdvantages-content-list-item,
    .ourAdvantages-content-list .ourAdvantages-content-list-item.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 7px 14px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .ourAdvantages-content-list .ourAdvantages-content-list-item .icon,
    .ourAdvantages-content-list .ourAdvantages-content-list-item.active .icon {
        width: 34px;
        height: 34px;
        margin-right: 0;
    }

    .ourAdvantages-content-list .ourAdvantages-content-list-item.active {}


    .ourAdvantages-content-list .ourAdvantages-content-list-item .name,
    .ourAdvantages-content-list .ourAdvantages-content-list-item.active .name {
        font-size: 18px;
        margin-top: 6px;
    }

    .ourAdvantages-content .ourAdvantages-content-left-card {
        flex: none;
        min-width: fit-content;
        width: 100%;
        height: calc(288px * 1.38);
    }



    .ourAdvantages-content-left-card .left-content {
        margin-left: 0;
        width: 248px;
        margin: 30px auto 0;
        height: fit-content;
        align-items: center;
        color: #4A53E6;
    }



    .ourAdvantages-content-left-card .left-content .title {
        font-weight: 600;
        font-size: 20px;
    }

    .ourAdvantages-content-left-card .left-content .describe {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.8em;
    }

    .ourAdvantages-content-left-card .left-content .describe {
        width: 220px;
    }



    .ourAdvantages-content-left-card .bg-box {
        width: 100%;
        height: fit-content;
        left: 0;
        bottom: 0;
        top: auto;
    }

    .ourAdvantages-content-left-card .bg-box .bg {
        /* 底部对齐 */
        width: 100%;
        height: auto;
        object-position: 50% 100%;

    }
}

@media screen and (max-width: 360px) {
    /* .wrapper {
        max-width: 288px;
    } */

    .businessScope-content-card-item .item-name {
        font-size: 12px;
    }

    .banner-content .banner-text .describe {
        font-size: 12px;
    }
}