
/* 确保隐藏类的优先级 */
.lingee-hide-more-btn {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
