.select-form {
  width: 100%;
  margin-top: 10px;
  .select-item {
    color: rgba(0, 0, 0, 0.65);
  }
}
::v-deep
  .el-drawer__body
  .ya-form.el-form--label-top
  .el-form-item
  .el-form-item__label {
  margin-top: 16px !important;
}
::v-deep
  .el-drawer__body
  .ya-form.el-form--label-top
  .is-guttered:first-child
  .el-form-item
  .el-form-item__label {
  margin-top: 0 !important;
}
::v-deep .el-drawer__body .ya-form .el-form-item--default {
  // margin-bottom: 0px;
}
::v-deep .el-drawer__body .ya-form .is-error.el-form-item--default {
  // margin-bottom: 10px;
}
::v-deep .el-date-editor--datetime,
::v-deep .el-date-editor--date {
  width: 100%;
}
.slect-label {
  color: rgba(0, 0, 0, 0.8);
}
.img-one {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 18px;
}
.cursor:hover {
  cursor: pointer;
}