/* 62 */
body {
  line-height: 1;
}

/* 482 */
/* Body, links, basics */
html {
  font-size: 100%;
}
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-rendering: optimizeLegibility;
  color: #000;
}
a {
  color: #000;
}
a:hover {
  color: #007bff;
}

/* Page structure */
/* 534 */
#home {
  padding: 0 24px;
  padding: 0 1.5rem;
  background-color: #fff;
}

/* 539 */
#mainContent {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}

/* 543 */
#sideBar {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}

/* Header */
/* 549 */
#header {
  padding: 24px 0;
  padding: 1.5rem 0;
}
#blogTitle .title,
#blogTitle .subtitle {
  text-align: center;
}
#blogTitle .title a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
#blogTitle .title a:hover {
  color: #21759b;
}
#blogTitle .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
#blogTitle .subtitle {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.846153846;
  color: #757575;
}

/* 586 */
/* Navigation Menu */
#navigator {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

/* 1517*/
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  /* 1528 */
  #home {
    margin: 0 auto;
    max-width: 960px;
    max-width: 60rem;
    overflow: hidden;
  }

  /* 1534 */
  #mainContent {
    float: left;
    width: 65.104166667%;
  }

  /* 1543 */
  #sideBar {
    float: right;
    width: 26.041666667%;
  }

  /* 1547 */
  #blogTitle .title,
  #blogTitle .subtitle {
    text-align: left;
  }
  #blogTitle .title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
}

/* 1698 */
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: #e6e6e6;
  }
  body #home {
    padding: 0 40px;
    padding: 0 2.5rem;
    margin-top: 48px;
    margin-top: 3rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
}

/* cnblogs.com */
@media screen and (max-width: 600px) {
  body {
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  #nav_rss {
    display: none !important;
  }
  #nav_newpost {
    display: none !important;
  }
  #sidebar_search_box input[type="text"] {
    width: 100px !important;
  }
  .forFlow {
    margin: 0 !important;
  }
  #mainContent {
    margin: 24px 0 0 !important;
  }
  #sideBar {
    width: auto;
    position: static !important;
  }
  #mainContent .forFlow #post_detail #topics .post .postDesc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  body {
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  #nav_rss {
    display: none !important;
  }
  #nav_newpost {
    display: none !important;
  }
  #sidebar_search_box input[type="text"] {
    width: 100px !important;
  }
  .forFlow {
    margin: 0 !important;
  }
  #mainContent {
    margin: 24px 0 0 !important;
  }
  #sideBar {
    width: 26.041666667% !important;
    position: static !important;
  }
}
body {
  background-color: #e6e6e6;
}
#header {
  background-color: #fff;
}
#blogTitle {
  padding: 0;
}
#navigator {
  background-color: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: 48px;
  line-height: 48px;
  color: #000;
  padding: 0;
  overflow: hidden;
}
#navList {
  text-align: left;
  height: 48px;
}
#navList li {
  float: none;
  display: inline-block;
  position: relative;
  padding: 12px 0;
  margin: 0 40px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.blogStats {
  float: none;
  color: #000;
  height: 48px;
  text-align: left;
}
#blog_stats {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 12px 0;
}
.forFlow {
  margin: 0;
}
.day,
.entrylistItem {
  border-bottom: 1px solid #ccc;
  margin-bottom: 72px;
  padding-bottom: 24px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.postTitle,
.entrylistPosttitle,
.feedback_area_title {
  border-bottom: 0;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 24px;
  line-height: 1.2;
}
.c_b_p_desc {
  line-height: 1.6;
}
.postDesc,
.entrylistItemPostDesc {
  padding-bottom: 0;
  margin-top: 24px;
  color: #757575;
  font-size: 13px;
  line-height: 24px;
}
#sideBar {
  position: static;
  border: 0;
  padding: 0;
  top: 0;
  right: 0;
  margin: 24px 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
.newsItem {
  font-size: 13px;
  margin-bottom: 48px;
}
#calendar {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 48px;
}
#leftcontentcontainer {
  font-size: 13px;
}
th.CalDayHeader {
  text-align: center;
  font-weight: normal;
}
#sideBar h3,
#MyIng .ing_title {
  margin: 0 0 24px 0;
  font-size: 12px;
}
.sidebar-block,
#sidebar_categories {
  margin-bottom: 48px;
  word-wrap: break-word;
}
input[type="button"] {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
}
input,
textarea {
  border: 1px solid #ccc;
}
#div_digg {
  display: none;
}
@media screen and (min-width: 600px) {
  #navList {
    float: left;
    width: 65.104166667%;
  }
  .blogStats {
    float: right;
    width: 26.041666667%;
  }
}

/* pre code*/
.cnblogs-markdown code {
  color: #c7254e;
  background-color: #f9f2f4;
  border: 0 !important;
}

.cnblogs-markdown pre code {
  color: #000;
  background-color: #fff;
  border: 0;
}

.cnblogs-markdown code,
#cnblogs-post-body code {
  font-family: Consolas, Monaco, Menlo, DejaVu Sans Mono, Droid Sans Mono,
    monospace !important;
  font-size: 13px !important;
  line-height: 1.5;
  background-color: #f9f2f4 !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

.cnblogs-markdown pre code,
#cnblogs-post-body pre code {
  display: block;
  margin: auto;
  vertical-align: auto;
  height: auto;
  line-height: 1.5;
  padding: 0 !important;
}

