@charset "UTF-8";
.main_wrapper {
  overflow: hidden;
  padding: 29px 38px;
  padding-bottom: 173px;
  height: 640px;
  width: 375px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/game_bg.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.main_wrapper.game_start {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 63px;
}
.main_wrapper.game_start #score_board {
  display: block;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 250px;
  font-size: 25px;
  z-index: 5;
}
.main_wrapper.game_start .object_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_wrapper.game_start .object_container img {
  width: 45px;
  height: 45px;
  position: absolute;
  /* &.object_1 {
    background-image: url('/eventpage/src/assets/images/games/skydown/gameitem.png');
  }
  &.object_2 {
    background-image: url('/eventpage/src/assets/images/games/skydown/gameitem2.png');
  }
  &.object_3 {
    background-image: url('/eventpage/src/assets/images/games/skydown/gameitem3.png');
  }
  &.object_4 {
    background-image: url('/eventpage/src/assets/images/games/skydown/gameitem4.png');
  } */
}
.main_wrapper.game_start .object_container img.position_1 {
  left: 75%;
  top: 10%;
}
.main_wrapper.game_start .object_container img.position_2 {
  left: 55%;
  top: 35%;
}
.main_wrapper.game_start .object_container img.position_3 {
  left: 8%;
  top: 26%;
}
.main_wrapper.game_start .object_container img.position_4 {
  left: 30%;
  top: 55%;
}
.main_wrapper.game_start .object_container img.position_5 {
  left: 75%;
  top: 65%;
}
.main_wrapper.game_start .object_container img.position_6 {
  left: 25%;
  top: 96%;
}
.main_wrapper.game_result {
  padding: 39px;
}
.main_wrapper.game_result h2 {
  line-height: 55px;
  font-size: 30px;
  letter-spacing: 0.1rem;
}
.main_wrapper.game_result .game_result_container {
  width: 100%;
  height: 316px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/score_bg.png'); */
  padding: 30px 22px;
}
.main_wrapper.game_result .game_result_container .result_1 .result1_title,
.main_wrapper.game_result .game_result_container .result_1 .result2_title,
.main_wrapper.game_result .game_result_container .result_2 .result1_title,
.main_wrapper.game_result .game_result_container .result_2 .result2_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.main_wrapper.game_result .game_result_container .result_1 .result1_title p,
.main_wrapper.game_result .game_result_container .result_1 .result2_title p,
.main_wrapper.game_result .game_result_container .result_2 .result1_title p,
.main_wrapper.game_result .game_result_container .result_2 .result2_title p {
  display: inline-block;
  width: 50%;
}
.main_wrapper.game_result .game_result_container .result_1 .result1_title .ranking .ranking_value,
.main_wrapper.game_result .game_result_container .result_1 .result2_title .ranking .ranking_value,
.main_wrapper.game_result .game_result_container .result_2 .result1_title .ranking .ranking_value,
.main_wrapper.game_result .game_result_container .result_2 .result2_title .ranking .ranking_value {
  display: inline-block;
  width: 27.5px;
}
.main_wrapper.game_result .game_result_container .result_1 .result1_value,
.main_wrapper.game_result .game_result_container .result_1 .result2_value,
.main_wrapper.game_result .game_result_container .result_2 .result1_value,
.main_wrapper.game_result .game_result_container .result_2 .result2_value {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.main_wrapper.game_result .game_result_container .result_2 {
  margin-top: 27px;
}
.main_wrapper.game_result .game_result_container .play_again_btn {
  margin-top: 20px;
  width: 100%;
  height: 45px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/play_again_btn.png'); */
}
.main_wrapper.game_result .btn_w {
  width: 168px;
  height: 45px;
  margin: 0 auto;
}
.main_wrapper.game_result .btn_w.awards_btn {
  margin-top: 12px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/awards_btn.png'); */
}
.main_wrapper.game_result .btn_w.share_btn {
  /* background-image: url('/eventpage/src/assets/images/games/skydown/share_btn.png'); */
  margin-top: 5px;
}
.main_wrapper.game_result .information {
  margin-top: 13px;
  display: flex;
  align-items: center;
  font-size: 10px;
  max-height: 30px;
  overflow: hidden;
}
.main_wrapper.game_result .information .information_icon {
  margin-right: 3px;
  flex-shrink: 0;
  width: 17.5px;
  height: 17.5px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/information.svg'); */
}
.main_wrapper.result::after,
.main_wrapper .result::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 38, 38, 0.7);
  z-index: 1;
}
.main_wrapper.result .game_modal_content,
.main_wrapper .result .game_modal_content {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: 480px;
  padding: 12.5px;
  border-radius: 12.5px;
}
.main_wrapper.result .game_modal_content .game_modal_close,
.main_wrapper .result .game_modal_content .game_modal_close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/game_close.svg'); */
}
.main_wrapper.result .game_modal_content .result_wrapper,
.main_wrapper .result .game_modal_content .result_wrapper {
  position: relative;
  border-radius: 12.5px;
  width: 312px;
  height: 452px;
  background-color: white;
  padding: 28px 0px;
}
.main_wrapper.result .game_modal_content .result_wrapper #RESULT_POPUP_TITLE,
.main_wrapper .result .game_modal_content .result_wrapper #RESULT_POPUP_TITLE {
  width: 248px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content,
