p,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footNav {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 60px;
  border-top: 1px solid #efefef;
  background-color: #f5f5f5;
}
.footNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footNav ul li {
  width: 33%;
}
.footNav ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.footNav ul li a .icon {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}
.footNav ul li a .icon img {
  width: 26px;
  display: inline;
}
.footNav ul li a .text {
  text-align: center;
}
.footNav ul li a .text p {
  color: #333;
  font-size: 14px;
}
