/* [好文要顶] [关注我] [收藏该文] [微信] [微博] */
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #c0c0c0 1px dashed;
    font-size: 12px;
    width: 350px;
    text-align: center;
    display: none;
}

/* [刷新评论] [刷新页面] [返回顶部] */
#comment_nav {
    text-align: right;
    // display: none;
    visibility: hidden !important;
}

/* posted information */
#topics .postDesc {
    font-size: 14px;
    font-family: "Source Han Sans SC", sans-serif;
    padding-left: 0;
    width: 100%;
    text-align: left;
    color: #666;
    margin-top: 5px;
    background: none;
}

/* 侧边栏 */
#sideBar {
    font-size: 14px;
    font-family: "Source Han Sans SC", sans-serif;
    margin-top: -15px;
    width: 220px;
    min-height: 200px;
    padding: 0 0 0 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 推荐和反对按钮 */
#div_digg {
  /* 相对于视口（viewport，浏览器窗口）进行偏移，让元素的位置不随页面滚动而变化 */
  position: fixed;
  bottom: 10px;
  right: 74px;
  height: 68px;
  width: 112px;
}

.hljs-comment,
.hljs-quote,
.hljs-meta {
    color: #7c7c7c;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-tag,
.hljs-name {
    color: #96cbfe;
}

.hljs-attribute,
.hljs-selector-id {
    color: #ffffb6;
}

.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition {
    color: #a8ff60;
}

.hljs-subst {
    color: #daefa3;
}

.hljs-regexp,
.hljs-link {
    color: #e9c062;
}

.hljs-title,
.hljs-section,
.hljs-type,
.hljs-doctag {
    color: #ffffb6;
}

.hljs-symbol,
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-literal {
    color: #c6c5fe;
}

.hljs-number,
.hljs-deletion {
    color: #ff73fd;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}


/* 整体界面设计 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-size: 14px;
}


/* 整体布局设计 */
#home {
    opacity: 0.85;
    /**修改透明度**/
    margin: 0 auto;
    width: 85%;
    /**修改页面占比**/
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}


/* 辰述 */
#blogTitle h1 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Source Han Sans SC", sans-serif;
    /* font-family: "Comic Sans MS"; */
    line-height: 1.5em;
    margin-top: 25px;
    color: #515151;
}

#blogTitle h1 a {
    color: #89c3eb;
}


/* 修改副标题 */

#blogTitle h2 {
    color: #6a3e4d;
}


/* 导航栏设置，包括导航栏右边的随笔、文章和评论计数 */
.blogStats {
    float: right;
    color: #0082B4;
    text-align: right;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #0082B4;
    font-weight: normal;
}

#navigator {
    font-family: Source Han Sans SC, sans-serif;
    color: #0082B4;
    font-size: 15px !important;
    font-weight: normal;
    margin-top: 24px;
    line-height: 100%;
    /* 导航条右边的空白间距 */
    padding-right: 12px;
    /* 把字体大小设置为 0 可以隐藏 */
    border-bottom: 0px solid #258FB8;
    /* 灰白色，暂时取消了上下边缘线 */
    border-top: 0px solid #258FB8;
    /* 设置背景渐变色 */
    background: #ebf1f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb', GradientType=0);
    /* IE6-9 */
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}

#ad_under_post_holder #google_ad_c1,
#google_ad_c2 {
    display: none !important;
}


/* 注意如果文章不指定字体样式，才会使用 font-family */

