body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.flex {
  width: 100%;
  height: 100%;
  /* padding: 0 5%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: url(../image/desktop/bg.jpg?v=6876168792) top / cover no-repeat;
}

.page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 5%;
}

.page-top .box {
  display: flex;
  align-items: center;
}

.page-top .box img {
  margin-left: 10px;
  cursor: pointer;
}

.page-top > img {
  height: 100px;
}

.page-content {
  padding: 0 50px;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* padding: 0 5% 0px; */
}

.page-content .swiper {
}

.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.swiper-slide .text {
  /* max-width: 55%; */
  max-height: 100%;
  max-width: 100%;
  /* margin-right: 40px; */
}
.swiper-slide .text img {
  width: 100%;
}
.left-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper-slide .text3,
.swiper-slide .text4 {
  margin-top: 10vh;
}

.swiper-slide .img {
  max-width: 50%;
  max-height: 100%;
}

.wraper {
  width: 136px;
  height: 136px;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

.qrcode-box {
  width: 600px;
  color: #eebc59;
  /* position: fixed; */
  left: 20px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.qrcode-box > div:first-of-type {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.qrcode {
  width: 116px;
}

.qrcode img {
  width: 100%;
}

.qrcode-box .tg1 {
  width: 180px;
  height: 40px;
  position: absolute;
  bottom: 60px;
  left: 30px;
  cursor: pointer;
}

.qrcode-box .tg2 {
  width: 180px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  cursor: pointer;
}
