/* 许可证查看页，独立作用域，避免影响其他页面。 */
.license-page {
  min-height: 100vh;
  background: #eef8fc;
}

.license-page .license-header {
  position: fixed;
  top: 0;
  /* background: rgba(255, 255, 255, .94); */
  box-shadow: none;
}

.license-main {
  min-height: 620px;
  padding: 92px 30px 36px;
  background: #eef8fc;
}

.license-viewer {
  width: 60%;
  max-width: 1110px;
  min-width: 760px;
  margin: 0 auto;
}

.license-viewer img {
  display: block;
  width: 100%;
  height: auto;
}

.license-empty {
  padding: 120px 20px;
  color: #999;
  text-align: center;
  font-size: 16px;
}

.license-page .site__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.site-device--mobile .license-page {
  padding-top: 52px;
}

html.site-device--mobile .license-main {
  min-height: 360px;
  padding: 18px 12px 26px;
}

html.site-device--mobile .license-viewer {
  width: 100%;
  min-width: 0;
  max-width: none;
}
