
.warp-type-list{
    margin-right: 10%;
    text-align: right;

}
.warp-type-list a{
    color: #888889;
    margin-right: 15px;
    font-size: 14px;
}
.case{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    margin: 30px auto 0;
}
.case li{
    display: block;
    width: 267px;
    height: 192px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align:center ;
}
.case li img{
    display: block;
    width: 100%;
    height: 100%;
}

.case ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.case .case-summary {
    display: none;
    width: 100%;
    height: 100%;
    background: url('/skin/js/02/black.png') repeat;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%
}

.case .case-summary p {
    color: #f9f9f9;
    position: absolute;
    left: 0;
    bottom: -16px !important;
}

.case .case-summary span {
    font-size: 24px
}

.case .case-summary .p1 {
    top: 0
}

.case .case-summary .p2 {
    bottom: 0;
    font-size: 14px;
    text-align:left;
}