﻿@charset "utf-8";
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:var(--max_width);
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_form_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align: center;
}
#quandi_form_title{
	font-size: 2rem;
}
#quandi_form_miaoshu{
	font-size: 1rem;
}
#quandi_form_tbody{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
}
.form-tfoot:before{
	content:"";
	display: block;
	width: auto;
	height: auto;
}
.form-tfoot{
    display: grid;
    grid-template-columns: 100px auto;
    row-gap:10px;
    column-gap: 10px;
    width: auto;
    height: auto;
}
@media (max-width:767px){
    .form-tfoot{
        grid-template-columns:auto;
    }
}