body,
dl,
dt,
dd {
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
    font-size: 14px;
}
ul, ol {
    /*list-style: none;*/
}
.menu-icon-switch {
    position: absolute;
    right: 10px;
    top: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px dashed transparent;
    border-top-color: #babec4;
}
.menu a {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.7);
}
.empha {
    color: #f92672;
}
.codestyle {
    display: block;
    margin: 0;
    padding: .5rem 0;
    background: rgba(34, 34, 34, 0.89);
    color: #fff;
}
.codestyle-1 {
    display: block;
    margin: 0;
    padding: .5rem 0;
    background: #f7f7f9;
    color: black;
}
.codestyle ul, .codestyle ol {
    list-style: none;
}
.codestyle .attrkey {
    color: #f92672;
}
.linkstyle {
    margin: .5rem 0;
}
.linkstyle a {
    text-decoration: none;
    color: rgb(54, 103, 153);
}
.tableft {
    margin-left: 10px;
}