html, body { 
    scroll-behavior:smooth; 
}
/*背景样式*/
body{
    background: url(https://images.cnblogs.com/cnblogs_com/yuxshaw/1517131/o_aa.jpg);
}
/*主页透明度*/
#home{    
    opacity: .9;    
}
#header{
    margin-top: 50px;
    border:none;
    background-color: #272727;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 0px #cdcdcd;
}
#lnkBlogLogo {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin: 10px 10px 0 20px;
    background: #eee url(https://www.cnblogs.com/images/cnblogs_com/yuxshaw/1517144/o_pic.jpg) no-repeat center center;
    background-size: 100%;
    animation: rotate 6s  linear infinite;
}
#lnkBlogLogo:hover{
    animation-play-state: paused;
}
@keyframes rotate{
    from{
        transform: rotate(0deg);
    }
    to{
       transform: rotate(360deg);
    }
}
#lnkBlogLogo:hover{
    opacity: .9;
}
#Header1_HeaderTitle {
    font-size: 1.5em;
    color: #39A5D6;
}
#Header1_HeaderTitle:hover{
    text-decoration:none;
    color: #eee;
}
#navigator {
    margin-top: 16px;
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
    opacity: 1;
    height: 40px;
    padding-left:30px;
    padding-right: 30px;
}
.blogStats{
    color : #000;
}
#blogTitle h2{
    color: #fcfcfc;
}
#navList li{
    margin-right: 10px;
    height: 40px;
}
#navList li:hover{
    height: 44px;
    line-height: 30px;
    transform: translateY(-4px);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #00A1D6;
    transition-property:  border-radius,background-color;
    transition-duration: .3s;
}
#navList a{
    height:24px;
    font-size: 16px;
    border-right: none;
    color: #222!important;
}
#navList a:hover{
    background-color:transparent;
    color: #eee;
    transition: color .4s;
}
#main{
    margin-top: 20px;
}
#sideBar{
    background-color: #fcfcfc;
    padding: 0 10px 20px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px 4px #cdcdcd;
}
#mainContent .forFlow{
    background-color: #fcfcfc;
    margin-left: 22em;
    margin-top: 10px;
    padding: 15px;
    box-shadow: 0px 0px 8px 2px #cdcdcd;
}
#blog-news {   
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
}
#blog-calendar{
    background-color: #eee;
    border-radius: 10px;
}
#blog-calendar  tr > td:hover{
    cursor:pointer;
    background-color: #cdcdcd;
    transition: all .2s;
}
#blog-calendar tbody > tr:first-child td:hover{
    background-color: transparent;
}
#sidebar_search .catListTitle {
    display:none;
}
#sidebar_search{
    margin-top: 20px;
    border-radius: 50%;
    height: 30px;
    border:none;
}
#sidebar_search_box  .input_my_zzk {
    width: 100%;
    border-radius: 15px;
    height: 30px;
    border:none;
    outline :none;
    text-indent: 6px;
    background-color: #dedede;
}
#widget_my_zzk{
    position: relative;
}
input.btn_my_zzk{
    height: 30px;
    position : absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border:none;
    border-left: thin solid #dedede;
    background-color: #39A5D6;
    outline:none;
    padding-left: 8px;
    padding-right: 8px;
    color: #fcfcfc;
    font-family: '微软雅黑';
    cursor: pointer;
}
.catListTitle{
    color: #39A5D6;
    font-size: 16px;
    border-bottom-color: #39A5D6;
    text-align: left;
}
#sidebar_shortcut{
    background-color: #eee;
    border-radius: 4px;
}
/*音乐*/
#dongdong{
        
}
/*加关注*/
#p_b_follow{
    margin-top: 4px;
}
#p_b_follow a{
    padding: 2px 6px 4px 2px;
    background-color: #39A5D6;
    color:#fff;
    border-radius: 4px;
}


.dayTitle{
    border-bottom: 1px solid #999;
    height: 30px;
}
.dayTitle a{
    color: #39A5D6;
    font-size: 18px;
}
.postTitle{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-left: 3px solid #39A5D6;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 4px;
    border-bottom: thin solid #666;
}
.postTitle a:hover{
    color: #39A5D6;
    transition : all .2s;
}
.c_b_p_desc{
    font-size: 14px;
    line-height: 24px;
}
.day {
    margin-bottom: 40px;
}