.lang-switcher {
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    font-size: 0.16rem;
    font-family: Arial, sans-serif;
    user-select: none;
    z-index: 10;
    margin-bottom: 15px;
}

.lang-switcher .lang-btn {
    cursor: pointer;
    padding: 0.04rem 0.08rem;
    color: rgba(255, 255, 255, 0.65);
    transition: color 0.2s, background 0.2s;
    border-radius: 4px;
    line-height: 1.2;
}

.lang-switcher .lang-btn:hover {
    color: #60a5fa;
}

.lang-switcher .lang-btn.active {
    color: #fff;
    font-weight: 700;
    background: rgba(59, 130, 246, 0.35);
}

.lang-switcher .lang-divider {
    color: rgba(255, 255, 255, 0.35);
    margin: 0 0.02rem;
}

body.lang-en .hd-lks .lk {
    letter-spacing: 0;
}

body.lang-en .layui-form-label {
    font-size: 13px;
}

.login-lang-switcher {
    position: absolute;
    top: 16px;
    left: 16px;
}

.login-lang-switcher .lang-btn {
    color: rgba(255, 255, 255, 0.8);
}

.login-lang-switcher .lang-btn.active {
    background: rgba(0, 162, 255, 0.35);
}

body.lang-en .phone-input-wrapper::before {
    content: 'ID';
}