body {
    color: #000;
    font-family: Source Han Sans SC, sans-serif;
    /* font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif; */
    font-size: 12px;
    min-height: 101%;

background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABjBAMAAACfybjfAAAAKlBMVEXr6+vt7e3u7u7v7+/w8PDy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vrbLiygAAAC9UlEQVRYw6VWy3HbMBDVOQ0oHShpwLr6ZGfcQgrBzkj31YzVADFpYNlBcnIDnmEBUi8BSIDcBRYEKO9BFi08vt23P+x6b7YPRv9+dtKG5PnP665fzAPbIdR3E1UdcnQQshMB+T9tEGuZbzqESrGsOmYj5JeA2CKEMhZ3tquwZI51k2zOtuUlYbEMYhWI3cTiThJVFSs4RgWIZaqlEFIdY4nsKEK6CGh3zNZSuXjma8z2VM++Hr71yjkINffLBpGt0Nj+bekX23Miz0LVFpvCeDD7HEKrLLalKyWENkEWkUNjfiWWSl5oUTmDfGgslqWFmns/ywuVRQ6NHAuZmnp/q3173t3v98+7t9u9ZLf4MR582yVjqj8YMMHQfwzmEr7i+Hx93SWuOggz8JAInuxcglzmIwOn1CF7I20IbBF2rjjGWFYc2+P01vBiGFhg6P55qrA4kRIWzFnsHoRAEYIGcF2xcizvWyAAkcWm4cPkB4NwR0/HFpZFPzUWOgCTpzEv/iDMJRYgqDhmZ8dAvvXDyDot1BjMb4XEsRFCalkCg/DcolYwe94sWfhgTk+ayMg1G/gz5l1pnchC4okFGPGpoWCgmpcDj37sFxSg80uRJQSAwjH3vOrYWLkw94sp9wsKjYXI/qdr0bHLMvqawo8zCGGBQPDtnKfyuyoyYIUF1UbGmsj6uIAVFuQQkOE/tpK0DVS23+VYwlwKis2uxliWWUY/pp9mVQcZSqH4MRWZY67Z6KNsJYnah9oWG+eYK2gh8tqA5eNinoV5v5C+K9mOWl3iqO/Ko74r2SIfUA7lPPzukPT6wGe6mhdSKhnZW+b1SpWrQq2RcTMEDXJUClFjAZOMcfG8sl5D7UPMPrTclFBZfHoqWYXhvPjwkdsFBOS5lErcdB97JJVy1A08SU44ZSbvjbosELY5hmn2qeGmhKL4KYkFYKkxnMZFW/iojgvTercUt4uV8KF0VVArGfiNPeuXlwLE8OsoEwO+uJJuciV9FlfS23+wcVT7sEin5AAAAABJRU5ErkJggg==')

/* text-size-adjust: 100% !important;  
-webkit-text-size-adjust: 100% !important;  
-moz-text-size-adjust: 100% !important; */
}

#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

div.commentform p {
    margin-bottom: 10px;
}

.comment_btn {
    line-height: 22px;
    width: 100px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #21759b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}

.comment_btn:hover {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #258fb8;
    color: white;
    cursor: pointer;
    font-family: Source Han Sans SC, sans-serif;
    /* font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif; */
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
}

#commentbox_opt,
#commentbox_opt+p {
    text-align: left;
}

.commentbox_title {
    width: 100%;
}

#tbCommentBody {
    font-family: Source Han Sans SC, sans-serif;
    /* font-family:'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif; */
    margin-top: 10px;
    max-width: 100%;
    min-width: 100%;
    background: white;
    color: #333;
    /* padding:10px; */
    height: 250px;
    font-size: 14px;
    min-height: 120px;
}

.feedbackItem {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #F2F2F2;
    box-shadow: 0 0 5px #aaa;
}

.feedbackListSubtitle {
    font-weight: normal;
}

#blog-comments-placeholder,
#comment_form {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin-bottom: 50px;
}

.feedback_area_title {
    margin-bottom: 15px;
    font-size: 1.8em;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
}

.color_shine {
    background: rgb(226, 242, 255);
}

.feedbackItem:hover {
    -webkit-animation-name: color_shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

#comment_form .title {
    font-weight: normal;
    margin-bottom: 15px;
}


/*  博客签名 - 版权声明美化  */
#MySignature {
    border: 2px dashed #44cef6;
    padding: 10px;
    background: #e3f9fd url(https://img2020.cnblogs.com/blog/1701874/202004/1701874-20200404222851643-588430400.icon) no-repeat scroll 15px 50%;
    padding-left: 80px;
}

#MySignature div {
    line-height: 20px;
}


/* cnblogs-markdown */
.cnblogs-markdown {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    overflow: hidden;
    /* 原 font-family 为: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; */
    font-family: Source Han Sans SC, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}


/* Markdown 引用部分，来自 Typora 中的 Catfish 主题 */
.cnblogs-markdown blockquote {
    border-left: 5px solid #ddd;
    padding-left: 0.5em;
    font-family: Source Han Serif SC, serif;
    color: #555;
}


/* 去掉引用中的逗号 */
.postBody blockquote {
    background-image: none;
    padding: 10px;
}

#cnblogs_post_body h2 {
    font-family: Source Han Sans SC, sans-serif;
    font-size: 22px !important;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 12px;
    line-height: 140%;
    border-left: 5px solid rgba(82, 168, 236, 0.8);
    padding-left: 12px;
}

#cnblogs_post_body h3 {
    font-family: Source Han Sans SC, sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 140%;
    border-left: 2.5px solid rgba(82, 168, 236, 0.8);
    padding-left: 12px;
}


/* 隐藏广告 */

#ad_t2,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb {
    display: none;
    overflow: hidden;
}


/*
#cnblogs_post_body table {
    text-align: center;
    width: 100%;
    border: 1px solid #dedede;
    margin: 15px 0;
    border-collapse: collapse;
    font-family: Source Han Sans SC, sans-serif;
}
*/


