#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#各个等级标题的颜色样式
#cnblogs_post_body h1    {
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: #008eb7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3    {
    background: #399ab2;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4{
    background: #2B6600;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#页面中a标签鼠标位置
#cnblogs_post_body h2:a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}
#页面中标题位置
#cnblogs_post_body h1{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h1:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h2{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h3{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3:hover{
   color: rgb(255, 102, 0);
}
#cnblogs_post_body h4{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h4:hover{
   color: rgb(255, 102, 0);
}

.returntop{
  height:95px;
  width:30px;
  background:deepskyblue;
  position: fixed;
  bottom:20px;
  right:22px;
  text-align: center;
  color:white;
  cursor: pointer;
  border-radius:6px;
  font-size:16px;
  display:none;
}

#main {
    min-width: 950px;
    text-align: left;
    overflow: hidden;
}
#main {
    position: unset;
}

div.blogStats {
    position: absolute;
    top: 30px;
    color: #666;
    left: 360px;
    z-index: 999;
}
#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -21em;
    margin-right: 20px;
    display: inline;
    width: 100%;
    border-radius: 7px;
}
.sf_toc_warp {
    position: fixed;
    top: 87px;
    right: 4px;
    z-index: 9999;
    margin-bottom: 15px;
    text-indent: 0;
    padding: 6px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    line-height: 2.0;
    width: 13%;
    overflow-y: auto;
    height: 100%;
}
#sideBar {
    width: 240px;
    min-height: 200px;
    padding: 0 0 0 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    border-radius: 7px;
    top: 87px;
}
#mainContent .forFlow {
    margin-left: 21em;
    float: none;
    width: auto;
    border-radius: 7px;
}
.sf_toc_warp .title {
    font-size: 12px;
    padding-left: 6px;
}
.sf_toc_warp .toc {
    position: relative;
    margin-top: 12px;
    display: block;
}
.sf_toc_warp .toc .item-h1 {
    padding-left: 6px;
    line-height: 2;
}
.sf_toc_warp .toc .item-h2 {
    padding-left: 12px;
    line-height: 1.8;
}
.sf_toc_warp .toc .item-h3 {
    padding-left: 24px;
}
.sf_toc_warp .toc .item {
    display: block;
    font-size: 12px;
    padding-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sf_toc_warp a {
    text-decoration: none;
}
.fixed-bar-warp {
    position: fixed;
    display: block;
    z-index: 9999;
    width: 30px;
    bottom: 8px;
    right: 20px;
    color: #fff;
}
.fixed-bar-warp .fixed-bar {
    position: relative;
    display: block;
}
.fixed-bar-warp .fixed-bar .item {
    display: block;
    text-align: center;
    cursor: pointer;
}
.fixed-bar-warp a {
    text-decoration: none;
}
.fixed-bar-warp .fixed-bar .item i {
    display: block;
    height: 36px;
    line-height: 40px;
    font-size: 25px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:link{
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
