/*github链接*/
.git-link {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-image: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160317090540131-1089895320.png);
}
/**导航栏标题**/
#header #navigator {
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    clear: both;
    margin-top: 25px;
}
#header #navigator ul {
    list-style: none;
}
#header #navigator ul li {
    float: left;
    width: 10%;
    text-align: center;
    margin-right: 15px;
}
#header #blogTitle {
    /*color: #fff;
    text-align: center;*/
    display: none !important;
}

#header #blogTitle .headermaintitle {
    color: #21292f;
    height: 0px;
    font-size: 28px
}

#header #blogTitle h2 {
    font: 17px Georgia,"Times New Roman",Times,sans-serif;
    font-size: 18px
}

/**设置右上角概述**/
#navigator > div {
    float: right;
    font-size: 16px;
    color: #66d9ef;
}

#main {
    min-width: 70%;
    margin: 4%;
    display: flex;
    justify-content: center
}

#main #mainContent {
    width: 70%;
    margin-right: 2%;
}

#main #mainContent .day {
    background-color: #fff;
    position: relative;
    padding: 40px 20px;
    margin-bottom: 50px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
}

#main #mainContent .day .postDesc {
    border-top: 1px solid #dee1e0;
    line-height: 50px;
    min-height: 50px;
    padding: 0 110px 0 10px;
    color: #bfbfbf
}

#main #mainContent .day .postDesc a {
    color: #bfbfbf
}

#main #mainContent .day .postDesc a:hover {
    color: #eb374b
}

#main #mainContent .day .postSeparator {
    height: 6px
}

#main #mainContent .dayTitle {
    background-color: #eb374b;
    display: block;
    padding: 6px 10px;
    text-align: center;
    position: absolute;
    min-width: 140px;
    top: 5px;
    left: -40px
}

#main #mainContent .dayTitle::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 20px solid #eb374b;
    border-bottom: 0 solid yellow;
    border-left: 40px solid transparent;
    border-right: 0 solid blue
}

#main #mainContent .dayTitle a {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    font-family: Georgia,"Times New Roman",'Microsoft YaHei',Times,sans-serif;
}

#main #mainContent .postTitle {
    margin: 10px auto;
    border-left: 5px solid #e84c3d;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    overflow: hidden;
    /*!font-family: "Helvetica","Arial","Noto Sans S Chinese","Microsoft YaHei",sans-serif;*/
    padding-left: 20px;
    padding-right: 2em;
    padding-top: 0;
    padding-bottom: 0
}


#main #mainContent .postTitle a {
    color: #333;
    font-size: 24px;
    transition: 0.3s ease color;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
}

#main #mainContent .postTitle:hover a {
    color: #e84c3d
}

#main #mainContent .postCon {
    background-color: #f4f4f4;
    border-top: 1px solid #dee1e0
}

#main #mainContent .c_b_p_desc {
    padding: 20px;
    color: #4d4d4d;
    font-size: 16px;
    position: relative
}

#main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
    display: block;
    position: absolute;
    right: 0;
    top: 108%;
    width: 100px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #fb6362;
    transition: background 0.3s ease;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.2) inset,0 1px 1px rgba(0,0,0,0.3)
}

#main #mainContent .c_b_p_desc a:hover {
    color: #eee;
    background-color: #B54645
}
#cnblogs_post_body h1,
#cnblogs_post_body h2 {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    font-weight: normal;
    background: #eee;
    border-radius: 6px;
    color: Red;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    min-height: 25px;
    line-height: 25px;
    margin: 18px 5px !important;
    padding: 8px;
    opacity: 0.8;
    border: 1px dashed #aaa;
}
#cnblogs_post_body h4 {
    padding-left:20px !important;
    color:Green !important;
}
h2 {
    text-align: center;
    box-shadow: 10px 10px 5px #888888;
    background-color: #5FBDCE;
    color: #015666;
}

.entrylistTitle {
    color: #999;
    font-size: 1.5em;
    margin-bottom: 30px;
    text-shadow: 0 0 1px #fff;
}
.entrylistTitle:before {
    font-family: FontAwesome;
    content: '\f07b';
    padding-right: 15px;
    font-size: 30px;
}
/*侧边栏*/
#sideBar {
    width: 21%;
    min-width: 0%;
}

#sideBar .catListTitle {
    background-color: #404a58;
    /*box-shadow: 2px 2px 0 rgba(0,0,0,0.2);*/
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-size: 20px
}

/*隐藏搜索框中的无用组件*/
.mySearch {
    display: none;
}


h1,h2,h3,h4,h5,h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
#header h1 {
    font-weight: normal;
    font-size: 30px;
}
#header h2 {
    font-weight: normal;
    font-size: 0.9em;
    margin-top: 10px;
    margin-left: 30px;
}

/*侧栏分类*/
#blog-sidecolumn ul li{
    width: 100%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 18px;
    font-family: Georgia,"Times New Roman",'Microsoft YaHei',Times,sans-serif;
}

/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#aaa;
    border-bottom:1px dashed #ccc;
}
.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}
.feedbackListSubtitle a {
    color:#888;
}
.comment_quote {
    background: #eee;
    padding: 15px;
    border: 1px dashed #aaa;
    border-radius: 5px;
}
#commentform_title {
    color:#aaa;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:bold;
    border-bottom:1px dashed #ccc;
}
/*评论框*/
#comment_form {
    margin:10px 0;
    padding:25px;
    border-radius: 10px;
    height: 343px;
    overflow: hidden;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    height:120px;
    font-size:14px;
    min-height:120px;
    border-radius: 10px;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    padding-top:5px;
}
.feedbackListSubtitle {
    font-weight:normal;
}
/* 删除反对按钮,有点邪恶了 */
.buryit{
    display: none;
}
/*好看的滚动条*/
::-webkit-scrollbar{
    width:10px!important;
    height:10px!important;
    -webkit-appearance:none;
}
::-webkit-scrollbar-thumb{
    height:5px;border:1px solid transparent;
    border-top:none;border-bottom:none;
    -webkit-border-radius:6px;
    background-color:rgba(0,0,0,.3);
    background-clip:padding-box;
}

