#sidebar_c3 {
    display: none !important
}
#vip_tip {
  display: none !important
}
#sidebar_search {
  display: none !important
}
.current-collection {
	/* border-radius: 0px; */
}
.current-collection-title {
	font-size: 1.1em;
}
.icon-pin {
    display: none !important;
}
.wb-title {
	font-weight: bold;
}
center {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
a.menu-item-inner {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
#hitokoto_0 {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
#hitokoto_1 {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
#hitokoto_2 {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}

div ol li {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
div ul li {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
ul li a {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}
#cnblogs_post_body  a {
	text-decoration: underline;
}
.feedbackCon p a {
	text-decoration: underline;
}
.contains-task-list li.task-list-item {
	display: list-item !important;
}
.pager a {
	border: 1px solid var(--link-color);
    color: var(--link-color);
	/* border-radius: 15%; */
}
.pager {
    color: var(--link-color);
}
.diggit {
	display: block;
	position: relative;
	right: 10px;
	bottom: 40px;
	width: 120px;
	height: 120px;
	background: url(//images.cnblogs.com/cnblogs_com/CDOI-24374/1640783/o_230322124710_digg_img.png);
    /* //images2017.cnblogs.com/blog/1006391/201801/1006391-20180107212729237-1141851868.png */
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	margin-top: -24px;
	margin-bottom: -57px;
	padding-top: 5px;
}
.diggword {
	margin-top: -120px;
	margin-left: -20px;
	font-size: 12px;
	color: #808080;
}
.buryit {
	display: none;
}
#div_digg .diggnum {
	line-height: 17em !important;
}

::selection{background:#39C5BB;color:#FFF;}
::-moz-selection{background:#39C5BB;color:#FFF;}

.cnblogs-markdown :not(pre,div)> code, .blogpost-body :not(pre,div)> code {
    font-family: "Courier New",sans-serif;
    font-size: 12px;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #f6f6f6;
    color: #e83e8c;
}

div.toc-container-header {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}

#MySignature {
  font-family: 'Noto Serif SC',"PingFang SC","Microsoft YaHei",'Times New Roman',sans-serif !important
}

.navbar { /* 隐藏顶部导航栏 */
    display: none !important
}
.bannerbar { /* 隐藏顶部广告 */
    display: none !important
}
h2 { /* 设置二级标题前后缩进（不要像原来那么大） */
    margin: 10px 0 !important
}
h3 { /* 设置三级标题字号（比原来大一点） */
    font-size: 19px !important
}
details {
    border: 2px solid black;
    border-radius: 5px;
    margin: 5px 5px 0;
    padding: 0 5px
}
summary {
    font-weight: bold;
    cursor: pointer;
    /* font-size: 15px */
}

/* details {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important;
  border-radius: .2rem;
  padding: 0 .6rem;
  border-left: 4px solid rgba(15, 15, 173 ,0.5);
  margin: .6em 0;
  overflow: auto;
}

summary {
  display: block;
  position: relative;
  background-color: rgba(15,15,173,.1);
  margin: 0 -.6rem;
  padding: .4rem .6rem .4rem .8rem;
  cursor: pointer;
  font-family: 'ZCOOL XiaoWei';
} */


#mainContent th { /* 改变表格内表格顶部格内的缩进 */
    padding: 6px 14px !important
}
#mainContent td { /* 改变表格内单元格内的缩进 */
    padding: 3px 14px !important
}#mainContent td {
	padding: 3px 10px !important;
}

#under_post_card1{
    display: none; 
    overflow: hidden; 
} 
#under_post_card2{
    display: none; 
    overflow: hidden; 
} 
#under_post_news{
    display: none; 
    overflow: hidden; 
} 
#under_post_kb{
    display: none; 
    overflow: hidden; 
}
#cnblogs_c1{
    display: none; 
    overflow: hidden; 
}
#cnblogs_c2{
    display: none; 
    overflow: hidden; 
}
#cnblogs_ch{
    display: none; 
    overflow: hidden; 
}

/**
  * @author:me@makergyt.com
  * @version:2020-07-01
  */
