

/*公共底部样式*/
.footer{
	width:100% ;
	background: #272d3c;
	box-sizing: border-box;
	padding:0px 10px 35px 0px;
	margin-top: 0px;
}

.footerinner{
	height: 100%;
	margin:0 auto;
	position: relative;
}

.share{
	width: 110px;
	margin:0 auto;
	overflow: hidden;
}

.share li{
	float: left;
	height: 50px;
	padding:5px 5px;
}

.share li img{
	width: 100px;
	height: 35px;
	cursor: pointer;
	border-radius: 20px;

}

.code_wrap{
	position: absolute;
	left:50%;
	top:-308px;
	margin-left: -603px;
	width:900px;
	z-index:50;
}
.code{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.code li{
	float: left;
	width: 160px;
	height:309px;
}

.code li img{
	width: 304px;
	height:309px;
	display: none;
}

.code li img.wechat{
	position:absolute;
	left:448px;
}

