* {
  /* 火狐 */
  /* webkit浏览器 */
  /* IE10 */
  user-select: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
}
body {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: MicrosoftYaHei, sans-serif;
  color: #26201a;
  background: #000;
}
body::-webkit-scrollbar {
  display: none;
  width: 0;
}
img {
  display: block;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color: inherit;
}
.scroll-hide::-webkit-scrollbar {
  display: none;
  width: 0;
}
.header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.header .header-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 12px;
  margin: 0 auto;
  max-width: 1200px;
  height: 50px;
  font-size: 14px;
  color: #fff;
}
.header .header-content .logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.header .header-content .logo > img {
  margin-right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
main > img {
  position: fixed;
  max-width: 768px;
  max-height: calc(100vh - 140px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
}
footer {
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
  line-height: 50px;
  text-align: center;
  color: #ffffff99;
  font-size: 14px;
}
footer > a {
  color: #f4f4f4 !important;
  text-underline: #f4f4f4 !important;
}
/*# sourceMappingURL=index.css.map */