/* #loading {
    background: #000;
    background: radial-gradient(#222, #000);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
} */
/* .loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.loader-line-wrap {
    animation: spin 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 100px;
}
.loader-line {
    border: 4px solid transparent;
    border-radius: 100%;
    box-sizing: border-box;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
} */
/* .loader-line-wrap:nth-child(1) {
    animation-delay: -50ms;
}
.loader-line-wrap:nth-child(2) {
    animation-delay: -0.1s;
}
.loader-line-wrap:nth-child(3) {
    animation-delay: -150ms;
}
.loader-line-wrap:nth-child(4) {
    animation-delay: -0.2s;
}
.loader-line-wrap:nth-child(5) {
    animation-delay: -250ms;
} */
/* .loader-line-wrap:nth-child(1) .loader-line {
    border-color: #ea4747;
    height: 90px;
    width: 90px;
    top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: #eaea47;
    height: 76px;
    width: 76px;
    top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: #47ea47;
    height: 62px;
    width: 62px;
    top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: #47eaea;
    height: 48px;
    width: 48px;
    top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: #4747ea;
    height: 34px;
    width: 34px;
    top: 35px;
} */
/* @keyframes spin {
    0%,
    15% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
body .profile-menu a {
  visibility: hidden; //隐藏头像旁边的一串字
} */

/* 单行代码 */
.cnblogs-markdown code {
    // font-family: Monaco !important;
    font-family: monaco;
    font-size: 15px !important;
    line-height: 2.0;
    border-radius: 4px !important;
    padding: 0 5px !important;
    display: inline-block;
}

/* 普通文字样式 */
/* #cnblogs_post_body p {
    margin: 18px auto;
    font-family: Times New Roman, Monaco;
    font-size: 16px;
    text-indent: 0;
} */
#cnblogs_post_body p {
    margin: 28px auto;
    color: rgb(0, 0, 0);
    font-family: Consolas, Times New Roman, "Microsoft YaHei", monospace, 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 18px;
}

#main {
    font-size:14px;
}
#home {
    font-size: 8px;
    opacity: 0.97;
    width:1024px;
}
#sideBar {
    font-size: 12px;
    color: rgb(255, 84, 136);
}
body {
    background-image: url("https://img2022.cnblogs.com/blog/2937307/202210/2937307-20221028145957388-1056284525.png");
    cursor: url('https://img2022.cnblogs.com/blog/2937307/202211/2937307-20221122195228685-99718964.vnd.microsoft.icon'), auto;
    /*特殊节日时，会将页面变成灰色*/
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray; */
}
a:link {
    cursor: url('https://img2022.cnblogs.com/blog/2937307/202211/2937307-20221122204125064-1265747250.vnd.microsoft.icon'), auto;
}
a:visited {
    cursor: url('https://img2022.cnblogs.com/blog/2937307/202211/2937307-20221122204125064-1265747250.vnd.microsoft.icon'), auto;
}
a:hover {
    cursor: url('https://img2022.cnblogs.com/blog/2937307/202211/2937307-20221122204125064-1265747250.vnd.microsoft.icon'), auto;
};
a:active {
    cursor: url('https://img2022.cnblogs.com/blog/2937307/202211/2937307-20221122204125064-1265747250.vnd.microsoft.icon'), auto;
}
#mainContent {
    width: 750px;
}
code {font-size: 20%;}




/* adblock */
#ad_t2 {
    display: none;
    !important
}

.c_ad_block {
    display: none;
    !important
}

#ad_t2,#cnblogs_c1,#cnblogs_ch,#under_post_news,#cnblogs_c2,#under_post_kb,#under_post_card1,#under_post_card2 {
    display:none;
    !important
}



/*屏蔽各种广告+空白块*/
#ad_t2{/*广告*/
  display: none;/*设置框架不显示*/
  overflow: hidden;/*框架超出部分隐藏*//*下同*/
}
#cnblogs_c1{/*空白块1*/
  display: none;
  overflow: hidden;
}
#cnblogs_c2{/*空白块2*/
  display: none;
  overflow: hidden;
}
#under_post_news{/*相关博文*/
  display: none;
  overflow: hidden;
}
#under_post_kb{/*最新新闻*/
  display: none;
  overflow: hidden;
}




/*标题h1 h2 h3样式--begin*/
/* #cnblogs_post_body h1 {
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 22px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    background: #2B6600;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 19px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3 {
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 20px;
    font-weight: bold;
}
#cnblogs_post_body h4 {
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 17px;
    font-weight: bold;
}
#cnblogs_post_body h5 {
    font-family:"微软雅黑", "宋体", "黑体", Arial;
    font-size: 15px;
    font-weight: bold;
} */
#cnblogs_post_body h1 {
    font-family: Times New Roman, Monaco;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    color: rgb(34, 112, 255);
}

#cnblogs_post_body h2 {
    font-family: Times New Roman, Monaco;
    font-size: 26px;
    font-weight: bold;
    //line-height: 1.4;
    //margin: 20px 0;
    color: rgb(34, 112, 255);
}
#cnblogs_post_body h3 {
    font-family: Times New Roman, Monaco;
    font-size: 20px;
    font-weight: bold;
    //line-height: 1.4;
    //margin: 10px 0;
    color: rgb(34, 112, 255);
}

#cnblogs_post_body h4 {
    font-family: Times New Roman, Monaco;
    font-size: 18px;
    font-weight: bold;
    //margin: 10px 0;
    color: rgb(34, 112, 255);
}

/*屏蔽掉主页名称旁的图标*/
#lnkBlogLogo {display: none;!important}

/*屏蔽杂项 如评论上方的图标 以及各种广告*/
#blog_post_info_block {display: none;!important}
#commentform_title {display: none;!important}
#tip_comment2 {display: none;!important}
#ad_text_under_commentbox {display: none;!important}

#btn_comment_submit:hover {
    background:#6DA47D;
}


/* aplayer播放器缩进 */
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  left: -66px !important;  /* 默认情况下缩进左侧66px，只留一点箭头部分 */
}
/* 鼠标悬停是左侧缩进归零，完全显示按钮 */
/* .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
  left: 0 !important;
} */