.yn-ct-plate-ftl-v20 .solution-item .item{
    overflow-y: auto;
    max-height: 600px;
}

.yn-ct-plate-ftl-v20 .solution-item .img-box img{
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;

}

/* 移动端样式 */
@media (max-width: 767px) {
    .yn-ct-plate-ftl-v20 .solution-item .item{
        overflow-y: unset;
        max-height: unset;
    }
}