@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
textarea{ resize:none;}
fieldset, img ,button{ border: none; }
a,button,input,textarea{ -webkit-tap-highlight-color: rgba(255,255,255,0); tap-highlight-color: rgba(255,255,255,0); -webkit-appearance: none; appearance: none;}
em, i ,strong{ font-style: normal; font-weight: normal;}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
abbr, acronym { border: 0;}
.clear{ zoom: 1;}
.clear:after{ content: ""; display: block; clear: both;}
a{ text-decoration: none; cursor: pointer;}
a:hover{ text-decoration: none;}
html,body{ width:100%;height: 100%; overflow: hidden; background-color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html,body,h1,h2{ font:400 14px/100% "microsoft yahei",Arial,Tahoma,sans-serif;}

.wrap{
  width: 100%;
  height: 100%;
  position: relative;
  /* overflow: hidden; */
  /* background: url(../img/bg.jpg) no-repeat top center;
  background-size: 100% auto; */
}
.scroller{
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wrap img{
  width: 100%;
  display: block;
}
.nav{
  width: 100%;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_nav.png) no-repeat center center;
  background-size: 100% 100%;
}
.logo{
  width: 200px;
  height: 44px;
  position: absolute;
  top: 33px;
  left: 30px;
  background: url(../img/logo.png) no-repeat left center;
  background-size: auto 100%;
}
.btns{
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 150px;
  right: 0;
  text-align: center;
}
.btns a{
  width: 271px;
  height: 94px;
  margin: 0 24px;
  display: inline-block;
}
.btns a img{
  width: 100%;
  height: 100%;
  opacity: 0;
}
.btns a.android{
  background: url(../img/Download-Andriod.png) no-repeat left center;
  background-size: 200% 100%;
}
.btns a.ios{
  background: url(../img/Download-AppStore.png) no-repeat left center;
  background-size: 200% 100%;
}
.btns a:active{
  background-position: right center;
}
.nav .btns{
  width: 430px;
  height: 59px;
  right: 15px;
  bottom: 16px;
}
.nav .btns a{
  width: 198px;
  height: 59px;
  margin: 0 7px;
}
/* .footer{width: 100%;height: 90px;padding-top: 20px;background: #000;}
.footer p{width: 100%;height: 24px;text-align: center;font-size: 16px;color: #898686;}
.footer p:nth-child(1){color: #b0b0b0;} */
