  /*
Theme Name: w022
Description: w022
Author: 禾格科技
Version: 1.0
*/



  /* logo样式 */
  .custom-logo-link {
      width: 220px;
      display: inline-block;
      vertical-align: middle;
  }

  .custom-logo-link img {
      width: 100%;
      max-width: 100%;
      height: auto;
  }

  /* 隐私，团队页面等样式 */
  .page-box {
      width: 100%;
      max-width: 1200px;
      margin: 20px auto;
      padding: 20px;
  }

  .gtranslate_wrapper,
  #gt_float_wrapper,
  .gt_float_switcher,
  .gt-selected,
  .gt-current-lang {
      
      width: 32px !important;
      height: 24px !important;

  }

  .gt_float_switcher .gt-selected .gt-current-lang {
      padding: 10px !important;
      text-align: left !important;
  }

  .gt_float_switcher {
      box-shadow: none !important;

  }

  #gt_float_wrapper .gt_float_switcher .gt_options {
      min-width: 180px !important;
      min-height: 250px !important;
      max-height: 500px !important;
      z-index: 9999999;
      top: 60px !important;
      display: block;
      position: absolute;
      background-color: #fff !important;
      left: auto !important;
      right: 0 !important;
      min-height: unset !important;
      opacity: 0 !important;
      transform: translateY(-8px) !important;
      transition: opacity 0.2s ease, transform 0.2s ease !important;
      pointer-events: none !important;
  }

  #gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
      opacity: 1 !important;
      transform: translateY(0) !important;
      /* Y轴归位 */
      pointer-events: auto !important;
  }

  /* a 标签内容强制可见 */
  #gt_float_wrapper .gt_float_switcher .gt_options a.nturl,
  #gt_float_wrapper .gt_float_switcher .gt_options a.nturl:link,
  #gt_float_wrapper .gt_float_switcher .gt_options a.nturl:visited {
      all: unset !important;
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
      padding: 8px 12px !important;
      border-radius: 7px !important;
      font-size: 13px !important;
      color: #333 !important;
      cursor: pointer !important;
      white-space: nowrap !important;
      opacity: 1 !important;
      transform: none !important;
      /* 清除任何残留位移 */
      visibility: visible !important;
  }

  #gt_float_wrapper .gt_float_switcher .gt_options a.nturl:hover {
      background: #f3f3f3 !important;
      color: #111 !important;
  }

  #gt_float_wrapper .gt_float_switcher .gt_options a.nturl img {
      all: unset !important;
      display: block !important;
      width: 20px !important;
      height: 20px !important;
      border-radius: 3px !important;
      object-fit: cover !important;
      opacity: 1 !important;
      visibility: visible !important;
  }

  .gt-lang-code,
  .gt_float_switcher-arrow {
      display: none !important;
  }

