
  .next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child {
    /* icon 放大会产生边缘溢出，这里使用 margin 为放大扩展一部分空间 */
    margin-right: 4px; }
  .next-rating-underlay .next-icon, .next-rating-overlay .next-icon {
    -webkit-transition: all 50ms ease-in;
    transition: all 50ms ease-in; }
    .next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1); }
    .next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
              transform: scale3d(0.9, 0.9, 0.9); }
  .next-rating-info {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    border: 1px solid #E2E4E8;
    background: #FFFFFF;
    padding: 4px 8px 3px;
    font-size: 12px;
    white-space: nowrap; }
    .next-rating-info:after {
      position: absolute;
      content: ' ';
      width: 4px;
      height: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      border: 1px solid #E2E4E8;
      background: #FFFFFF;
      border-bottom-color: transparent;
      border-right-color: transparent;
      top: -3px;
      left: 4px; }
  .next-rating:focus, .next-rating.hover {
    outline: none; }
    .next-rating:focus .next-rating-overlay .next-icon, .next-rating.hover .next-rating-overlay .next-icon {
      color: #01C1B2; }

/* 状态 */
/* ======================================== */
.next-rating-grade-low .next-rating-overlay .next-icon {
  color: #666666; }

.next-rating-grade-low.hover .next-rating-overlay .next-icon {
  color: #666666; }

.next-rating-grade-high .next-rating-overlay .next-icon {
  color: #01C1B2; }

.next-rating-grade-high.hover .next-rating-overlay .next-icon {
  color: #01C1B2; }

/* 尺寸 */
/* ======================================== */
.next-rating-small {
  font-size: 12px; }
  .next-rating-small .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }
  .next-rating-small .next-rating-text {
    margin-left: 8px; }

.next-rating-medium {
  font-size: 12px; }
  .next-rating-medium .next-icon:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit; }
  .next-rating-medium .next-rating-text {
    margin-left: 12px; }

.next-rating-large {
  font-size: 16px; }
  .next-rating-large .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit; }
  .next-rating-large .next-rating-text {
    margin-left: 16px; }

.next-search-simple[dir=rtl].next-large .next-search-icon {
  margin-left: 12px;
  margin-right: 0; }

.next-search-simple[dir=rtl].next-medium .next-search-icon {
  margin-left: 8px;
  margin-right: 0; }

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #C4C6CF;
  border-right: none; }

.next-search-simple[dir=rtl].next-dark .next-search-left {
  border-color: #C4C6CF; }
  .next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #C4C6CF; }

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
  border-color: #C4C6CF; }

.next-search-simple[dir=rtl].next-dark .next-search-icon {
  color: #999999; }
  .next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
    color: #666666; }

.next-search-normal[dir=rtl] .next-search-left {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
  border-radius: 3px 0 0 3px !important; }

.next-search-normal[dir=rtl] .next-input {
  border-radius: 0 3px 3px 0; }

.next-search-normal[dir=rtl].next-primary .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-right: none; }

.next-search-normal[dir=rtl].next-secondary .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-right: none; }

.next-search-normal[dir=rtl].next-normal .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-right: none; }

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
  border-left: 1px solid #01C1B2;
  border-right: none; }

