.slideshow {
    height: 400px;
    object-fit: cover;

/* 筛选左侧文字标签同行 */
.my-3 > div:first-child {
    display: flex;
    align-items: center;
    gap: 40px; /* 两个筛选组之间的间距，自己调大小 */
}