
@import '../style/var.less';
.fe-footer {
  text-align: center;
  &-link {
    display: inline-block;
    border-left: 1px solid #cccccc;
    padding: 0 10px;
    &:first-child {
      border: none !important;
    }
    .fe-links-text {
      font-size: 14px;
      color: @footer-link-color;
    }
    .fe-links-line {
      display: inline-block;
      width: 33px;
      color: #cccccc;
    }
  }
  &-text {
    font-size: 14px;
    color: @footer-text-color;
    margin: 10px 0 0 0;
  }
}