@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 10px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}


/*字体包CDN分离路径*/
@font-face {
  font-family: 'nootype-radikal-Mendium';
  src: url("../fonts/Nootype-RadikalMedium.otf");
}

@font-face {
  font-family: 'nootype-radikal';
  src: url("../fonts/Nootype-Radikal.otf");
}
@font-face {
  font-family: 'nootype-radikal-Bold';
  src: url("../fonts/Nootype-RadikalBold.otf");
}

body,
html {
  height: 100%;
  overflow: hidden;
  background: #000;
  -webkit-overflow-scrolling: touch;
  font-family: 'nootype-radikal';
}

.f-mendium {
  font-family: "nootype-radikal-Mendium";
}
.f-bold {
  font-family: "nootype-radikal-Bold";
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
  font-family: "all";
}

.lang-ar,
.lang-ar input,
.lang-ar select {
  direction: rtl;
}

body,
html {
  height: 100%;
  overflow: hidden;
  background: #000;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

.part1,
.part3,
.part5 {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg1.jpg) center center / 100% no-repeat;
}
.pc .part1,
.game_env .part1,
.pc .part3,
.game_env .part3,
.pc .part5,
.game_env .part5 {
  background: url(../images/bg1.jpg) center center / 100% 100% no-repeat;
}

.part2 {
  width: 100vw;
  /* height: 100vh; */
  height: 100%;
  background: url(../images/bg2.jpg) center center/ 100% no-repeat;
  overflow-x: hidden;
  overflow-y: auto;
}
.pc .part2,
.game_env .part2 { 
  background: url(../images/bg2.jpg) center center/ 100% 100% no-repeat;
}

.part4 {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg3.jpg) center center/ 100% no-repeat;
  overflow-x: hidden;
  overflow-y: auto;
}
.pc .part4,
.game_env .part4 { 
  background: url(../images/bg3.jpg) center center/ 100% 100% no-repeat;
}

.pc .part2,
.pc .part4 { 
  overflow: hidden;
  height: 100vh;
}

.part2_mask {
  display: none;
}

.pc .part2_mask.show,
.game_env .part2_mask.show {
  display: block;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1.2);
    z-index: 0;
}

.part {
  display: none;
}

.part.act {
  display: block;
}

.content {
  width: 90%;
  height: 7.5rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

/* .longwrapper1 .content {
  transform: scale(.88);
  -ms-transform: scale(.88);
  -webkit-transform: scale(.88);
  -o-transform: scale(.88);
  -moz-transform: scale(.88);
  transform-origin: center;
}

.longwrapper2 .content {
  transform: scale(.8);
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  -moz-transform: scale(.8);
  transform-origin: center;
} */

/* part1 */
.part1 .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 7.2rem;
}
.pc .part1 .content,
.game_env .part1 .content { 
  height: 7.5rem;
}

.loading_tip {
  font-size: 0.36rem;
  color: #ffead1;
  text-align: center;
  line-height: 0.46rem;
  opacity: 0;
  margin: 0.08rem auto;
  position: relative;
  top: 0.65rem;
}

.video_tip {
  font-size: 0.36rem;
  color: #ffead1;
  text-align: center;
  line-height: 0.46rem;
  opacity: 0;
  margin: 0.08rem auto;
  position: relative;
  /* top: 0.65rem; */
  top: 70%;
  text-shadow: 0 0 0.05rem #000;
  width: 90%;
  margin: 0 auto;
}

.loading_tip1 {
  animation: an_loading_tip 1.3s ease-in-out forwards;
}

.video_tip1 {
   animation: an_loading_tip 1s ease-in-out forwards;
}

.loading_tip2 {
  animation: an_loading_tip 1.3s ease-in-out forwards;
  animation-delay: 0.9s;
}
.video_tip2 {
  animation: an_loading_tip 1s ease-in-out forwards;
  animation-delay: 1s;
}

.loading_tip3 {
  animation: an_loading_tip 1.3s ease-in-out forwards;
  animation-delay: 1.8s;
}
.video_tip3 {
  animation: an_loading_tip 1s ease-in-out forwards;
  animation-delay: 2s;
}

.video_tip4 {
  animation: an_loading_tip 1s ease-in-out forwards;
  animation-delay: 3s;
}
.loading_icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 1.6rem 0;
  position: relative;
  top: 0.65rem;
}

.loading_icon {
  display: block;
  background: url(../images/loading_icon.png) center center / 100% no-repeat;
  width: 0.27rem;
  height: 0.21rem;
  margin: 0 0.04rem;
  opacity: 0;
}

.loading_icon1 {
  animation: an_loading_icon 1.3s ease-in-out forwards;
}

