
.systemRun .box-card {
	min-width: 550px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0%;
	        flex: 1 1 0%;
}

.add_time_type {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100px;
}
.systemRun {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.systemRun car .systemRun .systemRun-save {
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
  box-sizing: border-box;
}
.systemRun-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.systemRun .el-card__body {
  padding: 20px;
  overflow: hidden;
}
.systemRun-block {
  margin-bottom: 20px;
}
.marginTB {
  margin: 10px 0;
}
.marginall {
  margin: 5px;
}
.systemRun-tags-input {
  padding-left: 24px;
  margin: 10px 0;
}
.tags-input .ti-input {
  min-height: 35px;
  height: 150px;
}
.tags-input .ti-input .ti-tags {
  height: 35px;
}
.systemRun .content-block {
  width: 100%;
  height: 280px;
}
.systemRun .content-block ul {
  margin: 0;
  padding: 0;
}
.systemRun .content-block ul li {
  list-style: none;
  height: 35px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.systemRun .content-block-day {
  width: calc(55% - 17.5px);
  height: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #606266;
  float: left;
  outline: none;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.systemRun .content-block-day:hover {
  border-color: #c0c4cc;
}
.systemRun .content-block-day .day-icon {
  width: 35px;
  height: 100%;
  text-align: center;
  line-height: 35px;
  float: left;
}
.systemRun .content-block-day .day-block {
  width: calc(100% - 35px);
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.systemRun .content-block-day .day-block .day-block-checkbox {
  width: 100%;
  height: 100%;
}
.systemRun .content-block-day .day-block .day-block-checkbox .day-block-checkbox-btn {
  width: 14.2857142857%;
  height: 100%;
  float: left;
  border-top: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  border-left: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.systemRun .content-block-day .day-block .day-block-checkbox .day-block-checkbox-btn:first-child {
  border-radius: 4px 0 0 4px;
  border-top: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  border-left: 1px solid #dcdfe6;
  border-right: none;
}
.systemRun .content-block-day .day-block .day-block-checkbox .day-block-checkbox-btn:last-child {
  border-radius: 0 4px 4px 0;
  border-top: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  border-left: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
}
.systemRun .content-block-day .day-block .day-block-checkbox .day-block-checkbox-btn .day-block-checkbox-btn-block {
  width: 100%;
  height: 100%;
  color: #606266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
}
.systemRun .content-block-day .day-block .day-block-checkbox .day-block-checkbox-btn .day-block-checkbox-btn-block:hover {
  color: #333333;
}
.checkStatus {
  background: #333333 !important;
  color: #fff !important;
}
.systemRun .content-block-time {
  width: calc(40% - 17.5px);
  height: 100%;
  float: left;
  margin-left: 2.5%;
}
.systemRun .content-block-del {
  width: 35px;
  height: 100%;
  float: left;
  margin-left: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.systemRun .content-block-del .del-btn {
  width: 80%;
  height: 80%;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.systemRun .content-block .content-block-picker {
  width: calc(97.5% - 35px);
  height: 100%;
  float: left;
}
