#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}

.custom-card:hover, .PostList:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border: 1px solid #2f63ff !important;
    /* border-color: #2f63ff!important; */
}

body {
    cursor: url(https://gitee.com/w160/static/raw/master/shubiao-default.cur), auto;
}

button:hover, li:hover, a, .toolbar-item:hover, .diggit:hover, .buryit:hover, input[type="button"]:hover, .comment_svg:hover, .emoji-item:hover, .qaq-btn:hover {
    cursor: url(https://gitee.com/w160/static/raw/master/shubiao-link.cur), auto !important;
}
#mainContent {
    margin-bottom: 50px!important;
}

#sideBar {
    margin-bottom: 80px!important;
}
#footer {
    background-color: transparent!important;
}
#canvas_sakura {
    width: 100%!important;
    /* height: 100%!important; */
}

.profile-banner {
    border-radius: 4px 4px 4px 4px!important;
    background-size: 100% 100%!important;
}

/* 隐藏头像 */
.profile-avatar {
    display: none!important;
}

/*隐藏博客园广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb, #blog_c1, #blog_c1 img {
    display: none;
}

/* 隐藏园龄 */
.profile-age,.profile-followers,.profile-following {
    display: none;
}



/*头像侧边栏公告*/
/* #blog-news > img {
    display: block;
    margin: auto;
    border-radius: 50%;
}

#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}

#profile_block > a:link {
    color: #F60;
} */