/* Extra small devices (lg, >992px) */
/* 小屏手机（竖屏） */
@media (max-width: 1440px) {
    /* 字体整体缩小为原来的 85% 左右 */
    html {
        font-size: 14px; /* 缩小整体比例 */
    }
    .carousel-item {
        max-height: 650px;
    }
}

