div.pager {
  text-align: center;
  font-size: 1.6rem;
}
div.pager span.prev,
div.pager span.next {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.6rem;
}
div.pager span a {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  color: #555;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #f2f4f5;
  margin-right: 1.6rem;
  border-radius: 0.4rem;
}
div.pager span a font {
  width: 3.6rem;
  height: 3.6rem;
  background: #53b77f;
  color: #fff;
  display: inline-block;
  border-radius: 0.4rem;
}
div.pager span.prev {
  border-radius: 0.4rem;
  background: #f2f4f5 url(../../../images/page-pre.png) no-repeat center center;
}
div.pager span.next {
  border-radius: 0.4rem;
  background: #f2f4f5 url(../../../images/page-next.png) no-repeat center center;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: calc(10 / 750 * 100vw);
  }
  div.pager {
    text-align: center;
    font-size: 2.6rem;
  }
  div.pager span.prev,
  div.pager span.next {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.6rem;
  }
  div.pager span a {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    color: #555;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #f2f4f5;
    margin-right: 1.6rem;
    border-radius: 0.4rem;
  }
  div.pager span a font {
    width: 4.8rem;
    height: 4.8rem;
    background: #53b77f;
    color: #fff;
    display: inline-block;
    border-radius: 0.4rem;
  }
}
.from-app .headerNav {
  display: none;
}
.from-app .foot-bg {
  min-height: 10rem;
}
.from-app .foot-bg .foot-con {
  display: none;
}
.from-app .foot-bg .copyright {
  display: none;
}
.from-app .foot .copywriting {
  display: none;
}
