/*
	二级页面样式
*/
/*表单列表*/
.tlpage_table{
	width:100%;
}
.tlpage_table tr td{
	height:40px;
}
.tlpage_table table tr td{
	height:30px;
}
.tlpage_table tr td > .form-control, .tlpage_table tr td > .form-select{
	width: 95%;
	display: inline-block;
}
/*详情*/
.secondarydetail_conter {
	background-color: #fff;
	border-radius: 4px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.secondarydetail_conter h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #1890ff;
}

.secondarydetail_conter_details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}

.secondarydetail-item {
	display: flex;
	flex-direction: column;
}

.secondarydetail-item label {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}

.secondarydetail-item value {
	font-size: 16px;
	font-weight: 500;
}
.json-container {
	background-color: #f5f7fa;
	border-radius: 4px;
	padding: 16px;
	font-family: 'Courier New', monospace;
	font-size: 14px;
	line-height: 1.6;
	overflow-x: auto;
}
/*select2*/
.select2-container--open{
	z-index:9999999!important;
}
/*基本信息*/
.secondary_table .tar,.secondary_table .tal {padding:8px;border-collapse:collapse}
.secondary_table .tar {color: #86909C;}
.secondary_table .tal {color: #1D2129;word-wrap:break-word;}
/*按钮*/
.btn-primary {
    background: #2C53EA;
}