.page {
  background-color: rgba(255, 222, 207, 1);
  position: relative;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
}

.page img{
  margin-top: -.03rem;
  width: 100%;
  height: auto;
  object-fit: fill;
}

.img-box .img-1{
  position: relative;
  width: 100%;
  height: fit-content;
}

.download-box{
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
.download-box .download{
  margin-right: .4rem;
  padding: .2rem .4rem;
  min-width: 1.6rem;
  min-height: .7rem;
  background: #fff;
  border-radius: 2rem;
  font-size: .25rem;
}

.footer-box{
  padding: 0 .8rem 1rem;
  font-size: .3rem;
  text-align: center;
}

.footer-box .item{
  margin-bottom: .2rem;
}