.lang-btn {
    color: #333;
    text-decoration: none;
    padding: 0 5px;
    font-size: 14px;
    transition: color 0.2s;
    font-weight: 600;
}

.lang-btn:hover {
    color: #0566ff;
}

/* 当前语言高亮 */
.lang-btn.active {
    color: #0566ff;
    font-weight: bold;
}

.lang-switch {
    position: absolute;
    top: -10px;
    right: -110%;
}

  