.banner-warp {
    position: relative;
}

.custom-carousel {
    height: 60rem;
}

.custom-carousel .carousel-inner {
    background-color: #2B2B37;
    height: 100%;
}

.custom-carousel .carousel-inner .carousel-item {
    height: 100%;
}

.custom-carousel .carousel-inner .benner-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19.75rem;
}

/* .custom-carousel .carousel-inner .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
} */
/* 
.custom-carousel .carousel-inner .carousel-item:nth-child(1) {
    background-color: #2B2B37;
}

.custom-carousel .carousel-inner .carousel-item:nth-child(2) {
    background-color: green;
}

.custom-carousel .carousel-inner .carousel-item:nth-child(3) {
    background-color: #C51030;
} */


.custom-carousel .carousel-indicators {}

.custom-carousel .carousel-indicators li {
    background-color: #959595;
    opacity: 0.5;
    width: 3.125rem;
    height: 2px;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    border-bottom-width: 3.125rem;
}

.custom-carousel .carousel-indicators .active {
    background-color: #C4112F;
    opacity: 1;
}


.banner-detail-warp {
    color: #fff;
}

.banner-detail-warp .banner-title {
    font-size: 3.125rem;
    color: #fff;
    line-height: 1;
}


.banner-tool-warp {
    display: flex;
    padding-top: 4.875rem;
}

.banner-tool-warp a {
    width: 8.875rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
}

.banner-tool-warp .btn {
    background-color: #fff;
    transition: all 0.4s;
}

.banner-tool-warp .btn:hover {
    background-color: #C51030;
    color: #fff !important;
}

.banner-tool-warp span {
    display: inline-flex;
    width: 9rem;
    margin-right: 3rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.banner-tool-warp img {
    width: 1rem;
}


.banner-img {
    width: 54rem;
    height: auto;
    margin-left: 5.25rem;
}

.section-pain-spot-warp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.section-pain-spot-warp .section-pain-spot-item {
    padding: 1.875rem;
}

.section-siteVs-warp {}

.section-siteVs-warp th,
.section-siteVs-warp td {
    padding: 0 1.875rem;
    font-size: 1.125rem;
    height: 4.375rem;
    font-weight: 300;
}

.section-siteVs-warp td:nth-child(3) {
    color: #C51030;
}

.section-siteVs-warp thead th {
    background-color: #C51030;
    color: #fff;
}

.section-siteVs-warp tbody tr:nth-child(2n) {
    background-color: #F9F9F9;
}

.section-tranfrom-warp {
    display: grid;
    grid-template-columns: 50% 50%;

    gap: 1.875rem;
}

.section-tranfrom-warp .section-tranfrom-left {
    padding: 1.875rem;
    box-sizing: border-box;
}

.section-tranfrom-warp .section-tranfrom-left ul li {
    display: flex;
    align-items: center;
}

.section-tranfrom-warp .section-tranfrom-left ul li::before {
    content: '';
    display: inline-flex;
    /* position: absolute; */
    /* top: 0.5rem; */
    /* left: 0; */
    width: 0.5rem;
    height: 0.5rem;
    background-color: #C51030;
    margin-right: 0.5rem;
}

.section-tranfrom-warp .section-tranfrom-right {
    padding: 1.875rem;
    box-sizing: border-box;
}


.section-solution-warp {
    padding: 1.875rem;
    box-sizing: border-box;
}

.section-solution-row1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.section-solution-row1 .section-solution-item {
    padding: 1.875rem;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.section-solution-row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* 透明化开发流程样式 */
.section-process-warp {
    position: relative;
}

.process-container {
    position: relative;
}

.process-line {
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 2px;
    background-color: #C51030;
    z-index: 1;
}

.process-step {
    position: relative;
    z-index: 2;
}

.process-step-middle {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 6.25rem;
}

.process-circle {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin: 0 auto;
}

.process-step-content {
    display: inline-block;
    max-width: 100%;
}

.process-step-content .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: #C51030;
    color: #fff;
}

.process-note {
    margin-top: 30px;
}



@media (max-width: 768px) {}

@media (max-width: 680px) {

    .custom-carousel {
        height: 32rem;
    }

    .panel-section {
        padding: 0 1rem 2.5rem !important;
    }

    .custom-carousel .carousel-inner .benner-content {
        padding: 4rem 2rem 0 !important;
    }



    .banner-detail-warp .banner-title {
        font-size: 1.5rem;
        /* 文字不换行 */
        white-space: nowrap;
    }

    .banner-detail-warp .p1 {
        /* 文字不换行 */
        /* white-space: nowrap; */
    }

    .banner-detail-warp .p2,
    .banner-detail-warp .p1 {
        font-size: 1.25rem;
        margin-top: 1rem !important;
    }

    .banner-tool-warp {
        padding-top: 2rem;
    }

    .custom-carousel {
        height: 30rem;
    }

    .banner-detail-warp {
        width: 50%;
    }

    .banner-img {
        width: 60%;
        margin: 0;
    }

    .section-title {
        padding: 2rem 0;
    }

    .section-pain-spot-warp {
        display: flex;
        flex-direction: column;
    }

    .section-tranfrom-warp {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
    }

    .section-solution-row1 {
        display: flex;
        flex-direction: column;
    }

    .section-tranfrom-warp .section-tranfrom-left {
        padding-right: 2rem;
    }

    .section-tranfrom-warp .section-tranfrom-right {
        padding-left: 0;
    }

    .section-process-warp {
        margin-top: 2rem;
    }

    .process-step-middle {
        margin: 0 2rem;
    }


    /* .process-step {
        flex-direction: column;
        align-items: center;
    }

    .process-step-left,
    .process-step-right {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .process-step-content {
        margin: 15px 0;
    } */
}