.ui-content .list_submenu{
	position: relative;
	float: left;
	width: 100%;	
}
.list_submenu .sub_date{
	position: relative;
	float: left;
	width:100%;
	background-color:#eafcfe;
	padding:5px;
	border-bottom:1px solid #0190d4;
}
.sub_date .form-group{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:0.1rem;
}
	
.sub_date label{
	min-width: 1.75rem;
	height: 0.35rem;
	line-height: 0.35rem;
	float: left;
	font-size: 0.2rem;
	padding-right: 0.1rem;
	font-weight:normal;
	margin-bottom:0px;
	color:#666;
}
.sub_date  input[type="checkbox"]{
	margin:0px;
	position:relative;
	top:2px;
	margin-right:5px;
}
.sub_date  span{
	display: inline-block;
	min-width:1.2rem;
	height: 0.35rem;
	line-height: 0.35rem;
	float: left;
	font-size: 0.2rem;
	text-align:right;
	color:#666;
	padding-right:0.10rem;
}
.sub_date .form-control{
	float: left;
	font-size:0.2rem;
	height: 0.35rem;
	padding-bottom:1px;
	width: calc(50% - 1.2rem);
	box-shadow:none;
	border-radius:2px;
	padding-left: 5px;
    padding-right: 0.4rem;
}

.sub_date .form-control.long{
	width:calc(100% - 3rem);
}
.sub_date .form-control.dateinput{
	background: rgba(255, 255, 255, 1) url("../imgs/datetime.png") no-repeat scroll 98.5% 50%;
	background-size:0.35rem 0.25rem;
}
.sub_date select.form-control{
	float: left;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) url("../imgs/down.png") no-repeat scroll 96% 50%;
    background-size: 0.20rem 0.13rem;
    ppearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.2rem;
}
.sub_date  label{
	position:relative;
	float:left;
	height: 0.35rem;
	line-height: 0.35rem;
	padding-left:10px;
}
.sub_date .btn-green{
	padding:0.05rem 0.5rem;
	border-radius:2px;
	font-size:12px;
	height: auto;
	margin:0px;
}
.ui-content .order_list{
	position: relative;
	width: 100%;
	float: left;
}
.order_list p{
	margin:10px 0px;	
}
.order_list .list_item{
	position:relative;
	float:left;
	width:100%;
	padding:5px;
	margin-bottom:0.1rem;
	border:2px solid #ddd;
	cursor:pointer;
}
.order_list .list_item:hover{
	box-shadow:0 1px 10px rgba(0,0,0,.25)
}
.order_list .list_item .list_body{
	position:relative;
	float:left;
	width:100%;
	font-size:0.2rem;
}
.list_body .form-group{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:0px;	
}
.list_body span{
	display:inline-block;
	float:left;
	width:1.2rem;
	height:0.25rem;
	line-height:0.25rem;
	color:#008fd1;
	margin-bottom:0.1rem;
	text-align:right;
}
.list_body span.content{
	width:calc(100% - 1.2rem);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#333;
	text-align:left;
}
.list_body span.content a{
	color:#333;
	text-decoration:underline;	
}
.list_body .form-group.long span.content{
	width:calc(100% - 1.03rem);
}
.ui-content .total{
	position:relative;
	float:left;
	width:100%;
	font-size:0.2rem;
	border:2px solid #f39801;
	padding:0.15rem 0.1rem 0.05rem 0.1rem;
	background-color:#ffffcd
}