.next-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: inline-block; }
  .next-search *,
  .next-search *:before,
  .next-search *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-search .next-input,
  .next-search .next-select {
    border: none; }
  .next-search .next-select .next-input {
    height: auto; }
    .next-search .next-select .next-input .next-input-text-field {
      height: auto; }
  .next-search .next-search-left {
    border-style: solid;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .next-search .next-search-left-addon .next-input,
  .next-search .next-search-left-addon .next-select-trigger-search {
    min-height: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .next-search .next-search-left-addon .next-select-values {
    line-height: 1; }
  .next-search .next-search-left-addon + .next-search-input .next-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .next-search .next-search-input {
    width: 100%; }
  .next-search .next-search-btn {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .next-search-normal {
    width: 600px; }
    .next-search-normal .next-search-left {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .next-search-normal .next-input {
      border-radius: 3px 0 0 3px; }
    .next-search-normal .next-btn {
      border-radius: 0 3px 3px 0; }
    .next-search-normal.next-primary .next-search-left {
      border-color: #01C1B2; }
      .next-search-normal.next-primary .next-search-left .next-search-left-addon {
        border-right: 1px solid #E6E7EB; }
    .next-search-normal.next-primary:hover .next-search-left,
    .next-search-normal.next-primary:hover .next-btn {
      border-color: #01C1B2; }
    .next-search-normal.next-primary .next-search-btn {
      background: #01C1B2;
      border-color: #01C1B2;
      color: #FFFFFF; }
      .next-search-normal.next-primary .next-search-btn:hover {
        background: #01A79A;
        border-color: #01C1B2;
        color: #FFFFFF; }
      .next-search-normal.next-primary .next-search-btn .next-icon {
        color: #FFFFFF; }
        .next-search-normal.next-primary .next-search-btn .next-icon:hover {
          color: #FFFFFF; }
    .next-search-normal.next-primary.next-large {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-primary.next-large .next-search-left, .next-search-normal.next-primary.next-large .next-search-btn {
        border-width: 2px;
        height: 60px; }
      .next-search-normal.next-primary.next-large .next-search-input {
        height: 56px;
        overflow-y: hidden; }
        .next-search-normal.next-primary.next-large .next-search-input input {
          height: 56px;
          line-height: 56px \0; }
      .next-search-normal.next-primary.next-large .next-select {
        height: 56px; }
      .next-search-normal.next-primary.next-large .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-primary.next-large .next-search-btn .next-icon:before {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-primary.next-medium {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-primary.next-medium .next-search-left, .next-search-normal.next-primary.next-medium .next-search-btn {
        border-width: 2px;
        height: 40px; }
      .next-search-normal.next-primary.next-medium .next-search-input {
        height: 36px;
        overflow-y: hidden; }
        .next-search-normal.next-primary.next-medium .next-search-input input {
          height: 36px;
          line-height: 36px \0; }
      .next-search-normal.next-primary.next-medium .next-select {
        height: 36px; }
      .next-search-normal.next-primary.next-medium .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-primary.next-medium .next-search-btn .next-icon:before {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-primary .next-input {
      border-top-left-radius: 1px;
      border-bottom-left-radius: 1px; }
    .next-search-normal.next-secondary .next-search-left {
      border-color: #C4C6CF; }
      .next-search-normal.next-secondary .next-search-left .next-search-left-addon {
        border-right: 1px solid #E6E7EB; }
    .next-search-normal.next-secondary:hover .next-search-left,
    .next-search-normal.next-secondary:hover .next-btn {
      border-color: #01C1B2; }
    .next-search-normal.next-secondary .next-search-btn {
      background: #01C1B2;
      border-color: #01C1B2;
      color: #FFFFFF; }
      .next-search-normal.next-secondary .next-search-btn:hover {
        background: #01A79A;
        border-color: #01C1B2;
        color: #FFFFFF; }
      .next-search-normal.next-secondary .next-search-btn .next-icon {
        color: #FFFFFF; }
        .next-search-normal.next-secondary .next-search-btn .next-icon:hover {
          color: #FFFFFF; }
    .next-search-normal.next-secondary.next-large {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-secondary.next-large .next-search-left, .next-search-normal.next-secondary.next-large .next-search-btn {
        border-width: 1px;
        height: 60px; }
      .next-search-normal.next-secondary.next-large .next-search-input {
        height: 58px;
        overflow-y: hidden; }
        .next-search-normal.next-secondary.next-large .next-search-input input {
          height: 58px;
          line-height: 58px \0; }
      .next-search-normal.next-secondary.next-large .next-select {
        height: 58px; }
      .next-search-normal.next-secondary.next-large .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-secondary.next-medium {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-secondary.next-medium .next-search-left, .next-search-normal.next-secondary.next-medium .next-search-btn {
        border-width: 1px;
        height: 40px; }
      .next-search-normal.next-secondary.next-medium .next-search-input {
        height: 38px;
        overflow-y: hidden; }
        .next-search-normal.next-secondary.next-medium .next-search-input input {
          height: 38px;
          line-height: 38px \0; }
      .next-search-normal.next-secondary.next-medium .next-select {
        height: 38px; }
      .next-search-normal.next-secondary.next-medium .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-secondary .next-input {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .next-search-normal.next-normal .next-search-left {
      border-color: #C4C6CF; }
      .next-search-normal.next-normal .next-search-left .next-search-left-addon {
        border-right: 1px solid #E6E7EB; }
    .next-search-normal.next-normal:hover .next-search-left,
    .next-search-normal.next-normal:hover .next-btn {
      border-color: #A0A2AD; }
    .next-search-normal.next-normal .next-search-btn {
      background: #F7F8FA;
      border-color: #C4C6CF;
      color: #666666; }
      .next-search-normal.next-normal .next-search-btn:hover {
        background: #EBECF0;
        border-color: #A0A2AD;
        color: #333333; }
      .next-search-normal.next-normal .next-search-btn .next-icon {
        color: #666666; }
        .next-search-normal.next-normal .next-search-btn .next-icon:hover {
          color: #333333; }
    .next-search-normal.next-normal.next-large {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-normal.next-large .next-search-left, .next-search-normal.next-normal.next-large .next-search-btn {
        border-width: 1px;
        height: 60px; }
      .next-search-normal.next-normal.next-large .next-search-input {
        height: 58px;
        overflow-y: hidden; }
        .next-search-normal.next-normal.next-large .next-search-input input {
          height: 58px;
          line-height: 58px \0; }
      .next-search-normal.next-normal.next-large .next-select {
        height: 58px; }
      .next-search-normal.next-normal.next-large .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-normal.next-large .next-search-btn .next-icon:before {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-normal.next-medium {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-normal.next-medium .next-search-left, .next-search-normal.next-normal.next-medium .next-search-btn {
        border-width: 1px;
        height: 40px; }
      .next-search-normal.next-normal.next-medium .next-search-input {
        height: 38px;
        overflow-y: hidden; }
        .next-search-normal.next-normal.next-medium .next-search-input input {
          height: 38px;
          line-height: 38px \0; }
      .next-search-normal.next-normal.next-medium .next-select {
        height: 38px; }
      .next-search-normal.next-normal.next-medium .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-normal.next-medium .next-search-btn .next-icon:before {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-normal .next-input {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .next-search-normal.next-dark .next-search-left {
      border-color: #01C1B2; }
      .next-search-normal.next-dark .next-search-left .next-search-left-addon {
        border-right: 1px solid #01C1B2; }
    .next-search-normal.next-dark:hover .next-search-left,
    .next-search-normal.next-dark:hover .next-btn {
      border-color: #01C1B2; }
    .next-search-normal.next-dark .next-search-btn {
      background: #01C1B2;
      border-color: #01C1B2;
      color: #FFFFFF; }
      .next-search-normal.next-dark .next-search-btn:hover {
        background: #01A79A;
        border-color: #01C1B2;
        color: #FFFFFF; }
      .next-search-normal.next-dark .next-search-btn .next-icon {
        color: #FFFFFF; }
        .next-search-normal.next-dark .next-search-btn .next-icon:hover {
          color: #FFFFFF; }
    .next-search-normal.next-dark .next-select-inner,
    .next-search-normal.next-dark input {
      color: #FFFFFF; }
    .next-search-normal.next-dark .next-input {
      background: rgba(255, 255, 255, 0); }
    .next-search-normal.next-dark .next-select {
      background: rgba(255, 255, 255, 0); }
    .next-search-normal.next-dark.next-large {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-dark.next-large .next-search-left, .next-search-normal.next-dark.next-large .next-search-btn {
        border-width: 1px;
        height: 60px; }
      .next-search-normal.next-dark.next-large .next-search-input {
        height: 58px;
        overflow-y: hidden; }
        .next-search-normal.next-dark.next-large .next-search-input input {
          height: 58px;
          line-height: 58px \0; }
      .next-search-normal.next-dark.next-large .next-select {
        height: 58px; }
      .next-search-normal.next-dark.next-large .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-dark.next-large .next-search-btn .next-icon:before {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
    .next-search-normal.next-dark.next-medium {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-search-normal.next-dark.next-medium .next-search-left, .next-search-normal.next-dark.next-medium .next-search-btn {
        border-width: 1px;
        height: 40px; }
      .next-search-normal.next-dark.next-medium .next-search-input {
        height: 38px;
        overflow-y: hidden; }
        .next-search-normal.next-dark.next-medium .next-search-input input {
          height: 38px;
          line-height: 38px \0; }
      .next-search-normal.next-dark.next-medium .next-select {
        height: 38px; }
      .next-search-normal.next-dark.next-medium .next-search-btn {
        font-size: 16px; }
        .next-search-normal.next-dark.next-medium .next-search-btn .next-icon:before {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0; }
  .next-search-normal:not([dir=rtl]) .next-search-left {
    border-right: none; }
  .next-search-simple {
    width: 300px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px; }
    .next-search-simple .next-search-icon {
      cursor: pointer;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .next-search-simple .next-search-left, .next-search-simple .next-input {
      border-radius: 3px; }
    .next-search-simple.next-large .next-search-icon {
      margin-right: 12px; }
    .next-search-simple.next-medium .next-search-icon {
      margin-right: 8px; }
    .next-search-simple.next-normal .next-search-left {
      border-color: #C4C6CF; }
      .next-search-simple.next-normal .next-search-left .next-search-left-addon {
        border-right: 1px solid #C4C6CF; }
    .next-search-simple.next-normal:hover .next-search-left {
      border-color: #A0A2AD; }
    .next-search-simple.next-normal .next-search-icon {
      color: #999999; }
      .next-search-simple.next-normal .next-search-icon:hover {
        color: #666666; }
    .next-search-simple.next-normal .next-search-left {
      border-width: 1px; }
    .next-search-simple.next-normal.next-large .next-search-icon:before {
      width: 20px;
      font-size: 20px;
      line-height: inherit; }
    .next-search-simple.next-normal.next-medium .next-search-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
    .next-search-simple.next-dark .next-search-left {
      border-color: #C4C6CF; }
      .next-search-simple.next-dark .next-search-left .next-search-left-addon {
        border-right: 1px solid #C4C6CF; }
    .next-search-simple.next-dark:hover .next-search-left {
      border-color: #C4C6CF; }
    .next-search-simple.next-dark .next-search-icon {
      color: #999999; }
      .next-search-simple.next-dark .next-search-icon:hover {
        color: #666666; }
    .next-search-simple.next-dark .next-select-inner,
    .next-search-simple.next-dark input {
      color: #FFFFFF; }
    .next-search-simple.next-dark .next-input {
      background: rgba(255, 255, 255, 0); }
    .next-search-simple.next-dark .next-select {
      background: rgba(255, 255, 255, 0); }
    .next-search-simple.next-dark .next-search-left {
      border-width: 1px; }
    .next-search-simple.next-dark.next-large .next-search-icon:before {
      width: 20px;
      font-size: 20px;
      line-height: inherit; }
    .next-search-simple.next-dark.next-medium .next-search-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

/* Slider */
/* -------------------------------------- */
.next-slick {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* 水平滑动 */
  /* 垂直滑动 */ }
  .next-slick *,
  .next-slick *:before,
  .next-slick *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-slick-initialized .next-slick-slide {
    display: block; }
  .next-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .next-slick-list:focus {
      outline: none; }
    .next-slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .next-slick[dir="rtl"] .next-slick-slide {
      float: right; }
    .next-slick-slide img {
      display: block; }
  .next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    /* prev/next 按钮不同位置下的外观 */ }
    .next-slick-arrow.inner {
      color: #FFFFFF;
      background: #000000;
      opacity: 0.2;
      padding: 0;
      border: none; }
      .next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
        color: #FFFFFF;
        background: #000000;
        opacity: 0.4; }
      .next-slick-arrow.inner.disabled {
        color: #CCCCCC;
        background: #F7F8FA;
        opacity: 0.5; }
    .next-slick-arrow.outer {
      color: #666666;
      background: transparent;
      opacity: 0.32;
      padding: 0;
      border: none;
      border-radius: 0; }
      .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
        color: #333333;
        background: transparent;
        opacity: 0.32; }
      .next-slick-arrow.outer.disabled {
        color: #CCCCCC;
        background: transparent;
        opacity: 0.32; }
    .next-slick-arrow.disabled {
      cursor: not-allowed; }
  .next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    /* dots 位于水平位置 */
    /* dots 位于右侧垂直位置 */ }
    .next-slick-dots-item {
      position: relative;
      display: inline-block;
      cursor: pointer; }
      .next-slick-dots-item button {
        border-width: 0;
        border-color: white;
        border-style: solid;
        outline: none;
        padding: 0;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.32); }
        .next-slick-dots-item button:hover {
          background-color: rgba(0, 0, 0, 0.32);
          /* border-width: $slick-dots-border-width-hover; */
          border-color: white; }
      .next-slick-dots-item button:focus,
      .next-slick-dots-item.active button {
        background: #01c1b2;
        /* border-width: $slick-dots-border-width-selected; */
        border-color: white;
        -webkit-animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
                animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .next-slick-dots.hoz {
      width: 100%;
      bottom: 12px;
      left: 0;
      text-align: center; }
      .next-slick-dots.hoz .next-slick-dots-item {
        margin: 0 4px; }
    .next-slick-dots.ver {
      width: 16px;
      top: 0;
      right: 20px;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .next-slick-dots.ver .next-slick-dots-item {
        margin: 0 0; }
  .next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 28px;
    height: 56px;
    line-height: 56px; }
    .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before {
      width: 20px;
      font-size: 20px;
      line-height: inherit; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
    top: calc((100% - 56px) / 2); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
      left: 0; }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
      right: 0; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
    top: calc((100% - 56px) / 2); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
      left: -4px; }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
      right: -4px; }
  .next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 48px;
    height: 96px;
    line-height: 96px; }
    .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before {
      width: 32px;
      font-size: 32px;
      line-height: inherit; }
  .next-slick.next-slick-hoz .next-slick-arrow.large.inner {
    top: calc((100% - 96px) / 2); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
      left: 0; }
    .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
      right: 0; }
  .next-slick.next-slick-hoz .next-slick-arrow.large.outer {
    top: calc((100% - 96px) / 2); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
      left: -8px; }
    .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
      right: -8px; }
  .next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0; }
  .next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto;
    /* border: $slick-ver-slide-border-width solid transparent; */ }
  .next-slick.next-slick-ver .next-slick-arrow {
    /* size medium */
    /* size medium & position inner */
    /* size medium & position outer */
    /* size large */
    /* size large & position inner */
    /* size large & position outer */ }
    .next-slick.next-slick-ver .next-slick-arrow.medium {
      width: 56px;
      height: 28px;
      line-height: 28px; }
      .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit; }
    .next-slick.next-slick-ver .next-slick-arrow.medium.inner {
      left: calc((100% - 56px) / 2); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
        top: 0; }
      .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
        bottom: 0; }
    .next-slick.next-slick-ver .next-slick-arrow.medium.outer {
      left: calc((100% - 56px) / 2); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
        top: -4px; }
      .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
        bottom: -4px; }
    .next-slick.next-slick-ver .next-slick-arrow.large {
      width: 96px;
      height: 48px;
      line-height: 48px; }
      .next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before {
        width: 32px;
        font-size: 32px;
        line-height: inherit; }
    .next-slick.next-slick-ver .next-slick-arrow.large.inner {
      left: calc((100% - 96px) / 2); }
      .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
        top: 0; }
      .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
        bottom: 0; }
    .next-slick.next-slick-ver .next-slick-arrow.large.outer {
      left: calc((100% - 96px) / 2); }
      .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
        top: -16px; }
      .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
        bottom: -16px; }

.next-split-btn {
  display: inline-block;
  position: relative; }
  .next-split-btn-trigger .next-icon {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .next-split-btn-trigger.next-expand .next-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .next-split-btn-trigger.next-btn-normal .next-icon {
    color: #999999; }
  .next-split-btn-trigger.next-small {
    padding-left: 4px;
    padding-right: 4px; }
  .next-split-btn-trigger.next-medium {
    padding-left: 8px;
    padding-right: 8px; }

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

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

.next-step {
  width: 100%;
  position: relative;
  border: none; }
  .next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0; }
    .next-step-item-node {
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      .next-step-item-node.clicked {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
                transform: scale3d(0.8, 0.8, 0.8); }
  .next-step-horizontal {
    overflow: hidden; }
    .next-step-horizontal > .next-step-item {
      display: inline-block;
      text-align: left; }
  .next-step-vertical > .next-step-item {
    display: block;
    text-align: center; }

.next-step-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .next-step-arrow .next-step-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    margin-right: 4px; }
    .next-step-arrow .next-step-item:before {
      content: '';
      position: absolute;
      left: -16px;
      top: 0;
      z-index: 1;
      border: 16px solid transparent;
      border-left-color: transparent; }
    .next-step-arrow .next-step-item:after {
      content: '';
      position: absolute;
      right: -16px;
      top: 0;
      z-index: 1;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 16px solid transparent; }
    .next-step-arrow .next-step-item .next-step-item-container {
      min-width: 100px;
      height: 32px;
      cursor: pointer; }
      .next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
        height: 32px;
        line-height: 32px;
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center; }
  .next-step-arrow > .next-step-item-wait {
    background: #EBECF0; }
    .next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
      background: #CCCCCC; }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
      width: 32px;
      height: 32px; }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
      background: #EBECF0;
      border-color: #000000; }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
      background: #EBECF0;
      border-color: #000000; }
    .next-step-arrow > .next-step-item-wait .next-step-item-title {
      color: #999999;
      word-break: break-word; }
    .next-step-arrow > .next-step-item-wait .next-step-item-content {
      color: #999999;
      font-size: 12px;
      word-break: break-word; }
    .next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
      width: 32px;
      height: 32px;
      position: relative; }
    .next-step-arrow > .next-step-item-wait .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow > .next-step-item-wait .next-step-item-node-circle {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        border-radius: 50%;
        -webkit-transition: background-color .2s ease, border-color .2s ease;
        transition: background-color .2s ease, border-color .2s ease; }
        .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
          -webkit-animation: zoomIn .2s linear;
                  animation: zoomIn .2s linear; }
          .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow > .next-step-item-wait .next-step-item-node-dot {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: 50%;
      margin-left: -16px;
      display: block;
      width: 32px;
      height: 32px;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transition: background-color .3s ease, border-color .3s ease;
      transition: background-color .3s ease, border-color .3s ease; }
    .next-step-arrow > .next-step-item-wait:before {
      border: 16px solid #EBECF0;
      border-left-color: transparent; }
    .next-step-arrow > .next-step-item-wait:after {
      border-left-color: #EBECF0; }
  .next-step-arrow > .next-step-item-process {
    background: #01C1B2; }
    .next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
      background: #CCCCCC; }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
      width: 32px;
      height: 32px; }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
      background: #01C1B2;
      border-color: #000000; }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
      background: #01C1B2;
      border-color: #000000; }
    .next-step-arrow > .next-step-item-process .next-step-item-title {
      color: #FFFFFF;
      word-break: break-word; }
    .next-step-arrow > .next-step-item-process .next-step-item-content {
      color: #FFFFFF;
      font-size: 12px;
      word-break: break-word; }
    .next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
      width: 32px;
      height: 32px;
      position: relative; }
    .next-step-arrow > .next-step-item-process .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow > .next-step-item-process .next-step-item-node-circle {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        border-radius: 50%;
        -webkit-transition: background-color .2s ease, border-color .2s ease;
        transition: background-color .2s ease, border-color .2s ease; }
        .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
          -webkit-animation: zoomIn .2s linear;
                  animation: zoomIn .2s linear; }
          .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow > .next-step-item-process .next-step-item-node-dot {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: 50%;
      margin-left: -16px;
      display: block;
      width: 32px;
      height: 32px;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transition: background-color .3s ease, border-color .3s ease;
      transition: background-color .3s ease, border-color .3s ease; }
    .next-step-arrow > .next-step-item-process:before {
      border: 16px solid #01C1B2;
      border-left-color: transparent; }
    .next-step-arrow > .next-step-item-process:after {
      border-left-color: #01C1B2; }
  .next-step-arrow > .next-step-item-finish {
    background: #D6F4ED; }
    .next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
      background: #CCCCCC; }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
      width: 32px;
      height: 32px; }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
      background: #D6F4ED;
      border-color: #000000; }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
      background: #D6F4ED;
      border-color: #000000; }
    .next-step-arrow > .next-step-item-finish .next-step-item-title {
      color: #01C1B2;
      word-break: break-word; }
    .next-step-arrow > .next-step-item-finish .next-step-item-content {
      color: #01C1B2;
      font-size: 12px;
      word-break: break-word; }
    .next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
      width: 32px;
      height: 32px;
      position: relative; }
    .next-step-arrow > .next-step-item-finish .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow > .next-step-item-finish .next-step-item-node-circle {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        border-radius: 50%;
        -webkit-transition: background-color .2s ease, border-color .2s ease;
        transition: background-color .2s ease, border-color .2s ease; }
        .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
          -webkit-animation: zoomIn .2s linear;
                  animation: zoomIn .2s linear; }
          .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow > .next-step-item-finish .next-step-item-node-dot {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: 50%;
      margin-left: -16px;
      display: block;
      width: 32px;
      height: 32px;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transition: background-color .3s ease, border-color .3s ease;
      transition: background-color .3s ease, border-color .3s ease; }
    .next-step-arrow > .next-step-item-finish:before {
      border: 16px solid #D6F4ED;
      border-left-color: transparent; }
    .next-step-arrow > .next-step-item-finish:after {
      border-left-color: #D6F4ED; }
  .next-step-arrow .next-step-item-disabled {
    cursor: not-allowed;
    background: #F7F8FA; }
    .next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
      background: #CCCCCC; }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
      width: 32px;
      height: 32px; }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
      background: #F7F8FA;
      border-color: #000000; }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
      background: #F7F8FA;
      border-color: #000000; }
    .next-step-arrow .next-step-item-disabled .next-step-item-title {
      color: #CCCCCC;
      word-break: break-word; }
    .next-step-arrow .next-step-item-disabled .next-step-item-content {
      color: #CCCCCC;
      font-size: 12px;
      word-break: break-word; }
    .next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
      width: 32px;
      height: 32px;
      position: relative; }
    .next-step-arrow .next-step-item-disabled .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        border-radius: 50%;
        -webkit-transition: background-color .2s ease, border-color .2s ease;
        transition: background-color .2s ease, border-color .2s ease; }
        .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
          -webkit-animation: zoomIn .2s linear;
                  animation: zoomIn .2s linear; }
          .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow .next-step-item-disabled .next-step-item-node-dot {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      left: 50%;
      margin-left: -16px;
      display: block;
      width: 32px;
      height: 32px;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transition: background-color .3s ease, border-color .3s ease;
      transition: background-color .3s ease, border-color .3s ease; }
    .next-step-arrow .next-step-item-disabled:before {
      border: 16px solid #F7F8FA;
      border-left-color: transparent; }
    .next-step-arrow .next-step-item-disabled:after {
      border-left-color: #F7F8FA; }
    .next-step-arrow .next-step-item-disabled .next-step-item-container {
      cursor: not-allowed; }
  .next-step-arrow .next-step-item-read-only {
    cursor: default; }
    .next-step-arrow .next-step-item-read-only .next-step-item-container {
      cursor: default; }
  .next-step-arrow .next-step-item-first {
    margin-left: 0; }
    .next-step-arrow .next-step-item-first:before {
      border: 16px solid transparent; }
  .next-step-arrow .next-step-item-last {
    margin-right: 0; }
    .next-step-arrow .next-step-item-last:after {
      border: 16px solid transparent; }

.next-step-circle .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px; }
  .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
    color: #01C1B2;
    font-size: 12px; }
  .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
    stroke: #A0A2AD;
    stroke-width: 4px; }
  .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
    stroke: #01C1B2;
    stroke-width: 4px; }
  .next-step-circle .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block; }

.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
  background: #C4C6CF; }

.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px; }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #666666; }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #A0A2AD; }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #A0A2AD; }

.next-step-circle > .next-step-item-wait .next-step-item-title {
  color: #666666;
  word-break: break-word; }

.next-step-circle > .next-step-item-wait .next-step-item-content {
  color: #666666;
  font-size: 12px;
  word-break: break-word; }

.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative; }

.next-step-circle > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle > .next-step-item-wait .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
  background: #C4C6CF; }

.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px; }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #FFFFFF; }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #01C1B2;
  border-color: #01C1B2; }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #01C1B2;
  border-color: #01C1B2; }

.next-step-circle > .next-step-item-process .next-step-item-title {
  color: #333333;
  word-break: break-word; }

.next-step-circle > .next-step-item-process .next-step-item-content {
  color: #333333;
  font-size: 12px;
  word-break: break-word; }

.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative; }

.next-step-circle > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle > .next-step-item-process .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
  background: #01C1B2; }

.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px; }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #01C1B2; }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #01C1B2; }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #01C1B2; }

.next-step-circle > .next-step-item-finish .next-step-item-title {
  color: #666666;
  word-break: break-word; }

.next-step-circle > .next-step-item-finish .next-step-item-content {
  color: #666666;
  font-size: 12px;
  word-break: break-word; }

.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative; }

.next-step-circle > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle > .next-step-item-finish .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E6E7EB; }

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px; }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #CCCCCC; }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #E6E7EB; }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #E6E7EB; }

.next-step-circle .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  word-break: break-word; }

.next-step-circle .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  font-size: 12px;
  word-break: break-word; }

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative; }

.next-step-circle .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle .next-step-item-disabled .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-circle .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed; }

.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-circle .next-step-item-read-only .next-step-item-node {
  cursor: default; }

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

.next-step-circle.next-step-horizontal {
  text-align: center;
  white-space: nowrap; }
  .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title {
    white-space: normal; }
  .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content {
    white-space: normal; }
  .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-node {
    padding: 0 8px;
    width: 48px;
    height: 32px; }
  .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      line-height: 18px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }
  .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-node {
    padding: 0 8px;
    width: 48px;
    height: 32px; }
  .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      line-height: 18px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }
  .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-node {
    padding: 0 8px;
    width: 48px;
    height: 32px; }
  .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      line-height: 18px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }
  .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-node {
    padding: 0 8px;
    width: 48px;
    height: 32px; }
  .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      line-height: 18px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item {
  vertical-align: unset; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -1px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -1px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -1px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -1px; }

.next-step-circle.next-step-vertical {
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative; }
  .next-step-circle.next-step-vertical .next-step-item-container {
    padding: 0; }
  .next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden; }
  .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-node {
    padding: 8px 0;
    width: 32px;
    height: 48px; }
  .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px; }
    .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      text-align: left;
      font-weight: bold;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }
  .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-node {
    padding: 8px 0;
    width: 32px;
    height: 48px; }
  .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px; }
    .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      text-align: left;
      font-weight: bold;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }
  .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-node {
    padding: 8px 0;
    width: 32px;
    height: 48px; }
  .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px; }
    .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      text-align: left;
      font-weight: bold;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }
  .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-node {
    padding: 8px 0;
    width: 32px;
    height: 48px; }
  .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px; }
    .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      text-align: left;
      font-weight: bold;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }

.next-step-dot .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
  font-size: 0; }
  .next-step-dot .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block; }
  .next-step-dot .next-step-item-container .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    .next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
  background: #C4C6CF; }

.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px; }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #999999; }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #A0A2AD; }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #A0A2AD; }

.next-step-dot > .next-step-item-wait .next-step-item-title {
  color: #666666;
  word-break: break-word; }

.next-step-dot > .next-step-item-wait .next-step-item-content {
  color: #666666;
  font-size: 12px;
  word-break: break-word; }

.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
  width: 12px;
  height: 12px;
  position: relative; }

.next-step-dot > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
  background: #C4C6CF; }

.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px; }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #01C1B2; }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #01C1B2;
  border-color: #01C1B2; }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #01C1B2;
  border-color: #01C1B2; }

.next-step-dot > .next-step-item-process .next-step-item-title {
  color: #333333;
  word-break: break-word; }

.next-step-dot > .next-step-item-process .next-step-item-content {
  color: #333333;
  font-size: 12px;
  word-break: break-word; }

.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
  width: 12px;
  height: 12px;
  position: relative; }

.next-step-dot > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot > .next-step-item-process .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
  background: #01C1B2; }

.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px; }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #01C1B2; }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #01C1B2; }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #01C1B2; }

.next-step-dot > .next-step-item-finish .next-step-item-title {
  color: #666666;
  word-break: break-word; }

.next-step-dot > .next-step-item-finish .next-step-item-content {
  color: #666666;
  font-size: 12px;
  word-break: break-word; }

.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
  width: 12px;
  height: 12px;
  position: relative; }