:root {
  --primary-color:#000000;/* 全局主色*/
  --body-bg-color: #f5f7f9; /*页面背景色*/
  --content-bg-color: #fff; /*页面内容背景色*/
  --code-bg-color: #f0f0f0; /*代码背景色*/
  --heading-color: rgba(0, 0, 0, 0.85); /* 标题色 */
  --text-color: #353535; /*主文本色*/
  --text-color-secondary:rgba(0, 0, 0, 0.45);/*次文本色*/
  --text-color-grey:rgba(0, 0, 0, 0.25); /*失效色，无需关注色*/
  --link-color: #555; /*链接色*/
  --cnblogs-current-collection-bg-color: rgb(240, 240, 240);
}

.header {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 20px);
}

body {
    margin: 0;
    background: var(--body-bg-color);
    color: var(--text-color);
    line-height: 2;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

#main {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: calc(100% - 20px);
}

#page_begin_html {
    margin: 0 auto;
    position: relative;
}

.header-inner {
    background: #fff;
    border-radius: initial;
    box-shadow: initial;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 240px;
    margin: 0 auto;
}

.site-brand-container {
    background: var(--primary-color);
    display: flex;
    flex-shrink: 0;
    padding: 0 10px;
}

.site-meta {
    padding: 20px 0;
    flex-grow: 1;
    text-align: center;
}

.brand {
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

.site-title {
    font-family: sans-serif;
    font-size: 1.375em;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.menu {
    margin-top: 20px;
    padding-left: 0;
}

.menu .menu-item {
    display: block;
    margin: 0;
    list-style: none;
}

.search-wrap {
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 0 10px;
}

.input_my_zzk {
    width: 140px;
    vertical-align: middle;
    background-color: #f0f0f0;
    height: 30px;
    border: none;
    outline: none
}

.site-nav-right,
.site-nav-toggle {
    display: none;
}

.site-nav-right .toggle,
.site-nav-toggle .toggle {
    padding: 10px;
    width: 22px;
    color: #fff;
}

.site-nav-right .toggle a .fa {
    color: #fff;
}

.toggle {
    line-height: 0;
}

.site-nav-right .toggle .toggle-line,
.site-nav-toggle .toggle .toggle-line {
    background: #fff;
    border-radius: 1px;
}

.toggle.toggle-close .toggle-line-first {
    transform: rotate(-45deg);
    top: 5px;
}

.toggle.toggle-close .toggle-line-middle {
    opacity: 0;
}

.toggle.toggle-close .toggle-line-last {
    transform: rotate(45deg);
    top: -5px;
}

.toggle .toggle-line {
    display: inline-block;
    height: 2px;
    left: 0;
    position: relative;
    top: 0;
    transition: all .4s;
    vertical-align: top;
    width: 100%;
}

.toggle .toggle-line:not(:first-child) {
    margin-top: 3px;
}

.site-nav.site-nav-on {
    display: block;
}

.site-nav .menu-item-active {
    border-right: 3px solid var(--primary-color);
    background: var(--body-bg-color);
}

.site-nav .menu-item .menu-item-inner {
    color: #555;
    font-size: 16px;
    padding: 5px 20px;
    position: relative;
    text-align: left;
    display: block;
    line-height: 2;
}

.site-nav .menu-item .menu-item-inner .fa {
    color: #69c0ff;
    margin-right: 8px;
}

#sideBar {
    margin-top: 300px;
    position: static;
    width: 240px;
    background: #fff;
    margin-right: 12px;
    /*?*/
}

.affix {
    position: fixed;
    top: 0;
}

#post-toc-wrap {
    background: var(--content-bg-color);
    width: 240px;
}

#post-toc-wrap ol {
    font-size: 14px;
    line-height: 1.8;
    list-style: none;
    padding: 0 2px 5px 10px;
}

.back-to-top {
    background: var(--body-bg-color);
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: var(--text-color);
}

#author_profile_detail {
    margin-left: 10px;
    font-size: 14px;
}

#author_profile_detail a {
    color: var(--text-color-secondary);
}

.author_avatar,
.site-author-image {
    border-radius: 50%;
}

