#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
border-radius: 12px;  /*调节边框圆度*/
}
/*boby调节背景图片*/
body {
    background:url("https://images.cnblogs.com/cnblogs_com/nthforsth/1636966/o_2001210816401565149939605.png");  /*背景图片链接*/
    background-position:center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#blogTitle {
    height: 80px;  
border-radius: 12px;
    clear: both;
    background-color: #cccccc69;   
    

}
#blogTitle h1 {
    font-size: 36px;
color:#808080;
    font-weight: bold;

    line-height: 1.6em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */

}
#blogTitle h2 {
    font-weight: normal;
    font-size: 20px; /*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #320f9d;
    font-weight: bold;
    text-align: right;
    float: right;
}
#navigator{
border-radius: 7px;
    background-color:rgba(135,206,205, 0.5);          /*标题栏下的颜色*/

}
#navList a:link, #navList a:visited, #navList a:active{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}
.blogStats{
    color: #eee;
}
.postTitle {
    border-left: 8px solid rgba(132,112,255, 0);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    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.5);
}
/*文章附加信息*/
.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: 12px;
    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.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}
.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(255,110,180,0.6);   //栏目的条纹颜色
}
#topics{
    background: rgba(255, 255, 255, 0.5);
}
.c_ad_block{
    display: none;
}
#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}
#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0);
}
.cnblogs_code div{
    background: rgba(255, 255, 255, 0);
}
.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);
}
#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.5);
}

#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: 30px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
/* 删除反对按钮,有点邪恶了 */
.buryit{
  display: none;
}

#back-to-top {
    background-color: #87cefe;
    bottom: 0;
    box-shadow: 0 0 6px #bdc3c7;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    border-radius: 30px;
}


/*
Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
*/
.cnblogs-markdown .hljs {
  color: #abb2bf!important;
  background: #282c34!important;
}
.cnblogs-markdown .hljs-keyword, .cnblogs-markdown .hljs-operator {
  color: #F92672!important;
}
.cnblogs-markdown .hljs-pattern-match {
  color: #F92672!important;
}
.cnblogs-markdown .hljs-pattern-match .cnblogs-markdown .hljs-constructor {
  color: #61aeee!important;
}
.cnblogs-markdown .hljs-function {
  color: #61aeee!important;
}
.cnblogs-markdown .hljs-function .cnblogs-markdown .hljs-params {
  color: #A6E22E!important;
}
.cnblogs-markdown .hljs-function .cnblogs-markdown .hljs-params .cnblogs-markdown .hljs-typing {
  color: #FD971F!important;
}
.cnblogs-markdown .hljs-module-access .cnblogs-markdown .hljs-module {
  color: #7e57c2!important;
}
.cnblogs-markdown .hljs-constructor {
  color: #e2b93d!important;
}
.cnblogs-markdown .hljs-constructor .cnblogs-markdown .hljs-string {
  color: #9CCC65!important;
}
.cnblogs-markdown .hljs-comment, .cnblogs-markdown .hljs-quote {
  color: #b18eb1!important;
  font-style: italic!important;
}
.cnblogs-markdown .hljs-doctag, .cnblogs-markdown .hljs-formula {
  color: #c678dd!important;
}
.cnblogs-markdown .hljs-section, .cnblogs-markdown .hljs-name, .cnblogs-markdown .hljs-selector-tag, .cnblogs-markdown .hljs-deletion, .cnblogs-markdown .hljs-subst {
  color: #e06c75!important;
}
.cnblogs-markdown .hljs-literal {
  color: #56b6c2!important;
}
.cnblogs-markdown .hljs-string, .cnblogs-markdown .hljs-regexp, .cnblogs-markdown .hljs-addition, .cnblogs-markdown .hljs-attribute, .cnblogs-markdown .hljs-meta .cnblogs-markdown .hljs-string {
  color: #98c379!important;
}
.cnblogs-markdown .hljs-built_in,
.cnblogs-markdown .hljs-title.class_,
.cnblogs-markdown .hljs-class .cnblogs-markdown .hljs-title {
  color: #e6c07b!important;
}
.cnblogs-markdown .hljs-attr, .cnblogs-markdown .hljs-variable, .cnblogs-markdown .hljs-template-variable, .cnblogs-markdown .hljs-type, .cnblogs-markdown .hljs-selector-class, .cnblogs-markdown .hljs-selector-attr, .cnblogs-markdown .hljs-selector-pseudo, .cnblogs-markdown .hljs-number {
  color: #d19a66!important;
}
.cnblogs-markdown .hljs-symbol, .cnblogs-markdown .hljs-bullet, .cnblogs-markdown .hljs-link, .cnblogs-markdown .hljs-meta, .cnblogs-markdown .hljs-selector-id, .cnblogs-markdown .hljs-title {
  color: #61aeee!important;
}
.cnblogs-markdown .hljs-emphasis {
  font-style: italic!important;
}
.cnblogs-markdown .hljs-strong {
  font-weight: bold!important!important;
}
.cnblogs-markdown .hljs-link {
  text-decoration: underline!important;
}