* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px!important;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
    background: rgba(12, 100, 129, 1) url(https://img2018.cnblogs.com/blog/777904/201810/777904-20181023143838440-1113494700.jpg) fixed no-repeat;


    background-position: 50% 5%;
    background-size: cover;
}

#home {
    margin: 0 auto;
    width: 80%;
    min-width: 980px;
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle {
    height: 100px;
    clear: both;
    background-color: rgba(255, 255, 255, 0);
}
a:visited {
    color: black;
    text-decoration: none;
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 10px;
    color: #0033FF;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.8;
    color: #0033FF;
    font-weight: bold;
    text-align: right;
    float: right;
}
#navigator {
    background-color: rgba(33, 160, 139, 0.9);
}
.catListTitle {
    background-color: rgba(33, 160, 139, 0.9);
}
.day {
    background: rgba(255, 255, 255, 0.5);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory, #blog-calendar {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}
.blogStats {
    color: #eee;
}
#topics {
    background: rgba(255, 255, 255, 0.5);
}
#tbCommentBody {
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}
#q {
    background: rgba(255, 255, 255, 0);
}
#google_q{
 background: rgba(255, 255, 255, 0);
}
input[type=button] {
    border-style:none;
    outline:none;
    background: rgba(255, 255, 255, 0);
}