.welfare-container {
	width: 100%;
	min-width: 1200px;
	height: 170px;
	position: fixed;
	bottom: 0;
	left: 0;	z-index: 99999999999999999999;	
	background: url(../images/bg-90.png) repeat;
}

.welfare-box {
	width:1026px;
	margin: 0 auto;
	position: relative;
	height: 170px;
}
.welfare-box .welfare-ad img{
	width:1026px;
	height: 170px;
}
.welfare-box .welfare-closed{
	position: absolute;
	left:-60px;
	cursor: pointer;
	top:20px;
	width:30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}

.welfare-closed:hover {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg)
}

.take-back {
	width: 118px;
	height: 114px;
	position: fixed;
	left: -118px;
	bottom: 0;
	cursor: pointer;
	background: url(../images/take-back.png) center no-repeat;
}