.banner-warp {
    position: relative;
}

.custom-carousel {
    height: 52.5rem;
}

.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;
    background-image: url('/service_website/img/mobile/banner-img.png');
    background-size: 55% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}


.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;
}

.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;
}


/* 市场方向模块样式 */
.market-direction-warp {
    padding: 5rem 2rem;
    background-color: #f9f9f9;
}

.market-direction-title {
    font-size: 2.25rem;
    color: #333;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: bold;
}

/* 市场方向部分样式 */

.market-direction-content {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1.875rem;
    margin: 0 auto;
}

/* 图表部分 */
.market-trend-chart {
    padding: 1.875rem;
    border-radius: 0.625rem;
}

.chart-title {
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.chart-container {
    height: 14.75rem;
    margin-bottom: 2rem;
}

.table-container {
    width: 100%;
    height: min-content;
    border-radius: 0.625rem;
    overflow: hidden;
}

.table-container th,
.table-container td {
    padding: 0.625rem 1.25rem;
}

.table-container th {
    color: #C51030;
    background-color: rgba(197, 16, 48, 0.1)
}

.table-container tbody tr:nth-child(even) {
    background-color: rgba(197, 16, 48, 0.05);
}

.table-container tbody tr:nth-child(odd) {
    background-color: rgba(197, 16, 48, 0.02);
}


/* 痛点部分 */
.pain-points-section {
    padding: 1.875rem;
    border-radius: 0.625rem;
}

.section-subtitle {
    margin-bottom: 2rem;
    font-weight: 500;
}

.pain-points-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pain-point-item {
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    border-bottom: 0.01rem solid #D8D8D8;
}

.pain-point-icon {
    margin-right: 1rem;
    flex-shrink: 0;
}

.pain-point-content {
    flex: 1;
}

.pain-point-title {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.pain-point-desc {
    color: #666;
    line-height: 1.5;
}

/* 移动优先索引部分 */
.mobile-first-index {
    padding: 2rem;
    background: #F8F9FA;
    border-radius: 0.5rem;
}

.index-desc {
    margin-bottom: 1.5rem;
    color: #666;
}

.index-impacts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.impact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.check-icon {
    margin-right: 0.75rem;
    flex-shrink: 0;
}


/* 技术方向部分样式 */
.tech-direction-section {
    padding: 0 2rem 5rem;
    background-color: #f9f9f9;
}

.tech-direction-content {
    max-width: 75rem;
    margin: 0 auto;
}

.tech-direction-item {
    background: #F9F9F9;
    border-radius: 0.625rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.102);
}

.tech-title {
    font-size: 1.25rem;
    color: #C51030;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.tech-title img {
    margin-right: 0.5rem;
}

.tech-detail {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.tech-img {
    width: 50%;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.tech-features {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-features li:nth-child(n+2) {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.01rem solid rgba(149, 149, 149, 1);
}

.tech-features li img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.tech-table {
    flex: 1;
    width: 100%;
    border-collapse: collapse;
    background: rgba(197, 16, 48, 0.02);
    border-radius: 0.5rem;
    overflow: hidden;
}

.tech-table th {
    background: rgba(197, 16, 48, 0.05);
    color: #C51030;
    padding: 1rem;
    text-align: left;
    font-weight: normal;
}

.tech-table td {
    padding: 1rem;
    color: #666;
    font-size: 0.875rem;

}

.tech-table tbody tr:nth-child(even) {
    background-color: rgba(197, 16, 48, 0.02);
}

.case-content-warp {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1.875rem;
}


/* 响应式适配 */
@media screen and (max-width: 680px) {

    .custom-carousel {
        height: 41.5rem;
    }

    .section-title {
        padding: 2rem 0;
    }

    .banner-tool-warp span {
        width: auto;
        margin-right: 2rem;
    }

    .panel-section {
        padding: 0 1rem 2.5rem !important;
    }

    .market-trend-chart-warp {
        display: flex !important;
        flex-direction: column;
    }

    .tech-direction-section h2 {
        padding-top: 2rem !important;
    }

    .tech-features {
        width: 100%;
    }

    .tech-features li:nth-child(n+2) {
        border: none;
    }


    .tech-detail {
        flex-direction: column;
    }

    .tech-img {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .tech-direction-item {
        padding: 1.875rem;
    }
}