#sideBar {
    border: 1px solid #ced7ce;
    border-right: 3px solid #ced7ce;
    border-bottom: 3px solid #ced7ce;
    position: relative;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0;
    width: 240px;
    border-radius: 10px;
    background-image: url(https://i.postimg.cc/4nkgzcpJ/Chaosonline-aigei-com.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
#sideBarMain{
    background: rgba(255, 255, 255, 0.5);
}
#sidebar_news>.catListTitle{
    margin-top: 0;
    text-align: center;
}
#calendar{
    display: none;
}
a{
    color: blueviolet;;
}
.sidebar_search_box input{
    border-radius: 5px;
}
.btn_my_zzk{
    background-color: #6dd5fa;
}
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    cursor: url(https://blog-static.cnblogs.com/files/zhangshuhao1116/1.ico),auto;
    display: flex;
    justify-content: center;
}
#main{
    display: flex;
    flex-flow: row-reverse;
}
#mainContent{
    flex: 1;
    margin-left: 0px;
}
#header{
    background-image: url(https://wmpics.pics/di-RWZI.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    }
    .title{
        height: auto;
    padding: 27px;
    }
    .headermaintitle {
    font-size: 27px;
    font-weight: bold;
    color: #f8f8f8;
    padding: 54px 20px;
    }
    .subtitle{
        height: 300px;
    }
    #navList{
    list-style: none;
    display: flex;
    background-image: url(https://i.postimg.cc/CLyPy8ps/title-bar1.png);
    background-size: 100% 100%;
    height: 68px;
    width: 370px;
    justify-content: space-around;
    align-items: center;
    padding: 0 65px;
    margin: 0;
    color: #fff;
    }
    a{   
    text-decoration: none;
    }
    .blogStats{
        display: none;
    }
div#blogTitle{
    background: none;
    height: auto;
}
div#navigator ul#navList li a{
    background: none;
    width: auto;
    padding: 0;
}
div#navigator ul#navList {
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
}