.loading,.error,.empty{
  position: relative;
  div:first-child{
    pointer-events: none;
  }
  p{
    margin-top: 0.2rem!important;
    color: #666!important;
  }
}


.error,.empty, .loading{
    display: flex;
    background: #F0F0F5;
    .content{
      margin: auto!important;
      position: static!important;
    }
}
