.top-box .title {
  font-size: 0.8rem;
  color: #000;
  line-height: 1.5rem;
}
.top-box .price {
  line-height: 1.375rem;
}
.top-box .price::after {
  content: '';
  display: block;
  clear: both;
}
.top-box .price .left {
  float: left;
  font-size: 0.7rem;
  color: #ff6800;
}
.top-box .price .right {
  float: right;
  font-size: 0.55rem;
}
.weui-cells {
  margin-top: 0% !important;
}
.weui-cells p.cells-title {
  font-size: 0.7rem !important;
  color: #000;
}
.weui-cells .weui-cell p {
  font-size: 0.6rem;
}
.page-footer::after {
  content: '';
  display: block;
  clear: both;
}
.page-footer .left {
  height: 2.45rem;
  width: 5rem;
  background-color: #f5f5f5;
  float: left;
  text-align: center;
}
.page-footer .left img {
  display: block;
  width: 1rem;
  margin: .25rem auto .05rem;
}
.page-footer .right {
  float: right;
  width: -webkit-calc(100% - 5rem);
  width: calc(100% - 5rem);
  height: 2.45rem;
  line-height: 2.45rem;
}
.page-footer .right a {
  background-color: #0d93fb;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
}
.content-padded {
  padding: 0.5rem;
}
