#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.25);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.15);
}
body {
    background: #0c6481df url('https://images.cnblogs.com/cnblogs_com/visionalsun/1623276/o_191229182927img1.jpg') fixed no-repeat;
    background-position: 100% 10%; 
    background-size: cover;
}
#page_begin_html a:first-child img:hover {
    /*transform: translate(2px, 2px);*/transform: translate(-6px, -6px);; 
}
#page_begin_html a:last-child img:hover {
    /*transform: translate(-2px, 2px);*/transform: translate(10px, -10px);
}
#blogTitle {
    height: 100px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}
#blogTitle h1 {
    width: 261px;
    font-size: 36px;
}
#blogTitle h1:hover {
    font-size: 20px;
    width: 145px;
    margin-top: 18px;
}
#blogTitle h1 a {
    //color: #37b37f;
    //color: #0dca9f;
    //color: #00b38a;
     color: #00a6a7;
    text-decoration: none;
}
#blogTitle h1 a:hover {
    //color: #29865f
    // color: #00a6a7;
    color: #01a7a7;
}
#blogTitle h2 {
    width: 613px;
    //color: #37b37f;
    //color: #0dca9f;
    //color: #00b38a;
     color: #00a6a7;
    font-size: 17.5px;
    font-weight: bold;
    margin-top: 57px;
    text-align: right;
    float: right; 
}
/*:root {
    --new-content: '业务捋定方向，设计决定发展。 — SAr 软件架构师（Software Architect）';
  }
#blogTitle h2::before {
    content: var(--new-content);
}*/
#blogTitle h2:hover {
    font-size: 10px;
    width: 342px;
    margin-top: 69px;
    //color: #29865f;
    // color: #00a6a7;
    color: #01a7a7;
    cursor: pointer;
}
#navigator{
    //background-color: #21a08bdf;

    //background-color: #00c1c1;
    //background-color: #00bebd;
    //  background-color: #01a7a7;
    
    //background-color: #0dca9f;
    //background-color: #00b38a;
    // background-color: #00a6a7;
    background: linear-gradient(90deg, #00bebd, #01a7a7);
}
#navList{
    display: flex;
}
#navList li:nth-child(4){
    order: 4;
}
#navList li:nth-child(5){
    order: 3;
}
#navList li:nth-child(3), #navList li:nth-child(6){
    display: none;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}
#navList a:hover{
    //background-color: #37b37f;
    //background-color: #0dca9f;
    //background-color: #00b38a;
    // background-color: #00a6a7;
    background-color: #01a7a7;
    font-size: 20px;
}

.blogStats{
    color: #eee;
}
.blogStats a:link, .blogStats a:visited, .blogStats a:active{
    //color: #29865f;
    color: #00bebd;
    text-decoration: underline;
}
.blogStats a:hover{
    //color: #37b37f;
    //color: #0dca9f;
    //color: #00b38a;
    // color: #00a6a7;
    color: #01a7a7;
}
.day {
    background: rgba(255, 255, 255, 0.25);
}
.day .dayTitle a {
    //color: #37b37f;
    //color: #0dca9f;
    //color: #00b38a;
     color: #00a6a7;
    text-decoration: none;
}
.day .dayTitle a:hover {
    //color: #29865f;
    // color: #00a6a7;
    color: #01a7a7;
    /*font-weight: bold;*/font-size: 18px;
}
.day .postTitle a {
    padding-left: 10px;
}
.postTitle {
    //border-left: 8px solid #21a08bdf;
    border-left: 8px solid #01a7a7;
    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: #37b37f;
    //color: #0dca9f;
    //color: #00b38a;
     color: #00a6a7;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    //color: #29865f;
    // color: #00a6a7;
    color: #01a7a7;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

/*文章附加信息*/
.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: 14px;
    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.25);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    //background-color: rgba(56, 168, 150, 0.75);
    //background-color: #0dca9f;
    //background-color: #00b38a;
    // background-color: #00a6a7;
    background: linear-gradient(90deg, #00bebd, #01a7a7);

    //background-color: #01a7a7;
    //background-color: #53cac3;
}

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

.c_ad_block{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.25);
}

.input_my_zzk{background: rgba(255, 255, 255, 0);}
input.btn_my_zzk { background-color: #cae3e7; }

.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.25);  
}

#main{
   min-width: 640px;
}

#footer{
    color: #2f4f4f;
}