body {
    cursor: url(https://budou-fuxa.gitee.io/blue.cur),auto;
}
#showsectime {
    display: block;
    text-align: center;
    margin: -10px 0 20px;
}
.dayTitle {
    position: relative;
    top: 3px;
}
.dayTitle a:hover {
    color:#fff !important;
}
#blogTitle h2 {
    animation: dotCenter 3s 0s linear infinite;
    max-width: 100%;
    font-size: 18px;
    background-image: -webkit-linear-gradient(left, white, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
}

@-webkit-keyframes dotCenter {
    0% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    25% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    50% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    75% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    100% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
}
@keyframes move {
      0% {background-position: 0 0;}
      100% {
        /*宽度固定，如果为百分比背景不会滚动*/
        background-position: -300px 0;
      }
}    
#blogTitle h2 {/*设置背景渐变色*/
  background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);      
  /*chrome私有样式，加前缀，文字显示背景图片*/
  -webkit-background-clip: text;      
  animation: move 5s infinite;      
  /*文字颜色设为透明*/
  color: transparent;      
  /*宽度固定*/
  width: 300px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 5px #314659;
    background: #314659;
}
::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 1px;
}
.pager{
    color:#45bcf9;
}
.topicListFooter .pager a, .topicListFooter .pager span {
    height: 28px;
    line-height: 28px;
    color:#45bcf9;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span, .topicListHeader .pager a:hover, .topicListHeader .pager span {
    border-radius: 0;
    background: #45bcf9;
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    color: #fff !important;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
    padding: 0 15px;
    text-decoration: none;
    border: none;
}
#cnblogs_post_body a:link {
    text-decoration: underline;
}
a:visited {
    color: #0081ff;
    text-decoration: none;
}
a:hover {
    color: #f37b1d !important;
    text-decoration: none;
}
// 隐藏反对按钮
.diggit {
    float: right !important;
}
#under_post_news, #under_post_kb, .buryit {
    display: none;
}
.ad_text_commentbox, #cnblogs_ch, .under-post-card {
    display: none;
}
#live2dcanvas {
    border: none !important;
}