#home {
    margin: 0 auto;
    width: 85%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/xiximayou/1643158/t_200210115545amly3.jpg') fixed no-repeat;   //修改背景图片
    background-position: 50% 5%;
    background-size: cover;
    cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
#blogTitle {
    height: 100px;  /*高度*/
    clear: both;
    background-color: rgba(240,255,255,0.5);   //博客标题的背景
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #FF1493;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #FF1493;
    font-weight: bold;
    text-align: right;
    float: right;
}
#navigator{
    background-color:rgba(135,206,205, 0.5);          //标题栏下的颜色
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #FFFFFF;
    font-size: 18px;
    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;
}
/* 定制返回顶部按键 */
#back-to-top {
    bottom: 10px;
    position: fixed;
    right: 55px;
    cursor: pointer;
}
#mypic{
  width:50px;
  height:70px;
}
.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);
}

#div_digg{
  position:fixed;
  bottom:5px;
  width:120px;
  right:-20px;
  border:2px solid #258fb8;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 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: 13px;
    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);
}

#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {display:none;!important}

/*高亮开始*/
.cnblogs-markdown .hljs,
    .cnblogs-post-body .hljs {
      font-family: Consolas, Monaco, monospace!important;
    }

    .hljs-keyword,
    .hljs-selector-tag,
    .hljs-built_in,
    .hljs-name,
    .hljs-tag {
      color: #abb2bf!important;
    }

    .cnblogs-markdown code,
    .cnblogs-post-body code {
      background: #282c34!important;
      color: #abb2bf!important;
      font-family: Consolas, Monaco, monospace!important;
    }

    .hljs {
      display: block;
      overflow-x: auto;
      padding: 0.5em;
      color: #abb2bf!important;
      background: #282c34!important;
    }

    .hljs-comment,
    .hljs-quote {
      color: #5c6370!important;
      font-style: italic!important;
    }

    .hljs-doctag,
    .hljs-keyword,
    .hljs-formula {
      color: #c678dd!important;
    }

    .hljs-section,
    .hljs-name,
    .hljs-selector-tag,
    .hljs-deletion,
    .hljs-subst {
      color: #e06c75!important;
    }

    .hljs-literal {
      color: #56b6c2!important;
    }

    .hljs-string,
    .hljs-regexp,
    .hljs-addition,
    .hljs-attribute,
    .hljs-meta-string {
      color: #98c379!important;
    }

    .hljs-built_in,
    .hljs-class .hljs-title {
      color: #e6c07b!important;
    }

    .hljs-attr,
    .hljs-variable,
    .hljs-template-variable,
    .hljs-type,
    .hljs-selector-class,
    .hljs-selector-attr,
    .hljs-selector-pseudo,
    .hljs-number {
      color: #d19a66!important;
    }

    .hljs-symbol,
    .hljs-bullet,
    .hljs-link,
    .hljs-meta,
    .hljs-selector-id,
    .hljs-title {
      color: #61aeee!important;
    }

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

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

    .hljs-link {
      text-decoration: underline!important;
    }


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:16px;
    font-family: 华文楷体;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top: 80px;
    right: 20px;
    width: auto;
    height: auto;
    opacity: 0.7;
}
#sideBarTab{
    opacity: 0.8;
    float:left;
    color:#4979ed;
    border-right:none;
    text-align: left;
    font-size:20px;
    width: 23px;
    border-radius: 15px;
    background: white;
    font-family: 华文楷体;
    opacity: 0.8;
}

#sideBarContents{
    float:left;
    overflow:auto;
    overflow-x:hidden;!important;
    width: auto;
    min-height:200px;
    max-height: 80%;
    border-right:none;
    color: #4979ed;
    border-radius: 15px;
    background: white;
    font-family: 华文楷体;
}
#sideBarContents dl{
    margin: 10px;
    padding: 10px;
    font-family: 华文楷体;
    font-size:18px;
}

#sideBarContents dt{
    margin-top:10px;
    margin-left:10px;
    font-family: 华文楷体;
    font-size:16px;
    cursor: pointer;
}

#sideBarContents dd{
    
    margin-left: 45px;
    cursor: pointer;
    font-family: 华文楷体;
    font-size:16px;
}

#sideBarContents dd:hover, dt:hover {
    color: white;
    border-radius: 15px;
    background: pink;
    font-family: 华文楷体;
    font-size:16px;
    cursor: pointer;
}