/*公用*/
body {
    font-size:14px;
    padding:0;
    margin:0;
    color: #343738;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    background:#f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}
abbr {
  cursor: help;
}
a {
  color: #343738;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: initial;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.35; 
  font-variant-numeric: lining-nums;
  margin-bottom: 1em;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {
    padding:16px 16px 8px 16px;
}
#home {
    overflow: auto;
    max-width: 1100px;
    margin: 0 auto;
}
/*首页*/
.dayTitle {
  display: none;
}
.day .postTitle {
  font-size: 17px;
  font-weight: bold;
}
/*博客标题*/
#blogTitle,#blogTitle a {
    font-weight:bold;
    color:#666;
}
#blogTitle .title {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    padding:0;
    display: flex;
}

#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    padding-left:30px;
    font-size:14px;
    color:#888;
    font-weight:normal;
    margin:10px 0;
}
/*导航栏*/
#navigator {
    font-size:16px;
    height:48px;
    background:#2bb6c9;
    text-align:center;
    margin-top:16px;
    overflow: hidden;
}
#navList li {
    margin:0;
    line-height:48px;
    display:inline-block;
    float:left;
}
#navList li:hover,#navList li.selected  {
    background:#259bab;
}
#navList li a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    color:#fff;
    display:-moz-inline-box;
    display:inline-block;
}
#nav_sitehome {
    display: none;
}
#nav_q{
    display:none !important;
}
#nav_ing{
    display:none !important;
}
.blogStats {
    float:right !important;
    height:48px;
    color:#fff;
    line-height:48px;
    font-size: 13px
}

/*左边*/
#sideBarMain {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 22px;
}
#sideBarMain h3{
    margin: 0 !important;
}
#sideBarMain li{
    line-height: 2;
}
#profile_block{
    color:#727272;
    line-height: 1.7;
}
#sidebar_search{
    display:none;
}

/*公告*/

/*主面板*/
#main{
    padding: 0 1em;
    margin: 0 auto;
}
#mainContent {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
    width: 720px;
    padding-left: 0px;
    display: inline-block;
}
#sideBar{
    border-radius: 2px;
    border-radius: 2px;
    float: left;
    width: 300px;
}
.catListTitle{
    margin: 0;
    font-size: 15px;
    padding: 8px 0;
}
.contentRootList{
   height: 90vh;
   overflow-y: auto;
}

/*每日文章列表*/
.day {
    padding: 1em;
    margin-bottom: 1em;
}

/*博客标题*/


/*摘要*/
.c_b_p_desc {
    padding: 10px 0;
    line-height:24px;
    color:#666;
}
.c_b_p_desc a {
    color:#888;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}

/*右侧图片*/
.desc_img {
    margin-left:10px;
    border:solid 1px #fff;
}

/*博文页*/
#post_detail {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    position: relative;
}
#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    background-color: transparent !important;
    padding: 8px 0 !important;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  margin-top: 1.2rem !important;
  margin-bottom: 23px !important;
  color: #343738 !important;
  font-weight: 700 !important;
}
.post h1{
  margin-top: 0 !important;
  font-size: 30px !important;
  padding-bottom: 20px !important;
  border-bottom: 3px double rgb(227, 227, 227) !important;
}
.post h2{
  font-size: 24px !important;
}
.post h3{
  font-size: 22px !important;;
}
.post h4 {
  font-size: 20px !important;;
}
.post h5 {
  font-size: 18px !important;;
}
.post h6 {
  font-size: 18px !important;;
}
.post p {
  margin: 16px 0 !important;
}
.post p img {
    max-width: 100% !important;
    border-radius: 3px;
    height: auto;
    display: block;
    
}
.post p, .post li {
  font-weight: 400;
  line-height: 1.8;
}
.post a:hover {
  border-bottom-color: #555;
  color: #555;
  text-decoration: none;
}
.post strong{
  font-weight: bolder;
  color: #343738;
}
.post em {
  font-weight: inherit;
  font-style: inherit;
}
.post blockquote {
    position: relative;
    padding: 0 1em;
    margin: 14px 0;
    border: 2px dashed #b1c1ca;
    border-radius: 5px;
    color: #606060;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    font-style: normal !important;
    font-size: 15px;
    overflow-y: auto;
}
.post pre {
  margin: 1em 0 !important;
  border-radius: 0 !important;
}
.post code{
  border: none !important;
  font-family: monaco, Courier, 'Courier New', monospace !important;
  background: #e7ecec !important;
  color: #a51b1b;
}
.post pre .hljs{
  margin: 0 !important;
  padding: 8px !important;
  font-family: monaco, Courier, 'Courier New', monospace !important;
  line-height: 2 !important;
  border: none !important;
  background: #e7ecec !important;
  border-radius: 4px !important;
  color: #314d50;
}
.postBody a {
  color: #2bb6c9;
  border-bottom: 1px solid #2bb6c9;
}

