.sunway-progress.absolute{position:absolute}.sunway-progress.fixed{position:fixed}.sunway-progress{left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.2);z-index:10}.sunway-progress .sunway-progress-bar{width:370px;height:204px;position:absolute;top:50%;margin-top:-102px;left:50%;margin-left:-165px;background:#fff;border-radius:4px}.sunway-progress .sunway-progress-bar .sunway-title{position:absolute;top:30%;left:0;right:0;text-align:center;font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,.65)}.sunway-progress .sunway-progress-bar .sunway-progress{position:absolute;top:50%;left:38px;right:80px;height:14px;border-radius:7px;background-color:#d9d9d9}.sunway-progress .sunway-progress-bar .sunway-progress .sunway-bar{position:absolute;top:0;left:0;bottom:0;background-color:#52c41a;-webkit-transition:width .5s linear -.2s;transition:width .5s linear -.2s;border-radius:7px;overflow:hidden}.sunway-progress .sunway-progress-bar .sunway-progress .sunway-bar.ball:before{content:"";position:absolute;top:1px;left:-36px;width:36px;height:12px;border-radius:6px;background:#7fe025;-webkit-animation:ball 3s linear 0s infinite;animation:ball 3s linear 0s infinite}.sunway-progress .sunway-progress-bar .sunway-number{position:absolute;top:50%;left:320px;right:25px;font-family:PingFangSC-Regular;font-size:12px;color:rgba(0,0,0,.65);margin-top:-2px}@-webkit-keyframes ball{0%{left:0;width:12px}50%{width:36px;left:calc(100% - 36px)}to{width:12px;left:0}}@keyframes ball{0%{left:0;width:12px}50%{width:36px;left:calc(100% - 36px)}to{width:12px;left:0}}