*{
	margin: 0;
	padding: 0;
}

body {
	font:14px/1.5 "Microsoft YaHei",Arial,Helvetica,sans-serif;
	color:#2b2b2b;
	overflow:visible;
}
.cf {display:block;zoom:1;}
*html .cf {height:1%;}
.cf:after {content:" ";display:block;height:0;clear:both;visibility:hidden;}
.cf{*zoom:1;}
.fl {float:left;display:inline;}



.post_title{
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
.post_img{
	margin: 0 auto;
	display: block;
}

#sns_share{
	width: 210px;
	height: 30px;
	margin: 100px auto;
	position: relative;
}
.sns_share_to{
	color: #999;
	line-height: 24px;
}
.share_icon{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	display: block;
	overflow: hidden;
	opacity: 0.8;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
}
.share_icon:hover{
	opacity: 1;
}

.share_icon em{
	display: none;
	width: 60px;
	height: 30px;
	margin-left: 30px;
	line-height: 30px;
	float: left;
}
.share_weixin{
	background-position: 0px 0px;
}
.share_tsina{
	background-position: -34px 0px;
}
.share_tqq{
	background-position: -68px 0px;
}
.share_renren{
	background-position: -102px 0px;
}
.share_tqzone{
	background-position: -136px 0px;
}

/*微信二维码*/
.wemcn {
	position: absolute;
	left: -80px;
	top: -125px;
	z-index: 4;
	display: none;
}
.ewmDiv {
	width: 255px;
	height: 89px;
	border: 2px solid #dcdcdc;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 7;
}
#ewmimg {
	float: left;
	width: 85px;
	height: 85px;
}
.rwmtext {
	float: left;
	padding-top: 7px;
	width: 145px;
	text-indent: 8px;
}
.rwmtext p {
	line-height: 25px;
	width: 145px;
	text-indent: 12px;
	color: #636363;
	font-size: 12px;
}
#ewmkg {
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	right: 12px;
	top: 11px;
	background-position: -170px 0px;
}
#ewmkg:hover {
	background-position: -187px 0px;
}
.ewmsj {
	margin-left: 140px;
	margin-top: -2px;
	width: 18px;
	height: 13px;
	position: absolute;
	background-position: -200px 0px;
}