@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.row[data-v-39f544f6] {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.row .desc[data-v-39f544f6] {
  flex: 0 0 100px;
  text-align: right;
  padding-right: 12px;
  position: relative;
}
.row .desc[data-v-39f544f6]::before {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  z-index: 1;
  color: #fa5151;
}
.row .ipt[data-v-39f544f6] {
  flex: 0 0 218px;
}
.row .split[data-v-39f544f6] {
  margin: 0 12px;
}
.row .del[data-v-39f544f6] {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-left: 16px;
  cursor: pointer;
}
.add_row[data-v-39f544f6] {
  padding: 12px 0 12px 100px;
}
.add_row .add[data-v-39f544f6] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.add_row .add img[data-v-39f544f6] {
  width: 12px;
  height: 12px;
}
.add_row .add span[data-v-39f544f6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2b47ac;
  margin-left: 4px;
}
@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.row1[data-v-284ffbee] {
  display: flex;
}
.row1 .item[data-v-284ffbee], .row1 .row2 .item_box .checked[data-v-284ffbee], .row2 .item_box .row1 .checked[data-v-284ffbee] {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
}
.row1 .item .desc[data-v-284ffbee], .row1 .row2 .item_box .checked .desc[data-v-284ffbee], .row2 .item_box .row1 .checked .desc[data-v-284ffbee] {
  height: 32px;
  line-height: 32px;
  flex: 0 0 100px;
  text-align: right;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.row1 .item .desc[data-v-284ffbee]::after, .row1 .row2 .item_box .checked .desc[data-v-284ffbee]::after, .row2 .item_box .row1 .checked .desc[data-v-284ffbee]::after {
  content: "*";
  position: absolute;
  left: 20px;
  top: 0px;
  color: #fa5151;
}
.row2[data-v-284ffbee] {
  display: flex;
  height: 32px;
  margin-top: 16px;
}
.row2 .desc[data-v-284ffbee] {
  line-height: 32px;
  flex: 0 0 100px;
  text-align: right;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 14px;
}
.row2 .item_box[data-v-284ffbee] {
  display: flex;
}
.row2 .item_box .item[data-v-284ffbee], .row2 .item_box .checked[data-v-284ffbee] {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  background: #f6fafd;
  color: #3d3d3d;
  border-radius: 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  margin-right: 12px;
  cursor: pointer;
}
.row2 .item_box .checked[data-v-284ffbee] {
  background-color: #2a47b0;
  color: #ffffff;
}
.row3[data-v-284ffbee] {
  padding-left: 100px;
  margin-top: 8px;
}
.row3 .group[data-v-284ffbee]:hover {
  background: #f6fafd;
}
.row3 .group .tpl[data-v-284ffbee] {
  display: flex;
  padding: 8px;
}
.row3 .group .tpl .font[data-v-284ffbee] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 32px;
  margin-right: 16px;
}
.row3 .group .tpl .ipt[data-v-284ffbee] {
  flex: 0 0 90px;
  margin-right: 16px;
}
.row3 .group .tpl .time_rows[data-v-284ffbee] {
  flex: 0 0 200px;
  min-width: 0;
  margin-right: 16px;
  overflow: hidden;
}
.row3 .group .tpl .time_rows .time_line[data-v-284ffbee] {
  height: 32px;
  display: flex;
  align-items: center;
}
.row3 .group .tpl .time_rows .time_line[data-v-284ffbee]:nth-child(n+2) {
  margin-top: 16px;
}
.row3 .group .tpl .time_rows .time_line img[data-v-284ffbee] {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 16px;
  cursor: pointer;
}
.row3 .group .add_time[data-v-284ffbee] {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 176px;
}
.row3 .group .add_time .add[data-v-284ffbee] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.row3 .group .add_time .add img[data-v-284ffbee] {
  width: 11px;
  height: 11px;
}
.row3 .group .add_time .add span[data-v-284ffbee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2b47ac;
  margin-left: 4px;
}
.row4[data-v-284ffbee] {
  height: 32px;
  padding: 16px;
  text-align: center;
  line-height: 32px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #c0c4cc;
}
@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.container[data-v-c4c80a36] {
  padding: 0 26px;
}
.header[data-v-c4c80a36] {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .left_box[data-v-c4c80a36] {
  display: flex;
  align-items: center;
}
.header .left_box span[data-v-c4c80a36] {
  font-size: 14px;
  font-family: Source Han Sans-Regular, Source Han Sans;
  font-weight: 400;
  color: #3d3d33;
  margin-right: 6px;
}
.header .right_box .add[data-v-c4c80a36] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .right_box .add img[data-v-c4c80a36] {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.header .right_box .add span[data-v-c4c80a36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2b47ac;
}
.header .right_box .users[data-v-c4c80a36] {
  cursor: pointer;
}
.header .right_box .users .name[data-v-c4c80a36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2b47ac;
}
.grid_view[data-v-c4c80a36] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 18px;
}
.grid_view.only_row[data-v-c4c80a36] {
  grid-template-columns: repeat(auto-fit, minmax(330px, 400px));
}
.grid_view .item[data-v-c4c80a36] {
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #eff2f7 0%, #ffffff 100%);
  box-shadow: 0px 4px 10px 0px rgba(42, 71, 176, 0.06);
}
.grid_view .item.open[data-v-c4c80a36] {
  background: linear-gradient(180deg, #eff2f7 0%, #ffffff 100%);
  box-shadow: 0px 4px 10px 0px rgba(42, 71, 176, 0.06);
}
.grid_view .item.open .head_box[data-v-c4c80a36] {
  background: linear-gradient(270deg, rgba(42, 71, 176, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(42, 71, 176, 0.06);
}
.grid_view .item .head_box[data-v-c4c80a36] {
  width: 100%;
  height: 72px;
  background: linear-gradient(-90deg, #dbdbdb 1%, rgba(255, 255, 255, 0) 97%);
  box-shadow: 0px 4px 10px 0px rgba(134, 134, 134, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  overflow: hidden;
}
.grid_view .item .head_box .left_box[data-v-c4c80a36] {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.grid_view .item .head_box .left_box .switch[data-v-c4c80a36] {
  width: 34px;
  flex: 0 0 34px;
  height: 20px;
  background: #c0c4cc;
  border-radius: 15px 15px 15px 15px;
  margin-right: 12px;
  padding: 2px;
  display: flex;
  cursor: pointer;
}
.grid_view .item .head_box .left_box .switch .circle[data-v-c4c80a36] {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
}
.grid_view .item .head_box .left_box .switch.open[data-v-c4c80a36] {
  justify-content: flex-end;
  background-color: #2a47b0;
}
.grid_view .item .head_box .left_box .name[data-v-c4c80a36] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 18px;
  color: #3d3d3d;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid_view .item .head_box .right_box[data-v-c4c80a36] {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.grid_view .item .head_box .right_box img[data-v-c4c80a36] {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.grid_view .item .head_box .right_box span[data-v-c4c80a36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2b47ac;
}
.grid_view .item .content[data-v-c4c80a36] {
  height: 148px;
  width: 100%;
  padding: 7px 0;
}
.grid_view .item .content .row[data-v-c4c80a36] {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grid_view .item .content .row .remark[data-v-c4c80a36] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.grid_view .item .content .row .remark[data-v-c4c80a36]:hover {
  color: #2a47b0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.grid_view .item .content .row .del[data-v-c4c80a36] {
  width: 20px;
  height: 20px;
}
.grid_view .item .content .row .del img[data-v-c4c80a36] {
  width: inherit;
  height: inherit;
  cursor: pointer;
}
.grid_view .item .no_content[data-v-c4c80a36] {
  height: 148px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_view .item .no_content img[data-v-c4c80a36] {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.grid_view .item .no_content span[data-v-c4c80a36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2b47ac;
}
.empty[data-v-c4c80a36] {
  height: calc(100vh - 168px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.empty img[data-v-c4c80a36] {
  width: 400px;
  flex: 0 0 400px;
  height: 336px;
}
