* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.landing {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}

.poster {
  width: min(100vw, 430px);
  flex: 1 0 auto;
  line-height: 0;
  background: #ffffff;
}

.poster-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.beian {
  width: min(100vw, 430px);
  min-height: 32px;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  display: grid;
  place-items: center;
  color: #8a8a8a;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
