* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0;
}
/* 竖屏的提示语 */
.floatBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  text-align: center;
  background-color: #fff;
}
.floatBox .float_layout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.floatBox .tipText {
  margin: 0.3rem 0;
  font-size: 0.25rem;
}

.index {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 0;
}
.page1 {
  position: relative;
  width: 100%;
}
.page1 .game_bc {
  width: 100%;
}
.page1 .main_img {
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
}
.page2 {
  position: relative;
  width: 100%;
  margin-top: -50%;
  font-size: 0;
}
.page2 .floor_bc {
  position: relative;
  width: 100%;
}
.page2 .title_bc_wrap {
  position: absolute;
  left: 50%;
  top: 0.8%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.page2 .title_bc_wrap .title_bc {
  width: 100%;
}
.page2 .title_bc_wrap .title_icon {
  position: absolute;
  width: 15%;
  left: 14%;
  top: 14%;
}
.page2 .title_bc_wrap .title2 {
  position: absolute;
  left: 33%;
  width: 45%;
  top: 21%;
}
.page2 .title_bc_wrap .go_community {
  position: absolute;
  right: 4%;
  width: 28%;
  top: 21%;
  display: inline-block;
}
/* 预约奖励 */
.page2 .appoint_award_wrap {
  position: absolute;
  left: 0;
  top: 3%;
  width: 100%;
}
.page2 .appoint_award_wrap .appoint_award_bc {
  width: 100%;
}
.page2 .appoint_award_wrap .appoint_award_body {
  width: 100%;
  padding: 0 7%;
}
.page2 .appoint_award_wrap .appoint_award_body .appoint_award_img {
  width: 50%;
}
.page2 .appoint_award_wrap .appoint_award_body .award_sub_title {
  width: 100%;
  margin-top: 6%;
  padding: 0 4%;
}
/* 游戏特色 */
.page2 .game_feature {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
}
.page2 .game_feature .feature_bc {
  width: 100%;
}
.page2 .game_feature .game_bc_wrap {
  position: relative;
  width: 100%;
}
.page2 .game_feature .game_bc_wrap .feature_body {
  width: 100%;
  padding: 0 4%;
}
.page2 .game_feature .game_bc_wrap .hero {
  position: absolute;
  right: 10%;
  width: 40%;
  top: 2%;
}
.page2 .game_feature .game_bc_wrap .war {
  position: absolute;
  left: 10%;
  width: 40%;
  top: 53.5%;
}
/* 游戏视频 */
.page2 .game_video {
  position: absolute;
  left: 0;
  top: 58%;
  width: 100%;
}
.page2 .game_video .game_video_bc {
  width: 100%;
}
.page2 .game_video .game_video_wrap {
  position: relative;
  width: 100%;
}
.page2 .game_video .game_video_wrap .video_body_wrap {
  width: 100%;
}
.page2 .game_video .game_video_wrap .video_play {
  position: absolute;
  left: 10%;
  top: 38%;
  width: 82%;
  z-index: 100;
}
.page2 .game_video .game_video_wrap .video_play .video_play_wrap {
  width: 100%;
  height: 100%;
}
.page2 .game_video .game_video_wrap .video_play video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0 !important;
}
.page2 .game_video .game_video_wrap .play_btn {
  position: absolute;
  left: 45%;
  top: 58%;
  width: 10%;
  z-index: 1000;
}
/* 游戏截图 */
.page2 .game_screen {
  position: absolute;
  left: 0;
  top: 81%;
  width: 100%;
}
.page2 .game_screen .game_screen_bc {
  width: 100%;
}
.page2 .game_screen .game_rotation {
  width: 100%;
  position: relative;
}
.page2 .game_screen .left_arrow {
  position: absolute;
  width: 10%;
  top: 57%;
  left: 10%;
  z-index: 100;
  font-size: 0;
}
.page2 .game_screen .right_arrow {
  position: absolute;
  width: 10%;
  top: 57%;
  right: 10%;
  z-index: 100;
  font-size: 0;
}
.page2 .game_screen .game_rotation .game_features_common_wrap {
  width: 100%;
  text-align: center;
}
.page2 .game_screen .game_rotation .game_features_common_wrap img {
  width: 50%;
}
