@layer utilities {
    .content-auto {
        content-visibility: auto;
    }
    .transition-custom {
        transition: all 0.3s ease;
    }
}

/* 全局样式 */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}
    