/**时间样式 */
.date-dark {
  width: 140px !important;
}
.timer-dark {
  height: 36px;
  border: 1px solid #234575;
  background-color: transparent !important;
}
.date-dark /deep/ .el-input__inner {
  color: #fff !important;
  border: 1px solid rgba(1, 197, 254, 0.3);
  background-color: transparent !important;
}
.timer-dark /deep/ .el-input__inner {
  color: #fff !important;
  border: 1px solid rgba(1, 197, 254, 0.3);
  background-color: transparent !important;
}
.timer-dark /deep/ .el-input--suffix .el-input__inner {
  padding-right: 10px;
}

.timer-dark /deep/ input{
  background-color: transparent !important;
  line-height: 30px;
  color: #547fa2 !important;
}

.timer-dark /deep/ .el-range-separator{
  color: #9AB9D2 !important;
  line-height: 30px;
}

.timer-dark /deep/ .el-range__icon {
  line-height: 30px;
}