* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

#wr {
	width:100%;
	margin: 0px auto;
	text-align: left;
	position:absolute;
	border-bottom:60px;
}
.trigger,.trigger a {
	display: block;
	width: 100%;
	height: 44px;
	text-indent: -999999em;
	overflow: hidden;
	position:fixed;
	bottom:1px;
	
	
	z-index:999999;
	

	
}
.trigger {
    width:100%;
	background: url(../images/t.png) no-repeat right top #313439;
	height:40px;
}
.close {
     width:100%;
	 height:40px;
	background: url(../images/b.png) no-repeat right top #313439 ;
}
.cnt {
	display: none;

	width:100%;
	padding-top:20px;
	
	background: #313439;
	position:absolute;
	bottom:40px;
	
	z-index:9999;
	
}
.cl {
	width: 100%;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
