@charset "UTF-8";
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
}

a,
img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

em,
i {
  list-style: none;
  font-style: normal;
}

html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-text-size-adjust: none !important;
  -webkit-text-size-adjust: 100% !important;
}

/* reset end */
html {
  font-size: 50px;
  /* 兼容不支持vw的系统 */
  font-size: 13.33333333vw;
  /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 1024px;
  }
}


.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  color: transparent;
  text-indent: -9999em;
}

.t-pc {
  display: none !important;
}

/*字体包CDN分离路径*/
@font-face{font-family:'PROJECTDTYPECURVE';src:url("../fonts/PROJECTDTYPECURVE-BOLD.TTF");}
@font-face{font-family:'ProjectDType';src:url("../fonts/ProjectDType-Medium.ttf");}

@font-face{font-family:'NotoSans-Medium';src:url("../fonts/NotoSans-Medium.ttf");}
@font-face{font-family:'NotoSans-Bold';src:url("../fonts/NotoSans-Bold.ttf");}

.m-br {
  display: block;
}

.bold{
  font-family: "NotoSans-Bold";
}
.lang-en{
  font-family: "ProjectDType";
}
.lang-en .bold{
  font-family: "PROJECTDTYPECURVE";
}

.lang-ar, .lang-ar input, .lang-ar select {
  direction: rtl;
}

body{
  font-family: "NotoSans-Medium";
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #101719;
  background-image: url("../images/m/fh-bg1.jpg"), url("../images/m/fh-bg2.jpg");
  background-size: 7.5rem 30rem, 7.5rem 36.96rem;
  background-position: 0 0, 0 30rem;
  background-repeat: no-repeat;
}

.btn-play-head {
  position: absolute;
  left: 50%;
  top: 4.28rem;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
  width: 0.63rem;
  height: 0.63rem;
  background: url("../images/play-vid.png") 0 0/100% 100% no-repeat;
  -webkit-filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
}
.btn-play-head:hover {
  -webkit-filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5)) brightness(1.1);
          filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5)) brightness(1.1);
}

.qd-tip {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 0.26rem;
  color: #0bd880;
  text-align: center;
  line-height: 0.34rem;
  font-weight: bold;
}
.qd-tip span {
  display: inline-block;
  margin-top: 0.1rem;
}

.logo {
  position: absolute;
  top: 0.14rem;
  left: 0.28rem;
  display: block;
  width: 2rem;
  height: 0.43rem;
  background: url(../images/logo.png) 0 0/100% 100% no-repeat;
}



.wx-txt {
  text-shadow: 0.01rem 0.01rem 0.03rem rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 1.7rem;
  left: 0rem;
  width: 100%;
  z-index: 2;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #ffffff;
}

.login-box {
  position: absolute;
  top: 0.9rem;
  right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.btn-login {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #0ff796;
  /*text-decoration: underline;*/
  position: relative;
}
.btn-login:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #0ff796;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-adress {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #0ff796;
  text-decoration: underline;
  margin-left: 0.05rem;
}

.login-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.3rem;
  font-size: 0.24rem;
}

.txt-nickname {
  display: inline-block;
  color: #ebebeb;
}

.btn-logout {
  display: inline-block;
  text-decoration: underline;
  color: #0ff796;
  margin-left: 0.05rem;
}

.part-title {
  margin: 0 auto 0.34rem;
}

.part-title-map {
  width: 7.5rem;
  height: 0.92rem;
  background: url("../images/m/title_map_en.png") 0 0/100% 100% no-repeat;
  margin-left: -.3rem;
}
.lang-ar .part-title-map{
  background: url("../images/m/title_map_ar.png") 0 0/100% 100% no-repeat;
  margin-left: 0;
  margin-right: -.3rem;
}
.lang-de .part-title-map{
  background: url("../images/m/title_map_de.png") 0 0/100% 100% no-repeat;
}
.lang-en .part-title-map{
  background: url("../images/m/title_map_en.png") 0 0/100% 100% no-repeat;
}
.lang-es .part-title-map{
  background: url("../images/m/title_map_es.png") 0 0/100% 100% no-repeat;
}
.lang-fr .part-title-map{
  background: url("../images/m/title_map_fr.png") 0 0/100% 100% no-repeat;
}
.lang-ja .part-title-map{
  background: url("../images/m/title_map_ja.png") 0 0/100% 100% no-repeat;
}
.lang-ko .part-title-map{
  background: url("../images/m/title_map_ko.png") 0 0/100% 100% no-repeat;
}
.lang-pt .part-title-map{
  background: url("../images/m/title_map_pt.png") 0 0/100% 100% no-repeat;
}
.lang-ru .part-title-map{
  background: url("../images/m/title_map_ru.png") 0 0/100% 100% no-repeat;
}
.lang-tr .part-title-map{
  background: url("../images/m/title_map_tr.png") 0 0/100% 100% no-repeat;
}
.lang-tw .part-title-map{
  background: url("../images/m/title_map_tw.png") 0 0/100% 100% no-repeat;
}
.lang-zh .part-title-map{
  background: url("../images/m/title_map_zh.png") 0 0/100% 100% no-repeat;
}