.cnblogs-markdown .hljs,
#cnblogs-post-body .hljs {
  background-color: #fff !important;
  font-family: Consolas, Monaco, Menlo, DejaVu Sans Mono, Droid Sans Mono,
    monospace !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  padding: 0 !important;
}

.cnblogs-markdown pre {
  padding: 13px;
  /* border: 1px solid #ccc; */
  border: 0;
  margin: 0;
}

.cnblogs-markdown code[class*="language-"],
.cnblogs-markdown pre[class*="language-"] {
  background: #f5f2f0 !important;
}

.cnblogs-markdown {
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cnblogs-markdown code {
  padding: 0.2em 0.4em !important;
}

.cnblogs-markdown pre {
  background-color: #fff !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  overflow: auto;
  padding: 13px !important;
}

.cnblogs-markdown pre.nohighlight,
.cnblogs-markdown pre.nohighlight code {
  background-color: #fff !important;
}

#post_next_prev {
  line-height: 2;
  font-size: 16px;
}

/* button */
#green_channel a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#green_channel #green_channel_digg {
  background-color: #930ee4;
}
#green_channel #green_channel_follow {
  background-color: #f10215;
}
#green_channel #green_channel_favorite {
  background-color: #008000;
}

blockquote {
  border: 0;
}

#cnblogs_post_body ul {
  margin-left: 0;
}

#cnblogs_post_body table,
.cnblogs-post-body table {
  border: 0;
}

#cnblogs_post_body th,
.cnblogs-post-body th {
  background-color: #fff;
}

.cnblogs-markdown h1,
.cnblogs-markdown h2,
.cnblogs-markdown h3,
.cnblogs-markdown h4,
.cnblogs-markdown h5,
.cnblogs-markdown h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 'Noto Serif SC', 'Noto Serif CJK SC', serif;
}

/* highlight.js reset */
.cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fff;
  color: #000;
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: #000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #000;
}
.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #000;
}
.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #000;
}
.hljs-doctag {
  color: #000;
}
.hljs-attr {
  color: #000;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #000;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}

/* https://docs.microsoft.com/zh-cn/ */
.hljs-comment {
  color: #008000!important;
}

.hljs-built_in,
.hljs-keyword,
.hljs-name,
.hljs-pscommand,
.hljs-selector-tag,
.hljs-tag {
  color: #0101fd!important;
}

.hljs-literal {
  color: #07704a!important;
}

.hljs-code,
.hljs-deletion,
.hljs-section,
.hljs-string,
.hljs-template-tag,
.hljs-template-variable {
  color: #a31515!important;
}

.hljs-addition,
.hljs-attribute,
.hljs-meta,
.hljs-parameter,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-title,
.hljs-type {
  color: #007d9a!important;
}

.hljs-doctag {
  color: #737373!important;
}

.hljs-attr {
  color: #0451a5!important;
}

.hljs-control {
  color: #af00db!important;
}

.hljs-helper {
  color: #795e26!important;
}

.hljs-bullet,
.hljs-link,
.hljs-symbol {
  color: #00b0e8!important;
}

.hljs-emphasis {
  font-style: italic!important;
}

.hljs-strong {
  font-weight: 600!important;
}

.hljs-constant,
.hljs-reserved {
  color: #cd3131!important;
}

.toc {
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  font-size: 95%;
  display: table;
  zoom: 1;
  padding: 7px;
  margin-bottom: 24px;
}

.toc .toc-title {
  margin-bottom: 0.25em!important;
}
.toc .toc-list {
  margin: 0.3em 0;
}

.cnblogs-markdown .toc ul {
  margin-bottom: 0!important;
}
#cnblogs_post_body .toc ul li {
  list-style-type: none;
}
#cnblogs_post_body .toc ul ul li {
  list-style-type: none;
}

#stats_article_count,
#ad_t2 {
  display: none;
}

#under_post_news b,
#under_post_kb b,
#HistoryToday b {
  font-weight: normal;
}

.PostList {
  border-bottom: 1px solid #ccc;
}

.entrylistTitle,
.PostListTitle {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}

#footer {
  border-top: 1px solid #ededed;
  clear: both;
  line-height: 2;
  max-width: 960px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}

.div_my_zzk {
  margin-left: 24px;
  margin-right: 24px;
}

.input_my_zzk {
  width: 144px;
}

#cb_post_title_url {
  font-size: 32px;
}

#mainContent .forFlow .day .postDesc .post-digg-count,
#mainContent .forFlow .day .postDesc a,
#mainContent .forFlow .entrylist .entrylistItem .entrylistItemPostDesc > a:nth-child(3) {
  display: none;
}

.cnblogs-markdown img {
  display: block;
  box-shadow: 0 0 10px #555;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px #555;
}

figure {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.topicListFooter {
  text-align: center;
  margin: 0;
}

.catListPostCategory {
  margin-bottom: 48px;
  word-wrap: break-word;
}

.feedbackItem {
  margin: 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ccc;
}

.comment_vote {
  display: none;
}

.commentform {
  margin-top: 48px;
}

div.go-top {
  display: none;
  opacity: 0.6;
  z-index: 999999;
  position: fixed;
  bottom: 113px;
  left: 90%;
  margin-left: 40px;
  border: 1px solid #a38a54;
  width: 38px;
  height: 38px;
  background-color: #eddec2;
  border-radius: 3px;
  cursor: pointer;
}

div.go-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

div.go-top div.arrow {
  position: absolute;
  left: 10px;
  top: -1px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #cc3333;
}

div.go-top div.stick {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 8px;
  height: 14px;
  display: block;
  background-color: #cc3333;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}