@import url('//at.alicdn.com/t/font_1696506_3ynzu4bclq.css');

#navigator {
    position: relative;
    z-index:10;
}

#blogTitle {
    position: relative;
    z-index: 10;
}

#cb_post_title_url {
    font-size: 24px;
    color: #000;
    margin: 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 12px;
    margin-bottom: 0;
}

#home {
    /* 主体容器 */
    margin: 0 auto;
    width: 90%;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#home::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100px;
      background-image: url(https://images.cnblogs.com/cnblogs_com/chusonglin/1839965/o_200902073637%E7%BD%97%E5%B0%8F%E9%BB%91.gif);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
      z-index: 0;
  }

#header {
      position: relative;
}

#header::before {
      content: "";
      position: absolute;
      left: 0;
      top: 55px;
      width: 39px;
      height: 38px;
      background-image: url(https://images.cnblogs.com/cnblogs_com/chusonglin/1839965/o_200902075111%E7%BD%97%E5%B0%8F%E9%BB%91%E6%90%AD%E8%BD%A6gif.gif);
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 0;
      animation: move 100s infinite;
}
@keyframes move {
    0%   {
        left:0px;
    }
    50%  {
        left: calc(100% - 50px);
        transform: rotateY(0deg);
    }
   51%  {
        left: calc(100% - 50px);
        transform: rotateY(180deg);
    }
    100% {
        left: 0px;
        transform: rotateY(180deg);
    }
}

#footer {
    margin-top: 0;
}

#sideBar {
    // display: none;
}


/** -- 文章列表 -- start -- */
#main {
     display: flex;
}

#mainContent {
    float: none;
    margin: 0;
    flex: 1;
}

#mainContent .forFlow {
    margin-left: 4px;
}

.c_b_p_desc {
    position: relative;
}

.c_b_p_desc_readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

/** -- 文章列表 -- end -- */

#ad_t2,#cnblogs_c1,#cnblogs_c2,#under_post_kb,#under_post_news {
    display: none 
}
.comment_textarea {
    /* 文章评论框 TextArea */ 
   width: auto;
}
/** -- 文章详情 -- end -- */

/** -- 文章详情 -- start -- */

.cnblogs-markdown {
    padding: 12px 20px;
}

.cnblogs-markdown blockquote {
    background: #f5f2f0;
    border-radius: 8px;
}
.cnblogs-markdown blockquote a:visited {
    color: #21759b;
}

.cnblogs-markdown .hljs {
    font-family: "Menlo","monospace"!important;
    background: #000!important;
    color: #abb2bf;
    line-height: 2!important;
    padding: 8px 12px!important;
    font-size: 14px!important;
    border-radius: 12px!important;
}
.hljs-keyword, .hljs-selector-tag, .hljs-built_in, .hljs-name, .hljs-tag {
    color: #e06c75!important;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {
    color: #d19a66!important;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
    color: #98c379!important;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title,.hljs-ln-line {
    color: #61aeee!important;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
    color: #c678dd!important;
}

.hljs-literal {
    color: #56b6c2!important;
}

/** -- 文章详情 -- end -- */

.feedbackItem {
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
}

.feedbackItem:hover {
    background-color: #f5f5f5;
}

.feedbackListSubtitle {
    overflow: hidden;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.comment_date {
    float: right;
}

.feedbackCon {
    border: none;
    padding: 0;
    min-height: 35px;
    _height: 35px;
    margin-bottom: 0;
    line-height: 1.5;
}

#comment_nav {
    text-align: center;
    padding-top: 24px;
}

#comment_nav a {
    /* 刷新评论/刷新页面/返回底部按钮 */
    padding: 12px 24px;
    background: #999;
    border-radius: 4px;
    margin: 0 4px;
    color: #fff;
}

.feedbackManage {
    /* 删除/修改按钮的包裹容器 */
    position: absolute;
    right: 16px;
    bottom: 12px;
    width: auto;
}

.comment_actions {
    display: flex;
}

.comment_vote {
    border-top: 1px solid #ddd;
    padding: 12px 128px 12px 12px;
    text-align: left;
}

.comment_actions a, .comment_vote a {
    /* 删除/修改按钮 */
    display: inline-block;
    padding: 0 12px!important;
    background: #999;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    color: #fff!important;
}

.comment_actions a:first-child {
    background-color: #459df5;
}
.comment_actions a:last-child {
    background-color: #e33100;
}
.comment_vote .comment_digg {
    background-color: #2daebf;
}
.comment_vote .comment_burry {
    background-color: #ffb515;
}

