/*
 * 整体框架和基础样式
 */
/*
 * 颜色命名
 */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px #38c;
  background: #38c;
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* box-shadow: inset 0 0 5px #tra; */
  border-radius: 0;
  background: transparent;
  border-radius: 4px;
}
a {
  color: #5bf;
  text-decoration: none;
}
a:hover {
  color: #38c;
}
@media screen and (max-width: 1200px) {
  #topics {
    width: 100%;
  }
  #right {
    position: absolute;
    left: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    display: block;
    background-image: linear-gradient(#fff 0%, #fff 20%, #55bbff 20%, #55bbff 40%, #fff 40%, #fff 60%, #5bf 60%, #55bbff 80%, #fff 80%);
  }
  #right:hover #sidebar_categories {
    display: block;
  }
  #sidebar_categories {
    display: none;
    position: absolute;
    top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  #topics {
    width: 800px;
    margin: 0 auto;
  }
  #right {
    position: fixed;
    left: 0;
    top: 250px;
    width: 200px;
  }
}
/* 页头 */
#banner {
  background-color: #5bf;
  overflow: hidden;
}
.headermaintitle {
  position: relative;
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_1.jpg);
  border: 2px solid #eee;
  border-radius: 50%;
  height: 97px;
  margin: 20px auto;
  text-align: center;
  width: 97px;
  display: block;
}
.headermaintitle::after {
  content: "\97E9\5B50\5362";
  color: #eee;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 102px;
  left: 25px;
}
.headermaintitle:hover {
  box-shadow: 0px 0px 60px #fff;
}
.headerDis {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 16px;
}
#mylinks {
  text-align: center;
  background-color: #5bf;
}
.menu {
  color: #eee;
  display: inline-block;
  line-height: 3;
  text-decoration: none;
  padding: 0 10px;
}
#MyLinks1_NewArticleLink {
  display: none;
}
#mylinks #blog_nav_newpost {
  display: inline-block !important;
}
#footer {
  display: none;
}
/*
 * 首页列表页面
 */
/*
 * 颜色命名
 */
.day {
  border-bottom: 1px solid #ccc;
  padding: 24px 8px 0;
}
.dayTitle {
  float: right;
  font-size: 14px;
  color: #ccc;
}
.postTitle {
  margin-bottom: 8px;
}
.postTitle > a {
  font-weight: bold;
}
.postCon {
  color: #333;
  font-size: 14px;
  margin-bottom: 24px;
}
.c_b_p_desc_readmore {
  display: none;
}
.postDesc {
  display: none;
}
.topicListFooter {
  margin-top: 16px;
  text-align: center;
}
.topicListFooter a {
  text-decoration: none;
  background-color: #5bf;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
}
.topicListFooter a:hover {
  background-color: #38c;
}
/*
 * 阅读页面
 */
/*
 * 颜色命名
 */
/*
 * 动画声明
 */
