* {
  box-sizing: border-box;
}

.page-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url(../img/pc/bg.png?av=47) center / 100% 100% no-repeat #fff;
  position: relative;
  top: 0;
  left: 0;
}

.page-top {
  width: 100%;
  align-items: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4%;
}

.page-top .logo {
  height: 120px;
}

.page-top .connect {
  display: inline-flex;
}

.page-top .connect img {
  height: 50px;
  margin-left: 20px;
  cursor: pointer;
}

.page-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.content-left {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-p-img {
  width: 100%;
  margin-left: 20px;
  margin-top: 3%;
}

.qr-wrap {
  margin-bottom: 40px;
  margin-left: 50px;
}

.t-img-box {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  position: relative;
  top: 10px;
  left: 30%;
}

.t-img-box .t-img {
  width: 40%;
  position: absolute;
  top: 0;
}

.t-img-box .t-2 {
  left: 15%;
  top: 20px;
}

.t-img-box .t-3 {
  left: 40%;
  top: 40px;
  width: 30%;
}

.content-right {
  width: 60%;
  height: 100%;
}

.content-right img {
  width: 90%;
  object-fit: cover;
  margin-top: 10%;
  margin-left: 6%;
}

.qr-wrap {
  display: flex;
  align-items: center;
}

.qr-bg-box {
  position: relative;
}

.qrcode-bg {
  position: relative;
  z-index: 0;
}

.qrcode {
  position: absolute;
  top: 12%;
  left: 10%;
  z-index: 1;
}

.tip {
  margin-left: 20px;
}
