.dahai-search-enhance {
    margin-top: 18px;
    text-align: left;
}

.dahai-search-section + .dahai-search-section {
    margin-top: 16px;
}

.dahai-search-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.dahai-search-section-title a,
.dahai-search-section-title button {
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--b2color, #ff3355);
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.dahai-search-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dahai-search-tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f6f7f8;
    color: #333;
    font-size: 13px;
    line-height: 1;
    transition: all .2s ease;
}

.dahai-search-tag:hover {
    background: var(--b2color, #ff3355);
    color: #fff;
    transform: translateY(-1px);
}

.dahai-search-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 51, 85, .12);
    color: var(--b2color, #ff3355);
    font-size: 11px;
    font-weight: 700;
}

.dahai-search-tag:hover .dahai-search-rank {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}

.dahai-search-count {
    color: #999;
    font-size: 12px;
}

.dahai-search-tag:hover .dahai-search-count {
    color: rgba(255, 255, 255, .85);
}

@media screen and (max-width: 768px) {
    .dahai-search-enhance {
        margin-top: 14px;
    }
}
