/* ==========================基础信息===========================*/
body {
  position: relative;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: #2c3e50;
}
a:hover{
  color: #2c3e50;
  text-decoration: none;
}
.left {
  float: left;
}
 /* == 禁广告 ==*/
#ad_t2 {
  display: none;
}


/* ==========================loading动画===========================*/
.loading {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #ffffff;
  font-size: 18px;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: loading 3s linear; 
}
.loading img {
  margin-top: 100px;
}
@-webkit-keyframes loading {
  0%{opacity: 1;visibility: visible;}
  90%{opacity: 1;}
  100%{opacity: 0;visibility: visible;} 
}

/* ==========================头部===========================*/
#header {
  display: none;
}
.header {
  position: fixed;
  z-index: 99990;
  width: 100%;
  top: 0;
  heigth: auto;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
  padding: 10px 60px;
}
.logo-wrap {
  float: left; 
  overflow: hidden;
}
.logo {
  margin-bottom: 5px;
  box-shadow: 5px 5px 8px #333;
  width: 120px;
  height: 120px;
  background-image: url('https://files.cnblogs.com/files/bunnyfan/zoro-qi-one.gif');
  background-size: contain;
}
.logo:hover {
  background-image: url('https://files.cnblogs.com/files/bunnyfan/zoro-qi.gif');
}
.logo-name {
  color: #2c3e50;
  font-size: 1.5rem;
  margin: 10px;
  font-weight: bolder;
}
.nav {
  float: left;
  overflow: hidden;
  margin: 11px 0 0 18px;
}
.nav li {
  font-size: 20px;
  margin: 0 10px;
}
.nav li:first-child {
  border-bottom: 3px solid #42b983;
}
.nav li:hover {
  border-bottom: 3px solid #42b983;
}

/*主图*/
.main-title {
  margin-top: 75px;
  background: linear-gradient(to bottom,#3a775b 0,#42b983 100%);
  text-align: center;
  color: #ffffff;
}
.main-title h1 {
  font-size: 90px;
  padding-top: 40px;
}
.main-title h2 {
  font-size: 30px; 
  padding-top: 20px; 
}
.main-title p {
  padding: 15px 0 40px 0;
  line-height: 50px;
}

.main-title p a {
  color: #ffffff;
  font-size: 18px;
  box-shadow: inset 0 -4px 0 #249447;
  background: #229e49;
  padding: 13px 35px 17px;
  border-radius: 6px;
  transition: all .2s ease-in-out;
}
.main-title p a:hover {
  color: #ffffff;
  background: #228e45;
}

/* ==========================侧边栏===========================*/
#sideBar {
  float: none;
  position: fixed;
  top: 8px;
  right: 0;
  z-index: 99999;
  width: 650px;
  overflow: hidden;
  min-height: auto;
}
.catListTitle {
  border-bottom: none;
} 
/*====日历====*/
#blog-calendar {
  box-shadow:3px 3px 8px #694c4c;
  margin-bottom: 20px;
}
/*=今天=*/
.CalTodayDay {
  font-weight: 600;
  background: #f3f2f2;
  color: #181918;
}
#blog-calendar a {
  color: #42b983;
  font-weight: 600;
}
#blog-calendar u {
  text-decoration: none;
}
#blog-calendar td:hover {
  background: #f3f2f2;
  cursor: default;
}

/*最新随笔*/
#sidebar_recentposts {
  float: left;
  width: 150px;
}
#sidebar_recentposts ul {
  display: none;
  border: 1px solid #ddd;
  margin-top: 21px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 23px;
  background: rgb(255,255,255);
  padding: 3px;
  padding-top: 10px;
  opacity: 0.8;
}
#sidebar_recentposts:hover ul{
  display: block;
  -webkit-animation: ulanimate 0.5s linear;
}
@-webkit-keyframes ulanimate {
  0%{opacity: 0;}
  100%{opacity: 0.8;}
}

#sidebar_recentposts ul li:hover {
  background:rgba(66, 185, 131,0.2)
}

