@mixin ne-loading-bar {
  .#{$prefix}-loading-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}
