footer {
  width: 100%;
}

.footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #2D2D35;
  color: #c9cdd4;
  font-size: 14px;
}
.main_area{
    width: 1200px;
    margin: 0 auto;
}
.footer main .flow {
  margin-bottom: 30px;
}

.footer .main_area  .center_l {
   width: 564px;
   margin-right: 30px;
   line-height: 28px;
}

.footer .main_area  .center_l img {
  display: block;
}
.footer .main_area  .center_c {
  flex: 1;
  margin-right: 62px;
}
.footer .main_area  .center_c img{
    width: 20px;
    height: 20px;
    margin-right:8px;
}
.footer .main_area  .center_c .item{
    margin-bottom: 12px;
}

.footer .main_area  .center_r .er_code {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer .main_area  .center_r .er_code img {
  display: block;
  width: 74px;
  height: 74px;
  margin-bottom: 8px;
}

.footer .main_area  .center_r .er_code h6 {
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

footer  .bottom {
  color: #85848a;
  font-size: 12px;
  background: #2D2D35;
  padding: 30px 0;
  border-top: 1px solid #3D3D45;
}

footer .bottom span {
  margin-right: 4px;
  font-size: 14px;
}
