.next-tag-link.next-tag-level-secondary[disabled], .next-tag-link.next-tag-level-secondary.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-readonly {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #DCDEE3;
}

.next-tag-readonly .next-tag-body {
  width: 100%;
}

.next-tag-readonly[disabled], .next-tag-readonly.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-zoom-enter, .next-tag-zoom-appear {
  -webkit-animation: zoomIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-tag-zoom-leave {
  -webkit-animation: zoomOut 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomOut 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-timeline {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

.next-timeline *, .next-timeline *:before, .next-timeline *:after {
  box-sizing: border-box;
}

.next-timeline, .next-timeline:before, .next-timeline:after {
  box-sizing: border-box;
}

.next-timeline .clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-timeline-item {
  position: relative;
}

.next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 16px;
  height: 24px;
  padding: 4px 0;
  text-align: center;
  float: left;
}

.next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

.next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

.next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 24px);
  top: 24px;
  left: 8px;
}

.next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #E6E7EB;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}

.next-timeline-item-content .next-timeline-item-title {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

.next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  color: #999999;
}

.next-timeline-item-folder {
  margin-left: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.next-timeline-item-folder-trigger {
  cursor: pointer;
  color: #2192D9;
}

.next-timeline-item-folder-trigger:hover {
  color: #15AD9D;
}

.next-timeline-item-folded {
  display: none;
}

.next-timeline-item-unfolded {
  display: block;
}

.next-timeline-item-done .next-timeline-item-dot {
  background: #C4C6CF;
}

.next-timeline-item-done .next-timeline-item-icon {
  background: #C4C6CF;
  color: #FFFFFF;
}

.next-timeline-item-process .next-timeline-item-dot {
  background: #2192D9;
}

.next-timeline-item-process .next-timeline-item-icon {
  background: #2192D9;
  color: #FFFFFF;
}

.next-timeline-item-success .next-timeline-item-dot {
  background: #1DC11D;
}

.next-timeline-item-success .next-timeline-item-icon {
  background: #1DC11D;
  color: #FFFFFF;
}

.next-timeline-item-error .next-timeline-item-dot {
  background: #FF3333;
}

.next-timeline-item-error .next-timeline-item-icon {
  background: #FF3333;
  color: #FFFFFF;
}

.next-timeline-item-last .next-timeline-item-tail {
  display: none;
}

.next-tree {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

.next-tree, .next-tree:before, .next-tree:after {
  box-sizing: border-box;
}

.next-tree *, .next-tree *:before, .next-tree *:after {
  box-sizing: border-box;
}