/* 定制推荐和反对按键 */
#div_digg {
	position: fixed;
	bottom: -10px;
	width: 120px;
	right: 20px;
	box-shadow: inset 0 0 34px #FFFFFF;
	border: 2px solid rgba(255, 255, 255, 0.4);
	padding: 4px;
	background-color: #169fe6;
	border-radius: 10px 10px 10px 10px !important;
}

.diggit {
	background: url("https://images.cnblogs.com/cnblogs_com/smallshell/1543040/o_upup.png") no-repeat;
}

.buryit {
	background: url("https://images.cnblogs.com/cnblogs_com/smallshell/1543040/o_downdown.png") no-repeat;
}

/* 定制签名 */
.postBody {
	color: #000;
	font-size: 16px;
	font-family: simsun;
	line-height: 1.5;
	width: 100%;
}

.postBody a {
	color: #000000;
}

.postBody a:hover {
	text-decoration: none;
	color: #999999;
}

.myinfo_line {
	padding-bottom: 10px;
	border-bottom: #000 2px dashed;
}

.postBody img {
	width: 100px;
}
/* 定制分享栏 */
#green_channel {
	width: 100%;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: 2px 0;
	padding: 10px 0;
	margin: 30px 0;
}

#green_channel_weibo img {
	width: 30px;
}