footer .content {
  height: 1.6rem;
  background-color: #005ba1;
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}
footer .content .logo {
  width: 0.59rem;
  margin-right: 0.4rem;
}
footer .content .message {
  padding-top: 0.03rem;
}
footer .content .message .head {
  line-height: 0.47rem;
  color: #fff;
  font-size: 0.24rem;
}
footer .content .message .head span:first-child {
  margin-right: 0.35rem;
}
footer .content .message .bottom {
  line-height: 0.27rem;
  color: #d2d2d2;
  font-size: 0.18rem;
}
footer .content .message .bottom span:first-child {
  margin-right: 0.24rem;
}
footer .copyright_info {
  height: 0.6rem;
  background-color: #0d3c61;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright_info span,
footer .copyright_info a {
  color: #d2d2d2;
  font-size: 0.2rem;
}
