.orderSearch{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 135px;
	width: 100%;
	min-width: 1100px;
	background: #FF0000;
}
.search-nav{
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 1100px;
}
.search-nav .img img{
	width: 188px;
	height: 71px;
}
.search-nav .myName{
	margin-left: 30px;
}
.search-nav .myName .text{
	font-size:24px;
	color: #FFFFFF;
}

.search-nav .myName button{
	margin-top: 6px;
	height: 34px;
	border-radius: 20px;
	width: 124px;
	background:rgba(255,255,255,0.3);
	color: #FFFFFF;
	border: none;
	box-shadow: none;
}
.search-nav a{
	color: #FFFFFF;
}
.search-nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.search-nav .index{
	margin-left: 36px;
border-bottom: 1px solid #FFFFFF;
    padding-bottom: 1px;
}

 .search-nav .userSetting{
	 margin-left: 20px;
 }
  .search-nav .pingjia{
	   margin-left: 20px;
  }
  .search-nav .searchInput{
	  margin-left: 100px;
	  display: flex;
	  flex-direction: row;
  }
 .search-nav .searchInput .input input{
	   width: 140px;
	   height: 40px;
	   font-size: 16px;
	   border: none;
 }
  .search-nav .searchInput .button button{
	   height: 40px;
	   width: 60px;
	   border: none;
  }
 .search-nav .mycart{
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 width: 150px;
	 height: 42px;
	 margin-left: 42px;
	 background-color: #FFFFFF;
 }
 .search-nav .mycart .cartImg{
	 width: 25px;
	 height: 24px;
 }
 .search-nav .mycart .name{
	 margin-left: 10px;
 }
 .search-nav .mycart .number{
	 margin-top: -10px;
	 margin-right: -10px;
	 height: 20px;
	 width: 20px;
	 border-radius: 50%;
	 background: #FF4545;
	 text-align: center;
	 padding-top: 2px;
	 padding-left: 2px;
	 color: #FFFFFF;
	
 }
 .orderCenter{
	
	 width: 100%;
	 min-width:990px;
	 background:rgba(238,238,238,1);
	
 }
 .orderList{
	 display: flex;
	 flex-direction: row;
	 margin-top: 30px;
	 
 }
  .orderList .left{
	  width: 10%;
	  display: flex;
	  flex-direction: column;
	  color: #000000;
	  font-weight:bold;
  }
  .orderList .left .nav-2{
	  margin-top: 13px;
	  color: #FF2929;
  }
  .orderList .left .nav-3{
	  margin-top: 64px;
  }

 .orderList .right{
	 width: 90%;
	 display: flex;
	 flex-direction: column;
	
 }
  .orderList .right .right-border{
	  width: 100%;
	  height: 50px;
	  font-weight:bold;
	  background: #FFFFFF;
	  line-height: 50px;
	  padding-left: 24px;
  }
 .orderList .right .right-all{
	 width: 100%;
	
	  background: #FFFFFF;
	  margin-top: 35px;
	  margin-bottom: 100px;
	  min-width: 990px;
 }
