/* #region 基本样式 */
.module {
    margin-top: 100px;
}

.module .title h2 {
    color: #4d2500;
}

.module>.content {
    margin-top: 100px;
}

.banners .banner {
    height: 850px;
}

.img-card {
    position: relative;
}

.img-card .card {
    box-sizing: border-box;
}

.breadcrumb {
    display: none;
}

/* #endregion */

/* #region 技术 */
.technology .img-card {
    height: 824px;
}

.technology .img-card:not(:first-child) {
    margin-top: 100px;
}

.technology .img-card .img {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 158px;
    width: 720px;
    height: 626px;
    box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.technology .img-card:nth-child(2n) .img {
    left: 0;
}

.technology .img-card .img img {
    transition: .3s;
}

.technology .img-card .img:hover img {
    transform: scale(1.2);
    transition: .3s;
}

.technology .img-card .card {
    box-sizing: border-box;
    width: 833px;
    height: 100%;
    padding: 80px;
    font-weight: normal;
    letter-spacing: 0em;
    background: #b99677;
}

.technology .img-card:nth-child(2n) .card {
    position: absolute;
    right: 0;
}

.technology .img-card .card h3 {
    position: relative;
    padding-bottom: 30px;
    color: #4d2500;
    font-size: 60px;
    text-align: center;
}

.technology .img-card .card h3::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 60px;
    height: 1px;
    content: "";
    background: #4d2500;
}

.technology .img-card .card p {
    margin-top: 30px;
    color: rgba(77, 37, 0, 0.8);
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 19;
}

/* #endregion */

/* #region 环境 */
.comfort .content {
    height: 583px;
}

.comfort .fill {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 583px;
    background: url(/static/pc/image/2108.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: .3s;
}

.comfort .fill:hover {
    background-size: 120% 120%;
    transition: .3s;
}

.comfort .info {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 900px;
    height: 100%;
    padding: 100px;
    font-weight: normal;
    letter-spacing: 0em;
    background: rgba(77, 37, 0, 0.9);
}

.comfort .info h3 {
    position: relative;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.comfort .info h3::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 80px;
    height: 1px;
    content: "";
    background: #d8d8d8;
}

.comfort .info p {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}

/* #endregion */

/* #region 优势 */
.advantage .list {
    display: flex;
    gap: 22px;
}

.advantage .list li {
    position: relative;
    flex: 1;
    height: 708px;
}

.advantage .img {
    width: 100%;
    height: 100%;
}

.advantage .info {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    text-align: center;
    background: rgba(185, 150, 119, 0.9);
}

.advantage .info img {
    width: 85px;
    height: 85px;
}

.advantage .info h3 {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 40px;
}

.advantage .info h3::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 80px;
    height: 1px;
    content: "";
    background: #d8d8d8;
}

.advantage .info p {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
}
/* #endregion */

/* #region 适配 */
@media screen and (max-width: 768px) {

    /* #region 基本样式 */
    .module {
        margin-top: 1rem;
        padding: 0 1rem;
    }

    .module>.content {
        margin-top: 1rem;
    }

    .banners .banner {
        height: 11rem;
    }

    .breadcrumb {
        display: block;
    }
    /* #endregion */

    /* #region 技术 */
    .technology .img-card {
        height: 8.58rem;
    }

    .technology .img-card:not(:first-child) {
        margin-top: 1rem;
    }

    .technology .img-card .img {
        left: 0;
        top: 0;
        width: 6.54rem;
        height: 100%;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .technology .img-card:nth-child(2n) .img {
        left: auto;
        right: 0;
    }

    .technology .img-card .card {
        position: absolute;
        top: 0.75rem;
        right: 0;
        width: 70%;
        height: 7.62rem;
        padding: 0.5rem;
    }

    .technology .img-card:nth-child(2n) .card {
        left: 0;
    }

    .technology .img-card .card h3 {
        padding-bottom: 0.25rem;
        font-size: 0.75rem;
    }

    .technology .img-card .card h3::after {
        width: 0.625rem;
    }

    .technology .img-card .card p {
        width: 142.5%;
        margin-top: 0.25rem;
        font-size: 0.75rem;
        transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-line-clamp: 7;
    }
    /* #endregion */

    /* #region 环境 */
    .comfort .content {
        position: relative;
        height: 9.35rem;
    }

    .comfort .fill {
        height: 100%;
    }

    .comfort .info {
        width: 55%;
        height: 100%;
        padding: 0.5rem;
        background: rgba(89, 52, 19, 0.8);
    }

    .comfort .info h3 {
        padding-bottom: 0.25rem;
        font-size: 0.75rem;
    }

    .comfort .info h3::after {
        width: 0.625rem;
    }

    .comfort .info p {
        width: 160%;
        margin-top: 0.25rem;
        font-size: 0.75rem;
        transform: scale(0.6);
        transform-origin: 0 0;
    }
    /* #endregion */

    /* #region 优势 */
    .advantage .list {
        flex-direction: column;
    }

    .advantage .list li {
        flex: none;
        width: 100%;
        height: 12rem;
    }

    .advantage .info {
        padding: 0.5rem;
        font-size: 0;
        background: linear-gradient(180deg, rgba(185,150,119,0.70) 0%, #B99677 99%);
    }

    .advantage .info img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .advantage .info h3 {
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 1rem;
    }

    .advantage .info h3::after {
        width: 2.4rem;
    }

    .advantage .info p {
        width: 142.5%;
        margin-top: 0.5rem;
        font-size: 0.75rem;
        transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-line-clamp: 10;
    }
    /* #endregion */

}

/* #endregion */