* {outline:none;-webkit-tap-highlight-color:transparent;}
::-webkit-scrollbar {display:none;}
body,html {margin:0; padding:0; font-size:12px; -webkit-overflow-scrolling:touch;}
body {color:#000; font-family:'Microsoft YaHei',SimSun,Arial,Tahoma,Helvetica; overflow:hidden;}
body.scroll {overflow-y:auto;}

img {border:0;vertical-align:middle;}
a {text-decoration:none;}
ul {margin:0;padding:0;list-style-type:none;}
ul li {list-style-type:none;vertical-align:middle;}
div,ul,li {overflow:hidden;}
input,textarea {border:0;outline:none;resize:none;-webkit-appearance:none;}
p,h3,h4,h5,h6 {margin:0;}
i,em {font-style:normal;}

.mainArea {margin:0 auto; padding:0 .3rem; width:6.9rem; overflow:visible;}
.mainArea.cur {-webkit-filter: blur(.05333rem); filter: blur(.05333rem);}
/*顶部浮动广告*/
@keyframes laoshuY {0%{background-position:0 0;}100%{background-position:0 -2.08rem;}}
#gsTgWapBtn {overflow:visible;}
.bkmyd {margin-left:-.3rem; width:7.5rem; height:1.04rem; overflow:visible; position:relative;}
.bkmyd a {display:block; width:7.5rem; height:1.04rem; top:0; z-index:1000; box-shadow:0 0 10px 0 rgba(0,0,0,.5);}
.bkmyd a {background:url(//image.gamersky.com/webimg13/zq/db/dongsen/appbg.jpg) no-repeat; background-size:7.5rem 2.08rem; animation:laoshuY 1s steps(2) infinite;}
.bkmyd a .ym {display:block; width:.77rem; height:.77rem; position:absolute; left:.23rem; top:.13rem;}
.bkmyd a .ym {background:url(//image.gamersky.com/webimg13/zq/db/pokewiki/logo.png) no-repeat; background-size:.77rem .77rem;}
.bkmyd a .txt {width:2.6rem; height:auto; position:absolute; left:1.17rem; top:.18rem;}
.bkmyd a .txt h3 {margin:0; line-height:.36rem; color:#000; font-size:.28rem;}
.bkmyd a .txt p {margin:0; line-height:.36rem; color:#000; font-size:.22rem;}
.bkmyd a i {width:1.24rem; height:.5rem; color:#f58987; font-size:.26rem; border:.02rem solid #f58987; border-radius:.05rem; display:flex; justify-content:center; align-items:center;}
.bkmyd a i {position:absolute; right:.25rem; top:.25rem; font-style:normal;}
.scroll .bkmyd a {position:fixed;}

/*无内容*/
.notcon {line-height:.8rem; color:#999; font-size:.28rem; text-align:center;}
.end {height:.8rem; font-size:.24rem; color:#ccc; display:flex; justify-content:center;}

.codePop {
  width:7.5rem;
  height:100vh;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: hsla(0,0%,100%,.6);
  z-index:99999999;
}
.codePop img {display:block; width:50%; margin-bottom:.3rem;}
.codePop p {font-size:.38rem; font-weight:700;}
