/*boby调节背景图片*/
body {
   cursor: url(https://blog-static.cnblogs.com/files/Carmena/favicon.ico),auto;
}
#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;
    }
}

<!--标题样式-->
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em"微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}

    #cnblogs_post_body h1 {
        background: #2B6695 !important;
        border-radius: 6px 6px 6px 6px !important;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5) !important;
        color: #FFFFFF;
        font-family: "微软雅黑", "宋体", "黑体", Arial;
        font-size: 18px !important;
        font-weight: bold !important;
        height:25px;
        line-height:25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px !important;
        text-shadow: 2px 2px 3px #222222 !important;
        box-sizing: content-box !important;
    }

    #cnblogs_post_body h2 {
        background: #2B6600 !important;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5) !important;
        color: #FFFFFF !important;
        font-family: "微软雅黑", "宋体", "黑体", Arial !important;
        font-size: 15px !important;
        font-weight: bold !important;
        height: 24px !important;
        line-height: 24px !important;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px !important;
        text-shadow: 2px 2px 3px #222222 !important;
        box-sizing: content-box !important;
    }

    #cnblogs_post_body h3 {
        background: #5B9600 !important;
        border-radius: 6px 6px 6px 6px !important;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5) !important;
        color: #FFFFFF !important;
        font-family: "微软雅黑", "宋体", "黑体", Arial !important;
        font-size: 13px !important;
        font-weight: bold !important;
        height: 24px !important;
        line-height: 20px !important;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px !important;
        text-shadow: 2px 2px 3px #222222 !important;
        box-sizing: content-box !important;
    }

