.case_list {
    background-color: #FAFAFA;
}

.case_list_ul {
    display: flex;
    flex-wrap: wrap;
}

.case_list_li {
    width: 31.8%;
    margin-right: 2.3%;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.07999999821186066);
    border-radius: 6px;
    margin-top: 40px;
    cursor: pointer;
}

.cl_div_bottom {
    padding: 20px 24px;
}

.cl_div_bottom1 {
    color: #0096DB;
    font-size: 14px;
    padding: 4px 10px;
    background-color: #DDF1FB;
    display: inline-block;
    border-right: 4px;
}

.cl_div_bottom2 {
    margin: 20px 0 20px;
    font-weight: bold;
    color: #333333;
    font-size: 20px;
}

.cl_div_top img {
    width: 100%;
    transition: all 0.5s;
}

.get_more_case {
    display: block;
    overflow: hidden;
    width: 160px;
    height: 50px;
    background: #0096DB;
    box-shadow: 0px 4px 20px 1px rgba(0, 150, 219, 0.5);
    border-radius: 50px 50px 50px 50px;
    line-height: 50px;
    text-align: center;
    color: white;
}

.get_more_case span {
    display: block;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    opacity: .9;
}

.more_d {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.cl_div_top {
    overflow: hidden;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.get_more_case:hover {
    color: white;
}

.get_more_case:hover span {
    top: -100%;
    transition: all 0.5s ease-in-out;
}

.cl_div:hover .cl_div_top img {
    transform: scale(1.09);
    transition: all 0.5s;
}

.case_he_ul {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 35px 0 10px;
    justify-content: center;
    overflow-x: scroll;
}

.case_he_ul li {
    padding: 10px 20px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.case_he_ul li:last-child {
    margin-right: 0;
}

.c_active_this1,
.case_he_ul li:hover {
    background: #DDF1FB;
    color: #0096DB !important;
    border-radius: 4px 4px 4px 4px;
}

.case_he_ul1 {
    display: none;
    flex-wrap: wrap;
}

.case_he_ul1 li {
    width: 11.5%;
    margin-right: 1.14%;
    margin-top: 40px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.case_he_ul1 li img {
    width: 100%;
}

.case_he_ul1 li:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.07999999821186066);
    transform: translateY(-10px);
    transition: all 0.5s ease;
}

.show_this {
    display: flex;
}

@media(min-width:1024px) {
    .case_list_li:nth-child(3n) {
        margin-right: 0;
    }
    .case_he_ul1 li:nth-child(8n) {
        margin-right: 0;
    }
}

@media(max-width:1024px) {
    .case_list_ul {
        display: block;
        margin-top: 20px;
    }
    .case_list_li {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .case_list_li:last-child {
        margin-bottom: 0;
    }
    .more_d {
        margin-top: 40px;
    }
    .case_list {
        padding-bottom: 40px;
    }
    .case_he_ul {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: start;
        margin: 20px 0 -20px;
    }
    .case_he_ul li {
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .case_he_ul1 li {
        width: 48%;
        margin-top: 20px;
        margin-right: 4%;
    }
    .case_he_ul1 li:nth-child(2n) {
        margin-right: 0;
    }
    .get_more_case {
        width: 148px;
        height: 44px;
        line-height: 44px;
    }
    .get_more_case span {
        font-size: 16px;
    }
    .case_he_ul li {
        font-size: 14px;
    }
}