body {
  background: #61252f;
}
.main {
  width: 100%;
  background: url(../img/bg_inner.jpg) center 19.2rem no-repeat;
  background-size: 100% auto;
}
.btn_bgm_ctrl {
  position: fixed;
  width: 0.72rem;
  height: 0.72rem;
  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.75rem;
  height: 1.59rem;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -3.88rem;
  z-index: 2;
}
.page0 {
  height: 19.2rem;
  background: url(../img/bg_0.jpg) top center no-repeat;
  background-size: 100% auto;
}
.page7 {
  height: 13.58rem;
}
.page7 .page_title {
  background-image: url(../img/title_01.png);
  top: 0.28rem;
}
.page7 .btn_draw {
  position: absolute;
  width: 3.02rem;
  height: 3.08rem;
  left: 3.91rem;
  top: 5.69rem;
}
.page1 {
  height: 15.4rem;
}
.page1 .page_title {
  background-image: url(../img/title_02.png);
  top: 0.28rem;
}
.page1 .prize_list {
  width: 8.74rem;
  height: 5.58rem;
  position: absolute;
  top: 6.46rem;
  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.25rem;
  background: url(../img/bg_rule_box.png) center no-repeat;
  background-size: cover;
  left: 0.2rem;
  bottom: 0.5rem;
  -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: #d58e8b;
  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: #d58e8b;
  text-align: center;
  line-height: 0.32rem;
  font-style: normal;
  background-color: #9a2543;
}
.page2 {
  height: 15.62rem;
}
.page2 .page_title {
  background-image: url(../img/title_03.png);
  top: 0.25rem;
}
.page2 .video_area {
  position: absolute;
  width: 10.35rem;
  height: 13.34rem;
  background: url(../img/fragment_0.png) center no-repeat;
  background-size: cover;
  top: 2.17rem;
  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;
}
.page3 {
  height: 13.46rem;
}
.page3 .page_title {
  background-image: url(../img/title_04.png);
  top: 0.05rem;
}
.page3 .role_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.8rem;
}
.page3 .role_box .swiper {
  width: 100%;
  height: 100%;
}
.page3 .role_box .swiper img {
  display: block;
  width: 100%;
}
.page3 .role_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;
}
.page3 .role_box .btn_slide.prev {
  left: 0.16rem;
  background-image: url('../img/btn_slide_left.png');
}
.page3 .role_box .btn_slide.next {
  right: 0.16rem;
  background-image: url('../img/btn_slide_right.png');
}
.page4 {
  height: 10.2rem;
}
.page4 .page_title {
  background-image: url(../img/title_05.png);
  top: -1.6rem;
}
.page4 .feature_box {
  position: absolute;
  width: 8.39rem;
  height: 4.74rem;
  top: 1.28rem;
  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 .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;
}
.bgm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
