#navList,#author_profile,#blog_post_info,#author_profile,#div_digg,.comment_actions,.comment_vote,#comment_form_container,#ad_t2,#cnblogs_c1,#under_post_news,#under_post_kb,#lnk_RefreshComments,#blog-comments-placeholder,#cnblogs_c2,#cnblogs_c1,.postDesc a,#blog_nav_sitehome,#blog_nav_newpost,#MyLinks1_NewArticleLink,#blog_nav_contact,#blog_nav_admin,#blog_nav_rss,#blog_nav_rss_image{
display:none;
}
.postDesc a{
}
#post_view_count ~a {display:none;}
a{
}
.headerText{
height: 133px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;

}
#Header1_HeaderTitle{
 font-family: 'Audiowide';
    text-align: left;
margin-left:-20px;
    color: #008000;
    font-size: 2.5em;
    -webkit-transition: all 1.5s ease;
            transition: all 1.5s ease;
}
#Header1_HeaderTitle:hover {
    color: #fff;
    -webkit-animation: Glow 1.5s ease infinite alternate;
            animation: Glow 1.5s ease infinite alternate;
text-decoration:none;

}
@-webkit-keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
                     0 0 20px #fff,
                     0 0 30px #fff,
                     0 0 40px #00a67c,
                     0 0 70px #00a67c,
                     0 0 80px #00a67c,
                     0 0 100px #00a67c,
                     0 0 150px #00a67c;
    }
    to {
        text-shadow: 0 0 5px #fff,
                     0 0 10px #fff,
                     0 0 15px #fff,
                     0 0 20px #00a67c,
                     0 0 35px #00a67c,
                     0 0 40px #00a67c,
                     0 0 50px #00a67c,
                     0 0 75px #00a67c;
    }
}
@keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
                     0 0 20px #fff,
                     0 0 30px #fff,
                     0 0 40px #00a67c,
                     0 0 70px #00a67c,
                     0 0 80px #00a67c,
                     0 0 100px #00a67c,
                     0 0 150px #00a67c;
    }
    to {
        text-shadow: 0 0 5px #fff,
                     0 0 10px #fff,
                     0 0 15px #fff,
                     0 0 20px #00a67c,
                     0 0 35px #00a67c,
                     0 0 40px #00a67c,
                     0 0 50px #00a67c,
                     0 0 75px #00a67c;
    }
}
.headerDis{
 overflow: hidden; /*超出部分隐藏*/
        font-size: 1.8rem; /*大小*/
        font-style: oblique; /*倾斜*/
        text-align: left;
        line-height: 2rem; /*垂直居中*/
        background-image: -webkit-linear-gradient(left, green, yellow, black, blue, red 25%, green 35%,
        blue 50%, yellow 60%, red 75%, black 85%, blue 100%); /*括号内可添加多种颜色，多种百分比   线性渐变*/
        -webkit-text-fill-color: transparent; /*颜色填充 透明*/
        -webkit-background-clip: text; /*背景颜色绘制区域*/
        animation: stream 5s infinite linear; /*流动 15秒 循环 直线*/
        background-size: 200% 100%;
width:500px;
    margin-top: -110px;
    margin-left: -10px;
}
    @keyframes stream { /*匀速流动*/
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: -100% 0;
        }
    }
#header{
    background: #000 url(https://images.cnblogs.com/cnblogs_com/lysc/1601703/o_header.jpg) no-repeat;
}
#footer{
    background: url(https://images.cnblogs.com/cnblogs_com/lysc/1601703/o_footer.jpg) no-repeat;
}
#HeaderArea{
}
#top_nav{
display:none;
}