.bottom-navgator-custom-style {
  font-size: 13px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-top: 1px solid #e7ecf1;
  line-height: 46px;
  color: #5c758e;
  text-align: center;
  width: 100%;
  height: 46px;
  &.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .item {
    margin-left: 10px;
  }
  a {
    text-decoration: none;
    color: inherit;
    &:hover {
      text-decoration: underline;
    }
  }
}
