*{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
.hide{
  display: none !important;
}
body{
  font-family: "微软雅黑";
  font-size: 0.24rem;
}
.row-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-around{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.top-wrap{
  width: 100%;
  height: 1.1rem;
  position: fixed;
  top: 0;
  left: 0;
  background: #0d1a1b;
  border-bottom: 0.01rem solid #2f3633;
  z-index: 50;
}
.wrap{
  width: 100%;
  height: 67.68rem;
  background: url(../img/bg.jpg) no-repeat;
  background-size: 100% auto ;
  overflow: hidden;
  position: relative;
}
.icon{
  width: 2.42rem;
  height: 0.98rem;
  background: url(../img/logo.png) no-repeat;
  background-size: auto 100% !important;
  background-position: center center !important;
  margin-left: 0.2rem;
}
.zh-tw_lang .icon{
  background: url(../img/tw_logo.png) no-repeat;
}
.nav li{
  width: 3.2rem;
  height: 0.8rem;
  border-right: 0.01rem solid #2f3633;
  font-size: 0.34rem;
  color: #d2d6b9;
  text-align: center;
  line-height: 0.4rem;
  position: relative;
  cursor: pointer;
}
.nav li:first-child{
  border-left: 0.01rem solid #2f3633;
}
.nav li.act{
  color: #49ff95;
}
.nav li.act::after{
  content: "";
  width: 1rem;
  height: 0;
  border-bottom: 0.04rem solid #49ff95;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
}
.top-right{
  width: 2.97rem;
  height: 0.45rem;
  background: url(../img/lang.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
.languages{
  width: 2.53rem;
  height: 100%;
  margin-left: 0.44rem;
  position: relative;
  cursor: pointer;
  font-size: 0.16rem;
  line-height: 0.45rem;
}
.languages p{
  height: 100%;
  text-indent: 0.1rem;
  color: #b7eba7;
}
.languages ul{
  width: 2.53rem;
  position: absolute;
  top: 0.45rem;
  left: 0;
  background: #2f3633;
  display: none;
}
.languages ul li{
  color: #b7eba7;
  cursor: pointer;
  text-indent: 0.1rem;
}
.languages ul li:hover{
  background: #0d1a1b;
}
.languages:hover ul{
  display: block;
}
.slogan{
  width: 13.5rem;
  height: 3rem;
  margin: 0 auto;
  background: url(../img/slogan.png) no-repeat;
  background-size: 100% auto !important;
  background-position: center !important;
  margin-top: 5.5rem;
}
.zh_lang .slogan{
  background: url(../img/slogan.png) no-repeat;
}
.zh-tw_lang .slogan{
  background: url(../img/tw_slogan.png) no-repeat;
}
.en_lang .slogan{
  background: url(../img/en_slogan.png) no-repeat;
}
.th_lang .slogan{
  background: url(../img/th_slogan.png) no-repeat;
}
.id_lang .slogan{
  background: url(../img/id_slogan.png) no-repeat;
}
.orderbtn{
  width: 4.87rem;
  height: 1.04rem;
  background: url(../img/orderbtn.png) no-repeat;
  background-size: 100% 100% !important;
  margin: 0 auto;
  margin-top: -0.4rem;
  cursor: pointer;
}
.zh_lang .orderbtn{
  background: url(../img/orderbtn.png) no-repeat;
}
.zh-tw_lang .orderbtn{
  background: url(../img/tw_orderbtn.png) no-repeat;
}
.en_lang .orderbtn{
  background: url(../img/en_orderbtn.png) no-repeat;
}
.th_lang .orderbtn{
  background: url(../img/th_orderbtn.png) no-repeat;
}
.id_lang .orderbtn{
  background: url(../img/id_orderbtn.png) no-repeat;
}
.orderbtn.act{
  background: url(../img/orderbtn2.png) no-repeat;
  background-size: 100% 100% !important;
}
.zh_lang .orderbtn.act{
  background: url(../img/orderbtn2.png) no-repeat;
}
.zh-tw_lang .orderbtn.act{
  background: url(../img/tw_orderbtn2.png) no-repeat;
}
.en_lang .orderbtn.act{
  background: url(../img/en_orderbtn2.png) no-repeat;
}
.th_lang .orderbtn.act{
  background: url(../img/th_orderbtn2.png) no-repeat;
}
.id_lang .orderbtn.act{
  background: url(../img/id_orderbtn2.png) no-repeat;
}
.userinfo{
  height: 1.04rem;
  color: #fff;
  margin-top: -0.4rem;
}
.userinfo p{
  margin-left: 0.3rem;
  cursor: pointer;
}
.time-line{
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 0rem;
  line-height: 0.32rem;
  text-shadow: 0.01rem 0.01rem 0.01rem #000, -0.01rem 0.01rem 0.01rem #000, 0.01rem -0.01rem 0.01rem #000, -0.01rem -0.01rem 0.01rem #000;
}
.t{
  height: 1rem;
  background-size: auto 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.t1{
  margin-top: 1.4rem;
  background-image: url(../img/t1.png);
}
.zh_lang .t1{
  background-image: url(../img/t1.png);
}
.zh-tw_lang .t1{
  background-image: url(../img/tw_t1.png);
}
.en_lang .t1{
  background-image: url(../img/en_t1.png);
}
.th_lang .t1{
  background-image: url(../img/th_t1.png);
}
.id_lang .t1{
  background-image: url(../img/id_t1.png);
}
.t2{
  background-image: url(../img/t2.png);
}
.zh_lang .t2{
  background-image: url(../img/t2.png);
}
.zh-tw_lang .t2{
  background-image: url(../img/tw_t2.png);
}
.en_lang .t2{
  background-image: url(../img/en_t2.png);
}
.th_lang .t2{
  background-image: url(../img/th_t2.png);
}
.id_lang .t2{
  background-image: url(../img/id_t2.png);
}
.t3{
  background-image: url(../img/t3.png);
}
.zh_lang .t3{
  background-image: url(../img/t3.png);
}
.zh-tw_lang .t3{
  background-image: url(../img/tw_t3.png);
}
.en_lang .t3{
  background-image: url(../img/en_t3.png);
}
.th_lang .t3{
  background-image: url(../img/th_t3.png);
}
.id_lang .t3{
  background-image: url(../img/id_t3.png);
}
.t4{
  background-image: url(../img/t4.png);
}
.zh_lang .t4{
  background-image: url(../img/t4.png);
}
.zh-tw_lang .t4{
  background-image: url(../img/tw_t4.png);
}
.en_lang .t4{
  background-image: url(../img/en_t4.png);
}
.th_lang .t4{
  background-image: url(../img/th_t4.png);
}
.id_lang .t4{
  background-image: url(../img/id_t4.png);
}
.part1{
  width: 16.53rem;
  height: 8.13rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  background: url(../img/part1.png) no-repeat;
  background-size: 100% auto !important;
  position: relative;
  overflow: hidden;
}
.zh_lang .part1{
  background: url(../img/part1.png) no-repeat;
}
.zh-tw_lang .part1{
  background: url(../img/tw_part1.png) no-repeat;
}
.en_lang .part1{
  background: url(../img/en_part1.png) no-repeat;
}
.th_lang .part1{
  background: url(../img/th_part1.png) no-repeat;
}
.id_lang .part1{
  background: url(../img/id_part1.png) no-repeat;
}
.ordernum{
  font-size: 0.36rem;
  color: #ffdd60;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.58rem;
}
.ordernum span{
  font-size: 0.67rem;
  margin: 0 0.1rem;
}
.orderbtn1{
  width: 3.41rem;
  height: 1.64rem;
  background: url(../img/orderbtn1.png) no-repeat;
  background-size: 100% auto !important;
  margin: 3.7rem auto 0;
  cursor: pointer;
}
.zh_lang .orderbtn1{
  background: url(../img/orderbtn1.png) no-repeat;
}
.zh-tw_lang .orderbtn1{
  background: url(../img/tw_orderbtn1.png) no-repeat;
}
.en_lang .orderbtn1{
  background: url(../img/en_orderbtn1.png) no-repeat;
}
.th_lang .orderbtn1{
  background: url(../img/th_orderbtn1.png) no-repeat;
}
.id_lang .orderbtn1{
  background: url(../img/id_orderbtn1.png) no-repeat;
}
.orderbtn1.act{
  background: url(../img/login.png) no-repeat;
  background-size: 100% auto !important;
}
.zh_lang .orderbtn1.act{
  background: url(../img/login.png) no-repeat;
}
.zh-tw_lang .orderbtn1.act{
  background: url(../img/tw_login.png) no-repeat;
}
.en_lang .orderbtn1.act{
  background: url(../img/en_login.png) no-repeat;
}
.th_lang .orderbtn1.act{
  background: url(../img/th_login.png) no-repeat;
}
.id_lang .orderbtn1.act{
  background: url(../img/id_login.png) no-repeat;
}
.tip{
  width: 13rem;
  margin: 0 auto;
  font-size: 0.22rem;
  color: #918662;
  text-align: center;
  line-height: 0.32rem;
}
.tip1{
  margin-top: 0.3rem;
}
.part2{
  height: 12.2rem;
  background: url(../img/part2.png) no-repeat;
  background-size: 100% auto !important;
  margin-top: 0.25rem;
  position: relative;
  overflow: hidden;
}
.zh_lang .part2{
  background: url(../img/part2.png) no-repeat;
}
.zh-tw_lang .part2{
  background: url(../img/tw_part2.png) no-repeat;
}
.en_lang .part2{
  background: url(../img/en_part2.png) no-repeat;
}
.th_lang .part2{
  background: url(../img/th_part2.png) no-repeat;
}
.id_lang .part2{
  background: url(../img/id_part2.png) no-repeat;
}
.authbtn{
  width: 4.15rem;
  height: 1.07rem;
  background: url(../img/btn2.png) no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  left: 3rem;
  top: 4.3rem;
  cursor: pointer;
  animation: anthbtn 0.5s linear infinite alternate;
  -webkit-animation: anthbtn 0.5s linear infinite alternate;
}
.zh_lang .authbtn{
  background: url(../img/btn2.png) no-repeat;
}
.zh-tw_lang .authbtn{
  background: url(../img/tw_btn2.png) no-repeat;
}
.en_lang .authbtn{
  background: url(../img/en_btn2.png) no-repeat;
}
.th_lang .authbtn{
  background: url(../img/th_btn2.png) no-repeat;
}
.id_lang .authbtn{
  background: url(../img/id_btn2.png) no-repeat;
}
@keyframes anthbtn{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(0.9);
  }
}
@-webkit-keyframes anthbtn{
  0%{
    -webkit-transform: scale(1);
  }
  100%{
    -webkit-transform: scale(0.9);
  }
}
.yjbox{
  width: 8.6rem;
  height: 4.5rem;
  position: absolute;
  left: 8.6rem;
  top: 0.7rem;
}
.yjbox .swiper{
  width: 7.21rem;
  height: 4.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.yjbox .swiper img{
  display: block;
  width: 100%;
}
.swiper-button-prev, .swiper-button-next{
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/qh.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
  cursor: pointer;
  animation: btn 0.5s linear infinite alternate;
  -webkit-animation: btn 0.5s linear infinite alternate;
}
@keyframes btn{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0.5;
  }
}
@-webkit-keyframes btn{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0.5;
  }
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next{
  right: 0;
  background-position: right;
}
.swiper-button-prev::after, .swiper-button-next::after{
  content: "";
}
.tip2{
  margin-top: 11rem;
}
.copy{
  width: 3.12rem;
  height: 1.5rem;
  background: url(../img/btn3.png) no-repeat;
  background-size: 100% 100% !important;
  position: absolute;
  left: 4.2rem;
  top: 8.8rem;
  cursor: pointer;
}
.zh_lang .copy{
  background: url(../img/btn3.png) no-repeat;
}
.zh-tw_lang .copy{
  background: url(../img/tw_btn3.png) no-repeat;
}
.en_lang .copy{
  background: url(../img/en_btn3.png) no-repeat;
}
.th_lang .copy{
  background: url(../img/th_btn3.png) no-repeat;
}
.id_lang .copy{
  background: url(../img/id_btn3.png) no-repeat;
}
.invite{
  width: 6.45rem;
  position: absolute;
  left: 7.5rem;
  top: 8.75rem;
}
.id_lang .invite,
.th_lang .invite{
  width: 6.6rem;
}
.invitelist:nth-child(2){
  margin-left: -0.5rem;
}
.getbtn{
  width: 1.4rem;
  height: 0.31rem;
  background: url(../img/btn4.png) no-repeat;
  background-size: auto 100% !important;
  background-position: right 0 !important;
}
.zh_lang .getbtn{
  background: url(../img/btn4.png) no-repeat;
}
.zh-tw_lang .getbtn{
  background: url(../img/tw_btn4.png) no-repeat;
}
.en_lang .getbtn{
  background: url(../img/en_btn4.png) no-repeat;
}
.th_lang .getbtn{
  background: url(../img/th_btn4.png) no-repeat;
}
.id_lang .getbtn{
  background: url(../img/id_btn4.png) no-repeat;
}
.succ{
  width: 0.33rem;
  display: block;
  margin-left: 1.1rem;
  margin-top: 0.3rem;
  visibility: hidden;
}
.invitelist.act .succ{
  visibility: visible;
}
.invitelist.act .getbtn{
  background-position: left 0 !important;
}
.part3{
  width: 16.73rem;
  height: 12.5rem;
  background: url(../img/part3.png) no-repeat;
  background-size: 100% auto !important;
  margin: 0 auto;
  margin-top: 0.3rem;
  position: relative;
}
/* .zh_lang .part3{
  background: url(../img/part3.png) no-repeat;
}
.zh-tw_lang .part3{
  background: url(../img/tw_part3.png) no-repeat;
}
.en_lang .part3{
  background: url(../img/en_part3.png) no-repeat;
}
.th_lang .part3{
  background: url(../img/th_part3.png) no-repeat;
}
.id_lang .part3{
  background: url(../img/id_part3.png) no-repeat;
} */
.part-tip{
  font-size: 0.37rem;
  color: #ffe09f;
  padding: 0.4rem 0 0.3rem;
  margin-left: 1rem;
}
.id_lang .part-tip{
  font-size: 0.3rem;
}
.signbox{
  width: 12.96rem;
  height: 12.34rem;
  position: absolute;
  left: 1rem;
  top: -0.6rem;
  overflow: hidden;
}
.sign1{
  background: url(../img/qd1.png?v=1) no-repeat;
  background-size: 100% 100% !important;
}
.zh_lang .sign1{
  background: url(../img/qd1.png?v=1) no-repeat;
}
.zh-tw_lang .sign1{
  background: url(../img/tw_qd1.png?v=1) no-repeat;
}
.en_lang .sign1{
  background: url(../img/en_qd1.png?v=1) no-repeat;
}
.th_lang .sign1{
  background: url(../img/th_qd1.png?v=1) no-repeat;
}
.id_lang .sign1{
  background: url(../img/id_qd1.png?v=1) no-repeat;
}
.sign2{
  background: url(../img/qd2.png?v=1) no-repeat;
  background-size: 100% 100% !important;
}
.zh_lang .sign2{
  background: url(../img/qd2.png?v=1) no-repeat;
}
.zh-tw_lang .sign2{
  background: url(../img/tw_qd2.png?v=1) no-repeat;
}
.en_lang .sign2{
  background: url(../img/en_qd2.png?v=1) no-repeat;
}
.th_lang .sign2{
  background: url(../img/th_qd2.png?v=1) no-repeat;
}
.id_lang .sign2{
  background: url(../img/id_qd2.png?v=1) no-repeat;
}
.sign3{
  background: url(../img/qd3.png?v=1) no-repeat;
  background-size: 100% 100% !important;
}
.zh_lang .sign3{
  background: url(../img/qd3.png?v=1) no-repeat;
}
.zh-tw_lang .sign3{
  background: url(../img/tw_qd3.png?v=1) no-repeat;
}
.en_lang .sign3{
  background: url(../img/en_qd3.png?v=1) no-repeat;
}
.th_lang .sign3{
  background: url(../img/th_qd3.png?v=1) no-repeat;
}
.id_lang .sign3{
  background: url(../img/id_qd3.png?v=1) no-repeat;
}
.person{
  width: 6.67rem;
  position: absolute;
  left: 13.5rem;
  top: 2rem;
  z-index: 10;
}
.signbtn{
  width: 3.12rem;
  height: 1.51rem;
  background: url(../img/qd.png) no-repeat;
  background-size: 100% 100% !important;
  position: absolute;
  left: 7.25rem;
  top: 10rem;
  z-index: 15;
  cursor: pointer;
}
.zh_lang .signbtn{
  background: url(../img/qd.png) no-repeat;
}
.zh-tw_lang .signbtn{
  background: url(../img/tw_qd.png) no-repeat;
}
.en_lang .signbtn{
  background: url(../img/en_qd.png) no-repeat;
}
.th_lang .signbtn{
  background: url(../img/th_qd.png) no-repeat;
}
.id_lang .signbtn{
  background: url(../img/id_qd.png) no-repeat;
}
.signbtn.act{
  background: url(../img/qd_1.png) no-repeat;
  background-size: 100% 100% !important;
}
.zh_lang .signbtn.act{
  background: url(../img/qd_1.png) no-repeat;
}
.zh-tw_lang .signbtn.act{
  background: url(../img/tw_qd_1.png) no-repeat;
}
.en_lang .signbtn.act{
  background: url(../img/en_qd_1.png) no-repeat;
}
.th_lang .signbtn.act{
  background: url(../img/th_qd_1.png) no-repeat;
}
.id_lang .signbtn.act{
  background: url(../img/id_qd_1.png) no-repeat;
}
.signbox .swiper-pagination{
  width: 6rem;
  bottom: 1rem;
  z-index: 15;
}
.signbox .swiper-pagination .swiper-pagination-bullet{
  margin: 0 0.2rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #477d2c;
}
.signgetlist{
  width: 13rem;
  margin-top: 9.4rem;
  margin-left: -0.25rem;
  overflow: hidden;
}
.signgetbtn{
  width: 1.34rem;
  height: 0.55rem;
  background: url(../img/btn5.png) no-repeat;
  background-size: auto 100% !important;
  background-position: right !important;
  float: left;
  margin-left: 0.4rem;
}
.zh_lang .signgetbtn{
  background: url(../img/btn5.png) no-repeat;
}
.zh-tw_lang .signgetbtn{
  background: url(../img/tw_btn5.png) no-repeat;
}
.en_lang .signgetbtn{
  background: url(../img/en_btn5.png) no-repeat;
}
.th_lang .signgetbtn{
  background: url(../img/th_btn5.png) no-repeat;
}
.id_lang .signgetbtn{
  background: url(../img/id_btn5.png) no-repeat;
}
.signgetbtn.act{
  background-position: left !important;
}
.tip3{
  margin-top: 10.3rem;
}
.part4{
  width: 16.95rem;
  height: 17.51rem;
  background: url(../img/part4.png) no-repeat;
  background-size: 100% auto !important;
  margin: 0.2rem auto 0;
  position: relative;
}
.zh_lang .part4{
  background: url(../img/part4.png) no-repeat;
}
.zh-tw_lang .part4{
  background: url(../img/tw_part4.png) no-repeat;
}
.en_lang .part4{
  background: url(../img/en_part4.png) no-repeat;
}
.th_lang .part4{
  background: url(../img/th_part4.png) no-repeat;
}
.id_lang .part4{
  background: url(../img/id_part4.png) no-repeat;
}
.ticketicon{
  width: 1.03rem;
  height: 0.56rem;
  background: url(../img/ticket.png) no-repeat;
  background-size: 100% auto !important;
  margin: 0 0.1rem;
}
.zh_lang .ticketicon{
  background: url(../img/ticket.png) no-repeat;
}
.zh-tw_lang .ticketicon{
  background: url(../img/tw_ticket.png) no-repeat;
}
.en_lang .ticketicon{
  background: url(../img/en_ticket.png) no-repeat;
}
.th_lang .ticketicon{
  background: url(../img/th_ticket.png) no-repeat;
}
.id_lang .ticketicon{
  background: url(../img/id_ticket.png) no-repeat;
}
.progress-tip{
  font-size: 0.35rem;
  margin-right: 0.5rem;
}
.id_lang .progress-tip{
  font-size: 0.3rem;
}
.progressbox{
  width: 10.5rem;
  margin: 0.2rem auto 0;
}
.progressicon{
  width: 1.44rem;
  height: 1.44rem;
  background: url(../img/ticketbg.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 0.3rem;
}
.progressicon .ticketicon{
  margin: 0.4rem auto 0;
}
.progressicon span{
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
}
.progressbtn{
  width: 2rem;
  height: 0.6rem;
  background: url(../img/btn6.png) no-repeat;
  background-size: auto 100% !important;
  background-position: right 0 !important;
  margin-top: 0.1rem;
  cursor: pointer;
}
.zh_lang .progressbtn{
  background: url(../img/btn6.png) no-repeat;
}
.zh-tw_lang .progressbtn{
  background: url(../img/tw_btn6.png) no-repeat;
}
.en_lang .progressbtn{
  background: url(../img/en_btn6.png) no-repeat;
}
.th_lang .progressbtn{
  background: url(../img/th_btn6.png) no-repeat;
}
.id_lang .progressbtn{
  background: url(../img/id_btn6.png) no-repeat;
}
.progressbtn.act{
  width: 2rem;
  height: 0.6rem;
  background-position: left 0 !important;
}
.line{
  width: 13.98rem;
  height: 0.53rem;
  background: url(../img/line.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.line img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lineact{
  width: 0rem;
  height: 0.14rem;
  background: #91c040;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  border-radius: 0.07rem;
}
.progressnum{
  width: 9.5rem;
  margin: 0 auto;
  font-size: 0.4rem;
  color: #fff3d4;
  line-height: 0.5rem;
}
.arrow{
  width: 1.04rem;
  height: 2.56rem;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 7.42rem;
  left: 9.94rem;
  transform-origin: 0.52rem 2.18rem;
  transform: rotate(0deg);
}
.cjbtn{
  width: 3.12rem;
  height: 1.51rem;
  background: url(../img/cjbtn.png) no-repeat;
  background-size: 100% auto !important;
  cursor: pointer;
  position: absolute;
  left: 9rem;
  top: 12.8rem;
  z-index: 15;
}
.zh_lang .cjbtn{
  background: url(../img/cjbtn.png) no-repeat;
}
.zh-tw_lang .cjbtn{
  background: url(../img/tw_cjbtn.png) no-repeat;
}
.en_lang .cjbtn{
  background: url(../img/en_cjbtn.png) no-repeat;
}
.th_lang .cjbtn{
  background: url(../img/th_cjbtn.png) no-repeat;
}
.id_lang .cjbtn{
  background: url(../img/id_cjbtn.png) no-repeat;
}
.cjrecord{
  position: absolute;
  left: 12.5rem;
  top: 13.7rem;
  font-size: 0.3rem;
  color: #adea80;
  text-decoration: underline;
  cursor: pointer;
}
.tip4{
  margin-top: 10rem;
}
.line1{
  width: 7.92rem;
  display: block;
  margin: 0.2rem auto 0;
}
.footer{
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
}
.bot-logo{
  width: 4rem;
  height: 1.5rem;
  background: url(../img/logo.png) no-repeat;
  background-size: 2.4rem auto !important;
  background-position: top center !important;
}
.zh_lang .bot-logo{
  background: url(../img/logo.png) no-repeat;
}
.zh-tw_lang .bot-logo{
  background: url(../img/tw_logo.png) no-repeat;
}
.en_lang .bot-logo{
  background: url(../img/logo.png) no-repeat;
}
.th_lang .bot-logo{
  background: url(../img/logo.png) no-repeat;
}
.id_lang .bot-logo{
  background: url(../img/logo.png) no-repeat;
}
.email{
  font-size: 0.14rem;
  color: #fff;
  margin-top: 1.2rem;
  text-align: center;
}
.desc{
  margin-left: 1rem;
  color: #fff;
}
.desc a{
  color: #fff;
}
.desc em{
  margin: 0 0.2rem;
  font-style: normal;
  font-size: 0.16rem;
}
.pop{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.pop1, .pop2, .pop3, .pop4, .pop5, .pop6, .pop7, .pop9, .pop10{
  width: 6rem;
  height: 5.2rem;
  background-size: 100% auto !important;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}
.pop9{
  height: 8rem;
  background: url(../img/pop8.png) no-repeat;
}
.pop10{
  width: 4.5rem;
  height: 6rem;
  background: url(../img/pop8.png) no-repeat;
}
.pop1{
  height: 8rem;
  background: url(../img/pop1.png) no-repeat;
}
.zh_lang .pop1{
  background: url(../img/pop1.png) no-repeat;
}
.zh-tw_lang .pop1{
  background: url(../img/tw_pop1.png) no-repeat;
}
.en_lang .pop1{
  background: url(../img/en_pop1.png) no-repeat;
}
.th_lang .pop1{
  background: url(../img/th_pop1.png) no-repeat;
}
.id_lang .pop1{
  background: url(../img/id_pop1.png) no-repeat;
}
.close{
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  z-index: 10;
}
.pop2{
  background: url(../img/pop2.png) no-repeat;
}
.zh_lang .pop2{
  background: url(../img/pop2.png) no-repeat;
}
.zh-tw_lang .pop2{
  background: url(../img/tw_pop2.png) no-repeat;
}
.en_lang .pop2{
  background: url(../img/en_pop2.png) no-repeat;
}
.th_lang .pop2{
  background: url(../img/th_pop2.png) no-repeat;
}
.id_lang .pop2{
  background: url(../img/id_pop2.png) no-repeat;
}
.pop3{
  height: 7.8rem;
  background: url(../img/pop3.png) no-repeat;
}
.zh_lang .pop3{
  background: url(../img/pop3.png) no-repeat;
}
.zh-tw_lang .pop3{
  background: url(../img/tw_pop3.png) no-repeat;
}
.en_lang .pop3{
  background: url(../img/en_pop3.png) no-repeat;
}
.th_lang .pop3{
  background: url(../img/th_pop3.png) no-repeat;
}
.id_lang .pop3{
  background: url(../img/id_pop3.png) no-repeat;
}
.pop4{
  background: url(../img/pop4.png) no-repeat;
}
.zh_lang .pop4{
  background: url(../img/pop4.png) no-repeat;
}
.zh-tw_lang .pop4{
  background: url(../img/tw_pop4.png) no-repeat;
}
.en_lang .pop4{
  background: url(../img/en_pop4.png) no-repeat;
}
.th_lang .pop4{
  background: url(../img/th_pop4.png) no-repeat;
}
.id_lang .pop4{
  background: url(../img/id_pop4.png) no-repeat;
}
.pop5{
  width: 8.02rem;
  height: 6.92rem;
  background: url(../img/pop5.png) no-repeat;
}
.zh_lang .pop5{
  background: url(../img/pop5.png) no-repeat;
}
.zh-tw_lang .pop5{
  background: url(../img/tw_pop5.png) no-repeat;
}
.en_lang .pop5{
  background: url(../img/en_pop5.png) no-repeat;
}
.th_lang .pop5{
  background: url(../img/th_pop5.png) no-repeat;
}
.id_lang .pop5{
  background: url(../img/id_pop5.png) no-repeat;
}
.pop6{
  background: url(../img/pop6.png) no-repeat;
}
.zh_lang .pop6{
  background: url(../img/pop6.png) no-repeat;
}
.zh-tw_lang .pop6{
  background: url(../img/tw_pop6.png) no-repeat;
}
.en_lang .pop6{
  background: url(../img/en_pop6.png) no-repeat;
}
.th_lang .pop6{
  background: url(../img/th_pop6.png) no-repeat;
}
.id_lang .pop6{
  background: url(../img/id_pop6.png) no-repeat;
}
.pop7{
  width: auto;
  min-width: 6rem;
  height: 7rem;
}
.pop1 input{
  width: 4.3rem;
  height: 0.56rem;
  background: none;
  border: 0;
  outline: medium;
  font-size: 0.3rem;
  color: #4b627b;
  text-indent: 0.15rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.1rem;
}
.account{
  margin-top: 1.4rem !important;
}
.accbtns{
  width: 5rem;
  margin: 0 auto;
  overflow: hidden;
}
.accbtns a{
  display: block;
  width: 100%;
  height: 0.5rem;
  float: left;
}
.loginbtn{
  width: 2.8rem;
  height: 0.58rem;
  margin: 0.92rem auto 0;
  cursor: pointer;
}
.check{
  width: 0.22rem !important;
  height: 0.22rem !important;
  margin-left: 2.44rem !important;
  margin-top: 0.14rem !important;
  cursor: pointer;
}
.en_lang .check{
  margin-left: 2.1rem !important;
}
.id_lang .check,
.th_lang .check{
  margin-left: 2.3rem !important;
}
.applebtn, .ggbtn, .otherbtn{
  width: 2.8rem;
  height: 0.58rem;
  margin: 0.03rem auto 0;
  cursor: pointer;
  overflow: hidden;
}
#g_id_signin{
  opacity: 0;
}
#g_id_signin iframe{
  width: 2.8rem !important;
  height: 0.6rem !important;
  margin: 0 !important;
}
.applebtn{
  margin-top: 0.2rem;
}
.server, .role{
  width: 3.3rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #4b627b;
  text-indent: 0.15rem;
  margin-left: 1.85rem;
  margin-top: 0.1rem;
  cursor: pointer;
  position: relative;
}
.server{
  margin-top: 1.6rem;
}
.en_lang .server,
.th_lang .server{
  margin-top: 1.45rem;
}
.id_lang .server{
  margin-top: 1.46rem;
}
.server-list, .role-list{
  width: 3.3rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0.56rem;
  background: #fff;
  font-size: 0.24rem;
  overflow: auto;
  display: none;
}
.server-list{
  z-index: 10;
}
.check1{
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.6rem;
  margin-top: 0.17rem;
  cursor: pointer;
}
.en_lang .check1{
  margin-left: 0.9rem;
}
.bindbtn{
  width: 2.8rem;
  height: 0.58rem;
  margin: 0.85rem auto 0;
  cursor: pointer;
}
.en_lang .bindbtn,
.id_lang .bindbtn,
.th_lang .bindbtn{
  margin-top: 1.05rem;
}
.pop4 img{
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: 1.6rem auto 0;
}
.giftname{
  width: 4rem;
  height: 1rem;
  font-size: 0.3rem;
  margin: 0.1rem auto 0;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
}
.getgiftbtn{
  width: 2.8rem;
  height: 0.58rem;
  margin: 0.3rem auto 0;
  cursor: pointer;
}
.gift-list{
  width: 7.2rem;
  height: 4rem;
  margin: 1.7rem auto 0;
  overflow: auto;
}
.pop5 .close{
  width: 1rem;
  height: 1rem;
}
.gift-list li{
  width: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
}
.gift-list li img{
  width: 0.94rem;
  height: 0.94rem;
  display: block;
}
.gift-list p{
  height: 0.6rem;
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.05rem;
  line-height: 0.22rem;
  text-align: center;
}
.sure{
  width: 2.8rem;
  height: 0.58rem;
  margin: 4.1rem auto 0;
  cursor: pointer;
}
.pop7 img{
  display: block;
  height: 100%;
}
.loading{
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/loading.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  animation: loading 1s infinite linear;
  -webkit-animation: loading 1s infinite linear;
}
@keyframes loading{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading{
  0%{
    -webkit-transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
  }
}
.close1{
  background: url(../img/close.png) no-repeat center center;
  background-size: 0.69rem 0.69rem;
}
.save{
  width: 2.6rem;
  height: 0.6rem;
  background: url(../img/btn7.png) no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  margin-left: -1.3rem;
}
.zh_lang .save{
  background: url(../img/btn7.png?v=1) no-repeat;
}
.zh-tw_lang .save{
  background: url(../img/tw_btn7.png?v=1) no-repeat;
}
.en_lang .save{
  background: url(../img/en_btn7.png?v=1) no-repeat;
}
.th_lang .save{
  background: url(../img/th_btn7.png?v=1) no-repeat;
}
.id_lang .save{
  background: url(../img/id_btn7.png?v=1) no-repeat;
}
.activebtn{
  width: 2.25rem;
  height: 0.75rem;
  background: url(../img/btn1.png) no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  left: 0;
  top: 4.5rem;
  cursor: pointer;
}
.activebtn2{
  left: 1.6rem;
  top: 5.7rem;
}
.zh_lang .activebtn{
  background: url(../img/btn1.png) no-repeat;
}
.zh-tw_lang .activebtn{
  background: url(../img/tw_btn1.png) no-repeat;
}
.en_lang .activebtn{
  background: url(../img/en_btn1.png) no-repeat;
}
.th_lang .activebtn{
  background: url(../img/th_btn1.png) no-repeat;
}
.id_lang .activebtn{
  background: url(../img/id_btn1.png) no-repeat;
}
.totastDom{
  font-size: 0.3rem !important;
}
.rules{
  width: 88%;
  height: 5.6rem;
  margin-top: 1.4rem;
  margin-left: 0.4rem;
  font-size: 0.2rem;
  color: #fff;
  overflow: auto;
  line-height: 0.32rem;
}
.rules1{
  width: 80%;
  height: 5.6rem;
  margin: 0 auto;
  overflow: auto;
  margin-top: 1.4rem;
  font-size: 0.22rem;
  color: #fff;
  overflow: auto;
  line-height: 0.34rem;
}
.ruletitle{
  width: 100%;
  position: absolute;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  top: 0.5rem;
}