.route-btn[data-v-7ccc2c64] {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 10px 0;
}
.route-btn img[data-v-7ccc2c64] {
    vertical-align: -4px;
}
.route-btn span[data-v-7ccc2c64] {
    display: inline-block;
    background-color: #f7f7f7;
    width: 140px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 14px;
    color: #333;
}
.route-btn:hover span[data-v-7ccc2c64] {
    color: #1990ff;
}
.task-container[data-v-7ccc2c64] {
  height: 434px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
}
.task-top[data-v-7ccc2c64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title[data-v-7ccc2c64] {
  color: #333;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}
.title[data-v-7ccc2c64]::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #2180ff;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: -20px;
  top: 3px;
}
[data-v-7ccc2c64] .ant-radio-button-wrapper {
  height: 30px;
  width: 94px;
  border-radius: 18px;
  color: #5d6f87;
  text-align: center;
  border: 0px solid transparent;
}
[data-v-7ccc2c64] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background-color: #2180ff;
  color: #fff;
}
[data-v-7ccc2c64] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
}
[data-v-7ccc2c64] .ant-radio-button-wrapper::before {
  display: none;
}
[data-v-7ccc2c64] .ant-radio-group {
  padding: 2px;
  border-radius: 18px;
  border: 1px solid #5d6f87;
}

.input-like[data-v-029548e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.input-like[data-v-029548e6]:hover {
    border-color: #2c9fff;
}
.input-like[data-v-029548e6]:hover .diy-week-picker:last-child .anticon-close-circle {
      opacity: 1 !important;
}
[data-v-029548e6] .diy-week-picker input {
  border: none;
}

.title[data-v-760a36d2] {
  font-size: 16px;
  color: #101010;
  position: relative;
  margin-bottom: 20px;
}
.title[data-v-760a36d2]::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #2180ff;
  border-radius: 0 2px 2px 0;
  position: absolute;
  left: -20px;
  top: 1px;
}

