/* .wl_case{background-color: #edf1f4;} */

/* .wc_banner{position: relative;}
.wc_banner>img{width: 100%;} */

.wc_left_w {
    margin-bottom: 20px;
}
.wc_left_w > h1 {
    color: #666;
    margin-bottom: 20px;
}
.wc_input {
    position: relative;
    border: 1px solid #999;
    height: 50px;
    border-radius: 3px;
}
.wc_input > input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #333;
}
.wc_input > img {
    position: absolute;
    right: 15px;
    top: 10px;
}

.wc_case {
    display: flex;
    flex-wrap: wrap;
}
.wc_case > h1 {
    line-height: 3;
    width: 100%;
}
.wc_case_i {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    position: relative;
}
.wc_case_i:nth-child(2n) {
    margin-right: 0;
}
.wc_case_i > h1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.wc_case_i > h1 > b {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wc_case_i > h1 > span {
    color: #999;
    font-size: 12px;
}
.wc_case_img {
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
}
.wc_case_img > img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.3s;
}
.wc_case_i > p {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wc_case_i:hover {
}
.wc_case_i:hover .wc_case_img > img {
    transform: scale(1.1);
}

.wc_page {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.paginationjs-prev.disabled {
    display: none;
}
.paginationjs-next.disabled {
    display: none;
}
.paginationjs .paginationjs-pages li {
    border: 0;
    margin: 0 5px;
}
.paginationjs .paginationjs-pages li.active {
    border: 0;
}
.paginationjs .paginationjs-pages li:last-child {
    border: 0;
}
.paginationjs .paginationjs-pages li > a {
    border-radius: 10px;
    background-color: #f9f9f9;
    height: 42px;
    line-height: 42px;
    min-width: 42px;
}
.paginationjs .paginationjs-pages li.active > a {
    background-color: var(--base);
    height: 42px;
    line-height: 42px;
    min-width: 42px;
}
.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 10px;
}
.paginationjs .paginationjs-pages .paginationjs-ellipsis {
    pointer-events: none;
}
.paginationjs .paginationjs-pages .paginationjs-ellipsis > a {
    background-color: #f9f9f9;
}

@media screen and (max-width: 766px) {
    .wc_banner > img {
        height: 13rem;
        object-fit: cover;
    }

    .wl_left_l {
        width: 200vw;
    }

    .wc_case {
        justify-content: space-between;
        margin-top: 2rem;
        padding: 0;
    }
    .wc_case_i {
        width: 48%;
        margin-bottom: 1.5rem;
        margin-right: 0;
    }
    .wc_case_img > img {
        height: 15rem;
    }
    .wc_case_i > h1 {
        line-height: 2;
        font-size: 1.4rem;
    }
}
