html,
body {
  min-width: 1460px;
}
.page-swiper .main-slide {
  height: 100vh;
}
.page-swiper .footer-slide {
  height: 360px;
}
.page-container {
  max-width: 1920px;
  margin: 0 auto;
}
.page-container .page-title {
  margin: 0 auto;
  text-align: center;
  width: 1195px;
}
.page-container .page-title img {
  width: 100%;
}
.page-top {
  position: relative;
  background: url(../img/bg_01.jpg) no-repeat top center;
  height: 1080px;
  overflow: hidden;
}
.page-top .top-arrow {
  position: absolute;
  width: 6.46vw;
  bottom: 1.1vw;
  left: 50%;
  transform: translateX(-53.6%);
  animation: arrowFloat 1.2s ease-in-out alternate infinite;
}
.page-top .top-logo {
  display: block;
  margin: 137px auto 0;
  width: 286px;
  height: 156px;
}
.download-container {
  position: absolute;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
}
.camp-banner {
  background: url(../img/bg_02.jpg) no-repeat top center;
  height: 1080px;
}
.camp-banner .page-title {
  padding-top: 80px;
}
.camp-banner .camp-wrapper {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  width: 1099px;
  height: 655px;
}
.camp-banner .camp-wrapper .camp-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/camp_img_border.png) no-repeat top center;
  z-index: 1;
}
.camp-banner .camp-wrapper .camp-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
}
.camp-banner .camp-wrapper .camp-arrow .role-arrow-left {
  position: absolute;
  top: -57px;
  right: 600px;
  cursor: pointer;
}
.camp-banner .camp-wrapper .camp-arrow .role-arrow-right {
  position: absolute;
  top: -57px;
  left: 600px;
  cursor: pointer;
}
.camp-banner .camp-wrapper .camp-pagination {
  margin: 64px auto 0;
  height: 7px;
  width: 306px;
  background: url(../img/camp_pagination.png) no-repeat 0 5px, url(../img/camp_pagination.png) no-repeat 45px 5px, url(../img/camp_pagination.png) no-repeat 90px 5px, url(../img/camp_pagination.png) no-repeat 135px 5px, url(../img/camp_pagination.png) no-repeat 180px 5px, url(../img/camp_pagination.png) no-repeat 225px 5px, url(../img/camp_pagination.png) no-repeat 270px 5px;
}
.camp-banner .camp-wrapper .camp-pagination .swiper-pagination-bullet {
  margin-right: 9px;
  margin-left: 0;
  width: 36px;
  height: 7px;
  border-radius: 0;
  vertical-align: top;
  background-color: transparent;
  opacity: 1;
}
.camp-banner .camp-wrapper .camp-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.camp-banner .camp-wrapper .camp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/camp_pagination_selected.png) no-repeat center bottom;
}
.camp-banner .camp-wrapper .camp-swiper {
  position: relative;
  padding-top: 31px;
  width: 1042px;
  height: 590px;
}
.camp-banner .camp-wrapper .camp-swiper .camp-img {
  display: block;
  width: 100%;
  height: 100%;
}
.camp-banner .camp-wrapper .camp-swiper .camp-info {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 278px;
  height: 442px;
}
.game-banner {
  background: url(../img/bg_03.jpg) no-repeat bottom center;
  height: 1080px;
  position: relative;
}
.game-banner .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: url(../img/footer_bg.png) no-repeat center -166px;
  font-family: 'ADOBE';
}
.game-banner .footer .footer-link {
  padding-left: 32px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
}
.game-banner .footer .footer-link a {
  color: #FFF;
  margin-right: 92px;
}
.game-banner .footer .footer-link a:last-child {
  margin-right: 0;
}
.game-banner .footer .footer-info {
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.game-banner .feature-arrow-box {
  position: absolute;
  top: 545px;
  left: 50%;
  z-index: 10;
}
.game-banner .feature-arrow-box a {
  position: absolute;
}
.game-banner .feature-arrow-box .feature-arrow-left {
  right: 575px;
}
.game-banner .feature-arrow-box .feature-arrow-right {
  left: 575px;
}
.game-main {
  padding-top: 55px;
}
.game-main .game-wapper {
  position: relative;
  margin: 0 auto;
  width: 898px;
  height: 536px;
  padding: 6px 5px;
}
.game-main .game-wapper .game-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  width: 898px;
  height: 536px;
}
.game-main .game-wapper .game-item .game-bg {
  position: absolute;
  top: 23px;
  left: 14px;
  width: 849px;
  height: 470px;
  background: url(../img/game_bg_2.png) no-repeat top center / 100% 100%;
  z-index: 1;
}
.game-main .game-wapper .game-item img {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 849px;
  height: 470px;
}
.game-main .game-wapper .game-item.current-item {
  transform: translateX(0) scale(1);
  z-index: 2;
  opacity: 1;
}
.game-main .game-wapper .game-item.current-item .game-bg {
  top: 12px;
  left: 5px;
  width: 869px;
  height: 492px;
  background: url(../img/game_bg.png) no-repeat top center;
}
.game-main .game-wapper .game-item.next-item {
  transform: translateX(20%) scale(0.815);
  z-index: 1;
  opacity: 1;
}
.game-main .game-wapper .game-item.prev-item {
  transform: translateX(-20%) scale(0.815);
  z-index: 1;
  opacity: 1;
}
.game-main .game-wapper .game-item.next-next {
  transform: translateX(20%) scale(0.815);
  z-index: 0;
  opacity: 0;
}
.game-main .game-wapper .game-item.prev-next {
  transform: translateX(-20%) scale(0.815);
  z-index: 0;
  opacity: 0;
}
.game-main .game-wapper .game-arrow a {
  position: absolute;
  top: 190px;
}
.game-main .game-wapper .game-arrow .arrow-left {
  left: -260px;
}
.game-main .game-wapper .game-arrow .arrow-right {
  right: -260px;
}
.swiper-pagination {
  position: unset;
  margin-top: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 9px;
  width: 50px;
  height: 49px;
  background: url(../img/game_nav.png) no-repeat center center / 41px 40px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/game_nav_active.png) no-repeat center center / cover;
}
.game-pagination {
  display: flex;
  justify-content: center;
  margin: 34px auto 0;
  height: 7px;
  width: 261px;
  background: url(../img/camp_pagination.png) no-repeat 0 5px, url(../img/camp_pagination.png) no-repeat 45px 5px, url(../img/camp_pagination.png) no-repeat 90px 5px, url(../img/camp_pagination.png) no-repeat 135px 5px, url(../img/camp_pagination.png) no-repeat 180px 5px, url(../img/camp_pagination.png) no-repeat 225px 5px;
}
.game-pagination .game-pagination-item {
  margin-right: 9px;
  margin-left: 0;
  width: 36px;
  height: 7px;
  border-radius: 0;
  vertical-align: top;
  background-color: transparent;
  cursor: pointer;
}
.game-pagination .game-pagination-item:last-child {
  margin-right: 0;
}
.game-pagination .game-pagination-item.active {
  background: url(../img/camp_pagination_selected.png) no-repeat center bottom;
}
.share-container {
  height: 430px;
  background: url(../img/bg_04.jpg) no-repeat top center;
}
.download-box {
  display: flex;
  width: 645px;
  height: 259px;
  background: url(../img/download_bg.png) no-repeat center center;
}
.download-box img {
  width: 100%;
}
.download-box .download-icon {
  padding-left: 88px;
  padding-top: 38px;
  width: 180px;
  height: 180px;
}
.download-box .download-btn {
  padding-left: 53px;
  padding-top: 43px;
}
.download-box .download-btn a {
  padding-top: 2px;
  margin: 0 auto;
  display: block;
  width: 238px;
}
.download-box .download-btn a:first-child {
  margin-bottom: 18px;
}
.footer-box {
  display: flex;
  padding-top: 95px;
  text-align: center;
  justify-content: center;
}
.footer-box .footer-btn {
  display: block;
  margin-right: 55px;
  width: 375px;
  height: 88px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.footer-box .footer-link {
  margin-top: 10px;
  display: block;
  height: 54px;
  width: 223px;
  background: url(../img/footer_link.png) no-repeat bottom center;
}
.footer-limit {
  margin-top: 53px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
}
.footer-limit img {
  margin-top: 14px;
  margin-right: 27px;
  width: 125px;
  height: 125px;
}
.footer-right {
  margin-top: 55px;
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.camp-nav {
  display: flex;
  justify-content: space-between;
  margin: -40px auto 0;
  padding: 45px 20px 0;
  width: 690px;
  height: 125px;
  background: url(../img/nav_bg.png) no-repeat center center, url(../img/nav_line.png) no-repeat 18px 94px;
}
.camp-list {
  display: flex;
  margin-top: 5px;
  justify-content: center;
}
.camp-list .camp-item {
  width: 343px;
}
.camp-list .camp-item img {
  display: block;
  width: 100%;
}
.camp-list .camp-item:nth-child(1) {
  padding-top: 10px;
  margin-right: 5px;
}
.camp-list .camp-item:nth-child(2) {
  padding-top: 5px;
  margin-right: 5px;
}
.camp-list .camp-item:nth-child(3) {
  padding-top: 14px;
  margin-right: 5px;
}
.feature-swiper {
  margin-top: 2px;
}
.feature-swiper .swiper-slide {
  position: relative;
  width: 402px;
  height: 752px;
}
.feature-swiper .swiper-slide img {
  position: absolute;
  top: 37px;
  left: 13px;
  width: 377px;
  height: 681px;
  z-index: 1;
}
.feature-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 8px;
  width: 386px;
  height: 688px;
  background: url(../img/game_bg_2.png) no-repeat top center / cover;
}
.feature-swiper .swiper-slide.swiper-slide-active::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/game_bg.png) no-repeat top center / cover;
}
.feature-swiper .swiper-slide-active::after {
  background-color: transparent;
}
@keyframes arrowFloat {
  0% {
    transform: translate(-53.6%, 0%);
  }
  100% {
    transform: translate(-53.6%, 12px);
  }
}
