.footer-bar {
  height: 58px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  display: none;
  justify-content: space-between;
}
.footer-bar a.zaixianzixun {
  width: 60px;
  position: absolute;
  right: 1rem;
  bottom: 220px;
}
.footer-bar a.zaixianzixun img {
  width: 100%;
}
.footer-bar .bar {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #666;
}
.footer-bar .bar i.iconfont {
  line-height: 1.5rem;
  font-size: 1rem;
  color: #555;
  transform: scale(2);
}
.footer-bar .bar p {
  line-height: 18px;
}
.footer-bar .bar.dianhua {
  flex-direction: row;
  background-color: #e6322e;
  color: #fff;
  padding: 0 2rem;
  border-radius: 1.3rem;
  height: 100%;
}
.footer-bar .bar.dianhua i.iconfont {
  transform: scale(1.5);
  color: #fff;
  margin-right: 1rem;
}
@media only screen and (max-width: 780px) {
  .footer-bar {
    display: flex;
  }
}
