@charset "utf-8";


/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul{margin: 0;
    padding: 0;}
.phonefooternav ul li {
  width: 24.69%;
  background: #fff;
  float: left;

  border-right: 1px  dotted #fff;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #767b7c;
  text-align: center;
width:100%;
  padding: 2px 0;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  
    width: 28px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 2px;
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}
@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
}
	


