/* 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-mentions-status-error:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions,
.b-design-mentions-status-error:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions:hover {
  background: #fff;
  border-color: #c82727;
}
.b-design-mentions-status-error:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions:focus,
.b-design-mentions-status-error:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions-focused {
  border-color: #d4514c;
  box-shadow: 0 0 0 2px rgba(200, 39, 39, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-mentions-status-error .b-design-input-prefix {
  color: #c82727;
}
.b-design-mentions-status-warning:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions,
.b-design-mentions-status-warning:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions:hover {
  background: #fff;
  border-color: #ffab00;
}
.b-design-mentions-status-warning:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions:focus,
.b-design-mentions-status-warning:not(.b-design-mentions-disabled):not(.b-design-mentions-borderless).b-design-mentions-focused {
  border-color: #f2a200;
  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-mentions-status-warning .b-design-input-prefix {
  color: #ffab00;
}
.b-design-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  min-width: 0;
  padding: 4px 12px;
  color: #474a52;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5715;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.b-design-mentions::-moz-placeholder {
  opacity: 1;
}
.b-design-mentions::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-mentions:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-mentions:hover {
  border-color: #7a7d85;
  border-right-width: 1px;
}
.b-design-mentions:focus,
.b-design-mentions-focused {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-mentions-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-mentions-disabled:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-mentions[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-mentions[disabled]:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-mentions-borderless,
.b-design-mentions-borderless:hover,
.b-design-mentions-borderless:focus,
.b-design-mentions-borderless-focused,
.b-design-mentions-borderless-disabled,
.b-design-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.b-design-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.b-design-mentions-lg {
  padding: 7px 16px;
  font-size: 16px;
}
.b-design-mentions-sm {
  padding: 4px 8px;
}
.b-design-mentions-disabled > textarea {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-mentions-disabled > textarea:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-mentions-focused {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-mentions > textarea,
.b-design-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 12px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
    -o-tab-size: inherit;
       tab-size: inherit;
}
.b-design-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.b-design-mentions > textarea::-moz-placeholder {
  opacity: 1;
}
.b-design-mentions > textarea::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-mentions > textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.b-design-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.b-design-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: #474a52;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.b-design-mentions-dropdown-hidden {
  display: none;
}
.b-design-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.b-design-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 16px;
  overflow: hidden;
  color: #474a52;
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.b-design-mentions-dropdown-menu-item:hover {
  background-color: #f1f2f3;
}
.b-design-mentions-dropdown-menu-item:first-child {
  border-radius: 2px 2px 0 0;
}
.b-design-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 2px 2px;
}
.b-design-mentions-dropdown-menu-item-disabled {
  color: #b8bbc2;
  cursor: not-allowed;
}
.b-design-mentions-dropdown-menu-item-disabled:hover {
  color: #b8bbc2;
  background-color: #fff;
  cursor: not-allowed;
}
.b-design-mentions-dropdown-menu-item-selected {
  color: #474a52;
  font-weight: 400;
  background-color: #fafafa;
}
.b-design-mentions-dropdown-menu-item-active {
  background-color: #f1f2f3;
}
.b-design-mentions-suffix {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.b-design-mentions-rtl {
  direction: rtl;
}
/* 
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);
