.fox-search-history {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 0.25rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    z-index: 1050;
    margin-top: 4px;
    overflow: hidden;
}
.fox-search-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.875rem;
    border-bottom: 1px solid #f0f0f0;
    color: #999999;
    font-size: 0.8rem;
}
.fox-search-history-header a {
    color: #999999;
    text-decoration: none;
}
.fox-search-history-header a:hover {
    color: #666666;
}
.fox-search-history-list {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0;
    max-height: 280px;
    overflow-y: auto;
}
.fox-search-history-list li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.875rem;
    cursor: pointer;
    color: #333333;
    font-size: 0.9rem;
    transition: background-color 0.15s ease;
}
.fox-search-history-list li:hover {
    background-color: #f8f9fa;
}
.fox-search-history-list li svg {
    flex-shrink: 0;
    margin-right: 0.6rem;
    color: #aaaaaa;
}
.fox-search-history-list li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fox-search-empty-tip {
    color: #e74c3c;
    font-size: 0.9rem;
    padding: 0.25rem 0;
    margin-top: 2px;
}

.fox-search-home #searchKeyword,
.fox-search-home #searchForm .input-group .btn {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.abc-songlist > .abc-songlist-item {
	position: relative;
}
.abc-songlist-item input[type="checkbox"] {
	position: relative;
	z-index: 2;
}
