    .gallery-container {
        max-width: 600px !important;
    }
    .important-building-container {
        max-width: 600px !important;
        padding-bottom: 60px;
    }
    .technical-specifications-container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 600px !important;
    }
    .carousel-map-item-left-carousel-item{
        height: 800px;
    }
    .toggle-switch-box-carousel-item {
        height: 1146px;
    }

    .ts-backup {
        width: 100%;
        text-align: center;
    }

    .navbar-menu-icon {
        width: 52px;
        height: 52px;
    }

    .nav-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .original-solutions-title {
        font-size: 5rem;
        font-weight: bold;
    }


    .container-welcome {
        max-width: 95%;
    }

    .container-welcome-2 {
        max-width: 79%;
    }

    .footer-contact-header-itme {
        font-size: 25px;
        font-weight: bold;
    }

    .footer-copyright-box {
        margin: 50px 0 20px 0;
        height: 77px;
        background-color: #FAECEC;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-copyright-box-item-text {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FC0000;
        font-size: 16px
    }

    .footer-copyrigh-text-box {
        width: 100%;
        text-align: right;
        font-size: 14px;
    }

    .footer-copyright-img {
        width: 33px;
    }

    .toggle-switch-box {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 42px;
    }

    .footer-contact-header {
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 26px;
        display: flex;
        justify-content: center; /* 水平居中 */
    }

    .footer-contact-header-itme {
        width: 45%;
        font-size: 2rem;
        font-weight: bold;
    }

    .footer-contact-item {
        padding: 20px;
        font-size: 2rem;
    }

     .footer-contact-item-1 {
        padding: 20px;
        font-size: 2rem;
    }

    .footer-disclaimer-header {
        margin-top: 40px;
        margin-bottom: 10px;
        color: #fff;
        font-family: Inter;
        font-size:1.5rem;
    }

    .footer-disclaimer-content {
        color: #fff;
        font-size: 1rem;
        width: 100%;
    }

    .footer-contact-address {
        margin-left: auto;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
    }

    .carousel-indicators {
        /* position: relative; */
        /* position: absolute; */
        bottom: 0;
        left: 35%;
        transform: translateX(-50%);
        display: blank;
    }

    .home-welcome-banner-item {
        position: absolute;
        top: 28vh; /* 定位到容器高度的 1/3 */
    }

    .home-welcome-banner-1-title {
        font-size: 32px;
        color: #AE0F1F;
        font-weight: bold;
    }

    .home-welcome-banner-1-text {
        font-size: 32px;
        color: #5A2E84;
        font-weight: bold;
    }

    .home-welcome-banner-2-item {
        margin-top: 40%;
    }

    .home-welcome-banner-2-text {
        font-size: 32px;
        color: #5A2E84;
        font-weight: bold;
    }

    .home-carousel-map-box {
        position: relative;
        height: auto;
        padding-top: 0px;
    }

    .home-welcome-banner-2-box {
        position: relative;
        height: 100%;
        padding-top: 0px;
        background-image: url('/static/images/demo_2.png');
        background-size: cover;
        background-position: center;
    }

    .important-building-information-box-item-2 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .home-technical-specifications-box {
        position: relative;
        height: auto;
        padding-top: 40px;
        background-color: #FAFAFA;
    }

    .important-building-information-box {
        position: relative;
        height: auto;
        padding-top: 0px;
    }

    .menu-icon {
        width: 32px;
    }

    .menu-lang-box-item {
        margin: 0 26px;
        width: 5vw;
        height: 5vw;
        font-family: Poppins, Poppins;
        font-size: clamp(12px, 5vw, 40px);
        color: #000 !important;
        line-height: 23px;
        text-stroke: 0px #1D8D64;
        text-align: left;
        font-style: normal;
        text-transform: none;
        text-decoration: none !important;
        -webkit-text-stroke: 0px #1D8D64;
    }

    .gallery-box {
        position: relative;
        height: auto;
        padding-top: 0px;
    }


    .text-with-line {
        position: relative;
        padding-top: 20px;
        font-size: 20px;
    }

    .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: 136px;
            height: 48px;
            border-radius: 80px;
        }

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

    .toggle-switch-button {
        border-color: transparent;
        width: 136px;
        height: 48px;
        border-radius: 80px;
    }
    .toggle-switch-button-span {
        font-size: 18px;
        font-weight: bold;
    }



    .carousel-indicators {
        /* position: relative; */
        /* position: absolute; */
        bottom: 0;
        left: 25%;
        transform: translateX(-50%);
    }

    .carousel-map-description {
        margin-top: 5%;
        min-height: 180px;
    }

    .carousel-map-description-item {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        align-items: center;
        text-align: center;
    }

    .carousel-map-description-item-text {
        max-width: 600px;
        /*text-align: center;*/
        color: #000;
        font-weight: 400;
        line-height: 19.2px;
        font-size: clamp(14px, 1.1em, 24px);
    }

    .gallery-box-title {
        font-size: 2rem;
        text-align: left;
        display: block;
        font-weight: bold;
        font-family: Futura;
    }

    .gallery-box-description {
        font-size: clamp(20px, 1.5rem, 60px);
        text-align: left;
        display: block;
    }

    .icon-col {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .original-solutions-title {
        font-size: 5rem;
        font-weight: bold;
    }



    .original-solutions-item-legend {
        list-style: none;
        padding: 0;

        span {
            font-size: 1rem;
        }

        .legend-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .legend-color {
            width: 28px;
            height: 28px;
            margin-right: 10px;
        }

        .load-bearing-wall {
            background-color: black;
        }

        .partition-wall {
            border: 2px solid black;
        }

        .net-lettable-area {
            background-color: #D49EB6;
        }

        .balcony-area {
            background-color: #A2D0A8;
        }
    }

    .menu-item {
        text-align: center;
        color: #fff;
        font-size: 1rem;
        margin-top: 5vw;
        font-family: Futura;
    }
    .ibi-box-item-2{
        padding-left:0px;padding-right: 0px
    }


    .original-solutions-item-icon-image-box{
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .original-solutions-item-icon-image {
        width: 32px;
    }

    .original-solutions-item-span {
        font-size: 1.5em;
    }


    .ts-icon-box{
        height: 158px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ts-icon-svg{
        width: 90px;
        height: 90px;
    }


    .ts-box-item-title-left {
        font-size: 1.5rem;
    }

    .ibi-box-item-title {
        font-size: clamp(20px, 2.5em, 42px);
    }

    .root-card-item {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*height: 100%;  !* 确保占满整个容器的高度 *!*/
    }

    .root-card-item-icon-box{
        height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .root-card-item-icon{width: 140px;height: 140px;}



    .ibi-modal{
        padding: 0;
        overflow-y: auto;
    }

    .ibi-modal-col{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height:400px
    }

    .ibi-modal-active {
        background: #FBFAF5;
    }
    .ibi-modal-item {
        width: 60%;margin-right:auto;margin-left: auto;
        padding-bottom: 60px;
    }

    .ibi-modal-box-item{
        min-height: 116px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ibi-modal-icon-box{
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .ibi-modal-icon{width: 114px;height: 114px;}

    .ibi-modal-item-title {
        font-size: 2em;
    }

    .ibi-modal-item-description {
        font-size: 14px;
        text-align: center;
    }

    .ibi-modal .row .ibi-modal-col:not(:last-child) {
        border-bottom: 3px solid #161412; /* 设置黑色底部线 */
    }

    .ibi-modal .row .ibi-modal-col:last-child {
        border-bottom: none; /* 移除底部线 */
    }

    .ibi-modal > .row {
        margin-left:  0;
        margin-right:  0;
    }


    .ts-modal-icon-col {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;

    }

    .ts-modal-icon-box{
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ts-modal-icon-svg{
        width: 60px;
        height: 60px;
    }

    .ts-modal-item-title-left {
        font-size: clamp(20px, 1.5em, 72px);
    }

    .ts-modal-item-title-right {
        font-size: 1em; /* 动态调整宽度 */
    }


    .ts-modal-divider-col {
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
        height: 100%; /* 如果需要，确保有足够的高度 */
    }

    .ts-modal-divider {
        border-left: 1px solid black;
        height: 100%;
        transform: rotate(15deg);
    }

    .ts-modal .row .ts-modal-col:not(:last-child) {
        border-bottom: 3px solid #161412; /* 设置黑色底部线 */
    }

    .ts-modal .row .ts-modal-col:last-child {
        border-bottom: none; /* 移除底部线 */
    }
    .ts-modal{
        padding: 0;
    }

    .ts-modal-col{

        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .ts-modal > .row {
        margin-left:  0;
        margin-right:  0;
    }

    .ts-modal-active {
        background: #FBFAF5;
    }

    .ibi-modal-dialog{
        max-width: 90%;
    }

    .ts-modal-dialog{
        max-width: 90%;
    }

    .ibi-modal-btn-close {
        position: fixed; right: 40px; top: 40px;width: 1.5rem;height:1.5rem;background:transparent var(--bs-btn-close-bg) center/2em auto no-repeat
    }

    .ts-modal-btn-close {
        position: fixed; right: 40px; top: 40px;width: 1.5rem;height:1.5rem;background:transparent var(--bs-btn-close-bg) center/2em auto no-repeat;
        z-index: 999;
    }

    .ibi-box-title {
        font-size: 2rem;
        text-align: left;
        display: block;
        font-weight: bold;
    }

    .spec-title-text {
        text-align: left;
        font-size: 2rem;
        font-weight: bold;
    }

    .menu-lang-text {

        font-family: Poppins, Poppins;
        font-size: clamp(12px, 3rem, 80px);
        color: #000 !important;
        line-height: 28px;
        text-stroke: 0px #1D8D64;
        text-align: left;
        font-style: normal;
        text-transform: none;
        text-decoration: none !important;
        -webkit-text-stroke: 0px #1D8D64;
    }





    .ts-box-item-title-right {
        font-size: 0.8em;
        line-height: normal;
        color: #636363;
    }

    .col-md-2-4 {
        width: 50%;
        margin-bottom: 0px;
        padding-bottom: calc(var(--bs-gutter-x) * 0.5);
        padding-top: calc(var(--bs-gutter-x) * 0.5);
    }


    .spec-row {
        position: relative;
        /*padding: 0 0 0 0 !important;*/
        padding: 20px;
        height: 320px;

    }


    .ts-box-item-description-child{
        font-size: 0.8rem;
    }
