/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
a {
  color: #19734b;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
a:hover {
  color: #2ca831;
}
html,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "微软雅黑", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.main-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 400px;
  bottom: 0;
  height: 100%;
  padding: 20px 40px 0;
  overflow: auto;
  word-wrap: break-word;
}
.main-footer {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .main-container {
    top: 45px;
    left: 0px;
    bottom: 0;
    height: auto;
  }
  .main-content {
    left: 0;
    bottom: 0;
    height: auto;
    padding: 10px 10px;
  }
}
.main-footer {
  font-size: 13px;
  color: #808080;
}
.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 100%;
  overflow: hidden;
  background-color: #333;
  color: #fff;
  text-align: right;
}
.sidebar .header {
  padding-right: 30px;
}
.sidebar .title {
  margin-bottom: 0px;
}
.sidebar .title a {
  color: #fff;
}
.sidebar .title a:hover {
  color: #cfe3cb;
}
.sidebar .subtitle {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.sidebar .info {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.sidebar .info > * {
  display: table-cell;
  vertical-align: bottom;
}
.sidebar .info .content {
  padding-left: 10px;
}
.sidebar .author {
  margin-top: 0.5em;
}
.sidebar .description {
  font-size: 14px;
}
.sidebar .avatar {
  width: 140px;
}
.sidebar .avatar img {
  width: 120px;
  height: 120px;
  border: 5px solid #d3d3d3;
  border-radius: 2px;
}
.sidebar .nav {
  padding-left: 0;
}
.sidebar .nav > li {
  list-style: square;
  margin-left: 0;
}
.sidebar .nav > li > a {
  display: block;
  padding: 5px 25px;
  color: #cfe3cb;
  border-right: 5px solid transparent;
}
.sidebar .nav > li > a:hover {
  background-color: #808080;
  color: #fff;
  border-right: 5px solid #d3d3d3;
}
.sidebar .category-list,
.sidebar .tag-list,
.sidebar .archive-list {
  padding-right: 30px;
  padding-left: 0;
  display: none;
}
.sidebar .category-list.collapsed,
.sidebar .tag-list.collapsed,
.sidebar .archive-list.collapsed {
  height: 0;
  overflow: hidden;
}
.sidebar .category-list .category-list-item,
.sidebar .tag-list .category-list-item,
.sidebar .archive-list .category-list-item,
.sidebar .category-list .tag-list-item,
.sidebar .tag-list .tag-list-item,
.sidebar .archive-list .tag-list-item,
.sidebar .category-list .archive-list-item,
.sidebar .tag-list .archive-list-item,
.sidebar .archive-list .archive-list-item {
  vertical-align: top;
  display: inline-block;
  width: 45%;
  font-size: 13px;
}
.sidebar .category-list .category-list-item a,
.sidebar .tag-list .category-list-item a,
.sidebar .archive-list .category-list-item a,
.sidebar .category-list .tag-list-item a,
.sidebar .tag-list .tag-list-item a,
.sidebar .archive-list .tag-list-item a,
.sidebar .category-list .archive-list-item a,
.sidebar .tag-list .archive-list-item a,
.sidebar .archive-list .archive-list-item a {
  width: 80%;
  display: inline-block;
  color: #86a87f;
}
.sidebar .category-list .category-list-item a:hover,
.sidebar .tag-list .category-list-item a:hover,
.sidebar .archive-list .category-list-item a:hover,
.sidebar .category-list .tag-list-item a:hover,
.sidebar .tag-list .tag-list-item a:hover,
.sidebar .archive-list .tag-list-item a:hover,
.sidebar .category-list .archive-list-item a:hover,
.sidebar .tag-list .archive-list-item a:hover,
.sidebar .archive-list .archive-list-item a:hover {
  color: #fff;
}
.sidebar .category-list .category-list-item .tag-list-count,
.sidebar .tag-list .category-list-item .tag-list-count,
.sidebar .archive-list .category-list-item .tag-list-count,
.sidebar .category-list .tag-list-item .tag-list-count,
.sidebar .tag-list .tag-list-item .tag-list-count,
.sidebar .archive-list .tag-list-item .tag-list-count,
.sidebar .category-list .archive-list-item .tag-list-count,
.sidebar .tag-list .archive-list-item .tag-list-count,
.sidebar .archive-list .archive-list-item .tag-list-count,
.sidebar .category-list .category-list-item .category-list-count,
.sidebar .tag-list .category-list-item .category-list-count,
.sidebar .archive-list .category-list-item .category-list-count,
.sidebar .category-list .tag-list-item .category-list-count,
.sidebar .tag-list .tag-list-item .category-list-count,
.sidebar .archive-list .tag-list-item .category-list-count,
.sidebar .category-list .archive-list-item .category-list-count,
.sidebar .tag-list .archive-list-item .category-list-count,
.sidebar .archive-list .archive-list-item .category-list-count,
.sidebar .category-list .category-list-item .archive-list-count,
.sidebar .tag-list .category-list-item .archive-list-count,
.sidebar .archive-list .category-list-item .archive-list-count,
.sidebar .category-list .tag-list-item .archive-list-count,
.sidebar .tag-list .tag-list-item .archive-list-count,
.sidebar .archive-list .tag-list-item .archive-list-count,
.sidebar .category-list .archive-list-item .archive-list-count,
.sidebar .tag-list .archive-list-item .archive-list-count,
.sidebar .archive-list .archive-list-item .archive-list-count {
  display: inline-block;
  width: 20%;
  font-size: 12px;
  color: #838383;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .sidebar {
    left: -400px;
    width: 300px;
    max-width: 100%;
    z-index: 9999999;
    transition-duration: 0.3s;
  }
  .sidebar.in {
    left: 0;
  }
  .sidebar .header {
    padding-right: 15px;
  }
  .sidebar .title {
    display: none;
  }
  .sidebar .nav > li > a {
    padding: 5px 10px;
  }
}
.article .article-header {
  margin-bottom: 10px;
}
.article .article-header a {
  color: #30634c;
}
.article .article-header a:hover {
  color: #388151;
}
.article .article-info {
  font-size: 14px;
  color: #808080;
  margin-bottom: 1em;
}
.article .article-info .article-date {
  margin-right: 0.5em;
  color: #808080;
}
.article .article-info .article-tag ul,
.article .article-info .article-category ul {
  display: inline;
  padding: 0;
  margin: 0 -1px;
}
.article .article-info .article-tag li,
.article .article-info .article-category li {
  display: inline;
  padding: 0;
}
.article .article-info .article-tag a,
.article .article-info .article-category a {
  margin: 0 3px;
}
.article .article-info .article-tag .article-tag-list-item a,
.article .article-info .article-category .article-tag-list-item a {
  color: #808080;
}
.article .article-info .article-tag .article-tag-list-item a:hover,
.article .article-info .article-category .article-tag-list-item a:hover {
  color: #2ca831;
}
.article .article-entry {
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
}
.article .article-entry code {
  background-color: #f1f1f1;
  border-radius: 2px;
}
.article .article-entry blockquote {
  background: #f9f9f9;
  border-left: 5px solid #d3d3d3;
  margin: 0 0 1.5em 0px;
  padding: 0.5em 2em;
  font-family: "宋体", Georgia, "Times New Roman", serif;
  font-size: 0.9em;
}
.article .article-entry blockquote.left {
  float: left;
  margin-right: 1.5em;
}
.article .article-entry blockquote.right {
  float: right;
  margin-left: 1.5em;
}
.article .article-entry blockquote cite {
  margin-left: 0.5em;
}
.article .article-entry > table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.article .article-entry > table thead > tr > th,
.article .article-entry > table tbody > tr > th,
.article .article-entry > table tfoot > tr > th,
.article .article-entry > table thead > tr > td,
.article .article-entry > table tbody > tr > td,
.article .article-entry > table tfoot > tr > td {
  white-space: nowrap;
  padding: 0.4em 0.8em;
  border-bottom: #d3d3d3 solid 1px;
}
.article .article-entry figure.article-gallery-img {
  margin-left: 0;
  margin-right: 0;
}
.article .article-entry figure.article-gallery-img a {
  display: inline-block;
}
.article .article-entry figure.article-gallery-img figcaption {
  display: none;
}
.article img {
  max-width: 100%;
}
.article .article-gallery figure.article-gallery-img {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 160px;
}
.article .article-gallery figure.article-gallery-img a {
  text-align: center;
  display: block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.article .article-gallery figure.article-gallery-img a img {
  visibility: hidden;
  max-width: 160px;
  max-height: 160px;
}
.article .article-gallery figure.article-gallery-img figcaption {
  word-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article .article-footer {
  margin-top: 30px;
}
.article .article-footer .cc {
  margin-bottom: 20px;
}
.article .article-footer .cc img {
  display: inline-block;
  height: 1em;
  vertical-align: bottom;
}
.article .article-footer .cc span {
  color: #808080;
  font-size: 0.8em;
  margin-left: 0.5em;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .article .article-entry .highlight,
  .article .article-entry .gist {
    max-width: 100%;
    margin: 0 !important;
  }
  .article .article-gallery {
    margin-bottom: 10px;
  }
  .article .article-gallery figure.article-gallery-img {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    width: 120px;
  }
  .article .article-gallery figure.article-gallery-img a {
    width: 120px;
    height: 120px;
  }
  .article .article-gallery figure.article-gallery-img a img {
    max-width: 120px;
    max-height: 120px;
  }
  .article .article-gallery figure.article-gallery-img figcaption {
    display: none;
  }
}
.post-list {
  position: relative;
  padding-left: 0;
}
.post-list .post-list-item {
  padding-left: 20px;
  margin-bottom: 40px;
  list-style: none;
  border-left: 5px solid #d3d3d3;
}
.post-list .article-info {
  font-size: 13px;
}
.post-list .article-entry {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .post-list .post-list-item {
    padding-left: 8px;
  }
}
@media screen and (min-width: 769px) {
  body.monochrome .main-container .article,
  body.monochrome .main-container .sidebar img {
    -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    -o-filter: grayscale(60%);
    filter: grayscale(60%);
    transition-duration: 0.4s;
    transition-property: filter, -webkit-filter, -moz-filter, -ms-filter, -o-filter;
  }
  body.monochrome .main-container .article:hover,
  body.monochrome .main-container .sidebar img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
.article-entry pre,
.article-entry .highlight {
  background: #fff;
  margin: 0 -20px;
  padding: 15px 20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  overflow: auto;
  color: #4d4d4c;
  line-height: 22.400000000000002px;
}
.article-entry .highlight .gutter pre,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
  font-family: "新宋", "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
}
.article-entry code {
  background: color-background;
  text-shadow: 0 1px #fff;
  padding: 0 0.3em;
}
.article-entry pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.article-entry .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.article-entry .highlight table {
  margin: 0;
  width: auto;
}
.article-entry .highlight td {
  border: none;
  padding: 0;
}
.article-entry .highlight figcaption {
  font-size: 0.85em;
  color: #8e908c;
  line-height: 1em;
  margin-bottom: 1em;
}
.article-entry .highlight figcaption a {
  float: right;
}
.article-entry .highlight .gutter pre {
  text-align: right;
  padding-right: 20px;
}
.article-entry .highlight .line {
  height: 22.400000000000002px;
}
.article-entry .gist {
  margin: 0 -20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: #fff;
  padding: 15px 20px 15px 0;
}
.article-entry .gist .gist-file {
  border: none;
  font-family: "新宋", "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
  margin: 0;
}
.article-entry .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.article-entry .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.article-entry .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.article-entry .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta {
  background: #fff;
  color: #8e908c;
  font: 0.85em "微软雅黑", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 20px;
}
.article-entry .gist .gist-file .gist-meta a {
  color: #19734b;
  font-weight: normal;
}
.article-entry .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
pre .comment,
pre .title {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f5871f;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #718c00;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #718c00;
}
pre .css .hexcolor {
  color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
.pagination {
  margin-bottom: 20px;
}
.pagination > * {
  margin: 0 5px;
}
.archives-wrap a.archive-year {
  color: #333;
}
.archives-wrap a.archive-year:hover {
  color: #808080;
}
.mobile-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-header {
    display: block;
    height: 45px;
    color: #fff;
    text-align: right;
    background-color: #333;
    padding: 5px 10px;
  }
  .mobile-header .title {
    font-size: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
  }
  .mobile-header .title:hover {
    color: #cfe3cb;
  }
  .mobile-header .sidebar-toggle {
    position: relative;
    float: left;
    padding: 9px 5px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .mobile-header .sidebar-toggle:focus {
    outline: 0;
  }
  .mobile-header .sidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }
  .mobile-header .sidebar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
}
#ds-waiting {
  margin: auto !important;
  margin-top: 50px !important;
}
.jiathis_style_32x32 {
  height: 32px;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
  transition-duration: 0.5s;
  transition-property: filter, -webkit-filter, -moz-filter, -ms-filter, -o-filter;
}
.jiathis_style_32x32:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.jiathis_style > div {
  border: none !important;
}
.main-content .jiathis_style_32x32 .jtico {
  display: inline-block !important;
}
.jiathis_style .ckepopBottom {
  padding: 5px;
}
