.case-box {
    padding: 52px 0 62px 0;
}
.case-box {
    display: none;
}
.case-box.active {
    display: block;
}
.case-box .title {
    color: #333333;
    font-size: 28px;
    margin-bottom: 32px !important;
}

header {
    height: 651px;
}
.banner {
    height: 100%;
}
/* 案例卡片列表 */
.case-card {
    padding: 0 15px;
}
.case-card-content {
    transition: .2s;
    box-shadow: 0px 0px 16px 0px rgba(4,0,0,0.15);
    padding: 0;
    margin-bottom: 30px;
}

.case-card-content:hover {
    transform: scale(1.08);
    box-shadow: 0px 0px 16px 0px rgba(4,0,0,0.3);
}    

.case-card-content img {
    width: 100%;
}

.case-desc {
    padding: 15px 13px;
    background: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.case-desc.row-hor {
    flex-direction: row;
}
.case-desc img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

.case-desc > p {
    color: #666666;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.case-desc div {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.case-desc div span:first-child {
    color: #333333;
    font-size: 16px;
    width: 100%;
}

.case-desc div span:last-child {
    color: #666666;
    font-size: 14px;
    width: 100%;
}

.case-desc > span {
    color: #333333;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}
/* 案例列表 */
.case-list {
    margin-bottom: 26px;
}
.case-list-content {
    background: #ffffff;
    display: flex;
    align-items: center;
    height: 100%;
}
.case-list img {
    width: 28%;
}
.case-list-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 16px 12px 36px;
    height: 100%;
    flex: 1;
}
.case-list-desc p {
    color: #737373;
    font-size: 14px;
}
.room-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.room-address span:first-child {
    color: #333333;
    font-size: 20px;
}
.room-address span:last-child {
    color: #666666;
    font-size: 16px;
    font-family: "iconfont" !important;
}
.room-facilities {
    color: #666666;
    font-size: 14px;
    display: flex;
}
.room-facilities>span:first-child {
    width: 166px;
    display: inline-block;
}
.room-facilities div {
    margin-left: 74px;
    display: flex;
    flex: 1;
}
.room-facilities div>span:last-child {
    flex: 1;
}
/* 加载更多 */
.load-more {
    width: 168px;
    height: 36px;
    background:#F1F1F1;
    border-radius: 2px;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 10px;
}