﻿ 

/*公共底部样式*/
 .footerinner{
	height: 100%;
	margin:0 auto;
	position: relative;
}
.share{
	width: 180px;
	margin:0 auto;
	overflow: hidden;
}
.share li{
	float: left; text-align:right;
	height:32px; width:90px;
}
.share li img{
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 20px;

}

.code_wrap{
	position: absolute;
	left:15%;
	top:30px;
 
 	z-index:50;
}
.code{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.code li{
	float: left;
	width:104px;
	height:104px;
}
.code li img{
	width:104px;
	height:104px;
	display: none;
}
.code li img.weibo{
	position: absolute;
	left:144px;
}
.code li img.qq{
	position: absolute;
	left: 312px;

}
.code li img.twitter{
	position: absolute;
	left:0px;
}
.code li img.wechat{
	position:absolute;
	left:45%; top: 0px;
}
.footerinfo{
	font-size: 16px;
	text-align: center;
	color: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.footerinfoTop{
	margin:10px 0;
}
.footerinfoTop p{
	line-height: 22px;
}
.footerinfoBottom{
	font-size: 12px;
}
.footerinfoBottom .min{
	font-size:12px;
}
