.case {
    padding: 0.6rem 1.6rem 0;
    box-sizing: border-box;
    font-family: Poppins, Poppins;
}

.case .fac-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.39rem;
    text-align: center;
}

.case .fac-text {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    padding: 0 1.6rem;
}

.case .card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.case .card .ca-card {
    display: flex;
    width: 7.8rem;
    height: 3rem;
    background: url('../img/galleriex/bgblock.png') no-repeat;
    margin-bottom: 0.3rem;
}

.card .ca-card .card-left {
    display: flex;
    padding: 0.2rem;
    width: 4.4rem;
    height: 3rem;
    margin-right: 0.3rem;
    box-sizing: border-box;
    overflow: hidden;
    flex: 0 0 4.24rem;
}

.card .ca-card .card-left img {
    width: 4rem;
    height: 2.6rem;
    transition: all 0.5s;
    object-fit: cover;
}

.card .ca-card .card-left .img-active {
    transform: scale(1.2);
}

/* .card .ca-card .card-left img:hover {
    width: calc(4rem + 0.24rem);
    height: calc(2.6rem + 0.4rem);
} */

.card .ca-card .ca-right {
    margin-top: 0.8rem;
}

.ca-right .ca-title {
    width: 100%;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.ca-right .ca-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.54rem;
    height: 0.46rem;
    background: #6A6E70;
    margin-top: 1rem;
}

.ca-right .ca-btn .learn {
    font-size: 0.16rem;
    color: #FFFFFF;
}

.ca-right .ca-btn img {
    width: 0.2rem;
    height: 0.1rem;
    margin-left: 0.06rem;
}