/*重置样式*/
*{list-style:none}

html body {
	height: 100%;
	background-color: #DADADA; 
	/*#373D41*/
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
  margin:0;
  padding:0;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  letter-spacing: 0.5px;
  word-spacing: normal;
  color: #000;
}
div { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a {
	color:#000;
	text-decoration: none;
}

input,button,select,textarea{outline:none;}


.clear {
	clear: all;
}

.hide {
	display: none !important;
}

/*页面样式*/

.header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.nav {
    height: 43px;
    background-color: #fff;
}

.back-icon {
    display: block;
    height: 32px;
    width: 32px;
    padding-top: 5px;
}

.navbar {
	display: flex;
    z-index: 500;
    top: 0;
    width: 100%;
    background-color: #fff;
}


.navbar__item {
	flex: 1;
	padding: 10px 0;
	text-align: center;
}

.navbar__item_on {
	color: #2873ff;
	font-weight: bold;
	border-bottom: 1px solid #2873ff;
}

.weui_tab_bd_item {
	display: none;
}

.weui_tab_bd_item_active {
	display: block;
}

.weui-tab__panel {
	margin-top: 10px;
}

#mescroll {
	position: fixed;
	top: 50px;
	bottom: 0;
	height: auto;
}

.list {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin-bottom: 10px;
}

.pay-type {
	margin-left: 5px;
    margin-right: 5px;
	float: right;
	color: #2873ff;
	text-align: center;
}

.orderStatus {
	float: right;
	color: #DC5C49;
}

.goods-info {
	margin: 0 5px;
	background-color: #FAFAFA;
	display: flex;
	border-bottom: 1px solid #fff;
}

/* Table Head */
#table-1 {
	width:100%;
	margin: 5px 0;   
	background-color: #FAFAFA;
}

#table-1 thead th {
	background-color: #fff;
	color: #2873ff;
	border-bottom-width: 0;
}

/* Column Style */
#table-1 td {
	color: #000;
	text-align: center;
}
/* Heading and Column Style */
#table-1 tr, #table-1 th {
	border-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}
	
/* Padding and font style */
#table-1 td, #table-1 th {
	padding: 5px 5px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}
/* Alternating background colors */
#table-1 tr:nth-child(even) {
	background: #D3DFED;
}
#table-1 tr:nth-child(odd) {
	background: #fafafa;
}

/* .goods-info table {

}

table, table tr th, table tr td {
	height: auto;
	border: 1px solid #666;
	text-align: center;
	border-collapse: collapse;
} */

.goods-txt {
	flex: 1;
	min-width: 0;
	margin-left: 15px;
	margin-top: 5px;
}

