/* 目录*/
 #cnblogs_post_body h1 {
      background: #265b8a;
      border-radius: 6px 6px 6px 6px;
      color: #ffffff;
      font-family: FZShuTi;
      font-size: 23px;
      font-weight: bold;
      height: 25px;
      line-height: 25px;
      margin: 18px 0 !important;
      padding: 12px 0 8px 5px;
      text-shadow: 2px 2px 3px #222222;
      text-align: left;
      margin-bottom: 20px;
    }
    #cnblogs_post_body h2 {
      background: gray !important;
      background: #406ca4 !important;
      border-radius: 4px 4px 4px 4px !important;
      box-shadow: 0 0 0 1px #5f5a4b, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
      color: #fffff0;
      font-family: '微软雅黑', '宋体', '黑体', Arial;
      font-size: 17px;
      font-weight: bold;
      margin: 15px 0 !important;
      padding: 5px 0 5px 20px;
    }

    #cnblogs_post_body h3 {
      border-radius: 4px 0px 0px 4px !important;
      text-align: left;
      color: black;
      /* text-shadow: 1px 1px 2px #222222; */
      margin: 15px 0 !important;
      /* 上5 右0 下5 左20 */
      padding: 5px 0 5px 20px;
      /* 设置h3样式 */
      /* background-color: #4f9cee !important; */
      /* 左边蓝色小块 */
      border-left: 6px solid #4f9cee !important;
      /* 底部蓝色 */
      border-bottom: 1px solid #4f9cee !important ;
      /*border-color: #265b8a !important;*/
      /* 设置字体 */
      font-family: '微软雅黑', '宋体', '黑体', Arial;
      font-size: 14px;
      font-weight: bold;
    }

    #cnblogs_post_body h4 {
      border-radius: 3px;
      text-align: left;
      color: white;
      text-shadow: 1px 1px 2px #222222;
      padding: 5px 15px;
      margin-bottom: 10px;
      width: 25%;
    }
    code {
      padding: 1px 3px;
      margin: 0 3px;
      background: #ddd;
      border: 1px solid #ccc;
      font-family: Menlo, Monaco, Andale Mono, lucida console, Courier New,
        monospace;
      word-wrap: break-word;
      font-size: 14px;
    }
    #cnblogs_post_body table {
      text-align: left;
      width: 100%;
      border: 1px solid #dedede;
      margin: 15px 0;
      border-collapse: collapse;
    }
    #cnblogs_post_body table thead tr {
      background: #f8f8f8;
    }
    #cnblogs_post_body table tbody tr:hover {
      background: #efefef;
    }

    h1 a:visited,
    h1 a:link {
      color: green;
    }
    #top {
      color: red;
    }
/*  侧边栏*/
#navCategory2 {
      position: fixed;
      right: 0;
      top: 400px;
      list-style: none;
      z-index: 99999;
      background-color: white;
    }

    #navCategory2 b {
      font-size: 18px;
      color: #152e97;
    }
    #navCategory2 > #mylist {
      /* position: absolute; */
      /* background-color: white; */
      /* width: 32px; */
      left: -32px;
      font-size: 30px;
      font-weight: bold;
      border-radius: 5px;
      opacity: 0.8;
      padding: 0 0 0 40px;
    }

    #navCategory2 > #myul {
      /* background-color: white; */
      height: 220px;
      width: 230px;
      padding-top: 5px;
      overflow: auto;
      /* display: none; */
    }

    #navCategory2 ul,
    #navCategory2 li {
      list-style: none !important;
      margin: 5px !important;
    }

/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 220px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}