/*case_recommend*/

.case_recommend {
    width: 1680px;
    margin: 0 auto;
}

.case_recommend h2 {
    font-size: 62px;
    color: #222222;
    text-align: center;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 15px;
}

.case_recommend ul {
    width: 1692px;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.case_recommend ul li {
    position: relative;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 12px;
}

.case_recommend ul li .img-main {
    width: 270px;
    height: 203px;
}

.case_recommend ul li .img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_recommend ul li .img-main span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(0, 0, 0, 0.62);
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    padding-left: 15px;
}


/* 1680 1680 */

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    .case_recommend {
        width: 1520px;
    }
    .case_recommend ul {
        width: 1532px;
    }
    .case_recommend ul li .img-main {
        width: 243px;
        height: 174.75px;
    }
}


/* 1680 1680 */


/* 1366 1366 */

@media screen and (max-width: 1579px)and (min-width: 1281px) {
    .case_recommend {
        width: 1246px;
    }
    .case_recommend ul {
        width: 1265px;
    }
    .case_recommend ul li .img-main {
        width: 241px;
        height: 180.75px;
    }
    .case_recommend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .info_recommend {
        width: 1246px;
    }
    .info_recommend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
}


/* 1366 1366 */


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .case_recommend {
        width: 1200px;
    }
    .case_recommend ul {
        width: 1220px;
    }
    .case_recommend ul li .img-main {
        width: 232px;
        height: 174px;
    }
    .content-trend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .info_recommend {
        width: 1200px;
    }
    .info_recommend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
}


/* 1280 */


/* 1280 */

@media screen and (max-width: 1000px) {
    .case_recommend {
        width: 100%;
        padding: 0.17rem;
    }
    .case_recommend ul {
        width: 100%;
    }
    .case_recommend ul li {
        width: calc((100% - 0.34rem)/3);
        margin-right: 0.17rem;
        margin-bottom: 0.17rem;
        border-radius: 0.1rem;
        overflow: hidden;
    }
    .case_recommend ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .case_recommend ul li .img-main {
        width: 1.91rem;
        height: 1.85rem;
    }
    .case_recommend ul li .img-main span {
        line-height: 0.48rem;
        font-size: 0.2rem;
        height: 0.48rem;
        background: #F5F5F5;
        color: #333333;
        padding: 0 0.1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
    }
    .case_recommend ul li .img-main img {
        height: 1.43rem;
    }
    .case_recommend h2 {
        font-size: 0.34rem;
        line-height: 0.4rem;
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }
}


/* 1280 */