footer {
  height: 42px;
  line-height: 42px;
  background-color: #004098;
}
footer .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer .w1200 a {
  color: #fff;
  font-size: 12px;
  transition: all 0.5s linear;
}
footer .w1200 a:hover{
  color: #CECECE;
}
footer .w1200 .l img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
footer .w1200 .l span {
  font-size: 14px;
}
footer .w1200 .l span.line {
  margin: 0 15px;
}
footer .w1200 .r {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer {
    height: auto;
  }
  footer .w1200 {
    flex-direction: column;
    padding-bottom: 10px;
  }
  footer .w1200 .l img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
  footer .w1200 .l span {
    font-size: 12px;
  }
  footer .w1200 .l span.line {
    margin: 0;
  }
  footer .w1200 .r {
    text-align: center;
    line-height: 18px;
    padding: 0 2%;
    box-sizing: border-box;
  }
}
