.cnblogs-markdown .hljs, .cnblogs-post-body .hljs{
        color: rgb(62, 62, 62)!important;
        line-height: 2 !important;
        word-spacing: 2px !important;
        letter-spacing: 2px !important;
        background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%) !important;
        background-size: 20px 20px !important;
        background-position: center center !important;
    }
#blogTitle {
    height: auto;
    background: rgba(0,0,0,0);
}
#home {
    position: relative;
  
}
svg{z-index:99;}
#time {
   position: absolute;
    top: -65px;
    right: 0;
    height: 200px;
    width: 800px;
    z-index:9
   pointer-events: none
}
    #time canvas {
      position: absolute;
      width: 100%;
      height: 100%;
    }
#blogTitle{background: rgba(0,0,0,0);}
@media screen and (max-width: 768px){
        canvas{display:none}
    }
.post {
    padding: 32px;
}
ul, menu, dir{
    -webkit-padding-start:0 !important
    }
#mainContent{
padding:24px !important;
}



    /*回到顶部*/
    #rocket-to-top div {
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: 149px;
    }
    #rocket-to-top .level-2 {
        background: url("https://images.cnblogs.com/cnblogs_com/xujingyang/1227088/o_o_rocket_button_up.png") no-repeat scroll -149px 0 transparent;
        display: none;
        height: 250px;
        opacity: 0;
        z-index: 1;
    }
    #rocket-to-top .level-3 {
        background: none repeat scroll 0 0 transparent;
        cursor: pointer;
        display: block;
        height: 150px;
        z-index: 2;
    }
    #rocket-to-top {
        background: url("https://images.cnblogs.com/cnblogs_com/xujingyang/1227088/o_o_rocket_button_up.png") no-repeat scroll 0 0 transparent;
        cursor: default;
        display: block;
        height: 250px;
        margin: -125px 0 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        right: 5%;
        top: 80%;
        width: 149px;
        z-index: 11;
    }
#blogTitle {
    height: auto;
    background: rgba(0,0,0,0)!important;
}