#div_digg{
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    left: 0;
    bottom: 80px;
    width:80px;
    z-index:100;
}
.diggit{
    background: url(https://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
    width: 60px;
    height: 60px;
}
#div_digg .diggnum{
    position: absolute;
    bottom: -20px;
    left: 6px;
    background: #D0D0D0;
    padding: 2px 0;
    display: block;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 60px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
}


.entrylistPosttitle {
    position: relative;
    top: 10px;
    background: #fff;
    padding-left: 20px;
    margin: 10px auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-left: 5px solid #e84c3d;
    font-size: 24px
}

.entrylistPosttitle a {
    color: #000;
    font-size: 24px;
    transition: 0.3s ease color
}

.entrylistPosttitle:hover a {
    color: #e84c3d
}

.entrylistItemPostDesc {
    border-top: 1px solid #dee1e0;
    line-height: 50px;
    min-height: 50px;
    padding: 0 110px 0 10px
}

.entrylistItemPostDesc a:hover {
    color: #eb374b
}

.entrylistItemPostDesc,.entrylistItemPostDesc a {
    color: #bfbfbf
}

.entrylistItem {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

h1.entrylistTitle {
    background-color: #404a58;
    padding: 10px;
    font-size: 24px;
    color: whitesmoke;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.entrylistDescription {
    color: whitesmoke;
    background-color: rgba(64,74,88,0.6);
    /*padding: 6px;*/
    font-size: 18px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

/*

Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/

*/
div.postBody {
    color: #666;
    text-shadow: 0 0px rgba(0, 0, 0, 0.05);
}
.cnblogs-markdown .hljs{
    display: block;
    overflow-x: auto;
    padding: 0.5em !important;
    background: #23241f !important;
    font-size: 16px !important;
    /* font-weight:bold !important;*/

}

.cnblogs-markdown .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;
}

.cnblogs-markdown .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;
}
.cnblogs_code div {
    background-color: rgb(244, 244, 244);
}

#cnblogs_post_body img {
    max-width: 70%;
}

.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #f4f4f4!important;
    border: none!important;
}

.cnblogs_code span {
    font-family: 'Courier New'!important;
    font-size: 14px!important;
    line-height: 1.3;
}

.cnblogs_code pre {
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

audio:not([controls]) {
    display: none
}

b,strong {
    font-weight: bolder
}

button {
    -webkit-appearance: button;
    overflow: visible
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

button,select {
    text-transform: none
}

details {
    display: block
}

hr {
    overflow: visible
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

input {
    -webkit-border-radius: 0
}

input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button
}

input[type="number"] {
    width: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

main {
    display: block
}

pre {
    position: relative;
    margin-top: 8px;
    padding: 24px 0 10px;
    border-radius: 4px;
    background: var(--hl-base);
    font-family: Consolas,Lucida Console,Monaco,Andale Mono,Ubuntu Mono,monospace !important;
}

progress {
    display: inline-block
}

summary {
    display: block
}

svg:not(:root) {
    overflow: hidden
}

template {
    display: none
}

textarea {
    overflow: auto
}[hidden] {
     display: none
 }

*,::before,::after {
    box-sizing: inherit
}

* {
    font-size: inherit;
    line-height: inherit
}

::before,::after {
    text-decoration: inherit;
    vertical-align: inherit
}

button,input,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

* {
    margin: 0;
    padding: 0
}

*,::before,::after {
    border-style: solid;
    border-width: 0
}

a,area,button,input,label,select,textarea,[tabindex] {
    touch-action: manipulation
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

svg {
    fill: currentColor
}[aria-busy="true"] {
     cursor: progress
 }[aria-controls] {
      cursor: pointer
  }[aria-disabled] {
       cursor: default
   }[hidden][aria-hidden="false"] {
        clip: rect(0 0 0 0);
        display: inherit;
        position: absolute
    }[hidden][aria-hidden="false"]:focus {
         clip: auto
     }

* {
    background-repeat: no-repeat
}

:root {
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    cursor: default;
    font: 100%/1.5 sans-serif
}

a {
    text-decoration: none
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

button,input,select,textarea {
    background-color: transparent;
    color: inherit
}

button,[type="button"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="reset"],[type="search"],[type="submit"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea {
    min-height: 1.5em
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

nav ol,nav ul {
    list-style: none
}

small {
    font-size: 75%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: vertical
}

div.commentform textarea {
    width: 450px;
    height: 150px;
    font-size: 13px;
    border: 1px solid #ccc;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none
}

@font-face {
    font-family:'EBG12-Re';src:url("fonts/EBGaramond12-Regular.ttf") format("truetype")
}

@font-face {
    font-family:"EBG08-Re";src:url("fonts/EBGaramond08-Regular.ttf") format("truetype")
}

@font-face {
    font-family:"EBG08-SC";src:url("fonts/EBGaramond08-SC.ttf") format("truetype")
}

body {
    font-family: Georgia,"Times New Roman",'Microsoft YaHei',Times,sans-serif;
    background-color: #F1F1F1;
    text-overflow: ellipsis;
    white-space: normal
}