/*首页背景*/
#home{
height:100%;
overflow-y: auto;
background-color:#b7b6b9!important;
//background-image: url(https://dnzhuti.com/uploads/allimg/170524/95-1F524160T5-50.jpg)!important;
background-size:cover;
}
/*----------左侧sidebar----------*/
#sideBar{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#sideBarMain{
    border-radius: 4px;
    background-color: #ffffffb0;
}
.newsItem,#blogCalendar,#sidebar_search,#sidebar_categories{
  display:none;
}
/*-----------------------------------*/
#blogTitle h2{
   width: 0;
   height: 22px;
   color:#a7aeaf;
   clear:both;
   overflow: hidden;
   animation:h2move 50s infinite linear;
}
@keyframes h2move{
   0%{width: 0;}
   10%{width: 520px;}
   100%{width: 520px;}
}
#blogTitle a{
   color: #fff;
   animation:mymove 3s infinite;
}
@keyframes mymove{
0%{text-shadow:none;}
33%{text-shadow:0 0 10px rgba(18,232,125, .8);}
66%{text-shadow:0 0 5px rgba(18,232,125, .8);}
100%{text-shadow:0 0 1px rgba(18,232,125, .8);}
}
.blogStats{
color:#fff;
}
#navList a{
   display:block;
   font-size: 18px;
   height: 26px; 
   padding-top:0;
}
#navList a:link, #navList a:visited, #navList a:active{
   color:#12E87D;
}
#navList a:hover{
   transition: all .5s linear;
   text-shadow:0px 0px 8px #fff;  
}
input.btn_my_zzk{
    outline:none;
    border:0;
    background-color: #47C385;
    color: #fff;
}
.input_my_zzk{
    outline:none;
    border: 0;
    color:#47C385;
    background-color: transparent;
    box-shadow: 1px 5px 8px -6px #47C385;
}
/* 文章模块 */
.day {
    width: 910px;
    height: auto;
    border: none;
    padding: 0;
    padding: 20px 20px 20px 20px;
    margin:10px 0;
    cursor:pointer;
    background-color:#fff;
    border-radius: 6px;
}
.day:hover{
    transition:.3s;
    box-shadow: 0 1px 3px rgba(125,125,125,.02), 0 6px 10px -4px rgba(0,0,0,.17);
}
.postTitle a {
    color: #47c385!important;
}
.postCon{
    width: 660px;
    color: #a7aeaf;
}
.postDesc{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border: none;
}
/*代码背景*/
.cnblogs_code{
 
}
/*---------------首页list-----------------*/


/*--------------详情页面内容-------------*/


/*按钮板块*/
#green_channel a{box-shadow:none!important;text-shadow:none!important;-webkit-border-radius: 20px;}
#green_channel #green_channel_digg,#green_channel #green_channel_follow,#green_channel #green_channel_favorite{background-color:#12E87D;}
/*下方无用内容*/
#post_detail{
background-color:#fff;
}
#ad_t2,#ad_c1,#under_post_news,#ad_c2,#under_post_kb,#author_profile,#div_digg{display:none;}

/*广告隐藏*/
#cnblogs_c1,#cnblogs_c2{
display:none!important;
}

/*分页UI*/
.topicListFooter{
width:100%;
padding:0;
}
.pager a{
    margin: 0 2px;
    padding: 4px 8px;
    text-decoration: none;
    color: #fff!important;
    background-color: #71af58;
    border-radius: 4px;
}