.hljs {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin-bottom: .5em;
  font-size: .85em;
  font-weight: bold;
  line-height: 1.8em;
  padding: 3em 3em 1em;
  border-radius: .6em;
  font-family: '微软雅黑';
  overflow-x: auto;
  background: #23241f;
  color: #f8f8f2;
}

.hljsln {
  position: relative;
  display: block
}

.hljs::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 1em;
  overflow: visible;
  width: 12px;
  height: 12px;
  line-height: 15px;
  border-radius: 16px;
  white-space: nowrap;
  text-indent: 15px;
  font-size: .7em
}

.hljsln .ln-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%
}

.hljsln .ln-num {
  position: relative;
  display: inline-block;
  height: .8em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.hljsln .ln-num::before {
  position: absolute;
  z-index: 2;
  top: -0.6em;
  left: -2.4em;
  margin-right: 1em;
  color: #777;
  font-style: normal;
  font-weight: normal;
  content: attr(data-num);
  width: 3em
}

.hljs.language-html::before,
.hljs.language-xml::before {
  content: "HTML/XML"
}

.hljs.language-javascript::before {
  content: "JavaScript"
}

.hljs.language-c::before {
  content: "C"
}

.hljs.language-cpp::before {
  content: "C++"
}

.hljs.language-java::before {
  content: "Java"
}

.hljs.language-asp::before {
  content: "ASP"
}

.hljs.language-actionscript::before {
  content: "ActionScript/Flash/Flex"
}

.hljs.language-bash::before {
  content: "Bash"
}

.hljs.language-css::before {
  content: "CSS"
}

.hljs.language-asp::before {
  content: "ASP"
}

.hljs.language-cs::before,
.hljs.language-csharp::before {
  content: "C#"
}

.hljs.language-d::before {
  content: "D"
}

.hljs.language-golang::before,
.hljs.language-go::before {
  content: "Go"
}

.hljs.language-json::before {
  content: "JSON"
}

.hljs.language-lua::before {
  content: "Lua"
}

.hljs.language-less::before {
  content: "LESS"
}

.hljs.language-md::before,
.hljs.language-markdown::before,
.hljs.language-mkdown::before,
.hljs.language-mkd::before {
  content: "Markdown"
}

.hljs.language-mm::before,
.hljs.language-objc::before,
.hljs.language-obj-c::before,
.hljs.language-objective-c::before {
  content: "Objective-C"
}

.hljs.language-php::before {
  content: "PHP"
}

.hljs.language-perl::before,
.hljs.language-pl::before,
.hljs.language-pm::before {
  content: "Perl"
}

.hljs.language-python::before,
.hljs.language-py::before,
.hljs.language-gyp::before,
.hljs.language-ipython::before {
  content: "Python"
}

.hljs.language-r::before {
  content: "R"
}

.hljs.language-ruby::before,
.hljs.language-rb::before,
.hljs.language-gemspec::before,
.hljs.language-podspec::before,
.hljs.language-thor::before,
.hljs.language-irb::before {
  content: "Ruby"
}

.hljs.language-sql::before {
  content: "SQL"
}

.hljs.language-sh::before,
.hljs.language-shell::before,
.hljs.language-Session::before,
.hljs.language-shellsession::before,
.hljs.language-console::before {
  content: "Shell"
}

.hljs.language-swift::before {
  content: "Swift"
}

.hljs.language-vb::before {
  content: "VB/VBScript"
}

.hljs.language-yaml::before {
  content: "YAML"
}

.hljs-subst,
.hljs-tag {
  color: #f8f8f2
}

.hljs-emphasis,
.hljs-strong {
  color: #a8a8a2
}

.hljs-bullet,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-quote,
.hljs-regexp {
  color: #ae81ff
}

.hljs-code,
.hljs-section,
.hljs-selector-class,
.hljs-title {
  color: #a6e22e
}

.hljs-strong {
  font-weight: 700
}

.hljs-emphasis {
  font-style: italic
}

.hljs-keyword {
  color: #0099FF;
}

.hljs-attr {
  color: #FFFFFF;
}

.hljs-name,
.hljs-selector-tag {
  color: #f92672
}

.hljs-attribute,
.hljs-symbol {
  color: #66d9ef
}

.hljs-params {
  color: #FD971F;
}

.hljs-title.class_ {
  color: #A6E22E;
}

.hljs-class .hljs-title {
  color: #f8f8f2
}

.hljs-addition,
.hljs-built_in,
.hljs-selector-attr,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-string,
.hljs-template-variable,
.hljs-variable {
  color: #e6db74
}

.hljs-comment,
.hljs-type,
.hljs-deletion,
.hljs-meta {
  color: #75715E
}