/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/variables.less ***!
  \***************************************************************************************************************************************************************************************************************************************/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/base.less ***!
  \**********************************************************************************************************************************************************************************************************************************/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/popup.less ***!
  \***********************************************************************************************************************************************************************************************************************************/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
.popup.show {
  display: block;
}
.popup.active {
  opacity: 1;
}
.popup.active .popup_box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popup .popup_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  cursor: auto;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  transition: transform 0.6s;
}
.popup .popup_box .close {
  position: absolute;
  top: 82px;
  left: auto;
  right: 146px;
  bottom: auto;
  z-index: 0;
  margin: 0 auto;
  width: 82px;
  height: 80px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") 0px -67px no-repeat;
}
.popup .popup_box .close:hover:before,
.popup .popup_box .close:hover:after {
  transform: none;
}
.popup .popup_box .close:before,
.popup .popup_box .close:after {
  content: "";
  height: 2px;
  width: 36px;
  position: absolute;
  left: 23px;
  top: 39px;
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  border-top: 3px dotted #fff;
}
.popup .popup_box .close::before {
  transform: rotate(-45deg);
}
.popup .popup_box .close::after {
  transform: rotate(45deg);
}
#reservation_popup .popup_box,
#massage_popup .popup_box {
  width: 1108px;
  height: 520px;
}
#reservation_popup .popup-cloud,
#massage_popup .popup-cloud {
  position: absolute;
  top: -52px;
  left: -290px;
  width: 1395px;
  height: 477px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/reservation_bg_circle.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background: url("https://image.gaeamobile.net/image/20220930/182534/reservation_bg_circle.png") no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#reservation_popup .popup-inner,
