.top {
  padding: 1.75rem 0 0.8rem 0;
}
.top img {
  display: block;
  margin: 0 auto;
  max-width: 40%;
}
.text {
  margin-top: 2.2rem;
  font-size: 0.18rem;
}
.text:last-child {
  margin-bottom: 3rem;
}
.text.type1 p {
  line-height: 0.24rem;
  max-width: 96%;
}
.text.type1 p:not(:last-child) {
  margin-bottom: 0.14rem;
}
.text .item {
  color: #333;
  line-height: 0.28rem;
  margin-bottom: 0.25rem;
}
.text .item:after {
  content: '';
  display: table;
  clear: both;
}
.text .item .left,
.text .item .right {
  float: left;
}
.text .item .right {
  padding-left: 0.15rem;
  max-width: 80%;
}
.text .item .title {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.text .item .con + .title {
  margin-top: 0.3rem;
}
.text .item .qrcode {
  margin: 0.5rem 0 0 0.1rem;
}
@media (max-width: 880px) {
  .text.type1 p,
  .text .item,
  .text .item .title {
    line-height: 24px;
  }
  .top {
    padding-bottom: 0;
    padding-top: 1rem;
  }
  .text {
    max-width: 85%;
    margin-top: 1rem;
  }
  .text.type1 p {
    max-width: 100%;
  }
}
