* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url(../img/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 30px 0 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-list {
  padding: 0 30px;
  display: flex;
  border-radius: 51px;
}
.c-list div {
  cursor: pointer;
  margin: 10px 16px;
  border-radius: 27px 27px 0 0;
}

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

.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: 90%;
  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: 7%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wraper {
  position: relative;
  box-sizing: border-box;
}

.wraper img:last-of-type {
  width: 60%;
  position: absolute;
  bottom: 32%;
  left: 20%;
}

.qr-bg {
  width: 100%;
}
