/*body {
    background-color:whitesmoke;
} /*    // 修改背景颜色为半透明

// 修改其他边框的颜色
/*#home,#sideBarMain>div,#blog-sidecolumn>div>div,.catListView{
    background-color:rgba(255,255,255,0);
}  */

/* 置顶小火箭样式 */
body{height:3000px;}

/*回到顶部*/
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("https://images.cnblogs.com/cnblogs_com/hxun/1493052/o_o_o_rocket_button_up2.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url("https://images.cnblogs.com/cnblogs_com/hxun/1493052/o_o_o_rocket_button_up2.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    overflow: hidden;
    padding: 0;
    position: fixed;
   /* right: 0; */
    top: 80%;
    width: 149px;
    z-index: 11;
}

/*隐藏广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}

/* 关注收藏等几个按钮 */
/*#green_channel {
    padding: 10px;
    margin: 20px 0;
    font-size: 15px;
    width: 400px;
}
#green_channel a {
    border-radius: 3px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
}*/

/*侧边栏公告  start   */
/*圆头像 */
/*#blog-news > .headImage > img {
    display: block;
    margin: auto;
    border-radius: 50%;
}
.headImage {
      background: #fff;
      padding-top: 10px;
}*/
/*时钟*/
#profile_block {
    font-size: 15px;
    padding: 10px 20px 20px 20px;
    line-height: 1.8;
    
}
#profile_block:hover {
    border:1px solid #ff5e52 !important;
}
#profile_block > a:link {
    color: #F60;
}
#sidebar_news{  
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px;
    background-color: #fff;	   
}
#blog-news {
    overflow: hidden;
    margin-bottom: 0px;
}
/*公告 end  */

/*侧边栏 链接悬停样式 */
#sideBar a:hover{
    color:#8B0000;
    text-shadow: -0.73px 0 0 #FFD700, 0 0.73px 0 #FFD700, 0.73px 0 0 #FFD700, 0 -0.73px 0 #FFD700;
    -webkit-transition: 0.3s;
}

/* 定制公告栏时钟位置 */
#clockdiv {
  text-align: center;
  background: #fff;
}



/* 文章title自定义带动画样式 */
#topics .postTitle{
  /*margin-top: 3px;*/
}
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom:8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 7px;
  border-left: 3px solid #21759b;
  padding-left:3px;
  font-size: 17px;
  border-radius:0px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 17px;
  color:#FF0000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}


//加载进度条
/*#loadingProcess{
  position: absolute;
  position: fixed;
  top:0;
  left: 0;
  height: 3px;
  box-sizing: border-box;
  width: 0%;
  background-color: @AccentColor;
  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
}


/*    点赞样式Begin   */
@keyframes jumping {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-400px);
  }
  100% {
    transform: translateY(0px);
  }
}
#div_digg {
  bottom: 0px;
  bottom: 50px;
  margin: 0px;
  position: fixed;
  opacity:0.37;
  right: 0.5rem;
  right: 16px;
  animation: jumping 7s ease-in-out;
  animation-iteration-count: infinite;
}
.diggit { 
  background: url(https://images.cnblogs.com/cnblogs_com/hxun/1582626/o_191105081923o_ball.png) no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 5px #FFFFCC inset;
  cursor: pointer;
  height: 100px;
  margin: 0px;
  padding: 0px;
  width: 100px;
  text-align: center;
}
#div_digg .diggnum {
  color:#FFFF00;
  opacity:0.73;
  font-family: Verdana;
  font-size: 37px;

  line-height: 2em!important;
}
#digg_tips{
  color: #fa5 !important;
  width: 200px;
  text-align: center;
  margin-left: -50px;
  margin-top: 20px;
}
/* 隐藏取消赞按钮,有点邪恶了 */
a.digg_gray{
  display: none;
}
#xiaociguai{
  opacity:0.66;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 155px;
  cursor: pointer;
  z-index:9999 ;
}
#xiaociguai:hover,#xiaociguai.enable-electric{
  -webkit-filter: saturate(7);
  filter: saturate(7);
}
/*    点赞样式End   */


/* 删除反对按钮,有点邪恶了 */
 .buryit {
  display: none;
}

/*侧边栏日历样式*/
#sideBarMain #blog-calendar, #sideBarMain .sidebar-block {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px;
    background-color: #fff;
}
#sideBarMain .catListTag li {
    width: auto!important;
    border-bottom: none!important;
    display: inline-block;
    padding: 0;
    font-size: 12px;
}
#sideBarMain .catListTag ul {
    padding: 10px;
}
#sideBarMain .CalTitle td {
    height: 48px;
    background-color: #66B2FF;
    color: #fff;
    font-size: 16px;
}
#sideBarMain .CalTitle td.CalNextPrev {
    padding-left: 18px;
    padding-right: 18px;
    font: bold normal normal 20px/1 Calibri,sans-serif;
}
#sideBarMain .CalTitle td.CalNextPrev a {
    color: #fff;
}
#sideBarMain .CalDayHeader {
    height: 40px;
    color: #66B2FF;
    font-size: 16px;
    font-weight: normal;
}
#sideBarMain td {
    height: 36px;
    font-size: 15px;
    text-align: center;
    color: #555;
}
#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td.CalOtherMonthDay {
    color: #b4e6ff;
}
#sideBarMain #blogCalendar tbody tr td.CalTodayDay {
    border-radius: 20px;
    background-color: #66B2FF;
    color: #fff;
}
#sideBarMain #blogCalendar tbody tr td.CalTodayDay a {
    color: #fff;
}

/******* 关注按钮  start *******/
@-webkit-keyframes orangePulse {
  from { background-color: #b84c04; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #ff5c00; -webkit-box-shadow: 0 0 27px #ff5c00; }
  to { background-color: #b84c04; -webkit-box-shadow: 0 0 9px #333; }
}
#p_b_follow a{
	color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    overflow: visible;
    background-color: #ff5c00;
    font-size: 12px;
    padding: 8px 19px 9px;
	-webkit-animation-name: orangePulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
#p_b_follow a:hover{
	background-color: #d45500;
}
/**********关注按钮   end  **********/


