div,
img,
body,
html,
a,
span {
  margin: 0;
  padding: 0;
}
body {
  width: 7.5rem;
  margin: 0 auto;
  height: 100%;
  font-size: 12px;
}
img {
  width: 100%;
  border: 0;
}
a,
a:link {
  text-decoration: none;
  color: #000000;
}
.main {
  width: 7.5rem;
  position: relative;
  top: 0;
  left: 0;
}
.downloadImg {
  width: 7.5rem;
}
.downloadApp {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 5rem;
  height: 2.3rem;
  top: 64%;
  left: 50%;
  margin-left: -2.5rem;
}
.downloadApp a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
  width: 5rem;
  border-radius: 28px;
  background-color: white;
  font-size: 0.3rem;
  color: #ff8f00;
}
.downloadApp a:first-child {
  margin-bottom: 0.5rem;
}
.downloadApp a img {
  width: 0.36rem;
  height: 0.44rem;
  margin-right: 0.4rem;
}
