/* ========== 全局公共CSS：首页 ========== */
/* PC端首页轮播图样式，固定高度，图片裁切铺满容器 */
.slideshow {
    height: 400px;
    object-fit: cover;
}
