#app {
  font-size: 14px;
}
#app .app-container .aside-nav {
  width: 40px;
  height: 160px;
  position: fixed;
  top: 50%;
  right: 50px;
  margin-top: -80px;
  z-index: 1000;
}
#app .app-container .aside-nav .aside-nav-btn {
  display: block;
  width: 40px;
  height: 40px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/aside-nav.png");
  background-size: 80px;
  margin: 10px 0;
  border-radius: 50%;
}
#app .app-container .aside-nav .aside-nav-btn:hover {
  background-color: #ecbf2d;
}
#app .app-container .aside-nav .to-facebook {
  background-position: -17px -14px;
}
#app .app-container .aside-nav .to-discord {
  background-position: -19px -70px;
}
#app .app-container .aside-nav .to-top {
  background-position: -19px -123px;
}
#app .app-container .page {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  overflow: hidden;
}
#app .app-container .page .page-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
#app .app-container .page1 img.page-bg {
  display: none;
}
#app .app-container .page1 .btn-play {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/btn-play.png") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#app .app-container .page1 .logo {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  bottom: 12%;
  margin-left: -125px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/logo.png") center center no-repeat;
  background-size: 100%;
}
#app .app-container .page2 {
  padding-bottom: 100px;
}
#app .app-container .page2 .article-box {
  width: 70%;
  max-width: 1200px;
  margin: 250px auto 100px;
}
#app .app-container .page2 .article-box .article-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  text-shadow: 0px 2px 10px #000;
}
#app .app-container .page2 .article-box .article-cont {
  text-align: justify;
  text-align-last: center;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
