body {
    color: #23272b;
    background: #f3f6fd;
}


.header-brand-img.dark-version{
	display:none !important;
}
.header-brand-img.mobile.dark-view{
	display:none;
}
.header-brand-img.dark-view {
	display:none;
}
@media (max-width: 1088px) {
	.dropdown.header-setting{
		display:none !important;
	}
}