.inquiry-index {
  width: 100%;
  min-height: 537px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  background-color: #fff;
  position: relative;
}
.inquiry-index .header {
  display: flex;
}
.inquiry-index .header .goods_search {
  flex: 1;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid  #E0E0E0;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.inquiry-index .goods_tabs {
  display: flex;
  font-size: 16px;
}
.inquiry-index .goods_tabs .goods_tabs__item {
  width: 160px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-bottom: 1px solid  #E0E0E0;
  border-top: 3px solid #fff;
  cursor: pointer;
}
.inquiry-index .goods_tabs .goods_tabs__item:hover {
  color: #EC1D1D;
}
.inquiry-index .goods_tabs .is_active {
  color: #EC1D1D;
  border: 1px solid #E0E0E0;
  border-top: 3px solid #EC1D1D;
  border-bottom: none;
}
.inquiry-index .goods_tabs .one_active {
  color: #EC1D1D;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-top: 3px solid #EC1D1D;
  border-bottom: none;
}
.inquiry-index .demo-form-inline {
  text-align: left;
  padding: 20px 0;
  height: 30px;
}
.inquiry-index .table-btn {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.inquiry-index .table-btn .el-pagination.is-background .btn-next, .inquiry-index .table-btn .el-pagination.is-background .btn-prev, .inquiry-index .table-btn .el-pagination.is-background .el-pager li {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.inquiry-index .table-btn .el-pagination.is-background .btn-next, .inquiry-index .table-btn .el-pagination.is-background .btn-prev {
  padding: 0 5px;
  background-color: #f5f5f5;
}
.inquiry-index .table-btn .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #e1251b;
}
.inquiry-index .table-btn .el-pagination__jump {
  margin-left: 0px;
}
.inquiry-index .table-btn .go_box {
  display: inline-block;
  width: 50px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.inquiry-index .null_html {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inquiry-index .null_html p {
  margin-top: 10px;
}

.red_text_btn {
  cursor: pointer;
  text-decoration: underline;
  color: #DC1720;
}

.cur_p {
  cursor: pointer;
}

.is_open_row {
  transform: rotate(180deg);
}

.el-table__body {
  width: 100% !important;
}

.el-table__header {
  width: 100% !important;
}

.el-table__expand-icon {
  display: none;
}

.el-table--border th {
  border-right-width: 0;
}

.el-table--border .xj_expand td {
  border-right: none;
}

.el-table__expanded-cell[class*=cell] {
  padding: 0;
}

.has-gutter tr th {
  background-color: #EDEDED;
}

.xj_expand .has-gutter tr th {
  background-color: #FCEDED;
  color: #666666;
}

.el-table .cell {
  font-size: 12px;
}

.el-table td, .el-table th {
  padding: 5px 0;
}

/*# sourceMappingURL=index.css.map */