#massage_popup .popup-inner {
  position: relative;
  width: 1108px;
  height: 520px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/reservation_bg.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background: url("https://image.gaeamobile.net/image/20220930/182534/reservation_bg.png") no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 124px 330px 0 288px;
}
#massage_popup h5 {
  margin-top: 90px;
  font-size: 72px;
  line-height: 90px;
  text-align: center;
  color: #a8722c;
}

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/reservation.less ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#reservation_form .input_box {
  position: relative;
  margin: 0 auto;
  font-size: 20px;
  color: #49413c;
  min-height: 60px;
  line-height: 60px;
  margin-bottom: 14px;
}
#reservation_form .input_box .input-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#reservation_form .input_box .tips_text {
  display: inline-block;
  width: 80px;
}
#reservation_form .input_box .input-border {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dcdad7;
  border-radius: 10px;
  display: inline-block;
  height: 60px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#reservation_form .input_box input {
  height: 46px;
  width: 100%;
  line-height: 46px;
  background-color: #e3dae1;
  -webkit-box-sizing: border-box;
  box-sizing: content-box;
  overflow: hidden;
  color: #4b4c42;
  text-align: center;
  border-radius: 10px;
  float: left;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
}
#reservation_form .input_radio {
  padding-left: 120px;
}
#reservation_form .radio {
  width: 120px;
  position: relative;
  font-size: 22px;
  line-height: 1;
  color: #d7ccd7;
  display: inline-block;
}
#reservation_form .radio input[type="radio"] + label::before,
#reservation_form .radio input[type="radio"] + label::after {
  content: "\a0";
  /*不换行空格*/
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
#reservation_form .radio input[type="radio"] + label::before {
  left: -40px;
  width: 20px;
  height: 20px;
  background-color: #d7ccd7;
}
#reservation_form .radio input[type="radio"] + label::after {
  top: 4px;
  left: -36px;
  width: 12px;
  height: 12px;
  background-color: #4b4c42;
  opacity: 0;
}
#reservation_form .radio input[type="radio"]:checked + label::after {
  opacity: 1;
}
#reservation_form .radio input[type="radio"]:checked + label span {
  color: #4b4c42;
}
#reservation_form .radio input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
#reservation_form .btn_sms_code {
  width: 132px;
  height: 47px;
  line-height: 47px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #a795a5;
  margin: 6px 0 0 6px;
  font-size: 18px;
}
#reservation_form .btn_sms_code.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
#reservation_form .error {
  color: brown;
  font-size: 14px;
  padding-left: 80px;
  line-height: 20px;
}
#reservation_form #submit_error {
  height: 30px;
  text-align: center;
  padding-left: 0px;
}
#reservation_form .btn_submit {
  display: block;
  margin: 0 auto;
  width: 294px;
  height: 63px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") 0px 0px no-repeat;
}
#reservation_form .btn_submit .loading {
  pointer-events: none;
  cursor: wait;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./myless-loader.js!../src/css/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body {
  width: 100%;
  height: 100%;
  background: url("https://image.gaeamobile.net/image/20220930/182534/bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
}
body.active {
  opacity: 1;
}
body.adaptation {
  width: 1800px;
  height: 920px;
  transform-origin: 0 0 0;
}
@font-face {
  font-family: "zihun95";
  src: url("https://image.gaeamobile.net/image/20220930/182534/zihun95.woff") format("woff"), /* chrome、firefox */ url("https://image.gaeamobile.net/image/20220930/182534/zihun95.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("https://image.gaeamobile.net/image/20220930/182534/zihun95.svg#zihun95") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
#fullpage-swiper {
  font-family: "zihun95";
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#fullpage-swiper .fullpage-swiper-wrapper {
  text-align: center;
}
#fullpage-swiper .swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
#fullpage-swiper .page-home.swiper-slide-active .cur-page-top:before,
#fullpage-swiper .page-milestone.swiper-slide-active .cur-page-top:before,
#fullpage-swiper .page-news.swiper-slide-active .cur-page-top:before,
#fullpage-swiper .page-wrold.swiper-slide-active .cur-page-top:before,
#fullpage-swiper .page-intro.swiper-slide-active .cur-page-top:before,
#fullpage-swiper .page-feature.swiper-slide-active .cur-page-top:before {
  transform: none;
  transition: all 0.6s 0.2s;
}
#fullpage-swiper .page-home.swiper-slide-active .cur-page-top:after,
#fullpage-swiper .page-milestone.swiper-slide-active .cur-page-top:after,
#fullpage-swiper .page-news.swiper-slide-active .cur-page-top:after,
#fullpage-swiper .page-wrold.swiper-slide-active .cur-page-top:after,
#fullpage-swiper .page-intro.swiper-slide-active .cur-page-top:after,
#fullpage-swiper .page-feature.swiper-slide-active .cur-page-top:after {
  transform: none;
  transition: all 0.2s 0.6s;
}
#fullpage-swiper .page-home.swiper-slide-active .cur-page-top p,
#fullpage-swiper .page-milestone.swiper-slide-active .cur-page-top p,
#fullpage-swiper .page-news.swiper-slide-active .cur-page-top p,
#fullpage-swiper .page-wrold.swiper-slide-active .cur-page-top p,
#fullpage-swiper .page-intro.swiper-slide-active .cur-page-top p,
#fullpage-swiper .page-feature.swiper-slide-active .cur-page-top p {
  opacity: 1;
  transition: all 0.2s 0.4s;
}
.textVertical {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.page-home .peo-box {
  width: 100%;
  height: 100%;
}
.page-home.swiper-slide-active .peo1-box {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
  transform: translateX(0);
}
.page-home.swiper-slide-active .peo2-box {
  transition: opacity 1s 0.3s ease;
  opacity: 1;
}
.page-home.swiper-slide-active .text-box .game-name-bg {
  transform: translateY(0);
  transition: all 0.4s;
}
.page-home.swiper-slide-active .text-box .game-name {
  opacity: 1;
  transition: all 0.4s 0.26s;
}
.page-home.swiper-slide-active .text-box .game-intro {
  opacity: 1;
  transition: all 0.4s 0.26s;
}
.page-home.swiper-slide-active .btn-reservation-box {
  opacity: 1;
  transition: all 0.6s 0.4s;
}
.page-home .peo1-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1042.2px;
  height: 972px;
  background: url("https://image.gaeamobile.net/image/20230110/114031/home_p1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1042.2px 972px;
  opacity: 0;
  transform: translateX(-500px);
}
.page-home .peo2-box {
  opacity: 0;
  position: absolute;
  right: 71%;
  bottom: 10px;
  width: 224px;
  height: 84px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_home.png") -782px -324px no-repeat;
}
.page-home .peo2-box .peo2-p {
  position: relative;
  top: -255px;
  left: 190px;
  width: 286px;
  height: 320px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_home.png") -701px 0px no-repeat;
}
.page-home .text-box {
  position: absolute;
  left: 80px;
  top: 0;
  width: 395px;
  height: 493px;
}
.page-home .text-box .game-name-bg {
  display: inline-block;
  width: 362px;
  height: 315px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_home.png") -335px 0px no-repeat;
  position: absolute;
  top: 0;
  right: -235px;
  transform: translateY(-100%);
  transform-origin: top;
}
.page-home .text-box .game-name {
  display: inline-block;
  margin: 60px 0 0 0;
  width: 331px;
  height: 502px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_home.png") 0px 0px no-repeat;
  position: relative;
  opacity: 0;
}
.page-home .btn-reservation-box {
  position: absolute;
  left: 50px;
  top: 620px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
}
.page-home .total-num {
  font-size: 24px;
  color: #16130d;
}
.page-home .total-num span {
  color: #b55950;
}
.page-home .btn-reservation {
  width: 443px;
  height: 104px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_home.png") -335px -324px no-repeat;
  margin: 10px auto 0;
  cursor: pointer;
}
.page-home .game-intro {
  position: absolute;
  left: 105px;
  top: 340px;
  text-align: right;
  width: 500px;
  font-family: "Source Han Serif SC", "Microsoft YaHei", "Hiragino Sans GB", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  opacity: 0;
}
.page-home .game-intro .game-intro-text {
  padding-top: 34px;
  float: right;
  height: 200px;
  font-size: 16px;
  color: #303030;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 1.8;
}
.page-home .game-intro .game-intro-text p:first-child {
  position: relative;
  top: -52px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.4;
}
.page-home .game-intro .game-intro-text p:nth-child(2) {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  top: -10px;
}
.page-home .game-intro .game-intro-text p:nth-child(3) {
  position: relative;
  top: -20px;
  padding: 0 2px 0 10px;
  writing-mode: horizontal-tb;
}
.page-home .game-intro .game-intro-text .font-hack {
  position: relative;
  top: -15px;
}
.page-home .game-intro .game-intro-text .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b45a29;
  margin-bottom: 10px;
}
.page-home .game-icon {
  position: absolute;
  right: -40px;
  top: 0px;
  display: inline-block;
  width: 36px;
  height: 66px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -180px -67px no-repeat;
}
.page-home .cur-page-top:before {
  background-color: #63627b;
}
.page-home .cur-page-top:after {
  border-top-color: #63627b;
}
.page-home .cur-page-top p {
  color: #63627b;
}
.page-home .cur-page-top p:before {
  background-color: #63627b;
}
.page-home .title {
  color: #16130d;
  font-size: 16px;
  height: 208px;
  float: right;
  text-align: start;
  font-weight: bold;
}
.page-home .title::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b45a29;
  margin-bottom: 7px;
}
.page-home .text-con {
  display: inline-block;
  height: 165px;
  font-size: 16px;
  color: #303030;
  text-align: justify;
  padding-top: 33px;
  letter-spacing: 2px;
}
.page-milestone.swiper-slide-active .center-con .gift-list li {
  transform: none;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.2s, 0.3s;
  transition-timing-function: linear;
}
.page-milestone.swiper-slide-active .center-con .gift-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.page-milestone.swiper-slide-active .center-con .gift-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.page-milestone.swiper-slide-active .center-con .gift-list li:nth-child(4) {
  transition-delay: 0.3s;
}
.page-milestone.swiper-slide-active .center-con .gift-list li:nth-child(5) {
  transition-delay: 0.4s;
}
.page-milestone.swiper-slide-active .center-con p {
  transform: none;
  opacity: 1;
  transition: all 0.2s linear 0.4s;
}
.page-milestone.swiper-slide-active .center-con .line-vertical.line-vertical-top,
.page-milestone.swiper-slide-active .center-con .line-vertical.line-vertical-bottom {
  transition: all 0.2s 0.3s;
  opacity: 1;
}
.page-milestone.swiper-slide-active .center-con .line-vertical.line-vertical-top::after,
.page-milestone.swiper-slide-active .center-con .line-vertical.line-vertical-bottom::after {
  transition: all 0.4s 0.5s;
  transform: none;
}
.page-milestone .milestone-bg {
  height: 100%;
  position: relative;
  pointer-events: none;
}
.page-milestone .milestone-bg .cloud-left {
  width: 525px;
  height: 623px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") 0px -645px no-repeat;
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
}
.page-milestone .milestone-bg .cloud-right {
  width: 701px;
  height: 641px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") 0px 0px no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-milestone .center-con {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  white-space: nowrap;
}
.page-milestone .center-con .icon-jiang {
  position: absolute;
  right: -130px;
  top: -170px;
  width: 266px;
  height: 272px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") 0px -1726px no-repeat;
}
.page-milestone .center-con .line-vertical.line-vertical-top {
  opacity: 0;
}
.page-milestone .center-con .line-vertical.line-vertical-top::after {
  height: calc(46vh - 350px);
  transform: scaleY(0);
}
.page-milestone .center-con .line-vertical.line-vertical-bottom {
  opacity: 0;
}
.page-milestone .center-con .line-vertical.line-vertical-bottom::after {
  height: calc(54vh - 380px);
  transform: scaleY(0);
}
.page-milestone .center-con .gift-list {
  font-size: 0;
  margin-bottom: 40px;
}
.page-milestone .center-con .gift-list li {
  display: inline-block;
  margin-left: 24px;
  filter: grayscale(1);
  transform: translateY(20px);
  opacity: 0;
}
.page-milestone .center-con .gift-list li.active {
  filter: none;
}
.page-milestone .center-con .gift-list li:nth-child(1) {
  margin-left: 0;
  width: 282px;
  height: 450px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") -705px 0px no-repeat;
}
.page-milestone .center-con .gift-list li:nth-child(2) {
  width: 282px;
  height: 450px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") -705px -454px no-repeat;
}
.page-milestone .center-con .gift-list li:nth-child(3) {
  width: 282px;
  height: 450px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") -529px -908px no-repeat;
}
.page-milestone .center-con .gift-list li:nth-child(4) {
  width: 282px;
  height: 450px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") 0px -1272px no-repeat;
}
.page-milestone .center-con .gift-list li:nth-child(5) {
  width: 282px;
  height: 450px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_milestone.png") -286px -1362px no-repeat;
}
.page-milestone .center-con p {
  transform: translateY(20px);
  opacity: 0;
}
.page-news.swiper-slide-active .news-bg .cloud-left {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
}
.page-news.swiper-slide-active .cloud-right {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
}
.page-news.swiper-slide-active .center-con {
  transition: all 0.2s;
  opacity: 1;
}
.page-news.swiper-slide-active .center-con .new-pic .line-vertical.line-vertical-top,
.page-news.swiper-slide-active .center-con .new-pic .line-vertical.line-vertical-bottom {
  transition: all 0.2s;
  opacity: 1;
}
.page-news.swiper-slide-active .center-con .new-pic .line-vertical.line-vertical-top::after,
.page-news.swiper-slide-active .center-con .new-pic .line-vertical.line-vertical-bottom::after {
  transition: all 0.4s;
  transform: none;
}
.page-news .news-bg {
  height: 100%;
  position: relative;
  pointer-events: none;
}
.page-news .news-bg .cloud-left {
  width: 389px;
  height: 400px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") 0px -583px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page-news .cloud-right {
  width: 637px;
  height: 682px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") -865px 0px no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0.8);
  transform-origin: bottom right;
  opacity: 0;
}
.page-news .center-con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
}
.page-news .center-con .new-txt {
  color: #8074a2;
  width: 604px;
  height: 416px;
  margin-right: 34px;
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
}
.page-news .center-con .new-txt .new-tab {
  position: relative;
}
.page-news .center-con .new-txt .new-tab:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border: 2px solid #8478a4;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
.page-news .center-con .new-txt .new-tab:before {
  content: "";
  display: inline-block;
  background-color: #8478a4;
  height: 1px;
  width: 40vh;
  position: absolute;
  top: 19px;
  left: -40vh;
}
.page-news .center-con .new-txt .new-tab span {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding-left: 30px;
}
.page-news .center-con .new-txt .new-tab span:after {
  content: "/";
  color: #8074a2;
  padding-left: 30px;
}
.page-news .center-con .new-txt .new-tab span.active {
  color: #9d321d;
}
.page-news .center-con .new-txt .new-tab span.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  transform: translateX(-16%);
  width: 66px;
  height: 12px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") -126px -987px no-repeat;
}
.page-news .center-con .new-txt .new-tab .more {
  display: block;
  margin-top: 10px;
  width: 46px;
  height: 18px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") -196px -987px no-repeat;
}
.page-news .center-con .new-txt .new-list-box {
  position: relative;
}
.page-news .center-con .new-txt .new-list.active {
  display: block;
}
.page-news .center-con .new-txt .new-list {
  font-family: "Source Han Serif SC", "Microsoft YaHei", "Hiragino Sans GB", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  font-size: 16px;
}
.page-news .center-con .new-txt .new-list li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #544637;
}
.page-news .center-con .new-txt .new-list li a {
  color: #544637;
}
.page-news .center-con .new-txt .new-list li:hover {
  font-weight: bold;
}
.page-news .center-con .new-txt .new-list li:hover .lable {
  color: #e0d8c8;
  width: 59px;
  height: 22px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") 0px -987px no-repeat;
}
.page-news .center-con .new-txt .new-list li .lable {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  margin-right: 24px;
  width: 59px;
  height: 22px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") -63px -987px no-repeat;
}
.page-news .center-con .new-txt .new-list li .txt {
  width: 410px;
  display: inline-block;
  vertical-align: middle;
}
.page-news .center-con .new-txt .new-list li:last-child {
  border-bottom: none;
}
.page-news .center-con .new-pic {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 128px;
  width: 861px;
  height: 579px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_news.png") 0px 0px no-repeat;
  box-sizing: border-box;
  padding: 92px 14px 15px 34px;
}
.page-news .center-con .new-pic .line-vertical.line-vertical-top {
  opacity: 0;
  margin-left: -22px;
}
.page-news .center-con .new-pic .line-vertical.line-vertical-top::after {
  transform: scaleY(0);
}
.page-news .center-con .new-pic .line-vertical.line-vertical-bottom {
  bottom: -40px;
  opacity: 0;
}
.page-news .center-con .new-pic .line-vertical.line-vertical-bottom::after {
  transform: scaleY(0);
}
.page-news .center-con .new-pic .newspic-swiper {
  width: 786px;
  height: 443px;
  overflow: hidden;
}
.page-news .center-con .new-pic img {
  width: 786px;
  height: 443px;
}
.page-news .center-con .new-pic .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #544638;
  opacity: 1;
}
.page-news .center-con .new-pic .swiper-pagination-bullet-active {
  background-color: #9d321d;
}
.page-news .center-con .new-pic .newspic-pagination {
  margin-top: 46px;
}
.page-wrold.swiper-slide-active .peo1-box {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
}
.page-wrold.swiper-slide-active .peo2-box {
  transition: opacity 1s 0.3s ease;
  opacity: 1;
}
.page-wrold.swiper-slide-active .peo3-box {
  transition: opacity 1s 0.4s ease;
  opacity: 1;
}
.page-wrold.swiper-slide-active .text-box {
  transition: all 0.2s;
  opacity: 1;
}
.page-wrold.swiper-slide-active .game-wrold .line {
  transition: all 0.2s 0.3s;
  opacity: 1;
}
.page-wrold.swiper-slide-active .game-wrold .line:after {
  transition: all 0.4s 0.5s;
  transform: none;
}
.page-wrold.swiper-slide-active .game-wrold .btn-reservation {
  opacity: 1;
  transform: none;
  transition: transform 0.3s 0.8s;
}
.page-wrold .peo-box {
  width: 100%;
  height: 100%;
}
.page-wrold .peo1-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 887px;
  height: 989px;
  opacity: 0;
}
.page-wrold .peo2-box {
  position: absolute;
  left: 70px;
  top: 0;
  width: 237px;
  height: 343px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_world.png") -663px 0px no-repeat;
  margin-top: 70px;
  opacity: 0;
}
.page-wrold .peo3-box {
  position: absolute;
  right: 54%;
  bottom: 10px;
  width: 186px;
  height: 236px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_world.png") -663px -347px no-repeat;
  opacity: 0;
}
.page-wrold .text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-91%, -400px);
  width: 975px;
  height: 100%;
  opacity: 0;
}
.page-wrold .game-wrold {
  width: 659px;
  height: 700px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_world.png") 0px 0px no-repeat;
  margin-left: 150px;
  position: relative;
}
.page-wrold .game-wrold .line {
  display: inline-block;
  position: absolute;
  left: 337px;
  opacity: 0;
}
.page-wrold .game-wrold .line:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 700px;
  background-color: #5f5187;
  margin: -4px 0;
  transform: scaleY(0);
  transform-origin: top;
}
.page-wrold .game-wrold .line-top {
  top: -710px;
  transform-origin: top;
}
.page-wrold .game-wrold .line-top:after {
  transform-origin: bottom;
}
.page-wrold .game-wrold .line-bottom {
  bottom: -730px;
  transform-origin: bottom;
}
.page-wrold .text-con {
  font-size: 16px;
  text-align: left;
  text-align: justify;
}
.page-wrold .text-con .title {
  font-family: "zihun95";
  color: #b45a29;
  margin-top: 16px;
  font-weight: bold;
  font-size: 22px;
}
.page-wrold .text-con .title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #4c4e42;
  position: absolute;
  margin-top: -4px;
}
.page-wrold .text-con::before {
  content: "";
  width: 1px;
  height: auto;
  background-color: #5f5187;
  position: absolute;
  top: 75px;
  bottom: 0;
  left: -16px;
}
.page-wrold .wrold-intro1 {
  width: 152px;
  position: absolute;
  top: 470px;
  left: 24px;
}
.page-wrold .wrold-intro1::before {
  top: 4px;
  bottom: 55px;
  left: -16px;
}
.page-wrold .wrold-intro2 {
  width: 152px;
  position: absolute;
  top: 80px;
  right: -40px;
}
.page-wrold .wrold-intro2 .title {
  margin-bottom: 16px;
}
.page-wrold .wrold-intro2 .title::before {
  margin-top: 38px;
}
.page-wrold .btn-reservation {
  position: absolute;
  left: 319px;
  bottom: -188px;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
}
.page-intro.swiper-slide-active .peo-box,
.page-intro.swiper-slide-active .deco-2,
.page-intro.swiper-slide-active .deco-3,
.page-intro.swiper-slide-active .map,
.page-intro.swiper-slide-active .role-list {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
}
.page-intro .role-box {
  height: 100%;
}
.page-intro .peo-box {
  height: 100%;
  opacity: 0;
}
.page-intro .map {
  width: 334px;
  height: 594px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/intro_map.png") no-repeat;
  background-size: contain;
  background: url("https://image.gaeamobile.net/image/20230110/114031/intro_map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
  position: absolute;
  top: 0;
  right: 370px;
  opacity: 0;
}
.page-intro .deco-1 {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 286px;
  height: 359px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") 0px 0px no-repeat;
}
.page-intro .deco-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 573px;
  height: 539px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/intro_dec1.png") no-repeat;
  background-size: contain;
  background: url("https://image.gaeamobile.net/image/20230110/114031/intro_dec1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
  opacity: 0;
}
.page-intro .deco-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 810px;
  height: 861px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/intro_dec3.png") no-repeat;
  background-size: contain;
  background: url("https://image.gaeamobile.net/image/20230110/114031/intro_dec3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
  opacity: 0;
}
.page-intro .role-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-intro .cloud-1 {
  position: absolute;
  left: 0;
}
.page-intro .peo-slide {
  opacity: 0;
  transition: all 0.1s;
}
.page-intro .peo-slide.active {
  opacity: 1;
}
.page-intro .peo-slide .peo {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-intro .peo-slide.huaiji .peo {
  left: 150px;
}
.page-intro .role-list {
  width: 256px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.page-intro .role-list .more-btn {
  display: block;
  width: 60px;
  height: 71px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") -148px -363px no-repeat;
  position: absolute;
  top: 648px;
  left: -33px;
  cursor: not-allowed;
}
.page-intro .role-list .more-btn::before,
.page-intro .role-list .more-btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 600px;
  background-color: rgba(56, 58, 48, 0.3);
  position: absolute;
  left: 30px;
}
.page-intro .role-list .more-btn::before {
  height: 55px;
  top: -52px;
}
.page-intro .role-list .more-btn::after {
  bottom: -600px;
}
.page-intro .role-list .more-btn:hover .commingson {
  opacity: 1;
}
.page-intro .role-swiper-pagination {
  margin-top: 84px;
  position: relative;
}
.page-intro .role-nav-item {
  position: relative;
  height: 164px;
  width: 164px;
  margin: 0 0 16px -84px;
  cursor: pointer;
}
.page-intro .role-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 164px;
  height: 164px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") -290px 0px no-repeat;
  opacity: 0;
}
.page-intro .role-nav-item.active::before {
  opacity: 1;
}
.page-intro .role-nav-item.active.huaiji .peo-avatar {
  width: 144px;
  height: 144px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") 0px -363px no-repeat;
}
.page-intro .role-nav-item.active.shanxiao .peo-avatar {
  width: 144px;
  height: 144px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") -290px -168px no-repeat;
}
.page-intro .role-nav-item.active.linxuzi .peo-avatar {
  width: 144px;
  height: 144px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") 0px -511px no-repeat;
}
.page-intro .role-nav-item .peo-avatar {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 9px;
}
.page-intro .role-nav-item .peo-avatar::before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: rgba(56, 58, 48, 0.3);
  position: absolute;
}
.page-intro .role-nav-item.huaiji .peo-avatar {
  width: 144px;
  height: 144px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") -148px -464px no-repeat;
}
.page-intro .role-nav-item.huaiji .peo-avatar:before {
  height: 84px;
  top: -90px;
}
.page-intro .role-nav-item.shanxiao .peo-avatar {
  width: 144px;
  height: 144px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") -290px -316px no-repeat;
}
.page-intro .role-nav-item.shanxiao .peo-avatar:before {
  height: 27px;
  top: -27px;
}
.page-intro .role-nav-item.linxuzi .peo-avatar {
  width: 144px;
  height: 144px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_intro.png") -296px -464px no-repeat;
}
.page-intro .role-nav-item.linxuzi .peo-avatar:before {
  height: 37px;
  top: -36px;
}
.page-intro .text-img.text-img-intro-linxuzi {
  width: 237px;
  height: 383px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_text.png") -266px 0px no-repeat;
  position: absolute;
  top: 200px;
  left: 46%;
}
.page-intro .text-img.text-img-intro-huaiji {
  width: 259px;
  height: 385px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_text.png") 0px -387px no-repeat;
  position: absolute;
  top: 200px;
  left: 45%;
}
.page-intro .text-img.text-img-intro-shanxiao {
  width: 262px;
  height: 383px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_text.png") 0px 0px no-repeat;
  position: absolute;
  top: 200px;
  left: 45%;
}
.page-feature.swiper-slide-active .feature-bg .cloud-left,
.page-feature.swiper-slide-active .feature-bg .cloud-right {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
}
.page-feature.swiper-slide-active .feature-con .line-vertical.line-vertical-top,
.page-feature.swiper-slide-active .feature-con .line-vertical.line-vertical-bottom {
  transition: all 0.2s;
  opacity: 1;
}
.page-feature.swiper-slide-active .feature-con .line-vertical.line-vertical-top::after,
.page-feature.swiper-slide-active .feature-con .line-vertical.line-vertical-bottom::after {
  transition: all 0.4s;
  transform: none;
}
.page-feature.swiper-slide-active .feature-con .center-con {
  transition: all 0.2s;
  opacity: 1;
}
.page-feature .feature-con .feature-swiper .swiper-slide-active {
  pointer-events: none !important;
}
.page-feature .feature-bg {
  height: 100%;
  position: relative;
  pointer-events: none;
}
.page-feature .feature-bg .cloud-left {
  width: 738px;
  height: 852px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") 0px 0px no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.page-feature .feature-bg .cloud-right {
  width: 493px;
  height: 969px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") 0px -856px no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.page-feature .feature-con {
  width: 100%;
  height: 100%;
}
.page-feature .feature-con .line-vertical.line-vertical-top {
  opacity: 0;
}
.page-feature .feature-con .line-vertical.line-vertical-top::after {
  height: calc(50vh - 365px - 93px);
  transform: scaleY(0);
}
.page-feature .feature-con .line-vertical.line-vertical-bottom {
  opacity: 0;
}
.page-feature .feature-con .line-vertical.line-vertical-bottom::after {
  height: calc(50vh - 365px - 110px);
  transform: scaleY(0);
}
.page-feature .feature-con .center-con {
  width: 1156px;
  height: 730px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.page-feature .feature-con .center-con::after,
.page-feature .feature-con .center-con::before {
  content: "";
  width: 42px;
  height: 158px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") 0px -1829px no-repeat;
  display: inline-block;
  position: absolute;
  top: 200px;
}
.page-feature .feature-con .center-con::before {
  left: -32px;
}
.page-feature .feature-con .center-con::after {
  right: -36px;
  transform: scale(-1);
}
.page-feature .feature-con .feature-swiper {
  overflow: hidden;
}
.page-feature .feature-con .feature-swiper .swiper-wrapper {
  transform-origin: top;
}
.page-feature .feature-con .feature-swiper .swiper-slide {
  width: 429px;
  height: 726px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") -742px 0px no-repeat;
  box-sizing: border-box;
  padding: 15px 21px 21px;
}
.page-feature .feature-con .feature-swiper img {
  border: 2px solid #5f5187;
  width: 100%;
}
.page-feature .feature-con .feature-swiper .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(56, 48, 53, 0.6);
  position: relative;
  top: -100%;
  left: 0;
  border: 1px solid rgba(56, 48, 53, 0.6);
}
.page-feature .feature-con .feature-swiper .swiper-slide-active .cover {
  opacity: 0;
}
.page-feature .feature-con .feature-swiper .swiper-slide {
  transform: scale(0.8);
  transform-origin: top;
}
.page-feature .feature-con .feature-swiper .swiper-slide-active {
  margin-top: 15px;
  transform: none;
  width: 432px;
  height: 731px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") -497px -856px no-repeat;
}
.page-feature .feature-con .feature-pagination {
  position: absolute;
  bottom: 0;
}
.page-feature .feature-con .feature-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #544638;
  opacity: 1;
}
.page-feature .feature-con .feature-pagination .swiper-pagination-bullet-active {
  background-color: #9d321d;
}
.page-feature .feature-con .feature-swiper-button-box {
  cursor: pointer;
  width: 624px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  top: -95px;
  z-index: 1;
}
.page-feature .feature-con .feature-swiper-button-box .feature-button:hover::after {
  opacity: 1;
}
.page-feature .feature-con .feature-swiper-button-box .feature-button::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(128, 116, 162, 0.2);
  border-radius: 50%;
  opacity: 0;
}
.page-feature .feature-con .feature-swiper-button-box .feature-button-prev {
  width: 87px;
  height: 71px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") -833px -730px no-repeat;
  float: left;
}
.page-feature .feature-con .feature-swiper-button-box .feature-button-next {
  width: 87px;
  height: 71px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_feature.png") -742px -730px no-repeat;
  float: right;
}
.footer-swiper .swiper-wrapper .footer-slide {
  height: 260px;
  background-color: #fff;
  width: 100%;
  pointer-events: auto;
}
#fullpage-swiper-button-box {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  height: 72px;
  width: 210px;
  overflow: visible;
  z-index: 20;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
