/* 音乐播放当前歌词高亮色 */
.aplayer .aplayer-lrc p.aplayer-lrc-current {
    color: rgb(243, 136, 30);
}
/* 彩色文字背景动画 */
@keyframes love-ran {
  from {
      backgroud-position: 0 0;
  }
  to {
      background-position: 1000px 0;
  }
}
@keyframes love-jump {

    from,
    10% {
        transform: translateY(0) scale3d(1, 1, 1);
    }

    30% {
        transform: translateY(10%) scale3d(1.05, .8, 1);
    }

    50% {
        transform: translateY(-50%) scale3d(1, 1.1, 1);
    }

    65% {
        transform: translateY(0) scale3d(1, 1, 1);
    }

    75% {
        transform: translateY(8%) scale3d(1.08, .84, 1);
    }

    85% {
        transform: translateY(6%) scale3d(1.05, .88, 1);
    }

    90%,
    to {
        transform: none;
    }
}
/* 返回顶部 */
#back-to-top {
    background-color:#CCCCCC;
    bottom: 0;
    box-shadow: 0 0 6px;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}
/* 回到底部 */
#back-to-bottom {
    background-color:#CCCCCC;
    top: 0;
    box-shadow: 0 0 6px;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}
/*页面目录*/
#navCategory a{
text-decoration: none;
}


#navCategory li:hover{
background-color: #dddddd73;
cursor:pointer;
color: #f60;
border-radius: 8px;
}
#topics .postTitle{
text-align: center;
}
/*段落缩进2字符
#cnblogs_post_body p{
  text-indent: 2rem;
}*/

