<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bread-crumb-box {
  display: flex;
  width: 1400px;
  margin: 12px auto 24px auto;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.bread-crumb {
  display: flex;
  list-style: none;   
  margin: 0;
  padding: 0; 
}
.bread-crumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '&gt;';
}
.bread-crumb li:last-of-type .text {
  color: rgba(34, 34, 34, 1);
}
.bread-crumb li a {
  color: #888;
}
.bread-crumb li a:hover {
  color: rgba(0, 64, 152, 1);
}
</pre></body></html>