    .carousel-map-item-left-carousel-item{
        height: 480px;
    }
    .container-welcome-2 {
        max-width: 95%;
    }
    .gallery-box {
        position: relative;
        height: 700px;
        padding-top: 0px;
    }
    .carousel-indicators {
        /*position: relative;*/
        /*position: absolute;*/
        bottom: 0;
        left: 35%;
        transform: translateX(-50%);
        display: blank;
        button {
            width: 20px !important;
            height: 20px !important;
            background-color: #332222 !important;
            border-radius: 100% !important;
        }
    }
    .toggle-switch {
        display: inline-flex;
        border-radius: 80px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 可选：添加阴影效果 */
        background-color: #ccc; /* 开关的背景色 */

        button {
            border-color: transparent;
            width: 286px;
            height: 64px;
            border-radius: 80px;
        }

        span {
            font-size: 32px;
            font-weight: bold;
        }
    }

    .toggle-switch-button {
        border-color: transparent;
        width: 286px;
        height: 64px;
        border-radius: 80px;
    }
    .toggle-switch-button-span {
        font-size: 32px;
        font-weight: bold;
    }

    .original-solutions-box {
        position: relative;
        height: 700px;
        padding-top: 0px;
        background-color: #FAFAFA;
    }
    .carousel-map-description-item {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        /* align-items: center; */
        /* text-align: center; */
    }
    .carousel-map-description-item-text {
        max-width: 600px;
        text-align: left;
        color: #000;
        font-size: 14px;
    }

    .ibi-box-item-2{
        padding-left: 80px;
        padding-right: 80px;
    }

    .root-card-item-info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FBFAF5;
        transition: opacity 0.5s;
        opacity: 0;
        padding: 10px 10px;
        text-align: left;
        font-size: clamp(10px, 1em, 24px);
    }


    .text-with-line {
        position: relative; /* 设置为相对定位，以便伪元素可以正确定位 */
        padding-top: 10px; /* 添加上方内边距，留出空间给装饰线 */
    }

