* {
	margin: 0;
	padding: 0;
}

.bg {
	width: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
}

.bg img {
	width: 100%;
	height: 100vh;
	background-size: 100% 100%;
}

.box {
	width: 100%;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
}

.jz {
	float: left;
	width: 30%;
	height: auto;
	margin: auto;
	padding-left: 100px;
}

.jz p {
	line-height: 80px;
	text-align: center;
	font-size: 50px;
	color: #151512;
}

.jz span {
	border: medium double #9C27B0;
	border-radius: 10px;
	display: inline-block;
	width: 200px;
	height: 80px;
	line-height: 80px;
	margin: 20px 0px;
	text-align: center;
	font-size: 35px;
	background: #ffffff;
}

.start, .stop {
	width: 155px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	border-radius: 10px;
	margin: auto;
	color: #ffffff;
	cursor: pointer;
}

.start {
	background: #9C27B0;
}

.stop {
	background: #FC6666;
}

.jz-order {
	float: left;
	width: 30%;
	height: auto;
	margin: auto;
}

.jz-order p {
	line-height: 80px;
	text-align: center;
	font-size: 50px;
	color: #151512;
}

.jz-order span {
	border: medium double #9C27B0;
	border-radius: 10px;
	display: inline-block;
	width: 200px;
	height: 80px;
	line-height: 80px;
	margin: 20px 0px;
	text-align: center;
	font-size: 35px;
	background: #ffffff;
}

.startOrder, .stopOrder {
	width: 155px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	border-radius: 10px;
	margin: auto;
	color: #ffffff;
	cursor: pointer;
}

.startOrder {
	background: #9C27B0;
}

.stopOrder {
	background: #FC6666;
}

.zjmd {
	float: left;
	width: 25%;
	height: 550px;
	background: #666;
	margin: 10px 10px 30px 10px;
	background: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	border: medium double #9C27B0;
}

.zjmd .p1 {
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	padding: 0;
}

.zjmd p {
	line-height: 30px;
	text-align: left;
	text-align: justify;
	padding-left: 30px;
}

.hide {
	display: none;
}

body {
	overflow: hidden !important;
}

.employee-left {
    font-size: 21px;
	width: 100%;
	float: left;
}

.sale-right {
	width: 50%;
	float: right;
}
.list{
	height: 100%;
    overflow: auto;
}