.banner {
  width: 100%;
}
#body {
  padding-bottom: 2rem;
}
.section {
  margin-top: 2.625rem;
  padding: 0 1.75rem;
}
.section .img-title {
  margin: 0 auto 2.75rem;
  width: 12.1875rem;
  height: 1.9375rem;
}
.section .text {
  font-size: 0.9375rem;
  color: #373737;
  text-align: justify;
  line-height: 1.75rem;
}
.section .way.s {
  margin-top: 2rem;
}
.section .way .way-title {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #0062B1;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #0062B1;
}
.section .way .qrcode-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .way .qrcode-box .img-wrapper {
  width: 7.25rem;
  height: 7.25rem;
}
.section .way .qrcode-box .text {
  margin-top: 1rem;
  letter-spacing: 2px;
}
.section .way .cell-group .cell:nth-child(n+2) {
  margin-top: 2rem;
}
.section .way .cell-group .cell .blod {
  font-weight: 700;
}
.section .way .cell-group .cell .item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #8a8a8a;
}
.section .way .cell-group .cell .item .small {
  margin: 1rem 0 0;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.section .way .cell-group .cell .item .img-wrapper {
  margin: 1.375rem auto;
}
.section .tip {
  margin-top: 2.625rem;
}
.section .tip .blod {
  font-weight: 700;
}
.section .tip .text {
  letter-spacing: 2px;
}
.section .tip .text:nth-child(n+2) {
  margin-top: 1.5rem;
}
