@charset "utf-8";

.red-hand::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../image/like-red.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -10px;
  left: 138px;
  z-index: 1;
}

/* .order-info .step .order-btn .btn-login.no-after-before::after {
      content: none;
    } */
.red-hand::after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 97px;
  background: url("../image/like-hand.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 112px;
  right: 97px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.container {
  width: 720px;
  height: 100%;
  margin: auto;
  position: relative;
  /*left: 50%;*/
  /*-webkit-transform: translateX(-50%);*/
  /*-moz-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*-o-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  overflow: hidden;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wrap {
  width: 100%;
  background: url("../image/bg.jpg") no-repeat;
  background-size: 100%;
  /* position: fixed;
  transform: translateZ(0); */
}

.wrap.overPreorder {
  background: url("../image/bg-over.png") no-repeat;
  width: 100%;
  background-size: 100%;
}

.wrap::before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url("../image/bg.png") no-repeat center top;
  background-attachment: fixed; */
}

.zoom {
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.tiny-zoom {
  -webkit-animation: tinyScale 1s infinite;
  -o-animation: tinyScale 1s infinite;
  animation: tinyScale 1s infinite;
}

/* 顶栏 */
.head .header-nav {
  position: fixed;
  top: 0;
  width: 720px;
  height: 90px;  
  /* background: url(../image/section1/nav-bg.png) no-repeat;
  background-size: 100%; */
  left: 50%;
  margin-left: -360px;
  z-index: 14;
  transition: all .2s ease;
}

.header-nav .logo {
  width: 312px;
  height: 123px;
  background: url(../image/section1/logo.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 13px;
  z-index: 11;
}

.header-nav .head-menu-btn {
  width: 114px;
  height: 114px;
  background: url(../image/section1/header-menu-btn.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 35px;
  z-index: 11;
  right: 20px;
}

.head-twitter {
  width: 56px;
  height: 56px;
  background: url(../image/section1/twitter.png) no-repeat;
  background-size: 100%;
  position: absolute;
  /* top: 10px; */
  top: 60px;
  z-index: 11;
  right: 20px;
}

.head-tiktok {
  width: 44px;
  height: 44px;
  background: url(../image/section1/tiktok.png) no-repeat;
  background-size: 100%;
  position: absolute;
  /* top: 105px; */
  top: 20px;
  z-index: 11;
  right: 150px;
}

.head-youtube {
  width: 44px;
  height: 44px;
  background: url(../image/section1/youtube.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  z-index: 11;
  right: 80px;
}

.header-nav .fb-login {
  width: 56px;
  height: 57px;
  background: url(../image/section1/fb-login.png) no-repeat;
  background-size: 100%;
  position: absolute;
  /* top: 265px; */
  top: 130px;
  z-index: 11;
  right: 20px
}

.playButton {
  width: 83px;
  height: 73px;
  background:url(../image/section1/music-out.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 350px;
  top: 30px;
  right: 15px;
}

.playButton.paused {
  background:url(../image/section1/music-up.png) no-repeat;
  background-size: 100%;
}

.animate__delay-2s {
  animation-delay: 1.4s;
}

.header-nav .header-menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  width: 100%;
  height: 100%;
}

.header-nav .header-menu-mask .header-menu-inner {
  position: absolute;
  top: 0;
  width: 720px;
  left: 50%;
  margin-left: -360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-ul li {
  position: relative;
  cursor: pointer;
  height: 0.72rem;
  user-select: none;
  font-size: 0;
  width: 350px;
  height: 94px;
  margin-bottom: 18px;
}

.header-ul .section2 {
  height: 114px;
}

/* 底标 */
.footer {
  position: relative;
  width: 720px;
  height: 450px;
  background: url(../image/footer-bg.png) no-repeat;
  background-size: 100%;
}

.footer .footer-pact {
  position: absolute;
  width: 100%;
  bottom: 120px;
  text-align: center;
}

.footer .secret-pact,
.footer .utilize-pact {
  color: #fff;
}

.footer .footer-text {
  position: absolute;
  width: 100%;
  bottom: 95px;
  color: #fff;
  text-align: center;
}

.footer .footer-media {
  position: absolute;
  bottom: 20px;
  left: 269px;
  width: 185px;
  display: flex;
  justify-content: space-around;
}

.footer .footer-twitter {
  font-size: 0;
  width: 64px;
  height: 64px;
  background: url(../image/footer-twitter.png) no-repeat;
  background-size: 100%;
}

.footer .footer-youtube {
  font-size: 0;
  width: 64px;
  height: 64px;
  background: url(../image/footer-youtube.png) no-repeat;
  background-size: 100%;
}


/* 固定底欄 */
.fixed-footer {
  position: fixed;
  bottom: -2px;
  left: 50%;
  margin-left: -360px;
  z-index: 99;
  transition: all 0.6s;
}

.fixed-footer .fixed-footer-wrapper {
  width: 720px;
  height: 165px;
  background: url("../image/fixed-footer-bg0.png") no-repeat;
  background-size: 100%;
  transition: all 0.2s;
}

.fixed-footer .fixed-footer-wrapper .btn-query {
  position: absolute;
  top: 80px;
  left: 22px;
  font-size: 0;
}

.fixed-footer .gp-order,
.fixed-footer .ios-order {
  display: block;
  font-size: 0;
  position: absolute;
  left: 493px;
  top: 75px;
  width: 200px;
  height: 71px;
}

.fixed-footer .gp-order span,
.fixed-footer .ios-order span {
  font-size: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12%;
  isolation: isolate;
  /* 处理safari下overflow失效问题 */
}

.fixed-footer .ios-order::before,
.fixed-footer .gp-order::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/fb-like-red.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 8px;
  z-index: 1;
}

.fixed-footer .ios-order::after,
.fixed-footer .gp-order::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 41px;
  background: url(../image/fb-like-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 168px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.fixed-footer .fixed-footer-wrapper .gp-order span,
.fixed-footer .fixed-footer-wrapper .ios-order span {
  font-size: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2%;
  isolation: isolate;
  /* 处理safari下overflow失效问题 */
}

.gp-order-light,.ios-order-light {
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 116%;
  height: 100%;
  background: url(../image/order-store-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

@keyframes sg {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes sg

/* Safari Ã¥â€™Å’ Chrome*/
  {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}


/*弹出视频*/
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.videos {
  width: 650px;
  height: 450px;
  position: absolute;
  left: 50%;
  margin-left: -325px;
  top: 50%;
  margin-top: -250px;
}

.close {
  width: 43px;
  height: 44px;
  position: absolute;
  top: 300px;
  left: 660px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../image/order-close.png) no-repeat;
  cursor: pointer;
  z-index: 101;
}

/*弹层*/
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 101;
}

/* 弹窗关闭 */
.dia-close {
  width: 53px;
  height: 78px;
  position: absolute;
  top: 334px;
  left: 605px;
  background: url("../image/pop/pop-close.png") no-repeat;
  background-size: 100%;
}


/* 预约弹窗 */
.order .order-bg {
  position: absolute;
  width: 720px;
  height: 1108px;
  background: url(../image/pop/order-bg.png) no-repeat;
  background-size: 100%;
  top: 5%;
  left: 48%;
  margin-left: -348px;
}

.order .order-bg.preorder {
  /* top: -5%; */
}

.order .order-bg.success-android-bg {
  width: 720px;
  height: 1108px;
  background: url(../image/pop/order-bg.png) no-repeat;
  background-size: 100%;
}

.order .hot-block {
  z-index: 10;
}

.order .hot-block a {
  width: 520px;
  height: 270px;
  position: absolute;
  top: 393px;
  left: 105px;
  z-index: 10;
}

.order .order-bg.overtime {
  top: 0%;
  top: 0%;
}

.order .order-bg.Pre-download {
  /* top: -5%; */
}

.order .order-bg.Pre-download{
  width: 720px;
  height: 1108px;
  background: url(../image/pop/Pre-download.png) no-repeat;
  background-size: 100%;
}


.order .order-bg.overtime {
  width: 720px;
  height: 1066px;
  background: url(../image/pop/order-bg-overtime-ios.png) no-repeat;
  background-size: 100%;
}

.order .order-bg.overtime.success-android-bg {
  width: 720px;
  height: 1066px;
  background: url(../image/pop/order-bg-overtime-gp.png) no-repeat;
  background-size: 100%;
}


.order .hot-block-2 a {
  width: 520px;
  height: 210px;
  position: absolute;
  top: 505px;
  left: 80px;
}


.order .or.btn-twitterse {
  position: absolute;
  width: 43px;
  height: 44px;
  background: url(../image/pop/order-close.png) no-repeat;
  background-size: 100%;
  top: -68px;
  left: 652px;
}

.order .order-bg .btn-list {
  position: absolute;
  top: 463px;
  left: 135px;

}

/* 非预下载 */
.order .order-bg.preorder .btn-list {
  position: absolute;
  top: 463px;
  left: 135px;
}

/* 预下载 */
.order .order-bg.overtime .btn-list {
  position: absolute;
  top: 430px;
  left: 103px;
  top: 430px;
}

.order .btn-list .btn-ios {
  position: absolute;
  width: 420px;
  height: 154px;
  background: url(../image/pop/btn-ios.png) no-repeat;
  background-size: 100%;
  top: 390px;
  left: 8px;
}

.order .btn-list .btn-ios.overtime {
  width: 420px;
  height: 154px;
  background: url(../image/pop/btn-ios-overtime.png) no-repeat;
  background-size: 100%;
  top: 390px;
}

.order .btn-list .btn-ios.over {
  top: 320px;
  left: 34px;
}
/* .order .btn-list .btn-ios.overtime {
  top: 320px;
  left: 34px;
} */


.order .btn-list .btn-gp {
  position: absolute;
  width: 420px;
  height: 154px;
  background: url(../image/pop/btn-gp.png) no-repeat;
  background-size: 100%;
  top: 390px;
  left: 8px;
}

.order .btn-list .btn-gp.overtime {
  width: 420px;
  height: 154px;
  background: url(../image/pop/btn-gp-overtime.png) no-repeat;
  background-size: 100%;
  top: 390px;
}

.order .btn-list .btn-gp.over {
  top: 320px;
  left: 34px;
}

.order .btn-list .btn-gp.active::before,
.order .btn-list .btn-ios.active::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../image/pop/fb-like-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 370px;
  z-index: 1;
}

.order .btn-list .btn-gp.active::after,
.order .btn-list .btn-ios.active::after {
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url(../image/pop/fb-like-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 105px;
  left: 378px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.order .btn-list .btn-twitter {
  position: absolute;
  width: 228px;
  height: 72px;
  background: url(../image/pop/btn-twitter.png) no-repeat;
  background-size: 100%;
  left: 81px;
  top: 80px;
}

.order .btn-list .btn-twitter.overtime {
  background: url(../image/pop/btn-twitter-overtime.png) no-repeat;
  background-size: 100%;
}

/* 完成预约弹窗 */
.order-finish .order-bg {
  position: absolute;
  width: 720px;
  height: 1051px;
  background: url(../image/pop/order-finish-bg.png) no-repeat;
  background-size: 100%;
  top: 10%;
  left: 50%;
  margin-left: -360px;
}

.order-finish .order-bg .close {
  position: absolute;
  width: 36px;
  height: 34px;
  background: url(../image/pop/order-close.png) no-repeat;
  background-size: 100%;
  top: 330px;
  left: 656px;
}

.order-finish .btn-list {
  position: absolute;
  top: 50px;
  left: 202px;
}

.order-finish .btn-list .btn-ios {
  position: absolute;
  width: 306px;
  height: 118px;
  background: url(../image/pop/btn-ios-2.png) no-repeat;
  background-size: 100%;
  top: 550px;
  left: -120px;
}

.order-finish .btn-list .btn-gp {
  position: absolute;
  width: 306px;
  height: 118px;
  background: url(../image/pop/btn-gp-2.png) no-repeat;
  background-size: 100%;
  top: 550px;
  left: -120px;
}

.order-finish .order-bg  .btn-list .btn-twitter {
  position: absolute;
  width: 233Px;
  height: 75px;
  background: url(../image/pop/btn-twitter.png) no-repeat;
  background-size: 100%;
  left: 195px;
  top: 573px;
  display: block;
}

.order-finish .requ .btn-ios,
.order-finish .requ .btn-gp {
  width: 720px;
  height: 615px;
  /* background-color: aqua; */
  position: absolute;
  top: 212px;
  left: 0px;
}

/* 预下载第二个弹窗 */

/* .order-two .hot-block a {
  width: 720px;
  height: 390px;
  position: absolute;
  top: 130px;
  left: 0px;
} */

.order-two .order-bg-two.over .btn-list {
  position: absolute;
  top: 200px;
  left: 105px;
}

.order-two .order-bg-two.over {
  width: 720px;
  height: 1051px;
  background: url(../image/pop/order-bg-over.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -360px;
}

 .order-two .btn-list .btn-twitter {
  display: none;
}

.order-two .btn-list .btn-twitter.over {
  display: block;
  width: 233px;
  height: 75px;
  background: url(../image/pop/btn-twitter.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 295px;
  top: 427px;
}

.order-two .btn-list .btn-gp.over {
  width: 306px;
  height: 118px;
  background: url(../image/pop/btn-gp-2-down.png) no-repeat;
  position: absolute;
  background-size: 100%;
  top: 405px;
  left: -20px;
}


.order-two .btn-list .btn-ios.over {
  width: 306px;
  height: 118px;
  background: url(../image/pop/btn-ios-2-down.png) no-repeat;
  position: absolute;
  background-size: 100%;
  top: 405px;
  left: -20px;
}


.order-two .btn-list .btn-gp.over::after,.order-two .btn-list .btn-ios.over::after {
  display: none;
}

.order-two .btn-list .btn-gp.over::before,.order-two .btn-list .btn-ios.over::before {
  display: none;
}

.order-two .close.over {
  top: 335px;
  left: 670px;
}


/* 倒计时 */
.order .min,
.order .second,
.order .millisecond {
  background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-1px -1px 8px rgba(0,0,0,0.3)) 
         drop-shadow(1px -1px 8px rgba(0,0,0,0.3))
         drop-shadow(-1px 1px 8px rgba(0,0,0,0.3))
         drop-shadow(1px 1px 8px rgba(0,0,0,0.3));
}

.order .min {
  position: absolute;
  /* color: #ff5400; */
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 70px;
  top: 740px;
  left: 128px;
  width: 130px;
  font-weight: bold;
  text-align: center;
      background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-0.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(-0.01rem .01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem .01rem .06rem rgba(255, 0, 0, 0.25)); */
  letter-spacing: 39px;
}

.order .second {
  position: absolute;
  /* color: #ff5400; */
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 70px;
  top: 740px;
  left: 306px;
  width: 130px;;
  font-weight: bold;
  text-align: center;
      background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-0.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(-0.01rem .01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem .01rem .06rem rgba(255, 0, 0, 0.25)); */
  letter-spacing: 39px;
}

.order .millisecond {
  position: absolute;
  /* color: #ff5400; */
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 70px;
  top: 740px;
  left: 486px;
  width: 130px;
  font-weight: bold;
  text-align: center;
      background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-0.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(-0.01rem .01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem .01rem .06rem rgba(255, 0, 0, 0.25)); */
  letter-spacing: 39px;
}
