.order_div {
	margin-bottom: 10px;
}

.order_info_header {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #000;
	background-color: #ebecf0;
	padding: 10px;
}

.order_info_header .header_left {
	margin-right: 30px;
	display: flex;
	flex: 1;
	align-items: center;
}

.order_info_header .header_item {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.order_info_header img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.order_info_footer {
	background-color: #ebecf0;
	padding: 12px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.copy_icon {
	margin-left: 5px;
}

.order_sku_table {
	border: none;
	border-top: 1px solid #dcdee3 !important;
	border-left: 1px solid #dcdee3 !important;
	width: 100%;
	height: 100%;
}

.order_sku_table>tbody th, .order_sku_table>tbody td {
	background-color: #fff;
	text-align: center;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #dcdee3;
	border-right: 1px solid #dcdee3;
}

.product_info {
	display: flex;
	padding: 10px 20px 10px 10px;
	color: #000;
	text-align: left;
}

.product_info .product_image_con {
	width: 80px;
}

.product_info .product_image {
	position: relative;
	width: 80px;
	height: 80px;
	text-align: center;
	border: 1px solid #dcdee3;
}

.product_info .product_detail {
	flex: 1;
	padding-left: 15px;
}

.product_detail .common_span {
	color: #999;
	display: inline-block;
	font-weight: 400;
	margin-left: 0px;
}

.product_detail .detail_info {
	font-weight: 400;
}

.order_info {
	padding: 36px;
	text-align: left;
	font-weight: 400;
}

.order_info .common_span {
	color: #999;
	display: inline-block;
	font-weight: 400;
}

.order_info .price {
	color: red;
}

.remark_info {
	padding: 36px;
	text-align: left;
	font-weight: 400;
}

.remark_info .common_span {
	color: #999;
	display: inline-block;
	font-weight: 400;
}

.remark_info img {
	width: 14px;
	height: 14px;
}

.purchase_table_th {
	padding: 0px;
}

.order_merge_table {
	border: 1;
	cellpadding: 10;
	cellspacing: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

.order_merge_table tbody th {
	background-color: #fff;
	text-align: center;
	border-width: 0 1px 0 0;
	border-right: 1px solid #dcdee3;
}

.source_product_info_cell {
	display: flex;
	width: 20vw;
	height: 100%;
	flex-direction: column;
}

.order_recommend_goods_box, .order_relation_box {
	color: #000;
	font-weight: 500;
}

.order_recommend_goods_box .product_img {
	width: 80px;
	height: 80px;
	border: 1px solid #dcdee3;
	overflow: hidden;
	flex-shrink: 0;
}

.order_relation_box .product_img {
	width: 80px;
	height: 80px;
	border: 1px solid #dcdee3;
	overflow: hidden;
	flex-shrink: 0;
}

.flex_center {
	display: flex;
	align-items: center;
}

.m_b_12 {
	margin-bottom: 12px !important;
}

.flex_box {
	display: flex;
}

.m_r_15 {
	margin-right: 15px !important;
}

.order_recommend_goods_box .product_desc {
	text-align: left;
	line-height: 18px;
}

.order_relation_box .product_desc {
	text-align: left;
	line-height: 18px;
}

.pro_tag {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 4px;
	min-width: 38px;
}

.pro_tag.primary {
	background: #ffefe5;
}

.pro_tag.primary .pro_tag_body {
	color: #ff6000;
}

.common_label {
	color: #999;
	display: inline-block;
	font-weight: 400;
}

.m_r_12 {
	margin-right: 12px !important;
}

.order_recommend_goods_box .product_service {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 6px;
}

.order_recommend_goods_box .product_service .pro_tag {
	border: 1px solid #c4c6cf;
}

.add_relation {
	margin-top: 15px;
}