﻿.footer {
  background-color: #272727;
  padding: .2rem .3rem;
  color:#fff;
  text-align: center;
}
.footer .footer_ibfa {
  font-size: .12rem;
  color: #fff;
  text-align: center;
}
.footer div {
  width: 32%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: .11rem;
}
.footer div a{
  display:block;
}
.footer div a img {
  width: .26rem;
  height: .26rem;
  display:block;
}
.footer .copy {
  font-size:0.14rem;
}
.footer .footer_ibfa{
    padding:0;
}
.footer div a{
    margin-right:0.2rem;
    display:block;
    height:.26rem;
}
