body {
    color: #000;
   cursor:url(url('https://www.w3.org/2000/svg'));
    background-image: url(https://dss2.bdstatic.com/kfoZeXSm1A5BphGlnYG/skin/33.jpg?2);
    background-size: 100% auto;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 100%;
   cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    color: #000;
    background-color:rgba(255,255,255,0.5);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 -21px 123px rgba(100,100,100,.3);
    border-radius:10px;
}
#blogTitle h1 {
    color: #0378bb;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 3px 3px 3px #fff;
   text-align: center;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575;
    text-align: center;
    font-variant: unicase;
    float:none;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff;
    margin-bottom: 35px;
    word-wrap: break-word;
    border-radius: 10px;
    padding: 10px 0;
}
#p_b_follow{
   background:rgb(0,204,102);
   text-align:center;
}
#p_b_follow a{
   display:inline-block;
   color:#fff;
}
.catListTitle {
    text-align: center;
    margin-top: 0;
}
#blog-news {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.cnblogs_code {
    background-color: rgba(255,255,255,0.6);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
    border-radius: 10px;
}
.cnblogs_code div {
    background-color: rgb(74,149,164);
   text-align:center;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
}
#times{
    width: 200px;
    height: 20px;  
    position:absolute;
    top:10%;
 }
#myCanvas{
        position:absolute;
         top:60%;
        }
.img_avatar{
    width:100px;
    height:100px;
   border-radius:5px;
}