#header{
   height: auto;
}

#blogTitle {
   display: block;
   margin-bottom: 16px;
   padding-top: 4px;
}

#blogTitle h2 {
    display: none;
}

#Header1_HeaderTitle {
    color: white;
    font-size: 30px;
    padding-left: 76px;
    position: relative;
}

#Header1_HeaderTitle .portrait {
    position: absolute;
    left: 0;
    top: -12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(https://pic.cnblogs.com/face/790218/20170523170642.png) no-repeat;
    background-size: contain;
}

#navigator {
    top: auto;
    height: 32px;
    margin-top: 10px;
}

#main {
    margin-top: 10px;
}

#cnblogs_post_body h2 {
    margin: 15px 0;
    padding: 8px 32px;
    background-color: #82c0f0;
    color: #333;
}

#cnblogs_post_body h4 {
   margin: 0;
   padding-left: 0;
   padding-right: 0;
   color: #444;
   background: none;
}

#green_channel {
   width: auto;
   font-size: 14px;
   background-color: #64686c;
}

.forFlow img {
   margin-top: 0;
   margin-bottom: 0;
}

.scrollBtn a, .scrollBtn li {
    overflow: hidden;
    height: 54px
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.ff-t {
    font-family: Tahoma
}

.scrollBtn {
    position: fixed;
    right: 15px;
    bottom: 45px;
    width: 54px
}

.scrollBtn a {
    display: inline-block;
    width: 54px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    text-align: center;
    opacity: .6;
    color: #fff;
    background: url(https://images2015.cnblogs.com/blog/459873/201601/459873-20160127210900473-1080897398.png) no-repeat;
    filter: alpha(opacity=60)
}

.scrollBtn li {
    float: left;
    margin-bottom: 5px
}

.scrollBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.sB-comment a {
    height: 17px;
    padding-top: 34px;
    padding-bottom: 3px;
    background-position: 0 -59px
}

.sB-share a {
    background-position: 0 -118px
}

.sB-goTop a {
    background-position: 0 -177px
}