body{
    font-size:11pt;
}
body:before {
    background: url(https://img2018.cnblogs.com/common/1928603/202001/1928603-20200131194545749-550332845.jpg) center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}

/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:180px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:25px; 
    box-shadow: 0 0 8px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:rgb(144, 145, 144);
    border-radius: 5px;
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
/* 目录导航结束 */

#c-portrait{
    width:45%;
    height:30px;
    float:right;
    margin-top:300px;
    position:relative;
    z-index:999;
}

#header{
    height:410px;
     background: url(https://img2018.cnblogs.com/common/1928603/202001/1928603-20200131203323818-1259491271.jpg) center/cover no-repeat;
     opacity: 0.9;
}

#blogTitle h1{
    font-size: 210%;
    text-align:right;
}

#blogTitle{
    margin-top:300px;
}

#Header1_HeaderTitle{
    color:#b4aeae;
}

#navigator{
    margin-top:25px;
    font-size:13px;
}

#back-to-top {
    background-color: #95949A;
    bottom: 0;
    box-shadow: 0 0 8px #5F6976;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

a:hover{
    color:#fff;
}

#sideBar li{
    padding-top:8px;
}

.catListTitle{
    background:#c1bdbd
}

.postTitle{
    font-size:150%;
    background:#c3c3c3;
    border-top-right-radius:3px;
    border-top-left-radius:3px;

}

.postTitle a{
    display:inline-block;
    transition:all 0.3s ease-in-out;
}

.postTitle a:hover{
    color:#fff;
    margin: 10px;
    font-size:120%;
}

.postCon{
    background:#c3c3c3;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

#navList li a{
    transition:width 0.6s ease-in-out;
}

#navList li a:hover{
    background:#fff;
    color:#000;
    font-weight:bold;
    width:8em;
}

#navList li a:active{
    background:#000;
    color:#fff;
    font-weight:bold;
    width:8em;
}
