.my-order p{
	color: #f60;
	font-size: 20px;
}

.my-order li{
	width: 100px;
}

.no-orders {
	display: none;
	background: url(http://img3.imgtn.bdimg.com/it/u=3283112679,1601204824&fm=21&gp=0.jpg) no-repeat center top;
	padding-top: 180px;
	font-size: 18px;
	color: #b9b9b9;
	width: 200px;
	margin: 100px auto 150px;
	text-align: center;
}

.order-list {
	width:780px;
	height:50px;
	border:1px solid #c2c2c2;
	border-radius: 5px ;
}

.order-list a{
	font-size: 20px;
}

.order-list > span{
	display: inline-block;
 	width: 25%;
    height: 47px;
    line-height: 47px;
 	text-align: center;
 	background-color: #fff;
}

.order-list > span > span{
    display: block;
    height: 2px;
    width: 5%;
    background-color: #f60;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.title {
	width: 780px;
	height: 40px;
	color: #f60;
	font-size: 20px;
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
	border-top: 1px solid #f60;
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
}

.order-detail {
	width: 780px;
	height: 400px;
	color: #f60;
	font-size: 20px;
	border: 1px solid #f60;
	border-radius: 5px;
	margin-top: 10px;
}

.title p{
	float: left;
	width: 24.9%;
	margin-top: 5px;
	font-size: 18px;
	text-align:center;
}

.list {
	width: 780px;
	/*margin-top: 10px;*/
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
	border-top: 1px solid #f60;
	border-radius: 0 0 5px 5px;
}

.list span{
	display: inline-block;
 	width: 24.5%;
 	text-align: center;
 	font-size: 12px;
 	background-color: #fff;
}

.list li {
	line-height: 85px;
	border-bottom: 1px solid #f60;
}

.pay {
    width:100px;
    height:30px;
    background:#f60;
    float:right;
    margin-top:-75px;
    text-align:center;
    color:white;
    line-height:30px;
    border-radius:15px;

}

.cancle {
    width:100px;
    height:30px;
    background:#eee;
    float:right;
    margin-top:-40px;
    text-align:center;
    line-height:30px;
    border-radius:15px;
}

.pay-end {
	 width:100px;
	 height:30px;
	 background:green;
	 float:right;
	 margin-top:-60px;
	 text-align:center;
	 color:white;
	 line-height:30px;
	 border-radius:15px;
}
.home-nav .home-nav-active {
	/*background-color: #e9a31c;*/
}
.nav-list li:hover{
	/*background-color: #e9a31c;*/
}
.nav-list a:hover{
    color: #F98E2B;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
