#home {
    margin: 0 auto;
    width: 88%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.8);
  border-top-right-radius: 0.6em;
  border-top-left-radius: 0.6em;
  border-bottom-right-radius: 0.6em;
  border-bottom-left-radius: 0.6em;
}
body {
    background: rgba(12, 100, 129, 1) url('https://img2018.cnblogs.com/blog/1599058/202002/1599058-20200229200425025-1401510300.jpg') fixed no-repeat;   //修改背景图片
    background-position: 50% 5%; 
    background-size: cover;
}
#blogTitle {
    height: 120px;  /*高度*/
    clear: both;
    background-color: rgba(240,255,255,0.8);   //博客标题的背景

}
#blogTitle h1 {
    font-size: 39px !important;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    /* color: #FF1493; */
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 20px !important;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    /* color: #FF1493; */
    /* font-weight: bold; */
    /* text-align: right; */
    /* float: right; */ 
}
#navigator{
    background-color:rgba(125,106,105, 0.8);          //标题栏下的颜色
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #FFFFFF;
    font-size: 21px !important;
    font-weight: bold;
}
/*隐藏广告*/
#ad_t2, #ad_c1, #ad_c2{
  display: none;
}
.blogStats{
    color: #eee;
}
.postTitle {
    border-left: 8px solid rgba(132,112,255, 0);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 23px !important;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:     #FF6A6A;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #EE6363;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.8);
}
/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px !important;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle{
    background: rgba(255, 255, 255, 0.4);
}
.catListTitle{
    background-color: rgba(185,140,110,0.8);   //栏目的条纹颜色
}

#topics{
    background: rgba(255, 255, 255, 0.8);
}

/*
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
 
.cnblogs-markdown .hljs {
  display: block;
  /* max-height: 600px; */
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f !important;
  color:white;
  font-size:15px ;
  font-family: 'Fira Code', Menlo, Consolas, Monaco, monospace !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,
.hljs-class .hljs-title {
  color: #effa00;
}
 
.hljs-strong {
  font-weight: bold;
}
 
.hljs-emphasis {
  font-style: italic;
}
 
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: ##aa7660;
}
.hljs-keyword,.hljs-built_in{
  color:#66d9ef;
}
 
.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}
 
.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}
 
.hljs-string,
.hljs-type,
.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{
  /* color: #75715e; */ 
   color :#85817e;
}
 
.hljs-meta{
  color: #f92672;
}
.hljs-tag, .hljs-keyword, .hljs-selector-tag {
    color: #fa6660;
}

#tbCommentBody{
    width: 100%;
    height: 4


00px;
    background: rgba(255, 255, 255, 0.8);
}

#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.8);  
}


#tbCommentBody {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.comment_btn {
    height: 26px;
    width: 68px;
    margin: 0;
    padding: 0;
    line-height: 22px;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
#cnblogs_post_body h2 {
    padding-left: 5px;
    margin-top: 2em;
    padding: 5px;
}

.postBody blockquote {
    background: none;
    line-height: 1.6;
    color: #709090;
    border-left: solid 5px #caf7e7;
}
blockquote {
    background: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

::selection {
    color: #000;
    background: #D3D3D3;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    font-family: Georgia, serif;
    text-decoration: none;
}
.c_ad_block, .recomm-block {
  display: none;
}

#cnblogs_post_body p {
    font-size: 18px;
}
#cnblogs_post_body h1, .blog_comment_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 2em 0 0 0;
}
#cnblogs_post_body h3, .blog_comment_body h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
#cnblogs_post_body h2, .blog_comment_body h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin: 1em0;
}

#cnblogs_post_body h1, .blog_comment_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 2em 0 0 0;
    border-bottom: solid;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs, .blog_comment_body .hljs {
    font-family: "FIra Code", Consolas !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Fira Code", Consolas, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px;
    background-color: #fafafa !important;
    / * border: none !important; */ 
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}

.comment_textarea {
    padding: 8px 14px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 600px;
    border-radius: 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
    height: 14em;
}
#tbCommentBody {
    width: 100%;
    height: 10em;
    background: rgba(255, 255, 255, 0.8);
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}
#cnblogs_post_body h1, .blog_comment_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 2em 0 0.5em 0;
  padding-left: 5px;
    background: #2B6695 !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
}
#cnblogs_post_body h2 {
    /* background: antiquewhite; */
    /* border-left: solid #bdbdbd 5px; */
    padding-left: 5px;
    margin-top: 2em;
    padding: 5px;
}
.postBody blockquote {
    background: none;
    line-height: 1.6;
    color: #709090;
    border-left: solid 5px #cfcfcf;
}
#cnblogs_post_body h4, .blog_comment_body h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
   padding-left: 5px;
}
#cnblogs_post_body p {
    font-size: 15px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs, .blog_comment_body .hljs {
    font-family: "FIra Code", Consolas !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}

#navigator {
    background-color: #326614;
}
.catListTitle {
    background-color: #326614;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs, .blog_comment_body .hljs {
    font-family: "FIra Code", Consolas !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}

#cnblogs_post_body p {
    font-size: 16px;
}
.postBody blockquote {
    color: #666;
    padding: 1px 23px;
    margin: 22px 0;
    border-left: 4px solid #cbcbcb;
    background-color: #f8f8f8;
}
#topics {
    min-height: 200px;
    margin-bottom: 15px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff !important;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
}
.hljs-comment, .hljs-deletion {
    /* color: #75715e; */
    color: #9f9f9e;
}
