*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
  background: #fff;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

.page {
  max-width: 750px;
  margin: 0 auto;
  padding: 14px 12px 40px;
  background: #fff;
}

.header {
  color: #e60012;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 10px;
  word-break: break-all;
}

.list {
  width: 100%;
}

.series {
  margin-bottom: 16px;
}

.series:last-child {
  margin-bottom: 0;
}

.series-title {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2px;
}

.series-list {
  width: 100%;
}

.item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 8px 2px 8px 1.5em;
  border-bottom: 1px dashed #c8c8c8;
  font-size: 15px;
  line-height: 1.7;
}

.series-list .item:last-child {
  border-bottom: 1px dashed #c8c8c8;
}

.item-name {
  color: #111;
  margin-right: 2px;
}

.item-emoji {
  margin: 0 4px;
  font-size: 15px;
  line-height: 1;
}

.item-link {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
}

.item-link:active {
  opacity: 0.7;
}

.item-note {
  color: #111;
  margin-left: 4px;
}

.footer {
  margin-top: 16px;
}

.footer-cert {
  color: #e60012;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-all;
  margin-bottom: 10px;
}

.footer-udid {
  color: #111;
  font-size: 14px;
  line-height: 1.6;
}

.empty,
.error {
  padding: 40px 12px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

.error {
  color: #e60012;
}
