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: 1363px;
}
.page-container .page-title img {
  width: 100%;
}
.page-top {
  position: relative;
  background: url(../img/bg_01.jpg) no-repeat top center;
  height: 100%;
}
.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;
}
.download-container {
  position: absolute;
  left: 50%;
  bottom: 6.6vw;
  display: flex;
  transform: translateX(-50%);
  margin: 0;
  width: 877px;
  height: 214px;
  background: url(../img/download_bg.png) no-repeat top center;
}
.download-container .top-logo {
  padding: 10px;
  width: 348px;
  height: 189px;
  margin-right: 54px;
}
.camp-banner {
  margin-top: -1px;
  background: url(../img/bg_02.jpg) no-repeat top center;
  height: 1080px;
}
.camp-banner .page-title {
  padding-top: 3.2vw;
}
.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 {
  padding-top: 120px;
  background: url(../img/bg_03.jpg) no-repeat top center;
  height: 880px;
  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-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: 22px;
  left: 12px;
  width: 855px;
  height: 474px;
  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: -6.5px;
  left: -5px;
  width: 898px;
  height: 536px;
  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;
}
.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;
}
.camp-main {
  padding-top: 30px;
  text-align: center;
}
.camp-main .camp-select {
  position: relative;
  width: 749px;
  height: 94px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.camp-main .camp-select img {
  position: absolute;
  top: 0;
  left: 0;
}
.camp-main .camp-select a {
  position: relative;
  width: 85px;
  height: 94px;
  z-index: 2;
}
.share-container {
  height: 360px;
  background: url(../img/bg_04.jpg) no-repeat top center;
  display: flex;
  justify-content: center;
}
.download-box {
  padding: 20px 17px 19px 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.download-box img {
  width: 100%;
}
.download-box .download-icon {
  width: 176px;
  height: 176px;
}
.download-box .download-btn {
  margin-left: 30px;
  padding: 0.3125vw 0;
}
.download-box .download-btn a {
  display: block;
  width: 12.1875vw;
}
.download-box .download-btn a:first-child {
  margin-bottom: 1.15vw;
}
.footer-box {
  padding-top: 56px;
}
.footer-box .footer-btn {
  display: block;
  padding-left: 70px;
  width: 295px;
  height: 70px;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  margin-bottom: 23px;
}
.footer-box .facebook_btn {
  background: url(../img/footer_facebook.png) no-repeat center center;
}
.footer-box .discord_btn {
  background: url(../img/footer_discord.png) no-repeat center center;
}
.footer-box .footer-link {
  display: block;
  margin: 40px auto 0;
  width: 217px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  padding-bottom: 12px;
  background: url(../img/footer_line.png) no-repeat bottom center;
}
.contact-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 500px;
  background: url(../img/dialog_bg.png) no-repeat top center;
  z-index: 99;
}
.contact-dialog .dialog-close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 41px;
  height: 42px;
  background: url(../img/dialog_close.png) no-repeat top center;
  cursor: pointer;
}
.contact-dialog .dialog-content {
  padding-top: 220px;
  text-align: center;
  font-family: 'ADOBE';
}
.contact-dialog .dialog-content p {
  font-size: 40px;
  color: #333;
}
.contact-dialog .dialog-content a {
  margin-top: 96px;
  display: inline-block;
  width: 550px;
  height: 80px;
  line-height: 80px;
  background: url(../img/dialog_btn.png) no-repeat top center;
  font-size: 30px;
  color: #FFF;
}
@keyframes arrowFloat {
  0% {
    transform: translate(-53.6%, 0%);
  }
  100% {
    transform: translate(-53.6%, 12px);
  }
}
