.scroll-wrapper{width:100%;overflow:hidden}.scroll-track{width:max-content;animation:30s linear infinite scroll-left;display:flex}.scroll-item{color:#fff;background:#4f46e5;border-radius:8px;flex:none;justify-content:center;align-items:center;width:300px;height:100px;margin-right:10px;font-size:24px;display:flex}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}
