.zdBx {
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.zdTt {
	height: 52px;
	background: #f8f8f8;
}

.zdTt>div {
	height: 52px;
}

.zdCn {
	height: 90px;
}

.zdCn>div {
	height: 90px;
	border-bottom: 1px solid #eeeeee;
}

.zdCn:last-child {
	border-bottom: none;
}

.zdTt>div:nth-child(1),
.zdCn>div:nth-child(1) {
	width: 70px;
	border-right: 1px solid #eeeeee;
}

.zdTt>div:nth-child(2),
.zdCn>div:nth-child(2) {
	width: 180px;
	border-right: 1px solid #eeeeee;
}

.zdTt>div:nth-child(3),
.zdCn>div:nth-child(3) {
	width: 200px;
	border-right: 1px solid #eeeeee;
}

.zdTt>div:nth-child(4),
.zdCn>div:nth-child(4) {
	width: 250px;
	border-right: 1px solid #eeeeee;
}

.zdTt>div:nth-child(5),
.zdCn>div:nth-child(5) {
	width: 120px;
	border-right: 1px solid #eeeeee;
}

.zdTt>div:nth-child(6),
.zdCn>div:nth-child(6) {
	flex: 1;
	border-right: 1px solid #eeeeee;
}

.codeImg {
	width: 48px;
	height: 48px;
}