/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  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);
}

body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/GyForever1004/1307842/o_20090614162005.jpg) no-repeat;
    background-size:100% 100%; 
    background-attachment: fixed;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    min-height: 101%;
}

#blogTitle {
    height: 70px;
    background: url(https://images.cnblogs.com/cnblogs_com/GyForever1004/1307842/o_20090614162005.jpg) no-repeat;
    background-size:100% 100%; 
    background-attachment: fixed;
    clear: both;
}

.catListTitle {
    background: #006f99;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #009992;
    transition: all 0.4s linear 0s;
}