* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

[v-cloak] {
  display: none !important;
}

.top-nav-box {
  width: 100%;
  height: 80px;
  padding: 5px 40px;
  background: linear-gradient(to bottom, #866451, rgba(182, 155, 138, 0.1));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  line-height: 100%;
  font-size: 20px;
}
.top-nav-box a {
  color: #fff;
  margin: 0 20px;
}
.top-nav-box .to-bekko {
  display: inline-block;
  width: 100px;
  height: 100%;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/logo-bekko.png") center center no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.top-nav-box .vertical-line {
  display: inline-block;
  height: 50px;
  margin: 0 15px;
  border-right: 2px solid #fff;
  vertical-align: middle;
}
.top-nav-box .lang-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 200px;
  height: 100%;
  line-height: 80px;
  padding: 0 10px;
  display: none;
}
.top-nav-box .lang-menu .active-txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-nav-box .lang-menu .lang-list {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 80px;
  left: -10px;
  display: none;
  background: rgba(103, 95, 95, 0.4);
}
.top-nav-box .lang-menu .lang-list .lang-item {
  height: 40px;
  line-height: 30px;
  padding: 5px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.top-nav-box .lang-menu .lang-list .lang-item:hover {
  background-color: #85502F;
}
.top-nav-box .lang-menu .lang-list .lang-item:hover::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}
.top-nav-box .lang-menu .lang-list .active {
  background-color: #85502F;
}
.top-nav-box .lang-menu .lang-list .active::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}
.top-nav-box .lang-menu:hover .lang-list {
  display: block;
}

.page5 {
  height: auto;
  padding: 200px 10% 30px;
  text-align: center;
  color: #fff;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page5-bg.png") center center no-repeat;
  background-size: auto 100%;
}
.page5 .footer-title {
  font-size: 20px;
  font-weight: bold;
}
.page5 .btn-group {
  margin-top: 50px;
  text-align: center;
}
.page5 .btn-group a {
  display: inline-block;
  width: 142px;
  height: 42px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page2-btn-bg.png") no-repeat;
  background-size: auto 40px;
  margin: 0 30px;
}
.page5 .btn-group .btn-google {
  background-position: 2px 1px;
}
.page5 .btn-group .btn-apple {
  background-position: -171px 1px;
}
.page5 .h-line {
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}
.page5 .footer-bottom {
  height: 90px;
  padding: 0 15px;
  position: relative;
}
.page5 .footer-bottom .left-link {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page5 .footer-bottom .left-link .logo {
  display: inline-block;
  width: 90px;
  height: 100%;
}
.page5 .footer-bottom .left-link .to-bekko {
  margin-right: 15px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/logo-bekko.png") center center no-repeat;
  background-size: 100%;
}
.page5 .footer-bottom .left-link .go-top {
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page5-logo.png") center center no-repeat;
  background-size: 100%;
}
.page5 .footer-bottom .center-link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page5 .footer-bottom .center-link a {
  color: #A4A1A1;
  font-weight: bold;
  margin: 0 20px;
}
.page5 .footer-bottom .center-link a:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}
.page5 .footer-bottom .right-link {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.page5 .footer-bottom .right-link a {
  display: inline-block;
  width: 37px;
  height: 38px;
  background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/page5-btn-link.png");
  background-size: 110px;
  margin: 0 10px;
  border-radius: 5px;
}
.page5 .footer-bottom .right-link a:hover {
  background-color: #d6cdcd;
  box-shadow: 0 0 10px white;
}
.page5 .footer-bottom .right-link .to-facebook {
  background-position: -11px -10px;
}
.page5 .footer-bottom .right-link .to-discord {
  background-position: -62px -10px;
}

@media screen and (max-width: 768px) {
  .top-nav-box {
    padding: 5px 10px;
    height: 50px;
    font-size: 12px;
  }
  .top-nav-box a {
    margin: 0 10px 0 0;
  }
  .top-nav-box .to-bekko {
    width: 40px;
    margin-right: 0;
    background: url("https://games-hw-web.jedi-games.com/gw/games/dragon/image/logo-bekko1.png") center center no-repeat;
    background-size: auto 100%;
  }
  .top-nav-box .vertical-line {
    height: 20px;
    margin: 0 5px;
  }
  .top-nav-box .lang-menu {
    width: 70px;
    height: 16px;
    line-height: 16px;
    right: 10px;
    top: 15px;
    margin: 0;
    padding: 0;
  }
  .top-nav-box .lang-menu .lang-list {
    width: 90px;
    top: 30px;
  }
  .top-nav-box .lang-menu .lang-list .lang-item {
    height: 30px;
    line-height: 20px;
    padding: 5px 10px;
  }
  .top-nav-box .lang-menu .lang-list .lang-item:hover {
    background-color: #85502F;
  }
  .top-nav-box .lang-menu .lang-list .lang-item:hover::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }
  .top-nav-box .lang-menu .lang-list .active {
    background-color: #85502F;
  }
  .top-nav-box .lang-menu .lang-list .active::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 5px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
  }

  .page5 {
    padding: 80px 5% 10px;
  }
  .page5 .footer-title {
    font-size: 12px;
  }
  .page5 .btn-group {
    margin-top: 15px;
  }
  .page5 .btn-group a {
    width: 110px;
    height: 32px;
    background-size: auto 30px;
    margin: 0;
  }
  .page5 .btn-group .btn-google {
    margin-right: 15px;
  }
  .page5 .btn-group .btn-apple {
    background-position: -128px 1px;
  }
  .page5 .h-line {
    margin: 10px 0;
  }
  .page5 .footer-bottom {
    height: 50px;
    padding: 0 5px;
  }
  .page5 .footer-bottom .left-link .logo {
    width: 50px;
  }
  .page5 .footer-bottom .left-link .to-bekko {
    margin-right: 10px;
  }
  .page5 .footer-bottom .center-link {
    flex-direction: column;
    justify-content: space-around;
  }
  .page5 .footer-bottom .right-link a {
    width: 24px;
    height: 26px;
    background-size: 83px;
  }
  .page5 .footer-bottom .right-link .to-facebook {
    background-position: -10px -7px;
  }
  .page5 .footer-bottom .right-link .to-discord {
    background-position: -132px -7px;
  }
}
.custom-alert-box {
  display: none;
  opacity: 0;
  transition: all linear 1s;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.custom-alert-box .btn-close {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 10%;
  left: 91%;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
.custom-alert-box .btn-close:hover {
  color: #864F2A;
  border-color: #864F2A;
}
.custom-alert-box .alert-box-content {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
}
.custom-alert-box .alert-box-content iframe {
  width: 100%;
  height: 100%;
}

.custom-alert-video-box {
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-alert-video-box .video-content {
  width: 1200px;
  margin: 10% auto 0;
  position: absolute;
  top: 32%;
  left: 50%;
}
.custom-alert-video-box .video-content .youtube-video {
  margin: -337px 0 0 -600px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.custom-alert-video-box .video-content .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-alert-video-box .video-content .youtube-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-loading-box {
  background: transparent !important;
  box-shadow: none !important;
}

.loading-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.loading-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: custom-rotate 1s infinite linear;
}

@keyframes custom-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 768px) {
  .custom-alert-video-box .video-content {
    width: 350px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .custom-alert-video-box .video-content .youtube-video {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  .custom-alert-video-box .video-content .youtube-video video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

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