.download {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/download/bj.png")
    no-repeat center center/100% 100%;
  overflow: hidden;
}
.download .downloadContent {
  overflow: hidden;
}
.download h1 {
  font-size: 4.8rem;
  margin: 6.4rem 0 4rem;
  text-align: center;
  color: #222222;
}
.download img.tel {
  display: block;
  width: 37.8rem;
  margin: 0 auto 4.2rem;
}
.download .downloadButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download .downloadButton div {
  margin-right: 4.6rem;
}
.download .downloadButton div:last-child {
  margin-right: 0;
}
.download .downloadButton a {
  display: block;
  margin-bottom: 2.8rem;
  font-size: 2.4rem;
  text-align: center;
  color: #333333;
  text-decoration:underline;
}
.download .downloadButton a img {
  width: 31.6rem;
  height: 9.4rem;
}
.download p {
  font-size: 2.4rem;
  text-align: center;
  color: #222222;
  margin-top: 2.2rem;
}