/* 点赞 浮动  */
#div_digg {
  position: fixed;
  right: 11%;
  bottom: 20px;
  width: auto;
  cursor: pointer;
}

#div_digg .diggit {
  border: 1px solid #ecc849;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  background: #e7e6eb url(//static.cnblogs.com/images/upup.gif) no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 50px;
  padding: 5px 0;
  text-align: center;
}

#div_digg .buryit , #div_digg .diggword {
   display:none
}

#div_digg #green_channel_follow {
 font-size:15px
}



/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:100px;right:-170px;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; text-align:right}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:7px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{ margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(https://images.cnblogs.com/cnblogs_com/huangxincheng/345039/o_o_online_arrow.jpg) no-repeat;position:fixed;top:100px;right:0;z-index:999;}
#rightArrow a{display:block;height:45px;}





/********** markdown **********/

#cnblogs_post_body h2 {
  font-size: 20px;
  color: #222;
  padding-bottom: 3px;
 margin: 30px 0 20px;
}
#cnblogs_post_body h3{
	margin-top:20px;
}

#cnblogs_post_body img{
	margin-top:15px;
        margin-bottom:15px;
       max-width: 65% !important;
       height: auto;
}

#cnblogs_post_body p{
	line-height:25px;
}

.cnblogs-markdown code{
	line-height: 1.5;
	margin: 0;
}

/*****************************/

