
body{
    background: #fff;
}

.tabs{
    margin: 10px 0 24px 0;
}

.tabs > a {
    float: left;
    margin-right: 40px;
    font-size: 20px;
    line-height: 50px;
    color: #666;
}

.tabs > a.active{
    color: #0086c6;
}

.tabs > a.active:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background-color: #0086c6;
}

.list{
    margin-bottom: 20px;
}

.list li{
    float: left;
    width: 250px;
    margin:0 30px 30px 0;
    border:1px solid #ddd;
    border-bottom:3px solid #0086c6;
    overflow: hidden;
}

.list li:nth-child(4n){
    margin-right: 0;
}
.list .case-img{
    position: relative;
    overflow: hidden;
}
.list li .icon-soushuo{
    font-size: 26px;
    position: absolute;
    top:-30px;
    left:50%;
    margin-left: -13px;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}
.list li img{
    display: block;
    width: 100%;
    height:198px;
    border-bottom:1px solid #ddd;
}
.list .case-img:after{
    position: absolute;
    width:100%;
    height:100%;
    content: '';
    left:0;
    top:0;
    background:rgba(0,0,0,0.3);
    opacity: 0;
    transition: all linear .3s;
    -ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}
.list li:hover .case-img:after{
    opacity: 1
}

.list li:hover .icon-soushuo{
    transform: translateY(150px);
}
.list li p{
    padding:8px 12px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.case-price-wrap {
    padding-left: 12px;
    padding-bottom: 5px
}
.case-price-wrap .vip-img{
    height: 16px;
    position: relative;
    top: 2px;
    border: 0;
    object-fit: cover;
    display: inline-block;
    width: auto;
}
.case-price-wrap .case-price-left {
    margin-right: 15px
}
.case-price-wrap .case-price-left .past-price{
    color: #666666;
}
.case-price-wrap .case-price-right .price{
    color: #fc3838;
    font-weight: bold;
    font-size: 14px;
}
.case-price-wrap .case-price-right .past-price{
    text-decoration: line-through;
    color: #999999;
    font-size: 12px;
}