body{    
  background-size: cover;
  background: linear-gradient(
    135deg,
    #FFD6E0 0%,    /* 樱花粉 */
    #C3F0FF 50%,   /* 薄荷蓝 */
    #FFF5C3 100%   /* 奶油黄 */
  );
  background-size: 200% 200%;
  animation: gradientMove 8s ease infinite;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (max-width:778px){
body{    
    background: url(https://images.cnblogs.com/cnblogs_com/zhuzhupie/1783423/o_210821163948cf5cee1cef057499ab1fff0ef65726c.jpg) no-repeat fixed;
    }
}
*{ cursor:url(https://blog-static.cnblogs.com/files/zhuzhupie/mouse.ico),auto;}
::selection{
    color:white;
    background-color:rgb(82 168 236 / 60%);
}
#blogTitle{
    display: flex;
}
#navList {
    display: flex;
    justify-content: space-between;
    min-height: 30px;
    float: none;
}
#navigator {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
#blogTitle h1 a{
color: darkslategray;
font-family: STXingkai;
font-size: 45px
}
#blogTitle h1 a:hover{
color: darkred;

}
#blogTitle h2 {
    line-height: 5.846154 !important;
    margin-left: 20px; 
font-family: STXingkai;
}
.postTitle a:link, .postTitle a:visited{
color: darkslategray;
font-weight: 600;
font-size: 14px
}

#home{
    background-color: rgba(245,245,245,.5);
    border-radius: 10px;
    margin-bottom: 100px;
    padding-bottom: 150px;
}

#sideBar {
background-color: rgba(245,245,245,0.5);
border-radius: 10px;
}
#sideBar h3{
color: #3A5169;
font-size:  14px
}
.postCon {
background-color: rgba(245,245,245,0.3);
border-radius: 5px;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
background: none;
}
.catListTitle{
margin-left:10px;
}
#sideBarMain li{
padding-left:30px;
}
.c_b_p_desc{
margin: 10px 20px;
color:#757575;
}
.c_b_p_desc a{
color:rgba(82,168,236,.6);
}
.postTitle a:hover{
color: darkred;
}
.postTitle{
border-left: 3px solid darkslategray;
}
#cnblogs_post_body h3::before{
    content: "🌱 ";
}
#cnblogs_post_body h2::before{
    content: "🌱 ";
}
#cnblogs_post_body h1::before{
    content: "🌱 ";
}
#cnblogs_post_body h4::before{
    content: "🌱 ";
}
#cnblogs_post_body h5::before{
    content: "🌱 ";
}
#cnblogs_post_body h6::before{
    content: "🌱 ";
}
#navList a{
font-family: STXingkai;
font-size: 22px
}
#navList a:link, #navList a:visited{
color: darkslategray;
}
#navList a:hover{
color: #21759b;
}
#profile_block{
margin-left: 30px;
}
#poweredby{
    display: none;
}
#footer {
    background: none;
    z-index: 999999999;
    position: fixed;
    bottom: 0;
}
.buryit {
    border-radius: 10px;
}
.author_avatar {
    border-radius: 50%;
}
#sideBar {
    margin-top: 20px;
}
.blogStats {
    margin-top: 53px;
}
.postBody blockquote {
    /* background: url(https://images.cnblogs.com/cnblogs_com/zhuzhupie/1783423/o_210821131825Snipaste_2021-08-21_21-14-12.png) no-repeat; */
    /* background-size: 100% 100%; */
}
#cnblogs_post_body p {
    margin: 10px 20px;
}