@CHARSET "GBK";

.btSTitle1{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction: row;
   justify-content:space-between;
	height:4vh;
}
.line2{
	height:3vh;
}
.line3{
	height:5vh;
}
.btSTitle1 span{
	width:100%;
	background:#5599FF;
	text-align:center;
	margin:0.03em;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
}
 .btSTetle2{
	   display: -webkit-flex; /* Safari */
	   display: flex;
	   flex-direction: row;
	   justify-content:space-between;
 }
.btSTetle2 span{
    width:100%;
	background:#EEE;
	text-align:center;
	margin:0.03em;
}
.btSTetle3{
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content:space-between;
	width:90%;
	margin:auto;
}
.btSTetle3 span{
	width:100%;
	text-align:center;
	margin:0.3em 0.03em;
	font-size:1.2em;
	color:#FF4500;
}
.bottomBody{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction: row;
   justify-content:center;
   align-items:center;
   min-height:88vh;
	width:100%;
}
.hide{
	display:none;
	display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction: row;
   justify-content:center;
   align-items:center;
   min-height:88vh;
}
.tdLeft{
	min-width:25%;
	width:auto;
	text-align:right;
	font-weight:bold;
}
.tdRight{	
	width:65%;
	text-align:left;
	padding-left:0.2em;	
}
.orderTable{
	width:100%;
	 border-collapse: collapse;
}
.orderTable td{
	width:auto;
	text-align:center;
	padding:0 3px;
}
.es-list{
	display:block;
	position:absolute;
	padding:0;margin:0;
	border:1px solid #d1d1d1;
	display:none;z-index:1000;
	background:#fff;
	max-height:200px;
	overflow-y:auto;
	-moz-box-shadow:0 2px 3px #ccc;
	-webkit-box-shadow:0 2px 3px #ccc;
	box-shadow:0 2px 3px #ccc
}
.es-list li{
	display:block;
	padding:2px 3px;margin:0
}
.es-list li.selected{background:#f3f3f3}