* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.hide {
  display: none !important;
}

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

body {
  font-family: "Microsoft YaHei";
  font-size: 0.24rem;
}

.wrap {
  height: 33rem;
  position: relative;
  overflow: hidden;
  background-size: 100% !important;
}

.tw_lang .wrap {
  height: 32.6rem;
  background: url(../img/tw_bg.jpg) #000 no-repeat;
}

.en_lang .wrap {
  background: url(../img/en_bg.jpg) #000 no-repeat;
}

.fr_lang .wrap {
  background: url(../img/fr_bg.jpg) #000 no-repeat;
}

.de_lang .wrap {
  background: url(../img/de_bg.jpg) #000 no-repeat;
}

.tr_lang .wrap {
  background: url(../img/tr_bg.jpg) #000 no-repeat;
}

.pl_lang .wrap {
  background: url(../img/pl_bg.jpg) #000 no-repeat;
}

.nl_lang .wrap {
  background: url(../img/nl_bg.jpg) #000 no-repeat;
}

.es_lang .wrap {
  background: url(../img/es_bg.jpg) #000 no-repeat;
}

.pt_lang .wrap {
  background: url(../img/pt_bg.jpg) #000 no-repeat;
}

.th_lang .wrap {
  background: url(../img/th_bg.jpg) #000 no-repeat;
}

.id_lang .wrap {
  background: url(../img/id_bg.jpg) #000 no-repeat;
}

.slogan {
  margin: 3.94rem auto 0;
  background-size: auto 100% !important;
  background-position: center !important;
  overflow: hidden;
}
.slogan-time{
  height: 0.5rem;
  font-size: 0.22rem;
  color: #d9d3c8;
  text-align: center;
  margin-top: 1.93rem;
  line-height: 0.5rem;
}
.slogan-time span{
  color: #a8370b;
}
.es_lang .slogan-time{
  margin-top: 1.88rem;
}
.pl_lang .slogan-time{
  margin-top: 1.57rem;
}
.tw_lang .slogan-time{
  margin-top: 2.05rem;
}
.th_lang .slogan-time{
  margin-top: 1.8rem;
  font-size: 0.18rem;
}
.tw_lang .slogan {
  height: 2.55rem;
  background: url(../img/tw_slogan.png) no-repeat;
}

