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

    .nullImg {
        margin-top: 250rpx;
        width: 364rpx;
        height: 280rpx;
    }

    .message {
        margin-top: 30rpx;
        font-size: 32rpx;
        font-weight: bold;
        color: #FFB513;
    }
}