body, html {
  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: 75%;
}

#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;
}

#cnblogs_post_body p {
  margin: 15px auto;
}


@media (max-width: 414px) {
  #top {
    padding: 0;
    text-align: center;
  }

  #main {
    margin: 0;
    padding: 15px;
  }

  #leftmenu {
    display: none;
  }
}

#post_detail .btn {
  position: absolute;
  right: 10px;
  top: 5px;
  border: none;
  color: #579CE0;
}

#post_detail .btn:hover {
  color: #036;
}