.search-result{
    font-size: 1.2rem;
    margin-top: 1.4rem;
}

.search-tag{
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}
.search-tag>span{
   color: var(--menu-left-title-color);
}
.search-result .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.search-result .header>div{
    color: var(--p-text-color);
    margin-bottom: 0;
}
.search-result .header .highword{
    color: var(--primary-text-color);
     display: inline-block;
}
.search-back{
    display: none;
}
.reset-search{
    display: block;
    color: #7d7f86;
}
.homepage-list{
    margin-top: 0.8rem;
}
.clxh-title{
    color: var(--p-text-color);
    font-size: 1.4rem;
}
.search-nodata{
    min-height: 6rem;
    padding: 2rem 0;
    margin: 0.5rem 0.8rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #7d7f86;
    text-align: center;
}
.search-nodata .search-empty-img{
    width: 9rem;
}

.search-empty .slf-nodata .slf-nodata-tips::after{
    content: "您搜索的内容暂无数据，请尝试其他关键字或词";
}
@media (min-width: 960px) {
    .search-result{
        font-size: 0.8rem;
        margin-top: 0.2rem;
    }
    .search-tag{
        margin-bottom: 0.7rem;
        font-size: 0.7rem;
    }
    .reset-search{
        display: none;
    }
    .search-result .header{
        font-size: 0.8rem;
    }
    .search-back{
        display: block;
        background: var(--primary-text-color);
        color: var(--text-color-black);
        padding: 0.35rem 0.7rem;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        cursor: pointer;
    }
    .search-back:hover{
        color: var(--text-color-black);
    }
    .clxh-title{
        font-size: 1rem;
    }
    .search-nodata{
        padding: 2.6rem 0;
        margin: 0.8rem 0 1.5rem 0;
        color: var(--p-text-color);
        background-color: var(--van-pagination-item-default-color);
    }
}