@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}


/*字体包CDN分离路径*/
@font-face{font-family:'HeadlinerNo';src:url("//www.pubgmobile.com/act/resource/long_cache_30d/fonts/HeadlinerNo.otf");}
@font-face{font-family:"all";src:url('//www.pubgmobile.com/act/resource/long_cache_30d/fonts/all.ttf')}
@font-face{font-family:"ru";src:url("//www.pubgmobile.com/act/resource/long_cache_30d/fonts/ru.ttf");}
@font-face{font-family:"th";src:url("//www.pubgmobile.com/act/resource/long_cache_30d/fonts/th.ttf");}
@font-face{font-family:"vi";src:url("//www.pubgmobile.com/act/resource/long_cache_30d/fonts/vi.ttf");}
@font-face{font-family:"tr";src:url("//www.pubgmobile.com/act/resource/long_cache_30d/fonts/tr.otf");}
@font-face{font-family:"ar";src:url("//www.pubgmobile.com/act/resource/long_cache_30d/fonts/ar.ttf");}

body, html {
  height: 100%;
  overflow: hidden;
  background: #000;
  -webkit-overflow-scrolling: touch;
  font-family: 'all';
}

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

a:focus, input:focus, p:focus, div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select {
  font-family: "all";
}

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

.lang-th, .lang-th input, .lang-th select {
  font-family: "th";
}

.lang-zh, .lang-zh input, .lang-zh select, .lang-tw, .lang-tw input, .lang-tw select, .lang-hk, .lang-hk input, .lang-hk select {
  font-family: "Microsoft YaHei";
}

.lang-ru, .lang-ru input, .lang-ru select {
  font-family: "ru";
}

.lang-vi, .lang-vi input, .lang-vi select {
  font-family: "vi";
  font-weight: bold;
}

.lang-tr, .lang-tr input, .lang-tr select {
  font-family: "tr";
  font-weight: bold;
}

body,
html {
  height: 100%;
  overflow: hidden;
  background: #000;
  -webkit-overflow-scrolling: touch;
}
.wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}
.part1 {
  width: 100vw;
  height: 100vh;
  background: url(../images/bg1.jpg) center center / 100% 100% no-repeat;
}
.content {
  width: 100%;
  height: 100vh;
}
.logo {
  background: url(../images/logo.png) center center / 100% no-repeat;
  width: 4.76rem;
  height: 3.53rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
}
.btn-login {
  display: block;
  background: url(../images/btn_login.png) center center / 100% no-repeat;
  width: 3.99rem;
  height: .93rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
}
/* 横屏时 */
@media screen and (orientation: landscape) {
  .btn-login {
    bottom: 20%;
  }
}

.dialog{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,.8);
  display: none;
}
.pop{
  width: 7.5rem;
  height: 4.88rem;
  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);
  background: url(../images/pop.png) top center no-repeat;
  background-size: 100%;
}
.pop .close{
  display: block;
  width: .36rem;
  height: .41rem;
  position: absolute;
  top: .35rem;
  right: .4rem;
  background: url(../images/close.png) top center no-repeat;
  background-size: 100%;
}
.pop1 .success_icon {
  background: url(../images/icon1.png) center center / 100% no-repeat;
  width: .72rem;
  height: .7rem;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 1.3rem;
}
.pop1 .p1_text {
  display: block;
  text-align: center;
  position: relative;
  width: 6rem;
  margin: 0 auto;
  top: 1.5rem;
  color: #0f0f0f;
  font-size: .26rem;
  line-height: .36rem;
}
.pop1 .confirm {
  display: block;
  background: url(../images/btn_confirm.png) center center / 100% no-repeat;
  width: 2.02rem;
  height: .47rem;
  position: relative;
  left: 0;
  right: 0;
  top: 2.3rem;
  margin: 0 auto;
}
.pop1 .confirm p {
  line-height: .47rem;
  font-size: .28rem;
  color: #0f0f0f;
  text-align: center;
}