.wjc-specs {
	font-family: Arial, "Microsoft YaHei", sans-serif;
	color: #1f2937;
}

.wjc-specs-section {
	margin-bottom: 36px;
}

.wjc-specs-section:last-child {
	margin-bottom: 0;
}

.wjc-specs-heading {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	margin: 0 0 18px;
}

/* ---------- 参数表格 ---------- */
.wjc-specs-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.wjc-specs-table tr {
	border-bottom: 1px solid #eef0f2;
}

.wjc-specs-table th,
.wjc-specs-table td {
	text-align: left;
	padding: 14px 16px;
	vertical-align: middle;
	font-weight: 400;
}

.wjc-specs-table th {
	width: 30%;
	color: #374151;
	font-weight: 600;
}

.wjc-specs-table td {
	color: #2f6fed;
	font-weight: 600;
}

.wjc-specs-row-odd {
	background: #f7f8fa;
}

.wjc-specs-row-even {
	background: #ffffff;
}

/* ---------- 尺寸图 ---------- */
.wjc-specs-dimension-box {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wjc-specs-dimension-box img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 600px) {
	.wjc-specs-heading {
		font-size: 17px;
	}

	.wjc-specs-table th,
	.wjc-specs-table td {
		padding: 10px 12px;
		font-size: 13px;
	}

	.wjc-specs-table th {
		width: 40%;
	}

	.wjc-specs-dimension-box {
		padding: 12px;
	}
}