#fullpage-swiper-button-box.active {
  opacity: 1;
  transition: all 0.3s;
}
#fullpage-swiper-button-box.active .swiper-button-prev span,
#fullpage-swiper-button-box.active .swiper-button-next span {
  opacity: 1;
}
#fullpage-swiper-button-box.active .swiper-button-prev .an-arrow .lineWrapper1,
#fullpage-swiper-button-box.active .swiper-button-next .an-arrow .lineWrapper1 {
  transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.1s;
}
#fullpage-swiper-button-box.active .swiper-button-prev .an-arrow .lineWrapper2 .line2,
#fullpage-swiper-button-box.active .swiper-button-next .an-arrow .lineWrapper2 .line2 {
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.4s;
}
#fullpage-swiper-button-box.active .swiper-button-prev .an-arrow .lineWrapper3 .line3,
#fullpage-swiper-button-box.active .swiper-button-next .an-arrow .lineWrapper3 .line3 {
  transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.4s;
}
#fullpage-swiper-button-box.active .swiper-button-prev .an-arrow .lineWrapper1,
#fullpage-swiper-button-box.active .swiper-button-next .an-arrow .lineWrapper1,
#fullpage-swiper-button-box.active .swiper-button-prev .an-arrow .lineWrapper2 .line2,
#fullpage-swiper-button-box.active .swiper-button-next .an-arrow .lineWrapper2 .line2,
#fullpage-swiper-button-box.active .swiper-button-prev .an-arrow .lineWrapper3 .line3,
#fullpage-swiper-button-box.active .swiper-button-next .an-arrow .lineWrapper3 .line3 {
  transform: none;
}
#fullpage-swiper-button-box .swiper-button-prev,
#fullpage-swiper-button-box .swiper-button-next {
  top: 40px;
  margin: 0;
}
#fullpage-swiper-button-box .swiper-button-prev span,
#fullpage-swiper-button-box .swiper-button-next span {
  color: #63627b;
  font-size: 17px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.3s;
}
#fullpage-swiper-button-box .swiper-button-prev:after,
#fullpage-swiper-button-box .swiper-button-next:after {
  content: "";
}
#fullpage-swiper-button-box .swiper-button-prev .an-arrow,
#fullpage-swiper-button-box .swiper-button-next .an-arrow {
  width: 100%;
  height: 100%;
}
#fullpage-swiper-button-box .swiper-button-prev .an-arrow .lineWrapper1,
#fullpage-swiper-button-box .swiper-button-next .an-arrow .lineWrapper1 {
  width: 24px;
  height: 2px;
  background: #63627b;
  top: 34px;
  transform: scaleX(0);
  position: absolute;
}
#fullpage-swiper-button-box .swiper-button-prev .an-arrow .lineWrapper2,
#fullpage-swiper-button-box .swiper-button-next .an-arrow .lineWrapper2 {
  width: 2px;
  height: 17px;
  top: 21px;
  position: absolute;
}
#fullpage-swiper-button-box .swiper-button-prev .an-arrow .lineWrapper2 .line2,
#fullpage-swiper-button-box .swiper-button-next .an-arrow .lineWrapper2 .line2 {
  width: 100%;
  height: 100%;
  background: #63627b;
  transform: scaleY(0);
  transform-origin: bottom;
}
#fullpage-swiper-button-box .swiper-button-prev .an-arrow .lineWrapper3,
#fullpage-swiper-button-box .swiper-button-next .an-arrow .lineWrapper3 {
  width: 2px;
  height: 12px;
  top: 37px;
  position: absolute;
}
#fullpage-swiper-button-box .swiper-button-prev .an-arrow .lineWrapper3 .line3,
#fullpage-swiper-button-box .swiper-button-next .an-arrow .lineWrapper3 .line3 {
  width: 100%;
  height: 100%;
  background: #63627b;
  transform: scaleY(0);
  transform-origin: top;
}
#fullpage-swiper-button-box .swiper-button-prev {
  width: 95px;
  height: 72px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -397px -66px no-repeat;
}
#fullpage-swiper-button-box .swiper-button-prev span {
  left: -100px;
  white-space: nowrap;
}
#fullpage-swiper-button-box .swiper-button-prev .lineWrapper1 {
  right: 26px;
}
#fullpage-swiper-button-box .swiper-button-prev .lineWrapper2 {
  transform: rotate(45deg);
  right: 43px;
}
#fullpage-swiper-button-box .swiper-button-prev .lineWrapper3 {
  transform: rotate(-45deg);
  right: 40px;
}
#fullpage-swiper-button-box .swiper-button-next {
  width: 95px;
  height: 72px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -298px -66px no-repeat;
}
#fullpage-swiper-button-box .swiper-button-next span {
  right: -60px;
  white-space: nowrap;
}
#fullpage-swiper-button-box .swiper-button-next .lineWrapper1 {
  left: 26px;
}
#fullpage-swiper-button-box .swiper-button-next .lineWrapper2 {
  transform: rotate(-45deg);
  left: 43px;
}
#fullpage-swiper-button-box .swiper-button-next .lineWrapper3 {
  transform: rotate(45deg);
  left: 40px;
}
.mouse-tips {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  width: 174px;
  height: 62px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -298px 0px no-repeat;
}
.mouse-tips::after,
.mouse-tips::before {
  position: absolute;
  top: 12px;
}
.mouse-tips::before {
  content: "";
  right: -20px;
  width: 8px;
  height: 12px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -232px -107px no-repeat;
  animation: moveLeft 2s linear infinite both alternate;
}
.mouse-tips::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -220px -107px no-repeat;
  animation: moveRight 2s linear infinite both alternate;
  left: -20px;
}
.mouse-tips i {
  display: inline-block;
  width: 174px;
  height: 62px;
  background: url("https://image.gaeamobile.net/image/20220930/182534/sp_common.png") -298px 0px no-repeat;
}
.double-arrow {
  display: inline-block;
  width: 14px;
  margin: 0 12px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #8074a2;
  position: relative;
}
.double-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #8074a2;
}
.cur-page-top {
  position: absolute;
  top: 0px;
  left: 35px;
  padding-top: 50px;
}
.cur-page-top:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 180px;
  background-color: #8074a2;
  position: absolute;
  top: 0px;
  left: 5px;
  transform: scaleY(0);
  transform-origin: top;
}
.cur-page-top:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -110px;
  left: -3px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #8074a2;
  transform: scaleY(0);
  transform-origin: top;
}
.cur-page-top p {
  font-size: 19px;
  position: relative;
  padding-left: 20px;
  color: #8074a2;
  opacity: 0;
}
.cur-page-top p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8074a2;
  top: 50%;
  left: 00px;
  margin-top: -6px;
}
.cur-page-bottom {
  position: absolute;
  top: 60px;
  right: 30px;
  color: #8074a2;
  font-size: 17px;
}
.commingson {
  opacity: 0;
  position: absolute;
  right: -60px;
  top: 0;
  transition: all 0.3s;
}
.commingson .arrow {
  position: relative;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -10px;
  width: auto;
  height: auto;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.58);
}
.commingson .inner {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  color: #d7cfb7;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
.line-vertical {
  display: inline-block;
  position: absolute;
  margin-left: -6px;
}
.line-vertical:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 500px;
  background-color: rgba(128, 116, 162, 0.3);
  margin: -4px 0;
  transform-origin: top;
  position: absolute;
}
.line-vertical.line-vertical-top {
  top: -20px;
  transform-origin: top;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #8276a3;
}
.line-vertical.line-vertical-top::after {
  transform-origin: bottom;
  bottom: 0;
}
.line-vertical.line-vertical-bottom {
  bottom: -20px;
  transform-origin: bottom;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #8276a3;
}
.line-vertical.line-vertical-bottom::after {
  top: 0;
}

