footer {
	background: #61c1be;
	width: 100%;
	margin-top: 50px;
	padding: 40px 0;
	position: relative;
}

.footer .bdsharebuttonbox {
	text-align: center;
	margin: auto;
	margin-bottom: 30px!important;
}

.footer .bdsharebuttonbox a {
	display: inline-block;
	width: 59px;
	height: 59px;
	margin-right: 30px;
}
.footer .bdsharebuttonbox a:last-child{
	margin-right: 0px;
}
.footer .bdsharebuttonbox .fx_wb {
	background: url(../images/8.png) no-repeat;
	background-size: 100% 100%;
}

.footer .bdsharebuttonbox .fx_qq {
	background: url(../images/8.png) no-repeat;
	background-size: 100% 100%;
}

.footer .bdsharebuttonbox .fx_wx {
	background: url(../images/7.png) no-repeat;
	background-size: 100% 100%;
}

.footer .bdsharebuttonbox .fx_dy {
	background: url(../images/9.png) no-repeat;
	background-size: 100% 100%;
}
.footer .bdsharebuttonbox .fx_xhs {
	background: url(../images/10.png) no-repeat;
	background-size: 100% 100%;
}
.footer .bdsharebuttonbox a:hover{
	color: #333; 
	    opacity: .8;
	    filter: alpha(opacity=80);
}
.footer_style span{
	color: #666666;
}
.hide_ewm{
	display: none;
	position: absolute;
	width:200px;
	top: -180px;
	left: 50%;
	height:200px;
	transform: translateX(-50%);
	float: left;
	background: white;
	padding: 20px;
	border: 1px solid #afafaf;
	text-align: center;
}
.hide_ewm>img{
	width: 125px;
	height: 125px;
}
.hide_ewm>p{
	margin-top: 5px!important;
}