/*搜索高亮*/
.highlight {
    font-weight: bold;
    background-color: yellow;
    padding: 0 2px;
    border-radius: 2px;
}
.current-highlight {
    font-weight: bold;
    background-color: #ffcc00;
    padding: 0 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 2px rgba(255,204,0,0.3);
}
.search-info {
    margin-left: auto;
    color: #666;
    display: flex;
    align-items: center;
    font-size: 14px;
}