.layui-tab-brief>.layui-tab-title .layui-this{
	color:#FF0000;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #FF0000;
}
.layui-tab-content .order-nav{
	display: flex;
	flex-direction: row;
	color:rgba(153,153,153,1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:rgba(238,238,238,1);
}
.layui-tab-content .orderDetail{
	display: flex;
	flex-direction: row;
	color:rgba(153,153,153,1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:rgba(238,238,238,1);
}
.order-list{
	display: flex;
	flex-direction: column;
}
.order-list .order-detail-nav{
	display: flex;
	flex-direction: row;
	color:rgba(153,153,153,1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:rgba(238,238,238,1);
}
.order-list .order-heade{
	height: 150px;margin-top: 20px;
}
.order-list .order-heade .list{
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}
.order-list .order-heade .list .order-detail-list{
	display: flex;
	flex-direction: row;
	height: 110px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	align-items: center;
	margin-bottom: 24px;
}
.order-list .order-heade .list .order-detail-list .img img{
	width: 80px;
	height: 80px;
	margin-left: 15px;
}
.order-list .order-heade .list .order-detail-list .name{
	margin-left: 20px;
	/* width: 200px; */
	width: 23%;
	height: 60px;	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-weight:bold;
	font-size:14px;
}
.order-list .order-heade .list .order-detail-list .number{
	margin-left: 108px;
	color:rgba(153,153,153,1);
	font-weight:bold;
	font-size:14px;
}
.order-list .order-heade .list .order-detail-list .addressName{
	display: flex;
	flex-direction: column;
	height: 110px;
	width: 122px;
	margin-left: 32px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	justify-content: center;
	align-items: center;
	
}
.order-list .order-heade .list .order-detail-list .addressName .img img{
	width: 24px;
	height: 25px;
}
.order-list .order-heade .list .order-detail-list .addressName .address-name{
	font-weight:bold;
	font-size:14px;
	color: #9F9F9F;
}
.order-list .order-heade .list .order-detail-list .order-price{
	display: flex;
	flex-direction: column;
	height: 110px;
	width: 150px;
	border-right: 1px solid #E8E8E8;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	font-size:14px;
	color: #9F9F9F;
}
.order-list .order-heade .list .order-detail-list .fahuoDetial{
	display: flex;
	flex-direction: column;
	height: 110px;
	width: 122px;
	border-right: 1px solid #E8E8E8;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	font-size:14px;
	color: #9F9F9F;
}

.order-list .order-heade .list .order-detail-list .caozuo{
	display: flex;
	flex-direction: column;
	height: 110px;
	width: 122px;
	border-right: 1px solid #E8E8E8;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	font-size:14px;
	color: #9F9F9F;
}
.order-list .order-heade .list .order-detail-list .caozuo button{
	border: 1px solid #E8E8E8;
	color: #000000;
	background: #FFFFFF;
}
.orderBottom{
	height: 2px;width: 100%;background:rgba(255,17,17,1);margin-bottom: 30px;
	border-radius:1px;
	margin-top: 6px;
}
.right-all .once{
	display: flex;flex-direction: row;width: 50%;justify-content: space-between;margin-left: 26px;font-size:14px;margin-top: 27px;
}
.right-all .once button{
	font-weight:bold;border: none;
											background: none;
	color:#000000;
}
.right-all .order-list{
	margin-right: 26px;
	margin-left: 26px;
}
.right-all .order-list .order-nav{
	display: flex;
	flex-direction: row;
	color:rgba(153,153,153,1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:rgba(238,238,238,1);
}
.buttonColor{
	color: #FF0000;
}
.gongneng {
	display: flex;
	flex-direction: column;
}
.gongneng .one-1{
	margin-bottom: 10px;
	margin-left: 26px;
	margin-right: 26px;
	background:rgba(238,238,238,1);
}
.gongneng .one-1 .one-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	
	margin-left: 13px;
	margin-right: 20px;
}
.gongneng .one-2{
	margin-top: 20px;
	margin-left: 26px;
	margin-right: 26px;
	background:rgba(238,238,238,1);
}
.gongneng .one-2 .one-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	margin-left: 13px;
	margin-right: 20px;
}
 .once-item2{
	display: flex;
	flex-direction: row;
	margin-left: 27px;
	margin-right: 27px;
	
}
.once-item2 .list{
	display: flex;
	
	align-items: center;a
	flex-direction: row;
	border: 1px solid #E8E8E8;
}
.once-item2 .list .list-1{
	display: flex;flex-direction: column;
}
.once-item2 .list .list-1 .item1{
	display: flex;flex-direction: row;border-bottom: 1px solid #E8E8E8;align-items: center;
}
.once-item2 .list .list-1 .item1 .name{
	margin-left: 20px;    width: 224px;
										height: 54px;
										overflow: hidden;
}
.once-item2 .list .list-1 .item1 .price{
	margin-left: 86px;display: flex;flex-direction: column;align-items: center;    width: 60px;
}
.once-item2 .a_1{
	display: flex;flex-direction: column;    border-bottom: 1px solid rgb(232, 232, 232);align-items: center; width: 24%;justify-content: center;border-right: 1px solid #E8E8E8;
}
.once-item2 .a_2{
	color:rgba(153,153,153,1);
	display: flex;flex-direction: column;    border-bottom: 1px solid rgb(232, 232, 232);align-items: center;width: 26%;justify-content: center;border-right: 1px solid #E8E8E8;
}
.once-item2 .a_2 button{
	border: none;
	background: none;
	color:rgba(51,51,51,1);
}
.once-item2 .a_3{
	display: flex;flex-direction: column;    border-bottom: 1px solid rgb(232, 232, 232);align-items: center;width: 20%;justify-content: center;border-right: 1px solid #E8E8E8;
}
.once-item2 .a_3 button{
	width:70px;
	height:30px;
	border:1px solid rgba(238,238,238,1);background-color: #FFFFFF;
}