/*自定义鼠标图片*/
/*body {*/
      /*cursor: url("https://images.cnblogs.com/cnblogs_com/suoning/845162/o_mouse.png"), auto;*/
/*}*/

/*推荐、反对*/
#div_digg {
    position: fixed;
    bottom: -3px;
    right: 130px;
}

/*推荐提示信息
.diggword {
    display: none;
}*/
.diggit {
    width: 81px;
    background: url('https://images.cnblogs.com/cnblogs_com/foreach-break/688769/o_b.gif ') no-repeat;
    margin-left: -25px;
}
.buryit {
    display: none;
}

/*好文要顶、关注我、收藏该文、微博微信*/
#green_channel {
    width: 80px;
    position: fixed;
    bottom: 35%;
    right: 39px;
    border: 0;
}
#green_channel #green_channel_follow {
    width: 51px;
}
#green_channel a {
    margin-top: 19px;
}

/*QQ链接*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    margin-bottom: 55px;
}

/*代码*/
code {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
    padding: 1 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafafa;
}

/*海图片*/
.img-see-2016-7-2 {
    background-image: url("https://images.cnblogs.com/cnblogs_com/suoning/845162/o_sea.jpg");
    background-size: 660px;
    background-repeat: no-repeat;
    height: 300px;
    width: 600px;
    transition-duration: 30s;
    transition-timing-function: ease;
    transition-property: background-size;
}
.img-see-2016-7-2:hover {
    background-size: 2000px;
}

/*字体*/
body {
    font-family: comic sans ms;
    background-color: white;
}

/*边框*/
blockquote {
    background: none;
    border: 2px solid #efefef;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*顶部飞机*/
.bottom_tools {
    position: fixed;
    z-index: 1070;
    right: 50px;
    bottom: 60px;
    display: block;
    width: 55px;
    height: 55px;
}
.bottom_tools a {
    display: none;
    width: 55px;
    height: 55px;
    background: url('https://images.cnblogs.com/cnblogs_com/suoning/845162/o_back-top.png') no-repeat left top;
}

/*宽度*/
#home {
    width: 72%;
}

/*复制代码按钮*/
.cnblogs_code div {
    display: none;
}

#navList a {
    opacity: 1;
}