@keyframes jumping {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-400px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*
 * 评论相关
 */
.feedback_area_title {
  display: none;
}
#blog-comments-placeholder {
  padding: 0 16px;
}
.feedbackItem {
  clear: both;
  padding: 48px 8px 16px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.feedbackItem .feedbackCon {
  padding: 16px;
}
.feedbackItem .feedbackManage {
  float: right;
}
.feedbackItem .feedbackManage .blog_comment_body {
  margin-top: 32px;
  font-size: 16px;
  color: #333;
}
.feedbackItem .comment_actions > a {
  text-decoration: none;
  margin: 0 8px;
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}
.feedbackItem .comment_actions > a:last-child {
  color: #f44;
  padding-right: 8px;
}
.comment_quote {
  border-color: #eee;
  border-radius: 4px;
  margin-top: 16px;
  padding: 8px 8px 16px 8px;
}
.sendMsg2This {
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_letter.png) !important;
  text-decoration: none !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.comment_date {
  color: #ccc;
  font-size: 14px;
}
.comment_vote {
  margin-top: 32px;
  float: right;
}
.comment_vote > a {
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  margin: 0 8px;
}
.comment_vote > a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.comment_vote > a.comment_digg::before {
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_thumb_up.png);
}
.comment_vote > a.comment_bury::before {
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_thumb_down.png);
}
#comment_form_container {
  padding: 0 24px;
  margin-top: 24px;
}
.comment_textarea {
  width: 100% !important;
  resize: none;
  height: 100px !important;
  border: 1px solid #999;
  border-radius: 4px;
  margin-top: 16px;
  box-sizing: border-box;
}
#commentbox_opt {
  text-align: right;
}
#commentbox_opt .comment_btn {
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
  color: #5bf;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 18px;
}
#commentbox_opt .comment_btn:hover {
  color: #38c;
}
#commentbox_opt > a {
  display: none;
}
.commentbox_title_left {
  float: left;
}
.commentbox_title_right {
  float: right;
}
.commentbox_title_right > img {
  cursor: pointer;
}
#tip_comment {
  display: none;
}
.comment_my_posted {
  padding: 24px;
}
.comment_my_posted .bq_post_comment {
  border: 1px solid #eee;
  border-radius: 4px;
}
#commentform_title {
  background-position-y: 3px;
}
.commentbox_title {
  width: 100%;
}
div.commentform input.author {
  background-position: 3px -1px;
}
#tbCommentAuthor {
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  color: #ccc;
  width: 200px;
}
#comment_nav {
  display: none;
}
#tip_comment2 + p {
  display: none;
}
#post_detail {
  padding: 24px;
  font-size: 14px;
}
#post_detail #cnblogs_post_body {
  padding-left: 8px;
}
#post_detail .postTitle {
  font-size: 18px;
}
#post_detail h2 {
  font-size: 18px;
  background-color: #5bf;
  color: #eee;
  padding: 5px 10px;
  border-radius: 4px;
}
#post_detail h3 {
  font-size: 16px;
}
#post_detail p {
  padding: 0 8px;
  line-height: 2;
  margin: 0;
}
#post_detail img {
  max-width: 100%;
  vertical-align: middle;
}
#post_detail .cnblogs_code {
  margin-bottom: 20px;
  overflow: auto;
  display: block;
  padding: 9.5px;
  font-size: 13px;
  color: #657b83;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#post_detail code {
  margin: 0 24px;
  padding: 10px !important;
}
#post_detail table {
  width: 95%;
  margin: 0 auto;
}
#post_detail ul {
  list-style-image: radial-gradient(#5bf, transparent);
}
#post_detail ul > li {
  margin-top: 8px;
}
#post_detail strong {
  color: #f90;
}
#green_channel_weibo > img,
#green_channel_wechat > img {
  width: 24px;
  height: 24px;
  margin: 0 8px;
}
#post_next_prev {
  clear: both;
  margin-top: 24px;
}
#post_next_prev > a {
  line-height: 2;
}
#post_next_prev .p_n_p_prefix {
  display: none;
}
#author_profile,
#author_profile_detail {
  display: none;
}
#ad_t2,
#cnblogs_c1,
#cnblogs_c2,
#under_post_news,
#under_post_kb {
  display: none;
}
#EntryTag {
  display: none;
}
#blog_post_info_block {
  padding: 16px 8px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#BlogPostCategory {
  margin-top: 8px;
}
#blog_post_info {
  width: 100% !important;
}
@media screen and (min-width: 800px) {
  #BlogPostCategory {
    float: left;
  }
  #blog_post_info {
    float: right;
    width: 430px !important;
  }
}
#green_channel {
  border: none;
  margin: 0;
  padding: 0;
  width: 430px;
}
#green_channel #green_channel_digg,
#green_channel #green_channel_follow,
#green_channel #green_channel_favorite {
  background: #fff;
  color: #5bf !important;
  border: 1px solid #5bf !important;
  text-shadow: none;
  box-shadow: none;
}
#green_channel #green_channel_digg:hover,
#green_channel #green_channel_follow:hover,
#green_channel #green_channel_favorite:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#green_channel a {
  border: 1px solid #5bf;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
#green_channel_digg::before,
#green_channel_follow::before,
#green_channel_favorite::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#green_channel_digg::before {
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_thumb_up_24.png);
}
#green_channel_follow::before {
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_love1.png);
}
#green_channel_favorite::before {
  background-image: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_star.png);
}
/*    点赞样式Begin   */
#div_digg {
  bottom: 0px;
  margin: 0px;
  position: fixed;
  right: 0.5rem;
  animation: jumping 5s ease-in-out;
  animation-iteration-count: infinite;
}
.buryit {
  display: none;
}
.diggit {
  background: url(https://images.cnblogs.com/cnblogs_com/vvjiang/996881/o_ball2.png) no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 5px #fff inset;
  cursor: pointer;
  height: 100px;
  margin: 0px;
  padding: 0px;
  width: 100px;
  text-align: center;
}
.diggit::before {
  content: "\8FD9\91CC\662F\70B9\8D5E\54E6";
  position: absolute;
  top: -40px;
  left: 7px;
  font-size: 14px;
  color: #5bf;
}
#div_digg .diggnum {
  color: #EEE;
  font-family: Verdana;
  font-size: 35px;
  line-height: 2em!important;
}
#digg_tips {
  color: #fa5 !important;
  width: 200px;
  text-align: center;
  margin-left: -50px;
  margin-top: 20px;
}
a.digg_gray {
  font-size: 18px;
}
/*    点赞样式End   */
/* 历史上的今天  */
#HistoryToday {
  text-align: center;
  margin-top: 48px;
  border-top: 1px solid #eee;
  color: #ccc;
}
#HistoryToday b {
  margin: 16px 0;
  display: inline-block;
}
#HistoryToday br {
  margin-top: 16px;
}
/*
 * 分类列表
 */
/*
 * 颜色命名
 */
.entrylistTitle {
  line-height: 3;
  color: #333;
  font-size: 18px;
  padding-left: 8px;
}
.entrylistItem {
  font-size: 14px;
  color: #333;
  border-top: 1px solid #ccc;
  padding: 16px 8px 0;
}
.entrylistItem > a {
  font-weight: bold;
  font-size: 16px;
}
.c_b_p_desc {
  margin-bottom: 24px;
  margin-top: 8px;
}
.entrylistItemPostDesc {
  display: none;
}
/*
 * 随笔分类目录
 */
/*
 * 颜色命名
 */
#sidebar_categories {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #5bf;
  border-radius: 4px;
  width: 160px;
  box-shadow: 5px 5px 10px rgba(200, 200, 200, 0.5);
}
.catListTitle {
  font-size: 18px;
  color: #ccc;
}
.catList {
  list-style-type: none;
  padding: 0;
}
.catListItem > a {
  line-height: 2;
  font-size: 14px;
}