body, html {
  overflow-x: hidden;
  font-family: '微软雅黑','宋体','黑体';
  color: #333
}

#leftmenu {
  right: 100px;
  width: 290px;
  left: auto;
  top: 125px;
}

#leftmenu h3 {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #333;
}

#main {
  margin-left: 100px;
  margin-right: 400px;
  padding-top: 14px;
}

#main p.date {
  border-bottom: 1px solid #ccc;
  font-family: '微软雅黑','宋体','黑体';
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

#top {
  padding-left: 100px;
  height: 80px;
  overflow: hidden;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  border-top: 4px solid #ccc
}

#top  #Header1_HeaderTitle {
  font-size: 41px;
  font-family: '微软雅黑','宋体','黑体';
  margin-top: 10px;
}

#footer {
  text-align: center;
}

.commentbox_title {
  width: 100%;
}

#comments h3 {
  color: #fff;
  background: #333;
  padding-left: 10px;
  padding-bottom: 8px
}

#comments .blog_comment_body {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f3f3f3;
}

div.commentform textarea.comment_textarea {
  overflow: auto;
  border: 1px solid #ccc;
  background: #f5f5f5;
  width: 99%;
  font-size: 12px;
  font-family: Verdana;
  line-height: 1
}

.postfoot {
  font-size: 10px;
  color: #666
}

#cnblogs_post_body a {
  border-bottom-style: dashed;
  border-bottom-width: 1px
}

#cnblogs_post_body h3 {
  margin-top: 30px;
}

#cnblogs_post_body h1 {
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom-width: thin;
  border-bottom-color: rgb(154,154,154);
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-bottom-style: inset;
}

div.post {
  margin-bottom: 40px
}

div.post h2 a:link {
  color: #111 !important;
  font-size: 16px;
}

div.post h2 {
  margin-top: 14px;
  padding-left: 8px;
  border-left: 4px solid rgb(73,73,73)
}

div.post, .c_b_p_desc, .post .c_b_p_desc {
  font-family: '微软雅黑','宋体','黑体';
  font-size: 14px;
  color: #333;
  line-height: 1.5em
}

#cnblogs_post_body img {
  border: 1px dashed black;
  max-width: 90%;
}

#homepage_top_pager {
  display: none;
}

blockquote {
  background: url("//images.cnblogs.com/cnblogs_com/zichi/728106/o_quote.png") no-repeat -75px -20px #f0f0f0;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px 50px;
}

#cnzz_stat_icon_1258036937 {
  position: absolute;
  right: 90px;
  top: 10px;
}

#cnblogs_post_body p {
  margin: 15px auto;
}

.git-link {
  z-index: 100;
  position: fixed; 
  top: 0; left: 0; border: 0;
  height: 149px;
  width: 149px;
  background-image: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160317090540131-1089895320.png);
}

.github-pic {
  width: 170px;
  border: 1px dashed gray;
  background-color: #f7f7f7;
  margin-top: 5px;
}

#MySignature {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #58a;
  color: #fff;
}

#MySignature a {
  color: rgba(255, 255, 255, .8);
}

#MySignature a:hover {
  color: rgba(255, 255, 255, .5);
}

@media (max-width: 414px) {
  #top {
    padding: 0;
    text-align: center;
  }

  #main {
    margin: 0;
    padding: 15px;
  }

  #leftmenu,
  #cnzz_stat_icon_1258036937 {
    display: none;
  }
}

#post_detail .btn {
  position: absolute;
  right: 10px;
  top: 5px;
  border: none;
  color: #579CE0;
}

#post_detail .btn:hover {
  color: #036;
}

/*for reward*/
.reward-area {
  border-left: 5px solid #ff7300;
  padding: 15px 20px;
  background: #eee;
  margin-bottom: 15px;
}

.reward-area h1 {
  color: #666;
  margin-bottom: 5px;
}

.reward-area .subtitle {
  color: #666;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 16px;
}

.reward-btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #ff7300;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.reward-btn:hover {
  background: hsl(27, 97%, 60%);
}

#reward {
  max-width: 650px;
}

#reward > .title {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #666;
  text-align: center;
}

#reward > .detail {
  display: inline-block;
  position: relative;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

#reward > .detail > .qrcode {
  display: inline-block;
  padding: 20px;
  padding-bottom: 10px;
  border: 5px solid #ff7300;
  border-radius: 10px;
}

#reward > .detail > p {
  position: absolute;
  font-size: 20px;
  color: #666;

  top: calc(100% - 32px);
  left: calc(50% - 46px);
  background: white;
  padding: 0 20px;
}

#link_header a {
  font-size: 14px !important;
}

#link_header a:hover {
  color: #999999;
}

.separator {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  height: 17px;
  width: 6px;
  border-left: 1px solid #c3c3c3;
}
/* mine */
.cnblogs-markdown code {
 background-color: rgba(255, 184, 196, 0.08)!important;
 font-family: Consolas, Monaco, 'Andale Mono', monospace!important;
}
.cnblogs-markdown code.sourceCode {
 font-family: Consolas, Monaco, 'Andale Mono', monospace!important;
 font-size: 14px!important;
 line-height: 26px!important;
}