/* Chinese homepage preview only: the glove tag remains isolated from the formal homepage. */
.qh-signal-glove {
  left: 2.17%;
  top: 49.05%;
  border-color: rgba(72,225,173,.58);
}

.qh-signal-glove img {
  object-position: center 50%;
}

@media (max-width: 620px) {
  .qh-signal-glove {
    left: 63%;
    top: 55%;
  }
}
/* Keep the intended desktop navigation item hidden after adding 公司简介. */
@media (min-width: 901px) and (max-width: 1080px) {
  .site-nav > a[href="#applications"] { display: block; }
  .site-nav > a[href="#about"] { display: none; }
}