#app .app-container .page2 .btn-group {
  text-align: center;
}
#app .app-container .page2 .btn-group a {
  display: inline-block;
  width: 176px;
  height: 52px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page2-btn-bg.png") no-repeat;
  background-size: auto 50px;
}
#app .app-container .page2 .btn-group .btn-google {
  background-position: 2px 1px;
  margin-right: 30px;
}
#app .app-container .page2 .btn-group .btn-apple {
  background-position: -215px 1px;
}
#app .app-container .page3 {
  height: auto;
  margin-top: -200px;
}
#app .app-container .page3 .page-bg {
  height: auto;
  position: static;
}
#app .app-container .page3 .page3-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15%;
}
#app .app-container .page3 .page3-container .page3-fog {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all linear 1s;
  opacity: 1;
}
#app .app-container .page3 .page3-container .text {
  max-width: 750px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 100px;
  text-shadow: 0px 2px 10px #000;
}
#app .app-container .page3 .page3-container .static-dragon-box {
  width: 100%;
  height: 30%;
  z-index: 50;
  position: absolute;
  top: 10%;
}
#app .app-container .page3 .page3-container .static-dragon-box .left1 {
  width: 35%;
  position: absolute;
  right: 52%;
  top: 35%;
}
#app .app-container .page3 .page3-container .static-dragon-box .right1 {
  width: 45%;
  position: absolute;
  left: 41%;
  top: 10px;
}
#app .app-container .page3 .page3-container .bg-tree-left {
  width: 10%;
  position: absolute;
  left: 0;
  top: 35%;
}
#app .app-container .page3 .page3-container .bg-tree-right {
  width: 30%;
  position: absolute;
  right: 0;
  top: 30%;
}
#app .app-container .page3 .page3-container .cloud {
  transition: all linear 1s;
}
#app .app-container .page3 .page3-container .cloud1 {
  position: absolute;
  left: 0;
  top: 20%;
  width: 73%;
  z-index: 20;
}
#app .app-container .page3 .page3-container .cloud2 {
  position: absolute;
  right: 0;
  top: 31%;
  width: 35%;
}
#app .app-container .page3 .page3-container .cloud3 {
  position: absolute;
  right: 5%;
  top: 45%;
  width: 65%;
  z-index: 10;
}
#app .app-container .page3 .page3-container .dragon-egg {
  position: absolute;
  left: 44%;
  top: 39%;
  width: 8%;
  opacity: 0;
  transition: all linear 1s;
}
#app .app-container .page3 .page3-container .dragon-grow-box {
  width: 100%;
  height: 25%;
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow {
  position: absolute;
  opacity: 0;
}
#app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow1 {
  width: 12%;
  left: 40%;
  top: 6%;
}
#app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow2 {
  width: 24%;
  left: 31%;
  top: 3%;
}
#app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow3 {
  width: 50%;
  left: 10%;
  top: 10%;
}
#app .app-container .page4 {
  min-height: 220px;
}
#app .app-container .page4 .swiper-box {
  position: relative;
  height: 800px;
  margin: 0 50px;
}
#app .app-container .page4 .swiper-box .swiper-container {
  width: 100%;
  height: 100%;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box {
  width: 100%;
  height: 100%;
  display: none;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d {
  position: absolute;
  right: 50%;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d img {
  width: 80%;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow {
  z-index: -10;
  position: absolute;
  width: 97%;
  left: -4%;
  top: 12%;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow3 {
  left: 1%;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow4 {
  width: 85%;
  left: 7%;
  top: 21%;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p {
  position: absolute;
  left: 46%;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-title {
  width: 90%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 0px 2px 10px #000;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-border {
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-border .right-border-cont {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-border .right-border-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide-active .swiper-slide-box {
  display: block;
}
#app .app-container .page4 .swiper-box .swiper-pagination {
  width: 200px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 15%;
  bottom: 18%;
}
#app .app-container .page4 .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #fff;
  opacity: 0.8;
  outline: none;
  border: 1px solid #864F2A;
}
#app .app-container .page4 .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #864F2A;
}
#app .app-container .page4 .swiper-box .swiper-button-prev,
#app .app-container .page4 .swiper-box .swiper-button-next {
  width: 64px;
  height: 47px;
  outline: none;
  border-radius: 50%;
}
#app .app-container .page4 .swiper-box .swiper-button-prev {
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page4-btn-prev.png") center center no-repeat;
  background-size: 100%;
  left: 5%;
}
#app .app-container .page4 .swiper-box .swiper-button-next {
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page4-btn-next.png") center center no-repeat;
  background-size: 100%;
  right: 5%;
}

@media screen and (max-width: 768px) {
  #app {
    font-size: 12px;
  }
  #app .app-container .aside-nav {
    top: 30%;
    right: 10px;
  }
  #app .app-container .page1 img.page-bg {
    display: unset;
  }
  #app .app-container .page1 video.page-bg {
    display: none;
  }
  #app .app-container .page1 .btn-play {
    width: calc(100vw * 0.12);
    height: calc(100vw * 0.12);
    margin-left: calc(-100vw * 0.06);
    margin-top: calc(-100vw * 0.06);
  }
  #app .app-container .page1 .logo {
    display: none;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  #app .app-container .page2 .article-box {
    margin: 50px auto 20px;
  }
  #app .app-container .page2 .article-box .article-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #app .app-container .page2 .article-box .article-cont {
    font-size: 12px;
  }
  #app .app-container .page2 .btn-group a {
    width: 107px;
    height: 33px;
    background-size: auto 30px;
  }
  #app .app-container .page2 .btn-group .btn-google {
    margin-right: 20px;
  }
  #app .app-container .page2 .btn-group .btn-apple {
    background-position: -128px 1px;
  }
  #app .app-container .page3 {
    margin-top: -100px;
  }
  #app .app-container .page3 .page3-container .text {
    max-width: 70%;
    font-size: 14px;
  }
  #app .app-container .page3 .page3-container .static-dragon-box {
    height: 30%;
  }
  #app .app-container .page3 .page3-container .static-dragon-box .left1 {
    width: 55%;
    right: 45%;
    top: 35%;
  }
  #app .app-container .page3 .page3-container .static-dragon-box .right1 {
    width: 70%;
    left: 25%;
    top: -20px;
  }
  #app .app-container .page3 .page3-container .bg-tree-right {
    top: 38%;
  }
  #app .app-container .page3 .page3-container .cloud1 {
    width: 155%;
    left: -70%;
    top: 17%;
  }
  #app .app-container .page3 .page3-container .cloud2 {
    width: 55%;
    top: 19%;
  }
  #app .app-container .page3 .page3-container .cloud3 {
    width: 155%;
    top: 31%;
    right: -35%;
  }
  #app .app-container .page3 .page3-container .dragon-egg {
    top: 35%;
    width: 12%;
  }
  #app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow1 {
    width: 22%;
    left: 39%;
  }
  #app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow2 {
    width: 35%;
    left: 31%;
    top: 16%;
  }
  #app .app-container .page3 .page3-container .dragon-grow-box .dragon-grow3 {
    width: 70%;
    top: 40%;
  }
  #app .app-container .page4 {
    margin-top: -400px;
    margin-bottom: 50px;
  }
  #app .app-container .page4 .swiper-box {
    margin: 0;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d {
    right: 65%;
    width: 30%;
    padding-top: 40px;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d img {
    width: 100%;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow {
    top: 32%;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow2 {
    width: 115%;
    left: -10%;
    top: 25%;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow3 {
    width: 120%;
    left: -11%;
    top: 24%;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .left-d .shadow4 {
    width: 100%;
    left: 0%;
    top: 32%;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p {
    left: 35%;
    width: 55%;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-title {
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-border {
    padding: 3px;
  }
  #app .app-container .page4 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-box .right-p .right-border .right-border-cont {
    padding: 3px;
  }
  #app .app-container .page4 .swiper-box .swiper-pagination {
    width: 100px;
    height: 20px;
    line-height: 20px;
    right: 8%;
    bottom: 0%;
  }
  #app .app-container .page4 .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #app .app-container .page4 .swiper-box .swiper-button-prev,
#app .app-container .page4 .swiper-box .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  #app .app-container .page4 .swiper-box .swiper-button-prev {
    left: 5px;
  }
  #app .app-container .page4 .swiper-box .swiper-button-next {
    right: 5px;
  }
}
@media screen and (max-width: 414px) {
  #app .app-container .page4 {
    margin-top: -200px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=index.css.map */
