.absolute-block {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
.absolute-center-x {
  left: 50%;
  transform: translateX(-50%);
}
.absolute-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.relative-block {
  position: relative;
  width: 100%;
  text-align: center;
}
html {
  line-height: 0;
}
html,
body,
.swiper-container {
  height: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.snowfall-flakes {
  z-index: 1000 !important;
}
.swiper-container {
  position: relative;
  text-align: center;
}
.swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  margin-left: 2px !important;
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 8px;
  height: 8px;
}
.flex {
  display: flex;
}
.flex .flex-item {
  flex: auto;
}
.flex .flex-item > img {
  width: 100%;
}
.bg {
  position: absolute;
  width: 100%;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1000;
  left: 0;
  height: 100%;
}
.p1 .bg {
  background-image: url("../../assets/pc/p1/bg.jpg");
}
.p1 img {
  height: 100%;
}
.p1 .logo {
  margin-top: 30px;
  height: 8%;
}
.p1 .title {
  height: 12%;
  align-items: center;
}
.p1 .detail {
  height: 4%;
  margin-bottom: 35px;
  align-items: center;
}
.p1 .player {
  display: flex;
  width: 100%;
}
.p1 .player img {
  height: auto;
}
.p1 .video-wrapper {
  box-sizing: border-box;
  padding: 15px;
  height: 70%;
}
.p1 .video-wrapper .left {
  box-sizing: border-box;
  float: left;
  width: 70%;
  height: 100%;
  padding: 0 5px;
}
.p1 .video-wrapper .right {
  box-sizing: border-box;
  float: left;
  width: 30%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
}
.p1 .video-wrapper .right .code-img {
  margin-bottom: 15px;
  height: 25%;
}
.p1 .video-wrapper .right .code-img img {
  max-height: 130px;
}
.p1 .video-wrapper .right .cyzb-img {
  margin-bottom: 15px;
  height: 10%;
}
.p1 .video-wrapper .right .partner-img {
  height: 63%;
}
.p1 .qrcode-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  top: 85px;
}
.p1 .qrcode-wrapper .qrcode {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -45px;
}
.p1 .qrcode-wrapper .qrcode img {
  width: 100px;
}
.p1 .partner {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 45, 0.7);
  bottom: 3%;
}
.p1 .partner img {
  width: 80%;
}
.p2 .bg {
  background-image: url("../../assets/pc/p2/bg.jpg");
}
.p2 .title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 10%;
  height: 25%;
}
.p2 .title img {
  height: 100%;
  max-height: 200px;
}
.p2 .box-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  height: 60%;
  bottom: 3%;
}
.p2 .box-wrapper .qrcode-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 10;
  height: 40%;
}
.p2 .box-wrapper .qrcode-wrapper .qrcode {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  text-align: center;
  top: 25%;
  height: 75%;
}
.p2 .box-wrapper .qrcode-wrapper .qrcode .code {
  height: 80%;
}
.p2 .box-wrapper .qrcode-wrapper .qrcode .code img {
  height: 100%;
}
.p2 .box-wrapper .qrcode-wrapper .qrcode .text {
  margin-top: 15px;
  height: 10%;
}
.p2 .box-wrapper .qrcode-wrapper .qrcode .text img {
  height: 100%;
}
.p2 .box-wrapper .qrcode-wrapper .furniture {
  position: absolute;
  width: 100%;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 35px;
  z-index: 2;
  height: 100%;
}
.p2 .box-wrapper .qrcode-wrapper .furniture .parallax {
  height: 100%;
  width: 100%;
}
.p2 .box-wrapper .qrcode-wrapper .furniture .parallax img {
  height: 115%;
}
.p2 .box-wrapper .box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 90%;
  text-align: center;
}
.p2 .box-wrapper .box img {
  height: 100%;
}
.p3 .bg {
  background-image: url("../../assets/pc/p3/bg.jpg");
}
.p3 .luban {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.5%;
}
.p3 .center-block {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  z-index: 9999;
}
.p3 .center-block .t1 img,
.p3 .center-block .t2 img,
.p3 .center-block .t3 img {
  height: 100%;
}
.p3 .center-block .t1 {
  height: 20%;
}
.p3 .center-block .t2 {
  margin-bottom: 15px;
  height: 7%;
}
.p3 .center-block .t3 {
  margin-bottom: 20px;
  height: 7%;
}
.p3 .center-block .t4 {
  margin-bottom: 20px;
}
.p4 .bg {
  background-image: url("../../assets/pc/p4/bg.jpg");
}
.p4 .title {
  margin-top: 80px;
}
.p4 .title img {
  width: 80%;
}
.p4 .wrapper {
  margin-top: 50px;
}
.p4 .wrapper img {
  width: 40%;
}
.p4 .wrapper img:nth-child(1) {
  margin-right: -2.9%;
}
.p4 .wrapper img:nth-child(2) {
  margin-left: -2.9%;
}

/*# sourceMappingURL=index.css.map */
