/*添加按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  display:none;
}
.cnblogs-markdown pre:hover > span {
  display:block;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}



/*快速评论*/
#div_digg {
    position: fixed;
    bottom: 10px;
    right: 300px;
    border: 2px solid #ECD7B1;
    padding: 10px;
    width: 60px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  }
#div_digg .buryit{
    display:none
}
  /*鼠标样式*/
  body {
  cursor: url("https://blog-static.cnblogs.com/files/loveliang/shubiao.ico"), auto;
  }
  a:hover { cursor:url("https://blog-static.cnblogs.com/files/loveliang/activeshubiao.ico"),auto;}#header:before
  

#sidebar_postcategory li{
      overflow: hidden;
      width: auto!important;
      border-bottom:none!important;
      text-overflow: ellipsis;
      white-space: normal!important;
      font-size: 12px!important;
      line-height: 1.5rem!important;
      display: inline-block;
  }
  #sidebar_postcategory li a:hover{
      background-color:#4CAF50;
  }
  #sidebar_postcategory li a{
      background-color: #607D8B;
      color:#fff!important;
      padding: 2px 7px;
      line-height: 1.5em;
      display: inline-block;
      text-decoration: none;
      transition:all 0.2s!important;
      border-radius: 3px;
  }
  #sidebar_postcategory li{
      overflow: hidden;
      width: auto!important;
      border-bottom:none!important;
      text-overflow: ellipsis;
      white-space: normal!important;
      font-size: 15px!important;
      line-height: 1.5rem!important;
      display: inline-block;
  }
  #sidebar_postcategory li a:hover{
      background-color:#4CAF50;
  }
  
  #sidebar_postcategory li a{
      background-color: #607D8B;
      color:#fff!important;
      padding: 2px 7px;
      line-height: 1.5em;
      display: inline-block;
      text-decoration: none;
      transition:all 0.2s!important;
      border-radius: 3px;
  }
  /*标题2*/
  #cnblogs_post_body h2 {
      color: #fff;
      padding-left: 15px;
      background-color: #84d0f3  !important;
      text-shadow: 2px 2px 3px #222222;
      font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
      margin-bottom: 5px;
  }
  /*标题3*/
  #cnblogs_post_body h3 {
      color: #6FA833;
      border-left: 13px solid #84c6ff;
      padding: 5px;
      background-color: #f5f5f5;
  }

 /* 分类 标签 */
  #BlogPostCategory a::after , #MyTag1_dtTagList a::after , #EntryTag a::after , .catListTag a::after {
      background-color: #fff;
      border-radius: 50%;
      content: " ";
      height: 4px;
      position: absolute;
      top: 13px;
      left: -3px;
      width: 4px;
  }
  #BlogPostCategory a:hover::before,#MyTag1_dtTagList a:hover::before, #EntryTag a:hover::before, .catListTag a:hover::before {
      border-right-color: #ff5a4e;
  }
  #BlogPostCategory  a::before, #MyTag1_dtTagList a::before, #EntryTag a::before, .catListTag a::before {
      border-top: 15px solid transparent;
      border-right: 10px solid #2196f3;
      border-bottom: 14px solid transparent;
      content: "";
      height: 0px;
      position: absolute;
      top: 0px;
      left: -10px;
      width: 0px;
      transition:all 0.2s;
  }
  
  #BlogPostCategory a:hover, #MyTag1_dtTagList a:hover, #EntryTag a:hover, .catListTag a:hover {
      background-color: #ff5a4e;
  }
  #BlogPostCategory a, #MyTag1_dtTagList a, #EntryTag a, .catListTag a {
      background-color: #2196f3;
      border-radius: 0 3px 3px 0;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      line-height: 1.2727;
      margin: 2px 4px 2px 10px;
      padding: 6px 8px;
      position: relative;
      transition:all 0.2s;
  }
  #BlogPostCategory {
      margin-right: 5px;
      padding: 0px 30px 0px;
      background: url(https://images.cnblogs.com/cnblogs_com/pandaman/653138/o_o_biaoqianfenlei.png) no-repeat left center;
      color: white;
      font-size: 0px;
  }
  #EntryTag {
      margin-right: 5px;
      padding: 0px 30px 0px;
      background: url(https://images.cnblogs.com/cnblogs_com/pandaman/653138/o_o_biaoqianfenlei.png) no-repeat left center;
      color: white;
      font-size: 0px;
  }
