.root {
  height: 50px;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
  flex: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #666;
  &:hover {
    color: #0099ff;
  }
}

.navOne, .navTwo, .navThree, .navFour, .navFive {
  color: #09f;
  &:hover, &:active {
    color: #09f;
  }
}

.iconfont{
  font-size: 24px !important;
  margin-bottom: 4px;
}