<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 320px) and (max-width: 768px) {
  .left {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .left {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .left ul li a {
    display: flex;
  }
}
.pcContent {
  margin-top: 20px;
}
</pre></body></html>