body {
  margin: 0;
  height: 100vh;
  max-height: 100%;
  background-image: url('pc-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  @media (max-width: 600px) {
    background-image: url('h5-bg.png');
  }
}

.pcbox {
  height: 465px;
  width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  @media (max-width: 600px) {
    display: none;
  }
}

.h5box {
  display: none;
  @media (max-width: 600px) {
    display: block;
  }
}

.h5-phone {
  position: absolute;
  bottom: 25vh;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  /* width: 100vw; */
  height: 45vh;
}

.h5-logo {
  position: absolute;
  top: 2vh;
  height: 16vh;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.phone-right {
  position: absolute;
  top: 30px;
  right: 0;
  height: 397px;
  width: 161px;
}

.phone-Center {
  position: absolute;
  top: 38px;
  right: 182px;
  height: 388px;
  width: 195px;
}

.phone-Left {
  position: absolute;
  top: 30px;
  right: 398px;
  height: 397px;
  width: 161px;
}

.pc-logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

.pc-logo {
  position: absolute;
  top: -30px;
  left: 0;
  width: 200px;
  height: 57px
}

.pc-txt1 {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 380px;
  color: #fff;
  font-size: 13px;
  font-family: Inter;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.pc-txt2 {
  position: absolute;
  top: 170px;
  left: 0px;
  width: 380px;
  color: white;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 700;
  word-wrap: break-word;
}

.pc-txt3 {
  position: absolute;
  top: 220px;
  left: 0px;
  width: 380px;
  color: white;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 24px;
}

.pc-direct {
  position: absolute;
  top: 140px;
  left: 0;
}

.Android-QR {
  position: absolute;
  top: 210px;
  left: 0px;
  height: 216px;
  width: 171px;
}

.IOS-QR {
  position: absolute;
  top: 210px;
  left: 200px;
  height: 216px;
  width: 171px;
}

.IOS-icon {
  position: absolute;
  top: 217px;
  left: 242px;
  height: 28px;
  width: 28px;
}

.qrcode {
  position: absolute;
  top: 271px;
  left: 15px;
  height: 150px;
  width: 150px;
}

.qrcode2 {
  position: absolute;
  top: 271px;
  left: 215px;
  height: 150px;
  width: 150px;
}

.centered-div {
  position: absolute;
  width: 314px;
  height: 100px;
  bottom: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, 0);
  left: 50%;
}

.centered-div a {
  display: inline-block;
  width: 100%;
}

.top-left, .top-right {
  position: absolute;
  top: 0;
  width: 151px;
  height: 40px;
}

.top-left {
  left: 0;
}

.top-right {
  right: 0;
}

.bottom-center {
  align-self: center;
  width: 100%;
  height: 34px;
}

.download-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.download-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.progress-shell {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(16, 24, 39, 0.92);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring__bg,
.progress-ring__value {
  fill: none;
  stroke-width: 10;
}

.progress-ring__bg {
  stroke: rgba(255, 255, 255, 0.18);
}

.progress-ring__value {
  stroke: #7ce38b;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.2s ease;
}

.progress-percent {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.progress-check {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.download-overlay.is-complete .progress-percent {
  display: none;
}

.download-overlay.is-complete .progress-check {
  display: flex;
}