#main #mainContent {
      margin-right: 2%;
      width: 800px;
      color: #333;
      font-size: 16px;
      line-height: 1.6;
  }
  
  #main #mainContent .day {
      position: relative;
      margin-bottom: 50px;
      padding: 40px 20px;
      box-shadow: 0 0 0 0, 0 6px 12px rgba(34, 34, 34, 0.1);
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background-color: #fff;
  }
  #main #mainContent .day .postDesc {
      padding: 0 110px 0 10px;
      border-top: 1px solid #dee1e0;
      color: #bfbfbf;
      line-height: 3.125rem;
  }
  
  #main #mainContent .dayTitle {
      position: absolute;
      top: 6px;
      left: -25px;
      min-width: 155px;
      padding: 6px 10px;
      background: #42f02b;
      /* background: -webkit-linear-gradient(to right, #F45C43, #EB3349);
      background: linear-gradient(to left, #F45C43, #EB3349); */
      box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
      text-align: center;
  }
  
  #main #mainContent .dayTitle:before {
      position: absolute;
      top: 100%;
      left: 0;
      border-color: #26d616  transparent;
      border-style: solid;
      border-width: 20px 0 0 25px;
      content: " ";
  }
  
  #main #mainContent .dayTitle a {
      color: #fff;
      text-align: center;
      font-size: 1.125rem;
      font-family: PingFang SC,Microsoft YaHei;
  }
  
  #main #mainContent .postTitle {
      overflow: hidden;
      margin: 10px auto;
      padding: 0 2em 0 20px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 26px;
  }
  
  #main #mainContent .postTitle a{
      color:#333;
      transition: all 0.2s;
  }
  
  #main #mainContent .postCon {
      border-top: 1px solid #dee1e0;
      background-color: #f4f4f4;
  }
  
  #main #mainContent .c_b_p_desc {
      position: relative;
      overflow: visible!important;
      padding: 20px;
      color: #4d4d4d;
      font-size: 1pc;
  }
  
  #main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
      position: absolute;
      top: 108%;
      right: 0;
      width: 75pt;
      height: 40px;
      border-radius: 3px;
      background-color: #00ace4;
      color: #fff;
      text-align: center;
      line-height: 2.5rem;
      transition: .3s ease background-color;
  }
  
  #main #mainContent .c_b_p_desc a:hover {
      background-color: #007ea7;
      color: #eee;
  }
#sideBarMain #blog-calendar, #sideBarMain .sidebar-block {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 0 0, 0 6px 12px rgba(34, 34, 34, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
#sideBarMain .CalTitle{
    border-bottom: #36b3ef 1px solid;
}

#sideBarMain .CalTitle td {
    height: 40px;
    background-color: #36b3ef;
    color: #fff;
    font-size: 22px;
}
#sideBarMain .CalTitle td.CalNextPrev {
    padding-left: 15px;
    padding-right: 15px
}

#sideBarMain .CalTitle td.CalNextPrev a {
    color: #fff;
}

#sideBarMain .CalDayHeader {
    height: 32px;
    color: #fff;
    background-color: rgb(54, 179, 239);
    font-size: 18px;
}
#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td.CalOtherMonthDay {
    color: rgba(0, 0, 0, .2);
}
.CalTodayDay u{
    color:#fff;
}
#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td.CalTodayDay {
    border-radius: 20px;
    background-color: #03A9F4;
    color: #fff;
}

#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td>a {
    color: #00ace4;
    text-decoration: none;
}
#widget_my_google{
   display:none
}
#widget_my_zzk{
  padding: 15px 15px 15px 15px;  !important
}