/*我的标签*/
#sidebar_toptags {
  float: left;
  width: 150px;
}
#sidebar_toptags ul {
  display: none;
  border: 1px solid #ddd;
  margin-top: 21px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 23px;
  background: rgb(255,255,255);
  padding: 3px;
  padding-top: 10px;
  opacity: 0.8;
}
#sidebar_toptags:hover ul {
  display: block;
  -webkit-animation: ulanimate 0.5s linear;
}
#sidebar_toptags ul li:hover {
  background:rgba(66, 185, 131,0.2);
}

/*随笔档案*/
#sidebar_postarchive {
  float: left;
  width: 150px;
}
#sidebar_postarchive ul {
  display: none;
  border: 1px solid #ddd;
  margin-top: 21px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 23px;
  background: rgb(255,255,255);
  padding: 3px;
  padding-top: 10px;
  opacity: 0.8;
}
#sidebar_postarchive:hover ul {
  display: block;
  -webkit-animation: ulanimate 0.5s linear;
}
#sidebar_postarchive ul li:hover {
  background:rgba(66, 185, 131,0.2);
}

/*积分与排名*/
#sidebar_scorerank {
  float: left;
  width: 150px;
}
#sidebar_scorerank ul {
  display: none;
  border: 1px solid #ddd;
  margin-top: 21px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 23px;
  background: rgb(255,255,255);
  padding: 3px;
  padding-top: 10px;
  opacity: 0.8;
}
#sidebar_scorerank:hover ul {
  display: block;
  -webkit-animation: ulanimate 0.5s linear;
}
#sidebar_scorerank ul li:hover {
  background:rgba(66, 185, 131,0.2);
}

/* ==========================主内容===========================*/
#mainContent {
  float: none;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1200px;  
}
#mainContent .forFlow {
  margin: 0;
}
.day {
  position: relative;
  border: 1px solid #dedede;
  padding-left: 310px;
  padding-right: 40px;
  min-height: 240px;
  margin: 0 0 -1px 0; 
}
.day:hover {
  border: 1px solid #42b983;
  position: relative;
  z-index: 5;
}
.dayTitle {
  border-bottom: none;
  float: left;
  width: auto;
  margin: 0;
  height: 40px;
  margin-top: 45px;
  margin-right: 10px;
}
.dayTitle a {
  background: #229e49;
  padding: 11px;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 -4px 0 #249447;
  transition: background .2s ease-in-out;
}
.dayTitle a:hover {
  background: #228e45;
}
.postTitle {
  border-bottom: none!important;
  float: left;
  width: auto;
  clear: right;
  margin-top: 35px;
  height: 40px;
  line-height: 40px;
  transition: margin-left 0.4s ease;
}
.postTitle a {
  color: #42b983!important;
}
.postTitle a:hover {
  color: #42b983;
}
.postTitle:hover {
  margin-left: 15px; 
  color: #42b983; 
} 
.c_b_p_desc img {
  position: absolute;
  top: 35px;
  left: 35px;  
  width: 240px;
  height: 160px;
}
.c_b_p_desc a {
  position: absolute;
  top: 35px;
  left: 35px; 
  width: 240px;
  height: 160px; 
  margin: 0;
  padding: 0;  
  text-align: center;
  line-height: 160px;
  text-decoration: none!important;
  opacity: 0;
  color: #ffffff;
  transition:all 0.5s linear;
}
.c_b_p_desc a:hover {
  opacity: 0.8;
  background: black;
  font-size: 26px;
}
.postDesc {
  position: absolute;
  bottom: 11px;
  width: auto;
  right: 5px;
  color: #c3c3c3!important;
}
.postDesc a {
  color: #c3c3c3!important;
  transition: color .4s ease;
}
.postDesc a:hover {
  color: #42b983!important;
}
.postCon {
  text-indent: 20px;
  color: #555;
}

