/* 反爬虫蜜罐字段：勿删，需配合 about.php 校验 */
.hp-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 语言下拉：顶栏与移动端可读性 */
.lang-switcher select {
  max-width: 140px;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #c8ced4;
  background: #fff;
  color: #333;
}
@media (max-width: 991px) {
  .lang-switcher {
    display: block !important;
    margin: 8px 0 4px;
  }
  .lang-switcher select {
    max-width: 100%;
  }
  .ny-main .wrap,
  .comm-content .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}
