#home {/*整体*/
    margin: 0 auto;
    width: 60%;/*原始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:url(https://csdnimg.cn/release/blogv2/dist/pc/themesSkin/skin-whitemove/images/bg.gif) fixed repeat;
    /* background:url(https://photo.tuchong.com/498659/f/31530414.jpg) fixed repeat; */
    
    /* background-color:#fff; */
    background-position:50% 0;
    /* background-size:95% 100%; */
    /* 鼠标的样子 */
    cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
}
#cnblogs_post_body a:link, #cnblogs_post_body a:visited, #cnblogs_post_body a:active{
    color:#156f96;
}
#blogTitle {/*biuo*/
    height: 100px;  /*高度*/
    clear: both;
    background-color:transparent;
}
#blogTitle h1 {/*"biuo标题"*/
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;/*原始 1.6em*/
    padding-top: 10px;/*原始 15px */
}
#blogTitle h1 a{/*"biuo标题 蓝色"*/
    color:#1a688a;
}
#blogTitle h2 {/*biuo下main的二级标题*/
    font-weight: normal;
    font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #156f96;
    font-weight: bold;
    text-align: right;
    float: right;
    display:flex;
}
#navigator{/* 导航栏 （粉色）*/
    background-color: #dc7f7fa3;
}
#navList a:hover{/* 导航栏悬停 （蓝色）*/
  color:#fff;
  background-color:#96eadf;
  text-shadow:none
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.blogStats{/*导航栏右边 文字白色*/
    color: #fff;
}
.dayTitle{/*日期标题*/
   margin-bottom:10px;
   color:#5695bb;
}
.dayTitle a{/*日期标题*/
   color:#5695bb;
}
.dayTitle a:hover{/*日期标题*/
   color: #156f96;
}
.postTitle {/*文章标题*/
    border-left: 8px solid  rgba(226,45,70,0.3);
    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: #5695bb;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover { /*文章标题 */
    color: #156f96;
    text-decoration: none;
}
.postCon {/*摘要*/
    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);
}
#topics{/*文章背景*/
     background: rgba(255, 255, 255, 0.2);
}
.commentform #comment_form_container .comment_textarea{/*评论*/
     background: transparent;
}

.postDesc {/*文章附加信息*/
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 5px;
    color:#999;
}

.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(225, 167, 169, 0.5);
    border-bottom:none;
    text-shadow:none;
    font-weight:bloder;
}

.sidebar_search_box div_mu_zzk  input.btn_my_zzk{ /*找找看*/
    background-color:#5695bb;
}



#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);
}

.entrylist{
    background: rgba(255, 255, 255, 0.5);
}

#main{
   min-width: 640px;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:150px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #1a688a;
    border-radius:5px;
    border-right:none;
    text-align:center;
    background:transparent;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #1a688a;
    border-radius:5px;
    border-right:none; 
    background:transparent;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#1a688a;
}
#sideBarContents dd{
    margin-left:20px;
}