

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#home{
background: rgb(87 222 235 / 49%);
}
#header{
width: 100%;
height:100vh;

background: url(https://cdn.jsdelivr.net/gh/jerryc127/butterfly_cdn@2.1.0/top_img/index.jpg) no-repeat;
background-size: cover;

}
#navigator{
  position: fixed;
  top: 0;
  left:0
  background: none;
  border-width: 0;
  background: rgba(7, 57, 63, .3);
  width: 100%;
  z-index: 99;
  height: 40px;
}
.divCommentShow {
  background: #fff;
}


body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px #8bf;
  background: #ccc;
}
body::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
  border-radius: 4px;
}

#navList {
    text-align: center;
    height: 40px;
 }
#navList li {
    display: inline-block;
}
#navList a {
    display: block;
    width: 4em;
    height: 40px;
    float: left;
    text-align: center;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #00d3e9;
    font-weight: bold;
background: unset;
}
.menu {
    line-height: 2.5;
    padding: 0 10px;
}
.blogStats {
    float: right;
    color: #999;
    position: absolute;
    right: 15px;
    top: 55px;
}
.postTitle{
    display: block;
    border-radius: 0px solid red;
    border-radius: 5px;
float:unset !important;
}
.postTitle a {
    /* background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1554904/o_6.png) no-repeat 0; */
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    background-size: 35px 35px;
    /* padding-left: 50px; */
    line-height: 36px;
    color: #005a76;
}
#sideBarMain ul, .newsItem #blog-news {
    font-size: 10pt;
}
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;
    left:0;
  }
}
@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;
} */
#sidebar_categories{
  display: none;
}
#blogTitle{
    background: unset;
    width: 100%;
    position: absolute;
    top: 45vh;
    left: 0;
    height: 50vh;
    /* animation: toTop 1.5s linear;
    transform: translate(0, 45vh);
    transition: top 1.5s; */
}
@keyframes toTop {
  0% {
    top: 0;
  }
  100% {
    top: 45vh;
  }
}
#blogTitle::before{
  content: "∨";
  bottom: 26px;
  position:absolute;
  bottom: 22px;
  left:0;
  color: #fff;
  font-size: 26px;
  width: 100%;
  text-align: center;
}
#blogTitle::after{
  content: "∨";
  bottom: 10px;
  position:absolute;
  color: #fff;
  font-size: 26px;
  width: 100%;
  text-align: center;
}
#blogTitle h1{
background: unset;
width: unset;
height: unset;
position: static;

}
#blogTitle h2 {
  width: 100%;
  top:0;
  left:0;
  line-height:20px;
  height:20px;
}
#blogTitle h2:before {
  content: "阿明先森啊"; 
  color: #eee;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 12px;
  left: 0;
  width:100%;
  text-align: center;
  font-size: 28px;
}

a.postTitle{
  margin-left: 5%;
  color:#fff !important;
}
.headermaintitle {
  position: relative;
  background-image: url(//pic.cnblogs.com/avatar/1142127/20180516230603.png);
  background-size:100px auto;
  border: 2px solid #eee;
  border-radius: 50%;
  height: 97px;
  margin: 20px auto;
  text-align: center;
  width: 97px;
  display: block;
  animation: lingt 5s linear infinite;
}
@keyframes lingt {
  0% {
    box-shadow: 0px 0px 0 #fff;
    transform: rotateZ(0deg);
  }
  25% {
    box-shadow: 0px 0px 30px #fff;
  }
  50% {
    box-shadow: 0px 0px 60px #fff;
  }
  75% {
    box-shadow: 0px 0px 30px #fff;
  }
  100% {
    transform: rotateZ(360deg);
    box-shadow: 0px 0px 0 #fff;
  }
}
.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;
}
#MyLinks1_NewArticleLink {
  display: none;
}
#mylinks #blog_nav_newpost {
  display: inline-block !important;
}
#footer {
  display: ;
}
#loadingProcess {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  box-sizing: border-box;
  width: 0%;
  background-color: #f90;
  background-image: linear-gradient(to right, transparent 0%, transparent 80%, #fff 100%);
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.syntaxhighlighter {
  z-index: -1;
}
/*
 * 首页列表页面
 */
/*
 * 颜色命名
 */
.day {
    border-bottom: 1px solid #ccc;
    padding: 4px 8px 0;
    margin-left: 10px;
    position: relative;
} 
.dayTitle {
  margin:0;
  float:unset;
  /* background-color: #2850657a; */
}
dayTitle:hover {
  background-color: none;
}
.postTitle {
  padding-left: 10px;
}
.postTitle > a {
  font-weight: bold;
}
.postCon {
    /* background:#333; */
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px 0;
    border: 1px dashed #eee;
}
.c_b_p_desc_readmore {
  display: none;
}
.postDesc {
  display: ;
}
.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);
  }
}
@keyframes eyemove {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  45% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  60% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(-8px, 0px);
  }
  85% {
    transform: translate(-8px, 0px);
  }
  90% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*
 * 评论相关
 */
.feedback_area_title {
  display: none;
}
#blog-comments-placeholder {
  padding: 0 20px;
  background: transparent;
  border:0;
  margin: 0;
}
.feedbackItem {
  clear: both;
  padding: 18px 8px 16px;
  border: 1px solid #eee;
  overflow: hidden;
  background: #fff;
}
.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(//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(//images.cnblogs.com/cnblogs_com/vvjiang/996881/o_thumb_up.png);
}
.comment_vote > a.comment_bury::before {
  background-image: url(//images.cnblogs.com/cnblogs_com/vvjiang/996881/o_thumb_down.png);
}
#comment_form_container {
  padding: 0 24px;
  margin-top: 24px;
  background: transparent;
  border: 0;
}
.comment_textarea {
  resize: none;
  border: 1px solid #999;
  border-radius: 4px;
  margin-top: 16px;
  box-sizing: border-box;
  max-width: unset;
}
#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 {
  text-align: center;
  /* font-size: 18px; */
  padding-left: 8px;
}
#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 4px;
  /* 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: 440px;
}
#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(//images.cnblogs.com/cnblogs_com/vvjiang/996881/o_thumb_up_24.png);
}
#green_channel_follow::before {
  background-image: url(//images.cnblogs.com/cnblogs_com/vvjiang/996881/o_love1.png);
}
#green_channel_favorite::before {
  background-image: url(//images.cnblogs.com/cnblogs_com/vvjiang/996881/o_star.png);
}
/*    点赞样式Begin   */
#div_digg {
  bottom: 72px;
  margin: 0px;
  position: fixed;
  right: 16px;
  animation: jumping 5s ease-in-out;
  animation-iteration-count: infinite;
}
.buryit {
  display: none;
}
.diggit {
  background: url(//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";
  position: absolute;
  top: -40px;
  left: -12px;
  font-size: 20px;
  color: #880303;
}
#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: -170px;
}
a.digg_gray {
  font-size: 18px;
}
#xiaociguai {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
#xiaociguai > img {
  width: 155px;
}
#xiaociguai::after {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: 69px;
  top: 43px;
  animation: eyemove 10s ease-in-out;
  animation-iteration-count: infinite;
}
#xiaociguai:hover,
#xiaociguai.enable-electric {
  -webkit-filter: saturate(7);
  filter: saturate(7);
}
/*    点赞样式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;
/* color:#fff; */
}
.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;
}
#nav_next_page a{
background: #5bf;
}
.topicListFooter .pager a, .topicListFooter .pager a:hover, .topicListFooter .pager span{
background: #5bf;
}
div[id^="under_post_card"] {
  display: none;
}
#tbCommentBody {
  height: 120px;
}