@charset "utf-8";
#quandi_order{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	
}
#quandi_order_thead{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-weight: bold;
	column-gap: 10px;
	width: auto;
	height: auto;
	align-items: flex-end;
}
#quandi_order_title{
	font-weight: bold;
	font-size: 1.4rem;
	color: #3367cc;
}
#quandi_order_miaoshu{
	color:#f90;
}
#quandi_order_tbody{
	margin-top:20px;
}