body{
opacity:0.9;
cursor:url(https://images.cnblogs.com/cnblogs_com/liulijiang/1565705/o_444.png),auto;
/* background:url(https://images.cnblogs.com/cnblogs_com/liulijiang/1565705/o_bg.jpg) no-repeat; */
background-size: cover;
background-attachment:fixed
}

a:hover{
cursor:url(https://images.cnblogs.com/cnblogs_com/liulijiang/1565705/o_333.png),auto;
}
#home{
border-radius:10px;
width: 1220px;

}
#main{
    margin-top: 63px;
}
#header{
padding-bottom: 5px;
    margin-top: 10px;
    width:1280px;
    height: 200px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background:url(https://images.cnblogs.com/cnblogs_com/liulijiang/1565705/o_220311005949_header.webp) no-repeat;
    
}
#blogTitle{
    margin-top: 135px;
    margin-left: 15px;
height: 60px;
width: 300px;
    
}
#blogTitle h1 a {
    color: #fff;
}
#blogTitle h2 {
    color: #eee;
}
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
 margin-top: 0px;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    left: 0;

 z-index:999;
    /* padding: 0px 0px 0px 231px; */
}
.blogStats {
    float: right;
    color: #757575;
    
    margin-right:22px;
    text-align: right;
}
