.dcplate table{
	border-collapse: collapse;
}

.dcplate table th{
	/* background: #eeece4; */
	font-weight: 700;
}

.dcplate table th,
.dcplate table td{
	padding: 1em;
	border: 1px solid #bbb;
	text-align: center;
}

table tr:nth-child(even) td{
	background: #fbf5e5;
}

/* ===== 分光透射 ===== */
.spectralTransmittance table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.spectralTransmittance table thead th{
	border: 1px solid #333;
}

.spectralTransmittance table tbody th{
	/* background: #2a6cc4; */
	background: #2eb1d9;
	color: #fff;
}

.spectralTransmittance table th,
.spectralTransmittance table td{
	padding: 1em;
	border: none;
	text-align: center;
}

.spectralTransmittance table tr:nth-child(even) td{
	background: transparent;
}

.spectralTransmittance table tbody tr:nth-child(4) td:nth-child(2){
	background: #07418e;
	color: #fff;
}

.spectralTransmittance table td p{
	text-align: left;
}

.spectralTransmittance table img{
	background: #fff;
}

/* ===== 特性选择 ===== */
#sec1.selectionTable .wrapper{
	width: 1160px;
}

.table_wrap table{
	width: 100%;
	margin-bottom: 10px;
}

.table_wrap table th, .table_wrap table td{
	padding: 0.25em;
}

.table_wrap table tbody th.springblue{
	position: relative;
	width: 2em;
	background: #1587bf !important;
	color: #fff;
}

.table_wrap table tbody th.springblue p{
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}

.table_wrap table tbody th.springblue span{
	writing-mode: vertical-rl;
}

.table_wrap table tbody tr:nth-child(-n+13) th{
	background: #c5e9f7;
}

.table_wrap table tbody tr:nth-child(n+14) th{
	background: #def6ff;
}

.table_wrap table tr.border_top th,
.table_wrap table tr.border_top td{
	border-top: 2px solid #333;
}

.table_wrap table tr.border_bottom th,
.table_wrap table tr.border_bottom td{
	border-bottom: 2px solid #333;
}