html,body{width:100%;height:100%;}
body{overflow:hidden;background:url(https://r.photo.store.qq.com/psb?/V11nvmJg4eJdCg/wRqCztqoFqYbdrFvVx2Kk10fIcjwApSblQ2U8tJ.KPc!/r/dNwAAAAAAAAA) no-repeat center center;background-size:100% 100%;}
#blogTitle{background:none;}#navigator{background-color: rgba(0, 0, 0, 0.52);}
.day{background: rgba(255, 255,255,0.38);border-radius:0px;}
.newsItem, #blog-calendar{background: rgba(255, 255,255,0.38);border-radius:0px;}
.CalTitle{background:none}
.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{background: rgba(255, 255,255,0.38);border-radius:0px;}
.catListTitle{background-color: rgba(0, 0, 0, 0.52);border-radius:0px;border-bottom:0;}
#mainContent .forFlow{overflow-y: scroll;height:80%;background: rgba(255, 255,255,0.38)}
#home,#main,#mainContent{ height:100%;}
#topics{border-radius:0px; background:none;}
div.commentform textarea{width:98%;background:none;border:1px solid #fff;}
#comment_form{padding-left:25px;}
.commentbox_title{width:98%;}
#comment_nav{display: inline-block;float: right; margin-right: 2%;}
.postDesc{color:#737373}
input.btn_my_zzk{width:78px}
.catListEssay ul li, .catListLink ul li, .catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {
    border-bottom: 1px solid rgba(205, 137, 74, 0.55);
    border-top: 1px solid rgba(255, 255, 255, 0);
}
#sideBar{ height:80%;overflow-y:scroll;}
@media screen and (max-width: 1440px) {
#mainContent .forFlow{
 height:75%;
}
#sideBar{ height:75%;}
}
@media only screen (max-width: 1439px) and (min-width: 1200px) {
#mainContent .forFlow{
 height:70%;
}
#sideBar{ height:70%;}
}
::-webkit-scrollbar {
        width: 5px;
}
::-webkit-scrollbar-track {
	background-color: rgba(16, 16, 16, 0.65);
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
	 background-color: rgba(162, 85, 45, 0.87); 
} /* 滑块颜色 */

::-webkit-scrollbar-button {
	background-color: rgba(16, 16, 16, 0.65);
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
	background-color: black;
}