.loading_icon2 {
  animation: an_loading_icon 1.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.loading_icon3 {
  animation: an_loading_icon 1.3s ease-in-out forwards;
  animation-delay: 1.8s;
}

.btn_enter_game {
  display: block;
  background: url(../images/btn_enter.png) center center / 100% no-repeat;
  width: 3.9rem;
  height: 0.82rem;
  margin: 0 auto;
  transition: all .3s;
  opacity: 0;
  animation: an_loading_btn 1s ease-in-out forwards;
  animation-delay: 2.6s;
  /* 禁止点击 */
  pointer-events: none;
}

.btn_enter_game:hover {
  filter: brightness(1.2);
}

.btn_enter_game p {
  line-height: 0.82rem;
  text-align: center;
  font-size: 0.3rem;
  color: #e8d49a;
}
.lang-ms .btn_enter_game p {
  font-size: 0.24rem;
}

/* pop2 */
.part2 .content,
.part3 .content,
.part4 .content {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.pc .part2 .content,
.pc .part4 .content {
  height: 120%;
  overflow: hidden;
}

/* .part2 .content::after,
.part4 .content::after {
  content: "";
  display: block;
  background: url(../images/content_after.png) center center / 100% 100% no-repeat;
  width: 19.2rem;
  height: 10.91rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
} */
.part2.new_guide .content::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* transform: scale(1.2); */
  z-index: 1;
}

.logo {
  display: block;
  background: url(../images/logo.png) center center / 100% no-repeat;
  width: 2.63rem;
  height: 0.43rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}

.btn_return_home {
  display: none;
}

.slogan {
  display: block;
  background: url(../images/slogan_en.png?v=1.0) center center / 100% no-repeat;
  /* width: calc(9.71rem * 0.86);
  height: calc(0.56rem * 0.86); */
  width: 9.71rem;
  height: 0.56rem;
  position: absolute;
  top: calc(9% - 0.1rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lang-en .slogan {
  background: url(../images/slogan_en.png?v=1.0) center center / 100% no-repeat;
}
.lang-ar .slogan {
  background: url(../images/slogan_ar.png?v=1.1) center center / 100% no-repeat;
}
.lang-ms .slogan {
  background: url(../images/slogan_ms.png?v=1.0) center center / 100% no-repeat;
}
.lang-ru .slogan {
  background: url(../images/slogan_ru.png) center center / 100% no-repeat;
}
.lang-ch .slogan {
  background: url(../images/slogan_zh.png) center center / 100% no-repeat;
}
.lang-tr .slogan {
  background: url(../images/slogan_tr.png?v=1.2) center center / 100% no-repeat;
}
.lang-id .slogan {
  background: url(../images/slogan_id.png) center center / 100% no-repeat;
}
.lang-ptbr .slogan {
  background: url(../images/slogan_pt.png?v=1.0) center center / 100% no-repeat;
}
.lang-cht .slogan {
  background: url(../images/slogan_hk.png) center center / 100% no-repeat;
}
.lang-eslt .slogan {
  background: url(../images/slogan_es.png?v=1.0) center center / 100% no-repeat;
}

.btn_rule {
  display: block;
  background: url(../images/btn_rule.png) center center / 100% no-repeat;
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: calc(9% - 0.02rem);
  left: 0;
  right: 0;
  margin: 0 0rem 0 14.6rem;
}

.lang-ar .btn_rule {
  margin: 0 11.6rem 0 0;
}
.lang-en .btn_rule {
  margin: 0 0rem 0 14rem;
}
.lang-cht .btn_rule {
  margin: 0 0rem 0 11.5rem;
}
.lang-tr .btn_rule {
  margin: 0 0rem 0 13.9rem;
}
.lang-id .btn_rule {
  margin: 0 0rem 0 13.8rem;
}

.btn_share {
  display: block;
  background: url(../images/btn_share.png) center center / 100% no-repeat;
  width: 0.42rem;
  height: 0.46rem;
  position: absolute;
  top: 0.2rem;
  right: 3.02rem;
}

.btn_music {
  display: block;
  background: url(../images/btn_music.png) center center / 100% no-repeat;
  width: 0.49rem;
  height: 0.46rem;
  position: absolute;
  top: 0.2rem;
  right: 2.41rem;
}

.btn_music.close {
  background: url(../images/btn_music_close.png) center center / 100% no-repeat;
}

.language {
  background: url(../images/language_bg.png) center center / 100% 100% no-repeat;
  width: 2.2rem;
  min-height: 0.46rem;
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  z-index: 3;
}

.new_guide .language {
  z-index: unset;
}

.lang-ar .language {
  direction: ltr;
}

.language::before {
  content: "";
  display: block;
  background: url(../images/lang_icon.png) center center / 100% no-repeat;
  width: 0.23rem;
  height: 0.23rem;
  position: absolute;
  left: 0.08rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.language::after {
  content: "";
  display: block;
  background: url(../images/row_icon.png) center center / 100% no-repeat;
  width: 0.16rem;
  height: 0.11rem;
  position: absolute;
  right: 0.08rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.language .lang {
  height: 0.46rem;
  width: 2.2rem;
  line-height: 0.46rem;
  font-size: 0.15rem;
  color: #d1c19b;
  padding: 0 0.27rem 0 0.39rem;
  white-space: nowrap;
}

.longwrapper2 .language .lang,
.longwrapper1 .language .lang { 
  transform: scale(0.98);
}

.language .lang_list {
  height: 0;
  border: none;
  position: absolute;
  top: 0.46rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.2rem;
  overflow: hidden;
  transition: height 0.3s;
}

.language .lang_list.act {
  height: 4.05rem;
  border-right: 1px solid #d1c19b;
  border-left: 1px solid #d1c19b;
}

.language .lang_item {
  height: 0.45rem;
  cursor: pointer;
  background-color: rgba(104, 80, 53, .8);
  line-height: 0.46rem;
  font-size: 0.18rem;
  color: #d1c19b;
  text-align: center;
  border-bottom: 0.01rem solid #d1c19b;
}

.tab_group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: calc(16% - 0.1rem); */
  top: calc(22% + 7.5rem);
  left: 0;
  right: 0;
  margin: 0.1rem auto 0;
  padding-bottom: 0.2rem;
}

.tab_group .btn_tab {
  display: block;
  background: url(../images/btn_tab.png) center center / 100% no-repeat;
  width: 4.74rem;
  height: 0.52rem;
  margin: 0 0.1rem;
  pointer-events: none;
}

.tab_group .btn_tab.act {
  background: url(../images/btn_tab_act.png) center center / 100% no-repeat;
}

.tab_group .btn_tab.disable {
  pointer-events: none;
}

.tab_group .btn_tab p {
  font-size: 0.21rem;
  color: #7d4e35;
  text-align: center;
  line-height: 0.52rem;
}

.tab_group .btn_tab.act p {
  color: #e8d49a;
}

.progress_box {
  background: url(../images/progress_box_bg.png) center center / 100% no-repeat;
  width: 7.52rem;
  height: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: calc(22% - 0.1rem); */
  top: calc(14% - 0.1rem);
  left: 0;
  right: 0;
  margin: 0.2rem auto 0;
}

.progress_box .progress_tip {
  font-size: 0.2rem;
  color: #efc184;
  line-height: 0.53rem;
}

.part2 .progress_box .progress_bar {
  background: url(../images/progress_bar.png) center center / 100% no-repeat;
  width: 4.15rem;
  height: 0.14rem;
  margin: 0 0.08rem;
  display: flex;
  align-items: center;
  position: relative;
}

.part2 .progress_box .progress_bar i {
  background: url(../images/progress_bar_act.png) left center / auto 0.14rem no-repeat;
  width: 0;
  height: 0.14rem;
  position: relative;
  transition: width 0.5s;
}

.lang-ar .part2 .progress_box .progress_bar i {
  background: url(../images/progress_bar_act.png) right center / auto 0.14rem no-repeat;
}

.part2 .progress_box .progress_bar i::after {
  content: "";
  display: none;
  background: url(../images/progress_bar_icon.png) center center / 100% no-repeat;
  width: 0.3rem;
  height: 0.29rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.14rem;
  margin: auto 0;
}

.lang-ar .part2 .progress_box .progress_bar i::after {
  right: unset;
  left: -0.14rem;
}

.part2 .progress_box .progress_bar.act1 i::after,
.part2 .progress_box .progress_bar.act2 i::after,
.part2 .progress_box .progress_bar.act3 i::after,
.part2 .progress_box .progress_bar.act4 i::after,
.part2 .progress_box .progress_bar.act5 i::after,
.part2 .progress_box .progress_bar.act6 i::after,
.part2 .progress_box .progress_bar.act7 i::after,
.part2 .progress_box .progress_bar.act8 i::after {
  display: block;
}

.part2 .progress_box .progress_bar.act1 i {
  width: 12.5%;
  display: block;
}

.part2 .progress_box .progress_bar.act2 i {
  width: 25%;
  display: block;
}

.part2 .progress_box .progress_bar.act3 i {
  width: 37.5%;
  display: block;
}

.part2 .progress_box .progress_bar.act4 i {
  width: 50%;
  display: block;
}

.part2 .progress_box .progress_bar.act5 i {
  width: 62.5%;
  display: block;
}

.part2 .progress_box .progress_bar.act6 i {
  width: 75%;
  display: block;
}

.part2 .progress_box .progress_bar.act7 i {
  width: 87.5%;
  display: block;
}

.part2 .progress_box .progress_bar.act8 i {
  width: 100%;
  display: block;
}

.first_game_content,
.second_game_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0.3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.25rem;
}

.first_game_content .first_target_content,
.second_game_content .second_target_content {
  background: url(../images/left_content_bg.png) center center / 100% no-repeat;
  width: 4.58rem;
  height: 7.22rem;
  flex-shrink: 0;
  padding: 0.32rem 0.2rem;
  animation-name: bounceInLeft;
}
.lang-ar .first_game_content .first_target_content,
.lang-ar .second_game_content .second_target_content { 
  animation-name: bounceInRight;
}

.first_game_content .first_target_content .first_target_title,
.first_game_content .first_element_content .first_element_title,
.first_game_content .first_synthesis_content .first_synthesis_title,
.second_game_content .second_element_content .second_element_title,
.second_game_content .second_synthesis_content .second_synthesis_title,
.second_game_content .second_target_content .second_target_title {
  font-size: 0.26rem;
  line-height: 0.44rem;
  text-align: center;
  color: #8c6d31;
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.first_game_content .first_target_content .first_target_title::after,
.first_game_content .first_element_content .first_element_title::after,
.first_game_content .first_synthesis_content .first_synthesis_title::after,
.second_game_content .second_element_content .second_element_title::after,
.second_game_content .second_synthesis_content .second_synthesis_title::after,
.second_game_content .second_target_content .second_target_title::after {
  content: "";
  display: block;
  background: url(../images/title_after2.png) right center / 4.11rem 100% no-repeat;
  height: 0.3rem;
  width: 0.62rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.64rem;
  margin: auto 0;
}

.first_game_content .first_target_content .first_target_title::before,
.first_game_content .first_element_content .first_element_title::before,
.first_game_content .first_synthesis_content .first_synthesis_title::before,
.second_game_content .second_element_content .second_element_title::before,
.second_game_content .second_synthesis_content .second_synthesis_title::before,
.second_game_content .second_target_content .second_target_title::before {
  content: "";
  display: block;
  background: url(../images/title_after2.png) left center / 4.11rem 100% no-repeat;
  height: 0.3rem;
  width: 0.62rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.64rem;
  margin: auto 0;
}

.first_game_content .first_target_item {
  background: url(../images/first_target_bg.png) center center / 100% no-repeat;
  width: 1.3rem;
  height: 1.84rem;
  margin: 0.1rem 0;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.first_game_content .first_target_item.act {
  background: url(../images/first_target_bg_act.png) center center / 100% no-repeat;
}

.first_game_content .first_target_item:nth-child(3n - 1) {
  margin: 0.1rem 0.14rem;
}

.first_game_content .first_target_item .first_target_img_act {
  display: none;
}

.first_game_content .first_target_item .first_target_img {
  width: 1.22rem;
  height: 1.3rem;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.first_game_content .first_target_item.act .first_target_img {
  display: none;
}

.first_game_content .first_target_item.act .first_target_img_act {
  width: 1.22rem;
  height: 1.3rem;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.first_game_content .first_target_item .first_target_name {
  font-size: 0.24rem;
  color: #372418;
  line-height: 0.3rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.first_game_content .first_target_item .target_tip,
.second_game_content .second_target_list .target_tip {
  display: none;
}

.first_game_content .first_target_item.target .target_tip,
.second_game_content .second_target_item.target .target_tip {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.lang-id .first_game_content .first_target_item.target .target_tip,
.lang-id .second_game_content .second_target_item.target .target_tip { 
  flex-flow: column;
}
.second_game_content .second_target_item.target .target_tip {
  width: 90%;
  margin: 0 auto;
}

.first_game_content .first_target_item.target .target_tip::before {
  content: "";
  display: block;
  background: url(../images/first_target_bg_target.png) center center / 100% no-repeat;
  width: 1.3rem;
  height: 1.84rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.first_game_content .first_target_item .target_tip i,
.second_game_content .second_target_item .target_tip i {
  display: block;
  background: url(../images/target_icon.png) center center / 100% no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  z-index: 1;
  flex-shrink: 0;
}

.first_game_content .first_target_item .target_tip span,
.second_game_content .second_target_item .target_tip span {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.33rem;
  z-index: 1;
  /* 向四周发光 */
  text-shadow: 0 0 0.1rem #ffffff, 0 0 0.1rem #b7aa1f, 0 0 0.2rem #a99d11;
  text-align: center;
}
.lang-tr .first_game_content .first_target_item .target_tip span,
.lang-tr .second_game_content .second_target_item .target_tip span { 
  font-size: 0.18rem;
}

.first_game_content .first_target_list,
.first_game_content .first_element_list {
  display: flex;
  flex-wrap: wrap;
}

.first_game_content .first_synthesis_content,
.second_game_content .second_synthesis_content {
  background: url(../images/mid_content_bg.png) center center / 100% no-repeat;
  width: 9.23rem;
  height: 7.23rem;
  margin: 0 0.1rem;
  flex-shrink: 0;
  padding: 0.32rem 0.2rem;
  z-index: 2;
  animation-name: bounceInUp;
}

.part2.new_guide .first_game_content .first_synthesis_content::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.first_game_content .first_synthesis_content .current_title {
  background: url(../images/current_title_bg.png) center center / 100% no-repeat;
  width: 3.23rem;
  height: 0.47rem;
  margin: 0.4rem auto;
  font-size: 0.3rem;
  line-height: 0.47rem;
  text-align: center;
  color: #9d7648;
}

.first_game_content .first_synthesis_content .first_target_box {
  background: url(../images/first_target_box_bg.png) center center / 100% no-repeat;
  width: 1.79rem;
  height: 1.89rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto;
  padding: 0.1rem 0 0.06rem 0.06rem;
}

.first_game_content .first_synthesis_content .first_target_box img {
  width: 1.22rem;
  height: 1.12rem;
  object-fit: contain;
}

.part2.done .first_game_content .first_synthesis_content .first_target_box img {
  display: none;
}

.first_game_content .first_synthesis_content .first_target_box .first_target_name {
  font-size: 0.24rem;
  color: #372418;
  line-height: 0.34rem;
  text-align: center;
}

.part2.done .first_game_content .first_synthesis_content .first_target_box .first_target_name {
  display: none;
}

.first_game_content .first_synthesis_content .first_synthesis_element_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0.3rem;
}

.first_game_content .first_synthesis_content .btn_synthesis_element {
  background: url(../images/btn_synthesis_element_bg.png) center center / 100% no-repeat;
  width: 1.22rem;
  height: 1.26rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
}

.first_game_content .first_synthesis_content .btn_synthesis_element.act {
  background: url(../images/btn_synthesis_element_act_bg.png) center center / 100% no-repeat;
  pointer-events: auto;
  z-index: 1;
  padding-top: 0.1rem;
}
.part.new_guide .first_game_content .first_synthesis_content .btn_synthesis_element.act {
    pointer-events: none;
}

.first_game_content .first_synthesis_content .btn_synthesis_element.error {
  background: url(../images/btn_synthesis_element_error_bg.png) center center / 100% no-repeat;
}

.first_game_content .first_synthesis_content .btn_synthesis_element.act img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
}

.first_game_content .first_synthesis_content .btn_synthesis_element.act .synthesis_element_tip {
  display: none;
}

.first_game_content .first_synthesis_content .btn_synthesis_element .synthesis_element_tip {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #372418;
}

.first_game_content .first_synthesis_content .add_icon {
  display: block;
  background: url(../images/add_icon.png) center center / 100% no-repeat;
  width: 0.39rem;
  height: 0.4rem;
  margin: 0 0.2rem;
}

.first_game_content .first_synthesis_content .btn_first_synthesis {
  display: block;
  background: url(../images/btn_synthesis_disable.png) center center / 100% no-repeat;
  width: 3.07rem;
  height: 0.81rem;
  margin: 0 auto;
  transition: background .3s;
  pointer-events: none;
}

.first_game_content .first_synthesis_content .btn_first_synthesis.act {
  z-index: 1;
  position: relative;
  background: url(../images/btn_synthesis.png) center center / 100% no-repeat;
  transition: filter .3s;
  pointer-events: auto;
}

.first_game_content .first_synthesis_content .btn_first_synthesis.act:hover {
  filter: brightness(1.2);
}

.first_game_content .first_synthesis_content .btn_first_synthesis p {
  font-size: 0.3rem;
  color: #e8d49a;
  text-align: center;
  line-height: 0.81rem;
}


.first_game_content .first_element_content,
.second_game_content .second_element_content {
  background: url(../images/right_content_bg.png) center center / 100% no-repeat;
  width: 4.58rem;
  height: 7.22rem;
  flex-shrink: 0;
  padding: 0.32rem 0.2rem;
  position: relative;
  animation-name: bounceInRight;
}
.lang-ar .first_game_content .first_element_content,
.lang-ar .second_game_content .second_element_content { 
  animation-name: bounceInLeft;
}

.part2.new_guide .first_game_content .first_element_content {
  z-index: 2;
}

.part2.new_guide .first_game_content .first_element_content::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.first_game_content .first_element_content .first_element_item {
  background: url(../images/element_item_bg.png) center center / 100% no-repeat;
  width: 1.3rem;
  height: 1.84rem;
  margin: 0.1rem 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: z-index 1s;
  cursor: pointer;
  transition: transform 0.3s, filter 0.2s;
}
.first_game_content .first_element_content .first_element_item.light {
 background: url(../images/element_light_bg2.png) center center / 100% 100% no-repeat;
}
.first_game_content .first_element_content .first_element_item.disable {
  pointer-events: none;
  background: url(../images/element_disable_bg.png) center center / 100% no-repeat;
}

.part2.done .first_game_content .first_element_content .first_element_item {
  pointer-events: none;
}

.first_game_content .first_element_content .first_element_item:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

.first_game_content .first_element_content .first_element_item:nth-child(3n - 1) {
  margin: 0.1rem 0.14rem;
}

.first_game_content .first_element_content .first_element_item .first_element_img,
.first_game_content .first_element_content .first_element_item.disable .first_element_img_disable{
  width: 1.21rem;
  height: 1.17rem;
  object-fit: contain;
  display: block;
}
.first_game_content .first_element_content .first_element_item .first_element_img_disable,
.first_game_content .first_element_content .first_element_item.disable .first_element_img {
  display: none;
}

.first_game_content .first_element_content .first_element_item .first_element_name {
  font-size: 0.24rem;
  color: #372418;
  line-height: 0.3rem;
  text-align: center;
  width: 96%;
  margin: 0 auto;
}

.lang-ru .first_game_content .first_element_content .first_element_item .first_element_name {
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.lang-tr .first_game_content .first_element_content .first_element_item .first_element_name {
  font-size: 0.22rem;
}

.first_game_content .first_element_content .first_element_item .new_guide_tip {
  display: none;
}

.first_game_content .first_element_content .first_element_item.act {
  z-index: 2;
}

.first_game_content .first_element_content .first_element_item.act::after {
  content: "";
  background: url(../images/element_light_bg.png) center center / 100% no-repeat;
  width: 1.84rem;
  height: 2.38rem;
  position: absolute;
  top: 0;
  left: -0.29rem;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.lang-ar .first_game_content .first_element_content .first_element_item.act::after {
  left: unset;
  right: -0.29rem;
}

.first_game_content .first_element_content .first_element_item.act .new_guide_tip {
  display: block;
  background: url(../images/guide_click_bg.png) center center / 100% no-repeat;
  width: 1.03rem;
  height: 0.3rem;
  font-size: 0.18rem;
  color: #7e4f36;
  text-align: center;
  line-height: 0.3rem;
  position: absolute;
  left: -.5rem;
  top: 0;
}

.lang-ar .first_game_content .first_element_content .first_element_item.act .new_guide_tip {
  left: unset;
  right: -.5rem;
}


/* 新手教程 */
.part2 .new_guide_step {
  display: none;
}

.part2.new_guide .new_guide_step {
  display: flex;
  background: url(../images/new_guide_step_bg.png) center center / 100% no-repeat;
  width: 5.65rem;
  height: 3.97rem;
  position: absolute;
  top: 0;
  left: 0.2rem;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.2rem 0.2rem;
  animation-name: bounceInLeft;
}

.lang-ar .part2.new_guide .new_guide_step {
  left: unset;
  right: 0.2rem;
  animation-name: bounceInRight;
}

.new_guide_step .new_guide_step_title {
  font-size: 0.3rem;
  color: #8c6d31;
  line-height: 0.4rem;
  position: relative;
}

.new_guide_step .new_guide_step_title::before {
  content: "";
  display: block;
  background: url(../images/title_after.png) right center / 4.11rem 100% no-repeat;
  height: 0.21rem;
  width: 0.52rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.64rem;
  margin: auto 0;
}

.new_guide_step .new_guide_step_title::after {
  content: "";
  display: block;
  background: url(../images/title_after.png) right center / 4.11rem 100% no-repeat;
  height: 0.21rem;
  width: 0.52rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.64rem;
  margin: auto 0;
}

.new_guide_step .new_guide_step_tip {
  font-size: 0.23rem;
  color: #8c6d31;
  line-height: 0.33rem;
  text-align: center;
  margin: 0.3rem auto 0.5rem;
}

.new_guide_step .new_guide_step_icon {
  display: block;
  background: url(../images/step_icon.png) center center / 100% no-repeat;
  width: 0.76rem;
  height: 0.55rem;
}

.lang-ar .new_guide_step .new_guide_step_icon {
  transform: scale(-1, 1);
}

/* part3 */
.part3 .content {
  overflow: hidden;
  pointer-events: none;
}
.part3 #lottie {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.part3 video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  pointer-events: none;
}


/* part4 */
.part4 .btn_return_home {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/btn_home.png) center center / 100% 100% no-repeat;
  min-width: 1.49rem;
  height: 0.36rem;
  position: absolute;
  top: 0.8rem;
  left: 0.1rem;
  padding: 0 0.14rem;
}
.part4 .btn_return_home i {
  display: block;
  background: url(../images/home_icon.png) center center / 100% no-repeat;
  width: 0.2rem;
  height: 0.18rem;
  flex-shrink: 0;
}
.part4 .btn_return_home p {
  font-size: 0.16rem;
  color: #e8d7b0;
  /* line-height: 0.36rem; */
  margin: 0 0.04rem;
}
.lang-ms .part4 .btn_return_home p {
  font-size: 0.12rem;
}
.part4 .progress_bar {
  background: url(../images/progress_bar2.png) center center / 100% no-repeat;
  display: flex;
  width: 4.12rem;
  height: 0.14rem;
  align-items: center;
}

.part4 .progress_bar i {
  background: url(../images/progress_bar2_act.png) left center / auto 100% no-repeat;
  width: 0;
  height: 0.14rem;
  position: relative;
  transition: width 0.5s;
}

.part4 .progress_bar i::after {
  content: "";
  display: none;
  background: url(../images/progress_bar_icon.png) center center / 100% 100% no-repeat;
  width: 0.3rem;
  height: 0.29rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.18rem;
  margin: auto 0;
}

.lang-ar .part4 .progress_bar i::after {
  left: -0.18rem;
  right: unset;
}

.part4 .progress_bar.act1 i::after,
.part4 .progress_bar.act2 i::after,
.part4 .progress_bar.act3 i::after {
  display: block;
}

.part4 .progress_bar.act1 i {
  width: 33%;
}

.part4 .progress_bar.act2 i {
  width: 66%;
}

.part4 .progress_bar.act3 i {
  width: 100%;
}

.second_target_list {
  margin: 0.4rem auto 0;
}

.lang-ar .second_target_list {
  direction: ltr;
}

.hero_swiper_wrapper {
  align-items: center;
  left: -0.34rem;
}

.second_target_list .hero_swiper1 {
  background: url(../images/hero_min1.png) center center / 100% no-repeat;
  width: 1.38rem !important;
  height: 2.88rem;
  flex-shrink: 0;
}

.second_target_list .hero_swiper1.act {
  background: url(../images/hero_min_act1.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper1.swiper-slide-active {
  background: url(../images/hero_min1.png) center center / 100% no-repeat;
  width: 2.17rem !important;
  height: 4.52rem;
}

.second_target_list .hero_swiper1.target {
  background: url(../images/hero_target1.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper1.act.swiper-slide-active {
  background: url(../images/hero1.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper2 {
  background: url(../images/hero_min2.png) center center / 100% no-repeat;
  width: 1.38rem !important;
  height: 2.88rem;
  flex-shrink: 0;
}

.second_target_list .hero_swiper2.act {
  background: url(../images/hero_min_act2.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper2.swiper-slide-active {
  background: url(../images/hero_min2.png) center center / 100% no-repeat;
  width: 2.17rem !important;
  height: 4.52rem;
}

.second_target_list .hero_swiper2.act.swiper-slide-active {
  background: url(../images/hero2.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper2.target {
  background: url(../images/hero_target2.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper3 {
  background: url(../images/hero_min3.png) center center / 100% no-repeat;
  width: 1.38rem !important;
  height: 2.88rem;
  flex-shrink: 0;
}

.second_target_list .hero_swiper3.act {
  background: url(../images/hero_min_act3.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper3.swiper-slide-active {
  background: url(../images/hero_min3.png) center center / 100% no-repeat;
  width: 2.17rem !important;
  height: 4.52rem;
}

.second_target_list .hero_swiper3.act.swiper-slide-active {
  background: url(../images/hero3.png) center center / 100% no-repeat;
}

.second_target_list .hero_swiper3.target {
  background: url(../images/hero_target3.png) center center / 100% no-repeat;
}

.second_target_list .swiper-slide-active {
  z-index: 2;
}

.second_target_list .swiper-slide-prev {
  left: 0.4rem !important;
}

.second_target_list .swiper-slide-next {
  left: -0.4rem !important;
}

.btn_next_hero {
  display: block;
  background: url(../images/btn_next.png) center center / 100% no-repeat;
  width: 0.38rem;
  height: 0.83rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  z-index: 1;
  display: none;
}

.btn_prev_hero {
  display: block;
  background: url(../images/btn_prev.png) center center / 100% no-repeat;
  width: 0.38rem;
  height: 0.83rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.1rem;
  margin: auto 0;
  z-index: 1;
  display: none;
}

.second_target_list_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0.2rem;
}

.second_target_list_pagination .swiper-pagination-bullet {
  display: block;
  background: url(../images/bullet.png) center center / 100% no-repeat;
  width: 0.2rem;
  height: 0.16rem;
  opacity: 1;
  margin: 0 0.1rem;
}

.second_target_list_pagination .swiper-pagination-bullet-active {
  display: block;
  background: url(../images/bullet_act.png) center center / 100% no-repeat;
  width: 0.36rem;
  height: 0.29rem;

}


.second_element_list {
  display: flex;
  flex-wrap: wrap;
}

.second_element_list .second_element_item {
  background: url(../images/first_target_bg_act.png) center center / 100% no-repeat;
  width: 1.3rem;
  height: 1.84rem;
  margin: 0.1rem 0;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.2s, filter 0.2s;
  cursor: pointer;
}
.second_element_list .second_element_item.light {
  background: url(../images/element_light_bg2.png) center center / 100% no-repeat;
}
.second_element_list .second_element_item.disable {
  pointer-events: none;
  background: url(../images/element_disable_bg.png) center center / 100% no-repeat;
}

.second_element_list .second_element_item:nth-child(3n - 1) {
  margin: 0.1rem 0.14rem;
}

.second_element_list .second_element_item:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

.second_element_list .second_element_item .second_element_img,
.second_element_list .second_element_item.disable .second_element_img_disable {
  width: 1.22rem;
  height: 1.14rem;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.second_element_list .second_element_item .second_element_img_disable,
.second_element_list .second_element_item.disable .second_element_img {
  display: none;
}

.second_element_list .second_element_item .second_element_name {
  font-size: 0.24rem;
  color: #372418;
  line-height: 0.3rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}


.second_target_list .target_name {
  font-size: 0.12rem;
  color: #c7a16d;
  line-height: 0.2rem;
  height: 0.2rem;
  position: relative;
  width: max-content;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.8);
}

.second_target_list .swiper-slide-active .target_name {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.26rem;
  bottom: 0.5rem;
  transform: scale(1);
}

.second_target_list .target_name::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/hreo_name_before.png) center center / 100% no-repeat;
  width: 0.12rem;
  height: 0.05rem;
  left: -0.28rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.second_target_list .swiper-slide-active .target_name::before {
  width: 0.18rem;
  height: 0.08rem;
  left: -0.32rem;
}

.second_target_list .target_name::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/hreo_name_after.png) center center / 100% no-repeat;
  width: 0.12rem;
  height: 0.05rem;
  right: -0.28rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.second_target_list .swiper-slide-active .target_name::after {
  width: 0.18rem;
  height: 0.08rem;
  right: -0.32rem;
}

.second_target_list .target_desc {
  background: url(../images/game_name_bg.png) center center / 100% 100% no-repeat;
  /* width: 0.61rem;
  height: 0.09rem; */
  width: 1.83rem;
  height: 0.27rem;
  text-align: center;
  color: #c7a16d;
  line-height: 0.3rem;
  font-size: 0.1rem;
  position: absolute;
  bottom: 0.1rem;
  /* left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.25); */
  left: 50%;
  transform: translateX(-50%) scale(0.25);
  white-space: nowrap;
}
.lang-ar .second_target_list .target_desc {
  left: unset;
  right: 50%;
  transform: translateX(50%) scale(0.25);
}

.second_target_list .swiper-slide-active .target_desc {
  background: url(../images/game_name_bg.png) center center / 100% 100% no-repeat;
  /* width: 0.91rem;
  height: 0.14rem; */
  width: 2rem;
  height: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.34rem;
  bottom: 0.25rem;
  /* transform: scale(0.7); */
   transform: translateX(-50%) scale(0.7);
}
.lang-ar .second_target_list .swiper-slide-active .target_desc {
  transform: translateX(50%) scale(0.7);
}

.second_game_content .second_synthesis_content .current_title {
  background: url(../images/current_title_bg.png) center center / 100% no-repeat;
  width: 3.23rem;
  height: 0.47rem;
  margin: 0.2rem auto 0.1rem;
  font-size: 0.3rem;
  line-height: 0.47rem;
  text-align: center;
  color: #9d7648;
}

.second_game_content .second_synthesis_content .second_target_box {
  width: 1.79rem;
  height: 1.89rem;
  margin: 0 auto;
}

.second_game_content .second_synthesis_content .second_target_box img {
  width: 100%;
  height: 100%;
}

.second_game_content .second_synthesis_content .second_synthesis_tip {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #372418;
  text-align: center;
  width: 8.2rem;
  height: 0.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_game_content .second_synthesis_content .second_synthesis_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements {
  display: block;
  background: url(../images/btn_synthesis_element_bg.png) center center / 100% no-repeat;
  width: 1.22rem;
  height: 1.26rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements.act {
  background: url(../images/btn_synthesis_element_act_bg.png) center center / 100% no-repeat;
  pointer-events: auto;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements.error {
  background: url(../images/btn_synthesis_element_error_bg.png) center center / 100% no-repeat;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements .synthesis_elements_tip {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #372418;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements.act .synthesis_elements_tip {
  display: none;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements img {
  display: none;
}

.second_game_content .second_synthesis_box .btn_synthesis_elements.act img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
}

.second_game_content .second_synthesis_box .fixed_synthesis_elements {
  background: url(../images/btn_synthesis_element_act_bg.png) center center / 100% no-repeat;
  width: 1.22rem;
  height: 1.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_game_content .second_synthesis_box .fixed_synthesis_elements img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
}

.second_game_content .second_synthesis_box .add_icon {
  display: block;
  background: url(../images/add_icon.png) center center / 100% no-repeat;
  width: 0.39rem;
  height: 0.4rem;
  margin: 0 0.2rem;
}

.second_game_content .btn_second_synthesis {
  display: block;
  background: url(../images/btn_synthesis_disable.png) center center / 100% no-repeat;
  width: 3.07rem;
  height: 0.81rem;
  margin: 0.28rem auto 0;
  transition: background .3s;
  pointer-events: none;
}

.second_game_content .btn_second_synthesis.act {
  background: url(../images/btn_synthesis.png) center center / 100% no-repeat;
  transition: filter .3s;
  pointer-events: auto;
}

.second_game_content .btn_second_synthesis.act:hover {
  filter: brightness(1.2);
}

.second_game_content .btn_second_synthesis p {
  font-size: 0.3rem;
  color: #e8d49a;
  line-height: 0.81rem;
  text-align: center;
}


/* part5 */
.part5 .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wait_tip {
  font-size: 0.72rem;
  text-align: center;
  line-height: 0.82rem;
  color: #ffead1;
}

/* dialog */
.dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.pop {
  width: 8.16rem;
  height: 5.73rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/pop_bg.png) top center no-repeat;
  background-size: 100%;
  padding: 1.3rem 0.4rem 0.4rem;
}

.pop .close {
  display: block;
  width: .61rem;
  height: .61rem;
  position: absolute;
  top: .3rem;
  right: -.8rem;
  background: url(../images/btn_close.png) top center no-repeat;
  background-size: 100%;
}

.pop1 .warn {
  width: 100%;
  text-align: center;
  font-size: .36rem;
  line-height: .4rem;
  color: #333;
  padding: 0 .6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
}


.pop2 .p2_title {
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #8c6d31;
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}

.pop2 .p2_title::after {
  content: '';
  display: block;
  background: url(../images/p_line1.png) center center / 100% no-repeat;
  width: 6.82rem;
  height: 0.11rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop2 .p2_tip {
  font-size: 0.3rem;
  color: #745155;
  line-height: 0.4rem;
  text-align: center;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_start_tutorial {
  display: block;
  background: url(../images/btn_start_tutorial.png) center center / 100% no-repeat;
  width: 5.1rem;
  height: 0.84rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: filter .3s;
}

.btn_start_tutorial:hover {
  filter: brightness(1.2);
}

.btn_start_tutorial p {
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.84rem;
  color: #e8d49a;
}

.btn_skip_tutorial {
  display: block;
  background: url(../images/btn_skip_tutorial.png) center center / 100% no-repeat;
  width: 5.1rem;
  height: 0.84rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: filter .3s;
}

.btn_skip_tutorial:hover {
  filter: brightness(1.05);
}

.btn_skip_tutorial p {
  font-size: 0.32rem;
  color: #7d4e35;
  text-align: center;
  line-height: 0.84rem;
}

.pop3 {
  background: url(../images/pop_bg2.png) center center / 100% no-repeat;
  width: 5.75rem;
  height: 4.03rem;
  padding: 1rem 0.2rem 0.2rem 0.2rem;
}

.pop3 .p3_tip {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #8c6d31;
  text-align: center;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop3 .btn_yes {
  display: block;
  background: url(../images/btn_yes.png) center center / 100% no-repeat;
  width: 2.22rem;
  height: 0.59rem;
  margin: 0 auto 0.1rem auto;
}

.pop3 .btn_yes p {
  font-size: 0.24rem;
  color: #e8d49a;
  line-height: 0.59rem;
  text-align: center;
}
.pop3 .btn_no {
  display: block;
  background: url(../images/btn_no.png) center center / 100% no-repeat;
  width: 2.22rem;
  height: 0.59rem;
  margin: 0 auto;
}
.pop3 .btn_no p {
  color: #7d4e35;
  font-size: 0.24rem;
  line-height: 0.59rem;
  text-align: center;
}

.pop4 .p4_title {
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #8c6d31;
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}

.pop4 .p4_title::after {
  content: '';
  display: block;
  background: url(../images/p_line1.png) center center / 100% no-repeat;
  width: 6.82rem;
  height: 0.11rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop4 .p4_tip {
  font-size: 0.3rem;
  color: #745155;
  line-height: 0.4rem;
  text-align: center;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_confirm {
  display: block;
  background: url(../images/btn_start_tutorial.png) center center / 100% no-repeat;
  width: 5.1rem;
  height: 0.84rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: filter .3s;
}

.btn_confirm:hover {
  filter: brightness(1.2);
}

.btn_confirm p {
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.84rem;
  color: #e8d49a;
}

.pop5 .rule-title {
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #8c6d31;
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}

.pop5 .rule-title::after {
  content: '';
  display: block;
  background: url(../images/p_line1.png) center center / 100% no-repeat;
  width: 6.82rem;
  height: 0.11rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop5 .rule-box {
  width: 6rem;
  height: 3rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0.3rem auto 0;
}

.pop5 .rule-box p {
  font-size: .23rem;
  line-height: .33rem;
  color: #745155;
  padding-right: .1rem;
}

.pop6 {
  background: url(../images/correct_pop.png) center center / 100% no-repeat;
  width: 5.85rem;
  height: 1.52rem;
  padding: 0.64rem 0.3rem 0.4rem 1rem;
}

.pop6 .p6_con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pop6 .p6_con .right_icon {
  display: block;
  background: url(../images/correct_icon.png) center center / 100% no-repeat;
  width: 0.3rem;
  height: 0.22rem;
}

.pop6 .p6_con .right_tip {
  font-size: 0.24rem;
  color: #efc184;
  margin: 0 0.04rem;
  line-height: 0.34rem;
}

.pop7 {
  background: url(../images/error_pop.png) center center / 100% no-repeat;
  width: 5.85rem;
  height: 0.95rem;
  padding: 0.27rem 0.3rem 0.2rem 1rem;
  ;
}

.pop7 .p7_con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pop7 .p7_con .error_icon {
  display: block;
  background: url(../images/error_icon.png) center center / 100% no-repeat;
  width: 0.2rem;
  height: 0.21rem;
}

.pop7 .p7_con .error_tip {
  font-size: 0.24rem;
  color: #efc184;
  margin: 0 0.04rem;
  line-height: 0.34rem;
}
.lang-ptbr .pop7 .p7_con .error_tip {
  font-size: 0.2rem;
}


.pop9 .p9_title {
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #8c6d31;
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}

.pop9 .p9_title::after {
  content: '';
  display: block;
  background: url(../images/p_line1.png) center center / 100% no-repeat;
  width: 6.82rem;
  height: 0.11rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop9 .p9_tip {
  font-size: 0.3rem;
  color: #745155;
  line-height: 0.4rem;
  text-align: center;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_again {
  display: block;
  background: url(../images/btn_start_tutorial.png) center center / 100% no-repeat;
  width: 5.1rem;
  height: 0.84rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: filter .3s;
}

.btn_again:hover {
  filter: brightness(1.2);
}

.btn_again p {
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.84rem;
  color: #e8d49a;
}

.btn_end {
  display: block;
  background: url(../images/btn_skip_tutorial.png) center center / 100% no-repeat;
  width: 5.1rem;
  height: 0.84rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: filter .3s;
}

.btn_end:hover {
  filter: brightness(1.05);
}

.btn_end p {
  font-size: 0.32rem;
  color: #7d4e35;
  text-align: center;
  line-height: 0.84rem;
}


.pop10 {
  background: url(../images/share_pop.png) center center / 100% no-repeat;
  width: 4.77rem;
  height: 0.84rem;
  padding: 0.27rem 0.3rem 0.1rem 1rem;;
}

.pop10 .p10_con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pop10 .p10_con .share_tip {
  font-size: 0.24rem;
  color: #efc184;
  margin: 0 0.04rem;
  line-height: 0.34rem;
}


::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #b7cded;
  border-radius: 0;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: #1475fc;
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

div::-webkit-scrollbar {
  width: 3px !important;
  height: 4px !important;
}

div::-webkit-scrollbar-track {
  background-color: #b7cded !important;
  border-radius: 0 !important;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2) !important;
}

div::-webkit-scrollbar-thumb {
  background-color: #1475fc !important;
  border-radius: 10px !important;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2) !important;
}


@keyframes an_loading_tip {
  0% {
    transform: translateY(0.6rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes an_loading_icon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an_loading_btn {
  0% {
    transform: translateY(0.6rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

:-webkit-media-controls { display:none !important;}
video::-webkit-media-controls-enclosure { display:none !important; }
video::-webkit-media-controls-panel { display:none !important; }
video::-webkit-media-controls-play-button { display:none !important; }
video::-webkit-media-controls-timeline { display:none !important; }
.wrapper #ot-sdk-btn.ot-sdk-show-settings:hover, .wrapper #ot-sdk-btn.optanon-show-settings:hover{
  color: #fff;
  background-color: #be9048;
  border-color: #be9048;
}
.wrapper #ot-sdk-btn.ot-sdk-show-settings, .wrapper #ot-sdk-btn.optanon-show-settings{
  color: #fff;
  background-color: #be9048;
  border-color: #be9048;
}
#ot-sdk-btn{
  position: fixed;
  right: 0.5rem;
  bottom:0.5rem;
  z-index: 99;
}