﻿.marquee_container {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Comic Sans MS', Textile, cursive, '微软雅黑';
	position: fixed;
	z-index: 9999;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	color: rgb(248, 118, 118);
	/*border: 1px solid rgba(151, 192, 141, 0.41);
    border-radius: 15px;
    padding: 8px;
    background-color: rgba(189, 252, 199, 0.16);*/
}