* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-size: cover;
  min-width: 1400px;
}

header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

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

header .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  height: 85px;
}

.h-r-bg {
  position: relative;
  top: 0;
  z-index: 0;
  width: 40%;
}

.h-btns-wrap {
  width: 30%;
  height: 85px;
  position: absolute;
  right: 2%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

main {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  position: relative;
  align-items: center;
}

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

.swiper-slide {
  padding-top: 100px;
}

.slide-main {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.title-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}

.title-box .title-img {
  width: 90%;
}

.main-img {
  width: 45%;
  display: flex;
  align-items: flex-end;
  justify-items: center;
  height: 100%;
  overflow: hidden;
}

.main-img img {
  height: 100%;
  margin: 0 auto;
}

.wraper {
  position: relative;
}

.wraper img:last-of-type {
  width: 20%;
  position: absolute;
  top: 24%;
  left: 8%;
}

.qr-bg {
  width: 100%;
}

.slide1 {
  background: url(../img/pc/bg1.png?v=15) no-repeat;
  background-size: cover;
}

.slide2 {
  background: url(../img/pc/bg2.png?v=15) no-repeat;
  background-size: cover;
}

.slide3 {
  background: url(../img/pc/bg3.png?v=15) no-repeat;
  background-size: cover;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.gif {
  position: absolute;
  top: 12%;
  left: 5%;
  width: 100%;
  z-index: 10;
}
