
.ml-ticker{background:#111;color:#fff;overflow:hidden;white-space:nowrap;padding:10px 0}
.ml-ticker-track{display:inline-block;animation:scroll 30s linear infinite}
.ml-item{display:inline-block;margin-right:60px;font-weight:600}
.up{color:#00d26a}
.down{color:#ff4d4d}
@keyframes scroll{
from{transform:translateX(100%)}
to{transform:translateX(-100%)}
}
