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: 413px;
  width: 960px;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  display: flex;
  @media (max-width: 600px) {
    display: none;
  }
}

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

.pcbox-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
}
.pcbox-right {
  display: inline-block;
  width: 480px;
}

.h5-phone {
  position: absolute;
  bottom: 157px;
  right: 5vw;
  width: 90vw;
  height: 45vh;
}

.h5-logo {
  position: absolute;
  top: 3%;
  height: 10%;
  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; */
  margin-right: 30px;
  height: 397px;
  width: 161px;
}

.pc-logo {
  position: absolute;
  top: 24px;
  left: 50px;
  height: 60px
}

.pc-txt1 {
  /* position: absolute;
  top: 40px;
  right: 0px; */
  margin-bottom: 10px;
  width: 100%;
  color: white;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  line-height: 20px;
  word-wrap: break-word;
}

.pc-txt1-1 {
  margin-bottom: 16px;
  font-size: 17px;
}

.pc-txt1-2 {
  font-size: 12px;
}

.pc-direct {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.Android-QR {
  width: 200px;
}

.IOS-QR {
  width: 200px;
}

.qrcode-wrapper {
  display: flex;
  justify-content: space-between;
}

.qrcode-box {
  display: inline-block;
  position: relative;
}

.qrcode {
  position: absolute;
  top: 69px;
  left: 30px;
  height: 150px;
  width: 150px;
}

.qrcode2 {
  position: absolute;
  top: 69px;
  left: 30px;
  height: 150px;
  width: 150px;
}

.centered-div {
  position: absolute;
  width: 314px;
  bottom: 10px;
  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%;
}

.h5-btn {
  width: 100%;
  height: 40px;
}

.bottom-pc {
  height: 40px;
}
