.search-result-content__wrapper {
    background-color: #1a1a1a;
    background-color: var(--black-10);
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.search-result-content__wrapper--mobile {
    background-color: #000;
    background-color: var(--black-primary);
    border-radius: 12px
}

.search-result-content__wrapper--mobile.search-result-content__wrapper--other {
    padding-top: 4px
}

.search-result-content__list--empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 160px 16px 0;
    padding: 160px var(--space-m16-w20) 0
}

@media only screen and (max-width:499px) {
    .search-result-content__list--empty {
        padding-top: 60px
    }
}

.search-result-content__list--empty-tip {
    font-size: 15px;
    line-height: 22px;
    text-align: center
}

.search-result-content__list--empty-tip-middle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-bottom: var(--space-m12-w16);
    margin-top: 24px;
    margin-top: var(--space-m24-w30)
}