/* @import url(https://blog-static.cnblogs.com/files/coderDemo/google-fonts.css); */
@import url(https://blog-static.cnblogs.com/files/coderDemo/regular.css);

html, body {overflow:hidden;}



#mainContent::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
#mainContent::-webkit-scrollbar-thumb {
    background-color: #12b7f5;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(
            45deg, 
            rgba(255, 93, 143, 1) 25%, 
            transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
}

#mainContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #f6f6f6;
}


#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;}}
#home {
    font-family: HarmonyOS_Regular;
}

.awes-linenumber, .copy-btns, .awes-lang  {user-select: none;}
.event-wrapper .event-title {font-family: inherit!important;}

#mainContent > div.profile > div.profile-banner {background-position: bottom;}

/* #cnblogs_post_body img {width: 100%} */
#ad_t2 {display: none!important;}

#cnblog-nav ul a:nth-child(1),
#cnblog-nav ul a:nth-child(4),
#cnblog-nav ul a:nth-child(5) {display: none;}
#mainContent .custom-card-actions > a:nth-child(4){opacity: 0;pointer-events:none;}
pre[class*='language-'].highlighter-prismjs, pre code.hljs {padding-left: 3.8em!important;}