.toast {
	position: fixed;
	top: 35%;
	list-style: none;
	padding: 0;
	z-index: 999999;
	font-family: "微软雅黑", "宋体", Arial, "Microsoft YaHei";
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15)
}

.toast li {
	margin: 5px 5px 5px 5px;
	display: block;
	background:rgba(0, 0, 0, 0.7); 
	color: white;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.toast li:first-child {
	text-align: center;
}

.toast button.close {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
	color: rgba(0,0,0,.25);
	cursor: pointer
}

.toast h1,.toast h2,.toast h3,.toast h4 {
	display: inline
}
