.tahe-home-misans-note {
  margin-top: 6px;
  color: #646a68;
  font-family: MiSans, "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.tahe-home-explore-chevron {
  display: grid !important;
  width: 24px !important;
  height: 22px !important;
  place-items: center;
  color: #8e93a6 !important;
  font-size: 0 !important;
}

.tahe-home-explore-chevron svg {
  display: none !important;
}

.tahe-home-explore-chevron::before {
  display: block;
  width: 13px;
  height: 13px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 1px;
  content: '';
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .tahe-home-misans-note {
    margin-top: 4px;
  }
}
