@import url(../css/animate.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: arial;
  background: #f7f3e6;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

img {
  max-width: 100%;
}

.pc-wrap {
  height: 100vh;
  background: url(../images/bg_pc.jpg) no-repeat center;
  background-size: cover;
}
.pc-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_pc-top.png) center;
  background-size: auto 100%;
  z-index: 0;
}
.pc-wrap .left {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100vh;
  float: left;
  position: relative;
}
.pc-wrap .right {
  width: 50%;
  height: 100vh;
  float: right;
  background: url(../images/img_pc-1.png) no-repeat left 12vw;
  background-size: 90% auto;
}
.pc-wrap .pc-title {
  margin-top: 5vh;
  width: 31vw;
  height: 15.1vw;
  background: url(../images/img_pc-title.png) no-repeat center;
  background-size: 100% auto;
}
.pc-wrap .pc-title h1, .pc-wrap .pc-title h2 {
  display: none;
}
.pc-wrap .pc-qrcode {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -293px;
  margin-left: -100px;
  text-align: center;
  height: 587px;
  width: 420px;
  background: url(../images/img_pc-qr.png) no-repeat center;
  position: relative;
}
.pc-wrap .pc-qrcode .pq-img {
  width: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  margin-top: -115px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.pc-wrap .pc-qrcode .pq-img img {
  width: 100%;
  display: block;
}
.pc-wrap .logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.mb-wrap {
  position: relative;
  height: 100vh;
}

.cut {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cut .bg {
  width: 100%;
  height: 100vh;
  background-size: 100% auto;
  background-position: center;
  position: relative;
}
.cut .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_mb-top.png) center;
  background-size: auto 100%;
}
.cut .title {
  position: absolute;
  top: 7vh;
  width: 100%;
}
.cut .title img {
  height: 100%;
  display: block;
  margin: auto;
}
.cut .item {
  position: absolute;
  top: 48%;
  left: 50%;
}
.cut .light {
  width: 26px;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.cut-1 .bg {
  background-image: url(../images/img_cut1-bg.png);
}
.cut-1 .title {
  height: 97px;
}
.cut-1 .item-1 {
  width: 235px;
  margin-left: -117px;
  margin-top: -140px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.cut-1 .light-1 {
  width: 36px;
  margin-left: 120px;
  margin-top: 80px;
}
.cut-1 .light-2 {
  width: 56px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-left: 70px;
  margin-top: 190px;
}
.cut-1 .light-3 {
  width: 48px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-left: 10px;
  margin-top: 155px;
}
.cut-1 .light-4 {
  width: 60px;
  margin-left: 105px;
  margin-top: -70px;
}
.cut-1 .light-5 {
  width: 42px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-left: 130px;
  margin-top: -10px;
}
.cut-1 .light-6 {
  width: 56px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-left: -150px;
  margin-top: 30px;
}

.cut-2 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.cut-2 .bg {
  background-image: url(../images/img_cut2-bg.png);
}
.cut-2 .bg:after {
  display: none;
}
.cut-2 .title {
  height: 122px;
  top: 50%;
  margin-top: -220px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.cut-2 .item-1 {
  width: 230px;
  margin-left: -115px;
  margin-top: -30px;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.cut-2 .item-2 {
  width: 101px;
  margin-left: -50px;
  margin-top: 120px;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.cut-2 .item-2 img {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.cut-2 .item-2.backst {
  z-index: -1;
}

.cut-3 .bg {
  background-image: url(../images/img_cut3-bg.png);
}
.cut-3 .title {
  height: 101px;
}
@-webkit-keyframes drawing-line {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawing-line {
  100% {
    stroke-dashoffset: 0;
  }
}
.cut-3 .item-line {
  width: 398px;
  height: 374px;
  left: -60px;
  margin-top: -140px;
}
.cut-3 .item-line .cls-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.cut-3 .item-line.play .cls-1 {
  -webkit-animation: drawing-line 5s forwards;
          animation: drawing-line 5s forwards;
}
.cut-3 .item-1 {
  width: 169px;
  margin-left: -155px;
  margin-top: 35px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-3 .item-2 {
  width: 224px;
  margin-top: -158px;
  margin-left: -80px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-3 .item-2 .dancer-move {
  motion-path: path("M0,1.55C91.35-6.54,167.16,19.73,167.16,19.73");
  offset-path: path("M0,1.55C91.35-6.54,167.16,19.73,167.16,19.73");
  motion-rotation: reverse;
  -webkit-animation: dancer 3s forwards;
          animation: dancer 3s forwards;
  position: absolute;
  bottom: 30px;
  right: -50px;
}
.cut-3 .item-2 .dancer-move img {
  width: 156px;
}
@-webkit-keyframes dancer {
  0% {
    motion-offset: 100%;
    offset-distance: 100%;
  }
  100% {
    motion-offset: 0%;
    offset-distance: 0%;
  }
}
@keyframes dancer {
  0% {
    motion-offset: 100%;
    offset-distance: 100%;
  }
  100% {
    motion-offset: 0%;
    offset-distance: 0%;
  }
}
.cut-3 .item-3 {
  width: 183px;
  margin-left: -42px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.cut-3 .item-dot-1 {
  width: 20px;
  margin-left: 70px;
  margin-top: 5px;
}
.cut-3 .item-dot-2 {
  width: 10px;
  margin-left: -80px;
  margin-top: 210px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-3 .item-dot-3 {
  width: 12px;
  margin-left: 100px;
  margin-top: 260px;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.cut-4 .bg {
  background-color: #f7f3e6;
}
.cut-4 .item-bg {
  background-image: url(../images/img_cut4-bg.png);
  background-size: 100% auto;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cut-4 .item-bg-1 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.cut-4 .item-bg-2 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
.cut-4 .title {
  height: 100px;
}
.cut-4 .item-1 {
  width: 253px;
  margin-left: -106px;
  margin-top: -110px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.cut-4 .item-2 {
  width: 47px;
  margin-left: -48px;
  margin-top: -110px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.cut-4 .item-2 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.cut-4 .item-3 {
  width: 70px;
  margin-left: -180px;
  margin-top: -60px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.cut-4 .item-3 img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.cut-4 .item-4 {
  width: 66px;
  margin-left: 108px;
  margin-top: 110px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.cut-4 .item-4 img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.cut-4 .item-5 {
  width: 69px;
  margin-left: -132px;
  margin-top: -160px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.cut-4 .item-5 img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.cut-4 .item-6 {
  width: 218px;
  margin-left: -95px;
  margin-top: -66px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.cut-4 .item-6 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.cut-5 .bg {
  background-image: url(../images/img_cut5-bg.png);
}
.cut-5 .title {
  height: 97px;
}
.cut-5 .item-1 {
  width: 146px;
  margin-left: -137px;
  margin-top: -102px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-5 .item-1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.cut-5 .item-2 {
  width: 140px;
  margin-left: -36px;
  margin-top: -27px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.cut-5 .item-2 img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.cut-5 .item-3 {
  width: 285px;
  margin-left: -142px;
  margin-top: -120px;
}
.cut-5 .item-3 a {
  padding-bottom: 80px;
}
.cut-5 .light-1 {
  margin-left: -22px;
  margin-top: -60px;
}
.cut-5 .light-2 {
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-5 .light-3 {
  margin-left: 136px;
  margin-top: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.cut-6 .bg {
  background-image: url(../images/img_cut6-bg.png);
}
.cut-6 .title {
  height: 96px;
}
.cut-6 .item-1 {
  width: 364px;
  margin-left: -182px;
  margin-top: 168px;
}
.cut-6 .item-2 {
  width: 81px;
  margin-left: 65px;
  margin-top: -102px;
}
.cut-6 .item-3 {
  width: 108px;
  margin-left: -75px;
  margin-top: -172px;
}
.cut-6 .item-3 img {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.cut-6 .item-4 {
  width: 108px;
  margin-left: -167px;
  margin-top: 10px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-6 .item-4 img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.cut-6 .item-5 {
  width: 97px;
  margin-left: -55px;
  margin-top: 58px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.cut-6 .item-6 {
  left: 33%;
  top: 45%;
  width: 66%;
  height: 33%;
}
.cut-6 .item-6 a {
  display: block;
  width: 100%;
  height: 100%;
}

.cut-7 .bg {
  background-color: #f7f3e6;
}
.cut-7 .title {
  height: 67px;
}
.cut-7 .item-1 {
  width: 262px;
  margin-left: -101px;
  margin-top: -70px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.cut-7 .item-2 {
  width: 390px;
  margin-left: -195px;
  margin-top: -180px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-7 .item-3 {
  width: 72px;
  margin-left: -45px;
  margin-top: -213px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-7 .item-4 {
  width: 150px;
  margin-left: -175px;
  margin-top: -103px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cut-7 .item-5 {
  width: 61px;
  margin-left: 115px;
  margin-top: -217px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.cut-7 .item-6 {
  width: 320px;
  margin-left: -160px;
  margin-top: -90px;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.cut-7 .item-6 .open-video {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 300px;
}

.hide {
  display: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 1em;
  text-align: center;
}
.footer .ft-icon {
  width: 36px;
  margin: 0 3px;
}
.footer .ft-words {
  width: 288px;
  margin-top: 0.5em;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.2;
}

.slider {
  top: 7vh;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.slider .box {
  position: relative;
  padding: 0 12vw;
}
.slider .box a {
  display: block;
  overflow: hidden;
}
.slider .box img {
  margin: auto;
}
.slider .box a.next-flow {
  position: absolute;
  bottom: 1em;
  width: 6em;
  left: 50%;
  margin-left: -3em;
  height: 2em;
  display: block;
}
.slider .owl-next,
.slider .owl-prev {
  width: 28px;
  height: 72px;
  position: absolute;
  top: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.slider .owl-next span,
.slider .owl-prev span {
  display: none;
}
.slider .owl-prev {
  left: 10px;
}
.slider .owl-next {
  right: 10px;
}

.slider .owl-nav .owl-next:hover,
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  background-image: url(../images/flip_next.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -36px;
}

.slider .owl-nav .owl-prev:hover,
.slider .owl-nav button.owl-prev {
  background-color: transparent;
  background-image: url(../images/flip_prev.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -36px;
}

.slider button.owl-dot {
  background: inherit;
}

.popup {
  background: rgba(0, 0, 0, 0.9);
}
.popup .close-popup {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1em;
  right: 1em;
}
.popup .close-popup:before, .popup .close-popup:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 50%;
}
.popup .close-popup:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup .close-popup:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-video {
  padding-top: 15vh;
}

.video #video1 {
  width: 100vw;
}

@media screen and (max-width: 1366px) {
  .pc-wrap .pc-qrcode {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .pc-wrap .left {
    width: 100%;
    height: 50vh;
  }
  .pc-wrap .right {
    width: 100%;
    height: 50vh;
  }
}