@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?nv22ee');
	src: url('../fonts/icomoon.eot?nv22ee#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?nv22ee') format('truetype'), url('../fonts/icomoon.woff?nv22ee') format('woff'), url('../fonts/icomoon.svg?nv22ee#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icons-"],
[class*=" icons-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icons-check-alt {
	color: #00a854;
}

.icons-bubble {
	color: #108ee9;
}

.icons-notification {
	color: #ffbf00;
}

.icons-cancel-circle {
	color: #f04134;
}

.icons-check-alt:before {
	content: "\e900";
}

.icons-bubble:before {
	content: "\e96b";
}

.icons-notification:before {
	content: "\ea08";
}

.icons-cancel-circle:before {
	content: "\ea0d";
}

.m-message {
	pointer-events: none;
	/*可以点击下面的元素*/
	position: fixed;
	overflow: hidden;
	z-index: 99999;
}

.c-message-notice {
	text-align: center;
	margin: 2px 10px;
}

.m_content {
	font-family: SimSun,"\u5FAE\u8F6F\u96C5\u9ED1","Arial","SimSun","\u5B8B\u4F53";
	display: inline-block;
	border: 1px solid #198fb9;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	color: #fff;
	text-align: left;
	max-width: 90%;
	padding: 5px 10px 5px 15px;
	background-color: #48a9d0;
}

.m_content span {
	vertical-align: middle;
	margin-left: 5px;
}