/* 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;
}


#billPrint2{
	padding: 20px 18px;
}
.print-sub-load .el-dialog__body{
	font-size: 12px;
}
.print-sub-load .el-dialog{
	width: 70%;
}
.driver-mess-table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
}
.driver-mess-table td,.driver-mess-table th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 0;
	font-size: 12px;
}
.bill-mess-table{
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
	
}
.bill-mess-table td,.bill-mess-table th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 2px 0;
	font-size: 12px;
}
.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;
}