body{
	background:#f7f7f7;
}
/*banner头部*/
.banner{
	width:100%;
	overflow:hidden;
	
}
.bannerBg{
	background:#ffffff;
	padding:8px 0px 0px;
}
.banner .status{
	float:left;
	width:25%;
	text-align:center;
	font-size:16px;
	color:#3c3c3c;
	padding-bottom:8px;
	border-right:1px solid #f5f5f5;
	background:#ffffff;
}
.status.on{
	color:#fe5722;
	border-bottom:2px solid #fe5722;
}
/*订单列表部分*/
.myOrder{
	width:100%;
	margin:10px auto;
}
ul.order{
	width:100%;
	margin:0px auto 10px;
	background:#ffffff;
}
ul.order li{
	width:94%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.order .titleName{
	width:94%;
	margin:0px auto;
	overflow:hidden;
	padding:10px 0px;
	border-bottom:1px solid #f7f3f3;
	background:url(../images/shopping.png) no-repeat;
	background-size:15px;
	background-position:0px 13px;
}
.titleName p.storename{
	float:left;
	color:#353535;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}
.titleName p.status{
	float:right;
	font-size:14px;
}
.wait_pay{color:#fe5722;}/*待支付*/
.already_pay{color:#b7b5b5;}/*已支付*/
.canceled{color:#b7b5b5;}/*已取消*/
.order li div.content{
	overflow:hidden;
	width:100%;
	padding:10px 0px;
}
.order div.content div.orderPic{
	float:left;
	width:32%;
	border:1px solid #ece8e8;
	border-radius:2px;
}
div.content div.orderPic img{
	display:block;
	width:100%;
	margin:0px auto;
	text-align:center;
	padding:6px;
}
div.content div.orderContent{
	padding-left:2%;
	float:left;
	width:68%;
}
div.orderContent p.goodsName{
	width:100%;
	text-align:left;
	font-size:14px;
	color:#565656;
	font-family: auto;
}
div.orderContent p.guige{
	text-align:left;
	font-size:12px;
	color:#cccccc;
	padding-top:2px;
	padding-bottom:6px;
}
div.orderContent div.priceNumber{
	overflow:hidden;
}
div.priceNumber p.goodPrice{
	float:left;
	font-size:14px;
}
div.priceNumber p.goodNumber{
	float:right;
	padding-left: 13px;
	background:url(../images/cha.png) no-repeat;
	background-size:13px;
	background-position:left center;
}
.orderStatusButton,.result{
	text-align:right;
	width:94%;
	margin:10px auto 15px;
}
.orderStatusButton{border-top:1px dashed #ece6e6;padding:15px 0px;}
.orderStatusButton div{
	border:1px solid #998878;
	border-radius:15px;
	font-size:12px;
	text-align:center;
	padding:1px 15px;
	margin-left:10px;
}
.orderStatusButton .cancelOrder,.deleOrder{
	color:#998878;
	background:#ffffff;
	display:inline-block;
}
.orderStatusButton .gotoPay,.againGoPay{
	display:inline-block;
	background:#998878;
	color:#ffffff;
}
.result div{
	display:inline-block;
	text-align:right;
}
.result div.goodsCount{
	font-size:12px;
	color:#b5b2b2;
}
.result div.goodsCount span.realGoodsNumber{color:#464545;font-size:12px;}
.result div.realPay{color:#464646;font-size:14px;padding-left:25px;}
.result div.realPay span.realmoney{
	padding-left:10px;
	color:#fe5722;
	font-size:14px;
	font-weight:bold;
}
/*订单为空页面时*/
.empty{
	width:100%;
	min-height:94vh;
}
.empty img{
	width:110px;
	display:block;
	margin:50px auto 10px;
}
.empty p{
	text-align:center;
	font-size:16px;
	color:#636363;
}