/*遊戲介紹頁*/
.game_page_bg {
  position: absolute;
  margin-top: 76px;
  width: 100%;
  height: 800px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
}

.game_pg_body {
  position: relative;
  max-width: 1088px;
  width: 100%;
  margin: 441px auto 0 auto;
  padding: 0;
  background: #fff; }

.game_pg_txtbox {
  margin-bottom: 50px; }
.society_pg_txtbox {
  margin-bottom: 28px;
}

/* 遊戲介紹頁 圖片輪播設定 */
.game_slide_box {
  margin: 0; }
.game_slide_box_trial {
  margin: 40px 0; }

.game_slide_bn{
    width:800px; height:100%; /* 圖片加縮圖總共大小 */
    text-align: center;
}

.game_slide_bn ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.game_slide_bn ul li img{
    width:100%;
    height:450px;
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height:100%;
}

.play_btn_area{
  width: 200px;
  margin-top: 28px
}
.play_btn_area .game_button {
  display: block;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bread_crumbs {
  margin-top: 0;
  margin-bottom: 10px;
}
.bread_crumbs a, .bread_crumbs span {
  color: #ffffff !important;
}
.main_block {
  padding: 9px 12px 21px 12px;
  background-color: #d24663;
  margin-bottom: 32px;
}
.top_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.game_head_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
}
.game_thumbnail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 180px;
  height: 180px;
  border-radius: 50px;
  border: solid 3px #ffffff;
  margin: 22px 0 18px 0;
}
.game_title {
  width: 260px;
  height: 64px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
.download_hint {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.05;
  color: #ffffff;
  border-bottom: solid 1px rgba(216, 214, 214, 0.8);
  text-align: center;
  width: 100%;
}
.download_hint span {
  background: #d24663;
  padding:0 20px;
}
.title_coP i {
  color: #ffffff;
}
.tab_title h2 {
  font-size: 24px;
  line-height: 1.33;
  padding: 5px 4px 5px 10px;
}
.icon_world {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.icon_game {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 29px;
  height: 19px;
  margin-right: 10px;
}
.icon_crown {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27px;
  height: 22px;
  margin-right: 10px;
}
.icon_system {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.icon_share {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 21px;
  height: 23px;
  margin-right: 10px;
}
.icon_like {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 26px;
  height: 25px;
  margin-right: 10px;
}
.game_intro, .game_event, .game_share {
  margin: 32px 0 40px 0;
}
.game_intro:hover, .game_event:hover {
  color: #d24663;
}
.share_link {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 32px;
}
.btn_line:hover {
  filter: brightness(110%);
}
.game_share {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.recommend_title {
  background: #8a8acb;
  margin-bottom: 32px;
}
.recomand_block {
  margin-bottom: 117px;
}
.slick-prev, .slick-next {
  width: 63px;
  height: 63px;
}
.slick-prev:hover, .slick-next:hover {
  width: 45px;
  height: 45px;
}
.slick-prev {
  left: 0;
  top: 20%;
}
.slick-prev:hover {
  left: 12px;
  top: 24%;
}
.slick-next {
  right: 0;
  top: 20%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slick-next:hover {
  right: 12px;
  top: 24%;
}
.lSPager.lSGallery {
  margin-top: 24px !important;
}
.slick-dots li button {
  width: 18px;
  height: 4px;
  background-color: rgba(210, 70, 99, 0.8);
  padding: 0;
  opacity: 0.6;
}
.slick-dots .slick-active button {
  background-color: #d24663;
  opacity: 1;
}
.slick-dots li {
  margin-right: 8px;
}
.slick-dots.mobile_hide {
  display: none !important;
}
.swal2-confirm {
  background-color: #d24663 !important;
  border-left-color: #d24663 !important;
  border-right-color: #d24663 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.swal2-cancel {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.smart_banner_block {
  display: none;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 10px 10px 0;
  z-index: 99999;
}
.btn_download_now {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 24px;
  background-color: #d24663;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.btn_download_now:hover {
  text-decoration: none;
  color: #fff;
  filter: brightness(110%);
}
.smart_banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: solid 2px #ffffff;
}
.btn_close_smart_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
}
.btn_close_smart_banner i {
  color: white;
}
.idg_game_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  color: #ffffff;
  margin-bottom: 8px;
}
.author {
  margin-bottom: 17px;
}
.author, .author a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #ffffff;
  opacity: 0.7;
}
.author a {
  text-decoration: underline;
}
.author a:hover, .hashtag a:hover {
  color: #ffffff;
}
.author a:active, .hashtag a:active {
  opacity: 1;
}
.hashtag {
  margin-bottom: 17px;
}
.hashtag a {
  opacity: 0.7;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #ffffff;
}
.game_price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #ffffff;
}
.hide_for_pc {
  display: none;
}
.society_block {
  display: flex;
  justify-content: flex-start;
}
.society_block a:nth-child(2) {
  margin-left: 0;
}
.society_tg, .society_discord, .society_qq, .society_fb {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 28px;
  width: 200px;
  height: 50px;
}
.society_tg:hover, .society_discord:hover, .society_qq:hover, .society_fb:hover {
  filter: brightness(110%);
}
.btn_ios_download {
  background-color: #9F9F9F;
}
.btn_apk_download1, .btn_android_download {
  background-color: #A4C639;
}
.btn_apk_download2 {
  background-color: #fdb813;
}
.btn_web_open {
  background-color: #365EBF;
}
.btn_can_download {
  background-color: #8A8ACB;
}
.btn_trial {
  background-color: #3C9CD7;
}
.btn_buy {
  background-color: #F9886C;
}
.is_text {
  background-image: none !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.is_text:hover {
  background-image: none !important;
  text-decoration: none;
  color: #ffffff;
  filter: brightness(90%);
}
.btn_ios_tutorial {
  width: auto !important;
  height: auto !important;
  margin-bottom: 0px !important;
  color: white;
  font-weight: bold;
}
.btn_ios_tutorial:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .game_slide_bn {
    width: 344px;
  }
  .video-container, .game_slide_bn ul li img {
    height: 193px;
  }
  .top_block {
    flex-direction: column;
    align-items: center;
  }
  .game_head_title {
    width: 100%;
  }
  .game_thumbnail, .game_title, .download_hint, .lSAction .lSPrev, .lSAction .lSNext {
    display: none;
  }
  .lSPager.lSGallery {
    margin-top: 7px !important;
  }
  .game_page_bg {
    position: relative;
    height: 180px;
    background-size: 100% !important;
    background-position: left 50% top 50% !important;
    margin-top: 80px;
  }
  .game_pg_body {
    max-width: none;
    margin-top: 0;
  }
  .main_block {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .game_pg_txtbox {
    padding: 8px;
  }
  .recommend_title {
    margin-top: 0;
  }
  .game_intro, .game_event, .game_share {
    margin-bottom: 0;
  }
  .recomand_block {
    margin-bottom: 75px;
  }
  .slick-dots.mobile_hide, .mobile_hide {
    display: block !important;
  }
  .game_info {
    margin-bottom: 0px !important;
  }
  .game_price {
    display: none;
  }
  .hide_for_pc {
    display: block;
    margin-bottom: 16px;
  }
  .bread_crumbs, .author_block {
    margin-left: 8px;
    margin-right: 8px;
  }
  .society_block {
    flex-direction: column;
    align-items: center;
  }
  .society_tg, .society_discord, .society_qq, .society_fb {
    margin-top: 24px;
  }
  .society_block a:nth-child(2), .society_block a:nth-child(3), .society_block a:nth-child(4) {
    margin-left: 0;
    margin-top: 20px;
  }
  .society_pg_txtbox {
    margin-bottom: 14px;
    padding-bottom: 0;
  }
  .webview {
    margin-top: 0;
    height: 144px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  body {
    zoom: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .game_slide_bn {
    zoom: 130%;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  body {
    zoom: 150%;
  }
}
@media screen and (max-width: 320px) {
  body {
    zoom: 90%;
  }
}
@media screen and (max-width: 280px) {
  body {
    zoom: 80%;
  }
}
@media screen and (max-width: 240px) {
  body {
    zoom: 60%;
  }
}
