.my-loading{width:100%;height:.5rem;background-color:#f2f2f2;position:absolute;right:0;bottom:0;z-index:201}.my-loading .bar{width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(#fdb813),color-stop(40%,#fdb813),color-stop(40.1%,#f2f2f2),to(#f2f2f2));background:linear-gradient(90deg,#fdb813,#fdb813 40%,#f2f2f2 40.1%,#f2f2f2);background-size:200%;-webkit-animation:moveGradient 2s cubic-bezier(.75,.02,.5,1) infinite;animation:moveGradient 2s cubic-bezier(.75,.02,.5,1) infinite}.my-loading .mask{position:fixed;width:200vw;height:200vh;top:0;left:0;z-index:201;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@-webkit-keyframes moveGradient{0%{background-position:0 0}to{background-position:-200% 0}}@keyframes moveGradient{0%{background-position:0 0}to{background-position:-200% 0}}