.villacase-content{
    padding: 0 8.85vw;
    padding-top: 2vw;
}
.screening{
    width: 81.3vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    border:1px solid #eee;
}
.bg-e{
    background-color: #eee;
}
.conditions{
    min-height: 3.1vw;
    line-height: 3.1vw;
    border-bottom:1px solid #eee;
    font-size: 0.85vw;
}
.conditions span{
    display: inline-block;
    padding-left: 3vw; 

}
.conditions:last-child{
    border-bottom:none;
}
.conditions .clean-check{
    display: block;
    float: right;
    padding-right: 3vw;
    font-size: 0.7vw;
    color:#999;
}
.conditions .clean-check:hover{
    color: #3e3e3e;
}
.conditions a{
    display: inline-block;
    color:#333333;
    padding: 0 0.7vw;
}
.conditions a:hover{
    color: #d9b765;
}
.conditions .check{
    color: #d9b765;
    font-weight: bold;
}
.condition-select{
    width: 81.3vw;
    height: 3.1vw;
    border:1px solid #eee;
    margin-bottom: 1vw;
}
.condition-select-input{
    float: right;
    margin-right: 2vw;
}
.condition-select select{
    display: inline-block;
    float: right;
    height: 2vw;
    margin: 0.55vw 1vw;
    padding: 0 0.2vw;
    width: 5.5vw;
    font-size: 0.6vw;
    border:1px solid #ce7777;
}
.condition-select input{
    display: inline-block;
    float: left;
    height: 2vw;
    margin: 0.55vw 0 0.55vw 1vw;
    padding: 0 0.2vw 0 0.5vw;
    width: 8vw;
    font-size: 0.6vw;
    border:1px solid #d9b765;
}
.condition-select a{
    display: inline-block;
    float: left;
    height: 2vw;
    line-height: 2vw;
    font-size: 0.7vw;
    margin: 0.55vw 0;
    background-color: #d9b765;
    text-align: center;
    color:#fff;
    padding:0 1vw;
}
.case-list{
    width: 81.3vw;
    /*border:1px solid #eee;*/
}
.case-list:after,.case-list:before{
    content:"";
    display:table;
}
.case-list:after{
    clear:both;
}
.case-one{
    width: 26.4vw;
    margin-bottom: 2vw;
    float: left;
}
.case-one:nth-child(3n+2) {
   margin: 0 1vw;
}
.case-one img{
    width: 26.4vw;
    height: 16.6vw;
}
.case-list-top{
    position: relative;
    overflow: hidden;
}
.case-list-top .popup{
    width: 20vw;
    height: 10vw;
    top:3.3vw;
    left: 3.2vw;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    position: absolute;
    display: none;
}
.case-list-top:hover .popup{
    display: block;
}
.case-list-top img{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.case-list-top:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case-list-top .popup .popup-text{
    font-size: 0.7vw;
    height: 3vw;
    margin: 2vw 1vw;
    line-height: 2;/*
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;*/
}
.case-list-top .popup .popup-text span{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1450px) { 
    /*.case-list-top .popup .popup-text {line-height: 1.5;} */
} 
.case-list-top .popup a{
    display: block;
    font-size: 0.8vw;
    float: left;
    height: 3vw;
    line-height: 3vw;
    width: 10vw;
    text-align: center;
    color: #fff;
    border-top:1px solid #999;
}
.case-list-top .popup a:hover{
    color:#999;
}
.case-list-top .popup a:first-child{
    border-right:1px solid #999;
}
.case-list-bottom{
    width: 26.4vw;
    height: 5.5vw;
    min-height: 60px;
    border:1px solid #eee;
}
.designer-head{
    float: left;
    width: 5.5vw;
}
.designer-head img{
    margin: 0.75vw;
    width: 3.5vw;
    height: 4vw;
    border:none;
}
.designer-introduce{
    height: 5.4vw;
    min-height: 60px;
    float: left;
    width: 20vw;
}
.designer-introduce-title{
    height: 3vw;
    min-height: 35px;
    padding-top: 1vw;
    font-size: 0.9vw;
    font-weight: bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.designer-style{
    height: 2vw;
    min-height: 28px;
    color: #888;
    font-size: 0.8vw;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

}