body,dl,dd,h1,h2,h3,h4,h5,h6,form,p{margin:0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-style: 100%;}
ul,ol,input{margin: 0;padding: 0;list-style:none;}
img{border:0;}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {display: block;}
i,em{font-style: normal;}
body{background-color: #000;color: #000;font: 16px/1.5 Arial,'\5FAE\8F6F\96C5\9ED1','\9ED1\4F53','\5b8b\4f53',Verdana,Tahoma,Helvetica,sans-serif;}
a{text-decoration: none;}
.hide{display: none;}
*{box-sizing: border-box;}
.flex {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
html, body{
    height: 100%;
}
.wrap{
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: 56.25%
}
/* .wrap .logo{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  width: 19.6875%;
  padding-bottom: 6.822916666666666%;
  background: url(../images/pc_logo.png) no-repeat center;
  background-size: 100% 100%;
}
.wrap .age{
  position: absolute;
  left: 60px;
  top: 68px; 
  z-index: 8;
  width: 4.479166666666667%;
  padding-bottom: 5.8333333333333334%;
  background: url(../images/age_img.png) no-repeat center;
  background-size: 100% 100%;
}
.wrap .slogan{
  position: absolute;
  left: 31.45833333333333%;
  bottom: 25%; 
  z-index: 8;
  width: 37.135416666666665%;
  padding-bottom: 20.885416666666667%;
  background: url(../images/slogan.png) no-repeat center;
  background-size: 100% 100%;
} */

.download-box{
  position: absolute;
  left: 50%;
  bottom: 150px;
  z-index: 8;
  transform: translateX(-50%);
}
.download-box .download{
  width: 418px;
}
.download-box .download a{
  display: block;
  height: 67px;
  background-size: 100% 100%;
  &.btn1{
    width: 217px;
    background-image: url(../images/m_btn1.png);
  }
  &.btn2{
    width: 183px;
    background-image: url(../images/m_btn2.png);
  }
}

/*Footer*/
.footer {padding-top: 17px; padding-bottom: 17px; background-color:#1e2023;}
.footer p{text-align: center;line-height: 28px;color: #ebebeb;font-size: 18px; font-family: '\9ED1\4F53'}
.footer p a{color: #fff; text-decoration: underline;}
.footer span{display: inline-block; height: 14px; width: 0; margin-left: 12px; margin-right: 12px; border-left: 1px solid #ebebeb;}

/* 弹窗 */
.popupBox{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.popupBox .inner{
  position: fixed;
  top: 50%;
  left: 50%;
}
/* invitePopup */
.invitePopup{
  background: none;
}
.invitePopup .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 230px;
  margin-top: -115px;
  margin-left: -325px;
  background-color: rgba(0, 0, 0, .85);
}
.invitePopup .close{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 29px;
  height: 29px;
  background: url(../images/i_close.png) no-repeat;
}
.invitePopup .txt{
  padding-top: 50px;
  color: #f3f2f4;
  text-align: center;
  letter-spacing: 2px;
}
.invitePopup .txt h3{
  padding-bottom: 16px;
  font-size: 36px;
}
.invitePopup .txt p{
  font-size: 24px;
}
.invitePopup .txt span{
  margin-right: 30px;
  color: #fed65e;
}

/* 侧窗 */
.SidePopup{
  position: fixed;
  top: 50%;
  right:29px;
  z-index: 99;
  width: 181px;
  height: 310px;
  margin-top: -200px;
  background: url(../images/qrCode_bg.png) no-repeat;
}
.SidePopup .qrBox{
  margin-left: 36px;
  padding-top: 76px;
  width: 110px;
  height: 186px;
  overflow: hidden;
}
.SidePopup .qrBox img{
  width: 100%;
}
.SidePopup .txt{
  padding-top: 25px;
  color: #afafaf;
  text-align: center;
  line-height: 24px;
}
.SidePopup .gamerName{
  color: #fed65e;
  text-decoration: underline;
}