@charset "utf-8";
/* CSS Document */

/* 添加高亮和内容区样式 */
.about-us-top ul li {
    transition: all 0.3s;
    padding: 8px 12px;
}
.about-us-top ul li.active {
    background-color: #2196f3;
    color: #fff;
    border-radius: 4px;
}

.content-section {
    display: none;
}
.content-section.active {
    display: block;
}
/* 奇数行背景色 */
.test-scheme-table-body.tr:nth-child(odd) {
 background: rgba(86, 190, 178, .1);/* 奇数行背景色为白色 */
}

/* 偶数行背景色 */
.test-scheme-table-body.tr:nth-child(even) {
 background: #fff; /* 偶数行背景色 */
}
.test-scheme-section {
	margin-bottom: 40px;
	margin-top:30px
}
.test-scheme-section>h5 {
	line-height: 28px;
	margin-bottom: 16px;
	font-size: 24px;
	color: rgba(0, 0, 0, .85);
}
.test-scheme-section .test-scheme-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.test-scheme-section .test-scheme-table .col1 {
	width: 200px;
}
.test-scheme-section .test-scheme-table .td {
	text-align: left;
	padding-left: 14px;
}
.test-scheme-section .test-scheme-table .col6 {
	width: 750px;
	word-break: break-all;
}
.test-scheme-section .test-scheme-table .col2 {
	width: 316px;
}
.test-scheme-section .test-scheme-table .col3 {
	width: 220px;
}
.test-scheme-section .test-scheme-table .col5 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.test-scheme-section .test-scheme-table .test-scheme-table-head {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	background: #2196f3;
	font-weight: bold;
}
.test-scheme-section .test-scheme-table>.tr {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e8e8e8;
	padding: 20px 0 20px 0;
}
.test-scheme-section .test-scheme-table .test-scheme-table-body {
	min-height: 71px;
	padding: 13px 0 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.test-scheme-section .test-scheme-table .test-scheme-table-body .td {
	color: rgba(0, 0, 0, .75);
}
.test-scheme-section .test-scheme-table .test-scheme-table-body .col1 {
	color: rgba(0, 0, 0, .85);
	font-weight: bold;
}
.test-scheme-section .test-scheme-table .test-scheme-table-body .td {
	line-height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	padding-right: 40px;

}


@media (max-width:959px) {
.test-scheme-section .test-scheme-table .test-scheme-table-body .td {
	line-height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
    width:100%;
	    padding: 10px;
}}
.test-scheme-section .test-scheme-table .col5>a {
	display: inline-block;
	width: 66px;
	height: 32px;
	line-height: 30px;
	background: #fff;
	font-size: 13px;
	color: #56beb2;
	font-weight: bold;
	text-align: center;
	border: 1px solid #56beb2;
	margin-right: 20px;
}
/* 详情内容区域 */
.detail-content {
	width: 100%;
	padding: 10px;
	background-color: #f9f9f9;
	border-top: 1px solid #e8e8e8;
	margin-top: 10px;
	font-size:14px;
	margin-bottom: 10px;
}
.tr {
	text-align: right;
}
.test-scheme-project-list {
	padding-top: 0;
	margin-bottom: 10px;
}
.test-scheme-project-list, .test-scheme-selected-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px 0;
}
.test-scheme-project-list .test-scheme-project-label {
	width: 120px;
	line-height: 18px;
	font-size: 13px;
	color: rgba(0, 0, 0, .75);
	font-weight: bold;
}
.test-scheme-project-list .test-scheme-project-label, .test-scheme-selected-list .test-scheme-selected-label {
	width: 150px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	line-height: 20px;
}
.test-scheme-project-list .test-scheme-project-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 18px;
	font-size: 13px;
	color: rgba(0, 0, 0, .75);
}
.test-scheme-project-list .test-scheme-project-item {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}
.test-scheme-project-list .test-scheme-project-item a.active {
color: #2196f3;
font-weight: 600;
}


.about-us-top ul li.active {
    background-color: #2196f3;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
}

/* 内容区域样式 */
.content-section {
    display: none;
    transition: all 0.3s;
}
.content-section.active {
    display: block;
}


/* 响应式布局 */
@media (max-width: 768px) {
 .test-scheme-table {
 display: block; /* 小屏幕下改为块级布局 */
}
 .test-scheme-table-head,  .test-scheme-table-body {
 flex-direction: column; /* 小屏幕下改为垂直布局 */
}
 .test-scheme-table .td {
 min-width: 100%; /* 小屏幕下单元格占满整行 */
 border-bottom: 1px solid #e8e8e8; /* 添加分隔线 */
}
 .test-scheme-section .test-scheme-table .test-scheme-table-head {
 display: none; /* 小屏幕下隐藏表头 */
}
 .test-scheme-table-body .td::before {
 content: attr(data-label); /* 显示单元格的标签 */
 font-weight: bold;
 margin-right: 8px;
}
}
