/* 详情表格 */
.module-detail {
	text-align: left;
}
.module-detail .box-detail-item {
	display: flex;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 20px;
}
.module-detail .box-detail-label {
	margin-right: 12px;
	width: 88px;
	color: #88909b;
}
.module-detail .box-detail-value {
	flex: 1;
}
.module-detail .box-input input {
	padding-top: 6px;
	padding-bottom: 6px;
	height: 32px;
	font-size: 14px;
	line-height: 15px;
}

/* 详情-表格 */
.table-detail {
	width:100%;
	font-size: 14px;
	border-collapse: collapse;
	background-color: #fff;
}
.table-detail tr th,
.table-detail tr td {
	padding: 15px 25px;
	font-size:13px;
	line-height:20px;
	text-align:left;
	border: 1px solid var(--borColor);
}
.table-detail tr th {
	font-weight: normal;
	background-color: #f2f3f5;
}
.table-detail tr td {
	word-break: break-all;
}

