
[data-v-16da2317] .list-group::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-16da2317] .list-group::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}
[data-v-16da2317] .list-group::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
[data-v-16da2317] .list-group::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.5);
}
[data-v-16da2317] .list-group::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}
[data-v-16da2317] .el-tabs--card {
  height: 100%;
}
[data-v-16da2317] .el-tabs__header { margin-bottom: 0;
}
.el-tabs--card>.el-tabs__header[data-v-16da2317] { margin-bottom: 0 !important;
}
[data-v-16da2317] .el-tabs__content { height: calc(100% - 49px); padding: 8px 0 0 !important;
}
[data-v-16da2317] .el-tab-pane {
  height: 100%;
}
[data-v-16da2317] .el-table--mini .el-table__cell { padding: 1px 0;
}
[data-v-16da2317] .el-button--primary.is-plain {
  color: #0089ff;
  background: #ffffff;
  border-color: #0089ff;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(7, 64, 127, 0.4);
          box-shadow: 1px 1px 1px 0px rgba(7, 64, 127, 0.4);
}
[data-v-16da2317] .el-button--primary.is-plain:hover,[data-v-16da2317] .el-button--primary.is-plain:focus {
  color: #0089ff;
  background: #d3ebfd;
  border-color: #0089ff;
}
[data-v-16da2317] .el-button--primary.is-plain:active {
  color: #fff;
  background: #0089ff;
  border-color: #0089ff;
}
[data-v-16da2317] .el-pagination__sizes {
  margin-top: -1px;
}
[data-v-16da2317] .el-pagination__sizes .el-input--mini .el-input__inner {
  height: 22px;
  line-height: 22px;
}
[data-v-16da2317] .el-dialog__header { font-weight: bold; padding-top: 15px;
}
[data-v-16da2317] .el-dialog--center .el-dialog__body { padding: 0 25px 30px;
}
[data-v-16da2317] .el-dialog__body { padding: 10px 20px;
}
[data-v-16da2317] .dialog-footer { text-align: center;
}
.el-autocomplete-suggestion[data-v-16da2317] {
  width: 260px !important;
}
.searchPannel[data-v-16da2317] {
  margin-bottom: 8px;
}
[data-v-16da2317] .searchPannel .el-form-item--small.el-form-item,[data-v-16da2317] .searchPannel .el-form-item {
  margin-bottom: 0;
}
.formSt[data-v-16da2317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search[data-v-16da2317] {
  min-width: 80px;
  height: 32px;
}
.serch[data-v-16da2317]{ margin-left: 10px;
}
.pagination[data-v-16da2317] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-border[data-v-16da2317] {
  background-color: #fff;
  border: solid 1px #00b0ff;
  position: relative;
}
.table-border[data-v-16da2317]  .el-loading-spinner i { font-size: 30px;
}
[data-v-16da2317] .el-table thead tr,[data-v-16da2317] .el-table thead tr th { background-color: #e7e8ec;
}
/* 解决自定义滚动条高度后左侧固定列高度没有贴合表格底部问题 */
.customTable[data-v-16da2317]  .el-table__fixed { height: calc(100% - 8px) !important;
}
.customTable[data-v-16da2317]  .el-table__fixed-body-wrapper { height: calc(100% - 25px) !important;
}
.customTable[data-v-16da2317]  .el-table__fixed-right::before,
.customTable[data-v-16da2317]  .el-table__fixed::before { background-color: transparent;
}
.customTable[data-v-16da2317]  .el-table__header-wrapper .el-checkbox,
.customTable[data-v-16da2317]  .el-table__fixed-header-wrapper .el-checkbox { display: none;
}
.container-component[data-v-16da2317] {
  height: 100%;
  overflow: hidden;
}
.flexBottom[data-v-16da2317] {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 5px;
  font-size: 13px;
  padding: 0 10px;
}
.flex[data-v-16da2317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex p[data-v-16da2317] {
  padding-right: 10px;
}
.list-group[data-v-16da2317] {
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 500px;
  overflow-y: auto;
}
.list-group-item[data-v-16da2317] {
  cursor: move;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-group-item span[data-v-16da2317]:first-child {
  margin-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-16da2317] .list-group-item .el-switch__label * { font-size: 12px;
}
.tableSet[data-v-16da2317] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 0 2px 0 5px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  background-color: #e7e8ec;
  text-align: right;
}
.tableSet[data-v-16da2317]:hover { color: #00b0ff;
}
.dialog-title[data-v-16da2317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.dialog-msg[data-v-16da2317] {
  font-weight: bold;
  line-height: 30px;
}
.dialog-button[data-v-16da2317]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 10px;
}
.other-btn[data-v-16da2317]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-16da2317] .el-table thead { color: #000;
}
[data-v-16da2317] .el-table th.el-table__cell>.cell,[data-v-16da2317] .el-table--border .el-table__cell:first-child .cell { padding: 0 5px;
}
[data-v-16da2317] .el-table .cell {
  white-space: nowrap;
  padding: 0 5px;
}
[data-v-16da2317] .dialogDragVerify .el-dialog__body { padding: 0;
}
.headline[data-v-16da2317] {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333;
}
.headline .subhead[data-v-16da2317] {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999;
  margin-left: 13px;
}
.headline .el-icon-refresh-right[data-v-16da2317] {
  position: absolute;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}
.headline .el-icon-refresh-right[data-v-16da2317]:hover {
  color: #00b0ff;
}
.wrapperCnt[data-v-16da2317] {
  height: calc(100vh - 35px);
  overflow-y: auto;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapperCnt[data-v-16da2317]::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;    /* 或者flex: 1 */
}
.vehicleInfo[data-v-16da2317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 70px;
  font-size: 13px;
  padding: 16px 24px;
  color: #666;
  background-color: #e1f4ff;
}
.vehicleInfo span[data-v-16da2317] {
  margin-left: 30px;
  color: #151515;
}
.vehicleList[data-v-16da2317] {
  margin-top: 5px;
}
.vehicleChoose[data-v-16da2317] {
  width: 70%;
  margin-top: 2px;
  margin-left: 25px;
}
.form[data-v-16da2317] {
  padding: 12px 0;
}
.formItem[data-v-16da2317] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formItem + .formItem[data-v-16da2317] {
  margin-top: 10px;
}
.fields[data-v-16da2317] {
  font-size: 13px;
  color: #666;
  -ms-flex-preferred-size: 108px;
      flex-basis: 108px;
  text-align: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item[data-v-16da2317] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-16da2317] .el-select .el-input.is-focus .el-input__inner {
  border-color: #ff5f00;
}
[data-v-16da2317] .el-select-dropdown.is-multiple {
  max-width: 100% !important;
}
[data-v-16da2317] .el-select-dropdown__item {
  height: 30px;
  padding: 0 !important;
}
[data-v-16da2317] .el-select-dropdown__item.is-disabled {
  height: auto !important;
}
.summary[data-v-16da2317] {
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  color: #000;
  font-size: 12px;
}
.summary .num[data-v-16da2317] {
  color: #0089ff;
}
.head[data-v-16da2317] {
  height: 30px;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.option[data-v-16da2317] {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head > div[data-v-16da2317],
.option > div[data-v-16da2317] {
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  min-width: 0;
}
.option div[data-v-16da2317] {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head .partName[data-v-16da2317],
.option .partName[data-v-16da2317] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head .fitVehicle[data-v-16da2317],
.option .fitVehicle[data-v-16da2317] {
  padding-right: 30px;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.head .partNumber[data-v-16da2317],
.option .partNumber[data-v-16da2317] {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head .orientation[data-v-16da2317],
.head .brand[data-v-16da2317],
.option .orientation[data-v-16da2317],
.option .brand[data-v-16da2317] {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.option .orientation.blue[data-v-16da2317]  {
  color: #0089ff  !important;
}
.option .orientation.yellow[data-v-16da2317]  {
  color: #ff5f00 !important;
}
[data-v-16da2317] .el-select-dropdown__item.selected.blue .option {
  background-color: #e1f4ff !important;
}
[data-v-16da2317] .el-select-dropdown__item.selected.blue::after {
  color: #0089ff !important;
}
[data-v-16da2317] .el-select-dropdown__item.selected.yellow .option {
  background-color: #ffefe5 !important;
}
[data-v-16da2317] .el-select-dropdown__item.selected.yellow::after {
  color: #ff5f00 !important;
}
[data-v-16da2317] .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  top: 0;
  right: 15px;
  height: 30px;
  font-size: 16px;
}
[data-v-16da2317] .el-select .el-tag.el-tag--info {
  background-color: #eee;
  font-weight: bold;
}
[data-v-16da2317] .el-select .el-tag__close.el-icon-close {
  font-size: 16px;
  color: #ff1200;
  background-color: transparent;
}
[data-v-16da2317] .el-select .el-select__tags-text {
  color: #151515;
}
[data-v-16da2317] .el-select .el-select__tags-text span.blue {
  color: #0089ff;
}
[data-v-16da2317] .el-select .el-select__tags-text span.yellow {
  color: #ff5f00;
}

