@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: 188px;
  height: 110px;
  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;
}

/* 社交媒体链接容器 - Flex布局 */
.header-social-links {
  display: flex;
  flex-direction: column; /* 竖向排列，改成 row 就是横向 */
  align-items: flex-end; /* 右对齐 */
  gap: 10px; /* 间距 */
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
}

.head-twitter {
  width: 66px;
  height: 66px;
  background: url(../image/section1/twitter.png) no-repeat;
  background-size: 100%;
  position: relative; /* 改为相对定位，由flex控制位置 */
}

.head-tiktok {
  width: 66px;
  height: 66px;
  background: url(../image/section1/tiktok.png) no-repeat;
  background-size: 100%;
  position: relative; /* 改为相对定位，由flex控制位置 */
}

.head-youtube {
  width: 66px;
  height: 66px;
  background: url(../image/section1/youtube.png) no-repeat;
  background-size: 100%;
  position: relative; /* 改为相对定位，由flex控制位置 */
}

.header-nav .fb-login {
  display: none;
  width: 66px;
  height: 66px;
  background: url(../image/section1/fb-login.png) no-repeat;
  background-size: 100%;
  position: relative; /* 改为相对定位，由flex控制位置 */
}

.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: 474px;
  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: 66px;
  height: 66px;
  background: url(../image/footer-twitter.png) no-repeat;
  background-size: 100%;
}

.footer .footer-youtube {
  font-size: 0;
  width: 66px;
  height: 66px;
  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: 215px;
  height: 64px;
}

.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: 26px;
  height: 26px;
  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: 44px;
  height: 51px;
  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: 41px;
  height: 41px;
  position: absolute;
  top: 40px;
  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: 1017px;
  background: url(../image/pop/order-bg.png) no-repeat;
  background-size: 100%;
  top: 5%;
  left: 50%;
  margin-left: -348px;
}

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

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

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

.order .hot-block a,
.order .hot-block div
{
  width: 550px;
  height: 230px;
  position: absolute;
  top: 568px;
  left: 85px;
  z-index: 10;
}

.order .hot-block .Pre-download
{
  width: 550px;
  height: 230px;
  position: absolute;
  top: 190px;
  left: 85px;
  z-index: 10;
}


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

.order .order-bg.Pre-download {
  top: 25%;
}

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

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

.order .order-bg.Pre-download .close {
  top: -40px;
  left: 660px;
}

.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: 41px;
  height: 41px;
  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: 125px;

}

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

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

.order .btn-list .btn-ios {
  position: absolute;
  width: 467px;
  height: 173px;
  background: url(../image/pop/btn-ios.png) no-repeat;
  background-size: 100%;
  top: 470px;
  left: 0px;
}

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

.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: 467px;
  height: 173px;
  background: url(../image/pop/btn-gp.png) no-repeat;
  background-size: 100%;
  top: 470px;
  left: 0px;
}

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

.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: 26px;
  height: 26px;
  background: url(../image/pop/fb-like-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 430px;
  z-index: 1;
}

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

.order .btn-list .btn-twitter {
  position: absolute;
  width: 233px;
  height: 76px;
  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: 959px;
  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: 41px;
  height: 41px;
  background: url(../image/pop/order-close.png) no-repeat;
  background-size: 100%;
  top: 30px;
  left: 656px;
}

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

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

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

.order-finish .order-bg  .btn-list .btn-twitter {
  position: absolute;
  width: 233px;
  height: 76px;
  background: url(../image/pop/btn-twitter.png) no-repeat;
  background-size: 100%;
  left: 210px;
  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,
.order-two .order-bg-two.over .btn-list2
{
  position: absolute;
  top: 320px;
  left: 105px;
}

.order-two .order-bg-two.over {
  width: 720px;
  height: 952px;
  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: 263px;
  height: 76px;
  background: url(../image/pop/btn-twitter-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 270px;
  top: 527px;
}

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


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

.order-two .btn-list .btn-pc {
  width: 269px;
  height: 84px;
  background: url(../image/pop/btn-pc-dl.png) no-repeat;
  position: absolute;
  background-size: 100%;
  top:  523px;
  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: 35px;
  left: 667px;
}


/* 倒计时 */
.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));
}

@font-face {
  font-family: 'FZY4KGBK10';
  src: url(../../font/FZY4KGBK10.ttf);
}

.order .min {
  position: absolute;
  /* color: #ff5400; */
  font-family: "FZY4KGBK10", serif;
  text-align: center;
  font-size: 40px;
  top: 310px;
  left: 488px;
  font-weight:1000;
  text-align: center;
      /* background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
); */
background: linear-gradient(180deg, 
  #fff 0%, 
  #fff 25%, 
  #fff 50%, 
  #fff 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: 5px;
}

.order .second {
  position: absolute;
  /* color: #ff5400; */
  font-family: "FZY4KGBK10", serif;
  text-align: center;
  font-size: 40px;
  top: 310px;
  left: 560px;
  font-weight:1000;
  text-align: center;
      /* background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
); */
background: linear-gradient(180deg, 
  #fff 0%, 
  #fff 25%, 
  #fff 50%, 
  #fff 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: 5px;
}

.order .millisecond {
  position: absolute;
  /* color: #ff5400; */
  font-family: "FZY4KGBK10", serif;
  text-align: center;
  font-size: 40px;
  top: 310px;
  left: 595px;
  width: 130px;
  font-weight:1000;
  text-align: center;
      /* background: linear-gradient(180deg, 
  #fef89d 0%, 
  #fdf9b4 25%, 
  #fdf9c6 50%, 
  #fcf9cf 75%,
  #ffffff 100%
); */
background: linear-gradient(180deg, 
  #fff 0%, 
  #fff 25%, 
  #fff 50%, 
  #fff 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: 5px;
}


.girl-container {
  background: url(../image/g4_b.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 614px;
  height: 655px;
}