/* mac Panel效果代码块相关 */
.highlight-wrap[data-rel] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px 5px rgba(0,0,0,0.4);
    margin: 35px 0;
    margin-top: 10px;
    margin-bottom: 25px;
}
.highlight-wrap[data-rel] ::-webkit-scrollbar {
    height: 7px;
}
.highlight-wrap[data-rel] ::-webkit-scrollbar-track {
    -box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.highlight-wrap[data-rel] ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.highlight-wrap[data-rel]::before {
    content: attr(data-rel);
    display: block;
    height: 38px;
    line-height: 38px;
    background: #1f3144;
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    padding: 0px 80px;
    text-indent: 15px;
}
.highlight-wrap[data-rel]::after {
    content: ' ';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
    margin-top: 13px;
    -webkit-box-shadow: 20px 0px #fdbc40, 40px 0px #35cd4b;
    box-shadow: 20px 0px #fdbc40, 40px 0px #35cd4b;
    z-index: 3;
    display: block;
}

.highlight-wrap[data-rel] figure{
    margin-bottom: 0px;
}

.highlight-wrap[data-rel] pre{
    background-color: rgb(24,28,39) !important;
}

.highlight-wrap[data-rel] td.gutter{
    background-color: rgb(24,28,39) !important;
}

.highlight-wrap[data-rel] table,pre{
    border-radius: 0 !important;
}