$borderColor:#234575;
$bgColor: rgb(29,83,157);

/**时间弹框 */
.poper-dark {
  border: 1px solid rgba(1, 197, 254, 0.3) !important;
  background-color: #071339 !important;
  color: #fff !important;
}
.poper-dark .el-button--default {
  background-color: #0874E2 !important;
  border: none !important;
  color: #fff !important;
}
.poper-dark  .el-picker-panel__footer {
  border-top: 1px solid $borderColor !important;
  background-color: #071339 !important;
}
.poper-dark .el-date-picker__header > button {
  color: #fff !important;
}
.poper-dark .el-date-picker__header > span {
  color: #fff !important;
}
.poper-dark .el-picker-panel__content th {
  color: #fff !important;
}
.poper-dark .el-picker-panel__content td {
  color: #fff !important;
}
.poper-dark .el-picker-panel__content .el-date-table td.today span {
  color: #4aa3f3 !important;
}
.poper-dark .el-picker-panel__content .el-date-table td.current:not(.disabled) span {
  background-color: rgb(15, 49, 122) !important;
}
.poper-dark .time-select-item {
  color: #fff !important;
}
.poper-dark .time-select-item:hover {
  background-color: rgb(15, 49, 122) !important;
}
.poper-dark .el-date-table td.in-range div, .poper-dark .el-date-table td.in-range div:hover, .poper-dark .el-date-table.is-week-mode .el-date-table__row.current div, .poper-dark .el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: rgb(15, 49, 122) !important;
}
.poper-dark .el-picker-panel__content td.disabled div {
  background-color: #0f317a !important;
}
.poper-dark .el-picker-panel__sidebar {
  background-color: #071339 !important;
}
.poper-dark .el-picker-panel__sidebar .el-picker-panel__shortcut {
  color: #fff !important;
}

.poper-dark .el-input__inner {
  background-color: transparent !important;
  border: 1px solid $borderColor !important;
  color: #fff !important;
}

.poper-dark .el-date-range-picker__content.is-left {
  border-right: 1px solid $borderColor !important;
}

.poper-dark  .el-date-range-picker__time-header {
  border-bottom: 1px solid $borderColor !important;
}

.poper-dark .el-picker-panel__content th {
  border-bottom: 1px solid $borderColor !important; 
}

.poper-dark .el-button.is-plain:focus, .poper-dark .el-button.is-plain:hover {
  background-color: #0874E2 !important;
}