.foot_menu {
  z-index: 9999;
  position: fixed;
  height: 50px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.foot_menu .menu-link {
  float: left;
  display: inline-block;
  width: 33.33333%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  border-left: 1px solid #ebebeb;
}
.foot_menu .menu-link:first-child {
  border-left: none;
}
.foot_menu .active {
  color: #ff6302;
  background-image: url(../images/nav_index.png);
  background-position: 35% center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
}
.foot_menu .noactive {
  color: #ff6302;
  background-image: url(../images/nav_order.png);
  background-position: 35% center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
}
.foot_menu .favorable {
  color: #ff6302;
  background-image: url(../images/nav_quan.png);
  background-position: 22% center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.foot_menu .favorable span {
  margin-left: 40%;
}
.foot_menu span {
  display: block;
  float: left;
  margin-left: 47%;
}
.shop_foot_menu {
  z-index: 9999;
  position: fixed;
  height: 50px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.shop_foot_menu .menu-link {
  float: left;
  display: inline-block;
  width: 33.33333%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  border-left: 1px solid #ebebeb;
}
.shop_foot_menu .menu-link:first-child {
  border-left: none;
}
.shop_foot_menu .active {
  color: #ff6302;
  background-image: url(../images/nav_index.png);
  background-position: 35% center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
}
.shop_foot_menu .noactive {
  color: #ff6302;
  background-image: url(../images/nav_order.png);
  background-position: 35% center;
  background-size: 19px 19px;
  background-repeat: no-repeat;
}
.shop_foot_menu .favorable {
  color: #ff6302;
  background-image: url(../images/nav_quan.png);
  background-position: 22% center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.shop_foot_menu .favorable span {
  margin-left: 40%;
}
.shop_foot_menu span {
  display: block;
  float: left;
  margin-left: 47%;
}
.shop_foot_menu .menu-link {
  width: 50%;
}
