.footer {
  width: 100%;
  height: 318px;
  background-color: #211F22;
  display: inline-flex;
}
.footer .footer-main {
  width: 1200px;
  display: inline-flex;
  justify-content: space-between;
  margin: auto;
}
.footer .footer-main .footer-logo{
  flex-basis: 97px;
}
.footer .footer-main .footer-logo img{
  width: 100%;
}
.footer .footer-main .footer-content{
  flex: 1;
  padding-left: 43px;
}
.footer .footer-main .footer-content .some-font {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 20px;
  width: 100%;
}
.footer .footer-main .footer-content .footer-link a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  text-decoration: none;
  margin-right: 10px;
}
.footer .footer-main .footer-content .icp a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  text-decoration: none;
}
.footer .footer-main .footer-code{
  flex-basis: 136px;
  text-align: center;
}
.footer .footer-main .footer-code .code-model {
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-main .footer-code .code-model img {
  width: 132px;
  height: 132px;
}
.footer .footer-main .footer-code .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
}