#home {
    font-family: "Lucida Handwriting",'kaiti','Microsoft YaHei UI','Cascadia Code',Consolas, 'Courier New', monospace,Verdana,Arial,sans-serif !important;
    /* background-color: rgba(255, 255, 255, 0.9); */
}
.catListTitle,.vertical-middle>*,#blogTitle h1,blogTitle a {
    color: #935a32;
    font-family: Lucida Handwriting;
}
a:visited,a:link {
    color: #5a6b39;
}

 body {
    /* color: #000;
    background-color: #e6e6e6;
    font-size: 12px;
    min-height: 101%;
    background: url(https://www.z4a.net/images/2023/08/11/-E56-3-.png) fixed;
    background-repeat: no-repeat;
    background-size: cover; */
    font-family: "Noto Sans SC";
    /* min-height: 150%; */
} 
/*
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background-color: rgba(0,0,0,0) !important;
}

#cnblogs_post_body .table-wrapper {
    display: grid;
    overflow-x: auto;
}
#back-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}
#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 17px;
    margin-right: 20px;
    background:url(https://blog-static.cnblogs.com/files/blogs/752182/4115229_arrow.ico) no-repeat center center;
    background-size: contain;
} 
#back-top a{outline:none}

 */

.heimu{
    width: 600px;
    margin: 20px auto;
    text-align: center;
    background-color:black;
    color:black;
    transition: all 0.15s;
    padding: 3px 7px 3px 6px;
    margin: 8px;
}


.heimu:hover{
    color:white;
}


    
