﻿.bread {
  position: relative;
  display: flex;
  align-items: center;
}
.bread-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}

.bread-separator {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
  margin: 0 23px;
  color: #999;
}