.goods-name {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.goods-label {
	margin-right: 20px;
	color: #515151;
}

.goods-val {
	color: #2873ff;
	font-size: 14px;
	font-weight: 550;
}

.custom-info {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #fff;
}

.custom-name-label {
	width: 100%;
	height: 25px;
	font-size: 13px;
	color: #515151;
	/*background-color: #fafafa;*/
	padding-left: 5px;
	line-height: 25px;
}

.custom-name {
	margin-right: 10px;
}

.custom-name,.custom-tel {
	color: #333;
}

.address {
	height: auto;
	border-bottom: 1px solid #fff;
}

.address-content {
	padding-left: 5px;
	height: 100%;
	background-color: #fafafa;
}

.custom-address-label {
	display: table-cell;
	vertical-align:middle; 
	font-size: 14px;
	color: #515151;
}

.custom-address {
	color: #333;
}

.time,.msg {
	height: auto;
	color: #515151;
	background-color: #fafafa;
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
}

.time {
	border-bottom: 1px solid #fff;
}

.msg {
	color: #2873ff;
}

.action {
	width: 100%;
	height: 38px;
}

.order-num {
	font-size: 14px;
	color: #707070;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px 0;
}

.order-count {
	margin-right: 5px;
	color: #333;
	margin-left: 5px;
}

.orderPrice {
	margin-right: 10px;
}

.orderNum,.orderPrice {
	/*float: right;*/
	margin-top: -4px;
}

.orderNum-count,.orderPrice-count {
	color: #DC5C49;	
	font-size: 15px;
}

.orderPrice {
	margin-left: 15px;
}

.cancel,.confirm,.recover {
	width: 70px;
	height: 28px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #BABABA;
	color: #333;
	float: right;
	margin-right: 10px;
	border-radius: 20px;
}

.confirm {
	border: 1px solid #2873ff;
	color: #2873ff;
}

.weui-bar__item_on {
	color: #2873ff;
}


/* 搜索 */
.searchbar {
	width: 100%;
	height: 36px;
	margin-top: 10px;
	display: flex;
}

.startDate {
	flex: 1;
	height: 100%;
	background-color: #fff;
	border-radius: 3px;
	margin-left: 2px;
	margin-right: 1px;
	padding-left: 3px;
	line-height: 36px;
	text-align: center;
	position: relative;
}

.endDate {
	flex: 1;
	height: 100%;
	background-color: #fff;
	border-radius: 3px;
	margin-right: 2px;
	padding-left: 3px;
	line-height: 36px;
	text-align: center;
	position: relative;
}

.startDate div,.endDate div {
	color: #8a8a8a;
}

.selected {
	width: 13%;
	height: 100%;
	border: 0;
	padding: 0 4%;
	margin-right: 1px;
	margin-left: 5px;
	border-radius: 4px;
	line-height: 40px;
	color: #2873ff;
	background-color: #fff;
	position: relative;
}


.search-icon {
	display: inline-block;
	background: url(/Public/salesman/images/search.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.input-div {
	margin-left: 5px;
	margin-right: 5px;
	flex: 1;
	height: 100%;
	border-radius: 4px;
	position: relative;
}

.searchbar input {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
}

input::-ms-input-placeholder{text-align: center;color: #8a8a8a;} 
input::-webkit-input-placeholder{text-align: center;color: #8a8a8a;} 

.clear-icon {
	display: none;
	background: url(/Public/salesman/images/close.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 1px;
}

.searchbar button {
	width: 13%;
	height: 36px;
	background-color: #fff;
	border: 0px;
	border-radius: 4px;
	margin-right: 5px;
	margin-left: 1px;
}

/*选中全部*/
input[type="checkbox"] {
	-webkit-appearance: none; 
	background:url(/Public/salesman/images/uncheck.png); 
	background-size: 100% 100%;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}

input[type="checkbox"]:checked {
	background:url(/Public/salesman/images/check.png); 
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
}

.action {
	width: 100%;
	height: 38px;
}

.action-btn {
	width: 70px;
	height: 28px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #BABABA;
	color: #333;
	float: right;
	margin-right: 10px;
	border-radius: 20px;
}

.action-btn {
	border: 1px solid #DC5C49;
	color: #DC5C49;
}

.action-btn-no {
	width: 70px;
	height: 28px;
	margin-top: 5px;
	color: #2873FF;
	float: right;
	margin-right: 10px;
}

.order-status{
	text-align:center;
}
.c-red{
	color: #DC5C49;
}
.operate{
	padding:8px 0;display:flex;text-align:center;background:#fafafa;
}
.pool{
	flex:1;border-right:1px #eee solid;font-size:15px;
}
.sends{
	flex:1;
	font-size:15px;
}
.c-red{
	color: #dc0000;
}
.c-blue{
	color: #2873ff;
}
.goback{
	background-color: #F4F4F4;display:flex;align-items: center;padding:10px 0;
}
.goback-icon img{
	width:20px;height:20px;vertical-align:middle;
}
.goback-title{
	text-align:center;
	width:100%;
	margin-left:-24px;
	color:#666;
	font-weight:normal;
	font-size:16px;
}



























