<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 9.2vw;
}
* {
  padding: 0;
  margin: 0;
}
*::-webkit-scrollbar {
  display: none;
}
#app {
  width: 10.8667rem;
  height: 17.4333rem;
}
#app ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#app ul li{
  margin-bottom: 30px;
}
#app ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  border-bottom: 0.0667rem solid transparent;
  position: relative;
  font-size: 0.6rem;
  color: #868686;
  line-height: 0.8333rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app ul li a:hover,
#app ul li a.active {
  color: #4d66ff;
  border-bottom-color: #4d66ff;
}
</pre></body></html>