.download {
  padding: 0;
}
.download .center {
  width: 100%;
  padding: 1.333rem 1.667rem 0 2.083rem;
  background: linear-gradient(156deg, #fbf3ee 0%, #f3f2f0 100%);
}
.download .center .img_text {
  width: 20.75rem;
  height: 6.417rem;
}
.download .center .middle {
  width: 100%;
  margin-top: 2.167rem;
}
.download .center .middle img {
  width: 15.417rem;
  height: 24.583rem;
}
.download .center .middle .circle {
  width: 4.75rem;
  height: 4.75rem;
  font-size: 0.667rem;
  color: #53230d;
  border-radius: 50%;
  position: relative;
  border: 0.083rem solid #979797;
}
.download .center .middle .circle::after {
  display: inline-block;
  content: "";
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.083rem solid #979797;
}
.download .center .middle .c1 {
  width: 4.167rem;
  height: 4.167rem;
  margin-top: 4.167rem;
}
.download .center .middle .c1::after {
  width: 2.833rem;
  height: 2.833rem;
}
.download .center .middle .c2 {
  margin: 3.833rem 0 0 0.417rem;
}
.download .center .middle .c3 {
  margin-top: 0.5rem;
}
.download .center .middle .c4 {
  width: 3.417rem;
  height: 3.417rem;
  margin-top: 1.833rem;
}
.download .center .middle .c4::after {
  width: 2.333rem;
  height: 2.333rem;
}
.download .center .middle .c5 {
  margin-top: 1.583rem;
}
.download .bottom {
  padding: 2.333rem 5rem 1rem;
}
.download .bottom .btn {
  height: 3.333rem;
  border-radius: 1.667rem;
  font-size: 1.25rem;
  text-decoration: none;
  color: #ffffff;
}
.download .bottom p {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.917rem;
  text-align: center;
}
.download .bottom .az {
  display: block;
  font-size: 1rem;
  color: #181818;
  text-align: center;
  margin-top: 0.167rem;
}
