.new-search__wrapper .sticky_sentinel--top {
    height: 0
}

@media only screen and (max-width:499px) {
    .new-search__wrapper .taptap__main-header {
        height: 56px
    }
    .new-search__wrapper .taptap__main-header .van-sticky {
        height: 56px;
        /*! autoprefixer: off */
        height: calc(56px + var(--safe-area-inset-top))
    }
    .standalone-layout .new-search__wrapper .taptap__main-header .van-sticky {
        height: calc(56px + max(20px, var(--safe-area-inset-top)))
    }
    .new-search__wrapper .tap-slide__line {
        bottom: -5px
    }
    .new-search__wrapper .tap-slide__wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width:996px) {
    .new-search__wrapper .taptap__main-header-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 0
    }
}

.search-result__header-search {
    width: 100%;
    /* height: 2.8rem; */
    background: #e1e1e1;
    border-radius: 20px;
}

.search-result__header-icon {
    margin-right: 6px
}

.standalone-layout .new-search__wrapper .taptap__main-header {
    height: auto
}

.search-result__tab-wrapper {
    position: relative
}

.search-result__search-tab-wrapper {
    background-color: #000;
    background-color: var(--black-primary);
    height: 64px;
    padding: 0 16px;
    padding: 0 var(--space-m16-w20)
}

@media only screen and (max-width:499px) {
    .search-result__search-tab-wrapper,
    .search-result__search-tab-wrapper .van-sticky--fixed {
        height: 40px
    }
    .search-result__search-tab-wrapper .van-sticky--fixed {
        background-color: #000;
        background-color: var(--black-primary);
        padding: 0 16px;
        padding: 0 var(--space-m16-w20)
    }
}

.search-result__search-tab-wrapper.tap-tabs-router-header {
    white-space: nowrap
}

@media only screen and (min-width:499px) {
    .search-result__search-tab-wrapper .tap-tabs-router-header__line {
        bottom: -9px
    }
}

@media only screen and (max-width:499px) {
    .search-result__search-tab-wrapper .tap-tabs-router-header__line {
        bottom: -8px
    }
}

.search-result__header-search--noSidebar {
    max-width: calc(100% - 52px)
}

.search-result__header-search--mobile {
    max-width: calc(100% - 36px)
}