* {
  padding: 0;
  margin: 0;
  font-family: 'Hiragino Sans GB','Microsoft Yahei',"WenQuanYi Micro Hei",sans-serif,arial;
}
html {
  width: 100%;
  height: 100%;
}
#header {
  width: 100%;
  height: 640px;
  background: url(../img/header.png) no-repeat;
  background-size: cover;
  color: white;
}
#header .navigatorBar {
  padding: 32px 0px;
  margin: 0 auto;
}
#header .brand {
  display: inline-block;
  vertical-align: middle;
}
#header .logo {
  width: 38px;
  vertical-align: middle;
}
#header .name {
  width: 60px;
  margin-left: 12px;
  vertical-align: middle;
  line-height: 60px;
}
#header .link {
  display: inline-block;
  margin-left: 96px;
}
#header .link a {
  margin: 0 20px;
  color: white;
  text-decoration: none;
}
#header .link .active {
  font-weight: bold;
  font-size: 17px;
}
#header .content {
  margin: 0 auto;
}
#header .h1 {
  font-size: 120px;
  font-weight: bold;
}
#header .h3 {
  font-size: 48px;
}
#header .poster {
  width: 480px;
}
#header .qrcode {
  width: 164px;
}
#header .qrcode img {
  max-width: 156px;
  max-height: 180px;
}
#header .download {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 24px;
}
#header .download-buttons a img {
  width: 128px;
  height: 48px;
  margin: 8px 0;
}
#footer {
  display: flex;
  align-items: center;
  background-color: #556788;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  height: 120px;
}
#footer p {
  margin-bottom: 8px;
}
#footer .copyright {
  font-family: arial;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}
.rechargePage,.active{
	cursor: pointer;
}