/* #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 团队 */
.team .img-card {
    height: 554px;
}

.team .img-card:not(:first-child) {
    margin-top: 100px;
}

.team .img-card .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 371px;
    height: 100%;
}

.team .img-card:nth-child(2n) .img {
    left: auto;
    right: 0;
}

.team .img-card .card {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1273px;
    height: 446px;
    padding: 70px 70px 70px 214px;
    color: #593413;
    font-weight: normal;
    letter-spacing: 0em;
    background: linear-gradient(270deg, #b99677 0%, rgba(185, 150, 119, 0.2) 99%);
}

.team .img-card:nth-child(2n) .card {
    left: 0;
    right: auto;
    padding: 70px 214px 70px 70px;
    background: linear-gradient(90deg, #b99677 0%, rgba(185, 150, 119, 0.2) 100%);
}

.team .img-card .card>h3 {
    font-size: 60px;
}

.team .img-card .card>span {
    display: inline-block;
    margin-top: 9px;
    font-size: 36px;
}

.team .img-card .card>p {
    margin-top: 9px;
    color: #fff8f2;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.team .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 120px;
    row-gap: 100px;
    margin-top: 100px;
}

.team .list>li {
    width: 420px;
    height: 645px;
}

.team .list .box {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .list .img {
    width: 100%;
    height: 100%;
}

.team .list .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 176px;
    padding: 42px 0;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0em;
    text-align: center;
    background: rgba(77, 37, 0, 0.9);
    transition: .3s;
}

.team .list>li:hover .info {
    height: 186px;
    transition: .3s;
}

.team .list .info>h4 {
    display: inline-block;
    font-size: 30px;
}

.team .list .info>p {
    margin-top: 16px;
    color: #cccccc;
    font-size: 22px;
    white-space: nowrap;
}

/* #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;
    }
    
    .contacts-bottom {
        bottom: 46px;
    }
    /* #endregion */

    /* #region 团队 */
    .team .img-card {
        height: 8.4rem;
    }
    
    .team .img-card:not(:first-child) {
        margin-top: 1rem;
    }

    .team .img-card .img {
        width: 5.64rem;
    }

    .team .img-card .card {
        width: 85%;
        height: 6rem;
        padding: 0.3125rem 0.625rem 0.3125rem 2.76rem;
    }

    .team .img-card:nth-child(2n) .card {
        padding: 0.3125rem 2.76rem 0.3125rem 0.625rem;
    }

    .team .img-card .card>h3 {
        font-size: 1rem;
    }

    .team .img-card .card>span {
        display: inline-block;
        font-size: 0.75rem;
        line-height: 0.5rem;
        transform: scale(0.8);
        transform-origin: 0 0;
    }

    .team .img-card .card>p {
        width: 125%;
        margin-top: 0.0625rem;
        font-size: 0.75rem;
        transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-line-clamp: 3;
    }

    .team .list {
        column-gap: 0.5rem;
        row-gap: 1rem;
        margin-top: 1rem;
    }

    .team .list>li {
        width: 31.75%;
        height: 8.58rem;
    }

    .team .list .info {
        height: 2.76rem;
        padding: 0.5rem 0;
        font-size: 0;
    }

    .team .list>li:hover .info {
        height: 2.76rem;
    }

    .team .list .info>h4 {
        font-size: 0.75rem;
    }

    .team .list .info>p {
        margin-top: 0;
        font-size: 0.75rem;
        line-height: 1rem;
        transform: scale(0.7);
        transform-origin: 25% 0;
    }
    /* #endregion */

}

/* #endregion */