.en_lang .slogan {
  height: 2.4rem;
  background: url(../img/en_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.fr_lang .slogan {
  height: 2.4rem;
  background: url(../img/fr_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.de_lang .slogan {
  height: 2.4rem;
  background: url(../img/de_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.tr_lang .slogan {
  height: 2.4rem;
  background: url(../img/tr_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.pl_lang .slogan {
  height: 2.06rem;
  background: url(../img/pl_slogan.png) no-repeat;
  margin-top: 4.44rem;
}
.nl_lang .slogan {
  height: 2.4rem;
  background: url(../img/nl_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.es_lang .slogan {
  height: 2.4rem;
  background: url(../img/es_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.pt_lang .slogan {
  height: 2.4rem;
  background: url(../img/pt_slogan.png) no-repeat;
  margin-top: 4.1rem;
}
.th_lang .slogan {
  height: 2.27rem;
  background: url(../img/th_slogan.png) no-repeat;
  margin-top: 4.22rem;
}
.id_lang .slogan {
  height: 2.4rem;
  background: url(../img/id_slogan.png) no-repeat;
  margin-top: 4.1rem;
}

.login {
  width: 9.5rem;
  height: 6.5rem;
  margin: 0.5rem auto 0;
  background-size: 100% !important;
}

.loginbtn {
  width: 3.1rem;
  height: 0.94rem;
  margin: 0.15rem auto;
  cursor: pointer;
  background-size: 100% !important;
}
.user-info{
  width: 3.1rem;
  height: 0.94rem;
  margin: 0.15rem auto;
  color: #fff;
}
.user-info span{
  margin-left: 0.2rem;
  cursor: pointer;
}

.tw_lang .loginbtn {
  background: url(../img/tw_login.png) no-repeat;
}

.en_lang .loginbtn {
  background: url(../img/en_login.png) no-repeat;
}
.fr_lang .loginbtn {
  background: url(../img/fr_login.png) no-repeat;
}
.de_lang .loginbtn {
  background: url(../img/de_login.png) no-repeat;
}
.tr_lang .loginbtn {
  background: url(../img/tr_login.png) no-repeat;
}
.pl_lang .loginbtn {
  background: url(../img/pl_login.png) no-repeat;
}
.nl_lang .loginbtn {
  background: url(../img/nl_login.png) no-repeat;
}
.es_lang .loginbtn {
  background: url(../img/es_login.png) no-repeat;
}
.pt_lang .loginbtn {
  background: url(../img/pt_login.png) no-repeat;
}
.th_lang .loginbtn {
  background: url(../img/th_login.png) no-repeat;
}
.id_lang .loginbtn {
  background: url(../img/id_login.png) no-repeat;
}

.loginbtn:hover {
  opacity: 0.8
}

.timedown {
  width: 3.87rem;
  height: 1.11rem;
  margin: 0 auto;
  background-size: 100% !important;
}
.tw_lang .timedown {
  background: url(../img/tw_timebg.png) no-repeat;
}
.en_lang .timedown {
  background: url(../img/en_timebg.png) no-repeat;
}
.fr_lang .timedown {
  background: url(../img/fr_timebg.png) no-repeat;
}
.de_lang .timedown {
  background: url(../img/de_timebg.png) no-repeat;
}
.tr_lang .timedown {
  background: url(../img/tr_timebg.png) no-repeat;
}
.pl_lang .timedown {
  background: url(../img/pl_timebg.png) no-repeat;
}
.nl_lang .timedown {
  background: url(../img/nl_timebg.png) no-repeat;
}
.es_lang .timedown {
  background: url(../img/es_timebg.png) no-repeat;
}
.pt_lang .timedown {
  background: url(../img/pt_timebg.png) no-repeat;
}
.th_lang .timedown {
  background: url(../img/th_timebg.png) no-repeat;
}
.id_lang .timedown {
  background: url(../img/id_timebg.png) no-repeat;
}
.timedown span {
  width: 0.6rem;
  font-size: 0.37rem;
  color: #fbe8c4;
  line-height: 0.6rem;
  font-weight: bold;
  margin: 0.15rem 0.13rem auto;
  text-align: center;
  letter-spacing: 0.12rem;
}
.timedown2{
  margin-top: 3.85rem;
}
.files {
  width: 9rem;
  height: 6rem;
  margin: 2.4rem auto 0;
  overflow: hidden;
}

.loader-num {
  width: 3.8rem;
  height: 0.42rem;
  font-size: 0.2rem;
  color: #c1ab8b;
  text-align: center;
  margin-top: 0rem;
  margin-left: 4.4rem;
  line-height: 0.42rem;
}
.tr_lang .loader-num,
.pl_lang .loader-num,
.de_lang .loader-num,
.nl_lang .loader-num,
.pt_lang .loader-num,
.id_lang .loader-num,
.es_lang .loader-num,
.en_lang .loader-num,
.fr_lang .loader-num
{
  font-size: 0.18rem;
  line-height: 0.2rem;
}

.loader-num span {
  color: #f8d73f;
}

.merge {
  width: 2.2rem;
  height: 0.9rem;
  margin-left: 0.3rem;
  margin-top: 3.3rem;
  cursor: pointer;
}

.line {
  width: 0rem;
  height: 0.05rem;
  background: #780805;
  position: relative;
  margin-left: 3.9rem;
  margin-top: 0.96rem;
}
.line img{
  position: absolute;
  width: 0.35rem;
  top: -0.17rem;
  display: none;
}
.line img:nth-child(1){
  left: 0.2rem;
}
.line img:nth-child(2){
  left: 1.48rem;
}
.line img:nth-child(3){
  left: 2.75rem;
}
.line img:nth-child(4){
  left: 4.15rem;
}
.time{
  height: 0.5rem;
  font-size: 0.18rem;
  color: #d9d3c8;
  text-align: center;
  margin-top: 2.62rem;
  line-height: 0.5rem;
}
.fr_lang .time{
  margin-top: 2.78rem;
}
.time span{
  color: #a8370b;
}
.arrowbox{
  width: 2rem;
  height: 2rem;
  position: relative;
  margin: 2rem auto 0;
}
.cjbtn{
  position: absolute;
  width: 1.66rem;
  height: 1.66rem;
  top: 0.22rem;
  left: 0.18rem;
  cursor: pointer;
  background-size: 100% !important;
}
.tw_lang .cjbtn{
  background: url(../img/tw_btn.png) no-repeat;
}
.en_lang .cjbtn{
  background: url(../img/en_btn.png) no-repeat;
}
.fr_lang .cjbtn{
  background: url(../img/fr_btn.png) no-repeat;
}
.de_lang .cjbtn{
  background: url(../img/de_btn.png) no-repeat;
}
.tr_lang .cjbtn{
  background: url(../img/tr_btn.png) no-repeat;
}
.es_lang .cjbtn{
  background: url(../img/es_btn.png) no-repeat;
}
.pt_lang .cjbtn{
  background: url(../img/pt_btn.png) no-repeat;
}
.th_lang .cjbtn{
  background: url(../img/th_btn.png) no-repeat;
}
.id_lang .cjbtn{
  background: url(../img/id_btn.png) no-repeat;
}
.pl_lang .cjbtn{
  background: url(../img/pl_btn.png) no-repeat;
}
.nl_lang .cjbtn{
  background: url(../img/nl_btn.png) no-repeat;
}
.cjbtn:hover{
  opacity: 0.9;
}
.arrow{
  width: 1.66rem;
  position: absolute;
  left: 0.18rem;
  top: -0.5rem;
  transform-origin: 0.83rem 1.55rem;
  transform: rotate(0deg);
}
.timetip{
  font-size: 0.16rem;
  color: #9b7240;
  text-align: center;
  margin-top: 0.1rem;
}
.footer{
  margin-top: 0.5rem;
}
.bot-logo{
  width: 3.5rem;
  height: 2.2rem;
  background: url(../img/bot_logo1.png) no-repeat;
  background-size: 100% !important;
}
.tw_lang .bot-logo{
  background: url(../img/bot_logo.png) no-repeat;
}
.bot-logo p{
  font-size: 0.14rem;
  color: #998470;
  text-align: center;
  margin-top: 1rem;
}
.tw_lang .bot-logo p{
  margin-top: 1.5rem;
}
.age{
  width: 1rem;
  margin-left: 0.5rem;
  display: none;
}
.tw_lang .age{
  display: block;
}
.desc{
  color: #847e76;
  font-size: 0.12rem;
  line-height: 0.24rem;
  margin-left: 0.1rem;
}
.tw_lang .desc{
  width: 6.1rem;
}
.desc a{
  font-size: 0.16rem;
  color: #d18e49;
  text-decoration: underline;
}
.desc em{
  margin: 0 0.1rem;
  font-style: normal;
}
.logo{
  width: 2.68rem;
  height: 1.37rem;
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
}
.tw_lang .logo{
  background: url(../img/tw_logo.png) no-repeat;
  background-size: 100%;
}
.en_lang .logo,
.fr_lang .logo
{
  width: 2.37rem;
  height: 1.2rem;
  background: url(../img/en_logo.png) no-repeat;
  background-size: 100%;
}
.top-right{
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.top-right a{
  display: block;
  width: 100%;
  height: 100%;
}
.home, .download{
  width: 0.51rem;
  height: 0.51rem;
  cursor: pointer;
  background: url(../img/btns.png) no-repeat;
  background-size: auto 100%;
  margin-right: 0.15rem;
}
.download{
  background-position: -0.65rem 0;
}
.rule{
  width: 1.49rem;
  height: 0.6rem;
  margin-right: 0.15rem;
  cursor: pointer;
  background-size: 100% !important;
}
.tw_lang .rule{
  background: url(../img/tw_rule.png) no-repeat;
}
.en_lang .rule{
  background: url(../img/en_rule.png) no-repeat;
}
.fr_lang .rule{
  background: url(../img/fr_rule.png) no-repeat;
}
.de_lang .rule{
  background: url(../img/de_rule.png) no-repeat;
}
.tr_lang .rule{
  background: url(../img/tr_rule.png) no-repeat;
}
.pl_lang .rule{
  background: url(../img/pl_rule.png) no-repeat;
}
.nl_lang .rule{
  background: url(../img/nl_rule.png) no-repeat;
}
.es_lang .rule{
  background: url(../img/es_rule.png) no-repeat;
}
.pt_lang .rule{
  background: url(../img/pt_rule.png) no-repeat;
}
.th_lang .rule{
  background: url(../img/th_rule.png) no-repeat;
}
.id_lang .rule{
  background: url(../img/id_rule.png) no-repeat;
}
.languages{
  width: 2.12rem;
  height: 0.51rem;
  cursor: pointer;
  background: url(../img/btns.png) no-repeat;
  background-size: auto 100%;
  background-position: center right;
  position: relative;
  font-size: 0.16rem;
  color: #ffff;
  line-height: 0.51rem;
}
.languages p{
  margin-left: 0.15rem;
}
.languages ul{
  width: 2.12rem;
  position: absolute;
  top: 0.51rem;
  left: 0;
  display: none;
} 
.languages ul li{
  border: 0.01rem solid #2c3f47;
  margin-bottom: 0.01rem;
  padding-left: 0.15rem;
  background: #030608;
}
.languages ul li:hover{
  background: #2c3f47;
}
.pop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 999;
  display: none;
}
.close{
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.close1{
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
}
.pop1, .pop2, .pop3, .pop8, .pop9{
  width: 4.19rem;
  height: 5rem;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: -2.09rem;
}
.tw_lang .pop2{
  height: 3.84rem;
  background: url(../img/tw_pop2.png) no-repeat;
}
.en_lang .pop2{
  height: 3.84rem;
  background: url(../img/en_pop2.png) no-repeat;
}
.fr_lang .pop2{
  height: 3.84rem;
  background: url(../img/fr_pop2.png) no-repeat;
}
.de_lang .pop2{
  height: 3.84rem;
  background: url(../img/de_pop2.png) no-repeat;
}
.tr_lang .pop2{
  height: 3.84rem;
  background: url(../img/tr_pop2.png) no-repeat;
}
.pl_lang .pop2{
  height: 3.84rem;
  background: url(../img/pl_pop2.png) no-repeat;
}
.nl_lang .pop2{
  height: 3.84rem;
  background: url(../img/nl_pop2.png) no-repeat;
}
.es_lang .pop2{
  height: 3.84rem;
  background: url(../img/es_pop2.png) no-repeat;
}
.pt_lang .pop2{
  height: 3.84rem;
  background: url(../img/pt_pop2.png) no-repeat;
}
.th_lang .pop2{
  height: 3.84rem;
  background: url(../img/th_pop2.png) no-repeat;
}
.id_lang .pop2{
  height: 3.84rem;
  background: url(../img/id_pop2.png) no-repeat;
}
.pop3{
  height: 6rem;
}
.tw_lang .pop3{
  background: url(../img/tw_pop3.png?v=1) no-repeat;
}
.en_lang .pop3{
  background: url(../img/en_pop3.png?v=1) no-repeat;
}
.fr_lang .pop3{
  background: url(../img/fr_pop3.png?v=1) no-repeat;
}
.de_lang .pop3{
  background: url(../img/de_pop3.png?v=1) no-repeat;
}
.tr_lang .pop3{
  background: url(../img/tr_pop3.png?v=1) no-repeat;
}
.pl_lang .pop3{
  background: url(../img/pl_pop3.png?v=1) no-repeat;
}
.nl_lang .pop3{
  background: url(../img/nl_pop3.png?v=1) no-repeat;
}
.es_lang .pop3{
  background: url(../img/es_pop3.png?v=1) no-repeat;
}
.pt_lang .pop3{
  background: url(../img/pt_pop3.png?v=1) no-repeat;
}
.th_lang .pop3{
  background: url(../img/th_pop3.png?v=1) no-repeat;
}
.id_lang .pop3{
  background: url(../img/id_pop3.png?v=1) no-repeat;
}
.pop4{
  width: 4rem;
  min-height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: -2rem;
}
#pic{
  display: block;
  width: 100%;
}
.pic-loading{
  width: 2.87rem;
  margin: 1rem auto 0;
  font-size: 0.2rem;
  color: #e0ae52;
  text-align: center;
}
.pic-loading img{
  display: block;
  width: 100%;
}
.server, .rolename{
  width: 2.5rem;
  height: 0.48rem;
  margin-left: 1.2rem;
  margin-top: 0.65rem;
  font-size: 0.16rem;
  color: #ead99d;
  line-height: 0.48rem;
  position: relative;
}
.servername{
  width: 100%;
  height: 100%;
  padding-left: 0.1rem;
  cursor: pointer;
}
.rolename{
  margin-top: 0.17rem;
  padding-left: 0.1rem;
}
.server-list{
  position: absolute;
  top: 0.48rem;
  left: 0;
  z-index: 10;
  display: none;
}
.server-list li{
  width: 2.5rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #ead99d;
  text-align: center;
  background: #2c3f47;
  margin-bottom: 0.01rem;
  cursor: pointer;
}
.check{
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.42rem;
  margin-top: 0.1rem;
}
.bindbtn{
  width: 1.5rem;
  height: 0.6rem;
  margin: 0.85rem auto 0;
  cursor: pointer;
}
.sharebtn{
  width: 1.5rem;
  height: 0.57rem;
  margin: 0.3rem auto 0;
  cursor: pointer;
  background-size: 100% auto !important;
}
.tw_lang .sharebtn{
  background: url(../img/tw_share.png) no-repeat;
}
.en_lang .sharebtn{
  background: url(../img/en_share.png) no-repeat;
}
.fr_lang .sharebtn{
  background: url(../img/fr_share.png) no-repeat;
}
.de_lang .sharebtn{
  background: url(../img/de_share.png) no-repeat;
}
.tr_lang .sharebtn{
  background: url(../img/tr_share.png) no-repeat;
}
.es_lang .sharebtn{
  background: url(../img/es_share.png) no-repeat;
}
.pt_lang .sharebtn{
  background: url(../img/pt_share.png) no-repeat;
}
.pl_lang .sharebtn{
  background: url(../img/pl_share.png) no-repeat;
}
.nl_lang .sharebtn{
  background: url(../img/nl_share.png) no-repeat;
}
.th_lang .sharebtn{
  background: url(../img/th_share.png) no-repeat;
}
.id_lang .sharebtn{
  background: url(../img/id_share.png) no-repeat;
}
.pop5, .pop6, .pop7, .pop9{
  width: 4.19rem;
  height: 1.79rem;
  background: url(../img/popmsg.png) no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: -2.09rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop9{
  height: 3.55rem;
  background: url(../img/popmsg1.png) no-repeat;
}
.pop9 .msg{
  margin-left: 0.2rem;
  margin-right: 0.25rem;
}
.msg{
  font-size: 0.18rem;
  color: #f5ebcf;
  margin-top: 0.2rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.gologin, .copy{
  width: 1.5rem;
  height: 0.57rem;
  cursor: pointer;
  margin-top: 0.2rem;
  background-size: 100% !important;
}
.tw_lang .gologin{
  background: url(../img/tw_login1.png) no-repeat;
}
.en_lang .gologin{
  background: url(../img/en_login1.png) no-repeat;
}
.fr_lang .gologin{
  background: url(../img/fr_login1.png) no-repeat;
}
.de_lang .gologin{
  background: url(../img/de_login1.png) no-repeat;
}
.tr_lang .gologin{
  background: url(../img/tr_login1.png) no-repeat;
}
.pl_lang .gologin{
  background: url(../img/pl_login1.png) no-repeat;
}
.nl_lang .gologin{
  background: url(../img/nl_login1.png) no-repeat;
}
.es_lang .gologin{
  background: url(../img/es_login1.png) no-repeat;
}
.pt_lang .gologin{
  background: url(../img/pt_login1.png) no-repeat;
}
.th_lang .gologin{
  background: url(../img/th_login1.png) no-repeat;
}
.id_lang .gologin{
  background: url(../img/id_login1.png) no-repeat;
}
.tw_lang .copy{
  background: url(../img/tw_copy.png) no-repeat;
}
.en_lang .copy{
  background: url(../img/en_copy.png) no-repeat;
}
.fr_lang .copy{
  background: url(../img/fr_copy.png) no-repeat;
}
.de_lang .copy{
  background: url(../img/de_copy.png) no-repeat;
}
.tr_lang .copy{
  background: url(../img/tr_copy.png) no-repeat;
}
.pl_lang .copy{
  background: url(../img/pl_copy.png) no-repeat;
}
.nl_lang .copy{
  background: url(../img/nl_copy.png) no-repeat;
}
.es_lang .copy{
  background: url(../img/es_copy.png) no-repeat;
}
.pt_lang .copy{
  background: url(../img/pt_copy.png) no-repeat;
}
.th_lang .copy{
  background: url(../img/th_copy.png) no-repeat;
}
.id_lang .copy{
  background: url(../img/id_copy.png) no-repeat;
}
.tw_lang .pop8{
  height: 3.84rem;
  background: url(../img/tw_pop4.png) no-repeat;
}
.en_lang .pop8{
  height: 3.84rem;
  background: url(../img/en_pop4.png) no-repeat;
}
.fr_lang .pop8{
  height: 3.84rem;
  background: url(../img/fr_pop4.png) no-repeat;
}
.de_lang .pop8{
  height: 3.84rem;
  background: url(../img/de_pop4.png) no-repeat;
}
.tr_lang .pop8{
  height: 3.84rem;
  background: url(../img/tr_pop4.png) no-repeat;
}
.pl_lang .pop8{
  height: 3.84rem;
  background: url(../img/pl_pop4.png) no-repeat;
}
.nl_lang .pop8{
  height: 3.84rem;
  background: url(../img/nl_pop4.png) no-repeat;
}
.es_lang .pop8{
  height: 3.84rem;
  background: url(../img/es_pop4.png) no-repeat;
}
.pt_lang .pop8{
  height: 3.84rem;
  background: url(../img/pt_pop4.png) no-repeat;
}
.th_lang .pop8{
  height: 3.84rem;
  background: url(../img/th_pop4.png) no-repeat;
}
.id_lang .pop8{
  height: 3.84rem;
  background: url(../img/id_pop4.png) no-repeat;
}
.icon{
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 1.8rem;
  margin-top: 1.5rem;
  background-size: 100% !important;
}
.icon1{
  background: url(../img/icon1.png) no-repeat;
}
.icon2{
  background: url(../img/icon2.png) no-repeat;
}
.icon3{
  background: url(../img/icon3.png) no-repeat;
}
.icon4{
  background: url(../img/icon4.png) no-repeat;
}
.icon5{
  background: url(../img/icon5.png) no-repeat;
}
.icon6{
  background: url(../img/icon6.png) no-repeat;
}
.giftname{
  font-size: 0.18rem;
  color: #edae48;
  font-weight: bold;
  text-align: center;
  margin-top: 0.3rem;
}
.gogame{
  display: block;
  width: 2.37rem;
  height: 0.57rem;
  margin: 0.1rem auto 0;
  background-size: 100% !important;
}
.tw_lang .gogame{
  background: url(../img/tw_lj.png) no-repeat;
}
.en_lang .gogame{
  background: url(../img/en_lj.png) no-repeat;
}
.fr_lang .gogame{
  background: url(../img/fr_lj.png) no-repeat;
}
.de_lang .gogame{
  background: url(../img/de_lj.png) no-repeat;
}
.tr_lang .gogame{
  background: url(../img/tr_lj.png) no-repeat;
}
.pl_lang .gogame{
  background: url(../img/pl_lj.png) no-repeat;
}
.nl_lang .gogame{
  background: url(../img/nl_lj.png) no-repeat;
}
.es_lang .gogame{
  background: url(../img/es_lj.png) no-repeat;
}
.pt_lang .gogame{
  background: url(../img/pt_lj.png) no-repeat;
}
.th_lang .gogame{
  background: url(../img/th_lj.png) no-repeat;
}
.id_lang .gogame{
  background: url(../img/id_lj.png) no-repeat;
}
.gift-tip{
  font-size: 0.16rem;
  color: #f5ebcf;
  text-align: center;
  margin-top: 0.1rem;
}
.th_lang .gift-tip{
  font-size: 0.14rem;
}
.pop1{
  height: 6.85rem;
}
.tw_lang .pop1{
  background: url(../img/tw_pop1.png?v=1) no-repeat;
}
.fr_lang .pop1{
  background: url(../img/fr_pop1.png) no-repeat;
}
.en_lang .pop1{
  background: url(../img/en_pop1.png) no-repeat;
}
.de_lang .pop1{
  background: url(../img/de_pop1.png) no-repeat;
}
.tr_lang .pop1{
  background: url(../img/tr_pop1.png) no-repeat;
}
.pl_lang .pop1{
  background: url(../img/pl_pop1.png) no-repeat;
}
.nl_lang .pop1{
  background: url(../img/nl_pop1.png) no-repeat;
}
.es_lang .pop1{
  background: url(../img/es_pop1.png) no-repeat;
}
.pt_lang .pop1{
  background: url(../img/pt_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;
}
.area, .username, .password{
  width: 3rem;
  height: 0.46rem;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #ead99d;
  line-height: 0.46rem;
  position: relative;
  outline: medium;
  border: 0.01rem solid #ead99d;
  background: none;
  text-indent: 0.15rem;
}
.area{
  margin-top: 1.15rem;
}
.area option{
  background: #160c03;
}
.create{
  display: block;
  width: 1.5rem;
  height: 0.3rem;
  margin-left: 2rem;
  margin-top: 0.15rem;
}
.forgot{
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  margin-left: 0.5rem;
  margin-top: 0.15rem;
}
.login-submit, .fb-login, .google-login, .apple-login{
  width: 3rem;
  height: 0.7rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.login-submit{
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
}
.usernamelist{
  width: 3rem;
  height: 1rem;
  overflow: auto;
  position: absolute;
  left: 0.5rem;
  top: 2.2rem;
  z-index: 2;
  background: #fff;
  line-height: 0.4rem;
  text-indent: 0.1rem;
  cursor: pointer;
  display: none;
}