.breadcrumb {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: var(--sp-8);;
    max-width: 1580px;
    position: relative;
}

.breadcrumb a>span:first-child {
    background: var(--gradient-color);
    display: inline-block;
    width: var(--sp-9);
    height: var(--sp-9);
    text-align: center;
    border-radius: 72px;
    margin-right: 10px;
    border: 1px solid transparent;
}

.breadcrumb a>span:first-child i {
    line-height: 46px;
}

.breadcrumb>.left-side {
    display: flex;
    align-items: center
}

.breadcrumb>.left-side>a,.breadcrumb>.right-side>a {
    display: flex;
    align-items: center;
}

.breadcrumb>.left-side>a:hover,.breadcrumb>.right-side>a:hover {
    text-decoration: none
}

.breadcrumb>.left-side>span a:nth-of-type(1) {
    display: none
}

.breadcrumb .fa-angle-right {
    margin: 0 5px;
}

.breadcrumb .left-side .active {
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .breadcrumb>.right-side {
        display: none;
}