.download {
  padding-top: 80px;
}
.download section {
  display: flex;
  justify-content: space-between;
  height: 7.2rem;
  padding: 3% 24% 0 15%;
  background-color: #fab;
  background: url('../images/download/bg@2x.png') no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #222;
  font-family: SourceHanSansCN-Bold;
}
.download section .left img {
  width: 5.04rem;
}
.download section .right {
  text-align: center;
}
.download section .right .productName {
  display: flex;
  align-items: center;
}
.download section .right .productName img {
  width: 0.6rem;
  margin-right: 0.1rem;
}
.download section .right .productName .name {
  font-weight: Bold;
  font-size: 0.3rem;
  color: #222;
}
.download section .right .desc {
  font-weight: Bold;
  font-size: 0.24rem;
  margin: 0.3rem 0;
}
.download section .right .scanQrcode {
  font-weight: 400;
  font-size: 0.14rem;
  margin-bottom: 0.32rem;
  font-family: SourceHanSansCN-Bold;
}
.download section .right .scanQrcode .qrcode {
  position: relative;
  width: 1.88rem;
  height: 1.88rem;
  margin: 0.1rem auto;
}
.download section .right .scanQrcode .qrcode canvas {
  width: 100%;
}
.download section .right .scanQrcode .qrcode .qrcodeMask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
  font-weight: 600;
  font-size: 0.24rem;
  color: #555;
  text-align: center;
}
.download section .right .downloadBtn,
.download section .right .iosBtn {
  height: 0.68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #feaf01;
  font-weight: Bold;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  color: #ffffff;
  cursor: pointer ;
}
.download section .right .downloadBtn img,
.download section .right .iosBtn img {
  width: 0.34rem;
}
.download section .right .downloadBtn a,
.download section .right .iosBtn a {
  color: #ffffff;
  margin-left: 0.1rem;
}
.download section .right .iosBtn {
  margin-top: 10px;
  text-align-last: left;
  background-color: #ccc;
}
.download footer {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  html {
    height: 100%;
    background-color: #fff4d0;
  }
  .download {
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .download section {
    flex: 1;
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 0;
    margin-top: 60px;
  }
  .download section .left {
    margin-top: 20px;
  }
  .download section .left img {
    width: 200px;
  }
  .download section .right {
    text-align: center;
  }
  .download section .right .productName {
    justify-content: center;
    align-items: center;
  }
  .download section .right .productName img {
    width: 50px;
    margin-right: 10px;
  }
  .download section .right .productName .name {
    font-size: 22px;
  }
  .download section .right .desc {
    font-size: 18px;
    margin: 20px 0;
  }
  .download section .right .scanQrcode {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .download section .right .scanQrcode .qrcode {
    width: 100px;
    height: 100px;
    margin: 20px auto;
  }
  .download section .right .scanQrcode .qrcode img {
    width: 100%;
  }
  .download section .right .downloadBtn,
  .download section .right .iosBtn {
    height: 36px;
    font-size: 14px;
    border-radius: 5px;
  }
  .download section .right .downloadBtn img,
  .download section .right .iosBtn img {
    width: 12px;
  }
  .download section .right .downloadBtn a,
  .download section .right .iosBtn a {
    margin-left: 8px;
  }
}
/* 小于576象素 */
@media (max-width: 576px) {
  .download section {
    margin-top: 80px;
  }
  .download section .left {
    margin-top: 20px;
  }
  .download section .left img {
    width: 320px;
  }
  .download section .right .productName img {
    width: 55px;
    margin-right: 10px;
  }
  .download section .right .scanQrcode {
    font-size: 16px;
  }
  .download section .right .downloadBtn,
  .download section .right .iosBtn {
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
  }
  .download section .right .downloadBtn img,
  .download section .right .iosBtn img {
    width: 14px;
  }
  .download section .right .downloadBtn a,
  .download section .right .iosBtn a {
    margin-left: 8px;
  }
}
