body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footer {
    padding: 57px 160px 20px !important;
}
/* 第一个板块 */
.first-showroom {
    padding: 22px 0px 21px 117px;
}

.showroom-header {
    display: flex;
    align-items: center;
    font-size: 13px; 
    margin-bottom: 20px;
    line-height: 1;
}

.showroom-header .the {
    margin-right: 5px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
}

.showroom-header .separator {
    margin-right: 5px; 
}

.vr-showroom h1 {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
}

.vr-showroom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* 允许换行 */
}

.underlined-right {
    border-right: 55px solid #000;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.vr-showroom img {
    height: auto;
    margin-right: 10px;
}

.vr-showroom span {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: left;
    border-bottom: 1px solid #000;
    margin-right: 30px;
}

/* Media Queries */

/* 平板端（最大宽度为1024px） */
@media (max-width: 1024px) {
    .first-showroom {
        padding: 30px 0px 30px 30px;
    }

    .showroom-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .showroom-header .the {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .vr-showroom h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: left;
    }

    .vr-showroom {
        flex-direction: row;
        align-items: center;
    }

    .underlined-right {
        height: auto;
        border-right: 40px solid #000;
    }

    .vr-showroom img {
        margin-right: 10px;
    }

    .vr-showroom span {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-right: 20px;
        text-align: left;
    }
}

/* 手机端（最大宽度为767px） */
@media (max-width: 767px) {
    .first-showroom {
        padding: 20px 0px 20px 20px;
    }

    .showroom-header {
        flex-direction: column;
        align-items: flex-start;
        font-size: 0.9rem;
    }

    .showroom-header .the {
        font-size: 1.2rem;
        line-height: 1;
    }

    .vr-showroom h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 20px;
        width: 100%;
    }

    .vr-showroom {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .underlined-right {
        height: auto;
        border-right: 30px solid #000;
    }

    .vr-showroom img {
        margin-right: 10px;
    }

    .vr-showroom span {
        font-size: 1rem;
        line-height: 1.5;
        margin-right: 20px;
        text-align: left;
    }
}

/* 笔记本端（宽度为1025px - 1280px） */
@media (min-width: 1025px) and (max-width: 1280px) {
    .first-showroom {
        padding: 35px 0px 35px 35px;
    }

    .showroom-header {
        flex-direction: row;
        font-size: 1rem;
    }

    .showroom-header .the {
        font-size: 1.6rem;
    }

    .vr-showroom h1 {
        font-size: 3.8rem;
        line-height: 1.1;
    }

    .underlined-right {
        height: 120px;
    }

    .vr-showroom span {
        font-size: 1.4rem;
        line-height: 45px;
    }
}