#topics{
    padding: 8px 24px;
    margin:0 0 20px 0;
}

.postDesc {
    margin:0;
    font-size:13px;
    color:#999;
    text-align:right;
}
.postDesc a {
    color:#B6B6B6;
}
#post_next_prev{
   font-size: 13px
}
.postBody {
    padding:0;
}
#calendar{
    display:none;
}
/*google搜索框*/
#google_q,#q {
    height:22px;
    width:120px;
    border:solid 1px #ccc;
    border-radius:4px;
}
/*搜索按钮*/
.btn_my_zzk {
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#2bb6c9;
    border-radius:4px;
    color:#fff;
}
.btn_my_zzk:hover {
    background:#6DA47D;
}
#green_channel_digg{
    border: none !important;
    background:#2bb6c9 !important;
    border-radius: 2px !important;
}

#green_channel_follow{
    border: none !important;
    background:#FF4081 !important;
    border-radius: 2px !important;
}

#green_channel_favorite{
    border: none !important;
    background:#8BC34A !important;
    border-radius: 2px !important;
}

#green_channel_contact{
    border: none !important;
    background: #727272 !important;
    border-radius: 2px !important;
}
/*评论按钮*/

#btn_comment_submit {
    width:100px;
    height:40px;
    border:none;
    font-size:16px;
    cursor:pointer;
    background:#2bb6c9;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    color:#fff;
    border-radius: 3px
}

#btn_comment_submit:hover{
    background:#1f96a7;
}

#blog-comments-placeholder{
    background: transparent;
    position: relative;
}
#blog-comments-placeholder:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -20px;
    z-index: -10000;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background: #eceeef;
}
/*评论标题*/
.feedback_area_title {
    padding: 10px 16px;
    font-size:24px;
    font-weight:bold;
    color:#4a5456;
    border-bottom:solid 3px;
}
.feedbackListSubtitle {
    font-size:14px;
    color:#888;
}
.feedbackListSubtitle a {
    color:#888;
}
.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}
#commentform_title {
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:16px;
    font-size:20px;
    font-weight:bold;
    border-bottom:solid 3px;
    color:#4a5456;
}
.commentbox_main{
    margin: 0 16px;
}
/*评论框*/
#comment_form {
    margin:0 0 16px 0;
    font-size: 14px;
}
.commentform {
    margin:10px 0;
    border-radius: 2px;
    padding: 15px;
}
#comment_form_container>p{
    padding: 16px;
    margin: 0;
}
/*评论输入域*/
#tbCommentBody {
    margin-top:10px;
    color:#727272;
    border:2px solid #DDD;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
    outline:none;
    resize:none;
    background: transparent;
    border-radius: 3px;
}
#tbCommentBody:focus{
    border: 2px solid #2bb6c9;
}
/*评论条目*/
.feedbackItem {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
    border-bottom: 1px dashed #d1d2d2;
    position: relative;
}
.feedbackManage{
    position: absolute;
    right: 16px;
}
.comment_vote{
    text-align: left;
    margin-top: 16px;
}
.comment_vote a{
    padding: 0;
    margin-right: 10px;
    color: #888;
}
.feedbackListSubtitle {
    font-weight:normal;
}
/*分类页*/
.entrylist {
}
.entrylistItem {
    font-size: 12px;
    color: #999;
    margin: 16px 0;
    padding: 0 16px;
}
.entrylistPosttitle {
    font-weight: bold;
    font-size: 18px;
}
.entrylistPostSummary {
}
.entrylistItemPostDesc {
    font-size: 12px;
    color: #999;
    text-align: right;
}
/*尾部*/
#footer {
    padding:20px;
    text-align:center;
    color:##212121;
    font-size:14px;
    color: #777;
    margin-top:20px;
}
/*顶一下*/
.diggword {
    display:none;
}
/*green_channel*/
#green_channel {
    text-align:right;
    font-weight:normal;
    font-size:15px;
    color:#727272;
    width:100%;
    border-radius:2px;
    line-height:30px;
}
#green_channel a{
  font-size: 14px;
  padding: 8px;
  line-height: 1;
}