.site-author-image {
    border: 1px solid #eee;
    display: block;
    margin: 20px auto 0;
    max-width: 80px;
    padding: 2px;
}

.site-author-name {
    color: var(--text-color);
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
}

.site-state {
    margin: 10px auto;
    text-align: center;
    color: var(--text-color);
}

.links-of-author {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}

.links-of-author-item {
    margin: 5px 0 0;
}

.links-of-author a {
    font-size: 16px;
    padding: 0 5px;
}

.links-of-author a .fa-envelope {
    color: #e4b56b;
}

.links-of-author a .fa-rss {
    color: #fa541c;
}

#mainContent {
    background: var(--content-bg-color);
    box-sizing: border-box;
    padding: 40px;
    width: calc(100% - 252px);
}

.forFlow {
    padding-top: 20px;
}

.day {
    margin-bottom: 60px;
}

.dayTitle {
    display: none;
}

.postTitle {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    color: var(--link-color);
}
.thumbTitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    color: var(--link-color);
    font-weight: bold;
}
.entrylistTitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    color: var(--link-color);
    font-weight: bold;
}
.PostListTitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    color: var(--link-color);
    font-weight: bold;
}

.postCon {
    font-family: 'Noto Serif SC',, "PingFang SC","Microsoft YaHei", 'Times New Roman', sans-serif;
    word-wrap: break-word;
    margin: .5em 0;
}

.c_b_p_desc_readmore {
    color: var(--primary-color);
}

.c_b_p_desc {
    line-height: 2;
}

.postDesc {
    text-align: right;
    font-style: italic;
    font-size: 14px;
    color: var(--text-color-grey);
}

.postDesc a {
    color: var(--text-color-grey);
}

#cnblogs_post_description {
    font-family: 'Noto Serif SC', "PingFang SC","Microsoft YaHei", 'Times New Roman', sans-serif;
    color: var(--text-color);
}

#post-description-meta {
    line-height: 4;
    text-align: center;
    font-size: 18.667px;
    font-weight: 500;
    color: var(--heading-color);
    font-family: SimHei, "PingFang SC", "Microsoft YaHei", 'Times New Roman', sans-serif;
}

#post-keyword {
    color: var(--text-color);
    font-family: "PingFang SC", "Microsoft YaHei", 'Times New Roman', sans-serif;
}

#post-keyword a {
    font-family: 'Noto Serif SC', "PingFang SC","Microsoft YaHei", 'Times New Roman', sans-serif;
}

#cnblogs_post_body p {
    font-family: 'Noto Serif SC', "PingFang SC","Microsoft YaHei", 'Times New Roman', sans-serif;
}

#cnblogs_post_body h3 {
    padding-top: 10px;
    font-size: 18.667px;
    font-weight: 500;
    color: var(--heading-color);
    font-family: SimHei, "PingFang SC", "Microsoft YaHei", 'Times New Roman', sans-serif;
}

#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    font-family: SimHei, "PingFang SC", "Microsoft YaHei", 'Times New Roman', sans-serif;
}

#cnblogs_post_body h2 {
    padding-top: 10px;
    text-align: center;
    font-size: 21.333px;
    margin: 1em auto;
    font-weight: 500;
    line-height: 2em;
    color: var(--heading-color);
}

.postBody blockquote {
    border: none;
    border-left: 4px solid #ddd;
    color: var(--text-color-secondary);
    margin: 0;
    padding: 0 15px;
}

.postBody p>a {
    text-decoration: underline;
}

#cnblogs_post_body table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .875em;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    border: none;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

#cnblogs_post_body table thead {
    border-bottom: 1px solid #999;
}

#cnblogs_post_body table tr {
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: justify;
    word-break: keep-all;
}

#cnblogs_post_body table td,
#cnblogs_post_body table th {
    padding: 4px 8px;
    width: 150px;
    border: none;
}

.cnblogs-markdown :not(pre)> code {
    background-color: var(--code-bg-color);
}
.cnblogs-markdown code {
    border: none !important;
    font-weight: 300;
    font-size: .875em !important;
}

.cnblogs-markdown .hljs {
    font-size: 14px !important;
    padding: 10px !important;
}

