.identity-noticebar-content {
	border-top: 1px solid #000;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	color:#fff;
	z-index:9999;
}
.identity-noticebar .hide-bar {
	background: transparent url(../img/close.png) top left no-repeat;
	cursor: pointer;
	display: block;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 32px;
}
.identity-noticebar {
	background: #000;
	background: rgba(0, 0, 0, 0.95);
	border-top: 1px solid #000;
	font-weight: bold;
	margin-bottom: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left:0;
	z-index:9999;
}