.container {
  width: 100vw;
  min-height: 100vh;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  background: url("../img/big_bg.jpg") no-repeat top center;
}
.container .btn:hover {
  opacity: 0.8;
}
.container .ios,
.container .android {
  height: 0.45rem;
}
.container .ios {
  margin-bottom: 0.25rem;
  background: url("../img/pingguo_bg.png") no-repeat center center / 100% 100%;
}
.container .android {
  background: url("../img/anzhuo_bg.png") no-repeat center center / 100% 100%;
}
/*# sourceMappingURL=index.css.map */