.foot {
  width: 100%;
  height: 7.4rem;
  overflow: hidden;
}
.foot .top {
  height: 3rem;
  width: 100%;
  margin-top: 0.64rem;
  display: flex;
}
.foot .top .img {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  margin-left: 0.46rem;
}
.foot .top .img img {
  width: 2rem;
  height: 2rem;
  margin: 0.25rem auto;
  display: block;
}
.foot .top .infos {
  flex: 1;
  font-size: 0.28rem;
  margin-left: 0.7rem;
  color: #fff;
  overflow: hidden;
}
.foot .top .infos .tel {
  font-size: 0.3rem;
  margin-top: 0.1rem;
  font-weight: bold;
  font-size: 0.32rem;
}
.foot .top .infos .timer {
  margin-top: 0.5rem;
}
.foot .top .infos .wx {
  margin-top: 0.35rem;
}
.foot .middle {
  margin: 0.8rem;
  display: flex;
}
.foot .middle a {
  flex: 1;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
}
.foot .address,
.foot .guquan,
.foot .beian {
  font-size: 0.24rem;
  margin-bottom: 0.24rem;
  color: #fff;
  margin-left: 0.46rem;
}
