/* 隐藏系统原有语言选择器（精准匹配你提供的DOM结构） */
.select2-container.language-select-theme {
  display: none !important;
  visibility: hidden !important;
}
