body{
    background-image: url("https://img-blog.csdnimg.cn/20181127211708416.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0phY2FKYXZh,size_16,color_FFFFFF,t_70");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
#main {
    width: 100.8%;
    text-align: left;
    margin-top: 30px;
}
#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 60px rgb(0, 190, 255);
}
#comment_form_container .comment_textarea {
    width: 90%;
    height: 200px;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 190, 255);
    box-shadow: 2px 2px 10px rgb(0, 190, 255);
    -webkit-border-radius: 3px;
}
#blogTitle h1 {
    font-size: 72px;
    font-weight: bold;
    line-height: 0.4em;
    margin-top: 10px;
}
#blogTitle h1 a:hover{
    text-decoration: line-through;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 5;
    color: #757575;
    float: left;
}
#sideBar h3 {
    font-size: 0px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 11px;
    font-size: 20px;
}
#navList a:hover{
    color: #00FFFF;
    text-decoration: line-through;
}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    border: 0px solid #EDEDED;
}
#blog-calendar td{
    display: none;
}
#blog-calendar th{
    display: none;
}
#sideBar a {
    color: #0087ff;
    background-color: rgba(0, 0, 0, 0);
    background-position : 5px 6px;
}

#sideBarMain .newsItem{
    background-color:rgba(0,0,0,0);
}
#sideBarMain .catListPostCategory{
background-color:rgba(0,0,0,0);
}
#sideBar {
    margin-top: -45px;
    width: 168px;
    min-height: 200px;
    padding: 0px 0 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 96px;
    float: left;
}
#mainContent .forFlow .day .postCon .c_b_p_desc{
    font-size: 17px;
}
#mainContent .forFlow .day .postTitle{
    font-size: 27px;
}
#cnblogs_post_body .cnblogs_code {
    background-color: rgba(0, 0, 0, 0);
}
.syntaxhighlighter.printing .preprocessor {
  color: #008000 !important;
}
#sideBarMain li {
    background-color: rgba(0,0,0,0);
}
#sideBarMain ul {
    background-color: rgba(0,0,0,0);
}
#sideBarMain .catListPostArchive{
background-color: rgba(0,0,0,0);
}
#sideBarMain .catListLink .catListImageCategory{
display:none;
}
#sideBarMain .catListTag{
background-color: rgba(0,0,0,0);
}
#comment_form_container .comment_textarea {
background-color:rgba(0,0,0,0);
}
.c_ad_block{
display:none;
}
#ad_t2{
display:none;
}