/*导航和侧边*/
.order_box_big2{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
}
.order_title_box{
  position: relative;
  width: 100%;
  height: 64px;
  box-shadow: 0 0 5px 0 #e4e5e8;
}
.order_title{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 64px;
  margin-left: 46px;
  position: relative;
}
.order_title:before{content: '';position: absolute;background: #f05d4b;width: 2px;height: 16px;top: 22px;left: -10px;}
.order_more{
  position: absolute;
  right: 1%;
  font-size: 14px;
  color: #333;
  top: 20px;
}
.order_ctn_box_big{
  padding: 30px;
}
/*顶部搜索*/
.top_order_ctn{
  overflow: hidden;
}
.order_search_box{
  float: right;
  width: 34%;
  overflow: hidden;
}
.order_search_box > input{
  float: left;
  width: 85%;
  height: 32px;
  border:1px solid #e7e7e7;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: #333;
}
.order_search_box > a{
  float: left;
  display: block;
  width: 15%;
  height: 32px;
  background-color: #f05d4b;
  border-radius: 0 4px 4px  0;
  background-image: url(../img/Order/Search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28%;
}
/*订单状态*/
.Order_status_box{
  float: left;
  width: 30%;
  height: 40px;
  font-size: 0;
  border: 1px solid #c1c1c1;
}
.Order_status_box > li{
  width: 25%;
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 36px;
  height: 40px;
  cursor:pointer;
}
.Order_status_box > .on{
  background-color: #f05d4b;
  color: #fff;
  border: 1px solid  #f05d4b;
}
/*顶部标题*/
.OrderTotal_title_box{
  width: 100%;
  height: 44px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 30px 0 20px 0;
}
.OrderTotal_title_box > li{
  float: left;
  list-style:none;
  width: 15%;
   font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 44px;
}
.OrderTotal_title_box > .select_box{
  width: 15%;
}
.OrderTotal_title_box > li > select{
  font-size: 16px;
  color: #333;
  float: left;
  border:1px solid #e7e7e7;
  background-color: #e7e7e7;
  height: 44px;
  padding:0 30px;
  background-image: url(../img/Order/drop-down.png);
  background-repeat:no-repeat;
  background-position: 96% 16px;

}
.OrderTotal_title_box > .state{
  width: 15%;
}
.OrderTotal_title_box > .state > select{
  font-size: 16px;
  color: #333;
  float: left;
  border:1px solid #e7e7e7;
  background-color: #e7e7e7;
  height: 44px;
  padding:0 30px;
  background-image: url(../img/Order/drop-down.png);
  background-repeat:no-repeat;
  background-position: 80% 16px;

}
.OrderTotal_title_box >.Order_details_title{
  width: 25%;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  text-align: left;
  text-align: center;
}
/*订单列表*/
.Order_list_box{
  border:1px solid #dcdcdc;
  height: 236px;
  margin-bottom: 20px;
}
.Order_title_box{
  background-color: #f0f0f0;
  height: 40px;
}
.Order_title_box > p{
  float: left;
  padding: 0 36px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.Order_ctn_box{
  width: 36%;
  height: 196px;
  float: left;
  overflow: hidden;
  border-right: 1px solid#e3e3e3;
  padding-bottom: 28px;
}
.Order_img_name{
  float: left;
  width: 100%;
  padding-right: 1px;
  overflow: hidden;
  background-repeat:no-repeat;
  background-position: center right; 
  padding-bottom: 10px;
}
.Order_img_box{
  float: left;
  width: 30%;
  margin:30px 0 0 30px;
}
.Order_img_box > img{
  width: 100%;
  height: auto;
}
.Order_txt_box{
	width: calc(70% - 60px);
	float: left;
}
.Order_name{
  float: left;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #333;
   margin:30px 0 0 30px;
    overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.Order_name1{
	
}
.Order_name2{
  width: 72px;
  height: auto;
	margin-top: 10px;
}
.Order_increment_box{
  width: 100%;
	overflow: hidden;
}
.increment{
  width: 70%;
  height: auto;
  float: left;
  margin-top: 5px;
}
.increment_li{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px 4px;
	margin-left: 10px;
	font-size: 14px;
}
.Quantity{
  float: left;
  width: 12%;
  height: 196px;
  font-size: 14px;
  color: #333;
  background-repeat:no-repeat;
  background-position: center right;
  border-right: 1px solid #e3e3e3;
  padding-top: 30px;
  text-align: center;
}
.service_object{
  float: left;
  width: 13%;
  height: 196px;
  font-size: 14px;
  color: #333;
  background-repeat:no-repeat;
  background-position: center right;
  border-right: 1px solid #e3e3e3;
  text-align: center;
  padding-top: 30px;
}
.OrderAmount_box{
  float: left;
  width: 12%;
  height: 196px;
  font-size: 14px;
  color: #333;
  background-repeat:no-repeat;
  background-position: center right;
  border-right: 1px solid #e3e3e3;
  text-align: center;
  padding-top: 30px;
}
.Consult_merchant_box{
  float: left;
  width: 15%;
}
.service_completion{
  width: 80%;
  height: 30px;
  border-radius: 4px;
  background-color: #0097e5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 5px;
}
.Consult_box > a{
  display: block;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 1.7;
}
/*页码*/
.PageNum {
   margin-top: 20px;
  /*margin: 30px auto 0;*/
    padding: 30px 0 50px 0;
    text-align: center;
    overflow: hidden;
}
.PageNum > a {
  display: inline-block;
    padding: 12px 16px;
    font-size: 14px;
    color: #444;
    border: 1px solid #c8c8c8;
    margin-right: 16px;
    line-height: 16px;
    border-radius: 4px;
}
.PageNum a:hover,
.PageNum a.PageNumOn {
    color: #fff;
    background: #0097e5;
    border-radius: 6px;
    border: 1px solid #0097e5;
}

@media (min-width:768px) and (max-width:1110px ) { 
  .Order_status_box {
    float: left;
    width: 50%;
    font-size: 0;
  }
  .Order_list_box {
    border: 1px solid #dcdcdc;
    min-height: 176px;
    height: auto;
    margin-bottom: 20px;
  }

  /* .OrderTotal_title_box{
    display: none;
  } */
  .Order_title_box{
    display: none;
  }
  .Order_list_box {
    border: 1px solid #dcdcdc;
    min-height: 176px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.Order_ctn_box{
  width: 32%;
}

.increment{
  width: 100%;
}
.OrderAmount_box {
  float: left;
  width: 12%;
  height: 196px;
  font-size: 14px;
  color: #333;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 30px 5px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.Quantity {

  float: left;
  width: 15%;
  height: 196px;
  font-size: 14px;
  color: #333;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 30px 5px;
  text-align: center;
  border-right: 1px solid #e3e3e3;

}
}
@media (min-width:768px) and (max-width:980px) { 
  .Order_ctn_box {
    width: 44%;
  }
}



@media only screen and (max-width: 780px) {
  .order_box_big2{
    margin-top: 0;
  }
  .order_ctn_box_big{
    padding: 15px;
  }
  .order_search_box{
    width: 100%;
    margin-bottom: 15px;
  }
  .order_search_box > input{
    width: 85%;
    font-size: 15px;
  }
  .order_search_box > a{
    width: 15%;
  }

  .Order_status_box{
    width: 100%;
  }
  .Order_status_box > li{
    width: 24.8%;
    font-size: 17px;
  }
  .top_order_ctn {
    overflow: hidden;
    margin-bottom: 15px;
}
/*订单内容*/
  .Order_list_box{
  position: relative;
  height: auto;
  padding-bottom: 20px;
  }
  .Order_img_box{
   float: left;
    width: 40%;
    margin: 10px 0 0 10px;
  }
  .Order_name{
    height: 50px;
    top: 50px;
    left: 48%;
    margin: 0;
    overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  }
  .Order_title_box > p{
    font-size: 14px;
    padding:0;
    line-height: 0;
  }
  .Order_title_box > .Order_number{
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 12px;
    color: #999;
  }
   .Order_title_box > .merchantName{
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .Order_img_name {
    width: 100%;
    background:normal;
    height: auto;
    margin-bottom: 20px;
    background-image: url();
}
.Quantity{
    float: none;
    width: 100%;
    top: 100px;
    left: 48%;
    font-size: 14px;
    color: #666;
    background:normal;
    padding: 0;
    height: 20px;
    text-align: left;
}
.OrderAmount_box{
  float: none;
  width: 100%;
  height: 0;
  padding: 0;
}
.total_sum {
    width: 100%;
    font-size: 14px;
    color: #666;
    background: normal;
    padding: 0;
    text-align: left;
}
.OrderAmount_box > p > span{
   font-size: 14px;
    color: #ff0000;
}
.service_object {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 14px;
    color: #666;
    float: none;
    display: none;
}
.service_completion{
  position: absolute;
  top: 5px;
  left: 82%;
  width: auto;
    border-radius: 4px;
    background-color: #f0f0f0;
    font-size: 15px;
    color: #0097e5;
    text-align: center;
    line-height: 30px;
    margin: auto;
    margin-top: 0;
    margin-bottom:0;
}
.OrderTotal_title_box{
  margin: 15px 0;
}
.OrderTotal_title_box > .select_box{
  width: 74%;
}
.OrderTotal_title_box > .state > select{
  padding: 0 15px;
}
.OrderTotal_title_box > li > select{padding: 0 15px;}
.Consult_merchant_box {
    float: right;
    width: 80%;
}
.Consult_box > a {
    display: inline-block;
    width: 28%;
    height: 30px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border:1px solid #c1c1c1;
    line-height: 30px;
    margin: 0 5px;
    margin-top: 20px;
}
.Order_list_box{
  margin-bottom: 15px;
}
/* 订单内容 */
.Order_ctn_box{
  width: 100%;
}
.Order_img_name{
  margin-bottom: 0px;
}
.Order_name{
  height: auto;
  margin-left: 2%;
}
.Order_ctn_box{
  height: auto;
}
.Order_ctn_box{
  float: none;
}
.Order_name2{
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
.Consult_merchant_box {
  float: none;
  width: 100%;
}
.Order_txt_box {
  float: none;
  width: 94%;
  margin-top: 15px;
  margin: auto;
  margin-top: 15px;
}
.Order_increment_box{
  width: 94%;
  margin: auto;
}
.Order_name{
  margin-left: 0%;
}
.increment_li{
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
}
.Order_ctn_box{
  padding-bottom: 15px;
}
.Quantity{
  width: 94%;
  margin: auto;
  font-size: 16px;
  margin-bottom: 5px;
}
.total_sum{
  width: 94%;
  margin: auto;
  font-size: 16px;
}
.Consult_box {
  margin-top: 15px;
}
.Consult_box > a{
  width: 30.5%;
  height: 40px;
  line-height: 40px;
}
.order_title{
  margin-left: 30px;
}
.order_search_box > input{
  height: 40px;
  font-size: 16px;
}
.order_search_box > a{
  height: 40px;
  background-size: 36%;
}
.Consult_box > a{
  width: 29.5%;
}
.OrderAmount_box > p > span{
  font-size: 18px;
}
}

@media (min-width:1200px) and (max-width:1340px ) { 
  .Order_status_box{width: 45%;}
  .Order_status_box{width: 40%;}
}	
@media (min-width:992px) and (max-width:1200px ) { 
  .Order_status_box{width: 55%;}
  .Order_img_box{width: 35%;}
}
@media (min-width:768px) and (max-width:992px ) {
  .Order_status_box{width: 55%;}

}
@media only screen and (max-width: 780px) {
  .Order_img_box{display: none;}
}