.download-box {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.download-box .desc {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
  text-align: center;
}
.download-box .public-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.download-box .public-wrap .download-question {
  color: rgb(2, 122, 255);
  font-size: 12px;
  position: absolute;
  right: 23px;
  bottom: 24px;
  text-decoration: none;
  text-align: right;
}
.download-box .wd-item {
  width: 162px;
}
.download-box .label {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 22px;
}
.download-box .qr-code {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.download-box .qr-code img {
  margin: 0 auto;
  width: 124px;
  height: 124px;
}

.down-btn-wd-item {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 48px;
  border-radius: 24px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
}
.down-btn-wd-item .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 32px;
  height: 20px;
  border-radius: 10px;
  background-color: #1E1E1E;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  border: 1px solid #fff;
  text-align: center;
}
.down-btn-wd-item .icon {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
}
.down-btn-wd-item .icon img {
  width: 20px;
  height: 20px;
}
.down-btn-wd-item .top {
  display: flex;
  line-height: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.down-btn-wd-item .top .text {
  font-size: 18px;
}
.down-btn-wd-item .btn-desc {
  font-size: 10px;
}

.down-btn-wd-item.blue {
  box-sizing: border-box;
  border: 1px solid rgb(2, 122, 255);
  background-color: rgb(240, 247, 255);
  color: #027AFF;
  margin-top: 12px;
  margin-bottom: 20px;
}

.down-btn-wd-item.wd-red {
  color: white;
  background: #E02A52;
  margin-bottom: 20px;
  margin-top: 10px;
}

.down-btn-wd-item.blue-active {
  background: #027AFF;
  color: white;
  margin-top: 26px;
}

.btn-list-position {
  box-sizing: border-box;
  padding: 15px 0 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.btn-list-position .down-btn-wd-item {
  margin: 0 !important;
  margin-right: 10px !important;
}

.page-desc-box {
  margin-bottom: 15px;
  font-size: 12px;
  color: #7D7D7D;
}
.page-desc-box a {
  color: #1E1E1E;
  margin-left: 74px;
}

.padding1 {
  padding: 27px 20px 42px 20px;
}

.padding2 {
  padding: 41px 20px 20px 20px;
}

.location1 {
  left: 22%;
  position: absolute;
  top: 60px;
}

.location2 {
  position: absolute;
  left: -380px;
  top: 60px;
}

.location3 {
  position: absolute;
  top: -100px;
  left: 300px;
}

.location4 {
  position: absolute;
  top: -100px;
  left: -400px;
}

.location5 {
  position: absolute;
  top: -250px;
  right: 0;
}/*# sourceMappingURL=download.css.map */