.cases-page {
    width: 192rem;
}

.cases-body {
    width: 100%;
    height: 70rem;
    overflow: hidden;
    background-image: url("https://img.js.design/assets/img/678b1264b30c45934a81e30b.png#b6784fb1344e1d38c9d71e630d0c5e92");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4.6rem 9.9rem;
    padding-top: 11.1rem;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 0;
}

.cases-nav {
    position: absolute;
    left: calc(50% - 80rem);
    bottom: 0;
    width: 160rem;
    height: 42.6rem;
    border-radius: 0.2rem;
    background-color: rgba(255, 255, 255, 0.96);
}

.nav-title {
    width: 100%;
    height: 6rem;
    margin: 6rem 0;
    padding: 0 10rem;
    border-left: 0.8rem solid rgba(247, 200, 0, 1);
    font-size: 4.4rem;
    line-height: 6rem;
}

.nav-info {
    width: 100%;
    padding: 2rem 11.5rem;
    box-sizing: border-box;
    font-size: 2.2rem;
    color: rgba(51, 51, 51, 1);
    height: 19.2rem;
    padding-bottom: 0;
    margin-bottom: 5.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.bg {
    background-color: rgba(235, 236, 242, 1);
}
.cases-list {
    width: 160rem;
    margin: 0 auto;
    padding: 10rem 0;
    display: grid;
    grid-gap: 6.4rem 7.9rem;
    grid-template-columns: 48rem 48rem 48rem;
}
.cases-item {
    width: 48rem;
    height: 47.9rem;
    background-color: #fff;
    transition: transform 0.3s ease;
    border-radius: 0.3rem;
    overflow: hidden;
}
.cases-item:hover {
    box-shadow: 0 0 2rem rgba(44, 51, 128, 0.25);
}
.item-image {
    width: 48rem;
    height: 27rem;
}
.item-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-info {
    width: 48rem;
    height: 18.2rem;
    background-color: #fff;
    padding: 0 3.2rem;
    padding-bottom: 2.7rem;
}

.info-title {
    width: 100%;
    margin-top: 3.1rem;
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.info-project {
    width: 100%;
    /* height: 11.5rem; */
}

.project-area,
.project-industry {
    width: 100%;
    height: 4.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
    padding: 0 0.6rem;
}
hr {
    margin: 0;
}

.area-name,
.industry-name {
    color: rgba(102, 102, 102, 1);
}

.area-value,
.industry-value {
    color: rgba(51, 51, 51, 1);
}

.cases-item:hover {
    transform: translateY(-0.5rem);
}
/* 分页 */
.pagination {
    font-size: 1.6rem;
}
.pagination .page-item {
    margin: 0 0.8rem;
    font-size: 1.6rem;
}

.page-link {
    color: rgba(0, 0, 0, 1);
    font-size: 1.6rem;
}

.page-link:hover {
    color: rgba(0, 0, 0, 1);
}

.page-link-active {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(244, 189, 0, 1);
}

.page-link:focus {
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 0.25rem rgba(244, 189, 0, 0.25);
    background-color: #fff;
}

#page-total-dom {
    letter-spacing: 0.1rem;
}

.page-item.disabled {
    cursor: not-allowed;
}