#header{
background: url('https://images.cnblogs.com/cnblogs_com/haoabcd2010/995069/o_timg2.jpg') no-repeat top center fixed;
width:100%;height:100%;  
background-size:100% 93.8%;
}

@media screen and (min-width: 1365px) { /*大于1365*/
#header{
background-size:100% 83.5%;
}
}

@media screen and (min-width: 1380px) { /*大于1380*/
#header{
background-size:100% 56.5%;
}
}

#home{
background: url('https://images.cnblogs.com/cnblogs_com/haoabcd2010/995069/o_140H5115601-2.jpg') no-repeat top center fixed;
width:100%;height:100%;  
background-size:100% 100%;
}
#blog-calendar{
background:white;
}
#main{
opacity:0.85;  /* 透明度 */
}
#blogTitle{
background: none !important;
}
#cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb, #ad_t2{
display:none !important;
}

#widget_my_zzk { /*找找看*/
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 0!important;
}

#nav_next_page a {/*首页下一页*/
    border-radius: 3px;
    background-color: #99b16b;
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    margin-top: 12px;
}

.topicListFooter {/*调节下页的框框*/
    margin-top: 0;
    height: 58px;
    ne-height: 68px;
    font-size: 16px;
}

.pager a {/*后面，下页*/
    border-radius: 3px;
    opacity:0.6;
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    height: 30px;
    line-height: 39px;
    color: #fff;
    display: inline-block;
    padding: 0px 15px 5px 15px;
    text-decoration: none;
}

.topicListFooter .pager a:hover, .topicListFooter .pager span {
    /*覆盖*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #9ab26b;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none;
}