
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
    border-top: 1px solid #0b62c3;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.uk-logo img{ height:48px; } 
.uk-navbar-item,.uk-navbar-nav>li>a{ min-height: 56px; }

.leftmenu{ width: 200px;}


.boxshadw{ 
	border-radius: 3px; 
	box-shadow: 0 1px 3px rgba(0,0,0,0.08); 
	background: #fff; 
	padding: 30px;
}

.qsh-active { background: #ffc; }

.listbox>li{ margin-top: 10px; }

@media (min-width: 960px){ 
.uk-form-horizontal .uk-form-label { width: 160px; }
.uk-form-horizontal .uk-form-controls {  margin-left: 170px; }
.leftmenu{ width: 260px;}
}


/*登录页*/
#code_img{ cursor: pointer; }

.success{ padding: 0; background:#5ac364;}

.uk-notification{ 
	border-radius: 5px; 
	box-shadow: 0 1px 8px rgba(0,0,0,0.25); 
	overflow: hidden;
}


.myupload{ padding:0; height:80px;text-align:center; line-height:78px; overflow: hidden;margin-bottom:2px;}







