.empty {
    width: 100%;
    padding: 155px 0 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.empty-text {
    margin-top: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.search-null {
    width: 344px;
    height: 40px;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 100px;
}
