.x-loading {
  position: relative;
  width: 100%;
  height: 100%;
  .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1999;
    background-color: hsla(0, 0%, 100%, .9);
  }
  .x-loading-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 170px;
    margin: auto;
  }
  .svg-loading {
    width: 100% !important;
    height: 100% !important;
  }
  .x-loading-network-error {
    display: flex;
    height: 100%;
    font-size: 12px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    .svg-x-lib-network-error {
      width: 200px !important;
      height: 200px !important;
    }
    .x-loading-error-text {
      color: #b2b2b2;
    }
    .x-loading-reflesh-btn {
      padding: 12px 0 !important;
    }
  }
}