/*=============================内部=====================================*/
#blog_post_info_block {
  display: none;
}
#comment_nav {
  display: none;
}
#cnblogs_post_body {
  margin-bottom: 120px;
}
#topics {
  position: relative;
  padding: 0;
  width: 900px;
  margin-left: 150px;
}
.postBody p {
  margin: 18px 0;
}
.postBody h2 {
  margin: 45px 0 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
}
.postBody a {
  text-decoration: none!important;
  color: #42b983!important;
  font-weight: 600;
}
.postBody a:hover {
  color: #42b983!important;  
}
#post_detail h1 {
  font-size:24px!important;
}
#comment_form {
  clear: both;
}
#comment_form p:last-child {
  display: none;
}
#post_detail {
  overflow: hidden;
}
.postBody {
  border-bottom: 1px solid #dedede;
}
.feedback_area_title {
  border-bottom: none;
  font-size: 23px;
  line-height: 40px;
  margin-top: 0;
  border-left: 3px solid #42b983;
}
.sendMsg2This {
  display: none;
}
.comment_vote {
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.comment_vote a {
  padding: 4px;
  color: #ffffff;
  border-radius: 7px;
  margin-left: 8px;
}
.comment_vote a:first-child {
  background: rgba(255, 1, 1, 0.4);
}
.comment_vote a:first-child:hover {
  background: rgba(255, 1, 1, 0.6);
}
.comment_vote a:last-child {
  background: rgba(14,14,14,0.3);
}
.comment_vote a:last-child:hover {
  background: rgba(14,14,14,0.5);
}
.feedbackItem {
  position: absolute;
  background: #fff;
  width: 300px;
  height: 385px;
  border: 1px solid #999;
  padding: 5px;
  opacity: 1;
}
.feedbackItem:hover {
  border: 1px solid #42b973;
}
.feedbackItem:hover .feedbackListSubtitle a[id^="a_comment_author"] {
  color: #42b973;
}
.layer {
  display: none;
}
.comment_date {

}
.comment_actions {
  padding-right: 30px;
}
.comment_actions a {
  font-weight: 600!important;
}
.feedbackCon {
  padding-bottom: 35px;
  height: 213px;
  overflow: auto;
}
.feedbackListSubtitle {
  position: relative;
  height: 36px;
  padding-left: 74px;
  padding-top: 35px;
}
.feedbackListSubtitlezzzzz:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 45px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/bunnyfan/919143/t_logo.jpg);
    background-size: contain;  
}
.feedbackListSubtitle a[id^="a_comment_author"]{
  position: absolute;
  top: 0;
  left: 71px;
  font-size: 23px;
}
.logo-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-image: url(https://images.cnblogs.com/cnblogs_com/bunnyfan/919143/o_%e7%a5%9e%e5%a5%87%e5%ae%9d%e8%b4%9d.jpg);
  background-position: -5px -2px;
}

.feedbackManage {
  display: none;
  position: absolute;
  top: 346px;
  left: -87px;
}
.feedbackItem:hover .feedbackManage {
  display: block;  
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
  font-weight: 600;
}
.warning {
  padding: 12px 24px 12px 30px;
  margin: 2em 0;
  border-left: 4px solid #f66;
  background-color: #f8f8f8;
  position: relative;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  margin-left: 12px!important;
}
.warning:before {
  position: absolute;
  top: 14px;
  left: -12px;
  background-color: #f66;
  color: #fff;
  content: "!";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
/*===评论==*/
#blog-comments-placeholder {
 width: 1080px;
 height: 800px;
 margin-left: 60px;
 overflow: hidden;
 position: relative;
}

#commentform_title {
  padding-left: 8px;
  font-size: 23px;
  font-weight: 600;
  background: none;
}

#commentbox_opt > a{
  display: none;
}
.c_ad_block {
  display: none!important;
}
.cnblogs_code_toolbar {
  display: none;
}
.cnblogs_code {
  border: none;
  background: #f8f8f8;
}

/*================to-top=====================*/
.to-top {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: rgba(26, 33, 30, 0.2);
  cursor: pointer;
  transform: rotate(-90deg);
  font-size: 50px;
  line-height: 50px;
}
.to-top:hover {
  background: rgba(66,185,131,0.9);
}
/*================================底部=================================*/
#footer {
  border-top: 1px solid #dedede;
  color: #555; 
}