/*�ÿ��Ĺ�����*/
::-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;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", ΢���ź�, Arial, sans-serif;
   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==');
}

h1,h2,h3,h4,h5,h6 {
  font-size: 16px !important;
  font-weight: normal !important;
}
body {
  background-color: #f6f6f6;
}
a {
  text-decoration: none;
  color: #333;
}

#userAvatar {
    position: absolute;
    left: 15px;
    top: 0;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #FFF;
    z-index: 900;
}
#userAvatar img {
    width: 100%;
    display: block;
   object-fit: cover;
}

#header {
    position: relative;
    height: 90px;
    background: #FFF;
    box-shadow: rgba(255,255,255,0.3)1px 1px 5px;
}
#blogTitle {
    position: absolute;
    margin-top: 15px;
    left: 120px;
    /* text-align: center; */
}
#lnkBlogLogo {
    display: none;
}
h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
}
#Header1_HeaderTitle {
    color: #409EFF;
    font-size: 20px;
    font-weight: bolder;
}
#navigator {
    position: absolute;
    right: 15px;
    top: 57%;
    margin-top: -30px;
    background: transparent;
    /* box-shadow: 0px 1px 2px 0px #b3b2b3; */
    /* border: 1px solid red; */
}
#navList {
    overflow: hidden;
    margin-top: 0;
    text-align: center;
}
#navList li {
    display: inline-block;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}
#navList li a {
    padding: 16px 10px;
    color: gray;
    display: block;
}



/* ����״̬ ����������������һ�� */
.blogStats {
  display: none !important;
  margin-bottom: 20px;
  /* float: right; */
}

/* �������� */

#main {
    max-width: 1226px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
}
#mainContent {
   position: relative;
    margin-left: 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 6px 0px rgba(255,255,255,0.3);
}

#post_detail {
    background: #FFF;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
}
.post {
  padding: 10px;
}

/* ���±���  ע����ͨ�õ� */
.postTitle {
  padding-top: 15px;
  padding-bottom: 10px;
  /* text-align: center; */
  /* margin-bottom: 30px; */
}
.postTitle:hover .postCon:after {
  width: 100%;
}

.postTitle .postTitle2 {
  font-size: 20px;
  font-weight: bolder;
}

#blog_post_info {
  /* display: none !important; */
}

/* ���ۿ�Բ��÷�� */
#tbCommentBody {
  height: 150px;
  border-radius: 5px;
  resize: none;
}

#blog-comments-placeholder {
    margin-top: 40px;
    background: #FFF;
    border: 1px solid #E4E4E4;
    padding: 22px 22px 44px 22px;
}

.feedback_area_title, #commentform_title {
    border-bottom: 1px solid #DDD;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 20px 0 10px;
    background: none;
    padding-left: 0;
    margin-bottom: 25px;
}

#blog-comments-placeholder .feedbackItem {
    padding: 8px;
    border-bottom: 1px dotted #ccc;
}
#blog-comments-placeholder .feedbackListSubtitle {
    position: relative;
    margin-left: 80px;
    margin-top: 20px;
}
#blog-comments-placeholder .feedbackListSubtitle a:last-child {
color: #e5535e;
margin-left: 15px;
}
#blog-comments-placeholder .feedbackManage {
    float: right;
}
#blog-comments-placeholder .comment_actions, #blog-comments-placeholder .comment_vote {
    font-size: 12px;
}
#blog-comments-placeholder a.layer {
    position: absolute;
    left: -80px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #409EFF;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 15px;
}

#blog-comments-placeholder .feedbackCon {
    margin-top: 10px;
    /* margin-left: 80px; */
    color: #666;
    line-height: 1.5;
}
.blog_comment_body {
    margin-left: 80px;
}
#blog-comments-placeholder .comment_vote {
    padding-top: 10px;
}
.comment_vote a {
    text-decoration: none !important;
    padding-left: 10px;
}

