body {
    color: #000;
    background: #eee;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(https://images.cnblogs.com/cnblogs_com/imtudou/1506167/o_v2-60c32e37df28d3619aa586ea766a78e_r.jpg);
    background-size: cover;
    background-origin: padding-box;
    background-clip: border-box;
}

/*页首中间这一整块*/
#home {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 70%;
    min-width: 950px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
    /* background: #eee; */
    background-color: rgba(255,255,255,0.8);
}

/*页脚*/
#footer{
   background: url( ) no-repeat 220px 0;  
   /*color:white;*/
   font-weight:bold;
  /* font-size:24px;*/
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: none;
}

#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 20px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #ea6f5a;
    padding: 10px 0 10px 24px;
    background-color: #f7f7f7;
}

#blogTitle h1 {
    font-size: 30px;
}

#sideBar h3 {
    font-size: 20px;
}

#navigator {
    border-bottom: 1px solid #ea6f5a;
    border-top: 1px solid #ea6f5a;
}
#navList
{
position:relation;
}

#footer {
    border-top: 1px solid #ea6f5a;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
    #Header1_HeaderTitle{
        /*background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);*/
        /*-webkit-text-fill-color: transparent;*/
        -webkit-background-clip: text;
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 4s infinite linear;
    }
}
@-webkit-keyframes #Header1_HeaderTitle-animation {
    0%  { background-position: 0 0;}
    100% { background-position: -100% 0;}
}