.wrap {
    background-color: #fff;
    padding: 0;
}

.wrap .content {
    margin-top: 80px;
}

.ph_header {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.wrap_search input {
    border: none;
    background-color: #f5f8fc;
    border-radius: 0;
    height: 40px;
    padding-left: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wrap_search .icon.pointer {
    background-color: #f5f8fc;
    height: 40px;
    justify-content: flex-start;
}

#wrap .wrap_search {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ph_header {
    z-index: 998;
}

.search-result {
    width: 96%;
    margin: 0 auto;
}

.search-result .total {
    color: #969ca3;
    margin-bottom: 10px;
    margin-top: 20px;
}

.search-result .search-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.search-result .title {
    font-size: 18px;
    line-height: 40px;
    color: #1c2129;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.search-result .title em {
    font-style: normal;
    color: #fa5151;
    font-size: 18px;
}

.search-result .crumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search-result .crumbs .txt {
    color: #969ca3;
    font-size: 14px;
    cursor: pointer;
}

.search-result .crumbs .arrow {
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

.search-result .crumbs .txt em {
    font-style: normal;
    color: #969ca3;
}

.search-result .content {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #676f7a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.search-result.hidden {
    display: none;
}

.search-no {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #666;
}

.search-no.hidden {
    display: none;
}
