body,html{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", serif;
	font-size: 14px;
	color: #333;
	min-width:1300px;
	width: 100%;
	height: 100%;
	background: #F1F4F9;
}
*{box-sizing:border-box}
ul,li{
	margin: 0;
	list-style: none;
	padding: 0;
}
a{
	text-decoration: none;
}
.orderbox{
	width:1200px;
	margin:0 auto;
}
.ordsearch{
	border:1px solid #ff3f3f;
	background:#fff;
	border-radius:6px;
	padding-left:10px;
}
.ordsearch input{
	width:360px;
	line-height:24px;
	outline:none;
	border:none
}
.ordsearch button{
	background:#ff3f3f;
	color:#fff;
	border:none;
	width:90px;
	line-height:38px;
}
.ordercover{
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:15px;
}
.navboxli{margin-bottom:15px;}
.navbox-lf{
	width:80px;
	float:left
}
.navbox-rg{
	width:scalc(100% - 80px)
}
.navbox-rg ul li{
	float:left;
	margin-right:10px;
	padding-right:15px;
	color:#757575;
	cursor:pointer;
}
.navbox-rg ul li.on{
	color:#ff3f3f
}
.navbox-rg .layui-input-block{
	display:block;
	width:360px;
	background:#fff;
	margin-left:80px;
}
.orderbox .navlist0519{
	width:75px;
	text-align:left;
}
.orderbox .layui-input-block{
	margin-left:75px;
	width:400px;
	min-height:33px;
}
.orderbox .layui-input-block .layui-input{
	height:33px;
	line-height:33px;
}
.orderbox .layui-form-select dl dd.layui-this{
	background:#333
}
.orderbox .layui-form-select dl dd{text-align:left;}
.navprilf{
	float:left;
	width:120px;
	border-radius:4px;
	line-height:32px;
	text-align:center;
	border:1px solid #dedede;
	overflow:hidden;
}
.navprice .navall{
	width:60px;
	border-right:1px solid #dedede;
	cursor:pointer
}
.navprice .navall.on{
	background:#ffb82c;
	color:#fff
}
.navprice .navaallinput{
	margin-left:10px;
	float:left
}
.navprice .navaallinput .flex{
	border:1px solid #dedede;
	border-radius:4px;
	line-height:32px;
	padding:0 5px;
}
.navprice .navinpprice{
	float:left;
	width:90px;
}
.navprice .navinpprice input{
	border:none;
	width:100%;
	margin-left:5px
}
.navprice .navsear{
	width:200px;
	height:34px;
	float:left;
	margin-left:10px;
	border:1px solid #dedede;
	padding:7px 10px;
	box-sizing:border-box;
	border-radius:4px;
}
.navprice .navsear input{
	border:none;
}
.navsearch-btn{
	margin-left:10px;
	line-height:34px;
	height:34px;
	border:1px solid #ffb82c;
	background:#ffb82c;
	color:#fff;
	float:left;
	width:100px;
	border-radius:4px;
	text-align:center;
}
.ordertable{
	width:100%;
	background:#fff;
	border:1px solid #ccc
}
.ordertable .layui-table-view{
	margin:0
}
.ordertable .layui-table tr{border-bottom:1px solid #eee}
.ordertable .layui-table th,.ordertable .layui-table td{
	text-align:center;
	border:none;
}
.ordertable .layui-table-cell{padding:10px 0;box-sizing:border-box;height:auto;}
.size12{font-size:12px;}
.colorgrey{color:#757575}
.purchase .layui-table{width:100% !important}