#nprogress{pointer-events:auto;-ms-touch-action:none;touch-action:none;background:#333;width:100%;height:100%;position:fixed;top:-70px;left:0;z-index:99999;padding-bottom:70px;-webkit-transition:.5s cubic-bezier(.25,.8,.5,1);transition:.5s cubic-bezier(.25,.8,.5,1);background:url(/globals/mob/img/common/bg_gray.png) repeat}#nprogress .peg{display:block;position:absolute;left:0;width:100px;height:100%}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:0;left:0;width:100%}#nprogress .spinner-icon{background:url(/globals/mob/img/common/loadingbar.gif) no-repeat;background-size:300px 113px;display:block;width:300px;height:113px;margin:0 auto;margin-top:50%}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}