body {
   /* background-image: url();
   background-size: 100%; */
   background:  url(https://img2020.cnblogs.com/blog/1778086/202008/1778086-20200817161652385-293049443.png) fixed no-repeat;
   background-size: 100% 100%;
}
#sidebar_search {
display: none;
}

.CalTitle {
    background: rgba(255, 255, 255, 0);
}

#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);
    border-radius: 5px;
}
#blogTitle {
     height: 100px;
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 10px;
    position: relative;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    font-weight: bold;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}
#blogTitle h2 span {
  font-weight: normal;
}
#navigator {
    background-color: rgba(33, 160, 139, 0.9);
    border-radius: 5px;
    box-shadow: 1px 1px 4px #666;
}
#navList a {
    display: block;
    padding: 0 1.5em;
    height: 60px;
    font-family: 'å¾®è½¯é›…é»‘';
    float: left;
    font-size: 1.2em;
    text-align: center;
    transition-duration: .3s;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}
.blogStats {
    color: #eee;
}
.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;
}
.catListTitle {
    background-color: rgba(33, 160, 139, 0.9);
}
#topics {
    background: rgba(255, 255, 255, 0.5);
}
#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}
.postTitle {
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
}
#ad_t2, #cnblogs_c1, #under_post_kb {
   display: none;
}
.header_img {
    display: flex;
    align-items: flex-end;
}
.header_img img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
}
#sidebar_c3 {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    text-align: center;
    padding: 10px;
}


#Header1_HeaderTitle {
color: #f35626;
font-family: 微软雅黑;
background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: hue 10s infinite linear;
}
@-webkit-keyframes hue {
from {

-webkit-filter: hue-rotate(0deg);
-moz-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
-moz-filter: hue-rotate(-360deg);
}
}