body{
    background-image: url("https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=1764148613,256674396&fm=26&gp=0.jpg");
    background-repeat: repeat;
    background-size:1600px 130px;
    background-attachment: fixed;
    background-size:cover;
}
#blogTitle {
    height: 60px;
    clear: both;
    position: fixed;
    width: 100%;
    left: 35%;
    top: 5%;
    opacity: 0.1;
    font-size:30px;
}
#navigator {
    background-color:transparent;
    padding-top:100px;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}
#sideBar{background:#FFF;font-size:18px;}
#sidebar_news,#blog-calendar,#sidebar_search,#sidebar_shortcut,#sidebar_recentcomments,#sidebar_topcommentedposts,#sidebar_news,#blog-calendar,#sidebar_postarchive{
display:none;
}
.catListTitle,#profile_block,.Cal{
display:none;}
#sidebar_postcategory{    position: fixed; top: 0; left: 0;width: 200%;background:#97bdd0;color:#fff}
#sidebar_postcategory ul{ display:flex;margin-left:18px}
#sidebar_postcategory ul li{padding:5px 10px;font-size:15px;margin:0}
#sidebar_postcategory ul li:hover{background:#fff;color:red}
#sidebar_postcategory ul li a{color:#999}
#sidebar_postcategory ul li a:hover{color:#3d97cb;font-weight:600;text-decoration: none}
#mainContent{width:100%}
#nav_next_page a{padding:10px 25px;background:#489ba8}
#navList a:hover{color:#fd744f;font-size:20px;}


.syntaxhighlighter .preprocessor {/*头文件、预编译部分*/
    color: #e29710!important;
}

.syntaxhighlighter .keyword {/*关键字（for/if...else/while/return...）*/
    font-weight: normal!important;
    color: #b216ac!important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {/*注释*/
    color: #d84f19!important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {/*int等变量类型名*/
    color: #15b6bf!important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {/*字符串*/
    color: #1bbb38!important;
}

canvas#live2dcanvas {
border: 0 !important;
left: 0;
}

