.footer {
  min-width: 1200px;
}
.footer .ddBox {
  margin-left: 90px;
  flex: 1;
}
.footer .content {
  background: #0054B8;
}
.footer .codeBox {
  margin: 0 34px 0 62px;
}
.copyRight {
  background: #302F36;
  height: 40px;
  line-height: 40px;
}
.footer .logo {
  border-radius: 50%;
  margin-bottom: 2px;
}