.empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  .nullImg {
    width: 364rpx;
    height: 280rpx;
  }

  .message {
    width: 500rpx;
    text-align: center;
    margin-top: 30rpx;
    font-size: 32rpx;
    line-height: 60rpx;
    font-weight: bold;
    color: #FFB513;
  }
}