body {
color:#333;
background:url(https://www.cnblogs.com/images/cnblogs_com/wh35/1330714/o_bg2.jpg) no-repeat top center fixed;;
background-size:100% 100%;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: none;
}
.input_my_zzk {
    border-radius: 5px;
}
#blogTitle h1 a {
    color: #009688;
    font-weight: 500;
    font-family: cursive;
}
#blogTitle h2 {
    color:#333;
}

#home {
min-width: 1200px;
box-shadow:none;
border-radius:10px;
background: rgba(255, 255, 255, .8);
}
#navigator {
    border-radius: 5px;
    background: #009688;
    border-left: 4px solid #FF9800;
    border-right: 4px solid #FF9800;
}
#navList {
height:100%;
}
#navList li {
height:100%;
margin:0;
}
#navList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    width:6em;
    padding-top:0;
}
#navList a:link, #navList a:visited, #navList a:active {
    color:#fff;
}
#navList li a:hover {
    opacity: .8;
    background: #00c2b0;
}
.postTitle {
    border-left: 3px solid #009688;
}
.myposts_title {
text-align:left;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #009688;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 10px;
    color: #009688;
    text-decoration: none;
}
.blogStats {
    color:#fff;
    margin-right:10px;
}

/*右边*/
#sideBar {
    font-size: 12px;
    padding-left: 20px;
    border-left: 1px solid #ededed;
}
#sideBar h3 {
    font-size: 14px;
    background: #009688;
    color: #fff;
    padding: 8px 6px;
}
/*底部*/
#footer {
margin-top:20px;
}