/*正文 标题h1 h2 h3样式*/
#home{
    position:relative;
    margin:0 150px;
    padding:30px;
}
#mainContent{
    margin:0 250px 0 0;
    padding:0px ;
}
div.forFlow{
    margin:20px 0 20px 20px;
}
#sideBar{
    width:250px;
    padding-left:10px;
}
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em "微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}
#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: #006699;
    /* font-family:"微软雅黑", "宋体", "黑体", Arial; */
    font-size: 26px;
    font-weight: bold;
    line-height: 1.0;
    margin: 20px 0 10px;
    padding: 5px 0;
    /* text-shadow: 2px 2px 3px #222222; */
}
#cnblogs_post_body h2 {
    /* 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: #4caf50;
    /* font-family:"微软雅黑", "宋体", "黑体", Arial; */
    font-size: 22px;
    font-weight: bold;
    line-height: 1.0;
    margin: 15px 0 10px;
    padding: 5px 0 ;
    /* text-shadow: 2px 2px 3px #222222; */
}
#cnblogs_post_body h3 {
    /* background: #F0FFF0; */
    /* border-radius: 6px 6px 6px 6px; */
    /* box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #607d8b;
    /* font-family:"微软雅黑", "宋体", "黑体", Arial; */
    font-size: 18px;
    font-weight: bold;
    height: 18px;
    line-height: 1.0;
    margin: 15px 0 10px;
    padding: 5px 0 ;
    /* text-shadow: 2px 2px 3px #222222; */
}
#cnblogs_post_body h4 {
    font-size: 18px;
}

/*回到顶部*/

#go-top {
    display: inline-block;
    width:40px;
    height: 55px;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 50px;
    cursor: pointer;
    background: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/visual/top-icon.png)  no-repeat scroll transparent;
    background-size: 100% 100%;
    /* background: url("https://images.cnblogs.com/cnblogs_com/miangao/1001115/o_o_sideToolbar.png") no-repeat scroll -1px -62px transparent; */
    /* box-shadow: 0 0 6px #00CD00; */
}
/* .scoll-button[data-v-92f8e2a2] {
    width: 42px;
    height: 62px;
    background-image: url(https://cdn.cnbj1.fds.api.mi-img.com/staticsfile/visual/top-icon.png);
    background-size: 100% 100%; 
     background-position: 50%;
    position: fixed;
    left: calc(50% + 613px);
    bottom: 150px;
    transform: translateX(-100%);
    z-index: 100;
    cursor: pointer
} */

