html, body {
    scroll-behavior: smooth;
}
body {
    background: url('//images.cnblogs.com/cnblogs_com/caihan/1924430/o_210129090725night.jpg') fixed;
    /*background: url('//images.cnblogs.com/cnblogs_com/caihan/1924430/o_210129090702day.jpg') fixed;*/
    /*background: url('//images.cnblogs.com/cnblogs_com/caihan/1924430/o_210128151427madoka.jpg') fixed;*/
    /*background: url('//api.ixiaowai.cn/mcapi/mcapi.php') fixed;*/
    opacity: 0.85;
    font-size: 16px;
    cursor: url('https://files.cnblogs.com/files/caihan/bitbug_favicon.ico'), auto;
}
#home {
    width: 85%;
}
.postTitle {
    font-size: 18px;
}
.c_b_p_desc {
    font-size: 16px;
}
.cnblogs-markdown .hljs,.cnblogs-markdown code {
    font-size: 15px !important;
}
#home {
    min-width: 1080px;
}
#navList li {
    margin: 0 5px;
}
#live2dcanvas {
    border: 0 !important;
}
/*#waifu {
    right: 15px;
}*/
.aplayer-notice{
    display: none;
}
.blogStats {
    margin-right: 10px;
    visibility: visible;
}
.blackCurtain {
    background-color: #252525;
    color: #252525;
    text-shadow: none;
}
.blackCurtain:hover {
    transition: color .13s linear;
    color: white;
}
.blackCurtain a:hover {
    color: white;
}
.heimu {
    background-color:#555;
    color:#555;
    border:1px solid #555;
}
#ad_t2,.c_ad_block,#under_post_kb,#under_post_news {
    display: none;
}
.postDesc,.postBody,#navigator,#sideBar,#post_next_prev {
    font-size: 16px;
}
/*.postBody a:link {
    color: #4169E1;
    text-decoration: none;
}*/
#sideBar h3 {
    font-size: 16px;
}
#navList a {
    padding-top: 15px;
}
#footer {
    padding-top: 25px;
}
#cnblogs_post_body td {
    min-width: 70px;
}
#sidebar_news {
    margin-bottom: 20px;
}
#sideBarMain li {
    line-height: 32px;
}
#sidebar_scroller li {
    margin: 5px 0;
}
/*#cnblogs_post_body p {
    text-indent: 2em;
}*/
#mainContent {
    width: 105%;
}
.hovers-blur {
    filter: blur(5px);
    color: rgba(0, 0, 0, 1);
    transition-duration: 1s; 
    vertical-align: initial;
}
.hovers-blur:hover {
    filter: initial;
}
.under-post-card {
    display: none;
}

/* 定制公告栏音乐插件的样式 */
.aplayer {
    /*width:270px;*/
    font-family: Arial,Helvetica,sans-serif;  /*音乐插件字体*/
    /*margin: 0;  音乐插件与公告栏左边的边距，0px就是直接抵到公告栏左边的边上*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}

/* 定制返回顶部按键 */
#toTop {
    /*background: url('//images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp') no-repeat 0px top;*/
    background: url('//s2.hdslb.com/bfs/static/blive/blfe-dynamic-web/static/img/rocket_top.bcc748c3.png') no-repeat 0px top;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    cursor: pointer;
}