body:before {
    background: url(https://images.cnblogs.com/cnblogs_com/ndyd/1798065/t_200717084658ChMkJ1fI18uIPl4SAAH7nIUWw9wAAU6qQKoXZ4AAfu0026.jpg?a=1603090604954) center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}

#home{
    opacity: 0.7;
    border-radius: 6px;
    box-shadow: 0 0 8px red!important;
    transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    width: 76%;
}

#home:hover{
    opacity:0.9;
}

#blogTitle h2{
    font-family: cursive;
}

#Header1_HeaderTitle {
    color: transparent !important;
    -webkit-text-stroke: 1px black;
    letter-spacing: 0.04em;
}
#main{
    width:100%;
    margin:0px auto;
}
#mainContent{
 box-shadow: 0 0 8px #999 !important;
    border-radius: 6px !important;
    width:-webkit-calc(100% - 250px); 
    width:-moz-calc(100% - 250px); 
    width:calc(100% - 250px);
    margin:30px 0px 0px 0px;
}

#mainContent .forFlow {
    margin:30px 20px 0px 20px;
}

#sideBar {
    margin-top:15px;
}
.postTitle{
    font-size: 20px !important;
    padding-right: 64px !important;
    padding-left: 10px !important;
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-left-color: #2175bc !important;
float:none;
}

#cnblogs_post_body h2 {
    border: 1px solid #2B6695;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    background-color: #FBF9F9;
    background-position: left center;
    padding: 3px 5px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align:center;
}

#cnblogs_post_body h3 {
    border: 1px solid #696969;
    border-left-width: 3px;
    border-radius: 7px;
    border-right-width: 5px;
    background-color: #F5F5F5;
    background-position: left center;
    padding: 2px 3px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}


#cnblogs_post_body h5 {
    margin-left:30px;
}
#cnblogs_post_body .myTitle  {
    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: 18px;
    font-weight: bold;
    min-height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}

#cnblogs_post_body .myTitle2 {
    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;
    min-height: 24px;
    line-height: 23px;
    margin: 12px 0px 12px 30px !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}

.backToTop {
     border: 1px dashed;
     display: none;
     width: 18px;
     line-height: 1.2;
     padding: 5px 0;
     background-color: #fff;
     color: #000;
     font-size: 12px;
     text-align: center;
     position: fixed;
     _position: absolute;
     right: 10px;
     bottom: 100px;
     _bottom: "auto";
     cursor: pointer;
     opacity: .6;
     filter: Alpha(opacity=60);
}


#div_digg{
  position:fixed;
  bottom:5px;
  width:60px;
  right:30px;
  border:2px solid #085;
  padding:10px;
  background-color:#fff;
  opacity:0.3;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  transition-duration: 0.5s;
}
#div_digg:hover{
  opacity:1;
}

#div_digg .buryit{
    display:none;
}

#div_digg .diggit{
    margin:0px auto;
    float:none;
    padding:0px;
    margin-top:5px;
}