* {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  overflow: hidden;
}

.hide {
  display: none !important;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

.pop1,
.pop2,
.pop3,
.pop4,
.pop5,
.pop6,
.pop7,
.pop8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% !important;
  box-sizing: border-box;
}

.close {
  position: absolute;
  right: 0.2rem;
  top: 0.6rem;
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.close1 {
  background: none;
  top: 0.4rem;
}

.close3 {
  top: 0.2rem;
  right: 0.15rem;
}

.close4 {
  top: 0.8rem;
}

.pop1 {
  background: url('../img/en-pop1.png') no-repeat;
  width: 7.3rem;
  height: 7.15rem;
}

.de_lang .pop1 {
  background: url('../img/de-pop1.png') no-repeat;
  width: 7.3rem;
  height: 7.15rem;
}
.tr_lang .pop1 {
  background: url('../img/tr-pop1.png') no-repeat;
  width: 7.3rem;
  height: 7.15rem;
}

.pop2 {
  background: url('../img/en-pop2.png') no-repeat;
  width: 6.98rem;
  height: 7.95rem;
}

.tr_lang .pop2 {
  background: url('../img/tr-pop2.png') no-repeat;
}

.de_lang .pop2 {
  background: url('../img/de-pop2.png') no-repeat;
}
.pop3 {
  background: url('../img/pop3.png') no-repeat;
  width: 7.06rem;
  height: 7.44rem;
}

.pop3-title {
  margin-top: 0.5rem;
  font-size: 0.4rem;
  text-align: center;
  font-weight: bolder;
  color: #a4712f;
}

.pop3-content {
  width: 85%;
  margin: 0.4rem auto 0;
  font-size: 0.24rem;
  color: #a4712f;
  line-height: 1.5;
  overflow-y: auto;
  height: 5.4rem;
}

/* .tr_lang .pop3 {
  background: url('../img/tr-pop3.png') no-repeat;
  width: 7.14rem;
  height: 6.03rem;
}

.de_lang .pop3 {
  background: url('../img/de-pop3.png') no-repeat;
  width: 7.15rem;
  height: 7.66rem;
} */
.pop4 {
  background: url('../img/pop3.png') no-repeat;
  width: 7.09rem;
  height: 7.44rem;
}

.pop4-content {
  /* height: 6rem; */
}

/* .tr_lang .pop4 {
  background: url('../img/tr-pop4.png') no-repeat;
  width: 7.09rem;
  height: 7.89rem;
} */

.pop4-1 {
}

.pop4-1 > div {
  margin: 1rem auto 0;
  width: 7.2rem;
  height: 8rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.pop5 {
  background: url('../img/en-pop5.png') no-repeat;

  width: 6.78rem;
  height: 4.09rem;
}

.de_lang .pop5 {
  background: url('../img/de-pop5.png') no-repeat;
}

.tr_lang .pop5 {
  background: url('../img/tr-pop5.png') no-repeat;
}
.pop6 {
  background: url('../img/en-pop6.png') no-repeat;
  width: 5.88rem;
  height: 8.22rem;
}

.de_lang .pop6 {
  background: url('../img/de-pop6.png') no-repeat;
}

.tr_lang .pop6 {
  background: url('../img/tr-pop6.png') no-repeat;
}
.pop7 {
  background: url('../img/en_share.png') no-repeat;
  width: 7.26rem;
  height: 5.21rem;
}

.de_lang .pop7 {
  background: url('../img/de_share.png') no-repeat;
}

.tr_lang .pop7 {
  background: url('../img/tr_share.png') no-repeat;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background: #000;
  min-width: 1500px;
  overflow: auto;
}

li {
  list-style: none;
}

.row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap,
.wrap .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page1 {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.page2 {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.page3 {
  background: url(../img/bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.page4 {
  background: url(../img/bg4.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page5 {
  background: url(../img/en_bg5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.de_lang .page5 {
  background: url(../img/de_bg5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.tr_lang .page5 {
  background: url(../img/tr_bg5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.page6 {
  background: url(../img/bg6.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.83rem;
  background: url(../img/nav.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}

.nav-list {
  margin-left: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  line-height: 0.2rem;
}

.logo {
  width: 1.54rem;
  margin-left: 0.2rem;
}

.nav-list em {
  font-style: normal;
  color: #feaf6e;
}

.nav-item {
  width: 1.7rem;
  height: 0.6rem;
  margin: 0 0.05rem;
  border-radius: 0.3rem;
  cursor: pointer;
}

.nav-item.active {
  color: #e4681a;
  background: #fff8e5;
}

.btns {
  width: 1.88rem;
  height: 0.6rem;
  background: url(../img/icon.png) no-repeat;
  background-size: 100%;
  margin-left: auto;
}

.btns div {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.languages {
  min-width: 1.7rem;
  height: 0.5rem;
  margin-left: 0.38rem;
  position: relative;
  cursor: pointer;
  font-size: 0.2rem;
  color: #9a5d1c;
  line-height: 0.52rem;
  border-radius: 0.25rem;
  background: linear-gradient(to bottom, #feea34, #fecf06);
  box-shadow: 0 0.04rem 0.05rem #a63a09;
  margin-right: 0.2rem;
}

.languages::after {
  content: '';
  border-top: 0.1rem solid #9a5d1c;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  margin-top: -0.04rem;
}

.languages p {
  height: 100%;
  text-indent: 0.5rem;
  background: url(../img/global.png) no-repeat;
  background-size: 0.33rem auto;
  background-position: 0.1rem center;
}

.languages ul {
  width: 1.7rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #e0ddda;
  border: 0.01rem solid #a63a09;
  border-radius: 0.1rem;
  display: none;
}

.languages ul li {
  cursor: pointer;
  text-indent: 0.1rem;
  margin: 0 0.1rem;
  border-bottom: 0.01rem solid #efefef;
}

.languages ul li:hover {
  color: #e4681a;
}

.languages:hover ul {
  display: block;
}

.slogan {
  width: 6.41rem;
  height: 2.98rem;
  background: url(../img/en_slogan.png) no-repeat;
  background-size: 100% !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
  margin-top: -0.2rem;
}

.de_lang .slogan {
  background: url(../img/de_slogan.png) no-repeat;
}
.tr_lang .slogan {
  width: 10.9rem;
  height: 2.93rem;
  background: url(../img/tr_slogan.png) no-repeat;
}

.time {
  width: 6.8rem;
  height: 0.8rem;
  /* background: url(../img/timebg.png) no-repeat; */
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -3.4rem;
  top: 50%;
  margin-top: 3.9rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 0.78rem;
}

.links {
  width: 8.74rem;
  height: 0.7rem;
  background: url(../img/en_store.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 50%;
  margin-left: -3.98rem;
  top: 50%;
  margin-top: 3rem;
}

.de_lang .links {
  background: url(../img/de_store.png) no-repeat;
  background-size: 100%;
}
.tr_lang .links {
  background: url(../img/tr_store.png) no-repeat;
  background-size: 100%;
}

.links a {
  width: 2.1rem;
  height: 0.6rem;
  display: block;
  cursor: pointer;
  z-index: 99;
  /* display: inline-block */
}

.links a:nth-of-type(1) {
  margin-left: 0.6rem;
}
.de_lang .links a:nth-of-type(1) {
  margin-left: 0.1rem;
}
.tr_lang .links a:nth-of-type(1) {
  margin-left: 0.1rem;
  width: 2.5rem;
}
.de_lang .links a:nth-of-type(3) {
  margin-left: 4.1rem;
}
.tr_lang .links a:nth-of-type(3) {
  margin-left: 4.1rem;
  width: 2.5rem;
}

.links a:nth-of-type(3) {
  margin-left: 3.5rem;
}

.links a.orderbtn {
  width: 3.84rem;
  height: 1.54rem;
  background: url('../img/en_order.png') no-repeat;
  background-size: 100% !important;
  background-position: center !important;
  left: 50%;
  /* transform: translateX(-50%); */
  position: absolute;
  z-index: 9;
  animation: breath 2s ease-in-out infinite;
  margin-left: -1.92rem;
}
.de_lang .links a.orderbtn {
  /* margin-left: -0.15rem; */
  background: url('../img/de_order.png') no-repeat;
}
.tr_lang .links a.orderbtn {
  /* margin-left: -0.15rem; */
  background: url('../img/tr_order.png') no-repeat;
}

/* .de_lang .links a {
  margin-top: -0.4rem;
}
.tr_lang .links a {
  width: 2.4rem;
} */

/* .p2-cards {
  width: 12.4rem;
  height: 5.8rem;
  margin: 2.8rem auto 0;
} */

.cnt2 {
  width: 12.72rem;
  height: 6.11rem;
  background: url('../img/en-ctn2.png') no-repeat;
  background-size: 100%;
  display: flex;
  margin: 0.2rem auto 0;
  justify-content: space-between;
}
.de_lang .cnt2 {
  width: 12.72rem;
  height: 6.11rem;
  background: url('../img/de-ctn2.png') no-repeat;
  background-size: 100%;
  display: flex;
  margin: 0.2rem auto 0;
  justify-content: space-between;
}
.tr_lang .cnt2 {
  width: 12.72rem;
  height: 6.11rem;
  background: url('../img/tr-ctn2.png') no-repeat;
  background-size: 100%;
}

.cnt2 > div {
  width: 4rem;
  height: 4.86rem;
}

.slogan2 {
  width: 7.03rem;
  height: 0.89rem;
  background: url('../img/en_slogan2.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}
.de_lang .slogan2 {
  width: 9.19rem;
  height: 0.91rem;
  background: url('../img/de_slogan2.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}
.tr_lang .slogan2 {
  width: 9.47rem;
  height: 1.02rem;
  background: url('../img/tr_slogan2.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}

.banner {
  width: 6.93rem;
  height: 0.65rem;
  background: url('../img/banner.png') no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.banner2 {
  margin-top: 0.1rem;
}

.banner3 {
  margin-top: 0.2rem;
}

.slogan3 {
  width: 8.26rem;
  height: 0.78rem;
  background: url('../img/en_slogan3.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}

.de_lang .slogan3 {
  width: 10.24rem;
  height: 0.79rem;
  background: url('../img/de_slogan3.png') no-repeat;
  background-size: 100%;
}
.tr_lang .slogan3 {
  width: 7.77rem;
  height: 0.86rem;
  background: url('../img/tr_slogan3.png') no-repeat;
  background-size: 100%;
}

.milestone-wrapper {
  width: 11.46rem;
  height: 6.21rem;
  background: url('../img/mileStone.png') no-repeat;
  background-size: 100%;
  /* display: flex; */
  margin: -0.85rem auto 0;
  overflow: hidden;
  position: relative;
}

.milestone-num {
  width: 9.18rem;
  height: 0.23rem;
  background: url('../img/mileStone-num.png') no-repeat;
  background-size: 100%;
  margin: 1.5rem auto 0;
}

.progress {
  background-color: #b9945b;
  width: 10.1rem;
  height: 0.24rem;
  margin: 0.2rem auto 0;
  border-radius: 12px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
  overflow: hidden;
}

.line {
  width: 9.5rem;
  height: 1px;
  margin: 0.12rem auto 0;
  /* background-color: ; */
  /* border:1px dashed #fde6b5; */

  background-image: repeating-linear-gradient(
    to right,
    #fde6b5 0,
    #fde6b5 8px,
    /* 实线长度 */ transparent 8px,
    transparent 16px /* 总周期 */
  );
  z-index: 22;
  position: relative;
}

.progress-chip {
  background-color: #f5b64f;
  height: 100%;
  width: 0.6rem;
  border-radius: 12px;
  position: absolute;
  top: 0;
}

.progress-chicken {
  width: 10.1rem;
  height: 0.24rem;
  position: absolute;
  top: 1.95rem;
  left: 0.68rem;
}

.progress-chicken img {
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  /* left: 473px; */
  top: -0.25rem;
  z-index: 99;
  transform: translateX(-0.3rem);
}

.progress-btn {
  width: 0.49rem;
  height: 0.49rem;
  background: url('../img/ms-btn.png') no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 1.8rem;
  z-index: 24;
}

.progress-btn.active {
  background: url('../img/ms-active-btn.png') no-repeat;
  background-size: 100%;
  background-position: center;
}

.progress-btn1 {
  left: 1.45rem;
}
.progress-btn2 {
  left: 3.45rem;
}
.progress-btn3 {
  left: 5.45rem;
}
.progress-btn4 {
  left: 7.4rem;
}
.progress-btn5 {
  left: 9.4rem;
}

.reward-card {
  position: absolute;
  top: 0.35rem;
  background: url(../img/reward-card2.png);
  background-size: 100% 100%;
  width: 1.73rem;
  height: 3.7rem;
  left: -0.57rem;
  z-index: 23;
}

.btn3 {
  width: 3.56rem;
  height: 0.96rem;
  background: url(../img/en-btn3.png) no-repeat;
  background-size: 100%;
  margin: 0.1rem auto 0;
  cursor: pointer;
}
.de_lang .btn3 {
  width: 3.56rem;
  height: 0.96rem;
  background: url(../img/de-btn3.png) no-repeat;
  background-size: 100%;
  margin: 0.1rem auto 0;
  cursor: pointer;
}
.tr_lang .btn3 {
  width: 3.56rem;
  height: 0.96rem;
  background: url(../img/tr-btn3.png) no-repeat;
  background-size: 100%;
  margin: 0.1rem auto 0;
  cursor: pointer;
}

.slogan4 {
  width: 6.75rem;
  height: 0.99rem;
  background: url('../img/en_slogan4.png') no-repeat;
  background-size: 100%;
  margin: 1.2rem auto 0;
}
.de_lang .slogan4 {
  width: 9.15rem;
  height: 0.99rem;
  background: url('../img/de_slogan4.png') no-repeat;
  background-size: 100%;
  margin: 1.2rem auto 0;
}
.tr_lang .slogan4 {
  width: 9.15rem;
  height: 0.99rem;
  background: url('../img/tr_slogan4.png') no-repeat;
  background-size: 100%;
  margin: 1.2rem auto 0;
}

.invite-progress-bg {
  width: 10.91rem;
  height: 1rem;
  background: url('../img/progress2-bg.png') no-repeat;
  background-size: 100%;
  margin: 0.2rem auto 0;
  display: flow-root;
  position: relative;
}

.cup {
  width: 0.77rem;
  height: 0.77rem;
  background: url('../img/cup.png') no-repeat;
  background-size: 100%;
  margin: 0.125rem 0 0 0.4rem;
  z-index: 5;
  position: relative;
}

.invite-progress {
  width: 9.5rem;
  height: 0.2rem;
  background-color: #27b8eb;
  border-radius: 12px;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  overflow: hidden;
}

.invite-progress-chip {
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  width: 0rem;
  /* background-color: #facd32;
   */
  background-image: linear-gradient(to top, #e67c00 0%, #ffec95 100%);
  border: 1px solid #db6b0d;
}

.invite-btn {
  width: 2.3rem;
  height: 0.46rem;
  position: absolute;
  background-color: white;
  color: #27b8eb;
  border: 2px solid #27b8eb;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 22px;
  font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.46rem;
  cursor: pointer;
}

.invite-btn-1 {
  left: 1.5rem;
}
.invite-btn-2 {
  left: 4.1rem;
}
.invite-btn-3 {
  left: 7.3rem;
}

.invite-btn.active {
  border: 2px solid #db6b0d;
  color: #db6b0d;
  background-image: linear-gradient(to top, #e67c00 0%, #ffec95 100%);
}

.invite-wrapper.active {
  border: 2px solid #db6b0d;
  color: #db6b0d;
}

.invite-wrapper-2.active {
  border: 4px solid #db6b0d;
  color: #db6b0d;
}

.reward-desc2 > p.active {
  color: #db6b0d;
}

.invite-wrapper {
  position: absolute;
  width: 1.6rem;
  height: 3rem;
  background: url(../img/invite-wrapper.png) no-repeat;
  background-position: center;
  background-size: 1.49rem 2.87rem;
  border: 4px solid #27b8eb;
  color: #27b8eb;
  background-color: white;
  border-radius: 12px;
  left: 0.28rem;
  top: 1.1rem;
}
.invite-wrapper-2 {
  position: absolute;
  width: 3.38rem;
  height: 3rem;
  background: url('../img/invite-wrapper2.png') no-repeat;
  background-size: 3.08rem 2.87rem;
  background-position: center;
  border: 4px solid #27b8eb;
  color: #27b8eb;
  background-color: white;
  border-radius: 12px;
  left: -0.58rem;
  top: 1.1rem;
  font-size: 0.16rem;
}

.friends {
  background: url('../img/reward/frinds.png') no-repeat;
  background-size: 100%;
  width: 3.04rem;
  height: 1.9rem;
  margin: 0.3rem auto 0;
}

.invite-wrapper.active {
  border: 4px solid #db6b0d;
  color: #db6b0d;
}

.invite-wrapper-line {
  width: 0.6rem;
  height: 0.93rem;
  background: url('../img/invite-wrapper-line.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.84rem;
  top: 0.4rem;
  z-index: 23;
}

.btn4 {
  width: 4.31rem;
  height: 1.06rem;
  background: url('../img/en-btn4.png') no-repeat;
  background-size: 100%;
  margin: 3.6rem auto 0;
}
.de_lang .btn4 {
  width: 4.31rem;
  height: 1.06rem;
  background: url('../img/de-btn4.png') no-repeat;
  background-size: 100%;
  margin: 3.6rem auto 0;
}
.tr_lang .btn4 {
  width: 4.31rem;
  height: 1.06rem;
  background: url('../img/tr-btn4.png') no-repeat;
  background-size: 100%;
  margin: 3.6rem auto 0;
}

.btn {
  cursor: pointer;
}

.slogan5 {
  width: 8.88rem;
  height: 1.46rem;
  background: url('../img/en_slogan5.png') no-repeat;
  background-size: 100%;
  margin: 0.9rem auto 0;
}
.de_lang .slogan5 {
  width: 6.67rem;
  height: 1.73rem;
  background: url('../img/de_slogan5.png') no-repeat;
  background-size: 100%;
  margin: 0.9rem auto 0;
}
.tr_lang .slogan5 {
  width: 7.04rem;
  height: 1.59rem;
  background: url('../img/tr_slogan5.png') no-repeat;
  background-size: 100%;
  margin: 0.9rem auto 0;
}

.reward-content {
  display: flex;
  width: 8.06rem;
  justify-content: space-between;
  /* margin: 1rem 0 0 1rem; */
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-top: 1.8rem;
  margin-left: -0.3rem;
}

.reward-wrapper {
  width: 1.45rem;
  height: 1.44rem;
  background: url('../img/reward-wrapper.png') no-repeat;
  background-size: 100%;
  margin: 0.5rem auto 0;
}

.ren {
  background: url(../img/ren.png) no-repeat;
  background-size: 100%;
  width: 2.07rem;
  height: 3.13rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-left: -5.6rem;
  margin-top: 0.8rem;
  color: #914c18;
}

.bomb {
  background: url('../img/bomb.png') no-repeat;
  background-size: 100% 100%;
  top: 1.8rem;
  left: 1.65rem;
  position: absolute;
  width: 0.5rem;
  height: 0.65rem;
  /* transform: translate(851.5px, -265.5px) rotate(0.42deg);
  opacity: 1;
  will-change: transform; */
  display: none;
}

.bomb-num {
  font-size: 0.6rem;
  font-weight: bold;
  margin-top: 0.1rem;
  margin-left: 1rem;
}

.bomb-name {
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.05rem;
}

.de_lang .bomb-name {
  font-size: 0.14rem;
  text-align: center;
  margin-top: 0.1rem;
}

.boss {
  background: url(../img/boss.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 3.16rem;
  height: 2.67rem;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-left: 4.8rem;
  margin-top: 1rem;
}

.btn5 {
  position: absolute;
  width: 7.95rem;
  height: 1.8rem;
  background: url('../img/en-btn5.png') no-repeat;
  background-size: 100%;
  /* margin-left: 4.8rem; */
  margin-top: 3.65rem;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transform-origin: center center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.de_lang .btn5 {
  background: url('../img/de-btn5.png') no-repeat;
  background-size: 100%;
}
.tr_lang .btn5 {
  background: url('../img/tr-btn5.png') no-repeat;
  background-size: 100%;
}

.details {
  width: 2.88rem;
  height: 0.72rem;
}

.go {
  width: 2rem;
  height: 1.8rem;
}

.rewards {
  width: 2.88rem;
  height: 0.72rem;
}

.slogan6 {
  width: 7.16rem;
  height: 1.59rem;
  background: url('../img/en_slogan6.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}
.de_lang .slogan6 {
  width: 7.16rem;
  height: 1.59rem;
  background: url('../img/de_slogan6.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}
.tr_lang .slogan6 {
  width: 7.16rem;
  height: 1.59rem;
  background: url('../img/tr_slogan6.png') no-repeat;
  background-size: 100%;
  margin: 1rem auto 0;
}

.wrap2 {
  /* width: 14rem !important; */
  /* width: 1400px !important; */
  margin: 0.3rem auto 0;
  /* width: 14rem; */
  /* overflow: hidden; */
}

.wrap2 .swiper-wrapper {
  width: 100%;
}

.wrap2 .swiper-slide {
  height: 4.52rem;
  width: 5.44rem;
  background: url('../img/img-wrapper.png') no-repeat;
  background-size: 7.44rem 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}

/* .wrap2 {
  margin: 0.4rem auto 0;
  width: 14rem !important;
  height: 4.52rem !important;
  overflow: hidden;
} */

.wrap2 .swiper-slide img {
  width: 7rem;
  height: 4.14rem;
  display: block;
  object-fit: cover;
  /* width: 7rem;
  height: 4.14rem; */
}

.wrap2 .swiper-slide-active {
  /* transform: scale(1) !important; */
  background-color: transparent;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-button-prev,
.swiper-button-next {
  width: 1.26rem;
  height: 1.26rem;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100% 100%;
  right: 1rem;
  position: absolute;
  top: 2rem;
}

.swiper-button-prev {
  background: url(../img/arrow.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  left: 1rem;
}

.box {
  width: 13.6rem;
  height: 8rem;
  margin: 0 auto;
  overflow: hidden;
}

.wrap2 .swiper-pagination {
  top: 4.75rem;
}
.wrap2 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: white;
  margin-right: 20px;
  opacity: 1;
  /* top: 5rem; */
}
.wrap2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* background-color: red; */
  width: 35px;
  height: 16px;
  overflow: hidden;
  background-position: center;
  background-size: 35px 19px;
  background: url('../img/huojian.png') no-repeat;
  /* top: 5rem; */
}

/* 
.md-07 {
  margin-top: 0.7rem !important;
}

.md-01 {
  margin-top: 0.1rem !important;
}
.md-02 {
  margin-top: 0.2rem !important;
}
.md-03 {
  margin-top: 0.3rem !important;
} */

.reward-desc {
  width: 1.5rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.reward-desc > p {
  font-size: 0.14rem;
  text-align: center;
  font-weight: bold;
  /* width: 1.1rem; */
  line-height: 1.2;
  padding-top: 2px;
  color: #b9945b;
}

.reward-desc2 > p {
  color: #27b8eb;
}

.reward-bg {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.reward-bg2 {
  width: 0.9rem;
  height: 0.9rem;
}

.reward-num {
  font-size: 0.2rem;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 0.05rem;
  right: 0.08rem;
}
.reward-num2 {
  position: absolute;
  font-size: 0.18rem;
  bottom: -0.08rem;
  right: 0.08rem;
}

.blue-reward-bg {
  background: url('../img/blue-reward-wrapper.png') no-repeat;
  background-size: 100% 100%;
}
.yellow-reward-bg {
  background: url('../img/yellow-reward-wrapper.png') no-repeat;
  background-size: 100% 100%;
}
.green-reward-bg {
  background: url('../img/green-reward-wrapper.png') no-repeat;
  background-size: 100% 100%;
}

.blue-reward-bg .reward-num {
  text-shadow:
    -1px -1px 2px #428fb5,
    1px -1px 2px #428fb5,
    -1px 1px 2px #428fb5,
    1px 1px 2px #428fb5;
}
.yellow-reward-bg .reward-num {
  text-shadow:
    -1px -1px 2px #8f4f03,
    1px -1px 2px #8f4f03,
    -1px 1px 2px #8f4f03,
    1px 1px 2px #8f4f03;
}
.green-reward-bg .reward-num {
  text-shadow:
    -1px -1px 2px #56a217,
    1px -1px 2px #56a217,
    -1px 1px 2px #56a217,
    1px 1px 2px #56a217;
}

.banner-ctn {
  line-height: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.banner-ctn span {
  font-weight: bold;
  color: #fedf22;
}

.de_lang .banner-ctn {
  font-size: 0.2rem;
}

.reward-light {
  width: 100%;
  height: 1rem;
  /* background: url(../img/reward/reward-list.png) no-repeat; */
  /* margin: 0.1rem auto 0; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.reward-light1 {
  background: url('../img/reward/n1.png') no-repeat;
  background-position: center;
  /* background-size: 100% 100%; */
  /* background-position: 15px 4px; */
}
.reward-light2 {
  background: url('../img/reward/n2.png') no-repeat;
  background-position: center;
  /* background-size: 100% 100%; */
}
.reward-light3 {
  background: url('../img/reward/n3.png') no-repeat;
  background-position: center;
  /* background-size: 100% 100%; */
}
.reward-light4 {
  background: url('../img/reward/n4.png') no-repeat;
  background-position: center;
  /* background-size: 100% 100%; */
}
.reward-light5 {
  background: url('../img/reward/n7.png') no-repeat;
  background-position: 0.32rem;
  background-size: 60% 80%;
}

.reward-wrapper > div:nth-child(2) {
  text-align: center;
  color: #6f543f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.4rem;
  font-size: 0.14rem;
  font-weight: bold;
  padding: 0 4px;
  box-sizing: border-box;
}

input {
  border: none;
  outline: none;
  background-color: transparent;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e2c986 inset !important;
}

.pop1 input {
  width: 5.7rem;
  height: 0.64rem;
  margin-top: 3.4rem;
  margin-left: 3.9em;
  font-size: 0.26rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
  display: block;
}

.tr_lang .pop1 input,
.de_lang .pop1 input {
  width: 5rem;
  height: 0.64rem;
  margin-top: 3.4rem;
  margin-left: 4.8em;
  font-size: 0.26rem;
  padding-left: 0.3rem;
  box-sizing: border-box;
}

.pop1 input:nth-of-type(2) {
  margin-top: 0.08rem;
  width: 3.4rem;
}

.sendCode {
  width: 2.3rem;
  height: 0.64rem;
  /* margin-top: 0.1rem; */
  position: absolute;
  right: 0.55rem;
  top: 4.12rem;
  background: url(../img/verify-code.png) no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.5;
  padding: 0 0.2rem;
  box-sizing: border-box;
  /* font-size: 0.26rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sendCode.active {
  font-size: 0.26rem;
}

.tr_lang .sendCode,
.de_lang .sendCode {
  top: 4.1rem;
  right: 0.85rem;
}

.de_lang .sendCode {
  line-height: 0.64rem;
}

.pop1 .checkList {
  width: 0.2rem;
  height: 0.8rem;
  margin-left: 1.1rem;
  /* background-color: red; */
  margin-top: 0.18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.1rem;
}

.tr_lang .checkList,
.de_lang .checkList {
  margin-left: 1.45rem;
}

.pop1 .checkList > div {
  width: 0.25rem;
  height: 0.25rem;
  background: url('../img/uncheck.png') no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}

.pop1 .checkList > div.active {
  width: 0.25rem;
  height: 0.25rem;
  background: url('../img/check.png') no-repeat;
  /* background-size: 100%; */
  background-position: center;
  background-size: contain;
}

.pop1-btn {
  width: 3.2rem;
  height: 0.68rem;
  margin: 0.45rem 0 0 2.2rem;
}

.event-detail {
  position: absolute;
  width: 2rem;
  height: 0.52rem;
  background: url(../img/en-btn4-2.png) no-repeat;
  background-size: 100% 100% !important;
  top: 6.2rem;
  left: 3.5rem;
  cursor: pointer;
}

.de_lang .event-detail {
  background: url('../img/de-btn4-2.png') no-repeat;
}

.tr_lang .event-detail {
  background: url('../img/tr-btn4-2.png') no-repeat;
}

/* .check-Rewards {
  width: 2.4rem;
  height: 0.64rem;
  margin: 0.1rem 0 0 3.5rem;
} */

.side-nav {
  width: 1.84rem;
  height: 5.86rem;
  background: url('../img/en-sideNav.png');
  background-size: 100% !important;
  position: fixed;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.tr_lang .side-nav {
  background: url('../img/tr-sideNav.png');
}
.de_lang .side-nav {
  background: url('../img/de-sideNav.png');
}

.close-side-nav {
  width: 1.56rem;
  height: 3.29rem;
  background: url('../img/en_close_side.png') no-repeat;
  background-size: 100% !important;
  position: fixed;
  right: 0.8rem;
  top: 50%;
   margin-top: -2rem;
  z-index: 99;
   animation: breath2 1.5s ease-in-out infinite;
}

.tr_lang .close-side-nav {
  background: url('../img/tr_close_side.png') no-repeat;
}
.de_lang .close-side-nav {
  background: url('../img/de_close_side.png') no-repeat;
}

.close-side-nav div{
  cursor: pointer;
}

.c-btn1 {
  width: 1.5rem;
  height: 0.5rem;
  margin: 1.4rem auto 0;
}
.c-btn2 {
  width: 1.5rem;
   height: 0.5rem;
  margin: 0.1rem auto 0;
}

.c-top{
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.1rem auto 0;
}

.side {
  width: 1.4rem;
  height: 0.5rem;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 0.08rem;
}

.side:nth-of-type(1) {
  margin-top: 1.6rem;
}

.dis,
.fb,
.ins {
  height: 0.4rem;
  margin-top: 0.05rem;
}

.top {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.1rem auto 0;
  cursor: pointer;
}

.task {
  width: 5.16rem;
  height: 6.43rem;
  background: url('../img/en-rule-bg.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2rem;
  left: 0;
  transition: 0.8s ease;
}

.tr_lang .task {
  background: url('../img/tr-rule-bg.png') no-repeat;
  background-size: 100%;
}
.de_lang .task {
  background: url('../img/de-rule-bg.png') no-repeat;
  background-size: 100%;
}

.arrow {
  width: 0.81rem;
  height: 0.81rem;
  background: url(../img/rule-arrow.png) no-repeat;
  background-size: 100%;
  top: 3.2rem;
  position: absolute;
  /* right: -0.3rem; */
  transition: 0.8s ease;
  cursor: pointer;
  /* transform: rotate(360deg); */
  left: 1.9rem;
  top: 5.2rem;
  z-index: 99;
  transform: rotate(180deg);
}

/* .arrow.close {
  transform: rotate(180deg);
  right: -0.6rem;
} */
.arrow.open {
  left: 4.7rem;
  transform: rotate(360deg);
  /* right: -0.6rem; */
}

.arrow.active {
  /* transform: ; */
  animation: activeMove 4s infinite;
}

@keyframes activeMove {
  0% {
    /* transform: rotate(0deg); */
  }

  15% {
    transform: rotate(150deg);
  }

  30% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(240deg);
  }

  60% {
    transform: rotate(180deg);
  }

  70% {
    transform: rotate(180deg) translateX(-0.4rem);
  }
  80% {
    transform: rotate(180deg) translateX(0);
  }
  /* 100% {
  } */
}

.task.close {
  left: -5.16rem;
}

.task-close {
  width: 2.51rem;
  height: 4.86rem;
  background: url('../img/en-rule-bg-close.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.1rem;
  top: 3.4rem;
}

.de_lang .task-close {
  background: url('../img/de-rule-bg-close.png') no-repeat;
  background-size: 100%;
}
.tr_lang .task-close {
  background: url('../img/tr-rule-bg-close.png') no-repeat;
  background-size: 100%;
}

.task-list {
  width: 4.6rem;
  height: 3.6rem;
  margin: 2.4rem auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.task-item {
  height: 0.52rem;
  border: 1px solid #dcb97b;
  width: 95%;
  border-radius: 4px;
  color: #b67237;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.task-item > div:nth-of-type(1) {
  width: 3.2rem;
  padding-left: 0.2rem;
  /* height: 100%; */
}

.task-btn {
  width: 0.92rem;
  height: 0.39rem;
  background: url('../img/task-un-btn.png') no-repeat;
  background-size: 100% 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #c4af82;
}

.task-btn.active {
  background: url('../img/task-do-btn.png') no-repeat;
  color: #b67237;
}

.tr_lang .task-btn {
  font-size: 0.12rem;
}

.username {
  width: 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.username a {
  color: white;
}

.single-ellipsis {
  white-space: nowrap; /* 强制单行，禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.abs {
  position: absolute;
}

.pop7 > div {
  width: 1.84rem;
  height: 0.48rem;
  cursor: pointer;
}

.fb {
  left: 2.3rem;
  top: 3.65rem;
}

.fb-invite {
  left: 2.3rem;
  top: 3.65rem;
}

.share-link {
  left: 4.65rem;
  top: 3.65rem;
}

.pop4-content::-webkit-scrollbar {
  width: 4px;
  background: #f8e9c1;
}

.pop4-content::-webkit-scrollbar-track {
  background: transparent;
}

.pop4-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

/* 滚动时稍微明显一点 */
.pop4-content:active::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}

.pop3-content::-webkit-scrollbar {
  width: 4px;
  background: #f8e9c1;
}

.pop3-content::-webkit-scrollbar-track {
  background: transparent;
}

.pop3-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

/* 滚动时稍微明显一点 */
.pop3-content:active::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}

.pop6-content {
  width: 5rem;
  height: 5.7rem;
  margin: 2.2rem auto 0;
  overflow-y: auto;
}

.pop6-row {
  display: flex;
  min-height: 0.84rem;
  border: 1px solid #e1bf81;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 0.1rem;
  overflow: hidden;
}

.pop6-row .row-left {
  width: 1.15rem;
  background-color: #fddc9e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop6-row .row-left img {
  width: 0.75rem;
  height: 0.75rem;
}

.pop6-row .row-right {
  width: 3.95rem;
  background-color: #fde7b8;
  display: flex;
}

.pop6-row .row-right > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
}

.row-title {
  font-size: 0.2rem;
}
.row-title,
.row-desc {
  width: 95%;
  margin: 0 auto;
  color: #a4712f;
}
.row-desc {
  word-break: break-all;
}

.pop6-row .row-right > div:nth-of-type(2) {
  /* width: 1.2rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}

.copy-btn {
  width: 0.92rem;
  height: 0.39rem;
  line-height: 0.38rem;
  background-size: 100% 100% !important;
  background: url(../img/task-do-btn.png) no-repeat;
  color: #914c18;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  font-weight: bold;
  font-size: 0.18rem;
}

.btn {
  cursor: pointer;
}

.boss-word {
  width: 2rem;
  height: 0.8rem;
  left: 1.1rem;
  top: 0.2rem;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
}

.pop5-reward {
  width: 3rem;
  height: 1.8rem;
  left: 3.2rem;
  top: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.1rem;
}
.pop5-reward img {
  width: 1.2rem;
}

.pop5-reward div {
  font-size: 0.2rem;
  color: black;
  text-align: center;
}

.check-rewards {
  width: 2rem;
  height: 0.6rem;
  left: 3.6rem;
  top: 3.3rem;
}

.footer {
  width: 100%;
  height: 1.2rem;
  background-color: black;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}

.footer img:nth-of-type(2) {
  width: 0.88rem;
  /* height: 0.42rem; */
  margin-left: 0.2rem;
}
.footer img:nth-of-type(1) {
  width: 1.5rem;
  height: 1.1rem;
  margin-top: -0.25rem;
}

.footer div:nth-of-type(1) {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer div:nth-of-type(2) {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.2rem;
  color: #999494;
}

.footer span {
  padding: 0.1rem 0.2rem;
}
.footer a {
  padding: 0.1rem 0.2rem;
  text-decoration: none;
  outline: none;
  color: inherit;
}

@keyframes screenShake {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-8px, 3px) rotate(-0.5deg);
  }
  20% {
    transform: translate(7px, -2px) rotate(0.5deg);
  }
  30% {
    transform: translate(-6px, -3px) rotate(-0.3deg);
  }
  40% {
    transform: translate(5px, 2px) rotate(0.3deg);
  }
  50% {
    transform: translate(-4px, -1px) rotate(-0.2deg);
  }
  60% {
    transform: translate(3px, 1px) rotate(0.2deg);
  }
  70% {
    transform: translate(-2px, 0) rotate(-0.1deg);
  }
  80% {
    transform: translate(2px, 0) rotate(0.1deg);
  }
  90% {
    transform: translate(-1px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.screen-shake {
  animation: screenShake 0.4s ease-in-out;
  animation-fill-mode: forwards;
  will-change: transform;
}

.fire {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
  margin-top: 0.6rem;
  margin-left: 1.2rem;
  display: none;
  /* opacity: 0; */
}

/* 呼吸：缩放 */
@keyframes breath {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.85);
    opacity: 0.85;
  }
}

.video {
  width: 7.5rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  /* margin-left: -5rem; */
  top: 50%;
  margin-top: -3rem;
  background: #fff;
  transform: translateX(-50%);
}

.video-close {
  top: 0.1rem !important;
  right: -0.8rem !important;
}

.video-ct,
.video-ct iframe {
  width: 100%;
  height: 100%;
}

.play {
  width: 1rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  top: 50%;
  margin-top: -0.8rem;
  animation: breath2 1.3s ease-in-out infinite;
}

/* 呼吸：缩放 */
@keyframes breath2 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.pop8 {
  width: 7.21rem;
  height: 5.33rem;
  background: url('../img/en_close_pop.png') no-repeat;
  background-size: 100% !important;
}

.de_lang .pop8 {
  background: url('../img/de_close_pop.png') no-repeat;
}

.tr_lang .pop8 {
  background: url('../img/tr_close_pop.png') no-repeat;
}

.p8-btn1 {
  position: absolute;
  width: 2.7rem;
  height: 0.8rem;
  cursor: pointer;
  top: 4rem;
  left: 1rem;
}
.p8-btn2 {
  position: absolute;
  width: 2.7rem;
  height: 0.8rem;
  cursor: pointer;
  top: 4rem;
  left: 3.85rem;
}
