.task-page[data-v-2b300d9f] {
  width: 100%;
  height: 100%;
}
.task-page .tabs[data-v-2b300d9f] {
  background: #fff;
  width: 100%;
  height: 72px;
  padding: 0 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.task-page .tabs .list[data-v-2b300d9f] {
  flex-grow: 1;
  height: 56px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
.task-page .tabs .list > h4[data-v-2b300d9f] {
  color: #999999;
  font-size: 14px;
  margin-top: 4px;
}
.task-page .tabs .list > p[data-v-2b300d9f] {
  color: #999999;
  font-size: 14px;
  margin-top: 8px;
}
.task-page .tabs .active[data-v-2b300d9f] {
  background: #F1FAF9;
}
.task-page .tabs .active > h4[data-v-2b300d9f] {
  color: #53BDB3;
}
.task-page .tabs .active > p[data-v-2b300d9f] {
  color: #53BDB3;
}
.task-page .box[data-v-2b300d9f] {
  padding: 0 12px;
  box-sizing: border-box;
}
.task-page .box .list[data-v-2b300d9f] {
  margin-top: 8px;
  width: 100%;
  padding-bottom: 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 10px;
}
.task-page .box .list .head[data-v-2b300d9f] {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(231, 231, 231, 0.6);
}
.task-page .box .list .head .time[data-v-2b300d9f] {
  display: flex;
  align-items: center;
}
.task-page .box .list .head .time > article[data-v-2b300d9f] {
  margin-left: 2;
  color: #767676;
  font-size: 12px;
}
.task-page .box .list .title[data-v-2b300d9f] {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.task-page .box .list .title > h3[data-v-2b300d9f] {
  color: #14B2B5;
  font-size: 16px;
  margin-right: 6px;
}
.task-page .box .list .content[data-v-2b300d9f] {
  margin-top: 10px;
  color: #929292;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.task-page .box .list .content .overtex[data-v-2b300d9f] {
  color: #1E1E2D;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  width: calc(100% - 5.5em);
  display: inline-block;
}
