@charset "UTF-8";
.search-top {
    width: 100%;
    height: 1.25rem;
    background-image: url(/static/img/search-bg.png);
    background-size: 100% 100%;
    padding: .3125rem 1.14583rem 0;
    font-family: HarmonyOS Sans SC
}

.search-result-content {
    width: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    font-family: HarmonyOS Sans SC;
    padding: .10417rem 1.14583rem .20833rem;
    min-height: calc(100vh - 3.47875rem);
}

.search-empty-content {
    text-align: center;
}

.search-empty-content .search-empty-img {
    width: 2.4167rem;
}


.search-result-content .highlight {
    color: #002d9b
}


.search-result-content .article-item-link {
    text-decoration: none
}

.search-result-content .article-item-link:last-child .article-item {
    border-bottom: none
}

.search-result-content .article-item {
    width: 100%;
    height: .72396rem;
    padding: .10417rem .05208rem;
    border-bottom: .00521rem solid #ebebeb;
    cursor: pointer
}

.search-result-content .article-item-title {
    height: .10938rem;
    font-size: .09375rem;
    font-weight: 700;
    margin-bottom: .10417rem;
    color: #333
}

.search-result-content .article-item-desc {
    font-size: .08333rem;
    width: 100%;
    height: .09896rem;
    margin-bottom: .10417rem;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666
}


.search-empty {
    width: 2.41667rem;
    height: 2.26042rem;
    background: url(/static/img/search-empty.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    margin-top: .10417rem
}

.search-empty-text {
    text-align: center;
    margin-top: .20833rem;
    font-family: HarmonyOS Sans SC;
    font-size: .10417rem;
    font-weight: 700;
    line-height: normal;
    color: #002d9b
}

.search-empty-back {
    margin-top: .08333rem;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-size: .09375rem;
    font-weight: 400;
    line-height: .16667rem;
    color: #9e9e9e
}

.search-empty-btn {
    margin: 0 auto;
    margin-top: .08333rem;
    width: 1.09375rem;
    height: .27083rem;
    padding: .05208rem .26042rem;
    box-sizing: border-box;
    border: .00521rem solid #4272e7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none
}

.search-empty-btn .search-empty-btn-text {
    font-family: HarmonyOS Sans SC;
    font-size: .09375rem;
    font-weight: 400;
    line-height: .16667rem;
    letter-spacing: 0em;
    color: #002d9b;
    display: flex;
    align-items: center;
}

.search-empty-btn .search-empty-icon {
    width: .125rem;
    height: .125rem;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADESURBVEiJ7dIhEoJAGIbhd5EZKc7YLAYiM7hXIXEBAzNGuYE3kIobiBzA5BlsGi1aPYGBEZOJ8u+CwRneuMP/PQUY+690GbEqdzYnE/GXYRUwbc8olbBI5jyPJ8mZJwbu6xdvcqABtmizl5wpMfAtNikeNeADBdcsHxawRNwAC8QdECJdQJu2B9lB5H+RJMWj+9Sn2KR4bQ3KR5FzyYrhAMG4OyAcdwMsxu0By3E7IKwCZs0NWErH7dNlxOqwGX547Jd9AIqxQ2KVnw+EAAAAAElFTkSuQmCC);
    background-size: 100% 100%
}

.error-line {
    width: .11375rem;
    height: .11375rem;
    margin-left: 0.05rem;
}
