@charset "utf-8";
/* CSS Document */
.share {
	margin-right: -10px;
	float: right;
	margin-top:-40px;
}
.share .icon_weixin,  .share .icon_sina,  .share .icon_qq, .share .icon_ding {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.share .icon_weixin {
	position: relative;
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_weixin.gif") no-repeat;
}
.share .icon_weixin:hover {
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_weixin1.gif") no-repeat;
}
.share .icon_sina {
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_weibo.gif") no-repeat;
}
.share .icon_sina:hover {
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_weibo1.gif") no-repeat;
}
.icon_qq {
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_qzone.gif") no-repeat;
}
.icon_qq:hover {
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_qzone1.gif") no-repeat;
}
.share .icon_ding {
	position: relative;
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_ding.png") no-repeat;
}
.share .icon_ding:hover {
	background: url("https://static.hntv.tv/total/ch/hnr2023/txtShare/images/icon_ding1.png") no-repeat;
}
#weixin_qrcode {
	position: absolute;
	left: -45px;
	top: 68px;
	width: 100px;
	padding: 8px 12px 2px;
	border: 1px solid #dedede;
	background-color: #fff;
	border-radius: 8px;
	z-index:99;
}
#weixin_qrcode3 {
	position: absolute;
	left: -45px;
	top: 68px;
	width: 100px;
	padding: 8px 12px 2px;
	border: 1px solid #dedede;
	background-color: #fff;
	border-radius: 8px;
	z-index:99;
}
#weixin_qrcode .qrcode1, #weixin_qrcode3 .qrcode1 {
	clear: both;
	width: 100px;
	height: 100px;
}
#weixin_qrcode p, #weixin_qrcode3 p {
	color: #989898;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}
#weixin_qrcode .triangle, #weixin_qrcode3 .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #dedede;
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -4px;
}
#weixin_qrcode .triangle:after, #weixin_qrcode3 .triangle:after {
	content: '';
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff;
	position: absolute;
	top: 2px;
	left: -8px;
}
