.yn-ct-plate-ftl-v10 .content-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.yn-ct-plate-ftl-v10 .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;  
}

.yn-ct-plate-ftl-v10 .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 1s ease;
    
}

.yn-ct-plate-ftl-v10 .img-box:hover img {
    transform: scale(1.1);
}

.yn-ct-plate-ftl-v10 .title {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #000 -0.86%, rgba(0, 0, 0, 0.00) 99.14%);
    width: 100%;
    padding: 48px 24px 24px;
    border-radius: 0 0 20px 20px;
    color: #FFF;
    font-family: "Modern Era";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

/* 移动端样式 */
@media (max-width: 767px) {}