.cs_d_44{}
.cs_d_44 .customer_container { max-width: 1200px; margin: 0 auto; padding: 0 30px; }
.cs_d_44 .customer_item_list { display: flex; }
.cs_d_44 .customer_item_list > li { border-right: 1px solid #e7e7e7; flex: 1; padding: 0 20px; display: flex; flex-direction: column; }
.cs_d_44 .customer_item_list > li:first-of-type { padding-left: 0; }
.cs_d_44 .customer_item_list > li:last-of-type { border-right: 0; padding-right: 0; }
.cs_d_44 .customer_item { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.cs_d_44 .customer_item .main_row .ico { max-width: 30px; display: flex; justify-content: center; align-items: center; margin-bottom: 8px; }
.cs_d_44 .customer_item .main_row .ico > img { vertical-align: middle; }
.cs_d_44 .customer_item .sub_row { margin-top: 22px; }
.cs_d_44 .customer_item .btn_row { display: flex; justify-content: flex-end; margin-top: 5px; }
.cs_d_44 .customer_item .btn_row .ico_btn { display: inline-block; width: 26px; height: 26px; background: url("/asp/images/icon/ico_direct_go_26.png") no-repeat 0 0/100% auto; }
.cs_d_44 .customer_main_text { font-size: 20px; font-weight: 500; color: #1b1b1b; }
.cs_d_44 .cusmain_tnode_list { display: flex; align-items: center; gap: 15px; }
.cs_d_44 .cusmain_tnode_list > li { position: relative; }
.cs_d_44 .cusmain_tnode_list > li:after { display: block; content: ""; width: 1px; height: 20px; background: #dadada; position: absolute; top: 50%; right: -8px; transform: translateY(-50%); }
.cs_d_44 .cusmain_tnode_list > li:last-of-type:after { display: none; }
.cs_d_44 .customer_sub_para { font-size: 14px; color: #6d6c6c; word-break: keep-all; }
.cs_d_44 .customer_spec_list { display: table; }
.cs_d_44 .customer_spec_list > li { display: table-row; }
.cs_d_44 .cspec_th,
.cs_d_44 .cspec_td { display: table-cell; vertical-align: top; }
.cs_d_44 .cspec_th { width: 1px; white-space: nowrap; padding-right: 5px; }
.cs_d_44 .cspec_key,
.cs_d_44 .cspec_value { display: inline-block; font-size: 14px; }
.cs_d_44 .cspec_key { color: #6d6c6c; }
.cs_d_44 .cspec_value { color: #333333; }
.cs_d_44 .cspec_value.size2 { font-size: 16px; }

@media (max-width: 1023px) {
	.cs_d_44 .customer_container { padding: 0 20px; }
	.cs_d_44 .customer_item_list { flex-wrap: wrap; position: relative; }
	.cs_d_44 .customer_item_list > li { flex: 0 0 50%; box-sizing: border-box; padding: 20px; border-bottom: 1px solid #e7e7e7; }
	.cs_d_44 .customer_item_list > li:first-of-type, .customer_item_list > li:last-of-type { padding: 20px; }
	.cs_d_44 .customer_item_list > li:nth-of-type(2n) {border-right: 0;}
	.cs_d_44 .customer_item_list:after { display: block; content: ""; width: 100%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; }
	.cs_d_44 .customer_item .sub_row { margin-top: 18px; }
	.cs_d_44 .customer_main_text { font-size: 18px; }
	.cs_d_44 .cusmain_tnode_list > li:after { height: 18px; }
}

@media (max-width: 767px) {
	.cs_d_44 .customer_item_list > li { padding: 15px; }
	.cs_d_44 .customer_item_list > li:first-of-type, .customer_item_list > li:last-of-type { padding: 15px; }
	.cs_d_44 .customer_main_text { font-size: 16px; }
	.cs_d_44 .cspec_value,
	.cs_d_44 .customer_sub_para { font-size: 12px; }
	.cs_d_44 .customer_item .sub_row { margin-top: 10px; }
}

@media (max-width: 374px) {
	.cs_d_44 .cusmain_tnode_list { display: block; }
	.cs_d_44 .cusmain_tnode_list > li:after { display: none; }
	.cs_d_44 .customer_spec_list { display: block; }
	.cs_d_44 .customer_spec_list > li { display: block; margin-bottom: 5px; }
	.cs_d_44 .customer_spec_list > li:last-of-type { margin-bottom: 0; }
	.cs_d_44 .cspec_th,
	.cs_d_44 .cspec_td { display: block; }
	.cs_d_44 .cspec_th { width: auto; white-space: normal; }
}
