﻿/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/contact.css ***!
  \*****************************************************************************************************************/
.floor-container1 img {
    aspect-ratio: 2 / 1;
}

.floor-container2 {
    height: 160vh;
    background-image: url('../picture/p1_pc11.jpg'); /* 设置图片路径 */
  background-size: cover;                 /* 图片缩放适应容器 */
  background-position: center;           /* 图片居中对齐 */
  background-repeat: no-repeat;          /* 防止重复平铺 */
}

.floor-container2 .wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.floor-container2 .floor2-text {
    text-align: center;
    font-size: 3.4375vw;
    line-height: 1.3;
    max-width: 75%;
    margin: 0 auto;
}

.floor-container2 .floor2-text-en {
    max-width: 100%;
}

.floor2-text-mix {
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor2-text-mix-en.is-pc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor2-text-mix-en.is-mobile {
    display: none;
}

.floor-container2 .floor2-text .floor2-img {
    width: 5.82292vw;
    height: 2.91667vw;
    position: relative;
    margin: 0 0.26042vw;
}

.floor-container2 .floor2-text .floor2-img img {
    width: 5.82292vw;
    height: 2.91667vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.floor-container3 {
    padding: 16.82292vw 0;
    background-color: #ffffff;
}

.floor-container3 .floor3-content {
    display: flex;
    justify-content: space-between;
    padding: 0 11.19792vw;
}

.floor-container3 .floor3-box:first-child {
    width: 21.88542vw;
}

.floor-container3 .floor3-box:last-child {
    width: 26vw;
}

.floor-container3 .floor3-box-en:last-child {
    width: 21.88542vw;
}

.floor-container3 .floor3-article {
    margin-top: 1.5625vw;
}

.floor-container3 .floor3-label {
    font-size: 0.83333vw;
    color: #7B7B7B;
}

.floor-container3 .floor3-text {
    font-size: 1.25vw;
    color: #000000;
}

.floor-container3 .floor3-text-en {
    font-size: 1.0417vw;
}

@media (max-width: 1440px) {
    .floor-container2 {
        height: 280vh;
    }
}

@media (max-width: 1366px) {
    .floor-container2 {
        height: 400vh;
    }
}

@media (max-width: 828px), (orientation:portrait) {
    .floor-container1 img {
        aspect-ratio: 828 / 1472;
    }

    .floor-container2 .floor2-text {
        font-size: 7.48792vw;
    }

    .floor2-text-mix-en.is-pc {
        display: none;
    }
    
    .floor2-text-mix-en.is-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .floor-container2 .floor2-text .floor2-img {
        width: 12.07729vw;
        height: 6.76329vw;
    }

    .floor-container2 .floor2-text .floor2-img img {
        width: 12.07729vw;
        height: 6.76329vw;
    }

    .floor-container3 {
        padding: 46.49758vw 0;
    }

    .floor-container3 .floor3-content {
        flex-direction: column;
        justify-content: center;
        padding: 0 1vw;
        text-align: center;
    }

    .floor-container3 .floor3-box:first-child {
        width: 100%;
    }

    .floor-container3 .floor3-box:last-child {
        width: 100%;
        margin-top: 24.15459vw;
    }

    .floor-container3 .floor3-article {
        margin-top: 3.62319vw;
    }

    .floor-container3 .floor3-label {
        font-size: 2.41546vw;
    }

    .floor-container3 .floor3-text {
        font-size: 3.38164vw;
    }
}

@media (max-width: 480px) {
    .floor-container2 {
        background-image: url('../picture/p1_m11.jpg'); /* 设置图片路径 */
        height: 100vh;
    }

    .floor-container3 .floor3-label {
        font-size: 12px;
    }

    .floor-container3 .floor3-text {
        font-size: 14px;
    }
}