.part-title-hell {
  width: 7.5rem;
  height: 1.46rem;
  background: url("../images/m/title_hell_en.png") 0 0/100% 100% no-repeat;
  margin-left: -.3rem;
}
.lang-ar .part-title-hell{
  margin-left: 0;
  margin-right: -.3rem;
}
.lang-ar .part-title-hell{
  background: url("../images/m/title_hell_ar.png") 0 0/100% 100% no-repeat;
}
.lang-de .part-title-hell{
  background: url("../images/m/title_hell_de.png") 0 0/100% 100% no-repeat;
}
.lang-en .part-title-hell{
  background: url("../images/m/title_hell_en.png") 0 0/100% 100% no-repeat;
}
.lang-es .part-title-hell{
  background: url("../images/m/title_hell_es.png") 0 0/100% 100% no-repeat;
}
.lang-fr .part-title-hell{
  background: url("../images/m/title_hell_fr.png") 0 0/100% 100% no-repeat;
}
.lang-ja .part-title-hell{
  background: url("../images/m/title_hell_ja.png") 0 0/100% 100% no-repeat;
}
.lang-ko .part-title-hell{
  background: url("../images/m/title_hell_ko.png") 0 0/100% 100% no-repeat;
}
.lang-pt .part-title-hell{
  background: url("../images/m/title_hell_pt.png") 0 0/100% 100% no-repeat;
}
.lang-ru .part-title-hell{
  background: url("../images/m/title_hell_ru.png") 0 0/100% 100% no-repeat;
}
.lang-tr .part-title-hell{
  background: url("../images/m/title_hell_tr.png") 0 0/100% 100% no-repeat;
}
.lang-tw .part-title-hell{
  background: url("../images/m/title_hell_tw.png") 0 0/100% 100% no-repeat;
}
.lang-zh .part-title-hell{
  background: url("../images/m/title_hell_zh.png") 0 0/100% 100% no-repeat;
}

.part-title-rank {
  width: 7.5rem;
  height: 1.46rem;
  background: url("../images/m/title_rank_en.png") 0 0/100% 100% no-repeat;
  margin-bottom: 0.46rem;
  margin-left: -.3rem;
}
.lang-ar .part-title-rank{
  background: url("../images/m/title_rank_ar.png") 0 0/100% 100% no-repeat;
  margin-left: 0;
  margin-right: -.3rem;
}
.lang-de .part-title-rank{
  background: url("../images/m/title_rank_de.png") 0 0/100% 100% no-repeat;
}
.lang-en .part-title-rank{
  background: url("../images/m/title_rank_en.png") 0 0/100% 100% no-repeat;
}
.lang-es .part-title-rank{
  background: url("../images/m/title_rank_es.png") 0 0/100% 100% no-repeat;
}
.lang-fr .part-title-rank{
  background: url("../images/m/title_rank_fr.png") 0 0/100% 100% no-repeat;
}
.lang-ja .part-title-rank{
  background: url("../images/m/title_rank_ja.png") 0 0/100% 100% no-repeat;
}
.lang-ko .part-title-rank{
  background: url("../images/m/title_rank_ko.png") 0 0/100% 100% no-repeat;
}
.lang-pt .part-title-rank{
  background: url("../images/m/title_rank_pt.png") 0 0/100% 100% no-repeat;
}
.lang-ru .part-title-rank{
  background: url("../images/m/title_rank_ru.png") 0 0/100% 100% no-repeat;
}
.lang-tr .part-title-rank{
  background: url("../images/m/title_rank_tr.png") 0 0/100% 100% no-repeat;
}
.lang-tw .part-title-rank{
  background: url("../images/m/title_rank_tw.png") 0 0/100% 100% no-repeat;
}
.lang-zh .part-title-rank{
  background: url("../images/m/title_rank_zh.png") 0 0/100% 100% no-repeat;
}


.part-title-rule {
  width: 7.5rem;
  height: 0.97rem;
  background: url("../images/m/title_rule_en.png") 0 0/100% 100% no-repeat;
  margin-left: -.3rem;
}
.lang-ar .part-title-rule{
  margin-left: 0;
  margin-right: -.3rem;
}
.lang-ar .part-title-rule{
  background: url("../images/m/title_rule_ar.png") 0 0/100% 100% no-repeat;
}
.lang-de .part-title-rule{
  background: url("../images/m/title_rule_de.png") 0 0/100% 100% no-repeat;
}
.lang-en .part-title-rule{
  background: url("../images/m/title_rule_en.png") 0 0/100% 100% no-repeat;
}
.lang-es .part-title-rule{
  background: url("../images/m/title_rule_es.png") 0 0/100% 100% no-repeat;
}
.lang-fr .part-title-rule{
  background: url("../images/m/title_rule_fr.png") 0 0/100% 100% no-repeat;
}
.lang-ja .part-title-rule{
  background: url("../images/m/title_rule_ja.png") 0 0/100% 100% no-repeat;
}
.lang-ko .part-title-rule{
  background: url("../images/m/title_rule_ko.png") 0 0/100% 100% no-repeat;
}
.lang-pt .part-title-rule{
  background: url("../images/m/title_rule_pt.png") 0 0/100% 100% no-repeat;
}
.lang-ru .part-title-rule{
  background: url("../images/m/title_rule_ru.png") 0 0/100% 100% no-repeat;
}
.lang-tr .part-title-rule{
  background: url("../images/m/title_rule_tr.png") 0 0/100% 100% no-repeat;
}
.lang-tw .part-title-rule{
  background: url("../images/m/title_rule_tw.png") 0 0/100% 100% no-repeat;
}
.lang-zh .part-title-rule{
  background: url("../images/m/title_rule_zh.png") 0 0/100% 100% no-repeat;
}

.part-title-experience {
  width: 6.51rem;
  height: 1.46rem;
  background: url("../images/m/title-experience1.png") 0 0/100% 100% no-repeat;
  margin-bottom: 0.36rem;
}

.part-title-rule2 {
  width: 4.49rem;
  height: 0.86rem;
  background: url("../images/m/title-rule2.png") 0 0/100% 100% no-repeat;
  margin-bottom: 0.3rem;
}

.head {
  width: 100%;
  height: 5.02rem;
  position: relative;
}

