* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  touch-action: pan-y;
  font-weight: normal;
}
html {
  font:
    12px "syst",
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
html:after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../images/kv.jpg) no-repeat top center;
  background-size: cover;
  z-index: -2;
}

body {
  position: relative;
  color: #393939;
  background: #f6f8ff;
  -webkit-text-size-adjust: none; /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
ul,
ul li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  border-collapse: collapse;
}
select,
input,
textarea {
  color: #414141;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
}
img {
  border: none;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 去掉链接触摸高亮 */
  /* touch-action: manipulation; */
}
/* a img {
  -webkit-touch-callout: default;
  user-select: auto;
  touch-action: manipulation;
} */
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
input,
input:focus,
input:active {
  user-select: text;
}
input::-webkit-input-placeholder {
  color: #f6f8ff;
  font-weight: normal;
  font-size: 1.2rem;
}
input::-moz-placeholder {
  color: #f6f8ff;
  font-weight: normal;
  font-size: 1.2rem;
}
.gray {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.section {
  position: relative;
  overflow: hidden;
}
/*.section.active{-webkit-animation:scaleA 1s ease both;}*/
.text-underline {
  text-decoration: underline;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ffffff73;
}
*::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
i.sg {
  content: "";
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent, transparent, #fffff685, transparent, transparent);
  animation: animate-wipes 2s linear infinite;
  transform: skew(-38deg, 0deg);
}
i.fg {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #ea71f5, #b135bd, transparent, transparent);
  animation: animate-lightzoom1 2s linear infinite;
}
a:hover i.fg {
  display: block;
  z-index: -1;
}
.pm-box {
  overflow: hidden;
  position: relative;
}
/*.section2{background:url(../images/bg1.jpg)no-repeat bottom center;background-size:100% 100%;}*/

/*.foot{background:url(../images/bgfoot.jpg)no-repeat center center;background-size:100% 100%;}*/
.title {
  width: 70%;
  margin: 0 auto 1%;
}
/* .title-2{font-size:2rem;line-height:4rem;color:#70a3b2;text-align:center;margin-bottom:1rem;margin-top:-1%;}
.title-2 span{font-size:2rem;color:#bfc377;} */
.pic-web {
  display: block;
}
.pic-wap {
  display: none;
}
.finger {
  position: absolute;
  content: "";
  width: 23%;
  top: 39%;
  left: 68%;
  animation: animate-zoom 2s linear infinite;
}
.btn {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 0 1.5rem;
}
.btn:hover {
  filter: brightness(1.2);
}
.btn {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.title-2 {
  line-height: 3rem;
  margin-top: -3%;
}
.section3 {
  background: url(../images/bg2.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  margin-top: -1px;
  padding: 8% 0 16%;
}
/* .section4 {
  background:url(../images/bg4.jpg) no-repeat center center;
  background-size:100% 100%;
  margin-top:-1px;
  padding:15% 0 19%;
} */
/* .section5{background:url(../images/bg5.jpg)no-repeat center center;background-size:100% 100%;margin-top:-1px;    padding:8% 0 5%;} */

.section5 {
  background: url(../images/bg4.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin-top: -1px;
  padding: 0% 0 4%;
}

.an-de-1 {
  animation-delay: 0.3s;
}
.wUp,
.wzoom,
.wfr,
.wfi,
.wfb {
  opacity: 0;
}
.wUp.animated,
.wzoom.animated,
.wLeft.animated {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.star-box {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.star-box span {
  position: absolute;
  width: 6rem;
  top: 20%;
  left: 29%;
  pointer-events: none;
  z-index: 4;
  animation: animate-lightzoom 2s linear infinite;
  display: inline-block;
}
.star-box span:nth-child(2) {
  top: 61%;
  left: 3%;
}
.star-box span:nth-child(3) {
  top: 65%;
  left: 80%;
}
.star-box span:nth-child(4) {
  top: 67%;
  left: 29%;
}

.btn1 {
  color: #fff;
  font-size: 1rem;
  background: url(../images/btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 1% 0% 2% 0%;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin: 0 auto;
  text-shadow: 0 0px 6px #0125a4;
}
.btn2 {
  color: #fff;
  font-size: 1rem;
  background: url(../images/btn2.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 1% 0% 2% 0%;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin: 0 auto;
  text-shadow: 0 0px 6px #0125a4;
}

.btn-sotre {
  position: relative;
  overflow: hidden;
}
#myfullpage {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.head {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 500px;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0.2% 1%;
  justify-content: space-between;
}
.head:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/head.png");
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0;
}
.head > .logo {
  z-index: 2;
  width: 22%;
}
.head .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/*社交链接*/
.head .right > a.icon-reward {
  width: 4rem;
  margin-right: 0.6rem;
}
.head .right a:hover {
  animation: pulse 0.5s ease;
}
/*手机端汉堡包*/
.head .hanbager {
  cursor: pointer;
  position: relative;
  width: 4rem;
  z-index: 2;
}
.head .hanbager div {
  position: absolute;
  width: 70%;
  height: 4px;
  background: #fff;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.head .hanbager div:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.head .hanbager div:nth-child(3) {
  top: 75%;
  transform: translate(-50%, -50%);
}
.head .hanbager.active div {
  top: 44%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: center center;
  left: 16%;
}
.head .hanbager.active div:nth-child(2) {
  display: none;
}
.head .hanbager.active div:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 44%;
}
.head .hanbager span.open {
  opacity: 1;
  transition: opacity 1s ease;
}
.head .hanbager span.close {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.head .hanbager.active span.open {
  opacity: 0;
}
.head .hanbager.active span.close {
  opacity: 1;
}

/*导航栏*/
.nav-cbl {
  position: fixed;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-left: 35%;
  width: 100%;
  left: auto;
  right: -400%;
  z-index: -1;
  transition: all 1s ease;
  background: #0c0c0c9e;
}
.nav-cbl:after {
  position: absolute;
  content: "";
  width: 72%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url("../images/nav-bg.png");
  background-size: cover;
  z-index: -1;
}
.nav-cbl > .logo {
  margin: 0 auto 10%;
  width: 60%;
}
.nav-cbl .head-right {
  display: flex;
  flex-direction: column;
}
.nav-cbl .head-right li {
  list-style: none;
  position: relative;
  text-align: center;
}
.nav-cbl .head-right li a {
  padding: 7% 18%;
  position: relative;
  display: block;
}
.nav-cbl .head-right li a img {
  position: relative;
  z-index: 2;
}
/*.nav-cbl .head-right li.active a{color:#d9ebff;background:linear-gradient(#fff, #d9ebff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.3rem;text-shadow:-1rem 0 1rem #6a87c3, 1rem 0 2rem #6a87c3, 0 0.5rem 1rem #6a87c3, 0 -0.5rem 1rem #6a87c3;}*/
.nav-cbl .head-right li a:after {
  position: absolute;
  display: none;
  content: "";
  top: 0%;
  left: 50%;
  width: 87%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, 0);
  background: url(../images/nav-bg-1.png) no-repeat center center;
  background-size: contain;
}
.nav-cbl .head-right li.active a img {
  filter: brightness(2);
}
.nav-cbl .head-right li.active a:after {
  display: block;
}

.head-icon-box {
  position: absolute;
  content: "";
  width: 10%;
  left: 12%;
  top: 50%;
  transform: translate(0, -50%);
}
.head-icon-box a {
  display: block;
  border: 1px #8d8cb0ab solid;
  border-radius: 0.4rem;
  margin: 50% 0;
}
.head-icon-box a:hover {
  border: 1px #5f5fb9 solid;
  background: #5f5fb9;
}
.head-icon-box a:hover > img {
  filter: brightness(0);
}

/*body.scroll .head>.logo,body.scroll .head .page-voice,body.scroll .head .hanbager{opacity:1;}*/
.head.active .page-voice {
  opacity: 0;
}
.head.active .nav-cbl {
  right: 0%;
  justify-content: center;
}
.head.active .hanbager {
  opacity: 1;
}

body.scroll .head:after {
  opacity: 1;
}
@media (max-width: 540px) {
  .head {
    padding: 1.5% 2%;
  }
  .head .page-voice {
    width: 2.35rem;
  }
  .pic-web {
    display: none;
  }
  .pic-wap {
    display: block;
  }
  a.btn-normalaudio {
    left: 90%;
  }
}
@media (max-width: 350px) {
  .head .hanbager {
    transform: scale(0.9);
    margin-left: 0;
  }
}

.btn-store {
  position: relative;
  display: inline-block;
}
.btn-store:hover {
  animation: pulse 0.5s ease;
}
/* .btn-store:after{position:absolute;content:"";width:0.4rem;height:0.4rem;border-radius:50%;top:15%;right:3%;z-index:2;background:#c00;} */
.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.btn-box a {
  width: 46%;
  margin: 0 2%;
  overflow: hidden;
}
a.btn-store span.pic {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.red-dot {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  top: 8%;
  right: 3%;
  z-index: 2;
  background: #c00;
  animation: animate-zoom 2s linear infinite;
}

.section1 {
  z-index: 2;
}
.banner-pic {
  line-height: 0;
  position: relative;
}
.banner-pic > img {
  position: relative;
  z-index: 1;
}
#bannervideo {
  position: absolute;
  width: 100%;
  top: -2%;
  left: 0;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.slogan {
  position: absolute;
  content: "";
  width: 78%;
  top: 7%;
  left: 13%;
  z-index: 6;
}
/* #bannervideo.loaded {
  opacity:1;
} */
.banner-zs {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.banner-box {
  position: absolute;
  content: "";
  width: 100%;
  top: 75%;
  left: 0%;
  text-align: center;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-box a.btn-banner-reserve {
  display: block;
  width: 65%;
  position: relative;
  animation: animate-zoom1 3s linear infinite;
}
.banner-box a.btn-banner-reserve:hover {
  animation: pulse 0.5s ease;
}
.banner-video {
  position: absolute;
  content: "";
  width: 20%;
  top: 46%;
  right: 41%;
  animation: animate-pao infinite 1s ease-in-out alternate;
}

.banner-milestone {
  position: absolute;
  content: "";
  width: 100%;
  top: 78%;
  left: 0%;
  z-index: 5;
}
.banner-milestone .num-reserve {
  position: relative;
}
.banner-milestone .num-reserve p {
  position: absolute;
  width: 25%;
  left: -1%;
  top: 70%;
  z-index: 6;
  text-align: center;
  color: #f6f8ff;
  font-size: 1.2rem;
}

.banner-milestone .num-reserve span {
  color: #fffecb;
  font-size: 1.3rem;
  display: block;
}

.milestone-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.milestone-box dd {
  position: absolute;
  width: 17%;
  top: 36%;
  left: 22%;
}
.milestone-box dd:nth-child(2) {
  left: 37%;
}
.milestone-box dd:nth-child(3) {
  top: 37%;
  left: 51%;
}
.milestone-box dd:nth-child(4) {
  top: 37%;
  left: 66%;
}
.milestone-box dd:last-child {
  width: 21%;
  top: 40%;
  left: 80%;
}
.milestone-box dd > img {
  filter: brightness(1);
}
.milestone-box dd .ydc {
  position: absolute;
  content: "";
  width: 40%;
  top: 34%;
  left: 32%;
  z-index: 3;
  opacity: 0;
  filter: drop-shadow(0 0 10px black);
}
.milestone-box dd:last-child .ydc {
  top: 30%;
  width: 35%;
}
.milestone-box dd.active > img {
  filter: brightness(0.7) grayscale(0.4);
}
.milestone-box dd.active .ydc {
  opacity: 1;
}
.milestone .hover {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 5;
}
.milestone .hover .reward-box {
  display: none;
  position: absolute;
  width: 14rem;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #343480d6;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5rem;
  border-radius: 0.2rem;
  padding: 0.5rem;
  text-align: center;
}
.milestone:last-child .hover .reward-box {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
.milestone .hover .reward-box span {
  display: block;
}
.milestone-box .milestone:first-child .hover .reward-box {
  width: 18rem;
}
.milestone .hover:hover .reward-box {
  display: block;
}
.milestone .star-box {
  top: 25%;
  left: 45%;
  height: 32%;
  width: 49%;
}
.milestone .star-box span {
  width: 4rem;
  top: -16%;
  left: 37%;
}
.milestone .star-box span:nth-child(2) {
  top: 20%;
  left: 9%;
  display: none;
}
.milestone .star-box span:nth-child(3) {
  top: -78%;
  left: -88%;
}
.milestone .star-box span:nth-child(4) {
  top: 53%;
  left: -62%;
}

.banner-milestone .bar-box {
  position: absolute;
  top: 61%;
  left: 20%;
  width: 75%;
}

.banner-milestone .bar {
  width: 100%;
  height: 0.6vh;
  background: #96a7ff;
  position: relative;
  border-radius: 20px;
  display: block;
  z-index: 0;
}
.banner-milestone .bar span {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6vh;
  background: #ffdf97;
  border-radius: 20px;
}

.section2 {
  position: relative;
  z-index: 3;
  margin-top: -1px;
}
.allreward {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 1;
}
.allreward .reward-box {
  display: none;
  z-index: 3;
  position: absolute;
  width: 15rem;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #343480d6;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  border-radius: 0.2rem;
  padding: 0.5rem;
  text-align: center;
}
.allreward:hover .reward-box {
  display: block;
}
.allreward .reward-box span {
  display: block;
}

.sec1 {
  position: relative;
}
.sec1 .pic {
  line-height: 0;
}
.sec23 {
  position: relative;
  margin-top: -1px;
}
.sec23 .pic img.store-ios {
  display: none;
}
.sec2-1 {
  position: absolute;
  content: "";
  top: 53%;
  left: 13%;
  width: 80%;
  height: 49%;
}
.sec2-1 .allreward {
  width: 100%;
  height: 35%;
}
.reserve-mess {
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
}
.reserve-mess .phone-box {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reserve-mess .phone-box .selectd {
  position: relative;
  font-family:
    Arial,
    Helvetica,
    Verdana,
    Tahoma,
    Trebuchet MS;
  color: #f6f8ff;
  font-size: 1.5rem;
  line-height: 3.5rem;
  height: 3.5rem;
  font-weight: bold;
  text-align: center;
  width: 25%;
  pointer-events: none;
  margin-left: 7%;
}
.reserve-mess .phone-box .selectd:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #f6f8ff;
  top: 25%;
  right: 0;
  height: 50%;
}
.reserve-mess .phone-box .selectd .telephone {
  color: #f6f8ff;
  font-size: 1.5rem;
  line-height: 3.5rem;
  height: 3.5rem;
  font-weight: bold;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reserve-mess .phone-box .phone {
  font-family:
    Arial,
    Helvetica,
    Verdana,
    Tahoma,
    Trebuchet MS;
  color: #f6f8ff;
  font-size: 1.5rem;
  line-height: 3.5rem;
  background: none;
  width: 75%;
  padding-left: 5%;
}
.reserve-mess .phone-box input::-webkit-input-placeholder,
.reserve-mess .phone-box input::-moz-placeholder {
  font-size: 1.2rem;
  color: #f6f8ff;
}
.reserve-mess .privacy {
  color: #7b86b8;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  justify-content: center;
  margin-top: 6%;
}
.reserve-mess .privacy a {
  color: #c6ba90;
  text-decoration: underline;
  margin-left: 4px;
}
.privacy span.radio {
  cursor: pointer;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px #7b86b8 solid;
  margin-right: 0.3rem;
}
.privacy span.radio.active:before {
  position: absolute;
  content: "";
  width: 55%;
  height: 55%;
  top: 50%;
  left: 50%;
  background: #7b86b8;
  transform: translate(-50%, -50%);
}
.reserve-mess a.btn-reserve {
  width: 92%;
  position: relative;
  display: block;
  animation: animate-zoom1 3s linear infinite;
  margin: 6% auto 0;
}
.reserve-mess a.btn-reserve:hover {
  animation: pulse 0.5s ease;
}
.reserve-mess a span.finger {
  position: absolute;
  width: 16%;
  top: 35%;
  left: auto;
  right: 12%;
  animation: animate-shake infinite 1s ease-in-out alternate;
}
.sec2-1 .reserve-mess {
  left: 7%;
  width: 87%;
  top: 38%;
}
.sec2-2 {
  position: absolute;
  top: 11%;
  left: 10%;
  width: 80%;
  height: 24%;
}
.sec2-2 .btn-box {
  position: absolute;
  content: "";
  width: 43%;
  right: -1%;
  top: 12%;
}
.sec2-2 .btn-box a {
  margin: 2% 0;
  width: 100%;
}
.sec2-2 .star-box span {
  top: 15%;
  left: 53%;
}
.sec2-2 .star-box span:nth-child(2) {
  top: -7%;
  left: 18%;
}
.sec2-3 {
  position: absolute;
  top: 46%;
  left: 10%;
  width: 80%;
  height: 23%;
}
.sec2-3 .btn-loung {
  position: absolute;
  content: "";
  width: 49%;
  top: 29%;
  right: -4%;
}
.sec2-3 .btn-loung:hover {
  animation: pulse 0.5s ease;
}
.sec2-3 .allreward {
  top: 0%;
  left: 0%;
}
.sec2-3 .star-box span {
  top: 6%;
  left: 34%;
}
.sec2-3 .star-box span:nth-child(2) {
  top: 38%;
  left: -2%;
}
.section2 .zs-npc {
  position: absolute;
  content: "";
  top: 1%;
  left: 1%;
  width: 22%;
}

.section2 .zs-npc-2 {
  width: 30%;
  top: 87%;
  left: 71%;
  animation: animate 6s ease-in-out infinite;
}
@keyframes animate {
  0%,
  100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}

.section3 {
  position: relative;
}
.section3 .btn-rule {
  display: block;
  width: 6%;
  position: absolute;
  content: "";
  top: 12%;
  right: 7%;
}
.section3 .btn-rule:hover {
  animation: pulse 0.5s ease;
}
.sec3 {
  position: relative;
}

.sec3-puzzle-box {
  position: relative;
  width: 80%;
  margin: 8% auto;
}
.sec3-puzzle {
  position: relative;
}
.sec3-puzzle:after {
  position: absolute;
  content: "";
  width: 108%;
  height: 107%;
  top: -3.5%;
  left: -4%;
  background: url(../images/sec3-puzzle-bg.png);
  background-size: 100% 100%;
  z-index: -1;
}
.sec3-puzzle dl {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sec3-puzzle dl dd {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0%;
  left: 0%;
  opacity: 0;
}
.sec3-puzzle dl dd.actived {
  opacity: 1;
}
.sec3-puzzle dl dd img {
  opacity: 0;
}
.sec3-puzzle dl dd.actived img {
  opacity: 1;
  display: block;
  transition: all 2s ease;
}
.sec3-puzzle dl dd:nth-child(2) {
  top: 0%;
  left: 50%;
}
.sec3-puzzle dl dd:nth-child(3) {
  top: 50%;
  left: 0%;
}
.sec3-puzzle dl dd:nth-child(4) {
  top: 50%;
  left: 50%;
}

.sec3-puzzle-2 {
  display: none;
}
.sec3-puzzle-3 {
  display: none;
}
.sec3-btn {
  position: relative;
  margin: 8% auto 10%;
  width: 51%;
}
.sec3-btn a {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  background: url(../images/btn3-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 6% 14%;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-shadow: 0 0px 6px #2958ff;
}
.sec3-btn a:hover {
  animation: pulse 0.5s ease;
}
.sec3-btn a span {
  font-size: 2rem;
  line-height: 2rem;
  color: #fffecb;
}
.sec3 .zs-npc {
  position: absolute;
  content: "";
  width: 29%;
  top: 63%;
  right: 0;
  z-index: 3;
}
.sec3 .zs-npc .dialogue {
  position: absolute;
  content: "";
  width: 94%;
  top: -21%;
  right: 0%;
  animation: animate-shake infinite 1s ease-in-out alternate;
}
.sec3-gift {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  margin: 7% auto 7%;
}
.sec3-gift .allreward:after {
  top: 9%;
  right: 13%;
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2rem;
  background: url(../images/lock.png) no-repeat top center;
  background-size: contain;
}
.sec3-gift .allreward.active:after {
  display: none;
}
.sec3-gift .allreward {
  width: 29%;
  position: relative;
  margin: 0 1%;
}
.sec3-gift .allreward img {
  filter: grayscale(0.5) brightness(0.5);
}

.sec3-gift .allreward.active {
  width: 29%;
  position: relative;
  margin: 0 1%;
}
.sec3-gift .allreward.active img {
  filter: grayscale(0) brightness(1);
}

.sec3-gift .allreward .ydc {
  opacity: 0;
  position: absolute;
  content: "";
  width: 4rem;
  top: 5%;
  left: 5%;
  z-index: 3;
  filter: drop-shadow(2px 4px 6px black);
}
.sec3-gift .allreward.active .ydc {
  opacity: 1;
}

.sec3 .btn-box {
  width: 86%;
  margin: 3% auto 0;
  flex-direction: row;
  justify-content: space-around;
}
.sec3 .btn-box a {
  margin: 0;
}
.sec3 .btn-box a:hover {
  animation: pulse 0.5s ease;
}

.section4 {
  position: relative;
}
.section4 .pic {
  position: relative;
}
.section4 .title {
  position: absolute;
  content: "";
  top: 4%;
  left: 13%;
  z-index: 3;
}
.sec4 {
  width: 100%;
  position: absolute;
  content: "";
  top: 9%;
  left: 0%;
}
.sec4-per dd {
  display: none;
  position: relative;
}
.sec4-per dd.active {
  display: block;
}
.sec4-per dd .video {
  position: absolute;
  width: 25%;
  top: 41%;
  left: 72%;
  z-index: 2;
}
.sec4-per dd .video:before {
  position: absolute;
  content: "";
  width: 108%;
  height: 106%;
  top: -4%;
  left: -4%;
  background: url(../images/pervideo-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.sec4-per dd .video:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 98%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sec4-per dd .per-statue {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.sec4-per dd.active .per-statue {
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.sec4-per dd .per-statue .per {
  width: 100%;
  margin: 0 auto;
}
.sec4-per dd.active .per-statue {
  animation: fadeOut 2s forwards;
}

.sec4-per dd .per-statue .word {
  position: absolute;
  top: 14.5%;
  left: 56%;
  color: #bfbdbf;
  width: 40%;
  padding-bottom: 4%;
  display: flex;
}
.sec4-per dd .per-statue .word a {
  width: 17%;
  position: absolute;
  top: 12%;
  left: 67%;
}
.sec4-per dd:nth-child(3) .per-statue .word a {
  left: 74%;
}
.sec4-per dd .per-statue .word a.voice-long {
  left: 67%;
}
.sec4-per dd .per-statue .word a:after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 70%;
  height: 2px;
  background: #fff;
  top: 46%;
  left: 19%;
  transform: rotate(45deg);
  transform-origin: top;
}
.sec4-per dd .per-statue .word a.active {
  animation: animate-zoom 2s linear infinite;
}
.sec4-per dd .per-statue .word a.active:after {
  display: none;
}
.sec4-per dd .per-statue .intro {
  position: absolute;
  top: 22.5%;
  left: 56%;
  color: #f6f8ff;
  width: 40%;
  text-align: center;
  font-size: 1.3rem;
  text-shadow: 0 0 11px #3a66ff;
}
.sec4-per dd .per-statue .intro p {
  padding-bottom: 3%;
}
.sec4-per dd .per-statue .perpic {
  position: absolute;
  top: 33.5%;
  left: 47%;
  width: 53%;
}
.sec4-per dd .per-statue .per-gif {
  position: absolute;
  top: 79.5%;
  left: 3%;
  width: 50%;
  display: flex;
  align-items: center;
}
.sec4-per dd .per-statue .per-gif p {
  position: relative;
  width: 50%;
}
.sec4-per dd .per-statue .per-gif span {
  margin-left: -18%;
  z-index: 2;
  width: 53%;
  animation: animate 6s ease-in-out infinite;
}
.sec4-per dd .per-statue .per-gif span.pergif-word-1 {
  margin-left: -12%;
}
.sec4-per dd .per-statue .per-gif a {
  position: absolute;
  width: 15%;
  top: 63%;
  left: 0%;
}
.sec4-per dd .vote-box {
  width: 47%;
  position: absolute;
  top: 97%;
  left: 27%;
}
.sec4-per dd .vote-num {
  text-align: center;
  font-size: 1.3rem;
  text-shadow: 0 0 11px #3a66ff;
  color: #f6f8ff;
  margin-bottom: 2%;
}
.sec4-per dd .vote-num span {
  color: #fffecb;
}
.sec4-per dd .btn-vote {
  display: block;
}

.sec4-nav {
  display: flex;
  margin-top: 15%;
  justify-content: space-evenly;
}
.sec4-nav dd {
  cursor: pointer;
  width: 23%;
  filter: brightness(0.5);
}
.sec4-nav dd.active {
  filter: brightness(1);
}

.sec4-per dd .btn-vote:hover {
  animation: pulse 0.5s ease;
}

/* .swiper-button-prev,
.swiper-button-next {
  position:absolute;
  width:2.8rem;
  height:2.8rem;
  z-index:10;
  cursor:pointer;
  top:108%;
  right:20%;
  background:url(../images/arrow2.png) no-repeat center center;
  background-size:contain;
}
.swiper-button-prev {
  left:20%;
  right:auto;
  transform:rotateY(180deg);
} */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 107%;
  z-index: 10;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 1% !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../images/dot-active.png);
}

@keyframes fadeOut {
  from {
    opacity: 0;
  } /* 初始状态：完全不透明 */
  to {
    opacity: 1;
  } /* 结束状态：完全透明 */
}

.section5 {
  position: relative;
}
.sec5 .secpic-wap {
  width: 90%;
  margin: 10% auto 8%;
  position: relative;
}
.sec5 .secpic-wap:after {
  position: absolute;
  content: "";
  bottom: -3.5%;
  left: -2%;
  width: 104%;
  height: 107%;
  background: url(../images/bg-paper-feature.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 0;
}
/* .secpic-wap .swiper-button-prev,
.secpic-wap .swiper-button-next {
  top:120%;
  right:10%;
  background-image:url(../images/arrow.png);
  display: none;
}
.secpic-wap .swiper-button-prev {
  left:10%;
} */
.secpic-wap .swiper-pagination {
  top: 118%;
}
.secpic-wap .swiper-pagination-bullet {
  filter: brightness(10);
}
.secpic-wap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: brightness(1);
}

.zs-npc-foot {
  width: 50%;
  margin: 0% 0% 6% 32%;
}
.foot-st {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14% 0 10%;
}
.foot-st a {
  width: 13%;
  margin: 0 4%;
}
.foot-st a:hover {
  animation: pulse 0.5s ease;
}
@media (any-hover: hover) {
}
.foot {
  padding: 1.5rem 5% 11rem;
  background: #070721;
  color: #457db3;
  font-size: 1rem;
  text-align: center;
}
.foot a {
  display: inline-block;
  margin: 0 2rem;
  color: #6292c1;
}
.foot a:hover {
  text-decoration: underline;
}

.fc-pic {
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: none;
  pointer-events: none;
}
.fc-pic span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
}
.fc-pic span .store-ios {
  display: none;
}
.fc-pic > span {
  position: absolute;
}
.fc-pic span .word {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.fc-pic span .npc {
  position: absolute;
  content: "";
  width: 18.8%;
  bottom: 0;
  left: 3.6%;
  z-index: 2;
}

.fc-btn {
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 100;
}
.fc-btn .btn-box {
  width: 30%;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 67%;
  align-items: flex-end;
}
.fc-btn .btn-box a {
  width: 100%;
}
body.scroll .fc-pic {
  display: block;
}
body.scroll .fc-btn {
  display: block;
}

@media (max-width: 1920px) {
  .banner-milestone .bar {
    height: 1vh;
  }
  .banner-milestone .bar span {
    height: 1vh;
  }
}

@media (max-width: 540px) {
  body {
    width: 100%;
    max-width: 100%;
  }
  .banner-milestone .num-reserve p {
    font-size: 0.9rem;
  }
  .banner-milestone .num-reserve span {
    font-size: 1.1rem;
  }
  .milestone .star-box {
    top: 20%;
    left: 41%;
  }
  .swiper-role-paint .per {
    transform: scale(1.1);
  }
  .sec23 .pic img.store-ios {
    display: block;
  }
  .sec2-2 .btn-box {
    top: 35%;
  }

  .sec4-per dd .per-statue .word {
    top: 13.5%;
  }
  .sec4-per dd .per-statue .intro {
    top: 21.5%;
    font-size: 1.1rem;
  }

  .fc-btn {
    bottom: 1.5%;
  }
  .fc-btn .btn-box {
    width: 32%;
    margin-left: 67%;
  }
  .reserve-mess .phone-box .selectd,
  .reserve-mess .phone-box .selectd .telephone,
  .reserve-mess .phone-box .phone {
    line-height: 3rem;
    height: 3rem;
    font-size: 1.3rem;
  }
  .sec3-btn a span {
    font-weight: normal;
  }
}

.snowfall {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.pop-selfclose {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999999;
  background: url(../images/nav-bg-1.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}

.pop-selfclose span {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3.6rem;
  display: block;
}

.pop-selfclose.invited-succ {
  width: 52rem;
}

.disappare-2 {
  top: 97%;
  width: 20rem;
}
.disappare-2 span {
  font-size: 1.4rem;
}

.popup_tip .pop_title {
  line-height: 3.5rem;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3%;
  background: url(../images/nav-active.png) no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 2.4rem;
  text-shadow: 0 0 10px #ce0303;
}
.popup_tip .pop_inner {
  color: #abbfc6;
  font-size: 1.4rem;
  line-height: 2rem;
  max-height: 69rem;
  overflow: auto;
  overscroll-behavior: contain;
}

.popup {
  color: #d5ecff;
  width: 100%;
  padding: 0 1.5% 1.5% 1.7%;
  max-width: 34rem;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 auto;
  display: none;
  text-align: center;
  background: url(../images/pop-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
}
.popup.pop-nobg {
  background: none;
  padding: 0;
}

.popup .pop-title {
  position: relative;
  text-align: center;
  width: 66%;
  font-size: 1.3rem;
  margin: 5% auto 4%;
  color: #f6f8ff;
  text-shadow: 0 0px 6px #0125a4;
}
.pop-inner {
  color: #f6f8ff;
  font-size: 1.1rem;
  line-height: 2rem;
}

.pop-inner span.red {
  color: #ff2121;
  text-shadow: 0 0 5px #ffe4e4;
}
.popup .word-jb {
  background: linear-gradient(#fff, #e4ec6e);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 1.6rem;
}
.popup .copy {
  font-size: 1rem;
}
.popup .close {
  position: absolute;
  width: 2rem;
  left: 96%;
  top: -6%;
  cursor: pointer;
  line-height: 0;
}
.popup .btn1,
.popup .btn2 {
  line-height: 1.3rem;
  padding: 3.5% 0% 2.5%;
  font-size: 1.3rem;
  width: 10rem;
}
.popup-foot-term,
.popup-foot-privacy {
  padding: 30px 25px 45px;
  text-align: left;
}
.popup-foot-term .pop-inner,
.popup-foot-privacy .pop-inner {
  max-height: 23rem;
  overflow: auto;
}
.popup-foot-term .pop-title,
.popup-foot-privacy .pop-title {
  width: 100%;
}

.font-samll {
  font-size: 1rem;
}

.reserve-mess .phone::placeholder {
  font-size: 1.2rem;
}

.popup-video {
  max-width: 45rem;
  padding: 2% 2% 1.5% 3%;
}
.popup-video iframe {
  width: 100%;
  height: 22rem;
}
.popup-video.popup:after {
  right: 1%;
}

.b-modal {
  opacity: 0.85 !important;
}

.popup-normal {
  background: url(../images/pop-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.popup-normal .pop-title {
  width: 83%;
}
.popup-normal .pop-title:after {
  left: -6%;
}
.popup-normal .close {
  top: -20%;
}

.num-code {
  position: absolute;
  content: "";
  width: 72%;
  left: 14%;
  top: 74%;
  z-index: 2;
  font-size: 1.2rem;
  color: #d0cfd2;
  background: linear-gradient(to right, #3a1d0900, #343480, #343480, #3a1d0900);
  display: flex;
  justify-content: center;
  padding: 0.5rem 3rem;
  align-items: center;
}
.num-code span {
  color: #d0cfd2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  display: inline-block;
}
.num-code:before,
.num-code:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9c7b6400, #5f5fb9, #5f5fb9, #9c7b6400);
  top: 0;
  left: 0;
}
.num-code:after {
  top: auto;
  bottom: 0;
}
.num-code a.btn-copy {
  text-decoration: underline;
  margin-left: 1rem;
  display: inline-block;
  color: #fefc93;
}

.broadcast {
  position: absolute;
  width: 100%;
  top: 7.5%;
  padding: 0 13% 0 14%;
  left: 0%;
  max-height: 3rem;
  background: linear-gradient(to right, #3a1d0900, #755129, #755129, #3a1d0900);
  z-index: -1;
  font-size: 0.85rem;
}
.broadcast:before,
.broadcast:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #fff0, #ffffff99, #ffffff99, #fff0);
  top: 0;
  left: 0;
}

.broadcast:after {
  top: auto;
  bottom: 0;
}
.broadcast .bd {
  overflow: hidden;
}
.broadcast li {
  width: auto !important;
  padding-right: 40px;
  color: #f9f9f9;
}
.broadcast li p {
  display: inline-block;
  line-height: 1.5rem;
}
.broadcast li span {
  color: #f9f9f9;
}

.disappare-dif {
  top: 44.2%;
  width: 20rem;
  background: url(../images/nav-bg-1.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 2% 0;
}
.disappare-dif span {
  line-height: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.popup .reserve-mess .phone-box {
  background: url(../images/phone-bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  padding: 1% 0% 1% 4%;
}
.popup .reserve-mess a.btn-reserve {
  width: 74%;
}

.popup-start1 {
  width: 95%;
  max-width: 480px;
}
.popup-start1 .close {
  top: 4%;
}
.popup-start1 .store-ios {
  display: none;
}
.popup-start1 .title-2 {
  position: absolute;
  content: "";
  width: 100%;
  top: 94%;
  left: 0%;
  justify-content: center;
  display: flex;
}
.popup-start1 .title-2 .word {
  width: 50%;
}
.popup-start1 .countdown {
  font-size: 1.8rem;
  color: #fefc93;
  text-align: center;
  margin-left: 1rem;
}
.popup-start1 dl {
  z-index: 10;
  position: absolute;
  content: "";
  width: 90%;
  left: 6%;
  top: 52%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-start1 dl dd {
  position: relative;
  width: 31%;
  cursor: pointer;
  filter: brightness(0.7) grayscale(0.4);
}
.popup-start1 dl dd.active {
  width: 37%;
  filter: brightness(1) grayscale(0);
}
.popup-start1 dl dd:after {
  position: absolute;
  content: "";
  height: 86%;
  top: 1px;
  left: 1px;
  right: 1px;
  background: url(../images/pop-start1-reward-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0;
}
.popup-start1 dl dd.active:after {
  opacity: 1;
}
.popup-start1 dl dd span {
  display: block;
  position: relative;
}

.popup-start1 .reserve-mess {
  position: absolute;
  content: "";
  width: 84%;
  left: 9%;
  top: 76%;
  z-index: 2;
}

.popup-start2 {
  width: 95%;
  max-width: 470px;
}
.popup-start2 .close {
  top: 10%;
  left: 89%;
}
.popup-start2 .store-ios {
  display: none;
}
.popup-start2 dl {
  z-index: 10;
  position: absolute;
  content: "";
  width: 90%;
  left: 6%;
  top: 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-start2 dl dd {
  position: relative;
  width: 31%;
  cursor: pointer;
  filter: brightness(0.7) grayscale(0.4);
}
.popup-start2 dl dd.active {
  width: 37%;
  filter: brightness(1) grayscale(0);
}
.popup-start2 dl dd:after {
  position: absolute;
  content: "";
  height: 86%;
  top: 1px;
  left: 1px;
  right: 1px;
  background: url(../images/pop-start1-reward-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0;
}
.popup-start2 dl dd.active:after {
  opacity: 1;
}
.popup-start2 dl dd span {
  display: block;
  position: relative;
}

.popup-start2 .reserve-mess {
  width: 80%;
  top: 67%;
  left: 10%;
}
.popup-start2 .countdown {
  display: flex;
  justify-content: space-between;
  width: 40%;
  position: absolute;
  top: 88%;
  left: 30%;
  align-items: center;
}
.popup-start2 .countdown span {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../images/dot-1.png) no-repeat center center;
  background-size: 100% 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*.popup-reserve{display:block}*/
.popup-reserve {
  width: 100%;
  max-width: 500px;
}
.popup-reserve .dialogue {
  position: absolute;
  content: "";
  width: 23.8%;
  left: 28%;
  top: 40%;
  animation: animate-shake infinite 1s ease-in-out alternate;
}
.popup-reserve .close {
  left: 90%;
  top: 1%;
}
.popup-reserve .mid {
  position: absolute;
  width: 80%;
  top: 84%;
  left: 10%;
  display: flex;
}
.popup-reserve .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}
.popup-reserve .btn-box a {
  width: 45%;
  overflow: inherit;
}
.popup-reserve .btn-box a:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 90%;
  border-radius: 50%;
  top: 67%;
  right: 0%;
  z-index: 2;
  background: url(../images/finger.png) no-repeat center center;
  background-size: contain;
  animation: animate-zoom 2s linear infinite;
}
.popup-reserve .btn-box a.store-ios:before {
  opacity: 0;
}

/*.popup-store{display:block}*/
.popup-store {
  width: 100%;
  max-width: 500px;
}
.popup-store .close {
  top: 7%;
  left: 87%;
}
.popup-store .btn-loung {
  width: 46%;
  display: block;
  position: absolute;
  top: 82%;
  left: 27%;
  animation: animate-zoom1 3s linear infinite;
}
.popup-store .num-code {
  top: 28%;
}
.popup-store .star-box span {
  top: 36%;
  left: 17%;
}
.popup-store .star-box span:nth-child(2) {
  top: 33%;
  left: 56%;
}
.popup-store .star-box span:nth-child(3) {
  top: 56%;
  left: 85.5%;
}
.popup-store .star-box span:nth-child(4) {
  top: 44%;
  left: -1%;
}

.popup-worldpic {
  max-width: 24rem;
}
.popup-worldpic .pop-inner {
  max-height: inherit;
  position: relative;
}
.popup-worldpic .pop-inner:after {
  position: absolute;
  content: "";
  bottom: -16%;
  left: -10%;
  width: 120%;
  background: url(../images/world-pic-bg-2.png) no-repeat center center;
  background-size: 100% 100%;
  height: 125%;
  z-index: -1;
}
.popup-worldpic .close {
  top: -9%;
  left: 96%;
}

.popup-record {
  max-width: 40rem;
}
.popup-record .close {
  top: -5%;
}
.popup-record .pop-inner {
  position: absolute;
  content: "";
  width: 84%;
  top: 20%;
  left: 9%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-record .pop-inner > div {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
}
.popup-record .pop-inner p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 28%;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 5%;
}
.popup-record a.btn1 {
  width: 9rem;
  margin: 0;
  font-weight: bold;
}
.popup-record a.active {
  filter: grayscale(0.9);
  pointer-events: none;
}

.popup-task .close {
  top: -8%;
}
.popup-task .pop-inner {
  position: absolute;
  content: "";
  width: 78%;
  top: 19.5%;
  left: 14%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-task a {
  margin-left: 61%;
}
.popup-task a span {
  font-weight: bold;
}
.popup-task a.active {
  filter: grayscale(0.9);
  pointer-events: none;
}
.popup-task a,
.popup-follow-list {
  width: 100%;
  max-width: 500px;
}
.popup-follow-list .pop-title {
  width: 52%;
  left: 0%;
  background: none;
  margin-bottom: 0;
}
.popup-follow-list .pop-title:before,
.popup-follow-list .pop-title:after {
  display: none;
}
.popup-follow-list .myNav {
  display: flex;
  align-items: center;
}
.popup-follow-list .myNav .nav-top {
  width: 29%;
  margin-left: 2%;
}
.popup-follow-list .myNav .nav-top a {
  display: block;
  margin: 12% 0;
  filter: brightness(0.7) grayscale(1);
}
.popup-follow-list .myNav .nav-top a.active {
  filter: brightness(1) grayscale(0);
}
.popup-follow-list .myNav .nav-bot {
  flex: 1;
  margin-left: -3%;
}
.popup-follow-list .myNav .nav-bot .li {
  display: none;
  position: relative;
}
.popup-follow-list .myNav .nav-bot .li.active {
  display: block;
}
.popup-follow-list .card-pic dd.nor {
  display: block;
}
.popup-follow-list .card-pic dd.act {
  display: none;
  position: relative;
}
.popup-follow-list .card-pic.active dd.nor {
  display: none;
}
.popup-follow-list .card-pic.active dd.act {
  display: block;
}
.popup-follow-list .card-gif {
  position: absolute;
  width: 64%;
  top: 32.5%;
  left: 20%;
}
.popup-follow-list .card-gif img {
  position: relative;
  z-index: 1;
}
.popup-follow-list .card-gif::after {
  position: absolute;
  content: "";
  width: 96%;
  height: 95%;
  top: 2%;
  left: 2%;
  background: url(../images/bg-gif.png);
  background-size: 100% 100%;
  z-index: 0;
}
.popup-follow-list .nav-bot span {
  position: absolute;
  width: 26%;
  top: -3%;
  right: -1%;
}
.popup-follow-list .nav-bot span.active {
  top: -2%;
  right: 2%;
}
.popup-follow-list .nav-bot span img.nor {
  display: block;
}
.popup-follow-list .nav-bot span img.act {
  display: none;
}
.popup-follow-list .nav-bot span.active img.nor {
  display: none;
}
.popup-follow-list .nav-bot span.active img.act {
  display: block;
}

.popup-follow-list .close {
  top: 2%;
}
/* .swiper-button-prev3,
.swiper-button-next3 {
  position:absolute;
  width:1.2rem;
  height:1.5rem;
  z-index:5;
  cursor:pointer;
  top:-7%;
  left:36%;
  background:url(../images/arrow-2.png) no-repeat center center;
  background-size:100% 100%;
  transform:rotate(90deg);
}
.swiper-button-next3 {
  right:36%;
  left:auto;
  top:100%;
} */
.swiper-button-next3.swiper-button-disabled,
.swiper-button-prev3.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev3 {
  transform: rotate(270deg);
}
.swiper-button-prev2:after,
.swiper-button-next2:after {
  display: none;
}
.popup.popup-rule .pop-title {
  width: 88%;
  margin-bottom: 1.5%;
}
.popup-rule {
  background-image: url(../images/pop-bg-rule.png);
  padding: 0 1.5% 1.5% 1.7%;
}
.popup-rule .pop-inner {
  text-align: left;
  max-height: 32rem;
  overflow: auto;
}
.popup-rule .pop-inner b {
  font-weight: bold;
}
.popup-rule .pop-inner p {
  color: #f6f8ff;
}
.popup-best .pop-inner {
  position: absolute;
  width: 58%;
  top: 88%;
  left: 20%;
}
.popup-best .pop-inner a {
  display: block;
  animation: animate-zoom1 3s linear infinite;
}
.popup-best .pop-inner a:hover {
  filter: brightness(1.3);
}
.popup-privacy {
  background-image: url(../images/pop-bg-rule.png);
  padding: 0 1.5% 1.5% 1.7%;
}

.popup-privacy .pop-title:before,
.popup-privacy .pop-title:after {
  left: 83%;
}
.popup-privacy .pop-title:before {
  left: -16%;
}
.popup-privacy .pop-inner {
  text-align: left;
}
.popup-privacy .pop-inner p {
  text-align: left;
}
.popup-privacy .pop-inner h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 1% 0 0;
}

.popup-privacy .pop-title {
  width: 100%;
  background: none;
}

.popup-privacy .box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 4% auto;
}
.popup-privacy .box p {
  background: #d56f4426;
  line-height: 1.2rem;
  padding: 0.5rem 0;
  width: 46%;
  margin-right: 2%;
  text-align: center;
}
.popup-privacy .small {
  margin-bottom: 2%;
}
.popup-privacy .btn-box a {
  width: 45%;
  margin: 0% auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finger-gif {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 1000;
  display: none;
}
.finger-gif span {
  position: absolute;
  width: 21%;
  bottom: 29%;
  left: 50%;
  transform: translate(-50%, 0);
}
.popup-result {
  padding: 0% 1%;
  background: url(../images/pop-card-bg.png) no-repeat center center;
  background-size: 100% 100%;
  max-width: 28rem;
}
.popup-result .pop-title {
  width: 105%;
  font-size: 1.6rem;
  color: #ffc7e9;
}
.popup-result .pop-title span {
  color: transparent;
  background: linear-gradient(#feffe3, #ead186) text;
}
.popup-result .pop-title:before,
.popup-result .pop-title:after {
  display: none;
}
.popup-result .pic {
  width: 74%;
  margin: 0 auto;
}
.popup-result a {
  width: 54%;
  display: block;
  margin: 4% auto 0;
  animation: animate-zoom1 3s linear infinite;
}

.popup-unclepic {
  max-width: 37rem;
}
.popup-unclepic .pic {
  position: relative;
}
.popup-unclepic a {
  position: absolute;
  width: 45%;
  bottom: 7%;
  left: 29%;
}
.popup-unclepic .close {
  top: 0%;
}

.popup-girlpic {
  max-width: 37rem;
}
.popup-girlpic .pic {
  position: relative;
}
.popup-girlpic a {
  position: absolute;
  width: 45%;
  bottom: 7%;
  left: 31%;
}
.popup-girlpic .close {
  top: 0%;
}

@media (any-hover: hover) {
}

@media (max-width: 540px) {
  .popup .close {
    left: 92%;
    top: -7%;
  }
  .popup .reserve-mess .phone-box {
    padding: 1% 0% 1% 0%;
  }
  .popup-reserve .btn-box a.store-ios:before {
    opacity: 1;
  }
  .popup-start1 .store-ios,
  .popup-start2 .store-ios {
    display: block;
  }
  .popup-start1 .countdown {
    font-size: 1.5rem;
    margin-top: 2px;
  }

  .fc-pic span .store-ios {
    display: block;
  }
  .popup-start1 .close,
  .popup-start2 .close {
    top: 5%;
  }
  .popup-start2 .countdown span {
    font-size: 1.8rem;
    width: 3.5em;
    height: 3.5rem;
    margin: 0 2%;
  }
  .popup-reserve {
    width: 92%;
  }
  .popup-reserve .mid {
    top: 85%;
    left: 22%;
  }
  .popup-reserve .btn-box a {
    width: 52%;
  }
  .popup-reserve .btn-box a.store-google {
    margin-left: 23%;
  }
  .num-code {
    top: 72%;
  }
  .popup-unclepic {
    max-width: 34rem;
  }
  .popup-unclepic .close {
    top: 1%;
    left: 90%;
  }
  .popup-girlpic {
    max-width: 34rem;
  }
  .popup-girlpic .close {
    top: 1%;
    left: 90%;
  }
  .popup-follow-list .close {
    top: 2%;
    left: 90%;
  }

  .popup-photopic {
    max-width: 30rem;
  }

  .popup-record .pop-inner {
    top: 19.5%;
    left: 12%;
  }
  .popup-record .pop-inner p {
    font-size: 1.2rem;
    margin-right: 4%;
  }
  .popup.popup-rule,
  .popup.popup-privacy {
    padding: 0 5.5% 7.5% 9%;
  }
  body {
    outline: none;
  }
  .popup-foot-term,
  .popup-foot-privacy {
    padding: 5% 5% 10%;
    text-align: left;
  }
  .popup-foot-term .pop-inner,
  .popup-foot-privacy .pop-inner {
    max-height: 25rem;
    overflow: auto;
  }
}

/*动效-转圈*/
/*调用-转圈*/ /*    animation:animate-turn 5s linear infinite;    */
@keyframes animate-turn {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes animate-pos-turn {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(1turn) translate(-50%, -50%);
  }
}

/*动效-按钮缩放*/
/*调用-按钮缩放*/ /*    animation:animate-zoom 2s linear infinite;    */
@keyframes animate-zoom {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}

@keyframes animate-zoom1 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes animate-zoom2 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes animate-pos-zoom {
  0% {
    transform: scale(0.85) translate(-50%, 0);
  }
  50% {
    transform: scale(1) translate(-50%, 0);
  }
  100% {
    transform: scale(0.85) translate(-50%, 0);
  }
}

@keyframes animate-pos1-zoom {
  0% {
    transform: scale(0.85) translate(0, -50%);
  }
  50% {
    transform: scale(1) translate(0, -50%);
  }
  100% {
    transform: scale(0.85) translate(0, -50%);
  }
}
@keyframes animate-pos2-zoom {
  0% {
    transform: scale(0.85) translate(-50%, -50%);
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0.85) translate(-50%, -50%);
  }
}

/*动效-光效缩放*/
/*调用-光效缩放*/ /*        animation:animate-lightzoom 2s linear infinite;    */
@keyframes animate-lightzoom {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  75% {
    transform: scale(0.8) rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: scale(0) rotate(180deg);
    opacity: 0;
  }
}

/*动效-光效缩放*/
/*调用-光效缩放*/ /*        animation:animate-lightzoom1 2s linear infinite;    */
@keyframes animate-lightzoom1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

/*动效-扫光*/ /*    background:linear-gradient( 120deg, transparent,transparent, rgba(255, 244, 227, 0.4), transparent, transparent );    */
/*调用-扫光*/ /*    animation:animate-wipes 2s linear infinite;    */
@keyframes animate-wipes {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

/*动效-左右摇晃*/
/*调用-左右摇晃*/ /*    transform-origin:center bottom;animation:animate-shake infinite 1s ease-in-out alternate;    */
@keyframes animate-shake {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -2deg);
  }
  30% {
    transform: translate3d(1%, 0, 0) rotate3d(0, 0, 1, 1deg);
  }
  45% {
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  60% {
    transform: translate3d(1%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
@keyframes animate-shake1 {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 0.5, -0.5deg);
  }
  30% {
    transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0.5, 0.5deg);
  }
  45% {
    transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0.5, -0.5deg);
  }
  60% {
    transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0.5, 0.5deg);
  }
  75% {
    transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0.5, -0.5deg);
  }
  100% {
    transform: none;
  }
}

/*动效-气泡动效*/
/*调用-气泡动效*/ /*    transform-origin:center top;animation:animate-pao infinite 1s ease-in-out alternate;    */
@keyframes animate-pao {
  0% {
    transform: rotate(3deg);
    transform-origin: bottom left;
  }
  100% {
    transform: rotate(0deg);
  }
}

/*动效-风吹左右摇晃*/
/*调用-风吹左右摇晃*/ /*    transform-origin:center top;animation:animate-wind infinite 1s ease-in-out alternate;    */
@keyframes animate-wind {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

/*动效-云移動*/
/*调用-云移動*/ /*    animation:animate-cloud 0.8s linear infinite;    */
@keyframes animate-cloud {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*动效-左右跳动*/
/*调用-左右跳动*/ /*    animation:animate-jump-lr 0.8s linear infinite;    */
@keyframes animate-jump-lr {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*动效-左右跳动*/
/*调用-左右跳动*/ /*    animation:animate-jump-lrf 0.8s linear infinite;    */
@keyframes animate-jump-lrf {
  0% {
    transform: translate(0, 0) rotateY(180deg);
  }
  50% {
    transform: translate(-6px, 0) rotateY(180deg);
  }
  100% {
    transform: translate(0, 0) rotateY(180deg);
  }
}

/*动效-上下跳动*/
/*调用-上下跳动*/ /*    animation:animate-jump 0.8s linear infinite;    */
@keyframes animate-jump {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*动效-背景逐帧动效*/
/*调用-背景逐帧动效*/ /*    animation:animate-changebg 1s steps(3) infinite;    */
@keyframes animate-changebg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -90px 0;
  }
}

@-webkit-keyframes scaleA {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

/*左右摇晃动效*/
@-webkit-keyframes error-swing {
  0% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
  }
}
@-moz-keyframes error-swing {
  0% {
    -moz-transform: rotate(3deg);
  }
  100% {
    -moz-transform: rotate(-2deg);
  }
}
@keyframes error-swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

@keyframes animate-card {
  0% {
    transform: rotateY(0deg);
  }
  15% {
    transform: rotateY(-60deg);
  }
  30% {
    transform: rotateY(60deg);
  }
  45% {
    transform: rotateY(-60deg);
  }
  60% {
    transform: rotateY(60deg);
  }
  75% {
    transform: rotateY(-60deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
