html,
body {
  min-width: 1460px;
}
.page-container {
  max-width: 1920px;
  margin: 0 auto;
}
.page-container .page-title {
  text-align: center;
}
.page-top {
  background: url(../img/bg_01.jpg) no-repeat top center;
  height: 1080px;
}
.video-box {
  background: url(../img/bg_05.png) no-repeat top center;
  height: 949px;
}
.video-box .video-border {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  width: 1280px;
  height: 720px;
  border: 6px solid #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.video-box .video-border video {
  width: 100%;
  height: 100%;
}
.video-box .video-border .video-btn-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-box .video-border .video-btn-wrapper .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 175px;
  height: 175px;
  z-index: 1;
  cursor: pointer;
  background: url(../img/video_play.png) no-repeat center / cover;
}
.camp-banner {
  background: url(../img/bg_02.jpg) no-repeat top center;
  height: 1080px;
}
.game-banner {
  background: url(../img/bg_03.png) no-repeat top center;
  height: 1080px;
  position: relative;
}
.game-banner .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  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: 849px;
  height: 470px;
  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: 859px;
  height: 483px;
}
.game-main .game-wapper .game-item .game-bg {
  position: absolute;
  top: -6.5px;
  left: -5px;
  width: 859px;
  height: 483px;
  background: url(../img/game_bg.png) no-repeat top center;
  display: none;
}
.game-main .game-wapper .game-item img {
  position: absolute;
}
.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 {
  display: block;
}
.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;
}
.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;
}
.camp-main .camp-list .camp-item {
  position: relative;
  width: 780px;
  margin: 0 auto;
  display: none;
}
.camp-main .camp-list .camp-item.current-item {
  display: block;
}
.camp-main .camp-list .camp-item img {
  display: block;
}
.camp-main .camp-list .camp-item .camp-radar {
  position: absolute;
  right: -340px;
  top: -90px;
}
.camp-main .camp-list .camp-item .camp-banner-img {
  position: relative;
  width: 777px;
  height: 448px;
}
.camp-main .camp-list .camp-item .camp-role-info {
  position: relative;
  margin-top: 35px;
  transition: all 0.5s;
  transform: translateY(50px);
  opacity: 0;
}
.camp-main .camp-list .camp-item .camp-role-info.show-transition {
  transform: translateY(0);
  opacity: 1;
}
.camp-main .camp-list .camp-item .camp-role {
  position: absolute;
  left: -426px;
  top: -137px;
  transition: all 0.5s;
  transform: translateX(-100px);
  opacity: 0;
}
.camp-main .camp-list .camp-item .camp-role.show-transition {
  transform: translateX(0);
  opacity: 1;
}
.camp-main .camp-list .camp-item .camp-logo {
  position: absolute;
  right: 30px;
  top: 470px;
}
.share-container {
  height: 54px;
  padding-top: 40px;
  background: url(../img/bg_04.jpg) no-repeat top center;
  display: flex;
  justify-content: center;
}
.share-container a:not(:last-child) {
  margin-right: 80px;
}
.download-container {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 9;
}
.download-container .download-btn {
  padding-top: 12px;
  width: 185px;
  height: 319px;
  background: url(../img/download_bg.png) center / cover;
}
.download-container .download-btn a {
  display: block;
  margin: 0 auto;
  width: 175px;
}
.download-container .download-btn a:not(:last-child) {
  margin-bottom: 12px;
}
.download-container .download-btn a .active {
  display: none;
}
.download-container .download-btn a:hover img {
  display: none;
}
.download-container .download-btn a:hover .active {
  display: block;
}
.download-container .download-btn a img {
  display: block;
  width: 100%;
}
.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;
}