/* 第二个板块 */
.third-showroom-wrapper{
    background-image: url("../../img/Showroom/backoud.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 20.5%;
    padding: 20px !important;
}
.wrapper{
    max-width: 1600px;
    margin: 30px auto 0px;
    padding: 0px 0px 50px;
}
.image-container1 {
    width: 100%;
    overflow: hidden; /* 隐藏溢出的部分 */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 设定图片自适应 */
.image-container1 img {
    width: 100%;
    height: auto; /* 保持宽高比 */
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* 保持图片覆盖容器 */
}

/* 第三个板块 */
    .third-showroom {
        display: flex;
        align-items: flex-start;
        margin: 0px auto;
        justify-content: center;
        gap: 40px;
    }



    .Third-content {
        flex: 1; /* 占据剩余的空间 */
        /* max-width: 580px; */
    }

    .Third-content img {
        width: 10px;
        display: inline;
    }

    .Third-content h1 {
        font-size: 24px;
        margin-bottom: 20px;
        color: rgb(0, 0, 0);
        font-family: Montserrat;
        font-size: 3.2rem;
        font-weight: 600;
        text-align: left;
        display: flex;
        gap: 11px;
    }

    .Third-content p {
        color: rgb(0, 0, 0);
        font-family: Montserrat;
        font-size: 1.5rem;
        /* font-weight: 400; */
        text-align: left;
        line-height: 1.7;
    }

    .additional-images {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 60px;
        margin-top: -119px;
        /* width: 84%; */
        background-image: url("../../img/HHA.png");
        background-repeat: no-repeat;
        /* background-position: bottom; */
        padding: 20px !important;
        background-position: left 53%;
        background-size: 66% 48%;    
    }

    .additional-images img {
        width: 35%; /* 控制图片的宽度比例 */
    }
    .underline-container {
        position: relative;
        width: 100%;
        height: 5px; /* 调整整体的高度 */
        margin-top: 30px;
    }

    .underline {
        position: absolute;
        left: 23.4%;
        width: 75.5%;
        height: 5px;
        background-color: white;
    }

    .underline:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15%; /* 调整黑色部分的长度 */
        height: 100%;
        background-color: black;
    }
    @media (max-width: 1280px) {
        .text-container p,.Fifth-showroom-text2 p,.Third-content p{
            font-size: 1.7rem !important;
        }
        .Fourth-showroom,.Fifth-showroom-container{
            padding: 20px !important;
        }
        .third-showroom {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        .third-showroom img {
            min-width: 80%;
            /* min-height: auto; */
            height: auto !important;
        }
        .Third-content {
            max-width: 80%;
            width: 90%;
        }
        .additional-images{
            margin-top: 23px;
            background-position: left 29%;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 40px;
            margin-top: 20px;
            padding: 0px !important;
            background-image: none;
        }
        .additional-images img {
            /* width: 39%; */
            min-width: 80%;
        }
        }
        /* .underline {
            left: 10%;
            width: 80%;
        } */
    @media (max-width: 1600px) {
        .Third-content h1 {
            font-size: 2.2rem;
        }
    
        .Third-content p{
            font-size: 1.6rem;
        }
        .third-showroom {
            align-items: stretch;
        }
    }
    @media (max-width: 1024px) {
        .third-showroom {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
    
        .third-showroom img {
            width: 80%;
        }
    
        .Third-content {
            max-width: 80%;
            width: 90%;
        }
    
        .additional-images {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 40px;
            margin-top: 20px;
            padding: 0px !important;
            background-image: none;
        }
        .hha-logo{
            display: block !important;
        }
        .additional-images img {
            width: 80%;
        }
    
        .underline {
            left: 10%;
            width: 80%;
        }
        .additional-images{
            width: 100%;
        }
        .Third-content p{
            font-size: 1.6rem;
        }
    }
    
    @media (max-width: 768px) {
        .third-showroom{
            margin: 0 auto;
        }
        .third-showroom img {
            width: 100%;
            height: auto !important;
        }
        .Third-content h1{
            font-size: 1rem;
        }
        .Third-content h1{
            justify-content: center;
        }
        .Third-content p{
            text-align: center;
        }
        .Third-content {
            max-width: 100%;
            width: 100%;
        }
    
        .additional-images img {
            width: 100%;
        }
    
        .underline {
            width: 100%;
            left: 0;
        }
    
        .underline:before {
            width: 20%;
        }
        .additional-images{
            width: 100%;
        }
        .wrapper{
            /* padding: 20px; */
            margin: 0px auto 0px;
        }
    }

    /* 第四个板块 */
    .Fourth-showroom {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        max-width: 1600px;
        margin: 80px auto;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }
    
    /* 确保第四展览室的列 */
    .Fourth-showroom-column {
        flex: 1;
        display: flex;
        /* flex-direction: column; */
        justify-content: space-between;
        min-width: 280px;
    }
    
    /* 设置每列的样式 */
    /* .text-container {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        text-align: left;
        height: 100%;
    } */
    
    /* 设置文字外观 */
    .text-container p {
        color: rgb(0, 0, 0);
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        line-height: 1.6;
        margin: 0;
        padding: 0 10px;
        font-size: 1.5rem;
        max-width: 100%;
    }
    
    /* 图片容器 */
    .image-container1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* flex: 1; */
        height: 100%;
        gap: 40px;
    }
    
    /* 图片样式 */
    .full-height {
        object-fit: cover;
        width: 100%;
        max-width: 500px;
        height: 610px;
    }
    
    .image-container1 img {
        width: 100%;
        height: calc(50% - 5px);
        object-fit: cover;
    }
    
    .image-container1 img:last-child {
        margin-bottom: 0;
    }
    
    /* 移动设备样式 */
    @media (max-width: 768px) {
        .text-container p {
            font-size: 1rem;
            padding: 0;
        }
    
        .image-container1 img {
            height: auto;
        }
    }
    @media (max-width: 1240px) {
        .additional-images{
            margin-top: 20px;
        }
    }
    /* 中等尺寸设备样式 */
    @media (max-width: 1280px) {
        .text-container p,.Fifth-showroom-text2 p{
            font-size: 1.8rem !important;
        }
        .Third-content p{
            font-size: 1.5rem !important;
        }
        .Fourth-showroom,.Fifth-showroom-container{
            padding: 20px !important;
        }
        .Third-content h1 {
            font-size: 1.8rem;
        }

    }
    
    /* 大尺寸设备样式 */
    /* @media (min-width: 1920px) {
        .text-container p {
            font-size: 2.8rem;
        }
    } */
    
    /* 超大尺寸设备样式 */
    @media (min-width: 2560px) {
        .text-container p {
            font-size: 1.5rem;
        }
    }
    
/* 第五个板块 */
.Fifth-showroom-container {
    padding:0px 50px;

}
.Fifth-showroom-text1{
    background-image: url("../../img/Showroom/backoud.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 70%;
    /* padding: 0px 0px 298px; */
    margin: 50px 0px;
}
.Fifth-showroom-text1 H1{
    margin: 0;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-items: flex-end;
}
.Fifth-showroom-text2 p{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
}
.Fifth-showroom-columns {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    /* flex-wrap: wrap; */
    max-width: 1600px;
    margin: 0px auto;
}
.Fifth-showroom-column {
    flex: 1;
    min-width: 300px; 
}
.Fifth-showroom-image img {
    width: 100%;
    height: auto;
}
.Fifth-showroom-text p {
    margin: 0;
}
@media (max-width: 1024px) {
    .Fifth-showroom-container {
        padding: 0px 20px;
    }
    .Fifth-showroom-text1 h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 820px) {
    .Fifth-showroom-text1{
        background-size: auto;
        padding: 0px;
    }
}
@media (max-width: 820px) {
    .Fifth-showroom-columns {
        flex-direction: column;
    }
    .Fifth-showroom-text1 h1 {
        font-size: 2.5rem;
        padding-left: 10px;
    }
}

@media (max-width: 1024px) {
    .Fifth-showroom-columns {
        flex-direction: column;
        align-items: stretch;
    }
    .Fifth-showroom-text1 h1 {
        font-size: 2rem;
        padding-left: 10px;
    }
    .Fifth-showroom-text1{
        background-size: auto;
        padding: 0px;
    }
    .Fourth-showroom{
        margin: 0px auto;
    }
}

@media (max-width: 480px) {
    .Fifth-showroom-container,.Fourth-showroom {
        padding: 20px 10px;
        margin: 0px;
    }
    .Fifth-showroom-text1 h1 {
        font-size: 1.5rem;
        padding-left: 5px;
    }

}


/* .footer{
    border-bottom:1px solid rgb(221, 221, 221) !important ;
} */