.main_wrapper .result .game_modal_content .result_wrapper .result_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .gain,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .gain {
  width: 100%;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .prize_container,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .prize_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .prize_container .gift_card,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .prize_container .gift_card {
  width: 122px;
  height: 112px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/gift_bg.png'); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1px 0;
  padding: 12.5px 0;
  position: relative;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .prize_container .gift_card img,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .prize_container .gift_card img {
  width: 65px;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .prize_container .gift_card p,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .prize_container .gift_card p {
  font-weight: bold;
  font-size: 12px;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .prize_container.has_3_gift .gift_card:nth-child(1),
.main_wrapper .result .game_modal_content .result_wrapper .result_content .prize_container.has_3_gift .gift_card:nth-child(1) {
  width: 100%;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group div,
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group button,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group div,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group button {
  width: 162px;
  height: 44px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group div.go_to_btn,
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group button.go_to_btn,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group div.go_to_btn,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group button.go_to_btn {
  /* background-image: url('/eventpage/src/assets/images/games/skydown/go_to_btn.png'); */
  font-size: 12px;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group div.go_to_btn > div,
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group button.go_to_btn > div,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group div.go_to_btn > div,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group button.go_to_btn > div {
  display: flex;
  align-items: center;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group div.go_to_btn > div > p,
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group button.go_to_btn > div > p,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group div.go_to_btn > div > p,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group button.go_to_btn > div > p {
  width: 100%;
}
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group div.share_friend_btn,
.main_wrapper.result .game_modal_content .result_wrapper .result_content .btn_group button.share_friend_btn,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group div.share_friend_btn,
.main_wrapper .result .game_modal_content .result_wrapper .result_content .btn_group button.share_friend_btn {
  margin-top: 12px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/share_btn.png'); */
}
.main_wrapper.result .tips_container,
.main_wrapper .result .tips_container {
  display: none;
}
.main_wrapper.result #score_board,
.main_wrapper .result #score_board {
  display: none;
}
.main_wrapper.announcement::after,
.main_wrapper .announcement::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 38, 38, 0.7);
  z-index: 1;
}
.main_wrapper.announcement .game_modal_content,
.main_wrapper .announcement .game_modal_content {
  position: absolute;
  border-radius: 12.5px;
  z-index: 2;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: 210px;
  padding: 18.75px;
  padding-top: 58px;
  padding-bottom: 28px;
}
.main_wrapper.announcement .game_modal_content .game_modal_close,
.main_wrapper .announcement .game_modal_content .game_modal_close {
  position: absolute;
  top: 25px;
  right: 18.75px;
  width: 23.75px;
  height: 23.75px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/game_close.svg'); */
}
.main_wrapper.announcement #ANNOUNCE_CONTENT,
.main_wrapper .announcement #ANNOUNCE_CONTENT {
  font-weight: 400;
  font-size: 16px;
  height: 128.25px;
  overflow: auto;
}
.main_wrapper.announcement #ANNOUNCE_CONTENT a,
.main_wrapper .announcement #ANNOUNCE_CONTENT a {
  color: initial;
}
.main_wrapper.announcement #ANNOUNCE_CONTENT a:hover,
.main_wrapper .announcement #ANNOUNCE_CONTENT a:hover {
  color: initial;
}
.main_wrapper .has-bg-img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main_wrapper h2 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
}
.main_wrapper .tips_container {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 36px 26.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_wrapper .tips_container #GAME_DESC {
  margin-top: 12px;
  text-align: justify;
  font-size: 14px;
  max-height: 128px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 21px;
}
.main_wrapper .tips_container ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  animation-delay: 0.4s;
  gap: 10px 0;
}
.main_wrapper .tips_container ul li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.main_wrapper .tips_container ul li img {
  margin-right: 5px;
  width: 43px;
  height: 43px;
}
.main_wrapper .tips_container ul li span {
  letter-spacing: 0.4px;
  font-size: 14px;
}
.main_wrapper .tips_container .btn_w {
  margin-top: 20px;
  width: 100%;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_wrapper .bottom_ground {
  position: absolute;
  /* background-image: url('../img/bottom_ground.png'); */
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 57px;
}
.main_wrapper .bottom_ground .character {
  position: absolute;
  width: 74.5px;
  bottom: 25px;
  right: 20%;
}
.main_wrapper .bottom_ground .character.to_left {
  transform: translateX(-50%) rotateY(180deg);
}
.main_wrapper .bottom_ground #rabbit_basket {
  position: absolute;
  width: 74.5px;
  right: 30px;
  bottom: 7px;
}
.main_wrapper #score_board {
  display: none;
  text-align: center;
  width: 327px;
  height: 73px;
  font-size: 46px;
  color: #2f2868;
  font-weight: bold;
  line-height: 73px;
  /* background-image: url('/eventpage/src/assets/images/games/skydown/scoreboard.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
.main_wrapper #count_down {
  display: none;
  font-size: 100px;
  color: #fff;
  text-shadow: 0 0 16px rgba(247, 61, 255, 0.78);
  font-weight: bold;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main_wrapper .thing {
  position: absolute;
  display: inline-block;
  transition-timing-function: linear;
  top: 90px;
  transform: translateZ(0);
  will-change: top;
}
.main_wrapper .tip_box {
  position: absolute;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  word-wrap: none;
  word-break: keep-all;
  animation: tipbox 0.3s ease-in;
  animation-iteration-count: 1;
  transform-origin: top center;
  font-family: "Open Sans Condensed", sans-serif;
}
.main_wrapper .game_start_btn,
.main_wrapper .awards_btn,
.main_wrapper .play_again_btn,
.main_wrapper .share_btn,
.main_wrapper .game_modal_close {
  cursor: pointer;
}

.page-psychological {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.page-psychological .main_wrapper {
  overflow: hidden;
  padding: 29px 32px;
  padding-bottom: 50px;
  height: 640px;
  width: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.page-psychological .main_wrapper.test_screen .text_situation_image {
  margin-top: 23px;
  margin-bottom: 16px;
  width: 300px;
  height: 107.5px;
}
.page-psychological .main_wrapper.test_screen .text_question {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  max-height: 62px;
  overflow: auto;
}
.page-psychological .main_wrapper.test_screen .text_answer_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px 0;
  margin-top: 20px;
}
.page-psychological .main_wrapper.test_screen .text_answer_group .answer {
  cursor: pointer;
  width: 250px;
  height: 37.5px;
  font-size: 14px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.page-psychological .main_wrapper.test_screen .text_answer_group .answer .answer-wrapper {
  width: 100%;
}
.page-psychological .main_wrapper.test_screen .text_answer_group .answer.answer_1_hidden, .page-psychological .main_wrapper.test_screen .text_answer_group .answer.answer_2_hidden, .page-psychological .main_wrapper.test_screen .text_answer_group .answer.answer_3_hidden, .page-psychological .main_wrapper.test_screen .text_answer_group .answer.answer_4_hidden {
  display: none;
}
.page-psychological .main_wrapper.test_result .result_name {
  margin: 0 auto;
  width: 250px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-psychological .main_wrapper.test_result .result_image {
  margin: 0 auto;
  width: 125px;
  height: 125px;
}
.page-psychological .main_wrapper.test_result .result_description {
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  max-height: 91px;
  overflow-y: auto;
}
.page-psychological .main_wrapper.test_result .share_btn {
  width: 162.5px;
  height: 42.5px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
.page-psychological .main_wrapper.test_result .btn_group {
  padding: 0 42.5px;
}
.page-psychological .main_wrapper.test_result .btn_group .btn {
  width: 105px;
  height: 32.5px;
}
.page-psychological .main_wrapper.test_result .btn_group .go_to_btn {
  font-size: 12px;
}
.page-psychological .main_wrapper .has_bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.page-psychological .main_wrapper .game_title {
  width: 300px;
  height: 150px;
}
.page-psychological .main_wrapper .game_description {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  min-height: 167px;
  max-height: 300px;
  overflow: auto;
}
.page-psychological .main_wrapper .d_flex {
  display: flex;
}
.page-psychological .main_wrapper .btn {
  cursor: pointer;
  width: 162.5px;
  height: 42.5px;
  margin: 0 auto;
}
.page-psychological .main_wrapper .game_start_btn {
  margin-top: 23px;
}

.game .has_bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.game-hopscotch,
.game-turntable,
.game-scratch {
  /*H5游戏共用类*/
  /*奖品展示*/
  /*规则弹窗*/
  /* #mask-rule .box-rule h2::before,
  #mask-rule .box-rule h2::after {
    display: inline-block;
    content: '';
    width: 0.24rem;
    height: 0.24rem;
    background-color: #fff;
    border-radius: 50%;
  } */
  /* #mask-rule .box-rule h2::before {
    margin-right: 0.32rem;
  }
  #mask-rule .box-rule h2::after {
    margin-left: 0.32rem;
  } */
  /*内容盒子*/
  /*中奖提示*/
}
.game-hopscotch div,
.game-hopscotch p,
.game-hopscotch ul,
.game-hopscotch ol,
.game-hopscotch li,
.game-hopscotch dl,
.game-hopscotch dt,
.game-hopscotch dd,
.game-hopscotch h1,
.game-hopscotch h2,
.game-hopscotch h3,
.game-hopscotch h4,
.game-hopscotch h5,
.game-hopscotch h6,
.game-hopscotch pre,
.game-hopscotch form,
.game-hopscotch input,
.game-hopscotch select,
.game-hopscotch button,
.game-hopscotch textarea,
.game-hopscotch table,
.game-hopscotch th,
.game-hopscotch td,
.game-hopscotch a,
.game-hopscotch span,
.game-hopscotch canvas,
.game-turntable div,
.game-turntable p,
.game-turntable ul,
.game-turntable ol,
.game-turntable li,
.game-turntable dl,
.game-turntable dt,
.game-turntable dd,
.game-turntable h1,
.game-turntable h2,
.game-turntable h3,
.game-turntable h4,
.game-turntable h5,
.game-turntable h6,
.game-turntable pre,
.game-turntable form,
.game-turntable input,
.game-turntable select,
.game-turntable button,
.game-turntable textarea,
.game-turntable table,
.game-turntable th,
.game-turntable td,
.game-turntable a,
.game-turntable span,
.game-turntable canvas,
.game-scratch div,
.game-scratch p,
.game-scratch ul,
.game-scratch ol,
.game-scratch li,
.game-scratch dl,
.game-scratch dt,
.game-scratch dd,
.game-scratch h1,
.game-scratch h2,
.game-scratch h3,
.game-scratch h4,
.game-scratch h5,
.game-scratch h6,
.game-scratch pre,
.game-scratch form,
.game-scratch input,
.game-scratch select,
.game-scratch button,
.game-scratch textarea,
.game-scratch table,
.game-scratch th,
.game-scratch td,
.game-scratch a,
.game-scratch span,
.game-scratch canvas {
  margin: 0;
  padding: 0;
  background: no-repeat center/contain;
}
.game-hopscotch ul,
.game-hopscotch ol,
.game-turntable ul,
.game-turntable ol,
.game-scratch ul,
.game-scratch ol {
  list-style: none;
}
.game-hopscotch img,
.game-turntable img,
.game-scratch img {
  border: none;
}
.game-hopscotch a,
.game-turntable a,
.game-scratch a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
.game-hopscotch a:hover,
.game-turntable a:hover,
.game-scratch a:hover {
  text-decoration: none;
}
.game-hopscotch input,
.game-turntable input,
.game-scratch input {
  outline: none;
}
.game-hopscotch .block,
.game-turntable .block,
.game-scratch .block {
  display: block;
}
.game-hopscotch .none,
.game-turntable .none,
.game-scratch .none {
  display: none;
}
.game-hopscotch .r,
.game-turntable .r,
.game-scratch .r {
  position: relative;
}
.game-hopscotch .a,
.game-turntable .a,
.game-scratch .a {
  position: absolute;
}
.game-hopscotch .fl,
.game-turntable .fl,
.game-scratch .fl {
  float: left;
}
.game-hopscotch .fr,
.game-turntable .fr,
.game-scratch .fr {
  float: right;
}
.game-hopscotch .clearfix:after,
.game-turntable .clearfix:after,
.game-scratch .clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.game-hopscotch *,
.game-turntable *,
.game-scratch * {
  box-sizing: border-box;
}
.game-hopscotch *::-webkit-scrollbar-track-piece,
.game-turntable *::-webkit-scrollbar-track-piece,
.game-scratch *::-webkit-scrollbar-track-piece {
  background: transparent;
}
.game-hopscotch #wrap,
.game-turntable #wrap,
.game-scratch #wrap {
  overflow: hidden;
  position: relative;
  /* width: 100%;
  height: 16.01333333rem; */
}
.game-hopscotch .awards,
.game-turntable .awards,
.game-scratch .awards {
  overflow: hidden;
  position: absolute;
  left: 50%;
}
.game-hopscotch .awards .swiper-slide,
.game-turntable .awards .swiper-slide,
.game-scratch .awards .swiper-slide {
  margin: 0.06666667rem 0.26666667rem;
  padding: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../image/icon/drag/drag_box.png");
}
.game-hopscotch .awards .swiper-slide img,
.game-turntable .awards .swiper-slide img,
.game-scratch .awards .swiper-slide img {
  width: inherit;
  height: inherit;
}
.game-hopscotch #mask-rule,
.game-hopscotch #mask,
.game-turntable #mask-rule,
.game-turntable #mask,
.game-scratch #mask-rule,
.game-scratch #mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.7);
}
.game-hopscotch #mask-rule .box-rule,
.game-turntable #mask-rule .box-rule,
.game-scratch #mask-rule .box-rule {
  position: relative;
  margin: 20% auto;
  padding-top: 26px;
  width: 335px;
  height: 485px;
  border-radius: 20px;
}
.game-hopscotch #mask-rule .box-rule h2,
.game-turntable #mask-rule .box-rule h2,
.game-scratch #mask-rule .box-rule h2 {
  width: 100%;
  padding: 0px 70px 15px 17px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}