#cnblogs_post_body img {
    display: block;
    margin: 0 auto;
}

.footnotes-meta {
    margin: 2em 0 0 0;
}

.github-corner svg {
    border: 0;
    color: #fff;
    fill: var(--primary-color);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.github-corner:hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
}

@keyframes octocat-wave {

    0%,
    100% {
        transform: rotate(0);
    }

    20%,
    60% {
        transform: rotate(-25deg);
    }

    40%,
    80% {
        transform: rotate(10deg);
    }
}

/*share*/
#div_digg {
/*  filter: grayscale();*/
    margin-right: 0;
    margin-top: 0;
}

#blog_post_info {
    display: flex;
    justify-content: space-between;
}

#author_profile {
    width: auto;
}

#green_channel {
    display: none;
}

/*pre-next*/
.post_next_prev {
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.post_next_prev>div {
    width: 50%;
    padding: 0 12px;
}

.next-block,
.next a {
    text-align: right;
}

.pre-block a,
.next-block a {
    display: inline-block;
    padding: 32px 0;
}

.post_next_prev_label {
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-color-grey);
}

/*comment*/
.comment_textarea {
    padding: 15px;
    border-radius: 10px;
    outline: 0;
    resize: none;
    overflow: hidden;
    width: 100%;
}

.feedback_area_title,
#commentform_title {
    font-size: 14px;
    line-height: 32px;
    color: var(--text-color-secondary);
    padding: 10px 0;
    background: none;
}

.feedbackItem {
    position: relative;
    padding: 16px 0 16px 60px;
    font-size: 14px;
}

.feedbackAvatar {
    position: absolute;
    left: 1px;
}

.feedbackAvatar img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.feedbackManage {
    text-align: right;
    float: right;
}

.feedbackManage a,
.comment_vote a {
    color: var(--text-color-secondary);
}

.layer {
    display: none;
}

[id^=a_comment_author_] {
    float: left;
}

.louzhu {
    background-color: var(--primary-color);
    color: #fff;
    line-height: 28px;
    padding: 3px;
    border-radius: 3px;
}

.comment_date {
    color: var(--text-color-grey);
    font-size: 12px;
    padding-left: 16px;
}

.commentbox_tab {
    margin-right: 0;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 23px;
    color: var(--text-color-secondary);
    border: 1px solid var();
    border-bottom: 0;
}

.commentbox_tab:hover,
.commentbox_tab.active {
    color: var(--text-color);
    border-bottom: none;
}

.commentbox_tab.active {
    border-radius: 6px 6px 0 0;
    border: 1px solid #e1e4e8;
    border-bottom: none;
}

div.commentform textarea,
#tbCommentBodyPreview {
    min-height: 250px;
    padding: 8px 0;
}

#commentbox_opt {
    text-align: right;
}

#commentbox_opt>a,
#btn_comment_submit,
#span_comment_canceledit {
    width: auto;
    height: 34px;
    color: var(--text-color-secondary);
    padding: 5px 16px;
    font-size: 14px;
    line-height: 20px;
}

#btn_comment_submit {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(27, 31, 35, .15);
}

#comment_form_container p {
    color: var(--text-color-secondary);
}

#footer {
    color: var(--text-color-grey);
    font-size: .875em;
    line-height: 28px;
    padding-left: 260px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 20px);
}

#header,
.catListTitle,
#profile_block,
#under_post_news,
#ad_t2,
.c_ad_block,
#under_post_kb,
#comment_nav {
    display: none;
}

/*mypost*/
#myposts .PostList {
    font-size: 18.667px;
    color: var(--heading-color);
    line-height: 2;
}

#myposts .postDesc2 {
    font-size: 14px;
    color: var(--text-color-secondary);
    text-align: right;
}

/* Responsive design*/
@media (min-width:1600px) {

    #main,
    .header {
        width: 73%;
    }
}

@media (min-width:1200px) {

    #main,
    .header {
        width: 1160px;
    }

    .header-inner {
        width: 240px;
    }
}

