/* #region 基本样式 */
.module {
    margin-top: 100px;
}

.module .title h2 {
    color: #4d2500;
}

.left .module:first-child {
    margin-top: 0;
}

.left .module .title {
    text-align: left;
}

.left .module .title>h3 {
    position: relative;
    color: #593413;
    font-size: 40px;
}

.left .module .title>h3::after {
    position: absolute;
    left: 16px;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 184px;
    height: 24px;
    content: "";
    background: #ddccbe;
}

.module>.content {
    margin-top: 100px;
}

.left .module .content {
    margin-top: 30px;
}

.banners .banner {
    height: 850px;
}

.breadcrumb {
    display: none;
}

/* #endregion */

/* #region 案例 */
.case {
    margin-top: 100px;
}

/* left */
.case .left {
    width: 328px;
}

.case-img {
    position: relative;
    width: 100%;
    height: 210px;
}

.case-img .img a::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(103% 141% at 0% 0%, rgba(89, 52, 19, 0.30) 0%, #593413 99%);
}

/* right */
.case .right .list {
    display: flex;
    flex-wrap: wrap;
    width: 1072px;
    column-gap: 26px;
    row-gap: 100px;
}

.case .right .list>li {
    width: 340px;
}

.case .right .list li .img {
    width: 100%;
    height: 265px;
}

.case .right .list li .info {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 210px;
    padding: 30px;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    transition: .3s;
}

.case .right .list li:hover .info {
    color: #593413;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.case .right .list .info span:nth-child(2) {
    margin-left: 30px;
}

.case .right .list .info p {
    margin-top: 16px;
}

.case .right .list .info p:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.case .right .list .info p:nth-child(4) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.case .right .list .info a {
    position: absolute;
    right: 30px;
    display: none;
    margin-top: 10px;
    text-align: right;
}

.case .right .list li:hover .info a {
    display: block;
}

/* #endregion */

/* 解忧 */
.worries {
    display: none;
}

/* #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 案例 */
    .case .left {
        display: none;
    }

    .case .right {
        float: none;
    }

    .case .right .list {
        display: block;
        width: 100%;
    }

    .case .right .list li {
        position: relative;
        display: flex;
        width: 100%;
        height: 8.125rem;
    }

    .case .right .list li:not(:first-child) {
        margin-top: 1rem;
    }

    .case .right .list li:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .case .right .list li .img {
        flex-shrink: 0;
        width: 51.5%;
        height: 100%;
    }

    .case .right .list li .info {
        position: static;
        flex: 1;
        width: auto;
        height: 100%;
        padding: 1rem 0.5rem;
        color: #ffffff;
        font-size: 0.75rem;
        background: #B99677;
    }

    .case .right .list li:nth-child(2n) .info {
        background: #593413;
    }

    .case .right .list li:hover .info {
        color: #ffffff;
        box-shadow: none;
    }

    .case .right .list .info span {
        display: inline-block;
        transform: scale(0.7);
        transform-origin: 0 0;
    }

    .case .right .list .info span:nth-child(2) {
        margin-left: 8px;
        transform-origin: -50% 10%;
    }

    .case .right .list .info p {
        width: 145%;
        margin-top: 0.25rem;
        transform: scale(0.7);
        transform-origin: 0 0;
    }

    .case .right .list .info p:nth-child(4) {
        color: rgba(255, 255, 255, 0.9);
        -webkit-line-clamp: 6;
    }

    .case .right .list .info a {
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .case .right .list .info a>img {
        display: none;
    }

    /* #endregion */

    /* #region 解忧 */
    .worries {
        display: block;
    }

    .worries .list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .worries .list li {
        position: relative;
        width: 30.85%;
        height: 8.16rem;
    }

    .worries .list li>a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .worries .list .img {
        width: 100%;
        height: 100%;
    }

    .worries .list .info {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 0.75rem;
        font-weight: normal;
        letter-spacing: 0em;
        background: linear-gradient(180deg, rgba(89, 52, 19, 0.30) 0%, #593413 100%);
    }

    .worries .list .info img {
        width: 1.2rem;
        height: 1.38rem;
    }

    .worries .list .info h3 {
        text-align: center;
        transform: scale(0.7);
    }

    /* #endregion */
}

/* #endregion */