.c_hover_tip {
  display: none;
  position: fixed;
  width: fit-content;
  color: #FFF;
  font-size: 0.13rem;
  font-weight: 600;
  padding: 0.1rem 0.16rem;
  border-radius: 0.08rem;
  background-color: rgba(11, 23, 39, 0.90);
  z-index: 6666;
  max-width: 5rem;
}