.table-form {
	display: block;
	font-size:14px;
	text-align:left;
	border-collapse: collapse;
}
.table-form .tableForm {
	width: 100%;
	color: #88909b;
	border-collapse: collapse;
}
.table-form .tableForm tr td.box-grid {
	padding-top: 28px;
	padding-left: 16px;
	padding-right: 16px;
	border: 1px dashed var(--borColor);
}
.table-form .box-form-row {
	padding-bottom: 32px;
}
.table-form .box-form-row:after {
	display: block;
	content: "";
	clear: both;
}
.table-form .box-form-label {
	display: block;
	margin-bottom:6px;
	color: #000;
}
.table-form .box-form-label em {
	color: #ff3d3d;
}
.table-form .box-form-control {
	position: relative;
}
.table-form .box-form-control:after {
	display: block;
	content: "";
	clear: both;
}
.table-form .box-input input {
	padding-top: 6px;
	padding-bottom: 6px;
	height: 32px;
	font-size: 14px;
	line-height: 15px;
}
.table-form .box-textarea textarea {
	font-size: 14px;
}
.table-form .box-btn {
	display:inline-block;
	padding-left:12px;
	padding-right:12px;
	font-size: 14px;
	line-height:32px;
}
.table-form .btn-add {
	height:40px;
	line-height: 38px;
}
.table-form .search .select2-dropdown {
	font-size: 13px;
}



/*日期布局*/
.table-form .box-date {
	display: flex;
	align-items: center;
	column-gap: 9px;
	font-size: 12px;
	line-height: 32px;
}
.table-form .box-date div {
	position: relative;
	z-index: 1;
	flex: 1;
	min-width: 0;
}
.table-form .box-date div input {
	cursor: default;
}
.table-form .box-date i {
	position: absolute;
	top:0;
	bottom: 0;
	right: 9px;
	z-index:-1;
	color: #88909b;
}
.table-form .box-date i:before {
	content: "\e734";
}
/* 日期 */
.table-form .box-input-date {
	position: relative;
	z-index: 1;
	height: 32px;
}
.table-form .box-input-date input {
	cursor: default;
}
.table-form .box-input-date i {
	position: absolute;
	top:0;
	right: 9px;
	z-index:-1;
	display: block;
	line-height: 32px;
	color: #88909b;
}

.card .card-body .card-body-item:not(:last-child) {
	margin-bottom: 16px;
	overflow: hidden;
}
.card .card-body .card-body-item-label {
	margin-bottom: 4px;
	color:var(--color-mediumGray);
}