$breadcrumb-prefix-cls: "#{$css-prefix}breadcrumb";

.#{$breadcrumb-prefix-cls} {
  // color: #999;
  // font-size: $font-size-base;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 12px;//***************************
  color: #999;//***************************
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;

  a {
    //color: $text-color;
    transition: color $transition-time $ease-in-out;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    font-size: 12px;
    color: #999;//***********************************
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;

    &:hover {
      color: #5196ff;//***************************************
    }

    &:active {
      color: #3165cc;//***************************************
    }
  }

  .iconfont {
    font-size: 14px;
  }

  & > span:last-child {
    font-weight: normal;//**************************
    //color: $text-color;
    font-family: "Microsoft YaHei-Bold", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    font-size: 12px;//**************************
    color: #333;//**************************
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
  }

  & > span:last-child &-item-separator {
    display: none;
  }

  &-item-separator {
    margin: 0 8px;
    // color: $border-color-base;
    font-size: 12px;//*******************
    color: #e6e6e6;//*****************
  }

  &-item-link {
    > .h-icon + span {
      margin-left: 4px;
    }
  }
}
