/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.b-design-timeline {
  box-sizing: border-box;
  color: #474a52;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-design-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 0px;
  font-size: 14px;
  list-style: none;
}
.b-design-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 1px solid #d7d8db;
}
.b-design-timeline-item-pending .b-design-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.b-design-timeline-item-pending .b-design-timeline-item-tail {
  display: none;
}
.b-design-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
}
.b-design-timeline-item-head-blue {
  color: #1b58f4;
  border-color: #1b58f4;
}
.b-design-timeline-item-head-red {
  color: #c82727;
  border-color: #c82727;
}
.b-design-timeline-item-head-green {
  color: #29a64e;
  border-color: #29a64e;
}
.b-design-timeline-item-head-gray {
  color: #b8bbc2;
  border-color: #b8bbc2;
}
.b-design-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.b-design-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.b-design-timeline-item-last > .b-design-timeline-item-tail {
  display: none;
}
.b-design-timeline-item-last > .b-design-timeline-item-content {
  min-height: 48px;
}
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-tail,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-tail,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-tail,
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head,
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head-custom,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head-custom,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head-custom {
  left: 50%;
}
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head {
  margin-left: -4px;
}
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head-custom,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head-custom,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head-custom {
  margin-left: 1px;
}
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-left .b-design-timeline-item-content,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-left .b-design-timeline-item-content,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-left .b-design-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-right .b-design-timeline-item-content,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-content,
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-right .b-design-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-tail,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-head,
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-head-custom {
  left: calc(100% - 4px - 1px);
}
.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-content {
  width: calc(100% - 18px);
}
.b-design-timeline.b-design-timeline-pending .b-design-timeline-item-last .b-design-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #d7d8db;
}
.b-design-timeline.b-design-timeline-reverse .b-design-timeline-item-last .b-design-timeline-item-tail {
  display: none;
}
.b-design-timeline.b-design-timeline-reverse .b-design-timeline-item-pending .b-design-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #d7d8db;
}
.b-design-timeline.b-design-timeline-reverse .b-design-timeline-item-pending .b-design-timeline-item-content {
  min-height: 48px;
}
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.b-design-timeline.b-design-timeline-label .b-design-timeline-item-right .b-design-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.b-design-timeline-rtl {
  direction: rtl;
}
.b-design-timeline-rtl .b-design-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 1px solid #d7d8db;
  border-left: none;
}
.b-design-timeline-rtl .b-design-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.b-design-timeline-rtl .b-design-timeline-item-content {
  margin: 0 18px 0 0;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-tail,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-tail,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-tail,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head-custom,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head-custom,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-head-custom,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-head-custom,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-left .b-design-timeline-item-content,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-left .b-design-timeline-item-content,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-left .b-design-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-alternate .b-design-timeline-item-right .b-design-timeline-item-content,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-content,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-right .b-design-timeline-item-content {
  text-align: left;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-tail,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-head,
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-right .b-design-timeline-item-right .b-design-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-pending .b-design-timeline-item-last .b-design-timeline-item-tail {
  border-right: 2px dotted #d7d8db;
  border-left: none;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-reverse .b-design-timeline-item-pending .b-design-timeline-item-tail {
  border-right: 2px dotted #d7d8db;
  border-left: none;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-label {
  text-align: left;
}
.b-design-timeline-rtl.b-design-timeline.b-design-timeline-label .b-design-timeline-item-right .b-design-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/style/theme/default.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/colorPalette.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable no-duplicate-selectors */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/bezierEasing.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/tinyColor.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@gradient-avatar-bg :linear-gradient (-45deg, #457aff, #1b58f4);
/** Antd Legacy  保留antd size tooken，但bdesign中不同尺寸都为12px */
/* End of legacy */
@rate-star-hover-scale : scale (1, 1);
.b-design-timeline-item-content {
  line-height: 24px;
  top: 0;
  min-height: 46px;
  margin: 0 0 0 28px;
  padding-bottom: 20px;
}
.b-design-timeline-item-head {
  width: 16px / 2;
  height: 16px / 2;
  top: 3px;
  margin: 4px;
}
.b-design-timeline-item-head-blue {
  color: #1b58f4;
  border-color: #1b58f4;
  background-color: #1b58f4;
}
.b-design-timeline-item-head-red {
  color: #c82727;
  border-color: #c82727;
  background-color: #c82727;
}
.b-design-timeline-item-head-green {
  color: #29a64e;
  border-color: #29a64e;
  background-color: #29a64e;
}
.b-design-timeline-item-head-yellow {
  color: #ffab00;
  border-color: #ffab00 !important;
  background-color: #ffab00;
}
.b-design-timeline-item-head-gray {
  color: #60636b;
  border-color: #60636b;
}
.b-design-timeline-item-head-custom {
  width: 16px;
  height: 16px;
  border-radius: initial;
  background-color: initial;
  left: unset;
  padding: unset;
  transform: none;
  margin: 0;
}
.b-design-timeline-item-head-custom .b-design-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-design-timeline-item-head-custom.b-design-timeline-item-head-blue .b-design-icon {
  color: #1b58f4;
}
.b-design-timeline-item-head-custom.b-design-timeline-item-head-red .b-design-icon {
  color: #c82727;
}
.b-design-timeline-item-head-custom.b-design-timeline-item-head-green .b-design-icon {
  color: #29a64e;
}
.b-design-timeline-item-tail {
  top: 23px;
  left: 7.5px;
  bottom: 0px;
  height: initial;
  min-height: 0px;
  border: none;
  width: 1px;
  background-color: #d7d8db;
}
.b-design-timeline-item-title {
  font-size: 14px;
  color: #1f2024;
  font-weight: 500;
}
.b-design-timeline-item-description {
  font-size: 12px;
  color: #81848f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.b-design-timeline-item-footer {
  font-size: 10px;
  color: #81848f;
}
.b-design-timeline-item-red .b-design-timeline-item-title {
  color: #c82727;
  font-weight: 500;
}
.b-design-timeline-item-green .b-design-timeline-item-title {
  color: #29a64e;
}
.b-design-timeline-item-active .b-design-timeline-item-title {
  font-weight: 500;
  color: #1f2024;
}
.b-design-timeline-item-custom .b-design-timeline-item-tail {
  top: 24px;
}
.b-design-timeline-item-disabled .b-design-timeline-item-head {
  color: #b8bbc2;
  border-color: #b8bbc2;
}
.b-design-timeline-item-disabled .b-design-timeline-item-content,
.b-design-timeline-item-disabled .b-design-timeline-item-title,
.b-design-timeline-item-disabled .b-design-timeline-item-description,
.b-design-timeline-item-disabled .b-design-timeline-item-footer {
  color: #b8bbc2;
}
.b-design-timeline-item-disabled .b-design-timeline-item-tail {
  background-color: #d7d8db;
}
.b-design-timeline-item-last > .b-design-timeline-item-tail {
  display: block;
}
.b-design-timeline-item-last > .b-design-timeline-item-content {
  min-height: unset;
}
.b-design-timeline-label.b-design-timeline .b-design-timeline-item-label {
  top: 0;
}
.b-design-timeline-label .b-design-timeline-item-active .b-design-timeline-item-label {
  font-weight: 500;
  color: #1f2024;
}
.b-design-timeline-label .b-design-timeline-item-red .b-design-timeline-item-label {
  font-weight: 500;
  color: #c82727;
}
.b-design-timeline-alternate .b-design-timeline-item-active .b-design-timeline-item-content {
  color: #1f2024;
}
.b-design-timeline-item-folded {
  padding-bottom: 0;
  max-height: 22px;
  transition: max-height 1s;
}
.b-design-timeline-item-folded .b-design-timeline-item-content {
  min-height: 0px;
}
.b-design-timeline-item-folded.b-design-timeline-item-left .b-design-timeline-item-folder-button .b-design-btn {
  left: calc(50% - 4px);
}
.b-design-timeline-item-folded.b-design-timeline-item-left .b-design-timeline-item-folder-button .b-design-timeline-item-head {
  margin-left: 0px;
}
.b-design-timeline-item-folded.b-design-timeline-item-right .b-design-timeline-item-folder-button {
  width: calc(50% - 12px);
  text-align: right;
}
.b-design-timeline-item-folded.b-design-timeline-item-right .b-design-timeline-item-folder-button .b-design-timeline-item-head {
  margin-left: 0px;
}
.b-design-timeline-item-folder-button {
  margin-bottom: 0px;
  position: relative;
}
.b-design-timeline-item-folder-button .b-design-timeline-item-head {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px dotted #d7d8db !important;
  height: 22px;
  border-radius: 0;
  width: 0;
  left: 7.5px;
  top: 0;
  background-color: unset !important;
  margin: 0;
}
.b-design-timeline-item-folder-button .b-design-btn {
  top: -12px;
  margin-left: 28px;
}
.b-design-timeline-item-folder-button .b-design-btn .b-design-icon {
  margin-left: 0;
  vertical-align: middle;
}
.b-design-timeline-item-folder-button .b-design-btn .b-design-icon svg {
  width: 14px;
  height: 14px;
}
.b-design-timeline-item-folder-button .b-design-btn:after {
  content: none;
}
.b-design-timeline-item-unfolded {
  max-height: 200px;
}
.b-design-timeline-item-unfolded .b-design-timeline-item-folder-button .b-design-timeline-item-head {
  border-style: solid;
}
