* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  height: 100%;
  background: url("../img/bg.png") no-repeat 0 0;
  background-size: cover;
  font-family: "苹方";
  color: #FFF;
  overflow-x: hidden;
}
a {
  color: #FFF;
  text-decoration: none;
}
input {
  font-family: "苹方";
  outline: none;
  vertical-align: top;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wp {
  width: 100%;
  height: 100%;
  position: relative;
}
.top {
  position: absolute;
  top: 3rem;
  width: 100%;
  text-align: center;
}
.top img {
  width: 4.6rem;
}
.top p {
  font-size: 0.9rem;
  font-weight: bolder;
  padding-top: 0.4rem;
}
.download {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  padding: 0 2.2rem;
}
.download a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 0.8rem;
  text-align: center;
  border: 0.096rem solid #FFF;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  margin-top: 1rem;
}
.download img {
  height: 1.2rem;
}
.download a b {
  padding-left: 0.6rem;
  font-weight: 400;
}