.footer {
  background-color: #303030;
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-bottom: 10px;
}
.footer .footer_main {
  display: flex;
  margin-top: 120px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.footer .left {
  flex: 2;
}
.footer .left .Service {
  width: 400px;
}
.footer .middle {
  flex: 1;
}
.footer .right {
  flex: 1.5;
}
.footer .imgList img {
  width: 90px;
  height: 56px;
}
.footer .copyright {
  text-align: center;
  margin-top: 10px;
}
