#cookie-bar {
	background:#777;
	height:auto;
	min-height:60px;
	font-family: "HelveticaLT", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	padding:0px;
}
#cookie-bar.fixed {
	background:#040f25;
	position:fixed;
	/*top:0;*/
	left:0;
	width:100%;
	z-index:9999;
	bottom:0px;
}
#cookie-bar.fixed.bottom {
	bottom:0;
	top:auto;
}

#cookie-content {
	/*width:1040px;*/
	margin:0px auto;
}

#cookie-content-sx {
	width:135px;
	float:left;
	height:32px;
	background:url(/assets/images/cookie_sep.png) no-repeat right center;
	padding: 19px 9px 0px 9px;
}

#cookie-content-cn {
	float: left;
	width: auto;
	height: 32px;
	margin-left: 20px;
	text-align: right;
}

#cookie-content-cn p{
	padding-top: 19px !important;
	float: left;
}

#cookie-content-dx {
	float:right;
	width:190px;
	height:50px;
	background:url(/assets/images/cookie_sep.png) no-repeat left center;
	/*display:none;*/
}

#cookie-bar p {
	margin:0;
	padding:0;
}
#cookie-bar a {
	color:#ffffff;
	display:inline-block;
	
	text-decoration:none;
	padding:0 6px;
	margin-left:8px;
}
#cookie-bar .cb-enable {
	background:url(/assets/images/cookie_accept.png) no-repeat;
	width:25px;
	height:25px;
	display:block;
	float:right;
	margin-top: 13px;
}
#cookie-bar .cb-enable:hover {
	
}
#cookie-bar .cb-disable {
	background:#990000;
}
#cookie-bar .cb-disable:hover {
	background:#bb0000;
}
#cookie-bar .cb-policy {
	background:url(/assets/images/cookie_info.png) no-repeat right;
	display:block;
	width:140px;
	height:25px;
	display:block;
	text-align:right;
	margin-top:9px;
	float:right;
	padding:11px 33px 0px 0px;
}
#cookie-bar .cb-policy:hover {
	
}