#author_profile_info{
    display:none;
}
#comment_nav{
    margin: 30px 16px 0 0;
    float: right;
    font-size: 14px;
}

/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F9FAFB;
}
#myposts .PostList:hover{
}
#myposts .postTitl2 a {
    color:#2bb6c9;
}
#myposts .postDesc2{
    color:#727272;
}
#tbCommentAuthor{
    padding:4px 10px;
    background:#F0F0F0;
    border:none;
}
#site_nav_under, #under_post_news, #under_post_kb{
    display:none;
}
/*文章内容*/ 
.blog-contents .active {
    color: #2bb6c9;
}

/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: black;
}

.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: #008000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #00f;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #a31515;
}

.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #2b91af;
}

.hljs-doctag {
  color: #808080;
}

.hljs-attr {
  color: #f00;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #00b0e8;
}


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

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


.cnblogs-markdown table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 16px auto;
}

.cnblogs-markdown thead {
  border-bottom: 2px solid #dddfe6;
}

.cnblogs-markdown tbody tr {
  border-bottom: 1px solid #D8E6E7;
}

.cnblogs-markdown td,
.cnblogs-markdown th {
  text-align: center;
  padding: 8px 0;
}

pre code{
    white-space: pre;
    overflow-x: scroll;
}

.entrylistTitle{
   margin-top: 0;
   font-size: 14px;
   color: #343738;
   font-weight: 400;
}

.pager{
    font-size: 14px;
}
.pager a{
    border:none;
}
#homepage_top_pager{
    display:none;
}
#HistoryToday{
    margin: 0 16px 16px 16px;
}

.blog-contents ul{
    padding-left: 16px
}

.c_b_p_desc{
    font-size: 14px;
}
.blog_comment_body{
    font-size: 14px;
    color: #444;
    margin-top: 16px;
}

.blog_comment_body a{
    color: #2bb6c9;
    cursor: pointer;
}

#cnblogs_c2{
  display: none;
}

#ad_t2{
  display: none;
}

.cnblogs-markdown th, .cnblogs-markdown td, .cnblogs-post-body th, .cnblogs-post-body td{
  border: 1px solid #d8dfe0 !important;
}

.cnblogs-markdown .hljs table{
  border: none !important;
  margin: 0;
}

.cnblogs-markdown .hljs table tbody tr{
  border: none !important;
  line-height: 1;
}

.cnblogs-markdown .hljs table tbody td, .cnblogs-markdown .hljs table tbody th{
  text-align: left;
  padding: 0;
  border: none !important;
}

.hljs table tbody td.hljs-ln-numbers{
  padding: 8px 0  !important;
  min-width: 20px  !important;
  text-align: center !important;
  border-right: 1px solid #D9DDDD !important;
}

#cnblogs_post_body .hljs .hljs-ln-code {
  padding: 8px !important;
}

#BlogPostCategory{
  font-size: 14px;
}

#avatar-img{
    width: 48px;
    height: 48px;
    border-radius: 3px;
    margin-right: 16px;
}

#nav_newpost, #nav_contact, #nav_rss, #nav_admin, #nav_sitehome {
    float: right !important;
    font-size: 13px;
}

#nav_newpost a, #nav_contact a, #nav_rss a, #nav_admin a, #nav_sitehome a {
    padding: 0 10px !important;
}

#nav_sitehome{
    display: none !important;
}

/* 播放器 */
#player{
    display: block;
    margin: 0 auto;
    position: absolute; 
    right: 15px;
    top: -10px;
}

#mainContent .forFlow .entrylistTitle{
    display: none;
}

/* 手机 */
@media screen and (max-width:1200px){
    #sideBar{
        display: none;
    }
    #mainContent{
        float: none;
        width: 100%;
    }
    #navList li a{
        padding: 0 20px;
    }
    #player{
        width: 100%;
        display: block;
        margin: 0 auto;
        position: inherit;
    }
    #topics{
        padding: 8px;
    }
}

