footer.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #333135;
  min-width: 12rem;
  height: 0.6rem;
}
footer.footer > p {
  font-size: 0.12rem;
  color: #666666;
  text-align: center;
  padding: 0.24rem 0;
}
footer.footer > p a {
  font-size: 0.12rem;
  color: #666666;
}
footer.footer > p a:hover {
  color: #ffffff;
}
footer.footer > p a.recordNo {
  margin-left: 0.14rem;
}