<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}@font-face {
  font-family: "syht";
  src: url("/sso/static/ttf/syht-4c2d26d8.ttf");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: "syht";
}</pre></body></html>