.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;

    &-img {
      width: 100%;
      margin-top: 82px;
    }
  }
}
