.dy-breadcrumb {
    width: 100%;
    overflow: hidden;
    background: $FFF;
}

.dy-breadcrumb-item {
    // float: left;

    span {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: $fontMainColor;
        transition: color .3s;
    }

    .link-show:hover {
        color: $themeColor;
        cursor: pointer;
    }

    em {
        margin: 0 6px;
        font-size: 16px;
        color: $fontTipLigihtColor;
    }

    &:nth-last-child(1) {
        em {
            display: none;
        }
    }
}

.dy-breadcrum-top {
    display: flex;
    height: 62px;
    margin-left: 32px;
    line-height: 62px;
}

.dy-atpresent {
    display: flex;
    width: 100%;
    height: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 60px;
    color: $themeColor;
    background: #f6f6f6;

    span {
        // float: left;
        display: block;
        width: 3px;
        height: 14px;
        margin: 23px 10px 23px 30px;
        background: $blue;
    }
}