.slogan {
  position: absolute;
  top: 1.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5rem;
  height: 3.44rem;
  background: url("../images/m/slogan_en.png") 0 0/100% 100% no-repeat;
  pointer-events: none;
}
.lang-ar .slogan{
  background: url("../images/m/slogan_ar.png") 0 0/100% 100% no-repeat;
}
.lang-de .slogan{
  background: url("../images/m/slogan_de.png") 0 0/100% 100% no-repeat;
}
.lang-en .slogan{
  background: url("../images/m/slogan_en.png") 0 0/100% 100% no-repeat;
}
.lang-es .slogan{
  background: url("../images/m/slogan_es.png") 0 0/100% 100% no-repeat;
}
.lang-fr .slogan{
  background: url("../images/m/slogan_fr.png") 0 0/100% 100% no-repeat;
}
.lang-ja .slogan{
  background: url("../images/m/slogan_ja.png") 0 0/100% 100% no-repeat;
}
.lang-ko .slogan{
  background: url("../images/m/slogan_ko.png") 0 0/100% 100% no-repeat;
}
.lang-pt .slogan{
  background: url("../images/m/slogan_pt.png") 0 0/100% 100% no-repeat;
}
.lang-ru .slogan{
  background: url("../images/m/slogan_ru.png") 0 0/100% 100% no-repeat;
}
.lang-tr .slogan{
  background: url("../images/m/slogan_tr.png") 0 0/100% 100% no-repeat;
}
.lang-tw .slogan{
  background: url("../images/m/slogan_tw.png") 0 0/100% 100% no-repeat;
}
.lang-zh .slogan{
  background: url("../images/m/slogan_zh.png") 0 0/100% 100% no-repeat;
}

.btn-head {
  position: absolute;
  top: 3.56rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2.99rem;
  height: 0.61rem;
  text-align: center;
  line-height: 0.61rem;
  color: #000000;
  font-size: 0.21rem;
  background: url("../images/btn-head.png") 0 0/100% 100% no-repeat;
}

.main-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.main-tab a {
  width: 2.99rem;
  height: 0.61rem;
  background: url("../images/m/main-tab.png") 0 0/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.21rem;
  color: #b0b0b0;
}
.main-tab a::before {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #b0b0b0;
  display: block;
  content: "";
  margin-right: 0.1rem;
}
.main-tab a:nth-child(1)::before {
  width: 0.39rem;
  height: 0.36rem;
  -webkit-mask-image: url(../images/tab1-logo.png);
  mask-image: url(../images/tab1-logo.png);
}
.main-tab a:nth-child(2)::before {
  width: 0.31rem;
  height: 0.37rem;
  -webkit-mask-image: url(../images/tab2-logo.png);
  mask-image: url(../images/tab2-logo.png);
}
.main-tab a.on {
  background: url("../images/m/main-tab-on.png") 0 0/100% 100% no-repeat;
  color: #000000;
}
.main-tab a.on::before {
  background-color: #000000;
}
.main-tab a.on:hover {
  -webkit-filter: none;
          filter: none;
}

.act-list {
  position: relative;
  width: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem auto 0.5rem;
}
.act-list .act-box {
  width: 3.38rem;
  height: 1.94rem;
  background: url("../images/act1.png") 0 0/100% 100% no-repeat;
  position: relative;
}
.act-list .act-info {
  line-height: 0.24rem;
  position: absolute;
  left: 0.22rem;
  bottom: 0.1rem;
}
.act-list .act-info .act-name {
  font-size: 0.2rem;
  color: #e2e2e2;
  margin-bottom: 0rem;
  position: relative;
}
.act-list .act-info .act-name::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.2rem;
  background-color: #4472c4;
}
.act-list .act-info p {
  font-size: 0.16rem;
  color: #ffffff;
}
.act-list .act-info p span {
  color: #4472c4;
}
.act-list .act2 {
  background: url("../images/act2.png") 0 0/100% 100% no-repeat;
}
.act-list .act2 .act-info {
  top: 0.1rem;
  bottom: auto;
}

.part {
  width: 6.9rem;
  margin: 0 auto;
}

.part-map {
  margin-bottom: 0.54rem;
}
.part-map .new-map {
  width: 6.9rem;
  height: 3.9rem;
  background: url("../images/new-map.png") 0 0/100% 100% no-repeat;
  position: relative;
  margin: 0 auto;
}
.part-map .new-map .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 0.63rem;
  height: 0.63rem;
  background: url("../images/play-vid.png") 0 0/100% 100% no-repeat;
}
.part-map .new-map::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/pic-border.png") 0 0/100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.part-map .new-map .new-map-txt {
  position: absolute;
  left: 0.32rem;
  bottom: 0.3rem;
  width: 6rem;
  height: 1rem;
  background: url("../images/snake-txt.png") no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
.part-map .new-map .map-info {
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.32rem;
}
.part-map .new-map .map-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.05rem;
  background-color: #0bda81;
}
.part-map .new-map .map-info .map-txt {
  line-height: 1;
  font-size: 0.21rem;
  color: #e2e2e2;
}
.part-map .new-map .map-info .map-name {
  font-size: 0.44rem;
  color: #0bda81;
  line-height: 1;
}
.part-map .new-map .map-info .map-desc {
  position: absolute;
  left: 1.8rem;
  bottom: 0rem;
  font-size: 0.18rem;
  color: #e2e2e2;
  line-height: 0.24rem;
  width: 8rem;
}
.part-map .new-map .map-info .map-desc span {
  color: #0bda81;
}

