/* 面包屑样式文件 */
nav.breadcrumb {
  /* display: block !important; */
  display: flex;
  /* align-items: baseline; */
}
nav.breadcrumb ol{
  display: inline;
  font-size: 16px;
  /* height: 24px; */
  line-height: 24px;
  margin-left: 10px;
  /* align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem; */
}

nav.breadcrumb svg{
  margin-top: 3px;
  flex: none;
}

nav.breadcrumb ol li {
  display: inline;
  font-family: Poppins;
}

nav.breadcrumb ol li:not(:last-child)::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cg clip-path='url(%23clip0_14_18733)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.674613 0.120366C0.884276 -0.0593456 1.19993 -0.0350648 1.37964 0.174598L4.37964 3.6746C4.54013 3.86184 4.54013 4.13814 4.37964 4.32539L1.37964 7.82539C1.19993 8.03505 0.884276 8.05933 0.674613 7.87962C0.46495 7.69991 0.44067 7.38426 0.620381 7.1746L3.34147 3.99999L0.620381 0.82539C0.44067 0.615727 0.46495 0.300077 0.674613 0.120366Z' fill='%2383858D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14_18733'%3E%3Crect width='5' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
  margin: 5px;
}

nav.breadcrumb a:hover{
  color: inherit;
}