.banner {
  width: 100%;
  height: 108px;
  background: url('../../../assets/img/detail/banner.png') no-repeat;
  background-size: cover;
}
.history-orders {
  background-color: #fff;
  padding: 0 15px 117px;
  margin-bottom: 120px;
}
.history-orders .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 0 20px;
}
.history-orders .head .el-icon-search {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.history-orders .head .condition {
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-orders .head .condition .el-range-editor.el-input__inner {
  width: 270px;
  margin-right: 10px;
}
.history-orders .head .condition .el-range-editor--small .el-range-separator {
  line-height: 23px;
  padding: 0;
}
.history-orders .head .el-input {
  width: 288px;
}
.history-orders .head .el-input .el-input__inner {
  height: 33px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.history-orders .head .el-input .el-input__suffix .el-input__icon {
  color: #979797;
}
.history-orders .head .title_icon {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.history-orders .head .title_icon h1 {
  color: #616B85;
  font-size: 22px;
  font-weight: 500;
  margin-left: 7px;
}
.history-orders .orders .goods {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.history-orders .orders .goods .tips {
  flex: 1;
  display: flex;
  align-items: center;
  color: #D0021B !important;
  margin-top: 5px;
}
.history-orders .orders .goods .tips img {
  margin-right: 5px;
}
.history-orders .orders .goods .goods-name {
  transition: color 0.3s;
}
.history-orders .orders .goods:hover .goods-name {
  color: #D0021B;
}
.history-orders .orders .goods.none-goods {
  cursor: auto;
}
.history-orders .orders .goods .el-image {
  flex-shrink: 0;
  width: 80px;
  height: 90px;
  border: 1px solid #E3E3E3;
  background: #fff;
  margin-right: 15px;
}
.history-orders .orders .goods .el-image + .el-image {
  border: 0;
}
.history-orders .orders .goods > span {
  color: #4A4A4A;
}
.history-orders .orders .table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  background: #F6F7F9;
  height: 43px;
  padding: 0 0 0 15px;
  color: #9B9B9B;
  border: 1px solid #E3E3E3;
  border-bottom: 0;
}
.history-orders .orders .table-header .order-num {
  margin-left: 35px;
}
.history-orders .orders .table-header .order-num span {
  color: #4A4A4A;
  font-weight: 500;
}
.history-orders .orders .el-table {
  border: 1px solid #E3E3E3;
  border-bottom: 0;
}
.history-orders .orders .el-table td.el-table__cell div {
  font-size: 14px;
  color: #4A4A4A;
}
.history-orders .orders .el-table .state a {
  display: block;
  color: #3A5998;
  text-decoration: underline;
  margin-top: 17px;
}
.history-orders .orders .el-table .total_price {
  font-weight: 600;
  color: #D0021B !important;
  font-size: 16px !important;
}
.history-orders .orders .el-table .pay_way {
  display: inline-block;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #E3E3E3;
}
.history-orders .orders .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #fff;
}
.history-orders .orders .el-table .el-table__row td:nth-child(5) {
  border-left: 1px solid #E3E3E3;
}
.history-orders .orders .el-table .el-table__row td:nth-child(6) {
  border-left: 1px solid #E3E3E3;
}
.history-orders .orders .el-table {
  margin-bottom: 30px;
}
.history-orders .noData {
  height: 353px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.history-orders .noData .noData_text {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 20px;
}
.el-pagination {
  text-align: center;
}