.next-step-dot > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E6E7EB; }

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
  background: #E6E7EB; }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px; }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #E6E7EB; }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #DCDEE3; }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #DCDEE3; }

.next-step-dot .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  word-break: break-word; }

.next-step-dot .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  font-size: 12px;
  word-break: break-word; }

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
  width: 12px;
  height: 12px;
  position: relative; }

.next-step-dot .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease; }
    .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
      -webkit-animation: zoomIn .2s linear;
              animation: zoomIn .2s linear; }
      .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-dot .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed; }

.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-dot .next-step-item-read-only .next-step-item-node {
  cursor: default; }

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

.next-step-dot.next-step-horizontal {
  text-align: center;
  white-space: nowrap; }
  .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title {
    white-space: normal; }
  .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content {
    white-space: normal; }
  .next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
    vertical-align: middle; }
  .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-node {
    padding: 0 8px;
    width: 28px;
    height: 12px; }
  .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }
  .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-node {
    padding: 0 8px;
    width: 28px;
    height: 12px; }
  .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }
  .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-node {
    padding: 0 8px;
    width: 28px;
    height: 12px; }
  .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }
  .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-node {
    padding: 0 8px;
    width: 28px;
    height: 12px; }
  .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px;
      font-weight: bold; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 4px; }

