.page-1{
  width: 100%;
  height: 360px;
  background: url('../img/img_subpage_banner_contact.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-2 {
  max-width: 1170px;
  margin: auto;
}
.page-2 > .tt {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 20px;
}

.page-2  .content {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.page-2 .title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 18px;
  margin-top: 40px;
}

.page-2 .number {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-top: 10px;
}

.qrcode {
  width: 119px;
  height: 119px;
  margin-top: 11px;
}

@media (max-width: 1120px) { /*lg*/
  .page-2 {
    width: 90%;
  }
}