/* print */

@CHARSET "UTF-8";
* {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-family: 'Arial Normal', 'Arial', "微软雅黑", "宋体", "黑体";
	font-size: 12px;
}
html{
		font-size: 625%;
	}
h1,
span,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

menu,
ol,
ul {
	list-style: none;
}

ul {
	list-style-type: none;
}

fieldset,
img {
	border: 0
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

input,
button,
textarea,
select {
	font-size: 100%;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
a {
	text-decoration: none;
	color: #000000;
}

img {
	width: 100%;
	height: auto;
}

input,
button,
select,
textarea {
	outline: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]> input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

/*清除浮动 start*/
.fl{float: left;}
.fr{float: right;}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.clear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

/*清除浮动 end*/
.redColor{
	color: #FF0000;
}
.customer-signer{
	text-align: right;
	padding: 0 60px 0 0;
}
.bott-row-cont{
	text-align: right;
	padding: 10px 0 0;
}
.rmb-num{
	text-align: right;
	font-weight: 16px;
	font-weight: bold;
	margin: 15px 0 0;
}

/* start 打印订单 */
.print-bill .el-dialog__wrapper{
	top: 90px;
	left: 199px;
}
.print-table{
	width: 58%;
	margin: 0 auto;
}
.print-table .o-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.order-date-row{
	margin: 10px 0 5px;
}
.order-date-row span{
	display: inline-block;
	margin: 0 15px 0 0;
}
.customer-signer{
	text-align: right;
	padding: 0 60px 0 0;
}
.bott-row-cont{
	text-align: right;
	padding: 10px 0 0;
}
.bott-row-cont span{
	display: inline-block;
	margin: 0 15px 0 0;
}
.rmb-num{
	text-align: right;
	font-weight: 16px;
	font-weight: bold;
	margin: 15px 0 0;
}
.p-name{
	font-size: 24px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border: 1px solid #CCCCCC;
}
.p-date{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	line-height: 30px;
}
.p-date li{
	float: left;
	padding: 0 1%;
	margin: 0 30px 0 0;
}
.p-date .order-buyers{
	
}
.p-date .order-buyers span{
	font-weight: bold;
	font-size: 14px;
}
.trans-mess-list{
	padding: 15px 0;
}
.trans-mess-list p,.trans-mess-list li{
	font-size: 14px;
	color: #DD0000;
	line-height: 24px;
	font-weight: bold;
	margin: 0 30px 0 0;
}
.print-last-row{
	text-align: center;
	margin: 10px 0;
}
.print-bill-btn{
	color: #fff;
  background-color: #dd514c;
  border-color: #dd514c;
  padding: 8px 22px;
  font-size: 12px;
  border-radius: 4px;
  border: 0;
  vertical-align: middle;
}
.cancle-btn{
	color: #333;
  background-color: #ECECEC;
  padding: 8px 34px;
  font-size: 12px;
  border-radius: 4px;
  border: 0;
  vertical-align: middle;
}
.p-table{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.p-table th{
	background: #f5fafe;
	font-size: 12px;
}
.p-table th,.p-table td{
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.wl-tips span{
	display: inline-block;
	margin: 0 30px 0 0;
}
.p-table td{
	padding: 10px 0;
	text-align: center;
}

/*  start  新增的黄色运单打印 */
.comp-name{
	padding: 6px 0 2px 6px;
	position: relative;
}
.comp-name img{
	width: 140px;
}
.comp-goods{
	text-align: center;
	margin: 0;
}
.comp-goods img{
	width: 134px;
}
.first-bill-message{
	border-top: 1px solid #333;
	margin: 2px 0 0px;
	height: 227px;
	overflow-y: hidden;
}
.first-bill-message table{
	height: 227px;
	overflow-y: hidden;
}
.receive-message-second{
	border-top: 1px solid #333;
	margin: 13px 0 0px;
	height: 164px;
	overflow-y: hidden;
}
.receive-message-second table{
	height: 164px;
	overflow-y: hidden;
}
.first-bill-message td,.receive-message-second td{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
}
.tx-code{
	width: 96%;
	padding: 0 2%;
	text-align: center;
}
.tx-code img{
	width: 100%;
	height: 57px;
}
.tx-code p{
	font-size: 12px;;
}
.fright-area{
	
}
.fright-area p{
	text-align: center;
	padding: 3px 0;
	border-bottom: 1px solid #333;
}
.fright-area p:last-child{
	border-bottom: 0;
}
.top-area{
	position: relative;
}
.top-area .re-creat-time{
	font-size: 12px;
	position: absolute;
	bottom: 0;
  left: 6px;
}
.order-no{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.order-no .re-creat-time{
	font-size: 12px;
	position: absolute;
	bottom: 0;
    right: 6px;
    font-size: 11px;
}
.friend-tip{
	font-size: 11px;
}
.sign-receive-area{
	position: relative;
	min-height: 70px;
}
.friend-tip2{

}
.branch-line-name{
	font-size: 16px;
}
.tao-logo{
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 65px;
	height: 14px;
}
.tao-logo img{
	width: 65px;
	height: 14px;
}

/*  end  新增的黄色运单打印 */
/* end 打印订单 */


/* 打印标签 弹窗 */
.tag-code{
	text-align: center;
	width: 180px;
	margin: 0 auto;
}
.tag-code img{
	width: 180px;
	height: 56px;
}
.tag-num{
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin: 10px 0;
}
.print-tag-row{
	text-align: center;	
  margin: 15px 0;
}
.print-tag-btn{
  color: #fff;
  background-color: #dd514c;
  border-color: #dd514c;
  padding: 8px 22px;
  font-size: 12px;
  border-radius: 4px;
  border: 0;
  vertical-align: middle;
}
.order-detail-link{
	color: #333333;
}
.order-detail-link:hover{
	color: #2d8cf0;
	text-decoration: underline;
}
/* 运单打印表格 */
/* 表格 */
.comp-name{
	padding: 6px 0 2px 6px;
	position: relative;
}
.comp-name img{
	width: 140px;
}
.comp-goods{
	text-align: center;
	margin: 0;
}
.comp-goods img{
	width: 134px;
}
.bill-goods{
	margin: 2px 0 0px;
}
.bill-goods table{
	width: 100%;
}
.l-logo-area{
	height: 49px;
}
.top{
	
}
.top-left{
	
}
.top-left .logo{
	width: 96px;
}
.top-left .logo2{
	margin: 12px 0 0;
	width: 96px;
}
.tao-tel{
	padding: 3px 0 0 8px;
	position: relative;
}
.tao-tel2{
	margin: 3px 0 0 0;
	position: relative;
}
.tao-tel i,.tao-tel2 i{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.tao-tel i img,.tao-tel2 i img{
	display: inline-block;
	width: 14px;
	height: 14px;
}
.tao-tel p,.tao-tel2 p{
	font-size: 11px;
}
.tao-tel span,.tao-tel2 span{
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 25px;
	white-space: nowrap;
}
.top-right{
	font-size: 14px;
	line-height: 16px;
}
.top-right h3{
	font-size: 14px;
	color: #000;
}
.top-right h4{
	font-size: 13px;
}
.top-right p{
	font-size: 11px;
	color: #000;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.90);
  transform: scale(0.90);
}
.top-right .top-rece-station{
	margin: 0 0 0;
}
.address-receive{
	position: relative;
}
.address-receive i{
	position: absolute;
	top: 8px;
	left: 5px;
	background-size: 80% 80%;
	width: 22px;
	height: 30px;
}
.rece-detail{
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding: 0px 0 0 41px;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  height: 58px;
}
.rece-detail p{
	font-size: 12px;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.rece-detail .factory-owner{
	font-size: 14px;
	font-weight: bold;
}
.rece-detail2{
	font-size: 11px;
	color: #000;
	line-height: 14px;
	padding: 0px 0 0 41px;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  height: 53px;
}
.rece-detail2 p{
	font-size: 12px;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.rece-detail2 .factory-owner{
	font-size: 14px;
	font-weight: bold;
}
.address-send{
	position: relative;
}
.address-send i{
	position: absolute;
	top: 14px;
	left: 5px;
	background-size: 80% 80%;
	width: 22px;
	height: 22px;
}
.bag-desc{
	padding: 3px 6px 3px 8px;
	position: relative;
	height: 48px;
}
.bag-desc .is-break{
	font-size: 11px;
	margin: 0 2px;
	font-weight: bold;
	padding: 0 0 0 35px;
}
.pay-way{
	padding: 2px 6px 0 16px;
	font-size: 12px;
	height: 54px;
}
.pay-way p{
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0 0;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.pay-way2{
	padding: 0px 6px 0 16px;
	font-size: 12px;
	height: 56px;
}
.pay-way2 p{
	font-size: 12px;
	line-height: 14px;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.bag-desc i{
	display: inline-block;
	background-size: 100% 100%;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: 0 11px 0 0;
}
.bag-desc span{
	display: inline-block;
	font-size: 12px;
	color: #000;
	padding: 0 0 0;
	margin: 0;
	font-size: 11px;
	vertical-align: bottom;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.sign-tip{
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 10px;
	-webkit-transform-origin: 0 0 0;
	-webkit-transform: scale(0.95);
}
.sign-row{
	margin: 32px 10px 0 0;
}
.sign-row span,.sign-row2 span{
	text-align: right;
	display: inline-block;
	margin: 12px 0 0 30px;
}
.sign-row2{
	margin: 2px 10px 0 0;
}
.right-croos{
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.print-bill .el-dialog__wrapper{
	top: 90px;
	left: 199px;
}
.print-table{
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
}
.trans-mess-list{
	padding: 15px 0;
}
.trans-mess-list p,.trans-mess-list li{
	font-size: 14px;
	color: #DD0000;
	line-height: 24px;
	font-weight: bold;
}
.print-last-row{
	text-align: center;
	margin: 10px 0;
}
.print-bill-btn{
	color: #fff;
  background-color: #dd514c;
  border-color: #dd514c;
  padding: 8px 22px;
  font-size: 12px;
  border-radius: 4px;
  border: 0;
  vertical-align: middle;
}
.cancle-btn{
	color: #333;
  background-color: #ECECEC;
  padding: 8px 34px;
  font-size: 12px;
  border-radius: 4px;
  border: 0;
  vertical-align: middle;
}
.p-table{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.p-table th{
	background: #f5fafe;
}
.p-table th,.p-table td{
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.p-table td{
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}
.pay-er-code{
	width: 40px;
	height: 40px;
	margin: 4px auto 0;
}
.pay-er-code img{
	width: 40px;
	height: 40px;
}
.pay-er-code2{
	width: 70px;
	height: 70px;
	margin: 5px auto;
}
.pay-er-code2 img{
	width: 70px;
	height: 70px;
}
.tx-code-bott{
	width: 142px;
	margin: 0 0 0 8px;
}
.tx-code-bott img{
	width: 142px;
	height: 57px;
}
.tx-code{
	width: 96%;
	padding: 0 2%;
	text-align: center;
}
.tx-code img{
	width: 100%;
	height: 57px;
}
.tx-code p{
	font-size: 12px;;
}
.duty-tip{
	font-size: 11px;
	line-height: 13px;
	-webkit-transform-origin: 0 0 0;
	-webkit-transform: scale(0.95);
  overflow: hidden;
}
.duty-tip img{
	width: 96%;
}
.duty-right-area{
	
}
.duty-right-area p{
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	padding: 6px 0 0 10px;
	-webkit-transform-origin: 0 0 0;
	-webkit-transform: scale(0.8);
}
.duty-right-area .top-wait-money{
	font-size: 14px;
	font-weight: bold;
}
.break-img{
	width: 15px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.break-img img{
	width: 100%;
}
.print-bill  .el-dialog__body{
	line-height: 18px;
}
.print-bill .el-dialog{
	width: 27%;
}
.print-bill .el-dialog__body{
	padding: 15px 0;
}
.lineName{
	font-size: 18px;
  font-weight: bold;
}
.lineName.right{
	max-width: 70px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.lineName.bigFont{
	width: 85px;
	max-width: unset;
	font-size: 50px;
	word-wrap: break-word;
  word-break: normal;
}
.creat-time{
	margin: 0;
	font-size: 12px;
	padding: 2px 0 0 3px;
	line-height: 12px;
}
.re-creat-time{
	font-size: 12px;
	position: absolute;
	bottom: -24px;
	right: 20px;
}

/** 第三方发货打印样式 **/
.print-other-table{
  width: 100%;
  height: auto;
	border: 1px solid #bbb;
	border-bottom: 0;
}
.print-other-table td{
  border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.print-other-table td:last-of-type{
	border-right: 0;
}
.print-top{
  width: 100%;
  height: auto;
}
.print-top img{
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
.print-top-right{
  width: auto;
  height: 80px;
  border-left: 1px solid #bbb;
  margin-left: 80px;
  position: relative;
}
.bar-code{
  margin: 5px;
}
.print-no{
  width: auto;
  line-height: 12px;
  font-size: 12px;
  color: #010101;
  position: absolute;
  top: 2px;
  right: 5px;
}
.print-date{
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  color: #767981;
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.print-bill-label{
  width: 16px;
  height: 100%;
  line-height: 12px;
  font-size: 12px;
  color: #101010;
	text-align: center;
	margin: 0 auto;
}
.print-bill-more{
  width: auto;
  height: 100%;
  color: #101010;
  padding: 3px;
  box-sizing: border-box;
}
.print-bill-text{
  width: 100%;
  line-height: 14px;
	font-size: 12px;
	padding: 3px 0;
}
.print-other-table .bold{
  font-weight: bold;
}
.print-other-table .line{
	text-decoration: underline;
}
.print-express-company{
	width: 100%;
  line-height: 47px;
  font-size: 12px;
	color: #101010;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #bbb;
}
.print-express-company:last-of-type{
	border-bottom: 0;
}
.print-express-more{
  width: 100%;
	line-height: 30px;
	font-size: 12px;
	text-align: left;
	text-align: center;
	color: #101010;
	border-bottom: 1px solid #bbb;
}
.print-express-more:last-of-type{
	border-bottom: 0;
}
.print-express-company .left-box,.print-express-more .left-box{
	width: 40px;
	line-height: 51px;
	float: left;
}
.print-express-company .right-box,.print-express-more .right-box{
	width: auto;
	line-height: 51px;
	margin-left: 40px;
	border-left: 1px solid #bbb;
}
.print-express-more .left-box,.print-express-more .right-box{
	line-height: 39px;
}
.line{
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.print-code{
	width: 320px;
  height: 200px;
	position: relative;
}
.print-code svg{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}

/** 代发物流打印清单 **/
.ben-agent-title{
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0 15px;
}
.ben-agent-table{
	width: 100%;
	border: 1px solid #000;
	border-bottom: 0;
}
.ben-agent-table td,.ben-agent-table th{
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	padding: 3px 2px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	min-width: 40px;
	word-wrap: break-word;
	word-break: break-all;
}
.ben-agent-table .logistic{
	min-width: 55px;
}
.ben-agent-table .td-row{
	line-height: 20px;
	text-align: left;
	/* white-space:nowrap; */
}
.ben-agent-bottom{
	width: 100%;
	height: auto;
}
.ben-agent-bottom .item{
	width: auto;
	line-height: 20px;
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px 5px 2px;
	box-sizing: border-box;
}
/** 打发物流恒大快运打印模板 **/
.hd-print{
	color: #000;
}
.print-hd-main{
	width: 100%;
	height: 302px;
	padding-top: 35px;
	box-sizing: border-box;
}
.print-hd-table{
	width: 100%;
	height: auto;
	border: 1px solid #000;
	border-bottom: 0;
	margin: 0 auto;
}
.print-hd-table td{
	font-size: 12px;
	vertical-align: middle;
	padding: 0 5px;
	border-bottom: 1px solid #000;
	position: relative;
}
.print-hd-table .print-hd-label{
	width: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.print-hd-msg{
	width: auto;
	height: auto;
	margin-left: 20px;
	border-left: 1px solid #000;
	padding-left: 5px;
	box-sizing: border-box;
}
.print-hd-msg div{
	line-height: 1.3;
}
.print-hd-msg b{
	font-size: 14px;
}
.print-hd-table .print-hd-bold{
	height: 32px;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: unset;
}
.print-hd-barCode,.print-hd-inline{
	margin-top: 2px;
	display: inline-block;
	vertical-align: middle;
}
.print-hd-barCode{
	margin-left: 5px;
}
.print-hd-inline-text{
	width: 100%;
	line-height: 15px;
	font-size: 12px;
}
.print-hd-align-top td{
	vertical-align: top;
}
.print-hd-tag{
	width: 100%;
	height: 302px;
	box-sizing: border-box;
	padding: 50px 0 0 5px;
	box-sizing: border-box;
}
.print-hd-tag:last-of-type{
	margin-bottom: 0;
}
.print-hd-recLoc{
	width: 100%;
	line-height: 32px;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
}
.print-hd-no{
	width: 100%;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.print-hd-QRCode{
	display: inline-block;
	margin-top: 2px;
	margin-right: 10px;
	vertical-align: top;
}
.print-hd-shipper{
	width: 100%;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	margin: 3px 0 20px;
}
.print-hd-count{
	width: 100%;
	line-height: 34px;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
}
.print-hd-router{
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 2px;
}
.print-hd-bottom{
	width: 100%;
	line-height: 12px;
	font-size: 12px;
}