* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../img/pc/bg.jpg?v=2) no-repeat;
  background-size: cover;
}

header {
  display: flex;
  align-items: center;
  padding: 2% 2% 0 2%;
}

header > img:nth-of-type(1) {
  width: 18%;
}

.h-tip {
  width: 35%;
  margin-left: 5%;
  margin-top: 12px;
}

header .h-r-box {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.h-r-box > img:nth-of-type(1) {
  height: 45px;
  margin-right: 10px;
  cursor: pointer;
}

.h-r-box > img:nth-of-type(2) {
  height: 45px;
  margin-right: 10px;
  cursor: pointer;
}
.h-r-box > img:nth-of-type(3) {
  height: 45px;
  cursor: pointer;
}

main {
  width: 70%;
  height: 90%;
  margin: 0 auto;
  background: url(../img/pc/c.png?v=2) no-repeat;
  background-size: 100% 100%;
}
.content-wrap {
  width: 100%;
  height: 45%;
  margin-top: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper {
  width: 48%;
  height: 100%;
}
.slide-img {
  width: 100%;
  height: 100%;
}
.right {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.r-wraper-1 {
  position: relative;
  width: 96%;
  height: 48%;
}

.r-wraper-1 .qr-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.r-wraper-1-content {
   width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
   display: flex;
  justify-content: center;
  align-items: center;
}

.r-wraper-1 .qrcode {
  height: 100%;
  margin-left: 36px;
  display: flex;
  align-items: center;
}

 .s-tip-box {
  height: 100%;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-tip-box .scan-btn {
  width: 36%;
}

.s-tip-box .down-tip {
  width: 80%;
}

.r-wraper-2  {
  width: 96%;
  height: 45%;
}

.r-wraper-2 .ys {
  width: 100%;
}

.bottom-gallery {
  width: 100%;
  position: absolute;
  top: 59%;
  left: 12%;
}

.bottom-gallery .gallery-img {
  width: 19%;
}

.bottom-hz {
  width: 100%;
  position: absolute;
  top: 84%;
  display: flex;
  justify-content: center;
}

.bottom-hz .hz {
  width: 65%;
}