@charest "utf-8";
html,
body,
#wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  background-color: #0f111a;
}
a,
img {
  text-decoration: none;
}
@media screen and (max-width: 434px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 435px) and (max-width: 479px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) and (max-width: 749px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 22px;
  }
}
#wrapper .item {
  width: 100%;
  position: relative;
}
#wrapper .item img {
  display: block;
  width: 100%;
}
#wrapper .item .download {
  position: absolute;
  padding: 0;
}
#wrapper .copyright {
  padding: .5rem 0 0;
  color: #ccc;
}
#wrapper .copyright p {
  font-size: .32rem;
  line-height: 1;
  text-align: center;
}
#wrapper .download {
  width: 60%;
  bottom: 5%;
  text-align: center;
  left: 20%;
  padding: 2rem 0;
  margin: 0 auto;
}
#wrapper .download a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff600;
  color: #000;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
#wrapper .header {
  position: fixed;
  width: 100%;
  max-width: 720px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4rem;
  background-color: #000;
  overflow: hidden;
}
#wrapper .header .icon {
  width: 3rem;
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
}
#wrapper .header .down {
  display: block;
  position: absolute;
  height: 2.6rem;
  line-height: 2.6rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  padding: 0 1rem;
  text-align: center;
  background-color: #fff600;
  color: #000;
  width: 7rem;
  right: 0.8rem;
  top: 0.7rem;
}
#wrapper .header h1 {
  position: absolute;
  line-height: 4rem;
  top: 0;
  left: 4.2rem;
  color: #fff600;
  font-size: 1.3rem;
  margin: 0;
  font-weight: normal;
}
