.common-bread-container {
    display: flex;
    align-items: center;
}
.common-bread-container a {
    text-decoration: none;
}
.common-bread-container .bread-item {
    font-size: 14px;
  color: #000000;
}
.common-bread-container .wq-arrow-right {
    margin-right: 10px;
    height: 7px;
    width: 7px;
}
.wq-arrow-up,
.wq-arrow-down,
.wq-arrow-left,
.wq-arrow-right {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #b5b7b9;
    border-style: solid;
    border-width: 0 1px 1px 0;
    margin: 4px;
}

/* 下箭头(尖括号) */
.wq-arrow-down {
    transform: rotate(45deg);
}
/* 右箭头 > */
.wq-arrow-right {
    transform: rotate(-45deg);
}
/* 左箭头 */
.wq-arrow-left {
    transform: rotate(135deg);
}
/* 上箭头 */
.wq-arrow-up {
    transform: rotate(-135deg);
}