@charset "utf-8";
.loading-background{display:block;position:fixed;width:100%;width:100vw;height:100%;height:100vh;top:0;left:0;background-color:#fff;background-color:rgba(0,0,0,.7);z-index:9998;}
.loading-progress-wrapper{display:block;position:fixed;top:50%;top:50vh;left:50%;left:50vw;background-color:#79d;z-index:9999;width:150px;height:14px;margin-top:-7px;margin-left:-75px;border-radius:5px;padding:1px;}
.loading-progress{width:28px;background-color:#ded;height:13px;position:relative;border-radius:5px;-webkit-animation-name:loading-progress;-webkit-animation-duration:.8s;-webkit-animation-iteration-count:infinite;animation-name:loading-progress;animation-duration:.8s;animation-iteration-count:infinite;}
@-webkit-keyframes loading-progress {from{left:0px;}to{left:120px;}}
@keyframes loading-progress {from{left:0px;}to{left:120px;}}