html {
  font-size: 1px;
}
* {
  -webkit-text-size-adjust: none;
  font-size: 0;
}
.Wraper {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;

  background-image: url('/imgpc/bg.png');
}
.img-tg {
  position: absolute;
  top: 40px;
  right: 0;
}
.Wraper .download-content {
  position: relative;
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.Wraper .download-content .img-intro {
  width: 40vw;
}
.Wraper .download-content .download-info {
  width: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.Wraper .download-content .download-info .qr-code-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Wraper .download-content .download-info .qr-code-wrapper p {
  position: absolute;
  bottom: -40px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: rgb(218, 176, 67);
}
.Wraper .download-content .download-info .qr-code {
  width: 165px;
  border-radius: 10px;
  border: 2px solid rgb(218, 176, 67);
  overflow: hidden;
}
.Wraper .download-content .download-info .button-list {
  display: flex;
  flex-wrap: wrap;
  width: 323px;
  gap: 24px;
  margin-left: 24px;

  img {
    width: 100%;
  }
}
body {
  background-color: #121212;
}
