body {
    /* background: url(//images.cnblogs.com/cnblogs_com/luler/1991196/o_210705080122bk1.jpg)  fixed;   o_210705080225bk2 */
    background-image: url(//images.cnblogs.com/cnblogs_com/luler/1991196/o_210705080225bk2.jpg) ;
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height:100%;
    width:100%;
}
h2{
    font-size: 24px !important;;
}
h3{
    font-size: 22px !important;;
}
h4{
    font-size: 18px !important;;
}
h5{
    font-size: 16px !important;;
}

#home {
opacity: 0.95;
width: 68.9%;
}

#navigator {
    background: #3d97cb;
}


#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}

.blogStats {
    color: #fff;
}

/* .cnblogs-markdown code, .cnblogs-post-body code {
    background-color: #333; //代码背景色 主体样式androidstudio
} */

code {
    font-family: ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;
}


/*回到顶部*/
#back-to-top {
    background-color:#3d97cb;
    bottom: 0;
    box-shadow: 0 0 6px;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: #ffff;
}
#back-to-top a{
    color: #fff;
}
/*回到底部*/
#back-to-bottom {
    background-color:#CCCCCC;
    top: 0;
    box-shadow: 0 0 6px;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}