@charset "utf-8";
#quandi_message{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	padding:40px;
}
#quandi_message_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_message_title{
	font-size:1.6rem;
	font-weight:bold;
}
#quandi_message_miaoshu{
	font-size:12px;
	color:#f00;
}
#quandi_message_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.form_item{
	grid-template-columns:auto;
}
#form_tfoot{grid-template-columns:auto;}