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