.orderNavigation{
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	position: fixed;
	top: 0;
}
.orderNavigation ul li{
	float: left;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	width: 25%;
	text-align: center;
}
.orderNavigation ul .active a{
	color: red;
}
.allOrder{
	margin-bottom: 10px;
	margin-top: 60px;
}
.allOrder ul li{
	margin-top: 10px;
	background: #FFFFFF;
}
.list-group-item{
	margin-top: 10px;
	background: #FFFFFF;
}
.orderNumber{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.orderNumber1{
	font-size: 15px;
	padding-left: 5%;
	float: left;
}
.orderNumber2{
	font-size: 15px;
	padding-right: 5%;
	float: right;
	color: #d90101;
}
.orderNumber3{
	font-size: 15px;
	padding-right: 5%;
	float: right;
}
.orderInformation{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #CCCCCC;
}
.orderImg{
	width:5%;
	height: 90px;
	float: left;
}
.orderImg>img{
	margin: 10px 0 0 10px;
	width: 88px;
}
.orderInformation1{
	width: 100%;
	background: #f8f7f7;
	margin: auto;
	height: 50px;
}
.orderInformation1>h1{
	font-size: 17px;
	color: #d90101;
	line-height: 50px;
	padding-right: 5%;
	float: right;
}
.orderInformation1>p{
	font-size: 15px;
	float: left;
	padding-left: 5%;
	line-height: 50px;
}
.orderInformation2{
	clear: both;
	text-align: right;
	color: #333333;
	font-size: 14px;
	width: 95%;
}
.orderFunction{
	width: 100%;
	height: 40px;
}
.orderFunction1{
	margin: 10px 20px 0 80%;
	width: 60px;
	height: 30px;
	border: #d90101 1px solid;
	color: #d90101;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}
.orderFunction2{
	margin: 10px 20px 0 80%;
	width: 60px;
	height: 30px;
	border: #333333 1px solid;
	color: #333333;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}


