/* 前端渲染与动画性能优化 */
.danmu-1 {
    will-change: transform, right;
    transform: translateZ(0);
    backface-visibility: hidden;
}
