.breadcrumbs {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #FAFAFA;
    padding-left: 20px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    box-sizing: border-box;
    color: #666;
    line-height: 40px;
    .seperator {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid #666;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        margin-left: 12px;
        margin-right: 12px;
    }
    .return {
        float: right;
        padding-right: 25px;
        .larger {
            font-size: 16px;
        }
    }
}