.footer {
  background-color: #e22323;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 40px 0;
  margin-top: 140px;
}
.footer .layout {
  width: 1200px;
  margin: 0 auto;
}
.footer .layout .icon {
  position: absolute;
  padding-top: 10px;
}
.footer .layout .link {
  height: 34px;
  line-height: 34px;
}
.footer a{
  color:white;
}
.footer .layout .link .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer .layout .link .beian img {
  height: 20px;
  width: 20px;
}
.footer .layout .link .beian span {
  color: #fff;
  margin-left: 10px;
}
.footer .layout .link a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
