
/*## 新增样式放这里 ##*/
.channel .tool_transmit{
	position: relative;
	display: inline-block;
	background-size: 20px;
}
.channel .tool_transmit::before {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 1;
}

.channel .tool_transmit .t_dialog {
	font-size: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 27px;
	width: 160px;
	height: 53px;
	border-radius: 5px;
	background: url('../images/tips_bg.png') no-repeat;
	z-index: 1;
}
.channel .tool_transmit .wechat-qrcode {
	display: none;
	position: absolute;
	z-index: 9;
	bottom: -260px;
	left: 0;
	width: 200px;
	height: 190px;
	font-size: 12px;
	text-align: center;
	transition: all 200ms;
	border: 1px solid #eee;
	background-color: #fff;
}

.channel .tool_transmit .weixinCat h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}

.channel .tool_transmit .weixinCat .qrcode {
	width: 105px;
	height: 100px;
	margin: 10px auto;
}

.channel .tool_transmit .weixinCat .help p {
	color: #666;
	font-size: 12px;
	text-align: center;
	text-indent: 0;
	line-height: normal
}
.container.channel .tabWrap.style1 .tabCon .newsList .tool_transmit .t_dialog li {
	display: inline-block;
	width: 52px;
	height: 44px;
	padding-top: 0;
	padding-bottom: 0;
}

.channel .tool_transmit .t_dialog ul {
	padding: 5px 2px 0 2px;
}

.channel .tool_transmit:hover .t_dialog {
	display: block;
}
.channel .i_weixin {display: inline-block;background: url('../images/weixin.png') no-repeat center;}
.channel .i_qq {display: inline-block;background: url('../images/qq.png') no-repeat center;}
.channel .i_weibo {display: inline-block;background: url('../images/weibo.png') no-repeat center;}
.channel.container .tabWrap.style1 .tabCon .newsList li .record .icon-fabulous.on{
	color: #1a87e3;
	font-weight: 500;
}
