.cases-container img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.cases-container .case-item {
    margin: 15px 0;
}

.cases-container .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 45%);
    /* 案例阴影 */
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
    justify-content: flex-end;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;

}

.cases-container .info .title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.cases-container .info .text {
    font-size: 24px;
    color: #E5E5E5;
}




.designer-container{
    overflow: hidden;
  }
/* home-designer 家装设计师 */



.home-designer .designer-item {
    height: 304px;
    position: relative;
    margin: 10px 0;
}

.home-designer .designer-pic {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.home-designer .designer-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 118px;
    border-radius: 15px;
    background-image: url(/static/images/renovation/border-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background: rgba(255, 255, 255, 0.8); */
    padding: 8px 0 0 28px;
    box-sizing: border-box;
    /* clip-path: polygon(0% 0%,50% 10px,100% 100%); */
}

.home-designer .designer-intro .designer-name {
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 3px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #232323;
}

.home-designer .designer-intro .designer-other-info {
    width: 80%;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #444444;
}

.home-designer .order {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.home-designer .order-content {
    height: 304px;
    border-radius: 15px;
    background: linear-gradient(297deg, #8ec9ff 0%, #1e79e9 99%);

    /* 案例阴影 */
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
}

.home-designer .order-content .left {
    padding: 0 40px;
    box-sizing: border-box;
}

.home-designer .order-content .title {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}

.home-designer .order-content input {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #999999;
}

.home-designer input.username {
    margin-top: 36px;
    width: 180px;
    height: 45px;
    border-radius: 40px 40px 0px 40px;
    background: rgba(255, 255, 255, 0.8);
}

.home-designer input.phone {
    margin-top: 24px;
    width: 231px;
    height: 46px;
    border-radius: 40px 40px 0px 40px;
    background: rgba(255, 255, 255, 0.8);
}

.home-designer .free-order {
    margin-top: 20px;
    width: 109px;
    height: 45px;
    border-radius: 40px;
    background: #f3dc24;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
}

.home-designer .order-content .right {
    padding: 20px 40px 20px 0px;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.home-designer .mini-designer {
    width: 126px;
    margin: 10px;
}

.home-designer .mini-designer .avatar {
    width: 126px;
    height: 126px;
}

.home-designer .mini-designer .avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-designer .mini-designer .name {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    margin-top: 16px;
    text-align: center;
}

.home-designer .mini-designer .other-info {
    font-size: 14px;
    color: #838383;
    margin-top: 6px;
    text-align: center;
}


/* style */
.style-container .style-item {
    margin: 15px 0;
    width: 100%;
}

.style-container .style-item img {
    height: 277px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.style-container .style-item:hover .hover {
    display: flex;
}

.style-container .style-item .hover {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.1);
}

.style-container .style-item .hover .title {
    font-size: 36px;
    font-weight: 500;
    color: #000000;
}

.style-container .style-item .hover .more {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 350;
    color: #4F4F4F;
}


.style-container .item4 {
    width: calc(50% - 15px);
}

.style-container .item5 {
    width: calc(50% - 15px);
}

/* style-view */
.style-view {
    background: url(/static/images/villa/style-view-bg.png);
    background-size: cover;
}

.style-view .main-title {
    color: #ffffff;
}

.style-view .cur-label {
    color: #ffffff;
}

.style-view .main-title::after {
    background: rgba(255, 255, 255, 0.47);
}

.style-view .main-title::before {
    background: rgba(255, 255, 255, 0.47);
}

.style-view-container .style-view-swiper .parent {
    /* height: 685px; */
    background: white;
    border-radius: 15px;
}

.style-view-container .style-view-swiper .cover {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}
.style-view-container .thumbnail-content{
    overflow: hidden;
}
.style-view-container .thumbnail-img{
    flex-shrink: 0;
    width: 20%;
    height: 125px;
    object-fit: cover;
    cursor: pointer;
}

.style-view-container .style-view-swiper .info {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.quality-container .quality-item {
    height: 440px;
    margin: 15px 0;
}

.quality-container .quality-item img.big {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

.quality-container .quality-item img.small {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 209px;
}


.quality-container .quality-item .info {
    width: 100%;
    border-radius: 10px;
    height: 209px;
    background: #3C3A3B;
}

.quality-container .quality-item .info .title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.quality-container .quality-item .info .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: white;
    transform: translate(-50%, 4px);
}

.quality-container .quality-item .info .text {
    font-size: 16px;
    font-weight: 500;
    color: #E2E2E2;
    margin-top: 15px;
}





.material-selection-container .row-box {
    position: relative;
    z-index: 9;
}

.material-selection-container .item {
    margin: 15px 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    backdrop-filter: blur(20px);
    box-shadow: 0px 4px 17px 0px rgba(13, 35, 62, 0.1);
    padding: 10px;
    height: 162px;
}

.material-selection-container .item .title {
    font-size: 26px;
    font-weight: 500;
    color: #151515;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.material-selection-container .item img {
    width: 63%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.application {
    margin-top: 40px;
}






@media screen and (max-width: 1200px) {

    /* 家装专业设计师 */
    .home-designer .order-content .left {
        padding: 0 30px;
    }

    .home-designer .order-content .right {
        display: none;
    }

}


@media screen and (max-width: 992px) {

    .quality-container .quality-item img.small {
        width: calc(50% - 15px);
    }

    .quality-container .quality-item {
        height: 210px;
    }

    .quality-container .quality-item .info {
        width: calc(50% - 15px);
    }

    .quality-container .item2 {
        flex-direction: row;
    }


}

@media screen and (max-width: 960px) {

    /* 家装专业设计师 */
    .home-designer .order-content .right {
        display: none;
    }

    .thumbnail-content{
        display: none;
    }
}<!--耗时1755816844.1055秒-->