.content-block-option {
  width: calc(100% - 17.5px);
}
.content-block-day {
  width: calc(100% - 17.5px);
  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);
}
.content-block-day:hover {
  border-color: #c0c4cc;
}
.content-block-day .day-icon {
  width: 35px;
  height: 100%;
  text-align: center;
  line-height: 35px;
  float: left;
}
.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;
}
.content-block-day .day-block .day-block-checkbox {
  width: 100%;
  height: 100%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.content-block-day .day-block .day-block-checkbox .day-block-checkbox-btn .day-block-checkbox-btn-block:hover {
  color: #303133;
}
.checkStatus {
  background: #43A1FD !important;
  color: #fff !important;
}
.scheduling_class .content-block-time {
  width: calc(100% - 17.5px);
  height: 100%;
  float: left;
  margin: 20px 0;
}
.scheduling_class .content-block-del {
  min-width: 110px;
  height: 100%;
  float: left;
  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;
  margin: 20px 0;
}
.scheduling_class .content-block-del .del-btn {
  height: 80%;
  border-radius: 4px;
  cursor: pointer;
}
.content-block .content-block-picker {
  width: calc(97.5% - 35px);
  height: 100%;
  float: left;
}