.commentform {
    margin-top: 20px;
}
#comment_nav {
    text-align: right;
}
#comment_nav a {
    display: inline-block;
    padding: 8px 10px;
    background: #409EFF;
    color: #FFF;
    margin-left: 10px;
    border-radius: 2px;
}
#comment_form_container {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    padding: 22px;
    margin-top: 20px;
}
.feedback_area_title, #commentform_title {
    border-bottom: 1px solid #DDD;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 20px 0 10px;
    background: none;
    padding-left: 0;
    margin-bottom: 25px;
}
div.commentform p {
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}
#comment_form_container #tbCommentAuthor {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    width: 200px;
}
#comment_form_container .commentbox_main {
    border: 1px solid #ccc;
    border-radius: 2px;
}
#comment_form_container input.author, #comment_form_container input.email, #comment_form_container input.url, #comment_form_container .commentbox_title, #comment_form_container textarea.comment_textarea {
    width: 100%;
}
#comment_form_container .commentbox_title_left {
    display: none;
}
#comment_form_container .commentbox_title_right {
    padding: 5px;
    float: left;
}
#comment_form_container textarea.comment_textarea {
    background: #f6fbf6;
    width: 100%;
    height: 150px;
    resize: vertical;
    border: none;
    border-top: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
}
input[type=button], input[type=submit] {
    background-color: #409EFF;
    color: #FFF;
    cursor: pointer;
    height: 30px;
    border: 1px solid #409EFF;
}
#commentbox_opt a {
    display: none;
    padding-left: 10px;
}

#blog_post_info_block {
    margin-top: 20px;
}
#BlogPostCategory {
    margin-bottom: 10px;
}
#BlogPostCategory a {
    text-decoration: none;
    background: #409EFF;
    color: #FFF;
    padding: 2px 5px;
    border: none;
    margin-left: 5px;
    border-radius: 2px;
}
#post_detail .postBody {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
}

#green_channel {
    display: none;
}

#author_profile {
    float: left;
    width: 280px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    margin-left: 0;
    font-size: 12px;
}
.author_profile_info {
    padding-top: 2px;
    float: left;
    line-height: 18px;
}
.author_avatar {
    padding: 0;
    margin-top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #FFF;
    margin-right: 10px;
}
#post_detail a {
    color: #444;
}
.author_profile_info a {
    text-decoration: none;
}
#author_profile_follow a {
    display: inline-block;
    background: #409EFF;
    color: white;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    text-decoration: none;
    margin-top: 5px;
}
#div_digg {
    position: fixed;
    bottom: 50px;
    left: 53%;
    margin: 0 0 0 613px;
    width: 60px;
    z-index: 900;
}
#div_digg .diggit {
    background: url(https://img2018.cnblogs.com/blog/1777096/201909/1777096-20190919193752717-188772062.png) center center no-repeat;
    background-size: 100% 100%;
}
#div_digg .diggit  {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 10px 0 0 0;
    float: none;
    border-radius: 60px;
    box-shadow: 0px 1px 6px 0px rgba(255,255,255,0.3);
    cursor: pointer;
    margin: 10px 0 40px 0;
}
#div_digg .diggit .diggnum {
    position: absolute;
    bottom: -30px;
    left: 0;
    background: #D0D0D0;
    padding: 2px 0;
    display: block;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 60px;
    line-height: 1;
    border-radius: 4px;
    font-weight: bold;
}
#div_digg .buryit {
    display: none;
}
.diggword {
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
    color: #808080;
}
#post_next_prev {
    line-height: 1.8;
    font-size: 12px;
}
#post_next_prev a.p_n_p_prefix:link {
    text-decoration: none;
}
#post_next_prev a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #F56C6C;
}
#mainContent .postDesc, #mainContent .entrylistItemPostDesc {
    line-height: 17px;
    padding: 22px;
    border-top: 1px solid #e7e7e7;
   text-align: right;
}



#sideBar {
  display: none !important; 
  /* background-color: rgb(116, 235, 136); */
  width: 380px;
}

/* ȥ����� */
#ad_t2 {
  display: none;
}

/* ȥ������ */
#blog-calendar {
  display: none !important;
}




