.m-pageNav-pageNav {
  position: fixed;
  max-width: 750px;
  bottom: 0;
  //left: 0;
  //right: 0;
  width: 100%;
  z-index: 11;
  height: 50px;
  background: #fff;
  line-height: 50px;
  border-top: 1px solid #E6E6E6;
}

.m-pageNav-every {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  color: @navTextColor;
  //line-height:14px;
  height: 50px;
  overflow: hidden;
  vertical-align: middle;
}

.m-pageNav-active {
  color: @danger !important;
}

.m-pageNav-icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  background-position: center;
  font-size: 16px;
}

.m-pageNav-iconColor {
  color: @navColor;
}

.m-pageNav-iconActive {
  color: @danger-dark;
}

.m-pageNav-wordPic {
  .m-pageNav-every {
    line-height: 14px;
  }

}


.m-pageNav-word-pageNav {
  .m-pageNav-every {
    color: #666;
  }
}

















