.widgets_wrap {
	padding: 0;
	margin: 0;
	width: 90px;
	height: auto;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99999;	
}
.widgets_small {
	width: 60px;
	top: auto;
	bottom: 0;
}
.widgets_wrap.left {
	right:auto;
	left:10px;
}
.widgets_wrap div,.widgets_small div {
	padding: 0;
	margin: 0;
}
.widgets_top {
	width: 100%;
	background-color: #E6E6E6;
	height: 30px;
	line-height: 30px;
	text-align: right;
	cursor: pointer;
	font-size:12px;
	font-family:'Microsoft Yahei';
}
.widgets_top i {
	font-style: normal;
}
.widgets_top span,.widgets_top .widgets_hide {
	background:url(../images/arrow.png) no-repeat 2px 4px;
    width: 10px;
    height: 30px;
    float: right;
    margin: 3px 10px 0 3px;
}
.widgets_top .widgets_hide {
	background-position: -28px 8px;
}
.widgets_main {
	border: 3px solid #E6E6E6;
	background-color: #fff;
}
.widgets_main ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.widgets_wrap .widgets_main ul li,.widgets_small ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 20px 0;
	border-bottom: 2px solid #E6E6E6;
	cursor: pointer;
	position: relative;
}
.widgets_wrap.widgets_small ul li {
	padding: 5px 0;
}
.widgets_main ul li img {
	display: block;
	width: auto;
	max-width: 32px;
	_width: 32px;
	height: auto;
	margin:0 auto;
}
.widgets_small ul li img {
	max-width: 24px;
	_width: 24px;
}
#weixin span {
	position: absolute;
	right: 100%;
	bottom: 0;
	display: none;
	width: 150px;
	height: auto;
	font-size: 13px;
	text-align: center;
	background-color: #efefef;
	padding: 5px;
	border-radius: 4px;
	color: #333;
	border-right: 4px solid #e6e6e6;
}
#weixin span img {
	display: block;
	margin:0 auto 5px;
	width: 100%; 
	height: auto;
	max-width: 100%;
}
.widgets_wrap.left #weixin span {
	right:auto;
	left:100%;
}