.hot-project-img {
    box-shadow: 0px 0px 12px 0px rgba(100, 101, 102, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
}

.bg-img {
    display: block;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.hot-project-contain {
    background: #FFFFFF;
    border-radius: 0.16rem;
    margin: 0.24rem;
    overflow: hidden;
}

.hot-project-contain .swiper-slide.swiper-slide-active {
    width: 4.2rem;
    height: 5.6rem;
}

.hot-project-contain .swiper-slide {
    /* width: auto; */
    width: 2.5rem;
    height: 4.81rem;
}

/*.container {*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/

/*.container .index-title {*/
/*    padding: 0 0.3rem;*/
/*    margin-top: 0.3rem;*/
/*    margin-bottom: 0.1rem;*/
/*}*/

.carousel-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.card img {
    display: block;
    width: 4.2rem;
    height: 5.6rem;
    object-fit: cover;
    object-position: center;
}

.card-active {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

/* 非活跃卡片效果 */
.card:not(.card-active) {
    opacity: 0.8;
}