.next-step-dot.next-step-vertical {
  padding: 0 0 0 4px;
  font-size: 0;
  display: table-cell;
  position: relative; }
  .next-step-dot.next-step-vertical .next-step-item-container {
    padding: 0; }
  .next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden; }
  .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-node {
    padding: 8px 0;
    width: 12px;
    height: 28px; }
  .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px; }
    .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      margin-top: 0;
      font-weight: bold;
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }
  .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-node {
    padding: 8px 0;
    width: 12px;
    height: 28px; }
  .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px; }
    .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      margin-top: 0;
      font-weight: bold;
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }
  .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-node {
    padding: 8px 0;
    width: 12px;
    height: 28px; }
  .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px; }
    .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      margin-top: 0;
      font-weight: bold;
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }
  .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto; }
    .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px; }
  .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-node {
    padding: 8px 0;
    width: 12px;
    height: 28px; }
  .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px; }
    .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      margin-top: 0;
      font-weight: bold;
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      min-height: 8px;
      text-align: left;
      font-size: 12px;
      line-height: 16px; }

.next-step-horizontal[dir="rtl"] > .next-step-item {
  text-align: right; }

.next-step-arrow[dir="rtl"] .next-step-item {
  height: 32px;
  line-height: 32px;
  margin-left: 4px;
  margin-right: 16px; }
  .next-step-arrow[dir="rtl"] .next-step-item:before {
    right: -16px;
    left: auto;
    border: 16px solid transparent;
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] .next-step-item:after {
    left: -32px;
    right: auto;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid transparent; }

