.load-bar{background-color:#fdba2c;width:100%;height:3px;position:fixed;top:0;left:0}.bar{content:"";text-align:center;width:0;height:100%;display:inline;position:absolute;left:50%}.bar:first-child{background-color:#da4733;animation:3s linear infinite loading}.bar:nth-child(2){background-color:#3b78e7;animation:3s linear 1s infinite loading}.bar:nth-child(3){background-color:#fdba2c;animation:3s linear 2s infinite loading}@keyframes loading{0%{z-index:100;width:0;left:50%}33.3333%{z-index:10;width:100%;left:0}to{width:100%;left:0}}