/* cnblogs-markdown-codestyle */

.cnblogs-markdown code,
.cnblogs-markdown kbd,
.cnblogs-markdown pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.cnblogs-markdown code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

.cnblogs-markdown code {
    padding: 4px 4px 2px !important;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85%;
    color: #c7254e;
    background-color: #f9f2f4 !important;
    border-radius: 4px !important;
    border: none !important;
    display: inline-block;
}

.cnblogs-markdown code:before,
.cnblogs-markdown code:after {
    letter-spacing: -0.2em;
    content: "\00a0";
}


/*only for syntaxhighlighter */


/*--start--*/

.cnblogs-markdown .syntaxhighlighter table td.code {
    width: 95% !important;
}

.cnblogs-markdown .syntaxhighlighter code {
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace!important;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.cnblogs-markdown .syntaxhighlighter code:before,
.cnblogs-markdown .syntaxhighlighter code:before {
    letter-spacing: -0.5em;
}


/*--end--*/

.cnblogs-markdown pre>code {
    padding: 0;
    margin: 0;
    font-size: 100%;
    word-break: normal;
    white-space: pre;
    background: transparent;
    border: 0;
}

.cnblogs-markdown .highlight {
    margin-bottom: 16px;
}

.cnblogs-markdown .highlight pre,
.cnblogs-markdown pre {
    padding: 8px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.cnblogs-markdown .highlight pre {
    margin-bottom: 0;
    word-break: normal;
}

.cnblogs-markdown pre {
    word-wrap: normal;
}

.cnblogs-markdown pre code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}

.cnblogs-markdown pre code:before,
.cnblogs-markdown pre code:after {
    content: normal;
}


/*
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/

pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}

.cnblogs-markdown .hljs {
    font-size: 16px!important;
    font-family: consolas, monospace !important;
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
    padding: 10px 15px !important;
}

.hljs,
.hljs-tag,
.hljs-subst {
    color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
    color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
    color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
    color: #a6e22e;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
    color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
    color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
    color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #75715e;
}


/* 玩转超链接的样式：https://harttle.land/2016/03/04/link-style.html */

#cnblogs_post_body a:link, a:visited {
    color: #258FB8;
    text-decoration: none;
}

#cnblogs_post_body a:hover, a:active {
    color: #258FB8;
    text-decoration: underline;
}

/* 添加萤火背景 */

.wall {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div#midground {
    background: url("https://i.postimg.cc/PP5GtGtM/midground.png");
    z-index: -1;
    -webkit-animation: cc 200s linear infinite;
    -moz-animation: cc 200s linear infinite;
    -o-animation: cc 200s linear infinite;
    animation: cc 200s linear infinite;
}

div#foreground {
    background: url("https://i.postimg.cc/z3jZZD1B/foreground.png");
    z-index: -2;
    -webkit-animation: cc 253s linear infinite;
    -o-animation: cc 253s linear infinite;
    -moz-animation: cc 253s linear infinite;
    animation: cc 253s linear infinite;
}

div#top {
    background: url("https://i.postimg.cc/PP5GtGtM/midground.png");
    z-index: -4;
    -webkit-animation: da 200s linear infinite;
    -o-animation: da 200s linear infinite;
    animation: da 200s linear infinite;
}

@-webkit-keyframes cc {
    from {
        background-position: 0 0;
        transform: translateY(10px);
    }
    to {
        background-position: 600% 0;
    }
}

@-o-keyframes cc {
    from {
        background-position: 0 0;
        transform: translateY(10px);
    }
    to {
        background-position: 600% 0;
    }
}

@-moz-keyframes cc {
    from {
        background-position: 0 0;
        transform: translateY(10px);
    }
    to {
        background-position: 600% 0;
    }
}

@keyframes cc {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600% 0;
    }
}

@keyframes da {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 600%;
    }
}

@-webkit-keyframes da {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 600%;
    }
}

@-moz-keyframes da {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 600%;
    }
}

@-ms-keyframes da {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 600%;
    }
}


/* 隐藏园龄粉丝 */

#profile_block {
    display: none;
}

#author_profile {
    display: none;
}


/*
隐藏反对
.buryit {
    display: none;
}
.comment_bury {
    display: none;
}
*/

/* 你的导航 */
.scroller-offset1 {text-indent: 0 /* !important */;}
.scroller-offset2 {text-indent: 1.5em;}
.scroller-offset3 {text-indent: 3em;}
.scroller-offset4 {text-indent: 4.5em;}
.scroller-offset5 {text-indent: 6em;}
.scroller-offset6 {text-indent: 7.5em;}
.nav .active {background-color: #f5f5f5;}