.sui-breadcrumb {
	padding-left: 0px;
}

.top_div {
	border-bottom: 1px solid #BCD1EA;
	padding-top: 20px;
	margin-bottom: 20px;
}

.alibaba_print_container, .alibaba_fenxiao_container {
	width: 96%;
	margin: 0 auto;
}

.sui-table td {
	font-size: 12px;
	text-align: center;
}

.sui-table th img, .sui-table td img, .sui-table th label, .sui-table td label {
	margin-right: 0px;
}

.order_info_tr td {
	border-bottom: 1px solid #e6e6e6;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}


.super_op {
	margin-left: 20px;
}

.checked_bg {
	background-color: #ccccff;
}

.order_detail_div{
	text-align: left;
	margin: 10px;
	padding: 10px;
	background: rgb(255, 255, 255);
	display: block;
}

.control-group .controls span, strong {
	line-height: 24px;
}

.order_detail_title {
	font-size: 14px;
	line-height: 32px;
	background: #ffc;
	font-weight: 700;
	margin-top: 10px;
	padding-left: 20px;
}

.order_detail_title span {
	margin-right: 50px;
}

.order_item_table td {
	text-align: left;
	margin-bottom: 0px;
}

.red_font {
	color: red;
}

.sui-form.form-horizontal .control-label {
	font-weight: 700;
}

.sui-form.form-horizontal .control-group {
	margin-bottom: 5px;
	display: table;
}

.order_detail_tr {
	background: #0EB687;
}

.order_detail_print textarea {
	width: 400px;
	height: 80px;
	padding: 8px;
	float: left;
}


.batch_op_div  {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.2);
}

.batch_op_btn {
	position: relative;
	z-index: 11;
	padding: 20px;
	text-align: center;
}

dl {
	display: inline-table;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

dt {
	width: 40px;
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
}

dd {
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	-webkit-margin-start: 0px;
	text-align: left;
}

.extra_msg {
	display: inline;
	margin-left: 80px;
}

.extra_order_count, .extra_buyer_count, .extra_total_order_count {
	color: red;
	margin-right: 20px;
}

.copy_icon {
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}

.order_item_td {
	width: 80px;
}

.not_print {
	background-image:url("//cr.laiqt.com/dyopen/img/dyprint/not-print.png");
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	background-size: 100% 100%;
}

.print_done {
	background-image: url(//cr.laiqt.com/dyopen/img/dyprint/print-done.png);
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	background-size: 100% 100%;
}

.not_driver {
	background-image: url(//cr.laiqt.com/dyopen/img/dyprint/not-driver.png);
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	background-size: 100% 100%;
	margin-left: 10px;
}

.driver_done {
	background-image: url(//cr.laiqt.com/dyopen/img/dyprint/driver-done.png);
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	background-size: 100% 100%;
	margin-left: 10px;
}

.order_detail_print textarea {
	width: 400px;
	height: 80px;
	padding: 8px;
	float: left;
}

.encry_lock {
	width: 16px;
	margin-left: 2px;
	cursor: pointer;
	position: relative;
	bottom: 1px;
}