div#blogTitle {
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/687841/galleries/2018886/o_210823084542微信图片_20210823164518.jpg) left top repeat-x;
    height:150px;
    padding: 0;
}
#header{
    position:relative;
    width: 100%;
    height:150px;
}
#navigator{
    position: static;
}
div#navigator ul#navList{
    position: absolute;
    top: 75px;
    left: 0;
    text-align: center;
}
div#navigator ul#navList a{
    border-bottom: 1px solid #fff;
}
ul#navList li{
    display: inline-block;
    float: inherit;
}
div#blogTitle{
    text-align: center;
}
div#navigator ul#navList li a{
    font-size: 16px;
    background-color: rgba(0,0,0,0);
}
div#navigator ul#navList li a:hover{
    font-size: 16px;
    background-color: rgba(0,0,0,0);
    color: #38b2ff;
}
div#blogTitle .title{
    padding-top: 35px;
}
#main{
    min-height: 85vh;
    background-color: rgb(120,146,98);
    padding-top: 10px;
}
#mainContent{
    margin-top: 0;
}
#sideBar {
    border: 1px solid #ced7ce;
    border-right: 3px solid #ced7ce;
    border-bottom: 3px solid #ced7ce;
    position: absolute;
    top: 10px;
    left: 8px;
    background: #fff;
    padding: 0;
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
}

#sideBar,div.forFlow{
    background-color: rgba(255,255,255,0.7);
}
#mainContent{
    background-color: rgba(0,0,0,0);
}
