/* 全局设置 */
* {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none outside none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-size: 100%;
	font-weight: 400;
}

a {
	color: #00A0DE;
	text-decoration: none;
}

body {
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	font-family: 'microsoft yahei ui', 'microsoft yahei', PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, simsun, sans-serif;
	font-weight: 200;
	color: #333333;
	margin: 0;
	padding: 0;
}

.uk-panel li {
	line-height: 28px;
	font-size: 0.9rem;
}

.uk-panel li,
.uk-panel li a {
	color: #adaeb3;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uk-panel .header {
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}

.uk-panel .header,
.uk-panel .header a {
	color: #FFF;
}

.uk-notification-message {
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ebeef5;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
	text-align: left;
	font-size: 1rem;
	padding: 16px 24px;
	width: 384px;
}

.uk-notification-message .icon {
	margin: 3px 16px 0 0;
}

.uk-notification-close {
	display: block !important;
}

.uk-notification-message .n-title {
	margin-bottom: 8px;
	color: #000000d9;
	font-size: 16px;
	line-height: 24px;
}

.uk-notification-message .n-body {
	margin: 0;
}

.uk-notification-message-error {
	color: #666;
	border-left: 5px solid #c80000;
}

.uk-notification-message-success {
	color: #666;
	border-left: 5px solid #32d296;
}

.uk-notification-message .error {
	color: #c80000;
}

.uk-notification-message .warn {
	color: #faa05a;
}

.uk-notification-message .success {
	color: #32d296;
}

.uk-tab>*>a {
	padding: 10px;
	border-bottom: 2px solid transparent;
}

.uk-panel li p {
	white-space: normal;
}

.uk-card.item:hover {
	background-color: #1e87f0;
	cursor: pointer;
}

.uk-card.item:hover>* {
	color: #FFF;
}

.site-logo {
	height: 20px;
	margin-right: 110px;
}

.ui-table td {
	border: solid 1px #FFF;
}

.ui-table .t-base {
	vertical-align: middle;
	background-color: rgba(221, 221, 221, 0.4)
}

.ui-table .t-striped {
	background-color: rgba(221, 221, 221, 0.2)
}

#newBridge {
	display: none !important;
}

#newBridge ins#nb_icon_wrap {
	display: none !important;
}