.template-breakcrumbs {
  display: none;
}
.template-breakcrumbs .pc {
  display: flex;
  justify-content: center;
  padding: 36px 0 14px;
}
.template-breakcrumbs .pc .pc-section {
  display: flex;
  align-items: center;
  width: 1250px;
  padding: 0 25px;
}
.template-breakcrumbs .pc .pc-section img {
  width: 18px;
  height: 18px;
}
.template-breakcrumbs .pc .pc-section div {
  display: flex;
  align-items: center;
}
.template-breakcrumbs .pc .pc-section a {
  margin: 0 6px;
  color: #999999;
  cursor: pointer;
  font-size: 14px;
}
.template-breakcrumbs .pc .pc-section i {
  color: #999999;
}
.template-breakcrumbs .pc .pc-section .current {
  color: #505050;
}
.template-breakcrumbs .pc .pc-section .active {
  color: #505050;
}
.template-breakcrumbs .h5 {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.template-breakcrumbs .h5 img {
  width: 15px;
  height: 15px;
}
.template-breakcrumbs .h5 div {
  display: flex;
  align-items: center;
}
.template-breakcrumbs .h5 a {
  margin: 0 6px;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.template-breakcrumbs .h5 i {
  color: #999999;
}
.template-breakcrumbs .h5 .current {
  color: #505050;
}
.template-breakcrumbs .h5 .active {
  color: #505050;
}
