* {
  box-sizing: border-box;
}

html {
  background: #f6f4f1;
}

body {
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", sans-serif;
  font-size: 28px;
}

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

.page {
  padding-bottom: 32px;
}

.section-title {
  display: flex;
  align-items: center;
  height: 88px;
  background: #fff6e9;
  color: #c4814d;
  font-weight: 700;
}

.section-title i {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 14px 0 24px;
  border-radius: 50%;
  background: #c4814d;
  flex: 0 0 auto;
}

.section-title i::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #fff6e9;
  transform: rotate(45deg);
}

.section-title h1 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ling-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 28px 12px 12px;
  background: #fff;
}

.ling-list a {
  height: 64px;
  border: 1px solid #c4814d;
  background: #fff;
  color: #c4814d;
  font-size: 28px;
  line-height: 62px;
  text-align: center;
  white-space: nowrap;
}

.qian-image {
  display: flex;
  justify-content: center;
  margin: 26px 0 24px;
}

.qian-image img {
  display: block;
  width: 240px;
  max-width: 64%;
  height: auto;
  object-fit: contain;
}

.qian-table {
  width: calc(100% - 52px);
  margin: 0 auto 32px;
  border: 1px solid #e5c8b1;
  background: #fff9f5;
  color: #c4814d;
}

.row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border-bottom: 1px solid #e5c8b1;
}

.row:last-child {
  border-bottom: 0;
}

.label,
.value {
  min-width: 0;
  padding: 20px;
  font-size: 32px;
  line-height: 1.625;
  overflow-wrap: anywhere;
}

.label {
  border-right: 1px solid #e5c8b1;
  text-align: center;
}

.value p {
  margin: 0 0 12px;
}

.value p:last-child {
  margin-bottom: 0;
}

.back-link {
  margin: 0;
  text-align: center;
}

.back-link a {
  display: inline-block;
  padding: 16px 32px;
  background: #d33822;
  color: #fff;
  font-size: 28px;
}

@media (max-width: 560px) {
  body {
    font-size: 22px;
  }

  .section-title h1 {
    font-size: 25px;
  }

  .ling-list {
    gap: 16px;
    padding-inline: 10px;
  }

  .ling-list a {
    height: 52px;
    font-size: 20px;
    line-height: 50px;
  }

  .qian-table {
    width: calc(100% - 24px);
  }

  .row {
    grid-template-columns: 176px minmax(0, 1fr);
  }

  .label,
  .value {
    padding: 14px;
    font-size: 24px;
  }

}