.game-hopscotch #mask-rule #close-rule,
.game-turntable #mask-rule #close-rule,
.game-scratch #mask-rule #close-rule {
  position: absolute;
  right: 17.5px;
  top: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.game-hopscotch #mask-rule .con,
.game-turntable #mask-rule .con,
.game-scratch #mask-rule .con {
  padding: 0px 20px 30px 20px;
}
.game-hopscotch #mask-rule .con .text,
.game-turntable #mask-rule .con .text,
.game-scratch #mask-rule .con .text {
  height: 400px;
  overflow: auto;
}
.game-hopscotch #mask,
.game-turntable #mask,
.game-scratch #mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 375px;
  height: 640px;
  background-color: transparent;
}
.game-hopscotch #mask .blin,
.game-turntable #mask .blin,
.game-scratch #mask .blin {
  width: 100%;
  height: 100%;
  -o-animation: circle 10s linear infinite;
  -ms-animation: circle 10s linear infinite;
  -moz-animation: circle 10s linear infinite;
  -webkit-animation: circle 10s linear infinite;
  animation: circle 10s linear infinite;
}
@keyframes circle {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.game-hopscotch #mask .caidai,
.game-turntable #mask .caidai,
.game-scratch #mask .caidai {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.game-hopscotch #mask .winning,
.game-turntable #mask .winning,
.game-scratch #mask .winning {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 8rem;
  height: 6.8rem;
  margin: -3.46666667rem 0 0 -4rem;
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.game-hopscotch #mask .reback,
.game-turntable #mask .reback,
.game-scratch #mask .reback {
  -o-animation: reback 0.5s linear forwards;
  -ms-animation: reback 0.5s linear forwards;
  -moz-animation: reback 0.5s linear forwards;
  -webkit-animation: reback 0.5s linear forwards;
  animation: reback 0.5s linear forwards;
}
@keyframes reback {
  100% {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.game-hopscotch .winning .red-head,
.game-turntable .winning .red-head,
.game-scratch .winning .red-head {
  position: relative;
  top: -0.33333333rem;
  width: 100%;
  height: 4.46666667rem;
}
.game-hopscotch .winning .red-body,
.game-turntable .winning .red-body,
.game-scratch .winning .red-body {
  position: relative;
  top: -2.13333333rem;
  z-index: 2;
  width: 100%;
  height: 4.8rem;
}
.game-hopscotch .winning #card,
.game-turntable .winning #card,
.game-scratch .winning #card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -3.2rem;
  margin-top: -1.06666667rem;
  width: 80%;
  height: 4.26666667rem;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.game-hopscotch #card .win,
.game-turntable #card .win,
.game-scratch #card .win {
  display: block;
  margin: 0.13333333rem auto;
  width: 92%;
  height: 3.86666667rem;
}
.game-hopscotch .winning .pull,
.game-turntable .winning .pull,
.game-scratch .winning .pull {
  -o-animation: card 0.5s linear forwards;
  -ms-animation: card 0.5s linear forwards;
  -moz-animation: card 0.5s linear forwards;
  -webkit-animation: card 0.5s linear forwards;
  animation: card 0.5s linear forwards;
}
@keyframes card {
  100% {
    margin-top: -3.2rem;
  }
}
.game-hopscotch .winning .btn,
.game-turntable .winning .btn,
.game-scratch .winning .btn {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  width: 4.85333333rem;
  height: 0.94666667rem;
  margin-left: -2.42666667rem;
  -o-animation: shake 0.5s 2 linear alternate;
  -ms-animation: shake 0.5s 2 linear alternate;
  -moz-animation: shake 0.5s 2 linear alternate;
  -webkit-animation: shake 0.5s 2 linear alternate;
  animation: shake 0.5s 2 linear alternate;
}
@keyframes shake {
  50% {
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
.game-hopscotch #close,
.game-turntable #close,
.game-scratch #close {
  position: absolute;
  right: 0rem;
  top: -34px;
  z-index: 10;
  width: 24px;
  height: 24px;
  animation: fadein 0.5s 0.5s linear forwards;
}

.game-scratch {
  width: 375px;
  height: 640px;
}
.game-scratch #wrap.main_wrapper {
  width: 375px;
  height: 640px;
  padding: 30px 37px;
  /*刮刮樂塗層*/
}
.game-scratch #wrap.main_wrapper .game_title {
  width: 300px;
  height: 150px;
}
.game-scratch #wrap.main_wrapper button {
  border: none;
}
.game-scratch #wrap.main_wrapper .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 442px;
}
.game-scratch #wrap.main_wrapper .rule {
  position: absolute;
  width: 105px;
  height: 32.5px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.game-scratch #wrap.main_wrapper .panel {
  position: absolute;
  left: 50%;
  bottom: 67.2px;
  z-index: 1;
  margin-left: -9.25rem;
  width: 300px;
  height: 300px;
}
.game-scratch #wrap.main_wrapper .canvas-fill {
  width: 280px;
  height: 274px;
  position: absolute;
  left: 4%;
  top: 5%;
}
.game-scratch #wrap.main_wrapper #canvas {
  position: absolute;
  left: 4%;
  top: 5%;
}
.game-scratch #wrap.main_wrapper #canvas-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 280px;
  height: 274px;
  transform: translate(-50%, -50%);
}
.game-scratch #wrap.main_wrapper #canvas-mask #btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 162.5px;
  height: 42.5px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.game-turntable .main_wrapper {
  padding: 0 37.5px;
  padding-top: 25px;
}
.game-turntable .header .title {
  width: 300px;
  height: 100px;
}
.game-turntable .rule {
  text-align: center;
  width: 105px;
  height: 32.5px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 17.5px;
  cursor: pointer;
}
.game-turntable .rotate {
  position: relative;
  width: 100%;
  height: 313px;
}
.game-turntable .lunpai {
  position: absolute;
  left: 50%;
  top: 0;
  width: 300px;
  height: 300px;
  margin-left: -150px;
}
.game-turntable .lunpai .lunpai_inside {
  position: absolute;
  width: 267.5px;
  height: 267.5px;
  left: 50%;
  top: 17px;
  margin-left: -133.75px;
}
.game-turntable .ring {
  position: absolute;
  left: 50%;
  top: 0.34666667rem;
  width: 8.22666667rem;
  height: 8.22666667rem;
  margin-left: -4.08rem;
}
.game-turntable #btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 72.5px;
  margin: -50px 0 0 -30px;
  cursor: pointer;
}
.game-turntable .prize {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -135px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
.game-turntable .prize li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 135px;
  background: no-repeat center 41%;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.8rem;
  text-align: center;
  color: white;
  transform-origin: center bottom;
  background-size: 40px 40px;
}
.game-turntable .prize li:nth-child(1) {
  transform: rotate(0deg);
}
.game-turntable .prize li:nth-child(2) {
  transform: rotate(60deg);
}
.game-turntable .prize li:nth-child(3) {
  transform: rotate(120deg);
}
.game-turntable .prize li:nth-child(4) {
  transform: rotate(180deg);
}
.game-turntable .prize li:nth-child(5) {
  transform: rotate(240deg);
}
.game-turntable .prize li:nth-child(6) {
  transform: rotate(300deg);
}
.game-turntable .prize li > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  border-right: 2px solid #ffc341;
  transform-origin: right bottom;
  transform: rotate(30deg) skewY(30deg);
}
.game-turntable .prize li p {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: 60%;
  padding-top: 5px;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
}
.game-turntable .running {
  animation: init 90s linear infinite;
}
@keyframes init {
  100% {
    transform: rotate(360deg);
  }
}
.game-turntable .border {
  width: 167px;
  height: 36.25px;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 18.75px;
  font-size: 12px;
  line-height: 36.25px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  border: none !important;
}
.game-turntable .game_info {
  width: 212.5px;
  height: 62.5px;
  margin: auto;
  padding: 7.5px 10px;
  overflow: auto;
}
.game-turntable .game_info::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 2px;
}
.game-turntable .game_info h6 {
  text-align: center;
  font-size: 12px;
}
.game-turntable .game_info p {
  font-size: 12px;
  overflow: auto;
}

