.warp-type-list {
    /* margin-right: 10%; */
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.warp-type-list a {
    color: #888889;
    margin-right: 15px;
    font-size: 14px;
}

.case {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 0;
}

.case>a {
    position: relative;
}

.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%;
    transition: all 0.3s linear;
    object-fit: cover;
}

.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: 0px;
    left: 0px;
    position: absolute;
    padding: 5%;
    transform: scale(1.1);
}

.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;
}