.next-step-arrow[dir="rtl"] > .next-step-item-wait {
  background: #EBECF0; }
  .next-step-arrow[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] > .next-step-item-wait:before {
    border: 16px solid #EBECF0;
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] > .next-step-item-wait:after {
    border-right-color: #EBECF0;
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] > .next-step-item-process {
  background: #01C1B2; }
  .next-step-arrow[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] > .next-step-item-process:before {
    border: 16px solid #01C1B2;
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] > .next-step-item-process:after {
    border-right-color: #01C1B2;
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] > .next-step-item-finish {
  background: #D6F4ED; }
  .next-step-arrow[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] > .next-step-item-finish:before {
    border: 16px solid #D6F4ED;
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] > .next-step-item-finish:after {
    border-right-color: #D6F4ED;
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] .next-step-item-disabled {
  background: #F7F8FA; }
  .next-step-arrow[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] .next-step-item-disabled:before {
    border: 16px solid #F7F8FA;
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] .next-step-item-disabled:after {
    border-right-color: #F7F8FA;
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] .next-step-item-first {
  margin-right: 0; }

.next-step-arrow[dir="rtl"] .next-step-item-last {
  margin-left: 0; }

.next-step-circle[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  right: -26px;
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -26px;
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -26px;
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -26px;
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body {
  right: 16px;
  left: auto;
  margin-right: 8px;
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.28571; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body {
  right: 16px;
  left: auto;
  margin-right: 8px;
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.28571; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body {
  right: 16px;
  left: auto;
  margin-right: 8px;
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.28571; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  right: 16px;
  left: auto;
  margin-right: 8px;
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.28571; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-dot[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  right: -36px;
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -36px;
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -36px;
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -36px;
  left: auto; }

.next-step-dot[dir="rtl"].next-step-vertical {
  padding: 0 4px 0 0; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      text-align: right; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      text-align: right; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      text-align: right; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      line-height: 1.28571; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      text-align: right; }

.next-switch:after[dir="rtl"] {
  content: " ";
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center; }

.next-switch-medium[dir="rtl"]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.next-switch-small[dir="rtl"]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.next-switch-on[dir="rtl"] > .next-switch-children {
  right: 10px;
  left: auto;
  color: #FFFFFF; }

.next-switch-on[disabled][dir="rtl"]:after {
  left: 0;
  right: 100%;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.next-switch-on.next-switch-small[dir="rtl"] > .next-switch-children {
  right: 6px;
  left: auto; }

.next-switch-off[dir="rtl"]:after {
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12); }

.next-switch-off[dir="rtl"] > .next-switch-children {
  left: 10px;
  right: auto; }

.next-switch-off.next-switch-small[dir="rtl"] > .next-switch-children {
  left: 5px;
  right: auto; }

.next-switch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  overflow: hidden;
  cursor: pointer; }
  .next-switch *,
  .next-switch *:before,
  .next-switch *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-switch:after {
    content: " ";
    -webkit-transition: all 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center; }
  .next-switch-medium {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    width: 56px;
    height: 26px;
    border-radius: 35px; }
    .next-switch-medium:after {
      border: 1px solid transparent;
      position: absolute;
      left: 100%;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      width: 24px;
      height: 24px;
      border-radius: 35px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .next-switch-medium > .next-switch-children {
      font-size: 12px;
      position: absolute;
      height: 24px;
      line-height: 24px; }
  .next-switch-small {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    width: 44px;
    height: 22px;
    border-radius: 35px; }
    .next-switch-small:after {
      border: 1px solid transparent;
      position: absolute;
      left: 100%;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      width: 20px;
      height: 20px;
      border-radius: 35px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .next-switch-small > .next-switch-children {
      font-size: 12px;
      position: absolute;
      height: 20px;
      line-height: 20px; }
  .next-switch-on {
    background-color: #01C1B2; }
    .next-switch-on:after {
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
              box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      background-color: #FFFFFF;
      border-color: transparent; }
    .next-switch-on > .next-switch-children {
      left: 10px;
      color: #FFFFFF; }
    .next-switch-on:focus, .next-switch-on:hover {
      background-color: #01A79A; }
      .next-switch-on:focus:after, .next-switch-on:hover:after {
        background-color: #FFFFFF; }
  .next-switch-on.next-switch-small > .next-switch-children {
    left: 6px; }
  .next-switch-on[disabled] {
    background-color: #EBECF0;
    cursor: not-allowed; }
    .next-switch-on[disabled]:after {
      right: 0;
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
              box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      background-color: #F7F8FA;
      border-color: #E6E7EB; }
    .next-switch-on[disabled] > .next-switch-children {
      color: #CCCCCC; }
  .next-switch-off {
    background-color: #FFFFFF;
    border-color: #C4C6CF; }
    .next-switch-off:focus, .next-switch-off:hover {
      background-color: #F2F3F7;
      border-color: #C4C6CF; }
    .next-switch-off:after {
      left: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
              box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      background-color: #FFFFFF;
      border-color: transparent; }
      .next-switch-off:after:focus, .next-switch-off:after:hover {
        background-color: #FFFFFF; }
    .next-switch-off > .next-switch-children {
      right: 10px;
      color: #999999; }
  .next-switch-off[disabled] {
    background-color: #F7F8FA;
    border: 1px solid transparent;
    cursor: not-allowed; }
    .next-switch-off[disabled]:after {
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
              box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      background-color: #F7F8FA;
      border-color: #E6E7EB; }
    .next-switch-off[disabled] > .next-switch-children {
      color: #C4C6CF; }
  .next-switch-off.next-switch-small > .next-switch-children {
    right: 5px; }

.next-tabs {
  /* Nav Button */
  /* ----------------- */
  /* position: vertical */
  /* ----------------- */
  /* Size */
  /* ----------------- */
  /* shape: pure */
  /* ----------------- */
  /* Shape: wrapped */
  /* --------------------- */
  /* Shape: wrapped(top) */
  /* Shape: wrapped(bottom) */
  /* Shape: wrapped(left) */
  /* Shape: wrapped(right) */
  /* Shape: text */
  /* ------------------- */ }
  .next-tabs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    .next-tabs *,
    .next-tabs *:before,
    .next-tabs *:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .next-tabs-bar {
    outline: none; }
  .next-tabs-nav-container {
    position: relative; }
    .next-tabs-nav-container:after {
      visibility: hidden;
      display: block;
      height: 0;
      font-size: 0;
      content: ' ';
      clear: both; }
  .next-tabs-nav-wrap {
    overflow: hidden; }
  .next-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap; }
  .next-tabs-nav {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    list-style: none;
    padding: 0;
    margin: 0; }
    .next-tabs-nav-enter, .next-tabs-nav-appear {
      -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
              animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .next-tabs-nav-leave {
      -webkit-animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
              animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
  .next-tabs-tab {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .next-tabs-tab-inner {
      position: relative;
      cursor: pointer;
      text-decoration: none; }
    .next-tabs-tab:before {
      content: "";
      position: absolute;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .next-tabs-tab.active {
      font-weight: normal; }
    .next-tabs-tab .next-tabs-tab-close {
      color: #666666; }
      .next-tabs-tab .next-tabs-tab-close:hover {
        color: #333333; }
    .next-tabs-tab.active .next-tabs-tab-close {
      color: #01C1B2; }
    .next-tabs-tab.disabled .next-tabs-tab-close {
      color: #DCDEE3; }
  .next-tabs-tab:focus {
    outline: none; }
  .next-tabs-tabpane {
    display: none; }
    .next-tabs-tabpane.active {
      display: block; }
  .next-tabs-btn-down, .next-tabs-btn-prev, .next-tabs-btn-next {
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    height: 100%;
    background-color: transparent;
    border-color: transparent; }
    .next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
      color: #666666; }
    .next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
      color: #333333;
      background-color: transparent;
      border-color: transparent;
      text-decoration: none; }
    .next-tabs-btn-down.disabled, .next-tabs-btn-prev.disabled, .next-tabs-btn-next.disabled {
      cursor: not-allowed;
      color: #DCDEE3; }
  .next-tabs-btn-next {
    right: 8px; }
  .next-tabs-btn-prev {
    right: 32px; }
  .next-tabs-btn-down {
    right: 8px; }
  .next-tabs-content {
    overflow: hidden; }
  .next-tabs-vertical > .next-tabs-bar .next-tabs-nav {
    width: 100%; }
  .next-tabs-vertical > .next-tabs-bar .next-tabs-tab {
    display: block; }
  .next-tabs.next-medium .next-tabs-nav-container-scrolling {
    padding-right: 60px; }
  .next-tabs.next-medium .next-tabs-tab-inner {
    font-size: 12px;
    padding: 12px 16px; }
    .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before {
      width: 16px;
      font-size: 16px;
      line-height: inherit; }
    .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
      padding-left: 8px; }
      .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
  .next-tabs.next-medium .next-tabs-btn-down .next-icon:before,
  .next-tabs.next-medium .next-tabs-btn-prev .next-icon:before,
  .next-tabs.next-medium .next-tabs-btn-next .next-icon:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit; }
  .next-tabs.next-small .next-tabs-nav-container-scrolling {
    padding-right: 56px; }
  .next-tabs.next-small .next-tabs-tab-inner {
    font-size: 12px;
    padding: 8px 12px; }
    .next-tabs.next-small .next-tabs-tab-inner .next-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
      padding-left: 8px; }
      .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          margin-left: -4px;
          margin-right: -4px; }
          .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
            width: 16px;
            font-size: 16px; } }
  .next-tabs.next-small .next-tabs-btn-down .next-icon:before,
  .next-tabs.next-small .next-tabs-btn-prev .next-icon:before,
  .next-tabs.next-small .next-tabs-btn-next .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }
  .next-tabs-pure > .next-tabs-bar {
    border-bottom: solid 1px #DCDEE3;
    background-color: transparent; }
    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
      margin-bottom: -1px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
        color: #666666;
        background-color: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
          cursor: pointer;
          color: #333333;
          background-color: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
          z-index: 1;
          color: #01C1B2;
          background-color: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
          pointer-events: none;
          cursor: default;
          color: #DCDEE3;
          background: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
          border-radius: 0%;
          width: 0;
          border-bottom: 2px solid #01C1B2;
          left: 50%;
          bottom: 0%; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
          width: 100%;
          left: 0%; }
  .next-tabs-wrapped > .next-tabs-bar {
    background: transparent; }
    .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
      color: #666666;
      background-color: #F2F3F7; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
        cursor: pointer;
        color: #333333;
        background-color: #EBECF0; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
        z-index: 1;
        color: #01C1B2;
        background-color: #FFFFFF; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
        pointer-events: none;
        cursor: default;
        color: #CCCCCC;
        background: #F7F8FA; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
        color: #666666; }
        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
          color: #333333; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
        color: #01C1B2; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
        color: #DCDEE3; }
  .next-tabs-wrapped:before, .next-tabs-wrapped:after {
    content: "";
    display: table; }
  .next-tabs-wrapped:after {
    clear: both; }
  .next-tabs-wrapped > .next-tabs-content {
    position: relative; }
  .next-tabs-wrapped.next-tabs-top > .next-tabs-bar {
    position: relative; }
    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
      margin-right: 4px;
      border: solid 1px #DCDEE3;
      border-radius: 3px 3px 0 0; }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF; }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
        border-color: #DCDEE3 #DCDEE3 #FFFFFF #DCDEE3; }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        width: 0;
        border-top: 2px solid #01C1B2;
        left: 50%;
        top: -1px; }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
        width: calc(100% - 2 * 3px);
        left: 3px; }
  .next-tabs-wrapped.next-tabs-top > .next-tabs-content {
    top: -1px;
    border-top: 1px solid #DCDEE3; }
  .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar {
    position: relative; }
    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
      margin-right: 4px;
      border: solid 1px #DCDEE3;
      border-radius: 0 0 3px 3px; }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF; }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
        border-color: #FFFFFF #DCDEE3 #DCDEE3 #DCDEE3; }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        width: 0;
        border-bottom: 2px solid #01C1B2;
        left: 50%;
        bottom: -1px; }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
        width: calc(100% - 2 * 3px);
        left: 3px; }
  .next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
    top: 1px;
    border-bottom: 1px solid #DCDEE3; }
  .next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
    float: left; }
    .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
      float: none;
      margin-bottom: 4px;
      border: solid 1px #DCDEE3;
      border-radius: 3px 0 0 3px; }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF; }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
        border-color: #DCDEE3 #FFFFFF #DCDEE3 #DCDEE3; }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        height: 0;
        border-left: 2px solid #01C1B2;
        top: 50%;
        left: -1px; }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
        height: calc(100% - 2 * 3px);
        top: 3px; }
  .next-tabs-wrapped.next-tabs-left > .next-tabs-content {
    right: 1px;
    border-left: 1px solid #DCDEE3; }
  .next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
    float: right; }
    .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
      float: none;
      margin-bottom: 4px;
      border: solid 1px #DCDEE3;
      border-radius: 0 3px 3px 0; }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF; }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
        border-color: #DCDEE3 #DCDEE3 #DCDEE3 #FFFFFF; }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        height: 0;
        border-right: 2px solid #01C1B2;
        top: 50%;
        right: -1px; }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
        height: calc(100% - 2 * 3px);
        top: 3px; }
  .next-tabs-wrapped.next-tabs-right > .next-tabs-content {
    right: -1px;
    border-right: 1px solid #DCDEE3; }
  .next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
    border-top: 1px solid #C4C6CF;
    border-bottom: 1px solid #C4C6CF;
    border-left: 1px solid #C4C6CF;
    color: #333333;
    background-color: #F2F3F7; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
      border-radius: 3px 0 0 3px; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
      border-radius: 0 3px 3px 0;
      border-right: 1px solid #C4C6CF; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
      margin-right: -1px;
      border-color: #01C1B2; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
      border-color: #E6E7EB; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
      cursor: pointer;
      color: #333333;
      background-color: #EBECF0; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
      z-index: 1;
      color: #FFFFFF;
      background-color: #01C1B2; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
      pointer-events: none;
      cursor: default;
      color: #CCCCCC;
      background: #F7F8FA; }
  .next-tabs-text > .next-tabs-bar .next-tabs-tab {
    color: #666666;
    background-color: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
      cursor: pointer;
      color: #333333;
      background-color: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
      z-index: 1;
      color: #01C1B2;
      background-color: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
      pointer-events: none;
      cursor: default;
      color: #CCCCCC;
      background: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
      content: ' ';
      position: absolute;
      right: 0;
      top: calc(50% - 4px);
      width: 1px;
      height: 8px;
      background-color: #DCDEE3; }
  .next-tabs-pure > .next-tabs-bar {
    position: relative; }
    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .next-tabs-capsule > .next-tabs-bar {
    position: relative; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .next-tabs-text > .next-tabs-bar {
    position: relative; }
    .next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.next-tabs[dir="rtl"].next-medium .next-tabs-nav-container-scrolling {
  padding-left: 60px;
  padding-right: 0; }

.next-tabs[dir="rtl"].next-medium .next-tabs-tab-close {
  padding-right: 8px;
  padding-left: 0; }

.next-tabs[dir="rtl"].next-small .next-tabs-nav-container-scrolling {
  padding-left: 56px;
  padding-right: 0; }

.next-tabs[dir="rtl"].next-small .next-tabs-tab-close {
  padding-right: 8px;
  padding-left: 0; }

.next-tabs[dir="rtl"].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0; }

.next-tabs[dir="rtl"].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0; }

.next-tabs[dir="rtl"] > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0; }

.next-tabs[dir="rtl"] .next-tabs-btn-next {
  left: 8px;
  right: auto; }

.next-tabs[dir="rtl"] .next-tabs-btn-prev {
  left: 32px;
  right: auto; }

.next-tabs[dir="rtl"] .next-tabs-btn-down {
  left: 8px;
  right: auto; }

/* put your code here */
.next-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .next-table *,
  .next-table *:before,
  .next-table *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #FFFFFF; }
    .next-table table tr:first-child td {
      border-top-width: 0; }
  .next-table th {
    padding: 0;
    background: #EBECF0;
    color: #333333;
    text-align: left;
    font-weight: normal;
    border: 1px solid #DCDEE3; }
    .next-table th .next-table-cell-wrapper {
      padding: 12px 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
  .next-table-affix {
    z-index: 1; }
  .next-table-header-resizable {
    position: relative; }
    .next-table-header-resizable .next-table-resize-handler {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: transparent;
      cursor: ew-resize; }
  .next-table td {
    padding: 0;
    border: 1px solid #DCDEE3; }
    .next-table td .next-table-cell-wrapper {
      padding: 12px 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
      .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
      .next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
        margin-right: 3px;
        float: left; }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before,
      .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
  .next-table .next-table-expanded .next-table-cell-wrapper,
  .next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible; }
  .next-table.no-header table tr:first-child td {
    border-top-width: 1px; }
  .next-table.only-bottom-border {
    border-width: 0; }
    .next-table.only-bottom-border th {
      border-width: 0 0 1px 0; }
    .next-table.only-bottom-border td {
      border-width: 0 0 1px 0; }
    .next-table.only-bottom-border .next-table-expanded-row th {
      border-width: 0 0 1px 0; }
    .next-table.only-bottom-border .next-table-expanded-row td {
      border-width: 0 0 1px 0; }
  .next-table-loading {
    display: block; }
  .next-table.zebra tr:nth-child(odd) td {
    background: #FFFFFF; }
  .next-table.zebra tr:nth-child(even) td {
    background: #F7F8FA; }
  .next-table.zebra .next-table-row.hovered td {
    background: #F2F3F7;
    color: #333333; }
  .next-table.zebra .next-table-row.selected td {
    background: #F2F3F7;
    color: #333333; }
  .next-table-empty {
    color: #A0A2AD;
    padding: 32px 0;
    text-align: center; }
  .next-table-expanded-row td {
    border-width: 0; }
    .next-table-expanded-row td:first-child {
      border-left-width: 1px; }
    .next-table-expanded-row td:last-child {
      border-right-width: 1px; }
  .next-table-expanded-row:last-child td {
    border-bottom-width: 1px; }
  .next-table-expanded-row .next-table .last td {
    border-bottom-width: 0; }
  .next-table-filter-footer {
    margin: 10px 10px 0; }
    .next-table-filter-footer button {
      margin-right: 5px; }
  .next-table-row {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: #FFFFFF;
    color: #333333; }
    .next-table-row.hidden {
      display: none; }
    .next-table-row.hovered {
      background: #F2F3F7;
      color: #333333; }
    .next-table-row.selected {
      background: #F2F3F7;
      color: #333333; }
  .next-table-tree-placeholder {
    display: inline-block;
    width: 12px; }

.last .next-table-expanded-row td {
  border-bottom-width: 1px; }

.next-table-body,
.next-table-header {
  overflow: auto;
  font-size: 12px; }

.next-table-body {
  font-size: 12px; }

.next-table-fixed {
  border: 1px solid #DCDEE3; }
  .next-table-fixed table {
    table-layout: fixed; }
  .next-table-fixed .next-table-header {
    background: #EBECF0; }
  .next-table-fixed table tr td:first-child,
  .next-table-fixed table tr th:first-child {
    border-left-width: 0; }
  .next-table-fixed .next-table-header th {
    border-top-width: 0; }
  .next-table-fixed .next-table-header tr th:last-child {
    border-right-width: 0; }
  .next-table-fixed .next-table-body td {
    border-top-width: 0; }
  .next-table-fixed .next-table-body tr:last-child td {
    border-bottom-width: 0; }
  .next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 0; }
  .next-table-fixed.next-table-group table tr td:first-child,
  .next-table-fixed.next-table-group table tr th:first-child {
    border-left-width: 1px; }
  .next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px; }
  .next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px; }
  .next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px; }
  .next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px; }
  .next-table-fixed.next-table-group .next-table-body tr td:last-child {
    border-right-width: 1px; }

.next-table-lock .next-table-body {
  overflow-x: auto;
  overflow-y: visible; }

.next-table-group {
  border-width: 0; }
  .next-table-group .next-table-body {
    margin-top: 8px; }
    .next-table-group .next-table-body table {
      margin-bottom: 8px; }
      .next-table-group .next-table-body table tr:first-child td {
        border-top-width: 1px; }
  .next-table-group .next-table-group-header td {
    background: #EBECF0;
    color: #333333; }
  .next-table-group .next-table-group-footer td {
    background: #EBECF0;
    color: #333333; }
  .next-table-group .next-table-row.hovered,
  .next-table-group .next-table-row.selected {
    background: #FFFFFF;
    color: #333333; }

.next-table-lock {
  position: relative; }
  .next-table-lock table {
    table-layout: fixed; }

.next-table-header-inner {
  overflow: hidden; }

.next-table-lock-left,
.next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 0; }
  .next-table-lock-left table,
  .next-table-lock-right table {
    width: auto; }
  .next-table-lock-left .next-table-body,
  .next-table-lock-right .next-table-body {
    overflow: hidden; }

.next-table-lock-right {
  right: 0;
  left: auto; }
  .next-table-lock-right table tr td:first-child,
  .next-table-lock-right table tr th:first-child {
    border-left-width: 1px; }
  .next-table-lock-right.shadow {
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table-lock-left.shadow {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table-filter {
  line-height: 1; }

.next-table-sort {
  position: relative;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .next-table-sort .next-icon {
    position: absolute;
    left: 0;
    color: #333333; }
    .next-table-sort .next-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-table-sort .current .next-icon {
    color: #01C1B2; }
  .next-table-sort .next-icon-ascending {
    left: 4px; }

.next-table-filter {
  margin-left: 5px;
  cursor: pointer;
  width: 20px;
  display: inline-block; }
  .next-table-filter:focus {
    outline: 0; }
  .next-table-filter .next-icon {
    color: #333333; }
    .next-table-filter .next-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

.next-table-expanded-ctrl.disabled {
  color: #999999; }

.next-table-expanded-ctrl .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit; }

.next-table[dir="rtl"] th {
  text-align: right; }

.next-table[dir="rtl"] .next-table-header-resizable .next-table-resize-handler {
  right: auto;
  left: 0; }

.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-table-tree-placeholder {
  margin-left: 3px;
  margin-right: 0;
  float: right; }

.next-table[dir="rtl"] .next-table-expanded-row td:first-child {
  border-left-width: 0;
  border-right-width: 1px; }

.next-table[dir="rtl"] .next-table-expanded-row td:last-child {
  border-left-width: 1px;
  border-right-width: 0; }

.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row th {
  border-width: 0 0 1px 0; }

.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row td {
  border-width: 0 0 1px 0; }

.next-table[dir="rtl"] .next-table-filter-footer button {
  margin-left: 5px;
  margin-right: 0; }

.next-table[dir="rtl"] .next-table-lock-left,
.next-table[dir="rtl"] .next-table-lock-right {
  left: auto;
  right: 0; }

.next-table[dir="rtl"] .next-table-lock-right {
  right: auto;
  left: 0; }
  .next-table[dir="rtl"] .next-table-lock-right table tr td:first-child,
  .next-table[dir="rtl"] .next-table-lock-right table tr th:first-child {
    border-right-width: 1px; }
  .next-table[dir="rtl"] .next-table-lock-right.shadow {
    -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table[dir="rtl"] .next-table-lock-left.shadow {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table[dir="rtl"] .next-table-sort .next-icon {
  right: 0;
  left: auto; }

.next-table[dir="rtl"] .next-table-sort .next-icon-ascending {
  right: 4px;
  left: auto; }

.next-table[dir="rtl"] .next-table-filter {
  margin-right: 5px;
  margin-left: 0; }

.next-table-fixed[dir="rtl"] table tr td:first-child,
.next-table-fixed[dir="rtl"] table tr th:first-child {
  border-left-width: 1px;
  border-right-width: 0; }

.next-table-fixed[dir="rtl"] .next-table-header tr th:last-child {
  border-left-width: 1px; }

.next-table-fixed[dir="rtl"] .next-table-body tr td:last-child {
  border-left-width: 1px; }

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

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

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

.next-timeline p {
  margin: 0; }

.next-timeline-hide {
  display: none; }

.next-timeline[dir='rtl'] .next-timeline-item {
  /* 时间轴左边存在内容的情况 */ }
  .next-timeline[dir='rtl'] .next-timeline-item-folder {
    padding-left: 0;
    padding-right: 28px; }
  .next-timeline[dir='rtl'] .next-timeline-item-dot-tail {
    left: auto;
    right: 8px;
    border-left: none;
    border-right: 1px dotted #DCDEE3; }
  .next-timeline[dir='rtl'] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 80px; }

.next-timeline[dir='rtl'] .next-timeline-item-done {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      height: 24px;
      padding: 4px 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-right: calc(-12px);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .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[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: auto;
      right: 8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: left;
    padding-left: 12px;
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-dot {
    background: #C4C6CF; }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-icon {
    background: #C4C6CF;
    color: #FFFFFF; }

.next-timeline[dir='rtl'] .next-timeline-item-process {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      height: 24px;
      padding: 4px 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-right: calc(-12px);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .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[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: auto;
      right: 8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: left;
    padding-left: 12px;
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-dot {
    background: #01C1B2; }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-icon {
    background: #01C1B2;
    color: #FFFFFF; }

.next-timeline[dir='rtl'] .next-timeline-item-success {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      height: 24px;
      padding: 4px 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-right: calc(-12px);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .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[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: auto;
      right: 8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: left;
    padding-left: 12px;
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-dot {
    background: #46BC15; }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-icon {
    background: #46BC15;
    color: #FFFFFF; }

.next-timeline[dir='rtl'] .next-timeline-item-error {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      height: 24px;
      padding: 4px 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-right: calc(-12px);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .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[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: auto;
      right: 8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: left;
    padding-left: 12px;
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-dot {
    background: #FF3000; }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-icon {
    background: #FF3000;
    color: #FFFFFF; }

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

.next-timeline-item {
  /* 时间轴左边存在内容的情况 */ }
  .next-timeline-item-folder {
    padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    /* min-height: auto !important; */ }
  .next-timeline-item-dot-tail {
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px dotted #DCDEE3; }
  .next-timeline-item-dot-tail-solid {
    border-style: solid; }
  .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 80px; }

.next-timeline-item-done {
  position: relative; }
  .next-timeline-item-done .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-done .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-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-left: calc(-12px);
      line-height: 1; }
    .next-timeline-item-done .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-done .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: 8px; }
      .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px; }
    .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: left; }
    .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: left; }
    .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: left; }
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: right;
    padding-right: 12px; }
    .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px; }
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px; }
  .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 {
  position: relative; }
  .next-timeline-item-process .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-process .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-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-left: calc(-12px);
      line-height: 1; }
    .next-timeline-item-process .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-process .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: 8px; }
      .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px; }
    .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: left; }
    .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: left; }
    .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: left; }
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: right;
    padding-right: 12px; }
    .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px; }
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px; }
  .next-timeline-item-process .next-timeline-item-dot {
    background: #01C1B2; }
  .next-timeline-item-process .next-timeline-item-icon {
    background: #01C1B2;
    color: #FFFFFF; }

.next-timeline-item-success {
  position: relative; }
  .next-timeline-item-success .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-success .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-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-left: calc(-12px);
      line-height: 1; }
    .next-timeline-item-success .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-success .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: 8px; }
      .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px; }
    .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: left; }
    .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: left; }
    .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: left; }
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: right;
    padding-right: 12px; }
    .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px; }
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px; }
  .next-timeline-item-success .next-timeline-item-dot {
    background: #46BC15; }
  .next-timeline-item-success .next-timeline-item-icon {
    background: #46BC15;
    color: #FFFFFF; }

.next-timeline-item-error {
  position: relative; }
  .next-timeline-item-error .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-error .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-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      height: auto;
      font-size: 12px;
      word-break: break-all;
      margin-left: calc(-12px);
      line-height: 1; }
    .next-timeline-item-error .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-error .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      top: 24px;
      left: 8px; }
      .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        position: relative;
        background: #DCDEE3;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
  .next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px; }
    .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      text-align: left; }
    .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      text-align: left; }
    .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #999999;
      text-align: left; }
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
    text-align: right;
    padding-right: 12px; }
    .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px; }
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px; }
  .next-timeline-item-error .next-timeline-item-dot {
    background: #FF3000; }
  .next-timeline-item-error .next-timeline-item-icon {
    background: #FF3000;
    color: #FFFFFF; }

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

.next-timeline-item-has-left-content {
  min-height: 48px; }

.next-timeline-item-folder.next-timeline-item-has-left-content {
  min-height: auto; }

.next-transfer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }
  .next-transfer *,
  .next-transfer *:before,
  .next-transfer *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-transfer-panel {
    display: inline-block;
    border: 1px solid #DCDEE3;
    border-radius: 3px;
    background-color: #FFFFFF;
    vertical-align: middle;
    overflow: hidden; }
  .next-transfer-panel-header {
    padding: 8px 20px;
    border-bottom: 1px solid #DCDEE3;
    background-color: #F7F8FA;
    color: #333333;
    font-size: 12px; }
  .next-transfer-panel-search {
    padding: 0 4px;
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%; }
  .next-transfer .next-transfer-panel-list {
    width: 180px;
    /* TODO */
    height: 160px;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    overflow-y: auto; }
  .next-transfer-panel-not-found-container {
    display: table;
    width: 100%;
    height: 100%; }
  .next-transfer-panel-not-found {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #999999;
    font-size: 14px; }
  .next-transfer-panel-item.next-focused {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .next-transfer-panel-item:not(.next-disabled).next-simple:hover {
    color: #01C1B2; }
  .next-transfer-panel-item.next-insert-before:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    border-top: 1px solid #01C1B2; }
  .next-transfer-panel-item.next-insert-after:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    border-bottom: 1px solid #01C1B2; }
  .next-transfer-panel-footer {
    padding: 8px 20px;
    border-top: 1px solid #DCDEE3;
    background-color: #FFFFFF;
    font-size: 0; }
  .next-transfer-panel-count {
    /* TODO */
    margin-left: 4px;
    font-size: 12px;
    vertical-align: middle;
    color: #333333; }
  .next-transfer-panel-move-all {
    font-size: 12px;
    color: #01C1B2;
    cursor: pointer; }
    .next-transfer-panel-move-all.next-disabled {
      color: #CCCCCC;
      cursor: not-allowed; }
  .next-transfer-operations {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
  .next-transfer-move.next-icon {
    color: #C4C6CF; }
  .next-transfer-operation.next-btn {
    display: block; }
    .next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
      margin-top: 8px; }
    .next-transfer-operation.next-btn .next-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

.next-tree {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .next-tree *,
  .next-tree *:before,
  .next-tree *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-tree, .next-tree-child-tree {
    margin: 0;
    padding: 0;
    list-style: none; }
  .next-tree-node {
    white-space: nowrap; }
  .next-tree-node-inner {
    font-size: 0;
    outline: none; }
  .next-tree-node-label-wrapper {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle; }
  .next-tree-node-label {
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 12px; }
  .next-tree-node-input.next-input {
    margin: 0 4px; }
  .next-tree-switcher {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  .next-tree-switcher.next-noline {
    width: 12px;
    height: 12px;
    line-height: 12px;
    cursor: pointer; }
    .next-tree-switcher.next-noline .next-tree-switcher-icon {
      -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 300ms;
      transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 300ms;
      transition: transform cubic-bezier(0.23, 1, 0.32, 1) 300ms;
      transition: transform cubic-bezier(0.23, 1, 0.32, 1) 300ms, -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 300ms;
      color: #999999; }
      .next-tree-switcher.next-noline .next-tree-switcher-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
      color: #333333; }
    .next-tree-switcher.next-noline.next-disabled {
      cursor: not-allowed; }
      .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
        color: #CCCCCC; }
  .next-tree-switcher.next-noop-noline {
    width: 12px;
    height: 12px; }
  .next-tree-switcher.next-line {
    width: 16px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #C4C6CF;
    border-radius: 3px;
    background-color: #FFFFFF;
    cursor: pointer; }
    .next-tree-switcher.next-line .next-tree-switcher-icon {
      margin-left: 3px;
      color: #666666; }
      .next-tree-switcher.next-line .next-tree-switcher-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tree-switcher.next-line .next-tree-switcher-icon {
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          margin-left: -1px;
          margin-right: -4px; }
          .next-tree-switcher.next-line .next-tree-switcher-icon:before {
            width: 16px;
            font-size: 16px; } }
    .next-tree-switcher.next-line:not(.next-disabled):hover {
      border-color: #A0A2AD;
      background-color: #F2F3F7; }
      .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
        color: #333333; }
    .next-tree-switcher.next-line.next-disabled {
      border-color: #E6E7EB;
      background-color: #FFFFFF;
      cursor: not-allowed; }
      .next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
        color: #CCCCCC; }
  .next-tree-switcher.next-noop-line {
    width: 16px;
    height: 16px; }
  .next-tree-switcher.next-noop-line-noroot {
    height: 0;
    border-left: 1px solid #C4C6CF;
    border-bottom: 1px solid #C4C6CF; }
    .next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
      bottom: -1px; }
  .next-tree-switcher.next-loading.next-loading-noline {
    width: 12px;
    height: 12px;
    line-height: 12px; }
  .next-tree-switcher.next-loading.next-loading-line {
    width: 16px;
    height: 16px;
    line-height: 14px;
    border: 1px solid transparent; }
  .next-tree-switcher.next-loading .next-tree-switcher-icon {
    color: #01C1B2; }
    .next-tree-switcher.next-loading .next-tree-switcher-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-tree-right-angle {
    position: absolute;
    bottom: 6.5px;
    left: -17.5px;
    display: block;
    width: 16.5px;
    height: 22px;
    border-left: 1px solid #C4C6CF;
    border-bottom: 1px solid #C4C6CF; }
  .next-tree.next-label-block .next-tree-node-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none; }
  .next-tree.next-label-block .next-tree-node-label-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .next-tree.next-node-indent .next-tree-node .next-tree-node {
    margin-left: 24px; }
  .next-tree.next-node-indent .next-tree-node-inner {
    padding-top: 2px;
    padding-bottom: 2px; }
    .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
      color: #333333;
      background-color: #F2F3F7; }
  .next-tree.next-node-indent .next-tree-node-label-wrapper {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent; }
  .next-tree.next-node-indent .next-tree-node-label {
    -webkit-transition: color cubic-bezier(0.23, 1, 0.32, 1) 300ms, background-color cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    transition: color cubic-bezier(0.23, 1, 0.32, 1) 300ms, background-color cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    cursor: default;
    color: #333333;
    background-color: #FFFFFF; }
  .next-tree.next-node-indent .next-tree-node-label-selectable {
    cursor: pointer; }
  .next-tree.next-node-indent .next-tree-node-label:hover {
    color: #333333;
    background-color: #F2F3F7; }
  .next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
    color: #333333;
    background-color: #D6F4ED; }
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
    color: #CCCCCC;
    background-color: #FFFFFF;
    cursor: not-allowed; }
  .next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
    background-color: #01C1B2;
    color: #FFFFFF;
    opacity: .8; }
  .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
    border-top-color: #01C1B2; }
  .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
    border-bottom-color: #01C1B2; }
  .next-tree.next-node-block .next-tree-node-inner {
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: color cubic-bezier(0.23, 1, 0.32, 1) 300ms, background-color cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    transition: color cubic-bezier(0.23, 1, 0.32, 1) 300ms, background-color cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    cursor: pointer;
    color: #333333;
    background-color: #FFFFFF; }
    .next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
      color: #333333;
      background-color: #F2F3F7; }
    .next-tree.next-node-block .next-tree-node-inner.next-selected {
      color: #333333;
      background-color: #D6F4ED; }
    .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
      color: #CCCCCC;
      background-color: #FFFFFF;
      cursor: not-allowed; }
  .next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    margin-left: 7.5px;
    border-left: 1px solid #C4C6CF;
    padding-left: 15.5px; }
  .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label {
    color: #01C1B2; }
    .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
      color: #01C1B2; }

.next-tree[dir='rtl'] .next-tree-switcher {
  margin-left: 8px;
  margin-right: 0; }

.next-tree[dir='rtl'] .next-tree-switcher.next-noop-line-noroot {
  border-left: none;
  border-right: 1px solid #C4C6CF; }

.next-tree[dir='rtl'] .next-tree-right-angle {
  left: auto;
  right: -17.5px;
  border-left: none;
  border-right: 1px solid #C4C6CF; }

.next-tree[dir='rtl'].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  margin-left: 0;
  margin-right: 7.5px;
  border-left: none;
  border-right: 1px solid #C4C6CF;
  padding-left: 0;
  padding-right: 15.5px; }

.next-tree[dir='rtl'].next-node-indent .next-tree-node .next-tree-node {
  margin-left: 0;
  margin-right: 24px; }

.next-tree-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .next-tree-select *,
  .next-tree-select *:before,
  .next-tree-select *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-tree-select-dropdown {
    padding: 8px 20px;
    background: #FFFFFF;
    border: 1px solid #DCDEE3;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .next-tree-select-not-found {
    height: 16px;
    font-size: 12px;
    color: #999999; }

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
  padding: 4px 8px;
  padding-left: 36px; }

.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
  left: 12px;
  right: auto; }

.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
  float: left;
  margin-left: 4px;
  margin-right: 0; }

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
  float: right;
  margin-left: 8px;
  margin-right: 0; }

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
  margin-right: 56px;
  margin-left: 20px; }

.next-upload-list-item-name {
  text-decoration: none; }

.next-upload {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .next-upload *,
  .next-upload *:before,
  .next-upload *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .next-upload-inner {
    outline: 0;
    display: inline-block; }
    .next-upload-inner.next-hidden {
      display: none; }
  .next-upload-list {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .next-upload-list *,
    .next-upload-list *:before,
    .next-upload-list *:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .next-upload-list-item {
    position: relative; }
    .next-upload-list-item.next-hidden {
      display: none; }
  .next-upload.next-disabled {
    border-color: #E6E7EB !important;
    color: #CCCCCC !important; }
    .next-upload.next-disabled :hover {
      border-color: #E6E7EB !important;
      color: #CCCCCC !important;
      cursor: not-allowed; }
    .next-upload.next-disabled * {
      color: #CCCCCC !important;
      border-color: #E6E7EB !important; }

.next-upload-list-text .next-upload-list-item {
  background-color: #F2F3F7;
  padding: 4px 8px;
  padding-right: 36px;
  height: 40px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .next-upload-list-text .next-upload-list-item:not(:last-child) {
    margin-bottom: 4px; }
  .next-upload-list-text .next-upload-list-item .next-icon {
    position: absolute;
    top: 0;
    right: 12px;
    color: #999999;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    line-height: 40px; }
    .next-upload-list-text .next-upload-list-item .next-icon:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-upload-list-text .next-upload-list-item:hover {
    background-color: #F2F3F7; }
    .next-upload-list-text .next-upload-list-item:hover .next-icon {
      color: #666666; }
  .next-upload-list-text .next-upload-list-item-name-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 4px; }
  .next-upload-list-text .next-upload-list-item-name {
    color: #333333;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .next-upload-list-text .next-upload-list-item-size {
    color: #999999;
    margin-left: 8px; }
  .next-upload-list-text .next-upload-list-item-uploading {
    line-height: 16px; }
  .next-upload-list-text .next-upload-list-item-done {
    line-height: 32px; }
  .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #01C1B2; }
  .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #01C1B2; }
  .next-upload-list-text .next-upload-list-item-error {
    /* stylelint-disable declaration-no-important */
    background-color: #FFECE4 !important; }
    .next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
      line-height: 16px; }
    .next-upload-list-text .next-upload-list-item-error-msg {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #FF3000; }

.next-upload-list-image .next-upload-list-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #DCDEE3;
  background-color: #FFFFFF;
  padding: 8px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  overflow: hidden; }
  .next-upload-list-image .next-upload-list-item:not(:last-child) {
    margin-bottom: 4px; }
  .next-upload-list-image .next-upload-list-item:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-upload-list-image .next-upload-list-item .next-icon-close {
    float: right;
    margin-right: 4px;
    cursor: pointer;
    color: #999999;
    text-align: center; }
    .next-upload-list-image .next-upload-list-item .next-icon-close:before {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-upload-list-image .next-upload-list-item:hover {
    border-color: #01C1B2; }
    .next-upload-list-image .next-upload-list-item:hover .next-icon-close {
      color: #666666; }
  .next-upload-list-image .next-upload-list-item-name {
    display: block;
    color: #333333;
    margin-left: 56px;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .next-upload-list-image .next-upload-list-item-size {
    color: #999999;
    margin-left: 8px; }
  .next-upload-list-image .next-upload-list-item-progress {
    line-height: 24px; }
  .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #01C1B2; }
  .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #01C1B2; }
  .next-upload-list-image .next-upload-list-item-thumbnail {
    float: left;
    width: 48px;
    height: 48px;
    color: #CCCCCC;
    border: 1px solid #DCDEE3;
    background-color: #F2F3F7;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .next-upload-list-image .next-upload-list-item-thumbnail img {
      width: 100%;
      height: 100%; }
    .next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
      display: block;
      margin: 0;
      line-height: 48px; }
      .next-upload-list-image .next-upload-list-item-thumbnail .next-icon:before {
        width: 24px;
        font-size: 24px;
        line-height: inherit; }
  .next-upload-list-image .next-upload-list-item-error {
    border-color: #FF3000 !important;
    background-color: #FFFFFF; }
  .next-upload-list-image .next-upload-list-item-uploading {
    background-color: #FFFFFF; }
    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
      height: 24px;
      line-height: 24px; }
    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
      margin-left: 56px;
      margin-right: 20px;
      height: 24px;
      line-height: 24px; }
  .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name,
  .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    height: 24px;
    line-height: 24px; }
  .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    margin-left: 56px;
    margin-right: 20px;
    color: #FF3000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.next-upload-list-card {
  display: inline-block; }
  .next-upload-list-card .next-upload-list-item {
    vertical-align: middle;
    float: left; }
    .next-upload-list-card .next-upload-list-item:not(:last-child) {
      margin-right: 12px; }
    .next-upload-list-card .next-upload-list-item-wrapper {
      position: relative;
      border: 1px solid #C4C6CF;
      width: 100px;
      height: 100px; }
    .next-upload-list-card .next-upload-list-item-thumbnail {
      display: table;
      text-align: center;
      vertical-align: middle;
      width: 100%;
      height: 100%;
      color: #CCCCCC;
      font-size: 12px; }
      .next-upload-list-card .next-upload-list-item-thumbnail img {
        width: 100%;
        height: 100%; }
        .next-upload-list-card .next-upload-list-item-thumbnail img:focus {
          outline: 0; }
      .next-upload-list-card .next-upload-list-item-thumbnail .next-icon {
        width: 100%; }
        .next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before {
          width: 48px;
          font-size: 48px;
          line-height: inherit; }
    .next-upload-list-card .next-upload-list-item-handler {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
    .next-upload-list-card .next-upload-list-item-name {
      display: block;
      width: 100px;
      text-align: center;
      margin-top: 4px;
      font-size: 12px;
      color: #666666;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .next-upload-list-card .next-upload-list-item-progress {
      position: absolute;
      font-size: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
        border-radius: 0; }
      .next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
        border-radius: 0; }
    .next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-thumbnail {
      background-color: #F7F8FA; }
    .next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
      opacity: .8; }
    .next-upload-list-card .next-upload-list-item .next-upload-tool {
      position: absolute;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      width: 100%;
      height: 28px;
      left: 0;
      bottom: 0; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
        width: 49%;
        text-align: center;
        line-height: 28px;
        color: #FFFFFF; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool.next-noclose .next-icon {
        width: 100%; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool-close {
        cursor: pointer; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool-download-icon {
        border-right: 1px solid #FFFFFF; }
    .next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
      border-color: #FF3000; }

.next-upload-card {
  border: 1px dashed #C4C6CF;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  display: table-cell;
  vertical-align: middle; }
  .next-upload-card .next-icon {
    color: #C4C6CF; }
    .next-upload-card .next-icon:before {
      width: 24px;
      font-size: 24px;
      line-height: inherit; }
  .next-upload-card .next-upload-text {
    font-size: 12px;
    margin-top: 12px;
    color: #666666; }
  .next-upload-card:hover {
    border-color: #01C1B2; }
    .next-upload-card:hover .next-icon {
      color: #01C1B2; }
    .next-upload-card:hover .next-upload-text {
      color: #01C1B2; }

.next-upload-drag {
  border: 1px dashed #C4C6CF;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 4px;
  padding: 0 4px; }
  .next-upload-drag-icon {
    margin: 20px 0 0;
    color: #666666; }
  .next-upload-drag-text {
    margin: 12px 0 0;
    font-size: 14px;
    color: #666666; }
  .next-upload-drag-hint {
    margin: 4px 0 20px;
    font-size: 12px;
    color: #999999; }
  .next-upload-drag-over {
    border-color: #01C1B2; }
