* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url(../images/pc/bg.png?v=8) no-repeat;
  background-size: cover;
  min-width: 1400px;
  position: relative;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 0 45px;
  width: 100%;
}
.c-list {
  display: flex;
  align-items: center;
}

.c-list div {
  cursor: pointer;
  margin: 10px 0;

  img {
    width: 60%;
  }
}

header > img:nth-of-type(1) {
  width: 80px;
}

.top-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-img-wrap img {
  width: 100%;
}

main {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3%;
}

.left img {
  width: 100%;
}

.left .rb {
  margin-top: 5vh;
}

.left .rb img {
  width: 100%;
}

.left .link-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
     margin-top: 5vh;
}

.left .link-btns img {
    width: 45%;
    cursor: pointer;
}

.right {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right .r-img-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right .r-img-box .r-bg {
  position: absolute;
  height: 80%;
  object-fit: cover;
  z-index: 0;
}

.right .r-img-box .r-1 {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.fixed-qr-box {
  position: absolute;
  bottom: 2%;
  left: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wraper {
  position: relative;
  box-sizing: border-box;
}

.wraper img:last-of-type {
  width: 70%;
  position: absolute;
  bottom: 36%;
  left: 16%;
}

.qr-bg {
  width: 100%;
}
