.text {
  text-align: center;
}
.text .text-t {
  margin-bottom: .45rem;
  color: #333333;
}
.text .text-t h3 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .22rem;
}
.text .text-t p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .18rem;
  line-height: .35rem;
  margin-top: .16rem;
}
.text .address p {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .22rem;
  color: #333333;
  line-height: .35rem;
}
.text .address a {
  text-decoration: underline;
}
.text .address a:hover {
  color: #333333 !important;
}
.text .code {
  margin-top: .4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.text .code div {
  margin-right: .16rem;
}
.text .code div img {
  width: 1.5rem;
}
.text .code div span {
  text-align: center;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .18rem;
  color: #333333;
  padding-top: 0.16rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .text {
    text-align: center;
  }
  .text .text-t {
    margin-bottom: 45px;
    color: #333333;
  }
  .text .text-t h3 {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 22px;
  }
  .text .text-t p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-top: 16px;
  }
  .text .address p {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 35px;
  }
  .text .address a {
    text-decoration: underline;
  }
  .text .address a:hover {
    color: #333333 !important;
  }
  .text .code {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .text .code div {
    margin-right: 16px;
  }
  .text .code div img {
    width: 150px;
  }
  .text .code div span {
    text-align: center;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-top: 16px;
    display: block;
  }
}
