#memberHeader {
  height: 80px;
  min-width: 1440px;
}
.membercontent-box {
  display: flex;
  min-width: 1440px;
  min-height: calc(100vh - 80px);
  max-width:100vw;
  overflow-x: hidden;
}
#memberSideBar {
  width: 220px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  flex-shrink: 0 !important;
}
.membercontent-wrap {
  flex: 1;
  max-width:calc(100vw - 230px);
}
.membercontent-wrap .membercontent {
  min-height: calc(100% - 105px);
  padding: 20px 40px 10px 20px;
  box-sizing: border-box;
  
}
#memberFooter {
  width: 100vw;
  margin-left: -220px;
  position: relative;
  z-index: 1;
}


/* 订单部分 */
.memberoder-wrap {
  background-color: #ffffff;
  padding-top: 1px;
}
.order-search {
  padding: 10px 20px 10px;
}
.order-search .layui-input, .order-search .layui-select {
  height: 32px;
  border-radius: 5px;
}
.order-search .layui-inline {
  margin-right: 5px;
  margin-bottom: 0;
}
.order-search .layui-btn {
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 15px;
  color: #D91900!important;
  border-color: #D91900!important;
}
.order-search .layui-form-item {
  margin-bottom: 0;
}
.memberoder {
  width: 100%;
  color: #253746;
  font-size: 14px;
  line-height: 20px;
}
.memberoder th {
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
  background-color: #FAFAFA;
  margin-bottom: 23px;
}
.memberoder td {
  padding: 20px;
  border-bottom: 1px solid #E4E7ED;
}
.memberoder .memberorder-title td {
  padding: 8px 20px;
  border-bottom: none;
}
.memberoder .memberorder-suborder td {
  border-bottom: none;
}
.memberoder tr.grey {
  background-color: #D5D5D5;
}
.memberoder tr.light-grey {
  background-color: #F1F1F1;
}
.memberorder-img {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
}
.memberorder-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.memberorder-img .magnifier {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: rgba(0,0,0,0.5);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.memberoder .part-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
}
.memberoder .part-size {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.memberoder .remind-delivery {
  color: #D91900;
}
.memberoder .ondelivery {
  color: #D91900;
}
.memberoder .delivery-time {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.memberoder .apply-bill {
  line-height: 30px;
  padding: 0 12px;
}
.memberoder .order-pay {
  background-color: #FF8F1C;
}
.memberoder .order-total-pay {
  color: #FF8F1C;
  font-weight: bold;
}
.member-empty {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding: 37px 0 31px;
}

/* 订单详情 */
.order-detail-container {
  padding: 20px 30px;
}
.order-detail-box,.order-progress-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 999;
  display: none;
}
.order-detail-wrap {
  width: 1000px;
  height: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -260px;
  background-color: #fff;
}
.order-detail-wrap-head {
  height: 50px;
  border-bottom: 1px solid #DFE1E6;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  box-sizing: border-box;
}
.order-detail-wrap-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 19px;
  right: 20px;
  cursor: pointer;
}
.order-detail-wrap-content,.order-progress-wrap-content {
  width: 100%;
  height: 470px;
  border: none;
}