@media only screen and (min-width:769px) {
	.xg_header{width:100%;position:fixed !important;z-index:99999;}
	.xg_header.curr{display:none;}
	.xg_header.up{background:none;}
	.xg_header.up.curr{background:#fff;display:block;border-bottom:1px solid #eee;}
}
@media only screen and (max-width:768px) {


}