/* 全局设置 */
* {
	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 {
	text-align: center;
}
.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;
}
#newBridge {
    display: none!important;
}
#newBridge ins#nb_icon_wrap {
    display: none!important;
}

.solutions-icon {
	width: 44px !important;
	height: 44px;
	flex: none !important;
}

.uk-text-bold {
	font-weight: 800;
}


