.wrapper {
  padding-bottom: 136px;
}
.wrapper .content {
  max-width: 720px;
  margin: 0 auto;
}

.fixedBtn {
  position: fixed;
  left: 50%;
  bottom: 0;
  max-width: 720px;
  width: 100%;
  transform: translateX(-50%);
  display: none;
}
.fixedBtn.show {
  display: block;
}

@media screen and (max-width: 720px) {
  .wrapper {
    padding-bottom: 19%;
  }
}/*# sourceMappingURL=style.css.map */