@keyframes progress{0%{width:0}to{width:80px}}.progressBox{align-items:center;cursor:pointer;display:flex}.progress{background:#eaeaea;margin-right:9px;overflow:hidden}.active-progress,.progress{border-radius:2.5px;height:4px;width:80px}.active-progress{animation:progress 10s linear 1;background-color:#a635dc}
