body {
  background: #3e4374;
}
.main {
  width: 100%;
  background: url(../img/bg_inner.jpg) top center no-repeat;
  background-size: 100% auto;
}
.btn_open_share {
  position: fixed;
  width: 1.19rem;
  height: 1.22rem;
  background: url(../img/btn_share.png) center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 1rem;
  z-index: 10;
}
.btn_bgm_ctrl {
  position: fixed;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 10;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/btn_bgm_stop.png');
}
.btn_bgm_ctrl.play {
  background-image: url('../img/btn_bgm_play.png');
}
.page {
  width: 100%;
  position: relative;
}
.page .page_title {
  position: absolute;
  width: 7.7rem;
  height: 1.6rem;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -3.88rem;
  z-index: 2;
}
.page0 {
  height: 17.06rem;
}
.page0 .logo {
  position: absolute;
  width: 3.51rem;
  height: 1.62rem;
  background: url(../img/logo.png) center no-repeat;
  background-size: cover;
  top: 0.2rem;
  left: 50%;
  margin-left: -1.76rem;
  z-index: 1;
}
.page0 .game_box {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.page0 .game_box .game_logo {
  display: block;
  width: 1.46rem;
  margin-right: 0.34rem;
}
.page0 .game_box .game_info p {
  color: #ffdda0;
  font-size: 0.32rem;
  line-height: 0.5rem;
}
.page0 .game_box .game_info p.name {
  font-size: 0.4rem;
  line-height: 0.7rem;
  font-weight: bold;
}
.page7 {
  height: 13.2rem;
}
.page7 .page_title {
  background-image: url(../img/title_01.png);
  top: 0.68rem;
}
.page7 .btn_draw {
  position: absolute;
  width: 3.02rem;
  height: 3.08rem;
  left: 3.91rem;
  top: 5.72rem;
}
.page1 {
  height: 15.4rem;
}
.page1 .page_title {
  background-image: url(../img/title_02.png);
  top: 0rem;
}
.page1 .prize_list {
  width: 8.74rem;
  height: 5.58rem;
  position: absolute;
  top: 6.16rem;
  left: 1.12rem;
}
.page1 .prize_list.ani .prize_item {
  -webkit-animation: prize_in 0.8s both;
  animation: prize_in 0.8s both;
}
@-webkit-keyframes prize_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0.5rem);
    transform: translate(0, 0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes prize_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0.5rem);
    transform: translate(0, 0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.page1 .prize_list .prize_item {
  position: absolute;
  width: 2.23rem;
  height: 2.97rem;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page1 .prize_list .prize_item:nth-of-type(1) {
  top: 0;
  left: 0;
  background-image: url(../img/prize_0.png);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.page1 .prize_list .prize_item:nth-of-type(2) {
  top: 0;
  left: 2.57rem;
  background-image: url(../img/prize_1.png);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.page1 .prize_list .prize_item:nth-of-type(3) {
  top: 0;
  left: 5.14rem;
  background-image: url(../img/prize_2.png);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.page1 .prize_list .prize_item:nth-of-type(4) {
  bottom: 0;
  left: 0.77rem;
  background-image: url(../img/prize_3.png);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.page1 .prize_list .prize_item:nth-of-type(5) {
  bottom: 0;
  left: 3.34rem;
  background-image: url(../img/prize_4.png);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.page1 .prize_list .prize_item:nth-of-type(6) {
  bottom: 0;
  left: 5.91rem;
  background-image: url(../img/prize_5.png);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page1 .rule_box {
  position: absolute;
  width: 10.42rem;
  height: 2.32rem;
  background: url(../img/bg_rule_box.png) center no-repeat;
  background-size: cover;
  left: 0.2rem;
  bottom: 0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.28rem 0 0.18rem 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page1 .rule_box p {
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.34rem;
  color: #cfb5d5;
  padding-left: 0.5rem;
  padding-right: 0.3rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.05rem;
}
.page1 .rule_box p i {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  left: 0;
  top: 0.01rem;
  font-size: 0.28rem;
  color: #cfb5d5;
  text-align: center;
  line-height: 0.32rem;
  font-style: normal;
  background: url('../img/icon_dot.png') center no-repeat;
  background-size: cover;
}
.page8 {
  height: 9.64rem;
}
.page8 .page_title {
  background-image: url(../img/title_09.png);
  top: 0rem;
}
.page8 .map_box {
  position: absolute;
  width: 9.85rem;
  height: 6.08rem;
  background: url(../img/map_npc.png) center no-repeat;
  background-size: cover;
  top: 2.54rem;
  left: 50%;
  margin-left: -4.92rem;
  opacity: 0;
}
.page8 .map_box .npc {
  position: absolute;
  width: 1.36rem;
  height: 1.36rem;
}
.page8 .map_box .npc i {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
.page8 .map_box .npc b {
  position: absolute;
  width: 3.76rem;
  height: 1.02rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
.page8 .map_box .npc.npc0 {
  top: 0.64rem;
  left: 4.28rem;
}
.page8 .map_box .npc.npc0 i {
  top: -0.8rem;
  left: 50%;
  margin-left: -0.55rem;
  background-image: url(../img/fuhao_0.png);
}
.page8 .map_box .npc.npc0 b {
  top: -0.7rem;
  left: 50%;
  margin-left: -1.5rem;
  background-image: url(../img/talk_0.png);
}
.page8 .map_box .npc.npc1 {
  top: 2.52rem;
  left: 5.74rem;
}
.page8 .map_box .npc.npc1 i {
  top: -0.6rem;
  left: 50%;
  margin-left: -0.55rem;
  background-image: url(../img/fuhao_1.png);
}
.page8 .map_box .npc.npc1 b {
  top: -0.6rem;
  left: 50%;
  margin-left: -1.4rem;
  background-image: url(../img/talk_1.png);
}
.page8 .map_box .npc.npc2 {
  top: 2.86rem;
  left: 1.66rem;
}
.page8 .map_box .npc.npc2 i {
  top: -0.66rem;
  left: 50%;
  margin-left: -0.45rem;
  background-image: url(../img/fuhao_2.png);
}
.page8 .map_box .npc.npc2 b {
  top: -0.6rem;
  left: 50%;
  margin-left: -2.6rem;
  background-image: url(../img/talk_2.png);
}
.page8 .map_box .npc.npc3 {
  bottom: 0;
  left: 2.36rem;
}
.page8 .map_box .npc.npc3 i {
  top: -0.5rem;
  left: 50%;
  margin-left: -0.6rem;
  background-image: url(../img/fuhao_0.png);
}
.page8 .map_box .npc.npc3 b {
  top: -0.6rem;
  left: 50%;
  margin-left: -1.6rem;
  background-image: url(../img/talk_3.png);
}
.page8 .map_box .npc.npc4 {
  bottom: 0;
  left: 7.5rem;
}
.page8 .map_box .npc.npc4 i {
  top: -0.46rem;
  left: 50%;
  margin-left: -0.6rem;
  background-image: url(../img/fuhao_3.png);
}
.page8 .map_box .npc.npc4 b {
  top: -0.5rem;
  left: 50%;
  margin-left: -1.7rem;
  background-image: url(../img/talk_4.png);
}
.page2 {
  height: 14.98rem;
}
.page2 .page_title {
  background-image: url(../img/title_03.png);
  top: 0rem;
}
.page2 .video_area {
  position: absolute;
  width: 10.35rem;
  height: 13.34rem;
  background: url(../img/fragment_0.png) center no-repeat;
  background-size: cover;
  top: 1.94rem;
  left: 0.28rem;
  opacity: 0;
}
.page2 .video_area .btn_video {
  position: absolute;
  width: 3.05rem;
  height: 3.05rem;
  background: url(../img/btn_video.png) center no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  margin: -1.52rem 0 0 -1.52rem;
}
.page4 {
  height: 9.26rem;
}
.page4 .page_title {
  background-image: url(../img/title_05.png);
  top: 0rem;
}
.page4 .feature_box {
  position: absolute;
  width: 8.39rem;
  height: 4.74rem;
  top: 2.12rem;
  left: 50%;
  margin-left: -4.2rem;
  opacity: 0;
}
.page4 .feature_box .swiper {
  width: 100%;
  height: 100%;
}
.page4 .feature_box .swiper img {
  display: block;
  width: 100%;
}
.page4 .feature_box .swiper .feature {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page4 .feature_box .swiper .feature.f0 {
  background-image: url(../img/feature_0.png);
}
.page4 .feature_box .swiper .feature.f1 {
  background-image: url(../img/feature_1.png);
}
.page4 .feature_box .swiper .feature.f2 {
  background-image: url(../img/feature_2.png);
}
.page4 .feature_box .swiper .feature.f3 {
  background-image: url(../img/feature_3.png);
}
.page4 .feature_box .swiper .feature.f4 {
  background-image: url(../img/feature_4.png);
}
.page4 .feature_box .btn_slide {
  position: absolute;
  width: 1.71rem;
  height: 0.94rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  margin-top: -0.28rem;
  z-index: 2;
}
.page4 .feature_box .btn_slide.prev {
  left: -1rem;
  background-image: url('../img/btn_slide_left.png');
}
.page4 .feature_box .btn_slide.next {
  right: -1rem;
  background-image: url('../img/btn_slide_right.png');
}
.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.pop.show {
  display: flex;
}
#pop_video .pop_box {
  width: 100%;
  position: relative;
}
#pop_video .pop_box video {
  display: block;
  background: url(../img/video_poster.jpg) center no-repeat;
  background-size: cover;
}
#pop_video .btn_close_video {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/btn_close.png) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.62rem;
}
#pop_sys_upgrade .pop_box {
  width: 100%;
  position: relative;
}
#pop_sys_upgrade .pop_box .sys_upgrade_cont {
  width: 10.8rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pop_sys_upgrade .pop_box .sys_upgrade_cont.u0 {
  background-image: url(../img/sys_upgrade_0.png);
}
#pop_sys_upgrade .pop_box .sys_upgrade_cont.u1 {
  background-image: url(../img/sys_upgrade_1.png);
}
#pop_sys_upgrade .pop_box .sys_upgrade_cont.u2 {
  background-image: url(../img/sys_upgrade_2.png);
}
#pop_sys_upgrade .pop_box .sys_upgrade_cont.u3 {
  background-image: url(../img/sys_upgrade_3.png);
}
#pop_sys_upgrade .pop_box .sys_upgrade_cont.u4 {
  background-image: url(../img/sys_upgrade_4.png);
}
#pop_sys_upgrade .btn_close {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/btn_close_pop_upgrade.png) center no-repeat;
  background-size: 1.26rem;
  position: absolute;
  top: 0rem;
  right: 0;
}
