.htcbc_wrap {
	width: 100%;
}

.htcbc_table_outer {
	width: 100%;
	overflow-x: auto;
}

.htcbc_table {
	width: 100%;
	min-width: 900px;
	border-collapse: collapse;
	table-layout: fixed;
}

.htcbc_table th,
.htcbc_table td {
	border-bottom: 1px solid #e5e5e5;
	padding: 16px;
	vertical-align: top;
	text-align: left;
	background: #ffffff;
}

.htcbc_model_title_block {
	display: none;
}

.htcbc_label_head {
	width: 220px;
	font-weight: 600;
	font-size: 18px;
}

.htcbc_model_head {
	width: 260px;
	vertical-align: top;
}

.htcbc_model_picker {
	margin-bottom: 14px;
}

.htcbc_select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #ffffff;
	font-size: 14px;
}

.htcbc_model_card {
	display: flex;
	flex-direction: column;
}

.htcbc_model_card_inner {
	display: flex;
	flex-direction: column;
}

.htcbc_model_card_empty {
	color: #777777;
	padding-top: 30px;
}

.htcbc_model_image_wrap {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.htcbc_model_image {
	max-width: 100%;
	max-height: 180px;
	height: auto;
	display: inline-block;
}

.htcbc_model_name {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 54px;
	margin: 0 0 10px 0;
}

.htcbc_model_range {
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	min-height: 20px;
	margin: 0 0 14px 0;
}

.htcbc_model_desc {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	margin: 0;
	height: 84px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.htcbc_model_link_wrap {
	width:100%;
	margin-top: auto;
	/*padding-top: 20px;*/
	text-align: center;
}

.htcbc_model_link {
	display: inline-block;
	padding: 10px 14px;
	border: 1px solid #111111;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.htcbc_spec_label {
	font-weight: 600;
	width: 220px;
	background: #fafafa;
}

.htcbc_spec_value {
	font-size: 15px;
}

.htcbc_row_same .htcbc_spec_value {
	color: #666666;
}

.htcbc_row_diff .htcbc_spec_value {
	font-weight: 600;
}

@media screen and (max-width: 980px) {
	.htcbc_table {
		min-width: 760px;
	}

	.htcbc_label_head,
	.htcbc_spec_label {
		width: 180px;
	}

	.htcbc_model_head {
		width: 220px;
	}

	.htcbc_model_name {
		font-size: 18px;
		min-height: 44px;
	}

	.htcbc_model_image_wrap {
		height: 150px;
	}

	.htcbc_model_image {
		max-height: 150px;
	}
}