.part-hell {
  margin-bottom: 0.45rem;
}
.part-hell .hell-reward-box {
  margin: 0 auto 0.2rem;
}
.part-hell .hell-reward-desc {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #e0e0e0;
  text-shadow: 0.01rem 0.01rem 0.03rem rgba(0, 0, 0, 0.54);
  text-align: center;
  margin-top: 0.1rem;
}
.part-hell .hell-reward-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.part-hell .hell-reward-list li {
  width: 2.85rem;
  height: 1.82rem;
  margin: 0rem 0.3rem 0.2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.15rem;
  background: url(../images/speed3.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li:nth-child(1) {
  background: url(../images/speed1.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li:nth-child(2) {
  background: url(../images/speed2.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li:nth-child(3) {
  background: url(../images/speed3.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li:nth-child(4) {
  background: url(../images/speed4.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li:nth-child(5) {
  background: url(../images/speed5.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li:nth-child(6) {
  background: url(../images/speed6.png) 0 0/100% 100% no-repeat;
}
.part-hell .hell-reward-list li img {
  display: block;
  margin: 0 auto;
  width: 1.4rem;
  height: 1.1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.part-hell .hell-reward-list li p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #e0e0e0;
  line-height: 0.22rem;
  text-align: center;
  text-shadow: 0.01rem 0.01rem 0.03rem rgba(0, 0, 0, 0.54);
}
.part-hell .btn-hell-get {
  width: 1.71rem;
  height: 0.52rem;
  background: url("../images/btn-task.png") 0 0/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f4cf67;
  font-size: 0.24rem;
  margin: 0 auto 0;
}
.lang-ru .part-hell .btn-hell-get{
  font-size: .18rem;
}
.lang-tr .part-hell .btn-hell-get{
  font-size: .18rem;
}
.part-hell .btn-hell-get.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.part-rank {
  margin-bottom: 0.85rem;
}
.part-rank .rank-tit {
  line-height: 1;
  color: #e2e2e2;
  font-size: 0.27rem;
  position: relative;
  margin-bottom: 0.1rem;
  text-align: center;
}
.part-rank .rank-tit span {
  color: #0bde85;
}

.part-rank .speed-tip {
  text-align: center;
  font-size: 0.2rem;
  line-height: 1;
  color: #e2e2e2;
  margin: 0.28rem auto 0.6rem;
}
.part-rank .speed-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.part-rank .speed-list .speed-get {
  width: 1.71rem;
  height: 0.52rem;
  background: url("../images/btn-task.png") 0 0/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f4cf67;
  font-size: 0.22rem;
  margin: 0 auto 0;
}
.lang-ru .part-rank .speed-list .speed-get{
  font-size: .2rem;
}
.lang-tr .part-rank .speed-list .speed-get{
  font-size: .18rem;
}
.part-rank .speed-list .speed-get.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.part-rank .speed-list li {
  width: 2.85rem;
  margin: 0.5rem 0.3rem 0;
}
.part-rank .speed-list li:first-child {
  margin: 0 1rem 0;
}
.part-rank .speed-list li .speed-txt {
  font-size: 0.18rem;
  color: #e2e2e2;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.16rem;
  opacity: 0.5;
}
.part-rank .speed-list li .speed-detail {
  position: absolute;
  right: -0.05rem;
  top: -4rem;
  width: 6.21rem;
  height: 4.26rem;
  background: url("../images/speed-detail.png") 0 0/100% 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.5rem;
  display: none;
}
.lang-ar .part-rank .speed-list li .speed-detail{
  right: -3.45rem;
}
.part-rank .speed-list li .speed-detail.speed-detail1 {
  right: -1.8rem;
}
.part-rank .speed-list li .speed-detail.speed-detail1 .detail-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*.part-rank .speed-list li .speed-detail.speed-detail1 .detail-list .detail-prop {
  margin-bottom: 0.4rem;
}*/
.part-rank .speed-list li .speed-detail.speed-detail2 {
  right: -3.5rem;
}
.lang-ar .part-rank .speed-list li .speed-detail.speed-detail2{
  right: .1rem;
}
.part-rank .speed-list li .speed-detail .detail-title {
  font-size: 0.33rem;
  color: #0ff796;
  line-height: 0.53rem;
  height: 0.53rem;
  text-align: center;
}
.part-rank .speed-list li .speed-detail .detail-list {
  margin: 0.48rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.part-rank .speed-list li .speed-detail .detail-prop {
  background: url("../images/detail-prop.png") 0 0/100% 100% no-repeat;
  margin: 0 0.1rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.9rem;
  height: 2.1rem;
  padding-top: 0.1rem;
  margin: 0 0.3rem;
}
.part-rank .speed-list li .speed-detail .detail-prop img {
  display: block;
  width: 1.45rem;
  height: 1.22rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.part-rank .speed-list li .speed-detail .detail-prop p {
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.12rem;
  font-size: 0.17rem;
  color: #ffffff;
  width: 100%;
  line-height: 0.22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-de .part-rank .speed-list li .speed-detail .detail-prop p{
  font-size: .14rem;
}
.part-rank .speed-list li .speed-hover {
  /*cursor: pointer;*/
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../images/hover-icon2.png") 0 0/100% 100% no-repeat;
}
.part-rank .speed-list li .speed-hover::after {
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
  width: 2.85rem;
  height: 1.82rem;
  content: "";
}
/*.part-rank .speed-list li .speed-hover:hover .speed-detail {
  display: block;
}*/
.part-rank .speed-list li .speed-box {
  width: 2.85rem;
  height: 1.82rem;
  margin-bottom: 0.25rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1rem;
}
.part-rank .speed-list li .speed-box:hover {
  z-index: 2;
}
.part-rank .speed-list li .speed-box.speed1 {
  background: url("../images/speed1.png") 0 0/100% 100% no-repeat;
}
.part-rank .speed-list li .speed-box.speed2 {
  background: url("../images/speed2.png") 0 0/100% 100% no-repeat;
}
.part-rank .speed-list li .speed-box.speed3 {
  background: url("../images/speed3.png") 0 0/100% 100% no-repeat;
}
.part-rank .speed-list li .speed-box img {
  display: block;
  margin: 0 auto;
  width: 1.8rem;
  height: 1.35rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.part-rank .speed-list li .speed-box .speed-reward-name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.16rem;
  color: #e0e0e0;
  line-height: 0.22rem;
  text-align: center;
  text-shadow: 0.01rem 0.01rem 0.03rem rgba(0, 0, 0, 0.54);
  box-sizing: border-box;
  padding: 0 .05rem;
}
.part-rank .rank-box {
  position: relative;
  width: 6.91rem;
  /*height: 11.24rem;*/
  height: 11.64rem;
  background: url("../images/m/rank-box.png") 0 0/100% 100% no-repeat;
  margin: 0.58rem auto 0;
}
.part-rank .refresh-tip {
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 1;
  opacity: 0.8;
  line-height: 0.24rem;
  text-align: center;
}
.part-rank .rank-box .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.part-rank .rank-box .rank-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.66rem;
  margin-bottom: 0.01rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.22rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #e2e2e2;
}
.part-rank .rank-box .rank-head .td:nth-child(1) {
  width: 20%;
  border-right: none;
}
.part-rank .rank-box .rank-head .td:nth-child(2) {
  width: 60%;
  border-right: none;
}
.part-rank .rank-box .rank-head .td:nth-child(3) {
  width: 20%;
  position: relative;
  text-align: center;
}
.part-rank .rank-box .rank-head span {
  position: relative;
  text-align: center;
}
/*.part-rank .rank-box .rank-head .rank-hover {
  cursor: pointer;
  display: inline-block;
  margin: 0 .02rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../images/hover-icon.png") center center no-repeat;
  background-size: 100%;
}*/
.part-rank .rank-box .rank-head .rank-hover {
    cursor: pointer;
    display: inline-block;
    margin: 0 .02rem;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/hover-icon.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -.3rem;
    right: 0;
}
.part-rank .rank-box .rank-head .rank-hover:hover .hover-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part-rank .rank-box .rank-head .rank-hover .hover-desc.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part-rank .rank-box .rank-head .hover-desc {
  position: absolute;
  right: 0.1rem;
  top: -0.7rem;
  width: 2.92rem;
  height: 0.74rem;
  background: url("../images/hover-p.png") 0 0/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-style: normal;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.1rem;
  display: none;
}

.part-rank .rank-box .member {
  padding-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.46rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.2rem;
}
.part-rank .rank-box #myRank .member{
  justify-content: center;
}
.part-rank .rank-box .member img {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #616568;
}
.part-rank .rank-box .member p {
  width: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.05rem;
  text-align: center;
    text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
}
.part-rank .rank-box .rank-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.86rem;
  margin-bottom: 0.02rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.22rem;
  position: relative;
}
.part-rank .rank-box .rank-table li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.01rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  opacity: 0.3;
  width: 6.4rem;
  height: 0.01rem;
}
.part-rank .rank-box .rank-table li .td {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.22rem;
}
.part-rank .rank-box .rank-table li.rank1 {
  background: url("../images/rank1.png") 0 0/100% 100% no-repeat;
}
.part-rank .rank-box .rank-table li.rank1::before {
  display: none;
}
.part-rank .rank-box .rank-table li.rank1 .td {
  color: rgb(255, 255, 255);
}
.part-rank .rank-box .rank-table li.rank1 .td:nth-child(1) {
}
.part-rank .rank-box .rank-table li.rank2 {
  background: url("../images/rank2.png") 0 0/100% 100% no-repeat;
}
.part-rank .rank-box .rank-table li.rank2::before {
  display: none;
}
.part-rank .rank-box .rank-table li.rank2 .td {
  color: rgb(255, 255, 255);
}
.part-rank .rank-box .rank-table li.rank2 .td:nth-child(1) {
}
.part-rank .rank-box .rank-table li.rank3 {
  background: url("../images/rank3.png") 0 0/100% 100% no-repeat;
}
.part-rank .rank-box .rank-table li.rank3::before {
  display: none;
}
.part-rank .rank-box .rank-table li.rank3 .td {
  color: rgb(255, 255, 255);
}
.part-rank .rank-box .rank-table li.rank3 .td:nth-child(1) {
}
.part-rank .rank-box .rank-table li.rank4 {
  background: url("../images/rank4.png") 0 0/100% 100% no-repeat;
}
.part-rank .rank-box .rank-table li.rank4::before {
  display: none;
}
.part-rank .rank-box .rank-table li.rank4 .td {
  color: rgb(255, 255, 255);
}
.part-rank .rank-box .rank-table li.rank4 .td:nth-child(1) {
}
.part-rank .rank-box .rank-table li.rank5 {
  background: url("../images/rank5.png") 0 0/100% 100% no-repeat;
}
.part-rank .rank-box .rank-table li.rank5 + li::before {
  display: none;
}
.part-rank .rank-box .rank-table li.rank5::before {
  display: none;
}
.part-rank .rank-box .rank-table li.rank5 .td {
  color: rgb(255, 255, 255);
}
.part-rank .rank-box .rank-table li.rank5 .td:nth-child(1) {
}
.part-rank .rank-box .rank-table .td:nth-child(1) {
  width: 20%;
  border-right: none;
}
.part-rank .rank-box .rank-table .td:nth-child(2) {
  width: 60%;
  border-right: none;
}
.part-rank .rank-box .rank-table .td:nth-child(3) {
  width: 20%;
  font-size: 0.16rem;
}
.part-rank .rank-box .my-rank-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.66rem;
  margin-bottom: 0.01rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.23rem;
  position: relative;
  /*height: 0.86rem;*/
  height: 1.4rem;
  background-color: #3f4446;
}
.part-rank .rank-box .my-rank-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0bd880;
  width: 0.02rem;
  height: 100%;
}
.part-rank .rank-box .my-rank-box .td {
  font-size: 0.18rem;
  color: rgb(255, 255, 255);
  line-height: 0.22rem;
}
.part-rank .rank-box .my-rank-box .td:nth-child(1) {
  width: 20%;
  border-right: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.part-rank .rank-box .my-rank-box .td:nth-child(1) p {
  font-size: 0.14rem;
  text-align: center;
}
.part-rank .rank-box .my-rank-box .td:nth-child(1) .get-status {
  color: #0bd880;
  /*white-space: nowrap;*/
  word-break: break-word;
}
.part-rank .rank-box .my-rank-box .td:nth-child(1) .get-status.not {
  color: red;
}
.part-rank .rank-box .my-rank-box .td:nth-child(2) {
  width: 60%;
  border-right: none;
}
.part-rank .rank-box .my-rank-box .td:nth-child(3) {
  width: 20%;
  font-size: 0.16rem;
}
.part-rank .page-box {
  height: 0.86rem;
  background-size: 100% auto;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a2a3a3;
  font-size: 0.23rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.part-rank .page-box .on {
  color: #ebebeb;
  text-decoration: underline;
}
.part-rank .page-box span {
  margin: 0 0.1rem;
  cursor: pointer;
}
.part-rank .page-box a {
  color: #a2a3a3;
  margin: 0 0.2rem;
}

.rule-box, .rule-box2 {
  font-size: 0.2rem;
  color: #a7a6a7;
  margin-left: 0.1rem;
  margin-bottom: 0.3rem;
}
.rule-box .rule-li, .rule-box2 .rule-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.26rem;
  margin-bottom: 0.1rem;
}
.rule-box .rule-li em, .rule-box2 .rule-li em {
  color: #ffffff;
  width: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rule-box .rule-li em.last, .rule-box2 .rule-li em.last {
  white-space: nowrap;
  position: relative;
  text-indent: -0.15rem;
}
.rule-box .table, .rule-box2 .table {
  margin-top: 0.05rem;
}
.rule-box .table .tr, .rule-box2 .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rule-box .table .td, .rule-box2 .table .td {
  text-align: center;
  border: 1px solid #a7a6a7;
  border-bottom: none;
  height: 0.46rem;
  line-height: 0.46rem;
}
.rule-box .table .thead .td, .rule-box2 .table .thead .td {
  height: 0.36rem;
  line-height: 0.36rem;
}
.rule-box .table .tr .td:nth-child(1), .rule-box2 .table .tr .td:nth-child(1) {
  width: 2.9rem;
  border-right: none;
}
.rule-box .table .tr .td:nth-child(2), .rule-box2 .table .tr .td:nth-child(2) {
  width: 1.4rem;
  border-right: none;
}
.rule-box .table .tr .td:nth-child(3), .rule-box2 .table .tr .td:nth-child(3) {
  width: 1.4rem;
}
.rule-box .table .tr:last-child .td, .rule-box2 .table .tr:last-child .td {
  border-bottom: 1px solid #a7a6a7;
}

.experience-mode,
.experience-map {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.experience-mode .experience-pic,
.experience-map .experience-pic {
  width: 6.64rem;
  height: 3.75rem;
  background: url("../images/map-pic.jpg") 0 0/100% 100% no-repeat;
  position: relative;
}
.experience-mode .experience-pic .btn-play,
.experience-map .experience-pic .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 0.63rem;
  height: 0.63rem;
  background: url("../images/play-vid.png") 0 0/100% 100% no-repeat;
}
.experience-mode .experience-pic::after,
.experience-map .experience-pic::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/pic-border.png") 0 0/100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.experience-mode .experience-info,
.experience-map .experience-info {
  width: 6.7rem;
  margin-bottom: 0.32rem;
}
.experience-mode .experience-pic-info,
.experience-map .experience-pic-info {
  position: absolute;
  left: 0;
  top: 0.25rem;
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.15rem;
}
.experience-mode .experience-pic-info::before,
.experience-map .experience-pic-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.05rem;
  background-color: #0bda81;
}
.experience-mode .experience-pic-info .experience-pic-txt,
.experience-map .experience-pic-info .experience-pic-txt {
  line-height: 1;
  font-size: 0.21rem;
  color: #e2e2e2;
}
.experience-mode .experience-pic-info .experience-pic-name,
.experience-map .experience-pic-info .experience-pic-name {
  font-size: 0.45rem;
  color: #0bda81;
  line-height: 1;
}
.experience-mode .experience-tit,
.experience-map .experience-tit {
  line-height: 1;
  color: #e2e2e2;
  font-size: 0.3rem;
  position: relative;
  margin-bottom: 0.32rem;
}
.experience-mode .experience-tit::before,
.experience-map .experience-tit::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3rem;
  width: 1px;
  background-color: #0bd880;
}
.experience-mode .task-list .task-item,
.experience-map .task-list .task-item {
  margin: 0 auto 0.46rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.65rem;
  padding-top: 1.85rem;
}
.experience-mode .task-list .task-item .task-prop-list,
.experience-map .task-list .task-item .task-prop-list {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
}
.experience-mode .task-list .task-item .task-prop,
.experience-map .task-list .task-item .task-prop {
  width: 1.95rem;
  height: 1.63rem;
  position: relative;
  background: url("../images/prop-green.png") 0 0/100% 100% no-repeat;
  padding-top: 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.experience-mode .task-list .task-item .task-prop img,
.experience-map .task-list .task-item .task-prop img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 1.2rem;
  max-width: 1.5rem;
}
.experience-mode .task-list .task-item .task-prop.gold,
.experience-map .task-list .task-item .task-prop.gold {
  background: url("../images/prop-gold.png") 0 0/100% 100% no-repeat;
}
.experience-mode .task-list .task-item .task-prop.blue,
.experience-map .task-list .task-item .task-prop.blue {
  background: url("../images/prop-blue.png") 0 0/100% 100% no-repeat;
}
.experience-mode .task-list .task-item .task-prop .task-prop-name,
.experience-map .task-list .task-item .task-prop .task-prop-name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.16rem;
  color: #e0e0e0;
  line-height: 0.2rem;
  text-align: center;
  text-shadow: 0.01rem 0.01rem 0.03rem rgba(0, 0, 0, 0.54);
}
.experience-mode .task-list .task-item .task-desc,
.experience-map .task-list .task-item .task-desc {
  width: 3.62rem;
  color: #e2e2e2;
  font-size: 0.2rem;
  line-height: 0.26rem;
  opacity: 0.5;
}
.experience-mode .task-list .task-item .task-get,
.experience-map .task-list .task-item .task-get {
  width: 1.71rem;
  height: 0.52rem;
  background: url("../images/btn-task.png") 0 0/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f4cf67;
  font-size: 0.24rem;
}
.experience-mode .task-list .task-item .task-get.gray,
.experience-map .task-list .task-item .task-get.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.experience-mode {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 0.4rem;
}
.experience-mode .experience-pic {
  background: url("../images/mode-pic.jpg") 0 0/100% 100% no-repeat;
}
.experience-mode .experience-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.experience-mode .task-list {
  width: 100%;
}
.experience-mode .task-list .task-item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.part-rule2 {
  margin-top: 0.7rem;
}

.experience-lottery .lottery-tit {
  font-size: 0.3rem;
  color: #e2e2e2;
  line-height: 1;
  padding-left: 0.12rem;
  position: relative;
}
.experience-lottery .lottery-tit::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3rem;
  width: 1px;
  background-color: #0bd880;
}
.experience-lottery .lottery-tit span {
  color: #0bda81;
}
.experience-lottery .lottery-box {
  margin: 0 auto;
  margin-top: -0.2rem;
  width: 6.16rem;
  height: 6.21rem;
  position: relative;
}
.experience-lottery .lottery {
  width: 6.16rem;
  height: 4.22rem;
  background: url("../images/lottery-img.png") 0 0/100% 100% no-repeat;
  position: relative;
}
.experience-lottery #lotterycontent_start {
  width: 3.78rem;
  height: 0.78rem;
  background: url("../images/lotterycontent_start.png") 0 0/100% 100% no-repeat;
  position: absolute;
  left: 1.25rem;
  top: 4.58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.3rem;
  color: #242932;
}
.experience-lottery .lottery-info {
  width: 3.78rem;
  left: 1.25rem;
  top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0.3rem;
  position: absolute;
}
.experience-lottery .lottery-info .lottery-remain {
  font-size: 0.19rem;
  color: #ffffff;
}
.experience-lottery .lottery-info .lottery-remain span {
  color: #47ffb2;
}
.experience-lottery .lottery-info .btn-record {
  font-size: 0.19rem;
  color: #ffffff;
  text-decoration: underline;
}

/* pop */
.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  outline: none;
  border: none;
  padding-top: 0.25rem;
}
.pop {
  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);*/
}

.pop-close {
  position: absolute;
  top: -0.42rem;
  right: 0rem;
  width: 0.28rem;
  height: 0.26rem;
  background: url("../images/close.png") 0 0/100% 100% no-repeat;
}

.pop-common {
  width: 5.72rem;
  height: 2.89rem;
  margin-left: -2.86rem;
  margin-top: -1.44rem;
  background: url("../images/m/dia1.png") 0 0/100% 100% no-repeat;
}

.pop-text-cont {
  width: 4.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.2rem;
  margin: 0.12rem auto 0.07rem;
}

.pop-text {
  color: #fefefe;
  font-size: 0.2rem;
  line-height: 0.26rem;
}

.btn-ok {
  display: block;
  width: 2.29rem;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  background: url("../images/m/btn-dia.png") 0 0/100% 100% no-repeat;
  margin: 0 auto 0;
  font-size: 0.24rem;
  color: #000000;
}

.pop-title {
  font-size: 0.3rem;
  color: #0ff796;
  line-height: 0.48rem;
  height: 0.48rem;
  text-align: center;
}

.pop-email {
  width: 6.64rem;
  height: 3.53rem;
  margin-left: -3.32rem;
  margin-top: -1.77rem;
  background: url("../images/m/dia2.png") 0 0/100% 100% no-repeat;
}
.pop-email .pop-text-cont {
  width: 6rem;
  height: 1.8rem;
  margin: 0.15rem auto 0.1rem;
}
.pop-email .qq-info {
  margin-top: 0.1rem;
}
.pop-email .qq-info .qq-number {
  text-decoration: underline;
}
.pop-email input {
  width: 1.6rem;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 0.2rem;
}
.pop-email input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-email input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-email input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-email input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-email input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.pop-get {
  width: 6.59rem;
  height: 4.6rem;
  margin-left: -3.3rem;
  margin-top: -2.3rem;
  background: url("../images/m/dia4.png") 0 0/100% 100% no-repeat;
  padding-top: 0.3rem;
}
.pop-get .dia-prop-list {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      overflow: hidden;
}
.pop-get .dia-prop-box {
  width: 1.8rem;
  height: 2.3rem;
  background: url("../images/m/dia-prop-bg.png") 0 0/100% 100% no-repeat;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1rem;
  margin: 0.1rem;
}
.pop-get .dia-prop-box img {
  display: block;
  width: 1.33rem;
  height: 1.15rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 0.1rem rgba(0, 92, 53, 0.8));
          filter: drop-shadow(0 0 0.1rem rgba(0, 92, 53, 0.8));
}
.pop-get .dia-prop-box .dia-prop-name {
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  color: #ffffff;
  width: 100%;
  line-height: 0.2rem;
  height: 0.78rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-get.more {
  width: 7rem;
  height: 6.28rem;
  padding-top: 0.46rem;
  margin-left: -3.5rem;
}
.pop-get.more .dia-prop-list {
  height: 4.45rem;
}

.pop-record {
  width: 6.65rem;
  height: 8.38rem;
  margin-left: -3.33rem;
  margin-top: -4.19rem;
  background: url("../images/m/dia3.png") 0 0/100% 100% no-repeat;
  padding-top: 0.58rem;
}
.pop-record .pop-title {
  font-size: 0.37rem;
  height: 0.58rem;
  line-height: 0.58rem;
}
.pop-record .record-box {
  margin-left: 0.38rem;
  margin-top: 0.3rem;
}
.pop-record .record-head {
  width: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  border-bottom: 1px solid rgba(117, 119, 121, 0.5);
}
.pop-record .record-head .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ebebeb;
  font-size: 0.27rem;
}
.pop-record .record-head .td:nth-child(1) {
  width: 40%;
}
.pop-record .record-head .td:nth-child(2) {
  width: 60%;
}
.pop-record .record-list {
  width: 5.7rem;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  height: 5.24rem;
  padding-right: 0.3rem;
}
.pop-record .record-list::-webkit-scrollbar {
  width: 0.05rem;
}
.pop-record .record-list::-webkit-scrollbar-thumb {
  width: 0.05rem;
  background: #0ff796;
}
.pop-record .record-list::-webkit-scrollbar-track {
  width: 0.05rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #20282b), color-stop(90%, transparent));
  background: linear-gradient(90deg, transparent, #20282b 10%, transparent 90%);
}
.pop-record .record-list .record-get {
  width: 1.71rem;
  height: 0.52rem;
  background: url("../images/btn-task.png") 0 0/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f4cf67;
  font-size: 0.24rem;
}
.pop-record .record-list .record-get.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.pop-record .record-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  border-bottom: 1px solid rgba(117, 119, 121, 0.5);
}
.pop-record .record-list li:last-child {
  border-bottom: none;
}
.pop-record .record-list li .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ebebeb;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.pop-record .record-list li .td:nth-child(1) {
  width: 40%;
}
.pop-record .record-list li .td:nth-child(2) {
  width: 60%;
}
.pop-record .record-list li .td:nth-child(3) {
  width: 20%;
}

.btn-test {
  position: fixed;
  top: 40%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pop-address {
  width: 6.64rem;
  height: 6.66rem;
  margin-left: -3.32rem;
  margin-top: -3.33rem;
  background: url("../images/m/dia5.png") 0 0/100% 100% no-repeat;
  padding-top: 0.45rem;
}
.pop-address .pop-title {
  font-size: 0.38rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.pop-address .address-tip {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  text-align: center;
  opacity: 0.5;
}
.pop-address .address-tip em {
  display: block;
}
.pop-address .dialog-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0.35rem;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.pop-address .dialog-main-info > div {
  margin-bottom: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  line-height: 0.5rem;
}
.pop-address label {
  color: #ffffff;
  width: 1.22rem;
  font-size: 0.24rem;
}
.pop-address input {
  color: #ffffff;
  font-size: 0.19rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.1rem;
}
.pop-address input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-address input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-address input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-address input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-address input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pop-address select {
  margin-right: 0.1rem;
  color: #ffffff;
  font-size: 0.19rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.1rem;
  width: 1.5rem;
  height: 0.5rem;
  background: url(../images/select1.png) no-repeat;
  background-size: 100% 100%;
}
.pop-address select option {
  background: #414245;
}
.pop-address .consignee input, .pop-address .qqnumber input {
  width: 4.68rem;
  height: 0.5rem;
  background: url(../images/input2.png) no-repeat;
  background-size: 100% 100%;
}
.pop-address .phonenumber input {
  width: 4.68rem;
  height: 0.5rem;
  background: url(../images/input2.png) no-repeat;
  background-size: 100% 100%;
}
.pop-address .address {
  width: 100%;
}
.pop-address .address input {
  width: 4.68rem;
  height: 0.5rem;
  background: url(../images/input2.png) no-repeat;
  background-size: 100% 100%;
}

.wxd, .qqd {
  display: none !important;
}

.env_wx .wxd, .env_qq .qqd {
  display: block !important;
}

.env_wx .pcd {
  display: none;
}
.env_wx .part-title-experience {
  width: 5.93rem;
  background: url(../images/m/title-experience-wx.png) 0 0/100% 100% no-repeat;
}
.env_wx .experience-lottery .lottery {
  background: url(../images/lottery-img-cash.png) 0 0/100% 100% no-repeat;
}
.env_wx .pop-address .dialog-main-info .qqnumber {
  display: none;
}
.env_wx .pop-email .qq-info {
  display: none;
}
.env_wx .qb-tip {
  display: none;
}
.env_wx .slogan {
  background: url(../images/m/slogan2.png) 0 0/100% 100% no-repeat;
}

.env_qq .part-title-experience {
  width: 5.93rem;
  background: url(../images/m/title-experience.png) 0 0/100% 100% no-repeat;
}
.env_qq .pcd {
  display: none;
}
.env_qq .experience-lottery .lottery {
  background: url(../images/lottery-img-qb.png) 0 0/100% 100% no-repeat;
}

#vindex-play {
  width: 7rem;
  height: 4rem;
  border: 0.02rem solid #0bde85;
  display: none;
  outline: none;
  padding: 0;
  margin-left: -3.5rem;
  margin-top: -2rem;
}

#vindex-play .pop-con {
  padding: 0;
  width: 100%;
  height: 100%;
}

.num-bold {
  font-weight: bold;
}

/*footer*/
.footer{
  width: 100%;
  overflow: hidden;
  background: url(../images/footer.jpg) top center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: .4rem .6rem;
  text-align: center;
}
.footer p{
  font-size: .24rem;
  color: rgba(235,235,235,.3);
  line-height: .5rem;
  word-break: break-word;
}
.lang-tw .footer p{
  word-break: keep-all;
}
.lang-ko .footer p{
  word-break: keep-all;
}
.lang-ja .footer p{
  word-break: keep-all;
}
.footer p a{
  color: rgba(235,235,235,.3);
  display: inline-block;
}
.footer p span{
  padding: 0 .05rem;
}

.language-box{
  width: 3rem;
  height: .6rem;
  background: url(../images/btn_get.png) top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: .1rem;
  right: 0;
  z-index: 19;
}
.language-box .select-language{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: .6rem;
}
.language-box .select-language i{
  display: block;
  width: .44rem;
  height: .44rem;
  background: url(../images/lang_drop.png) top center no-repeat;
  background-size: 100%;
  margin: 0 .1rem;
}
.language-box .select-language span{
  font-size: .26rem;
  color: #ffffff;
}
.language-box .language-choose-list{
  width: 3rem;
  height: 0;
  overflow: hidden;
  background: rgba(0,0,0,.95);
  position: absolute;
  top: .6rem;
  left: 0;
  transition: all .8s;
}
.language-box .language-choose-list.on{
  height: 6.6rem;
}
.language-box .language-choose-list ul li{
  width: 100%;
  height: .6rem;
  text-align: center;
  line-height: .6rem;
  font-size: .2rem;
  color: #a6a6a6;
  cursor: pointer;
  font-family: "NotoSans-Medium";
}
.language-box .language-choose-list ul li.on{
  color: #fff;
}