.content{
	background: #F1F1F1;
}
/*面包屑导航*/
.tips{
	padding: 10px 0 40px 0;
	color: #000000;
}
.tips a{
	margin: 0 10px;
	color: #000000;
}
.tips a:hover{
	color: red;
	text-decoration: underline;
}
/*导航*/
.userNav{
	width: 220px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-right: 30px;
	padding: 20px 10px;
	min-height: 600px;
}
.userNav h5{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #01ADEF;
}
.userNav h5 i{
	font-size: 20px;
	color: #01ADEF;
	margin-right: 8px;
}
.userNav ul{
	margin-top: 20px;
}
.userNav ul li{
	text-align: center;
	line-height: 50px;
}
.userNav ul li a.show{
	color: #029AD4;
}
/*订单*/
.userCont{
	width: 950px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	min-height: 600px;
}
.userCont .state li{
	float: left;
	padding: 0 10px 10px 10px;
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
.userCont .state li.curr{
	border-bottom: 4px solid red;
	color: red;
}
.userCont .orderList{
	margin: 20px 0;
}
.orderList ul{
	padding: 10px;	
}
.orderList ul li{
	float: left;
	text-align: center;	
}
.orderList ul li:nth-child(4n){
	width: 190px;
}
.orderList ul li:nth-child(4n+1){
	width: 398px;
}
.orderList ul li:nth-child(4n+2){
	width: 150px;
}
.orderList ul li:nth-child(4n+3){
	width: 150px;
}
.orderList .title{
	background: #029AD4;
	margin-bottom: 20px;
}
.orderList .title ul li{	
	color: #FFFFFF;
	font-weight: bold;
}
.orderList .orderCont{
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.orderList .orderCont .titleCont{
	line-height: 30px;
	background: #F1F1F1;
	padding: 0 10px;
	font-size: 13px;
}
.orderList .orderCont .titleCont .Time{
	color: #999999;
	margin-right: 100px;
}
.orderList .orderCont .titleCont .delect{
	font-size: 16px;
	color:#029AD4;
	cursor: pointer;
}
.orderList .orderCont .titleCont .delect:hover{
	color: red;
}
.orderList .orderCont ul li{
	line-height: 80px;
}
.orderList .orderCont ul li img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.orderList .orderCont ul li h5{
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	width: 250px;
}
.orderList .orderCont ul li p{
	line-height: 25px;
	color: #999999;
	text-align: left;
}
.orderList .orderCont ul li .num{
	margin-right: 20px;
}
.orderList .orderCont button{
	padding: 5px 10px;
	background: #01ADEF;
	color: #FFFFFF;
	border-radius: 5px;
}
.orderList .orderCont .receiver{
	margin-right: 20px;
	background: #40c87f;
}
.orderList .orderCont .evaluate{
	margin-right: 20px;
	background: #40c87f;
}
.orderList .orderCont button:hover{
	color: #01ADEF;
	background: #FFFFFF;
	border: 1px solid #01ADEF;
}