#footer {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    margin-top: 40px;
}
/* �ײ����� */


/* ��ҳ�����б�������Ϣ ���ײ�) */
.postDesc {
  padding-bottom: 30px;
}
/* ��ҳ�����б����� ժҪ */
.postCon {
  margin-bottom: 10px;
}
/* 列表页 */
.forFlow {
    margin: 0 auto;
}
#mainContent .entrylist .entrylistItem, #mainContent .day {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 5px;
    position: relative;
    border-radius: 2px;
    clear: both;
    border-radius: 10px;
    box-shadow: 0px 1px 6px 0px rgba(255,255,255,0.3);
}
#mainContent .dayTitle {
    position: absolute;
    border: 1px solid #F9949E;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    bottom: 14px;
    left: 22px;
}
#mainContent .dayTitle a {
    display: block;
    color: #F9949E;
    padding: 5px 10px;
    background: #FFF;
}
#mainContent .postTitle {
    font-size: 20px;
    font-weight: 400;
    padding: 22px;
    border-bottom: 1px solid #e7e7e7;
}
.postCon {
    overflow: hidden;
}
#mainContent .entrylistPostSummary .c_b_p_desc, #mainContent .postCon .c_b_p_desc {
    color: #565a5f;
    line-height: 2;
    text-align: justify;
    padding: 22px;
}
#mainContent .postDesc, #mainContent .entrylistItemPostDesc {
    line-height: 17px;
    padding: 22px;
    border-top: 1px solid #e7e7e7;
}

.cnblogs_code pre {
    font-family: Courier New !important;
    font-size: 12px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code span {
    font-family: Courier New !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #232323 !important;
  color: #e6e1dc;
}
.cnblogs-markdown.hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",consolas !important;
    font-size: 13px!important;
    line-height: 1.5!important;
    padding: 6px!important;
}

.cnblogs-markdown .hljs-comment,
.cnblogs-markdown .hljs-quote {
  color: #bc9458;
  font-style: italic;
}

.cnblogs-markdown .hljs-keyword,
.cnblogs-markdown .hljs-selector-tag {
  color: #c26230;
}

.cnblogs-markdown .hljs-string,
.cnblogs-markdown .hljs-number,
.cnblogs-markdown .hljs-regexp,
.cnblogs-markdown .hljs-variable,
.cnblogs-markdown .hljs-template-variable {
  color: #a5c261;
}

.cnblogs-markdown .hljs-subst {
  color: #519f50;
}

.cnblogs-markdown .hljs-tag,
.cnblogs-markdown .hljs-name {
  color: #e8bf6a;
}

.cnblogs-markdown .hljs-type {
  color: #da4939;
}


.cnblogs-markdown .hljs-symbol,
.cnblogs-markdown .hljs-bullet,
.cnblogs-markdown .hljs-built_in,
.cnblogs-markdown .hljs-builtin-name,
.cnblogs-markdown .hljs-attr,
.cnblogs-markdown .hljs-link {
  color: #6d9cbe;
}

.cnblogs-markdown .hljs-params {
  color: #d0d0ff;
}

.cnblogs-markdown .hljs-attribute {
  color: #cda869;
}

.cnblogs-markdown .hljs-meta {
  color: #9b859d;
}

.cnblogs-markdown .hljs-title,
.cnblogs-markdown .hljs-section {
  color: #ffc66d;
}

.cnblogs-markdown .hljs-addition {
  background-color: #144212;
  color: #e6e1dc;
  display: inline-block;
  width: 100%;
}

.cnblogs-markdown .hljs-deletion {
  background-color: #600;
  color: #e6e1dc;
  display: inline-block;
  width: 100%;
}

.cnblogs-markdown .hljs-selector-class {
  color: #9b703f;
}

.cnblogs-markdown .hljs-selector-id {
  color: #8b98ab;
}

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

.cnblogs-markdown .hljs-strong {
  font-weight: bold;
    font-size: 17px;
    color: black;
}

.cnblogs-markdown .hljs-link {
  text-decoration: underline;
}

