.head {
  background: url(../images/dataAlliance/banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 620px;
}
.head .infoBox .info {
}
.head .infoBox .info h2 {
  color: #222222;
}
.head .infoBox .info h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 18px;
}
.content {
  padding: 0;
}

.code-box {
  width: 164px;
  background: #222222;
  border-radius: 8px;
  margin-top: 24px;
  text-align: center;
  overflow: hidden;
}
.code-box img {
  width: 140px;
  margin: 12px 0 10px;
}
.code-text {
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
letter-spacing: 0;
margin-bottom: 10px;
}
.consult-box {
  margin-top: 0 !important;
}


@media (max-width: 768px) {
  .head {
    height: auto !important;
    background: url(../images/dataAlliance/banner2.png) no-repeat;
    background-size: contain;
  }
  .head-qs {
    height: 15rem !important;
    background-position: center bottom;
    background-color: #f4f4f4;
  }
  .head-qs .infoBox {
    justify-content: flex-start !important;
    top: 1.2rem !important;
  }
  .head .infoBox .info {
    /* margin-top: 0.7rem !important; */
    margin-right: 0.32rem;
  }
  .head .infoBox .info h3 {
    margin-top: 10px;
    color: #222222;
    font-size: 14px;
  }
  .code-box {
    width: 3.28rem;
    background: transparent;
    border-radius: 8px;
    margin: 0.8rem auto 1rem;
    text-align: center;
    overflow: hidden;
  }
  .code-box img {
    width: 2.8rem;
    margin: 0.24rem 0 0.2rem;
  }
  .code-text {
    color: #222;
    font-size: 0.32rem;
  }
}