.module-user-list-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 88px);
  .guide-tip {
    width: 366px;
    height: 320.5px;
    background-image: url('../images/empty_bg.png');
    background-repeat: no-repeat;
    background-position: 0 82px;
    background-size: contain;
  }
}
