@charset "utf-8";
.form{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	padding:10px;
	font-size:14px;
	line-height:2;
	max-width:1200px;
	padding:20px;
	box-sizing:border-box;
	border-radius:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.form_thead{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.form_title{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.form_miaoshu{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
	color:#f00;
}
.form_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:10px;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.form_item{
	display:grid;
	grid-template-columns:120px auto;
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.form_item{
		grid-template-columns:auto;
	}
}
.form_four{
	display:grid;
	grid-template-columns:120px auto 120px auto;
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	.form_four{
		grid-template-columns:auto;
	}
}
.form_flex{
	display:flex;
	display:-wekbit-flex;
	row-gap:10px;
	flex-wrap:wrap;
	column-gap:10px;
	align-items:center;
	width:auto;
	height:auto;
	white-space:nowrap;
}
.flex_column{
	display:flex;
	display:-wekbit-flex;
	flex-direction:column;
	row-gap:10px;
	width:auto;
	height:auto;
}
.form_item>div{padding:5px;}
.form_left{font-weight:bold;}
input,textarea,select{outline:none;}
.flex_date{
	display:grid;
	grid-template-columns:auto;
	align-items:center;
	column-gap:10px;
}
.form_checkbox{
	border:1px solid #ddd;
	height:20px;
	width:20px;
	box-sizing:border-box;
	outline:none;
	margin:unset;
	padding:0px;
	border-radius:0px;
}
.notice{color:#f00;}
.xuzhi_tb{
	display:none;
	padding:20px;
	padding-bottom:60px;
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	width:auto;
	height:80%;
	background-color:#fff;
	
	max-width:1000px;
	z-index:200;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	box-sizing:border-box;
}
.xuzhi_foot{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:10px;
	text-align:center;
	border-top:1px solid #ddd;
	height:40px;
	padding:10px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#fff;
}
.xuzhi{
	display:block;
	width:100%;
	height:100%;
	overflow:auto;
	margin:auto;
}
.bt{
	cursor:pointer;
	display:block;
	background-color:#e00;
	width:150px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
}
.form_foot{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:10px;
	width:auto;
	height:auto;
}