@media (max-width:991px) {

    .header,
    .header-inner,
    .main-inner,
    #footer {
        width: auto;
    }

    .header-inner {
        border-radius: initial;
        position: relative;
    }

    #sideBar,
    #post-toc-wrap,
    .github-corner {
        display: none;
    }

    #mainContent {
        border-radius: initial;
        padding: 16px;
        width: 100%;
    }

    .site-brand-container {
        box-shadow: 0 0 16px rgba(50, 132, 191, .9);
    }

    #footer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:991px) and (min-width:768px) {

    .site-nav-right,
    .site-nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .site-nav {
        display: none;
    }
}

@media (max-width:767px) {
    .site-nav {
        clear: both;
        display: none;
    }

    .site-nav-right,
    .site-nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .feedbackAvatar img {
        width: 32px;
        height: 32px;
    }

    .feedbackItem {
        padding-left: 40px;
    }

    .commentform {
        margin-left: 0;
    }
}

#cnblogs_post_body h1 {
	padding: 8px 0 5px 5px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
	text-align: center;
	border-bottom: 1px solid black;
}

/************************** WARP AND CUBE **************************/

/*最外层容器样式*/
.wrap {
    width: 100px;
    height: 100px;
    margin: 150px;
    position: relative;
}
/*包裹所有容器样式*/
.cube {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: rotateX(-30deg) rotateY(-80deg);
    animation: rotate linear 20s infinite;
}
@-webkit-keyframes rotate {
    from {
        transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        transform: rotateX(360deg) rotateY(360deg);
    }
}
.cube div {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0.8;
    transition: all .4s;
}
/*定义所有图片样式*/
.pic {
    width: 200px;
    height: 200px;
}
.cube .out_front {
    transform: rotateY(0deg) translateZ(100px);
}
.cube .out_back {
    transform: translateZ(-100px) rotateY(180deg);
}
.cube .out_left {
    transform: rotateY(-90deg) translateZ(100px);
}postteX(90deg) translateZ(100px);
}
.cube .out_bottom {
    transform: rotateX(-90deg) translateZ(100px);
}
/*定义小正方体样式*/
.cube span {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 50px;
}
.cube .in_pic {
    width: 100px;
    height: 100px;
}
.cube .in_front {
    transform: rotateY(0deg) translateZ(50px);
}
.cube .in_back {
    transform: translateZ(-50px) rotateY(180deg);
}
.cube .in_left {
    transform: rotateY(-90deg) translateZ(50px);
}
.cube .in_right {
    transform: rotateY(90deg) translateZ(50px);
}
.cube .in_top {
    transform: rotateX(90deg) translateZ(50px);
}
.cube .in_bottom {
    transform: rotateX(-90deg) translateZ(50px);
}
/*鼠标移入后样式*/
.cube:hover .out_front {
    transform: rotateY(0deg) translateZ(200px);
}
.cube:hover .out_back {
    transform: translateZ(-200px) rotateY(180deg);
}
.cube:hover .out_left {
    transform: rotateY(-90deg) translateZ(200px);
}
.cube:hover .out_right {
    transform: rotateY(90deg) translateZ(200px);
}
.cube:hover .out_top {
    transform: rotateX(90deg) translateZ(200px);
}
.cube:hover .out_bottom {
    transform: rotateX(-90deg) translateZ(200px);
}

/************************** WARPER **************************/
.explor-wrapper {
	position: relative;
}
.explor-wrapper input[type="radio"],
.explor-wrapper .content {
    display: none;
}

.explor-wrapper .content {
	position: absolute;
    top: 50px;
}
.explor-wrapper input:checked+label+.content {
	position: static !important;
	display: block;
    visibility: visible;
}
.explor-wrapper input:checked+label {
    display: inline-block;
	background-color: #66CCFF;
}

/* wrapper 需要 style 里自己设置 height */
.wrapper {
	position: relative;
}
.wrapper input[type="radio"],
.wrapper .content {
    display: none;
}
.wrapper .content {
	position: absolute;
    top: 50px;
}
.wrapper input:checked+label+.content {
    display: block;
}
.wrapper input:checked+label {
    display: inline-block;
	background-color: #66CCFF;
}
