.breadcrumb{
    margin: 16px auto 16px auto;
}

.breadcrumb-tips{
    color: #999;
}

.breadcrumb span a{
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.breadcrumb span a:hover{
    color: var(--theme);
    font-weight: 600;
    cursor: pointer;
}

.breadcrumb-tips:hover{
    color: #999 !important;
    font-weight: 500 !important;
    cursor: default !important;
}

.breadcrumb-now{
    color: #999;
}

.breadcrumb-now:hover{
    color: #999 !important;
    font-weight: 500 !important;
    cursor: default !important;
}

@media screen and (max-width: 1024px){
    .breadcrumb{
        margin: 12px auto 12px auto;
    }
    .breadcrumb span{
        font-size: 14px;
    }
}