@CHARSET "gbk";

.flexNone{
	width:100%;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
    justify-content:center;	
	align-items:stretch;
	flex-grow:1;
}
.editedShow{
	width:100%;
	margin:3px 5px;
	text-align:left;
}
h3{
	color:red;
	font-size:16px;
	font-weight:bold;
}