.game-hopscotch {
  width: 375px;
  height: 640px;
}
.game-hopscotch .title {
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.game-hopscotch .main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 450px;
}
.game-hopscotch .main .rule {
  position: absolute;
  width: 105px;
  height: 32.5px;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.game-hopscotch .box {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 340px;
  height: 325px;
  /*小彩灯*/
}
.game-hopscotch .box > h2 {
  margin-top: 32px;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.game-hopscotch .box > h2 > div:first-child {
  margin-right: 4px;
}
.game-hopscotch .box > h2 > div:last-child {
  margin-left: 4px;
}
.game-hopscotch .box #change {
  color: #fde817;
}
.game-hopscotch .box .light {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.93333333rem;
}
.game-hopscotch .box .light li {
  position: relative;
  width: 0.58666667rem;
  height: 100%;
}
.game-hopscotch .box .light li p {
  margin-bottom: 1.33333333rem;
  width: 0.56rem;
  height: 0.56rem;
}
.game-hopscotch .play {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 195px;
}
.game-hopscotch .play li {
  position: relative;
  float: left;
  margin: 2.67px 0 0 4px;
  width: 95px;
  height: 60px;
  background-color: white;
  border-radius: 8px;
}
.game-hopscotch .play li:nth-child(4) {
  left: 198px;
}
.game-hopscotch .play li:nth-child(6) {
  top: 62px;
}
.game-hopscotch .play li:nth-child(7) {
  left: 99px;
}
.game-hopscotch .play li:nth-child(8) {
  left: -99px;
}
.game-hopscotch .play li:nth-child(9) {
  left: -198px;
  top: -62px;
}
.game-hopscotch .play li.select {
  background-color: #ffc341;
}
.game-hopscotch .play li div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.game-hopscotch .play li div img {
  width: 80px;
  height: 35px;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.game-hopscotch .play li div p {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  width: 100%;
  font-size: 12px;
  transform: scale(0.9);
  white-space: nowrap;
}
.game-hopscotch #btn {
  cursor: pointer;
}
.game-hopscotch .awards {
  bottom: 0.37333333rem;
  transform: translate(-50%, 0);
  width: 340px;
  height: 80px;
  display: flex;
  align-items: center;
}
.game-hopscotch .awards .swiper-slide {
  margin: 0.06666667rem 10px;
  padding: 0;
  width: 65px;
  height: 65px;
  background-image: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

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