.loadingbar #loading-bar{z-index:9999;position:fixed;top:0;width:100%}.loadingbar #loading-bar .slider{background:#dc4d717b;position:relative;width:100%;height:2px;overflow-x:hidden}.loadingbar #loading-bar .subline{position:absolute;background:#ce1342;height:2px}.loadingbar #loading-bar .inc{animation:increase 2s .5s infinite}.loadingbar #loading-bar .dec{animation:decrease 2s 1s infinite}@keyframes increase{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease{from{left:-80%;width:80%}to{left:110%;width:10%}}