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

.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: 0;
  width: 100vw;
  height: 45vh;
}

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

@media only screen and (min-width: 690px) {
  .h5-logo {
    width: 345px;
  }
}

.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: -40px;
  left: 0;
  width: 230px;
  height: 60px
}

.pc-txt1 {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 380px;
  color: white;
  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: 120px;
  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;
}
