/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/sub-footer.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--sub-footer {
  padding: 4px 16px 0;
}
.layout-left-sidebar--sub-footer:empty {
  display: none;
}
.layout-left-sidebar--sub-footer-divider {
  margin: 0;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/header.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--header {
  width: 100%;
  min-height: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  padding: 20px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  z-index: 2;
}
.layout-left-sidebar--header__btn {
  padding: 4px;
  margin: 0 -4px;
  position: absolute;
  top: 20px;
  right: 16px;
}
.layout-left-sidebar--header__btn.collapsed {
  margin: auto;
  margin-right: 1px;
}
.layout-left-sidebar--header__btn .collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/footer.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--footer {
  padding: 4px 16px 0;
}
.layout-left-sidebar--footer-divider {
  margin: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/content.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.layout-left-sidebar--content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.layout-left-sidebar--content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.layout-left-sidebar--content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/sidebar.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar {
  width: 240px;
  height: 100%;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.15s ease-out;
  transition: width 0.15s ease-out;
}
.layout-left-sidebar.collapsed {
  width: 68px;
}
.layout-left-sidebar.collapsed .layout-left-sidebar--item__container {
  height: 32px;
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-left-sidebar.collapsed .layout-left-sidebar--item__container.show-bg {
  background-color: #f3f3f3;
}
.layout-left-sidebar.collapsed .layout-left-sidebar--footer {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-left-sidebar.collapsed .global-search .t-input .t-input__prefix:not(:empty) {
  margin-right: 0;
}
.layout-left-sidebar--scroll-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.layout-left-sidebar--scroll-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.layout-left-sidebar--scroll-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.layout-left-sidebar--scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.layout-left-sidebar--scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  pointer-events: none;
}
.layout-left-sidebar--scroll-show {
  opacity: 1;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/input/_index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.input-readonly.t-is-readonly {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-specialcomponent);
}
.input-readonly.t-is-readonly .t-input__inner {
  cursor: pointer;
}
.input-disabled.t-is-disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.input-disabled.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.input-disabled.t-is-disabled .t-input__inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  text-overflow: initial;
}
.input-disabled.t-is-disabled .t-input__inner::-webkit-input-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner:-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled > .t-input__prefix .t-icon,
.input-disabled.t-is-disabled > .t-input__suffix .t-icon {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled > .t-input__prefix .t-icon:hover,
.input-disabled.t-is-disabled > .t-input__suffix .t-icon:hover {
  color: var(--td-text-color-disabled);
}
.t-tips {
  font-size: var(--td-font-size-body-small);
}
.t-tips.t-is-default {
  color: var(--td-text-color-placeholder);
}
.t-tips.t-is-error {
  color: var(--td-error-color);
}
.t-tips.t-is-warning {
  color: var(--td-warning-color);
}
.t-tips.t-is-success {
  color: var(--td-success-color);
}
.t-input {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: var(--td-comp-size-m);
  border-width: 1px;
  border-style: solid;
  border-radius: var(--td-radius-default);
  border-color: var(--td-border-level-2-color);
  padding: 0 var(--td-comp-paddingLR-s);
  background-color: var(--td-bg-color-specialcomponent);
  outline: none;
  color: var(--td-text-color-primary);
  font: var(--td-font-body-medium);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.t-input:hover {
  border-color: var(--td-brand-color);
}
.t-input:focus {
  z-index: 1;
  border-color: var(--td-brand-color);
  -webkit-box-shadow: 0 0 0 2px var(--td-brand-color-focus);
          box-shadow: 0 0 0 2px var(--td-brand-color-focus);
}
.t-input--borderless:not(.t-input--focused) {
  border-color: transparent;
  -webkit-transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input--borderless:not(.t-input--focused):hover {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-container-hover);
  cursor: pointer;
}
.t-input--borderless:not(.t-input--focused).t-is-disabled {
  border: none;
  background-color: var(--td-bg-color-component-disabled);
}
.t-input--focused {
  border-color: var(--td-brand-color);
  -webkit-box-shadow: 0 0 0 2px var(--td-brand-color-focus);
          box-shadow: 0 0 0 2px var(--td-brand-color-focus);
  z-index: 1;
}
.t-input :focus-visible {
  outline: none;
}
.t-input__inner {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border: none;
  outline: none;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  color: var(--td-text-color-primary);
  font: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-input__inner::-webkit-input-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::-moz-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner:-ms-input-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::-ms-input-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner:-moz-placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner:-ms-input-placeholder {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner:placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner[type="password"]::-ms-reveal {
  display: none;
}
.t-input__inner[type="search"]::-webkit-search-decoration,
.t-input__inner[type="search"]::-webkit-search-cancel-button,
.t-input__inner[type="search"]::-webkit-search-results-button,
.t-input__inner[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}
.t-input__inner.t-input--soft-hidden {
  width: 0;
}
.t-input__extra {
  font: var(--td-font-body-small);
  color: var(--td-text-color-placeholder);
}
.t-input__status {
  position: absolute;
  right: -24px;
  top: 0;
}
.t-input.t-input--suffix > span.t-input__clear {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input.t-input--suffix:hover > span.t-input__clear {
  opacity: 1;
  visibility: visible;
}
.t-input.t-is-success {
  border-color: var(--td-success-color);
}
.t-input.t-is-success:focus {
  -webkit-box-shadow: 0 0 0 2px var(--td-success-color-focus);
          box-shadow: 0 0 0 2px var(--td-success-color-focus);
}
.t-input.t-is-success.t-input--focused {
  -webkit-box-shadow: 0 0 0 2px var(--td-success-color-focus);
          box-shadow: 0 0 0 2px var(--td-success-color-focus);
}
.t-input.t-is-success > .t-input__extra {
  color: var(--td-success-color);
}
.t-input.t-is-warning {
  border-color: var(--td-warning-color);
}
.t-input.t-is-warning:focus {
  -webkit-box-shadow: 0 0 0 2px var(--td-warning-color-focus);
          box-shadow: 0 0 0 2px var(--td-warning-color-focus);
}
.t-input.t-is-warning.t-input--focused {
  -webkit-box-shadow: 0 0 0 2px var(--td-warning-color-focus);
          box-shadow: 0 0 0 2px var(--td-warning-color-focus);
}
.t-input.t-is-warning > .t-input__extra {
  color: var(--td-warning-color);
}
.t-input.t-is-error {
  border-color: var(--td-error-color);
}
.t-input.t-is-error:focus {
  -webkit-box-shadow: 0 0 0 2px var(--td-error-color-focus);
          box-shadow: 0 0 0 2px var(--td-error-color-focus);
}
.t-input.t-is-error.t-input--focused {
  -webkit-box-shadow: 0 0 0 2px var(--td-error-color-focus);
          box-shadow: 0 0 0 2px var(--td-error-color-focus);
}
.t-input.t-is-error > .t-input__extra {
  color: var(--td-error-color);
}
.t-input.t-is-readonly {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-specialcomponent);
}
.t-input.t-is-readonly .t-input__inner {
  cursor: pointer;
}
.t-input.t-is-disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.t-input.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.t-input.t-is-disabled .t-input__inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  text-overflow: initial;
}
.t-input.t-is-disabled .t-input__inner::-webkit-input-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner:-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled > .t-input__prefix .t-icon,
.t-input.t-is-disabled > .t-input__suffix .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled > .t-input__prefix .t-icon:hover,
.t-input.t-is-disabled > .t-input__suffix .t-icon:hover {
  color: var(--td-text-color-disabled);
}
.t-input.t-input--prefix > .t-input__prefix {
  z-index: 2;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-input.t-input--prefix > .t-input__prefix-icon {
  font-size: var(--td-font-size-body-large);
}
.t-input.t-input--suffix > .t-input__suffix {
  z-index: 2;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-input.t-input--suffix > .t-input__suffix-icon {
  font-size: var(--td-font-size-body-large);
}
.t-input .t-input__suffix-clear {
  cursor: pointer;
}
.t-input.t-size-l {
  height: var(--td-comp-size-xl);
  font: var(--td-font-body-large);
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-m);
}
.t-input.t-size-s {
  height: var(--td-comp-size-xs);
  font: var(--td-font-body-small);
}
.t-input .t-input__prefix > .t-icon,
.t-input .t-input__suffix > .t-icon {
  font-size: inherit;
}
.t-input .t-input__prefix > .t-icon {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.t-input .t-input__prefix:not(:empty) {
  margin-right: var(--td-comp-margin-s);
}
.t-input .t-input__suffix > .t-icon {
  color: var(--td-text-color-placeholder);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-input .t-input__suffix > .t-icon:hover {
  color: var(--td-text-color-secondary);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-input .t-input__suffix:not(:empty) {
  margin-left: var(--td-comp-margin-s);
}
.t-input.t-is-focused .t-input__prefix > .t-icon {
  color: var(--td-brand-color);
}
.t-input.t-is-focused .t-input__suffix > .t-icon-time,
.t-input.t-is-focused .t-input__suffix .t-icon-calendar {
  color: var(--td-brand-color);
}
.t-input-group {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.t-input-group .t-input__wrap {
  border-radius: 0;
}
.t-input-group .t-input__wrap:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-input__wrap:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group .t-button,
.t-input-group .t-select {
  border-radius: 0;
}
.t-input-group .t-button:not(:first-child),
.t-input-group .t-select:not(:first-child) {
  margin-left: -1px;
}
.t-input-group .t-input__wrap:not(:first-child) .t-input {
  margin-left: -1px;
}
.t-input-group .t-input__wrap:first-child .t-input {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-input__wrap:last-child .t-input {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group .t-button:first-child,
.t-input-group .t-select:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-button:last-child,
.t-input-group .t-select:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group--separate .t-input__wrap + .t-input__wrap {
  margin-left: var(--td-comp-margin-xxxl);
}
.t-input-group--separate .t-button,
.t-input-group--separate .t-select {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-button:first-child,
.t-input-group--separate .t-select:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group--separate .t-button:last-child,
.t-input-group--separate .t-select:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group--separate .t-input__wrap .t-input {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-input__wrap .t-input:first-child {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-input__wrap .t-input:last-child {
  border-radius: var(--td-radius-default);
}
.t-input-group .t-input__inner,
.t-input-group .t-button,
.t-input-group .t-select {
  position: relative;
  z-index: 0;
}
.t-input-group .t-input__inner:hover,
.t-input-group .t-button:hover,
.t-input-group .t-select:hover,
.t-input-group .t-input__inner:focus,
.t-input-group .t-button:focus,
.t-input-group .t-select:focus,
.t-input-group .t-input__inner:active,
.t-input-group .t-button:active,
.t-input-group .t-select:active {
  z-index: 1;
}
.t-input__wrap {
  width: 100%;
}
.t-input__tips {
  height: auto;
  min-height: var(--td-line-height-body-small);
  font: var(--td-font-body-small);
  position: absolute;
}
.t-input__tips--default {
  color: var(--td-text-color-placeholder);
}
.t-input__tips--success {
  color: var(--td-success-color);
}
.t-input__tips--warning {
  color: var(--td-warning-color);
}
.t-input__tips--error {
  color: var(--td-error-color);
}
.t-align-center > .t-input__inner {
  text-align: center;
}
.t-align-right > .t-input__inner {
  text-align: right;
}
.t-input__input-pre {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  display: block;
}
.t-input--auto-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
}
.t-input__limit-number {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-placeholder);
  background: var(--td-bg-color-specialcomponent);
}
.t-input__limit-number.t-is-disabled {
  background: var(--td-bg-color-component-disabled);
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/tag/_index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.t-tag {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px var(--td-comp-paddingLR-s);
  height: var(--td-comp-size-xs);
  font: var(--td-font-body-small);
  color: var(--td-text-color-anti);
  border-radius: var(--td-radius-default);
  border: 1px solid transparent;
  white-space: nowrap;
}
.t-tag .t-icon {
  margin-right: var(--td-comp-margin-xs);
  width: calc(var(--td-font-size-body-medium) + 2px);
  height: calc(var(--td-font-size-body-medium) + 2px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.t-tag .t-tag__icon-close {
  margin-right: 0;
  margin-left: var(--td-comp-margin-s);
  font: var(--td-font-body-medium);
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-tag--default {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-component);
}
.t-tag--default .t-tag__icon-close {
  color: var(--td-text-color-placeholder);
}
.t-tag--default .t-tag__icon-close:hover {
  color: var(--td-text-color-primary);
}
.t-tag--default:active {
  cursor: default;
}
.t-tag--default.t-tag--disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
  border-color: var(--td-component-border);
  cursor: not-allowed;
}
.t-tag--default.t-tag--disabled:hover {
  cursor: not-allowed;
}
.t-tag--default.t-tag--disabled .t-icon:hover {
  cursor: pointer;
}
.t-tag--default.t-tag--outline {
  border-color: var(--td-component-border);
}
.t-tag--default.t-tag--light {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-tag--default.t-tag--light-outline {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-tag--primary {
  background-color: var(--td-brand-color);
}
.t-tag--primary.t-tag--outline {
  border-color: var(--td-brand-color);
}
.t-tag--primary.t-tag--light {
  background-color: var(--td-brand-color-light);
}
.t-tag--primary.t-tag--light-outline {
  border-color: var(--td-brand-color);
  background-color: var(--td-brand-color-light);
}
.t-tag--primary.t-tag--light,
.t-tag--primary.t-tag--outline,
.t-tag--primary.t-tag--light-outline {
  color: var(--td-brand-color);
}
.t-tag--primary.t-tag--light .t-tag__icon-close:hover,
.t-tag--primary.t-tag--outline .t-tag__icon-close:hover,
.t-tag--primary.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-brand-color-hover);
}
.t-tag--success {
  background-color: var(--td-success-color);
}
.t-tag--success.t-tag--outline {
  border-color: var(--td-success-color);
}
.t-tag--success.t-tag--light {
  background-color: var(--td-success-color-light);
}
.t-tag--success.t-tag--light-outline {
  border-color: var(--td-success-color);
  background-color: var(--td-success-color-light);
}
.t-tag--success.t-tag--light,
.t-tag--success.t-tag--outline,
.t-tag--success.t-tag--light-outline {
  color: var(--td-success-color);
}
.t-tag--success.t-tag--light .t-tag__icon-close:hover,
.t-tag--success.t-tag--outline .t-tag__icon-close:hover,
.t-tag--success.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-success-color-hover);
}
.t-tag--warning {
  background-color: var(--td-warning-color);
}
.t-tag--warning.t-tag--outline {
  border-color: var(--td-warning-color);
}
.t-tag--warning.t-tag--light {
  background-color: var(--td-warning-color-light);
}
.t-tag--warning.t-tag--light-outline {
  border-color: var(--td-warning-color);
  background-color: var(--td-warning-color-light);
}
.t-tag--warning.t-tag--light,
.t-tag--warning.t-tag--outline,
.t-tag--warning.t-tag--light-outline {
  color: var(--td-warning-color);
}
.t-tag--warning.t-tag--light .t-tag__icon-close:hover,
.t-tag--warning.t-tag--outline .t-tag__icon-close:hover,
.t-tag--warning.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-warning-color-hover);
}
.t-tag--danger {
  background-color: var(--td-error-color);
}
.t-tag--danger.t-tag--outline {
  border-color: var(--td-error-color);
}
.t-tag--danger.t-tag--light {
  background-color: var(--td-error-color-light);
}
.t-tag--danger.t-tag--light-outline {
  border-color: var(--td-error-color);
  background-color: var(--td-error-color-light);
}
.t-tag--danger .t-tag__icon-close {
  fill: var(--td-error-color);
}
.t-tag--danger .t-tag__icon-close:hover {
  fill: var(--td-error-color-hover);
}
.t-tag--danger.t-tag--light,
.t-tag--danger.t-tag--outline,
.t-tag--danger.t-tag--light-outline {
  color: var(--td-error-color);
}
.t-tag--danger.t-tag--light .t-tag__icon-close:hover,
.t-tag--danger.t-tag--outline .t-tag__icon-close:hover,
.t-tag--danger.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-error-color-hover);
}
.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close {
  color: var(--td-font-white-2);
}
.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close:hover {
  color: var(--td-font-white-1);
}
.t-tag.t-tag--outline {
  background: transparent;
}
.t-tag.t-size-s {
  padding: 0px var(--td-comp-paddingLR-xs);
  height: var(--td-comp-size-xxs);
  font: var(--td-font-body-small);
}
.t-tag.t-size-s .t-icon {
  font-size: var(--td-font-body-small);
}
.t-tag.t-size-l {
  padding: 0px var(--td-comp-paddingLR-m);
  height: var(--td-comp-size-m);
  font: var(--td-font-body-medium);
}
.t-tag.t-size-l .t-icon {
  font: var(--td-font-body-medium);
}
.t-tag.t-tag--round {
  border-radius: var(--td-radius-extraLarge);
}
.t-tag.t-tag--mark {
  border-radius: 0 var(--td-radius-extraLarge) var(--td-radius-extraLarge) 0;
}
.t-tag.t-tag--ellipsis .t-tag--text {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-tag.t-tag--check:not(.t-tag--disabled) {
  -webkit-transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  cursor: pointer;
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--default.t-tag--dark:not(.t-tag--checked):hover {
  background-color: var(--td-bg-color-component-hover);
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--primary.t-tag--dark.t-tag--checked:hover {
  background-color: var(--td-brand-color-hover);
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--default.t-tag--outline:not(.t-tag--checked):hover {
  color: var(--td-brand-color-hover);
}
.t-tag--check.t-tag--disabled.t-tag--primary.t-tag--dark {
  background-color: var(--td-brand-color-disabled);
  cursor: not-allowed;
}
.t-tag--check.t-tag--disabled.t-tag--primary.t-tag--outline {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
  border-color: var(--td-text-color-disabled);
  cursor: not-allowed;
}
.t-check-tag-group .t-tag:not(:last-child) {
  margin-right: var(--td-comp-margin-s);
}
a .t-tag {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a .t-tag:hover {
  color: var(--td-brand-color);
  background-color: var(--td-bg-color-component-hover);
}
a .t-tag:active {
  color: var(--td-brand-color-active);
  background-color: var(--td-bg-color-component-active);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/tag-input/_index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes t-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes t-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes t-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes t-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes t-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes t-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.t-icon-loading {
  -webkit-animation: t-spin 1s linear infinite;
          animation: t-spin 1s linear infinite;
}
@-webkit-keyframes t-zoom-out {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes t-zoom-out {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.t-tag-input {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  /** 设计稿：未填充标签场景，边距和已填充不同 */
}
.t-tag-input .t-tag {
  vertical-align: middle;
  -webkit-animation: t-fade-in 0.2s ease-in-out;
          animation: t-fade-in 0.2s ease-in-out;
  margin: 3px var(--td-comp-margin-xs) 3px 0;
}
.t-tag-input .t-tag-input__drag_wrapper + .t-tag-input__drag_wrapper {
  margin-left: var(--td-comp-margin-xs);
}
.t-tag-input .t-input {
  overflow: hidden;
  min-height: var(--td-comp-size-m);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 var(--td-comp-paddingLR-s) 0 var(--td-comp-margin-xs);
}
.t-tag-input .t-input .t-input__suffix-icon {
  right: var(--td-comp-margin-s);
}
.t-tag-input .t-input.t-size-s {
  padding: 0 var(--td-comp-paddingLR-s) 0 var(--td-comp-margin-xs);
  min-height: var(--td-comp-size-xs);
}
.t-tag-input .t-input.t-size-s .t-tag {
  margin: 1px var(--td-comp-margin-xs) 1px 0;
}
.t-tag-input .t-input.t-size-l {
  min-height: var(--td-comp-size-xl);
  padding: 0 var(--td-comp-paddingLR-m) 0 var(--td-comp-margin-s);
}
.t-tag-input .t-input.t-size-l .t-input__suffix-icon {
  right: var(--td-comp-margin-m);
}
.t-tag-input.t-is-empty .t-input__inner {
  margin-left: var(--td-comp-margin-xs);
}
.t-tag-input:hover .t-input__inner:not(.t-input--soft-hidden),
.t-tag-input .t-input--focused .t-input__inner:not(.t-input--soft-hidden) {
  min-width: 20px;
}
.t-tag-input .t-tag-input__prefix {
  margin-left: var(--td-comp-margin-xs);
  line-height: 1;
}
.t-tag-input .t-tag-input__prefix > .t-icon {
  color: var(--td-text-color-placeholder);
}
.t-tag-input .t-input .t-input__prefix:not(:empty) {
  margin-right: 0;
}
.t-tag-input.t-input--auto-width .t-input.t-input--focused {
  padding-right: calc(var(--td-comp-paddingLR-xxl) + var(--td-comp-paddingLR-xxs));
}
.t-tag-input.t-input--auto-width .t-input__prefix {
  white-space: nowrap;
}
.t-tag-input .t-input__prefix--scrollable {
  overflow-y: hidden;
  overflow-x: auto;
}
@-moz-document url-prefix() {
  .t-tag-input .t-input__prefix--scrollable {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar-thumb:vertical:hover,
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-tag-input__suffix-clear {
  cursor: pointer;
}
.t-tag-input--break-line:not(.t-is-empty) .t-input {
  display: block;
}
.t-tag-input--break-line:not(.t-is-empty) .t-input.t-input--prefix > .t-input__prefix {
  display: inline;
  text-align: left;
}
.t-tag-input--break-line:not(.t-is-empty) .t-input .t-input__suffix-icon {
  position: absolute;
  bottom: 0;
}
.t-tag-input--break-line:not(.t-is-empty) .t-tag-input__prefix {
  vertical-align: middle;
}
.t-tag-input__prefix {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  margin-right: var(--td-comp-margin-s);
}
/** 换行模式避免标签和右侧图标重合，需保留图标宽度 22px 和左侧距离标签间距 8px */
.t-tag-input--break-line.t-tag-input--with-tag:not(.t-input--auto-width) .t-input,
.t-tag-input.t-input--auto-width:hover .t-input {
  padding-right: calc(var(--td-comp-paddingLR-xxl) + var(--td-comp-paddingLR-xxs));
}
.t-tag-input--break-line.t-tag-input--with-tag:not(.t-input--auto-width) .t-size-l .t-input,
.t-tag-input.t-input--auto-width:hover .t-size-l .t-input {
  padding-right: calc(var(--td-comp-paddingLR-xxl) + var(--td-comp-paddingLR-xs));
}
/** auto-width 模式，左右边距相同 */
.t-tag-input.t-input--auto-width .t-input {
  padding-right: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/select-input/_index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-select-input {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/** 宽度自适应场景，多选，预留图标的位置。带标签和不带标签的布局不同，故而间距不同 */
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-tag-input--with-tag .t-input {
  padding-right: var(--td-comp-paddingLR-xl);
}
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-tag-input--with-tag .t-input.t-size-l {
  padding-right: calc(var(--td-comp-paddingLR-xl) + var(--td-comp-paddingLR-s));
}
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-is-empty .t-input {
  padding-right: var(--td-comp-paddingLR-s);
}
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-is-empty .t-input.t-size-l {
  padding-right: var(--td-comp-paddingLR-m);
}
/** 无边框模式 */
.t-select-input--borderless {
  /** 无边框模式的多选 */
}
.t-select-input--borderless .t-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-select-input--borderless .t-input:hover:not(.t-input--focused) {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-container-hover);
  border-radius: var(--td-radius-default);
}
.t-select-input--borderless .t-input--focused {
  border-color: var(--td-brand-color);
  -webkit-box-shadow: 0 0 0 2px var(--td-brand-color-focus);
          box-shadow: 0 0 0 2px var(--td-brand-color-focus);
  background-color: var(--td-bg-color-specialcomponent);
}
.t-select-input--borderless.t-select-input--multiple:not(.t-select-input--empty).t-select-input--popup-visible input {
  display: inline-block;
}
.t-select-input--borderless.t-select-input--multiple:not(.t-select-input--empty).t-select-input--popup-visible .t-input {
  background-color: var(--td-bg-color-container-hover);
}
.t-select-input--borderless.t-tag-input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.t-select-input--borderless.t-tag-input:hover {
  background-color: var(--td-bg-color-container-hover);
  border-radius: var(--td-radius-default);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/select/_index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.t-select__wrap {
  width: 100%;
}
.t-select__dropdown .t-popup__content {
  margin: var(--td-comp-paddingTB-s) 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-box-shadow: var(--td-shadow-2);
          box-shadow: var(--td-shadow-2);
}
@-moz-document url-prefix() {
  .t-select__dropdown .t-popup__content {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-select__dropdown .t-popup__content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.t-select__dropdown .t-popup__content::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 15px;
}
.t-select__dropdown .t-popup__content::-webkit-scrollbar-thumb:vertical:hover,
.t-select__dropdown .t-popup__content::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-select__dropdown-inner {
  min-height: var(--td-comp-size-m);
}
.t-select__dropdown-inner .t-select__list .t-select__list {
  padding: 0;
}
.t-select__dropdown-inner .t-select__list,
.t-select__dropdown-inner .t-tree {
  padding: var(--td-pop-padding-m);
}
.t-select__dropdown-inner--size-s {
  min-height: var(--td-comp-size-xs);
}
.t-select__dropdown-inner--size-s .t-select__list,
.t-select__dropdown-inner--size-s .t-tree {
  padding: var(--td-pop-padding-s);
}
.t-select__dropdown-inner--size-l {
  min-height: var(--td-comp-size-xl);
}
.t-select__dropdown-inner--size-l .t-select__list,
.t-select__dropdown-inner--size-l .t-tree {
  padding: var(--td-pop-padding-l);
}
.t-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-select__dropdown.t-popup {
  padding: 0;
}
.t-select__empty.t-size-s {
  line-height: var(--td-comp-size-xs);
}
.t-select__empty {
  text-align: center;
  color: var(--td-text-color-disabled);
  line-height: var(--td-comp-size-m);
  padding: 0 var(--td-comp-paddingLR-s);
}
.t-select__empty.t-size-l {
  line-height: var(--td-comp-size-xl);
}
.t-select__loading-tips.t-size-s {
  min-height: var(--td-comp-size-xs);
  line-height: var(--td-comp-size-xs);
}
.t-select__loading-tips {
  position: fixed;
  top: var(--td-comp-paddingTB-s);
  left: 0;
  bottom: var(--td-comp-paddingTB-s);
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--td-bg-color-container);
  border-radius: var(--td-radius-default);
  min-height: var(--td-comp-size-m);
  line-height: var(--td-comp-size-m);
  color: var(--td-text-color-disabled);
  z-index: 1000;
}
.t-select__loading-tips.t-size-l {
  min-height: var(--td-comp-size-xl);
  line-height: var(--td-comp-size-xl);
}
.t-select-option-group + .t-select-option-group {
  padding-top: var(--td-comp-margin-xs);
  margin-top: var(--td-comp-margin-xs);
}
.t-select-option-group__divider + .t-select-option-group__divider {
  position: relative;
}
.t-select-option-group__divider + .t-select-option-group__divider::before {
  content: "";
  width: 100%;
  height: 1px;
  padding: 0 var(--td-comp-paddingLR-s);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--td-border-level-1-color);
  background-clip: content-box;
}
ul.t-select-option-group__header,
.t-select-option-group__header {
  color: var(--td-text-color-placeholder);
  display: block;
  height: var(--td-comp-size-s);
  line-height: var(--td-comp-size-s);
  padding: 0 var(--td-comp-paddingLR-s);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-select-option-group__header.t-size-l {
  height: var(--td-comp-size-l);
  line-height: var(--td-comp-size-l);
  padding: 0 var(--td-comp-paddingLR-m);
}
.t-select-option-group__header.t-size-s {
  height: var(--td-comp-size-xxs);
  line-height: var(--td-comp-size-xxs);
  padding: 0 var(--td-comp-paddingLR-s);
}
.t-select-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--td-radius-default);
  height: var(--td-comp-size-s);
  font: var(--td-font-body-medium);
  cursor: pointer;
  padding: 0 var(--td-comp-paddingLR-s);
  color: var(--td-text-color-primary);
  -webkit-transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --ripple-color: var(--td-bg-color-container-active);
}
.t-select-option span {
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-select-option:not(.t-is-disabled):not(.t-is-selected):hover {
  background-color: var(--td-bg-color-container-hover);
}
.t-select-option:not(.t-is-disabled):not(.t-is-selected):hover .t-checkbox__label {
  color: inherit;
}
.t-select-option:not(.t-is-disabled):not(.t-is-selected):hover .t-checkbox__input {
  border-color: var(--td-brand-color);
}
.t-select-option .t-checkbox__label {
  color: var(--td-text-color-primary);
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-select-option .t-checkbox {
  width: 100%;
}
.t-select-option.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  background: var(--td-bg-color-specialcomponent);
}
.t-select-option.t-is-disabled:hover,
.t-select-option.t-is-disabled :active {
  background: var(--td-bg-color-specialcomponent);
}
.t-select-option.t-size-l {
  height: var(--td-comp-size-l);
  padding: 0 var(--td-comp-paddingLR-m);
  font: var(--td-font-body-large);
}
.t-select-option.t-size-m {
  font: var(--td-font-body-medium);
}
.t-select-option.t-size-s {
  height: var(--td-comp-size-xxs);
  padding: 0 var(--td-comp-paddingLR-s);
  font: var(--td-font-body-small);
}
.t-select-option.t-is-selected:not(.t-is-disabled) {
  color: var(--td-brand-color);
  background-color: var(--td-brand-color-light);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-select-option.t-is-selected:not(.t-is-disabled) .t-checkbox__label {
  color: var(--td-brand-color);
}
.t-select-option.t-is-selected:not(.t-is-disabled):hover {
  background-color: var(--td-brand-color-light);
}
/** 规范 CSS 类名为 --hover */
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected),
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected),
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected),
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected) {
  background-color: var(--td-bg-color-container-hover);
}
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected) .t-checkbox__input,
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected) .t-checkbox__input,
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected) .t-checkbox__input,
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected) .t-checkbox__input {
  border-color: var(--td-brand-color);
}
.t-select-option.t-select-option__hover .t-checkbox__label,
.t-select-option.t-select-option--hover .t-checkbox__label {
  color: inherit;
}
.t-select-option + .t-select-option {
  margin-top: var(--td-comp-paddingTB-xxs);
}
.t-select.t-select-input--borderless .t-select__right-icon {
  position: relative;
  margin: 0;
}
.t-select .t-fake-arrow {
  color: var(--td-text-color-placeholder);
}
.t-select .t-fake-arrow--active {
  color: var(--td-brand-color);
}
.t-is-selected.t-select-option__hover {
  background-color: var(--td-brand-color-light-hover);
}
.t-is-selected.t-select-option__hover .t-checkbox__label {
  color: var(--td-brand-color);
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/link/_index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.t-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font: var(--td-font-link-medium);
}
.t-link .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-s);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-s);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-s {
  font: var(--td-font-link-small);
}
.t-link.t-size-s .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-xs);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-s .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-xs);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-l {
  font: var(--td-font-link-large);
}
.t-link.t-size-l .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-m);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-l .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-m);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link--theme-default {
  color: var(--td-text-color-primary);
}
.t-link--theme-default:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-text-color-primary);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-default.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-default.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-color:hover {
  color: var(--td-brand-color-hover);
}
.t-link--theme-default.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-brand-color-hover);
}
.t-link--theme-default.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-color:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-default.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-text-color-primary);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-default.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
}
.t-link--theme-default.t-is-disabled:hover,
.t-link--theme-default.t-is-disabled:active {
  color: var(--td-text-color-disabled);
}
.t-link--theme-default.t-is-disabled.t-is-underline::after {
  border-color: var(--td-text-color-disabled);
}
.t-link--theme-primary {
  color: var(--td-brand-color);
}
.t-link--theme-primary:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-brand-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-primary.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-primary.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-color:hover {
  color: var(--td-brand-color-hover);
}
.t-link--theme-primary.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-brand-color-hover);
}
.t-link--theme-primary.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-color:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-brand-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-primary.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-brand-color-disabled);
}
.t-link--theme-primary.t-is-disabled:hover,
.t-link--theme-primary.t-is-disabled:active {
  color: var(--td-brand-color-disabled);
}
.t-link--theme-primary.t-is-disabled.t-is-underline::after {
  border-color: var(--td-brand-color-disabled);
}
.t-link--theme-success {
  color: var(--td-success-color);
}
.t-link--theme-success:active {
  color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-success-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-success.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-success.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-color:hover {
  color: var(--td-success-color-hover);
}
.t-link--theme-success.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-success-color-hover);
}
.t-link--theme-success.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-color:active {
  color: var(--td-success-color-active);
}
.t-link--theme-success.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-success-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-success.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-success-color-disabled);
}
.t-link--theme-success.t-is-disabled:hover,
.t-link--theme-success.t-is-disabled:active {
  color: var(--td-success-color-disabled);
}
.t-link--theme-success.t-is-disabled.t-is-underline::after {
  border-color: var(--td-success-color-disabled);
}
.t-link--theme-danger {
  color: var(--td-error-color);
}
.t-link--theme-danger:active {
  color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-error-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-danger.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-danger.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-color:hover {
  color: var(--td-error-color-hover);
}
.t-link--theme-danger.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-error-color-hover);
}
.t-link--theme-danger.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-color:active {
  color: var(--td-error-color-active);
}
.t-link--theme-danger.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-error-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-danger.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-error-color-disabled);
}
.t-link--theme-danger.t-is-disabled:hover,
.t-link--theme-danger.t-is-disabled:active {
  color: var(--td-error-color-disabled);
}
.t-link--theme-danger.t-is-disabled.t-is-underline::after {
  border-color: var(--td-error-color-disabled);
}
.t-link--theme-warning {
  color: var(--td-warning-color);
}
.t-link--theme-warning:active {
  color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-warning-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-warning.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-warning.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-color:hover {
  color: var(--td-warning-color-hover);
}
.t-link--theme-warning.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-warning-color-hover);
}
.t-link--theme-warning.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-color:active {
  color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-warning-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-warning.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-warning-color-disabled);
}
.t-link--theme-warning.t-is-disabled:hover,
.t-link--theme-warning.t-is-disabled:active {
  color: var(--td-warning-color-disabled);
}
.t-link--theme-warning.t-is-disabled.t-is-underline::after {
  border-color: var(--td-warning-color-disabled);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/sidebar-item.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--item__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--td-radius-default);
  cursor: pointer;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 8px;
  margin-bottom: 8px;
  min-width: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: calc(var(--level, 0) * 20px + 8px);
}
.layout-left-sidebar--item__container:hover {
  background-color: #EEE;
}
.layout-left-sidebar--item__container:hover .layout-left-sidebar--item__options {
  opacity: 1;
}
.layout-left-sidebar--item__container:focus-visible {
  background-color: #E7E7E7;
}
.layout-left-sidebar--item__container:focus-visible .layout-left-sidebar--item__options {
  opacity: 1;
}
.layout-left-sidebar--item__container.show-children .layout-left-sidebar--item__prefix--dropdown {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.layout-left-sidebar--item__container.show-children .layout-left-sidebar--item__suffix--dropdown {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.layout-left-sidebar--item__container.is-active {
  background-color: #D6E7FF !important;
}
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__content {
  color: #0F6BFF;
}
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__prefix,
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__collapsed {
  color: #0F6BFF;
  fill: #0F6BFF;
}
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__prefix svg,
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__collapsed svg {
  color: #0F6BFF;
  fill: currentColor;
}
.layout-left-sidebar--item__prefix {
  width: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  fill: #000;
}
.layout-left-sidebar--item__prefix--dropdown {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--item__content {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--item__content,
.layout-left-sidebar--item__content > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--item__collapsed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.layout-left-sidebar--item__collapsed .layout-left-sidebar--item__content {
  margin-left: 0;
  text-align: center;
  display: block;
}
.layout-left-sidebar--item__suffix {
  min-width: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.layout-left-sidebar--item__suffix--dropdown {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--item__options {
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--item--prefix-expandable .layout-left-sidebar--item__prefix {
  margin-left: 8px;
  margin-right: -8px;
}
.layout-left-sidebar--item__count {
  font-size: 12px;
  font-weight: 400;
  color: var(--td-text-color-placeholder);
  margin-left: 4px;
}
.layout-left-sidebar--item--group .layout-left-sidebar--item__content__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--item--group .layout-left-sidebar--item__content__inner .layout-left-sidebar--item__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--item--group .layout-left-sidebar--item__content__inner .layout-left-sidebar--item__count {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/components/unauthorized/unauthorized.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console-unauthorized {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 96px 0px;
}
.org-console-unauthorized-icon {
  font-size: 72px;
  margin-bottom: 16px;
}
.org-console-unauthorized-icon .coral-icon {
  font-size: inherit;
}
.org-console-unauthorized-text {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/SurveyCreateDialog/style.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.survey-create-dialog .t-dialog .t-dialog__footer {
  height: auto;
}
.dialog-kit--survey-creation-dialog--footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  margin: 10px 0;
}
.dialog-kit--survey-creation-dialog--footer__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyMaterialDialog/question-bank-dialog.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.create-question-bank-dialog-content {
  display: grid;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 8px;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  max-width: calc(95vw - 48px);
}
.create-question-bank-dialog-item {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: var(--td-radius-default);
  min-width: 72px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.create-question-bank-dialog-item:hover {
  background-color: var(--td-gray-color-1);
}
.create-question-bank-dialog-item-icon {
  width: 32px;
  height: 32px;
}
.create-question-bank-dialog-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-question-bank-dialog-item-text {
  color: var(--td-text-color-primary);
}
.create-question-bank-dialog .t-dialog__body {
  padding: 24px 0px 0px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyMaterialDialog/style.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.create-survey-material-dialog .t-dialog {
  padding: 24px;
}
.create-survey-material-dialog-content {
  padding: 24px;
}
.create-survey-material-dialog-section-title {
  color: var(--td-text-color-placeholder);
  margin-bottom: 16px;
}
.create-survey-material-dialog-section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  width: 100%;
  max-width: 372px;
}
.create-survey-material-dialog-section + .create-survey-material-dialog-section {
  margin-top: 24px;
}
.create-survey-material-dialog-item {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: var(--td-radius-default);
  min-width: 72px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.create-survey-material-dialog-item:hover {
  background-color: var(--td-gray-color-1);
}
.create-survey-material-dialog-item-icon {
  width: 32px;
  height: 32px;
}
.create-survey-material-dialog-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-survey-material-dialog-item-text {
  color: var(--td-text-color-primary);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/OverShareProjectDialog/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.over-share-project-dialog-upgrade__wrap {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.over-share-project-dialog-upgrade__title {
  font-weight: bold;
  margin-bottom: 8px;
}
.over-share-project-dialog-upgrade__admin {
  background-color: #F3F3F3;
  border-radius: 6px;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over-share-project-dialog-upgrade__img img {
  display: block;
  width: 100%;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/components/error-boundary/mobile-error-boundary.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console-mobile-error-boundary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 96px 0px;
}
.org-console-mobile-error-boundary-icon {
  font-size: 72px;
  margin-bottom: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-mobile-error-boundary-text {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-mobile-error-boundary-info {
  margin-top: 8px;
  color: var(--td-text-color-placeholder);
}
.org-console-mobile-error-boundary-actions {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/popup.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-flow-in-enter,
.ten-flow-in-exiting,
.ten-flow-in-leave-to {
  -webkit-transform: translateY(10px) scale(0.95);
      -ms-transform: translateY(10px) scale(0.95);
          transform: translateY(10px) scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-enter-to,
.ten-flow-in-entering,
.ten-flow-in-leave {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-enter-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-leave-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter,
.ten-fade-in-exiting,
.ten-fade-in-leave-to {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter-to,
.ten-fade-in-entering,
.ten-fade-in-leave {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter-active {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-slide-down-enter-active,
.ten-slide-down-enter-active * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-slide-down-leave-active,
.ten-slide-down-enter-active * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-popup {
  position: absolute;
  z-index: 10001;
  top: -1000px;
  -webkit-box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 0px;
}
.ten-popup--type-bubble {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}
.ten-popup--type-bubble > div {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: #666;
  background: #fff;
  -webkit-box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
.ten-popup--type-bubble::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  border-color: #fff;
  border-top: none;
  border-right: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.ten-popup--type-bubble[class*='--p-top-'] {
  padding-bottom: 16px;
}
.ten-popup--type-bubble[class*='--p-top-']::after {
  bottom: 8px;
}
.ten-popup--type-bubble[class*='--p-bottom-'] {
  padding-top: 16px;
}
.ten-popup--type-bubble[class*='--p-bottom-']::after {
  top: 8px;
}
.ten-popup--type-bubble[class*='--p-left-'] {
  padding-right: 16px;
}
.ten-popup--type-bubble[class*='--p-left-']::after {
  right: 8px;
}
.ten-popup--type-bubble[class*='--p-right-'] {
  padding-left: 16px;
}
.ten-popup--type-bubble[class*='--p-right-']::after {
  left: 8px;
}
.ten-popup--type-bubble[class*='--p-top-left']::after {
  left: 24px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-top-center']::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-top-right']::after {
  right: 24px;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-left-top']::after {
  top: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-left-center']::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-left-bottom']::after {
  bottom: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-right-top']::after {
  top: 24px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-right-center']::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-right-bottom']::after {
  bottom: 24px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-bottom-left']::after {
  left: 16px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ten-popup--type-bubble[class*='--p-bottom-center']::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.ten-popup--type-bubble[class*='--p-bottom-right']::after {
  right: 16px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.ten-flow-in__popup-enter,
.ten-flow-in__popup-exiting,
.ten-flow-in__popup-leave-to {
  opacity: 0;
}
.ten-flow-in__popup-enter-to,
.ten-flow-in__popup-entering,
.ten-flow-in__popup-leave {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ten-flow-in__popup-enter-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in__popup-leave-active {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
[class*='ten-popup--p'].ten-flow-in__popup-entering,
[class*='ten-popup--p'].ten-flow-in__popup-exit,
[class*='ten-popup--p'].ten-flow-in__popup-exiting {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in__popup-enter[class*='ten-popup--p-top-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-top-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-top-'] {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.ten-flow-in__popup-enter[class*='ten-popup--p-left-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-left-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-left-'] {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
.ten-flow-in__popup-enter[class*='ten-popup--p-right-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-right-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-right-'] {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}
.ten-flow-in__popup-enter[class*='ten-popup--p-bottom-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-bottom-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-bottom-'] {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/pages/layout.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  background-color: #fff;
}
.org-console-sidebar {
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid var(--td-border-level-1-color);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.org-console-sidebar-brand {
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  -webkit-transform: border-color 0.2s ease-in-out;
      -ms-transform: border-color 0.2s ease-in-out;
          transform: border-color 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.org-console-sidebar-brand--fixed {
  border-bottom-color: var(--td-border-level-1-color);
}
.org-console-content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  overflow-x: auto;
  overflow-y: auto;
}
.org-console-content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-width: 800px;
  margin: auto;
}
.org-console-header {
  margin: auto;
  width: 100%;
  max-width: 1800px;
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  -webkit-transform: border-color 0.2s ease-in-out;
      -ms-transform: border-color 0.2s ease-in-out;
          transform: border-color 0.2s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
}
.org-console-header--fixed {
  border-bottom-color: var(--td-border-level-1-color);
}
.org-console-header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.org-console-header-nav {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.org-console-header-nav .header-buy-consultation {
  float: none;
}
.org-console-main-content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.org-console-main-content > div[class*='org-console-'] {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.org-console .org-console-loading {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  z-index: 1;
}
.contacts-list--nomask-drawer.t-drawer {
  height: 100%;
  top: 0px !important;
}
.org-console-sidebar-content {
  width: 200px;
  overflow-y: auto;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.org-console-sidebar-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.org-console-sidebar-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.org-console-sidebar-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.org-console-sidebar-content-start-divider {
  margin-top: 0px;
  margin-bottom: 8px;
}
.org-console-sidebar-content .layout-left-sidebar {
  width: 100%;
  height: auto;
}
.org-console-sidebar-content .layout-left-sidebar--header__inner {
  border-bottom: 0px;
  margin-bottom: 16px;
}
.org-console-sidebar-content .layout-left-sidebar--content {
  overflow: hidden;
  height: auto;
  padding: 14px 8px 16px;
}
.org-console-sidebar-content .layout-left-sidebar--content > .layout-left-sidebar--item:not(:first-of-type) {
  padding-top: 4px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item .layout-left-sidebar--item__container.is-active {
  background-color: var(--td-brand-color-light) !important;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item.level--2 {
  color: var(--td-text-color-secondary);
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item.sidebar-item-border-top {
  position: relative;
  padding-top: 24px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item.sidebar-item-border-top::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--td-border-level-1-color);
  left: 8px;
  right: 8px;
  top: 0px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item__prefix {
  font-size: 20px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item__prefix .coral-icon {
  font-size: inherit;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/components/error-boundary/error-boundary.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console-error-boundary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 96px 0px;
}
.org-console-error-boundary-icon {
  font-size: 72px;
  margin-bottom: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-error-boundary-text {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-error-boundary-info {
  margin-top: 8px;
  color: var(--td-text-color-placeholder);
}
.org-console-error-boundary-actions {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/project-member/list.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.project-member-list {
  overflow-y: auto;
}
.project-member-list .t-table {
  height: 100%;
}
.project-member-list .t-table__content {
  height: 100%;
}
.project-member-list-dropdown-item-description {
  margin-top: 2px;
  font-size: var(--td-font-size-body-small);
  line-height: var(--td-line-height-body-small);
  color: var(--td-text-color-placeholder);
  white-space: normal;
}
.project-member-list__info__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.project-member-list__info__name {
  margin-left: 8px;
  line-height: 24px;
}
.project-member-list__info__path {
  margin-left: 32px;
  font-size: 12px;
  color: #999999;
}
.project-member-list__info__icon {
  fill: var(--td-brand-color);
}
.project-member-list thead th {
  border-bottom: none;
}
.project-member-list thead th:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.project-member-list thead th:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.project-member-list tbody td {
  border-bottom-color: #E7E7E7;
  padding: 8px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateProjectDialog/style.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.create-project-dialog__body {
  height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.create-project-dialog__body__name {
  margin-top: 24px;
}
.create-project-dialog__body__member {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-top: 12px;
}
.create-project-dialog__body__member__subtitle-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.create-project-dialog__body__subtitle {
  font-weight: 600;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-bottom: 8px;
}
.create-project-dialog__body__checkbox {
  margin-top: 42px;
}
.create-project-dialog__body__checkbox .t-checkbox__input {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 3px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/td-width-mobile-fit/style.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.t-portal-wrapper.fitMobile {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-animation: a-popup-mobile-fade-in 0.3s ease both;
          animation: a-popup-mobile-fade-in 0.3s ease both;
  z-index: 5500;
}
@-webkit-keyframes a-popup-mobile-fade-in {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@keyframes a-popup-mobile-fade-in {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes a-popup-mobile-fade-out {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: transparent;
  }
}
@keyframes a-popup-mobile-fade-out {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes a-popup-mobile-slide-in {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes a-popup-mobile-slide-in {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes a-popup-mobile-slide-out {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes a-popup-mobile-slide-out {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.t-portal-wrapper.fitMobile.exit {
  -webkit-animation: a-popup-mobile-fade-out 0.3s ease both;
          animation: a-popup-mobile-fade-out 0.3s ease both;
}
.t-portal-wrapper.fitMobile .t-popup {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.t-portal-wrapper.fitMobile .t-popup--animation-enter-active,
.t-portal-wrapper.fitMobile .t-popup--animation-expand-enter-active {
  -webkit-animation: none;
          animation: none;
}
.t-portal-wrapper.fitMobile .t-popup--animation-enter-active .t-popup__content,
.t-portal-wrapper.fitMobile .t-popup--animation-expand-enter-active .t-popup__content {
  -webkit-animation: a-popup-mobile-slide-in 0.3s ease both;
          animation: a-popup-mobile-slide-in 0.3s ease both;
}
.t-portal-wrapper.fitMobile .t-popup--animation-expand-leave-active {
  -webkit-animation: none;
          animation: none;
}
.t-portal-wrapper.fitMobile .t-popup--animation-expand-leave-active .t-popup__content {
  -webkit-animation: a-popup-mobile-slide-out 0.3s ease both;
          animation: a-popup-mobile-slide-out 0.3s ease both;
}
.t-portal-wrapper.fitMobile .t-popup--animation-leave-active {
  -webkit-animation: none;
          animation: none;
}
.t-portal-wrapper.fitMobile .t-popup--animation-leave-active .t-popup__content {
  -webkit-animation: a-popup-mobile-slide-out 0.6s ease both;
          animation: a-popup-mobile-slide-out 0.6s ease both;
}
.t-portal-wrapper.fitMobile .t-popup__content {
  margin: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: calc(100vh - 56px) !important;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__menu {
  gap: 0;
  padding: 0;
  max-height: 80vh !important;
  max-height: 80svh !important;
  border-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__menu > div {
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__menu > div:last-child {
  margin-bottom: calc(constant(safe-area-inset-bottom));
  margin-bottom: calc(env(safe-area-inset-bottom));
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;
  border-radius: 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item:hover,
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item:active {
  background-color: transparent !important;
  outline: none;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content {
  position: relative;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content .t-dropdown__item-direction {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px -20px 0 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content .t-dropdown__item-direction.t-icon-chevron-left {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content .t-dropdown__item-direction.t-icon-chevron-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix:hover .t-dropdown__submenu-wrapper {
  right: 0;
  left: 0;
  top: auto !important;
  bottom: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix:hover .t-dropdown__submenu {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown {
  padding: 16px;
  background-color: var(--td-bg-color-container-hover);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__menu > div:first-child {
  border-radius: var(--td-radius-default) var(--td-radius-default) 0 0;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__menu > div:last-child {
  border-radius: 0 0 var(--td-radius-default) var(--td-radius-default);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--td-bg-color-container);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item-icon,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item-icon .icon-component,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item-icon .coral-icon {
  font-size: 18px !important;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  background-color: transparent;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns:before,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background: linear-gradient(to right, var(--td-bg-color-container-hover) 4px, transparent);
  pointer-events: none;
  z-index: 10;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, var(--td-bg-color-container-hover) 4px, transparent);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  background-color: var(--td-bg-color-container);
  padding: 0px;
  margin: 0 16px;
  width: calc(100% - 8px * 4);
  border-radius: var(--td-radius-default);
  position: relative;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text::-webkit-scrollbar {
  display: none;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text .operation {
  border: none;
  border-bottom: 1px solid var(--td-component-stroke);
  border-right: 1px solid var(--td-component-stroke);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text .operation:nth-last-child(-n + 3) {
  border-bottom: none;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text .operation:nth-child(3n) {
  border-right: none;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59px;
  height: 59px;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-container);
  width: 100%;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button .icon-component,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a .icon-component,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button svg.coral-icon,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a svg.coral-icon {
  margin-bottom: 4px;
  font-size: 24px;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button.a-link--disabled > *,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a.a-link--disabled > * {
  opacity: 0.4;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:first-child {
  margin: 0 -16px;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-child(2) {
  border-radius: var(--td-radius-default);
  overflow: hidden;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-child(3) {
  border-top-left-radius: var(--td-radius-default);
  border-top-right-radius: var(--td-radius-default);
  margin-top: 16px;
  overflow: hidden;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(4),
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(3) {
  border-bottom-right-radius: var(--td-radius-default);
  border-bottom-left-radius: var(--td-radius-default);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(3),
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(2) {
  border-top-right-radius: var(--td-radius-default);
  border-top-left-radius: var(--td-radius-default);
  margin-top: 16px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Organization/InviteModal/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.t-cascader__item-icon {
  height: 100% !important;
}
.invite-modal-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.invite-modal-head .toggle-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 0 24px 0 0;
  padding: 0;
  height: 100%;
  background: transparent;
  border: none;
}
.invite-modal-head .toggle-item.active {
  color: var(--td-brand-color);
}
.invite-modal-head .toggle-item.active:after {
  content: ' ';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: var(--td-brand-color);
}
.invite-modal-wrap {
  padding-top: 24px;
}
.invite-modal-wrap .filter {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.invite-modal-wrap .filter .item {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.invite-modal-wrap .filter .item.group {
  margin-right: 24px;
}
.invite-modal-wrap .filter .item .label {
  width: 66px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 10px;
}
.invite-modal-wrap .deadline {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.invite-modal-wrap .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.invite-modal-wrap .content > div {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 280px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
}
.invite-modal-wrap .content > div > h3 {
  font-size: 14px;
  line-height: 14px;
}
.invite-modal-wrap .content > div > p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
}
.invite-modal-wrap .content > div > .t-button {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.invite-modal-wrap .content .link {
  margin-right: 24px;
}
.invite-modal-wrap .content .link > a {
  font-size: 14px;
  line-height: 26px;
  color: var(--td-brand-color);
  text-decoration: none;
  display: block;
  word-break: break-all;
}
.invite-modal-wrap .content .qr-code > div {
  margin-top: 5px;
}
.invite-modal-wrap .tip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 8px;
}
.invite-modal-wrap .batch-import-info-title {
  padding: 24px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.invite-modal-wrap .batch-import-info-content {
  background: var(--td-brand-color-light);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding: 16px 24px;
}
.invite-modal-wrap .batch-import-info-content-link {
  color: var(--td-brand-color);
}
.invite-modal-wrap.import-finish .coral-excel-uploader-modal--result {
  min-height: auto !important;
}
.invite-modal-wrap.import-finish .coral-excel-uploader-modal--result__actions {
  margin-top: 0 !important;
}
.member-tier-tip {
  margin-top: 17px;
}
.member-tier-tip .upgrade-link {
  position: relative;
  margin-left: 17px;
}
.member-tier-tip .upgrade-link::before {
  position: absolute;
  content: '';
  width: 1px;
  background: #ececec;
  height: 16px;
  left: -8px;
}
.ua-mobile .invite-modal-dialog .dialog-container {
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: calc(100vw - 8px*4) !important;
  height: calc(100vh - 8px*4) !important;
  max-height: 760px !important;
}
.ua-mobile .invite-modal-dialog .dialog-content {
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-track:hover {
  background: #fff;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
  border: solid 2px transparent;
  border-radius: 8px;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-button {
  display: none;
}
@media screen and(max-width: 700px) {
  .ua-mobile .invite-modal-wrap .filter,
  .ua-mobile .invite-modal-wrap .content {
    display: block;
  }
  .ua-mobile .invite-modal-wrap .filter .item .t-select__wrap {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .ua-mobile .invite-modal-wrap .filter .item.group {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .ua-mobile .invite-modal-wrap .filter .item.group .t-cascader.t-select-input {
    max-width: none !important;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .ua-mobile .invite-modal-wrap .content {
    margin-top: 16px;
  }
  .ua-mobile .invite-modal-wrap .content .link {
    margin-right: 0;
    margin-bottom: 16px;
    height: 230px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/org-header.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--header__dropdown-wrap {
  max-height: 80vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-left-sidebar--header__dropdown-menu {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-height: 550px;
  overflow-y: auto;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu {
  overflow: hidden;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu > :first-child {
  margin-top: 2px;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu > div {
  margin-top: 6px;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu > div:last-child {
  margin-bottom: 12px !important;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__item {
  max-width: 304px;
  width: 304px;
  position: relative;
  height: 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__item-text .coral-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .layout-left-sidebar--header__item--text-label {
  max-width: 215px;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .layout-left-sidebar--header__item--text {
  max-width: calc(100% - 36px - 12px);
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .t-dropdown__menu > :nth-child(2) {
  margin-top: 6px;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .t-dropdown__menu .t-dropdown__item-text {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .t-dropdown__menu .t-dropdown__item {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-left-sidebar--header__dropdown-header {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-top: 4px;
  margin-left: 8px;
}
.layout-left-sidebar--header__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  border-radius: var(--td-radius-default);
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.layout-left-sidebar--header__inner:hover {
  background-color: #e7e7e7;
}
.layout-left-sidebar--header__inner-open {
  background-color: #e7e7e7;
}
.layout-left-sidebar--header__inner.collapsed {
  border-bottom: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-left-sidebar--header__inner .coral-icon {
  position: absolute;
  right: 17px;
  top: 40%;
}
.layout-left-sidebar--header__inner--value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  margin-left: 8px;
}
.layout-left-sidebar--header__inner--value .saas-vip-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-left-sidebar--header__inner--value-text {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--header__inner--value-text.max-wid {
  max-width: 100%;
}
.layout-left-sidebar--header__inner--value.collapsed {
  width: 32px;
  height: 32px;
  background-color: #ADCEFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.layout-left-sidebar--header__inner--sub-label {
  font-weight: 400;
  font-size: 12px;
  color: #00000066;
}
.layout-left-sidebar--header__inner--vip {
  margin-left: 6px;
}
.layout-left-sidebar--header__dropdown {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--header__dropdown.active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.layout-left-sidebar--header__item--create-team {
  height: 40px;
  background-color: #0F6BFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #FFFFFF;
  margin: 8px 7px 7px 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  font-size: 16px;
}
.layout-left-sidebar--header__item--create-team .coral-icon-add_line {
  height: 16px;
}
.layout-left-sidebar--header__item--create-team:hover {
  background-color: #3A8DFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.layout-left-sidebar--header__item--create-team:active {
  background-color: #0C58D9;
}
.layout-left-sidebar--header__item--create-team.fitMobile {
  margin: 8px 0 0 0;
}
.layout-left-sidebar--header__item--text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  max-width: calc(100% - 36px - 42px);
}
.layout-left-sidebar--header__item--text-label {
  font-weight: 600;
  font-size: 16px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--header__item--vip {
  margin: 0;
  margin-left: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-left-sidebar--header__item--sub-label {
  font-weight: 400;
  font-size: 12px;
  color: #00000066;
}
.layout-left-sidebar--header__item--selected-icon {
  fill: #0F6BFF;
  margin-left: auto;
}
.layout-left-sidebar--header__item--create-team {
  margin: 12px 8px 8px 8px;
}
.layout-left-sidebar--header__item--create-team.fitMobile {
  margin: 0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/alert.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-alert {
  min-width: 630px;
  display: block;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  z-index: 999;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  position: relative;
  border-radius: 0px;
}
.ten-alert .ten-icon {
  vertical-align: middle;
  margin-right: 12px;
  font-size: 18px;
  position: relative;
  bottom: 1px;
}
.ten-alert .ten-alert__closeable__icon,
.ten-alert .ten-alert__closeable__content {
  font-size: 14px;
  float: right;
  margin-top: 4px;
  margin-right: 4px;
  cursor: pointer;
  z-index: 10;
}
.ten-alert .ten-alert__closeable__content {
  font-size: 14px;
}
.ten-alert .ten-alert__closeable__content .ten-icon {
  margin-right: 0;
}
.ten-alert .ten-alert__description {
  opacity: 0.8;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  margin-top: 5px;
  padding-left: 32px;
}
.ten-alert .ten-alert__message {
  display: inline-block;
}
.ten-alert .ten-alert__message--noicon {
  display: inline-block;
  line-height: 24px;
}
.ten-alert .ten-alert__description--noicon {
  padding-left: 0;
}
.ten-alert--info {
  background: #c7ddf3;
  color: #102C53;
}
.ten-alert--info .ten-icon {
  color: #344f73;
}
.ten-alert--info .closeBtn {
  color: rgba(16, 44, 83, 0.8);
}
.ten-alert--success {
  background: #3ecc36;
}
.ten-alert--success .closeBtn {
  opacity: 0.72;
}
.ten-alert--error {
  background: #ff3e00;
}
.ten-alert--error .closeBtn {
  opacity: 0.72;
}
.ten-alert--warn {
  background: #FFF0CE;
  color: #ffa700;
}
.ten-alert--warn .ten-icon {
  color: #ffa700;
}
.ten-alert--warn .closeBtn {
  color: #333;
  opacity: 0.72;
}
.ten-alert--warn .ten-alert__description {
  opacity: 0.6;
  color: #010101;
}
.ten-alert--disabled {
  background: #D8D8D8;
  color: #102C53;
}
.ten-alert--disabled .ten-icon {
  color: #6b6b6b;
}
.ten-alert--disabled .closeBtn {
  color: #333;
  opacity: 0.72;
}
.ten-alert--disabled .ten-alert__description {
  opacity: 0.6;
  color: #010101;
}
.ten-alert--hasclose {
  text-align: left;
}
.ten-alert--noicon .ten-alert__message {
  display: inline-block;
  line-height: 24px;
}
.ten-alert--noicon .ten-alert__description {
  padding-left: 0;
}
.ten-alert--fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ten-alert--fade-leave-to {
  opacity: 0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/input.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-input {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  width: 100%;
}
.ten-input__input {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
}
.ten-input__input-icon,
.ten-input__input-prefix,
.ten-input__input-suffix {
  display: inline-block;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
}
.ten-input__input-input {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 0;
  display: inline-block;
  max-width: 100%;
  background-color: transparent;
  color: #333;
  border: none;
  outline: none;
}
.ten-input__input-input::-webkit-outer-spin-button,
.ten-input__input-input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.ten-input__input-input[type='number'] {
  -moz-appearance: textfield;
  /* Firefox */
}
.ten-input__input-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ten-input__input-input:-ms-input-placeholder {
  color: #999;
}
.ten-input__input-input::-webkit-input-placeholder {
  color: #999;
}
.ten-input__input-input[readonly] {
  cursor: default;
}
.ten-input__input-input[disabled],
.ten-input__input-input[disabled]:hover,
.ten-input__input-input[disabled]:focus,
.ten-input__input-input[disabled]:active {
  background: #fbfbfb;
  color: #c0c0c0;
  cursor: not-allowed;
}
.ten-input:not(.ten-input-tag) .ten-input__input--suffixicon .ten-input__input-input {
  padding-right: 0 !important;
}
.ten-input__input-icon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #bfbfbf;
}
.ten-input__input-icon .ten-icon {
  display: block;
}
.ten-input__input-close {
  cursor: pointer;
  outline: none;
  color: #bfbfbf;
}
.ten-input__prefix,
.ten-input__suffix {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding: 0px 18px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.ten-input__prefix {
  border-right: none;
}
.ten-input__suffix {
  border-left: none;
}
.ten-input--size-default .ten-input__input {
  min-height: 38px;
  line-height: 38px;
  border-radius: 0px;
}
.ten-input--size-default .ten-input__input-input {
  padding: 9px 8px;
  font-size: 14px;
  line-height: 20px;
}
.ten-input--size-default .ten-input__input-icon {
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  height: 38px;
}
.ten-input--size-default .ten-input__input-icon--prefix {
  padding-right: 3px;
  padding-left: 11px;
}
.ten-input--size-default .ten-input__input-icon--suffix {
  padding-left: 3px;
  padding-right: 11px;
}
.ten-input--size-default .ten-input__prefix,
.ten-input--size-default .ten-input__suffix {
  height: 40px;
  line-height: 40px;
}
.ten-input--size-small .ten-input__input {
  line-height: 30px;
  border-radius: 0px;
}
.ten-input--size-small .ten-input__input-input {
  padding: 5px 8px;
  font-size: 14px;
  line-height: 20px;
}
.ten-input--size-small .ten-input__input-icon {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}
.ten-input--size-small .ten-input__input-icon--prefix {
  padding-right: 3px;
  padding-left: 10px;
}
.ten-input--size-small .ten-input__input-icon--suffix {
  padding-left: 3px;
  padding-right: 10px;
}
.ten-input--size-small .ten-input__prefix,
.ten-input--size-small .ten-input__suffix {
  height: 32px;
  line-height: 32px;
}
.ten-input .ten-input__input--focused:not(.ten-input__input--disabled),
.ten-input .ten-input__input:not(.ten-input__input--disabled):hover {
  z-index: 1;
  border-color: #0052d9;
}
.ten-input .ten-input__input--focused:not(.ten-input__input--disabled) .ten-input .ten-input__input-icon,
.ten-input .ten-input__input:not(.ten-input__input--disabled):hover .ten-input .ten-input__input-icon {
  color: #0052d9;
}
.ten-input--disabled {
  cursor: not-allowed;
}
.ten-input--disabled .ten-input__input {
  background: #fbfbfb;
  border-color: #c0c0c0;
  color: #c0c0c0;
  cursor: not-allowed;
}
.ten-input--disabled .ten-input__prefix,
.ten-input--disabled .ten-input__suffix {
  border-color: #c0c0c0;
}
.ten-input--status-error .ten-input__input {
  border-color: #ff3e00;
}
.ten-input--with-suffix .ten-input__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ten-input--with-suffix .ten-input__suffix {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-input--with-suffix.ten-input--size-small .ten-input__suffix {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-input--with-prefix .ten-input__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ten-input--with-prefix .ten-input__prefix {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-input--with-prefix.ten-input--size-small .ten-input__prefix {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-input-number__action {
  height: 100%;
  top: 1px;
  right: 1px;
  width: 24px;
}
.ten-input-number__action-up,
.ten-input-number__action-down {
  position: relative;
  display: block;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  border-right: none;
  background: #fff;
  width: 100%;
  height: 19px;
  overflow: hidden;
  outline: none;
  color: transparent;
  cursor: pointer;
}
.ten-input-number__action-up:after,
.ten-input-number__action-down:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ten-input-number__action-up {
  border-top-color: transparent;
  border-bottom: none;
}
.ten-input-number__action-up:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #9d9d9d;
}
.ten-input-number__action .ten-input-number__action-up:hover:not(.ten-input-number__action--disabled)::after,
.ten-input-number__action .ten-input-number__action-up:active:after {
  border-bottom-color: #0052d9;
}
.ten-input-number__action-down {
  border-bottom-color: transparent;
}
.ten-input-number__action-down:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9d9d9d;
}
.ten-input-number__action .ten-input-number__action-down:hover:not(.ten-input-number__action--disabled)::after,
.ten-input-number__action .ten-input-number__action-down:active:after {
  border-top-color: #0052d9;
}
.ten-input-number__action .ten-input-number__action--disabled.ten-input-number__action-up:after {
  border-bottom-color: #c0c0c0;
}
.ten-input-number__action .ten-input-number__action--disabled.ten-input-number__action-bottom:after {
  border-top-color: #c0c0c0;
}
span.ten-input-number__action--disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  pointer-events: none;
}
.ten-input-number.ten-input--disabled .ten-input-number__action {
  opacity: 0;
  pointer-events: none;
}
.ten-input-number.ten-input--size-small .ten-input-number__action span {
  height: 15px;
}
.ten-input-tag .ten-input__input {
  display: block;
  position: relative;
  padding-right: 15px;
}
.ten-input-tag .ten-input__input-input {
  max-width: 100%;
}
.ten-input-tag .ten-input__input-icon--suffix {
  position: absolute;
  right: 0px;
  margin: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.ten-input-tag .ten-input__input--suffixicon > input {
  padding-right: 20px;
}
.ten-input-tag .ten-input__input-suffix {
  position: relative;
}
.ten-input-tag .ten-tag {
  margin-top: 7px;
  margin-bottom: 7px;
}
.ten-input-tag.ten-input--size-small .ten-tag {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ten-input-tag--empty .ten-input__input-input {
  width: 100%;
}
.ten-input-tag__input-mirror {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: sans-serif;
}
.ten-input-tag .ten-tag:first-child {
  margin-left: 9px;
}
.ten-input-tag.ten-input--disabled.ten-input-tag .ten-tag {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
.ten-input-textarea .ten-input__input-input {
  height: auto;
  resize: vertical;
  min-height: 36px;
  padding: 9px 8px;
}
.ten-input-textarea .ten-input-textarea__limit {
  position: absolute;
  right: 8px;
  bottom: 10px;
}
.ten-input-search .ten-input__input-icon {
  font-size: 24px;
}
.ten-input-search .ten-input-textarea__limit {
  position: absolute;
  right: 8px;
  bottom: 10px;
}
.ten-input-group {
  display: inline-block;
  position: relative;
}
.ten-input-group > .ten-input {
  width: auto;
}
.ten-input-group .ten-input + .ten-input {
  margin-left: 4px;
}
.ten-input-group .ten-button,
.ten-input-group .ten-input,
.ten-input-group .ten-input-groupable {
  vertical-align: middle;
}
.ten-input-group__collapse .ten-input + .ten-input,
.ten-input-group__collapse .ten-input + .ten-button,
.ten-input-group__collapse .ten-button + .ten-input,
.ten-input-group__collapse .ten-button + .ten-button,
.ten-input-group__collapse .ten-button + .ten-input-groupable,
.ten-input-group__collapse .ten-input-groupable + .ten-button,
.ten-input-group__collapse .ten-input + .ten-input-groupable,
.ten-input-group__collapse .ten-input-groupable + .ten-input-groupable {
  margin-left: -1px;
}
.ten-input-group__collapse .ten-input__input {
  border-radius: 0;
}
.ten-input-group__collapse .ten-input:first-child:not(.ten-input--with-prefix) .ten-input__input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-input-group__collapse .ten-input:last-child:not(.ten-input--with-suffix) .ten-input__input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-input-group__collapse .ten-input--size-small.ten-input:first-child .ten-input__input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-input-group__collapse .ten-input--size-small.ten-input:last-child .ten-input__input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-input-select .ten-input__input-icon .ten-icon--carret_down {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ten-input-select--opened .ten-input__input-icon .ten-icon--carret_down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ten-input-select:not(.ten-input--disabled) {
  cursor: pointer;
}
.ten-input-select:not(.ten-input--disabled) .ten-input__input-input:not(:disabled):-moz-read-only {
  cursor: pointer;
}
.ten-input-select:not(.ten-input--disabled) .ten-input__input-input:not(:disabled):read-only {
  cursor: pointer;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/select.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies input,icon,loading,popup */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.vue-recycle-scroller {
  position: relative;
}
.vue-recycle-scroller.direction-vertical:not(.page-mode) {
  overflow-y: auto;
}
.vue-recycle-scroller.direction-horizontal:not(.page-mode) {
  overflow-x: auto;
}
.vue-recycle-scroller.direction-horizontal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vue-recycle-scroller__slot {
  -ms-flex: auto 0 0px;
  -webkit-flex: auto 0;
          flex: auto 0;
}
.vue-recycle-scroller__item-wrapper {
  -ms-flex: 1;
  -webkit-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
  width: 100%;
}
.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper {
  height: 100%;
}
.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
  width: 100%;
}
.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view {
  height: 100%;
}
.resize-observer[data-v-b329ee4c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  pointer-events: none;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.resize-observer[data-v-b329ee4c] object {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.ten-select {
  cursor: pointer;
}
.ten-select-input {
  cursor: pointer;
}
.ten-select-input .ten-input__input-input:not(:disabled):-moz-read-only {
  cursor: pointer;
}
.ten-select-input .ten-input__input-input:not(:disabled):read-only {
  cursor: pointer;
}
.ten-select-input .ten-input__input-icon {
  font-size: 14px;
}
.ten-select-input .ten-input__input-icon .ten-icon--carret_down {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ten-select-input--popupshow .ten-input__input-icon .ten-icon--carret_down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ten-select-options {
  max-height: 400px;
  overflow-y: auto;
  outline: none;
}
.ten-select-option {
  padding: 13px 10px;
  line-height: 22px;
  cursor: pointer;
  word-break: break-all;
}
.ten-select-option .ten-checkbox {
  margin-right: 8px;
}
.ten-select-option--selected {
  color: #0052d9;
}
.ten-select-option:hover:not(.ten-select-option--disabled),
.ten-select-option:focus:not(.ten-select-option--disabled),
.ten-select-option.ten-select-option--focused:not(.ten-select-option--disabled) {
  background: #e8f1ff;
}
.ten-select-option--disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ten-select__popup-content {
  position: relative;
}
.ten-select__popup.ten-popup {
  padding: 0;
}
.ten-select__popup--size-small .ten-select-option {
  min-height: 40px;
  line-height: 40px;
}
.ten-select__popup--loading .ten-select__popup-content {
  min-height: 48px;
}
.ten-select__popup .ten-select__empty {
  text-align: center;
  color: #999;
  line-height: 48px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/switch.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-switch {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  outline: none;
  border: 0;
  line-height: 24px;
  height: 24px;
  min-width: 48px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ten-switch .ten-icon {
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}
.ten-switch .ten-switch__text {
  min-height: 22px;
  line-height: 22px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding-left: 2px;
  padding-right: 22px;
}
.ten-switch:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ten-switch .ten-switch__checkinput {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}
.ten-switch--ischecked {
  background: #0052d9;
}
.ten-switch--ischecked:after {
  left: calc(100% - 1px);
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 67, 177, 0.15);
          box-shadow: 3px 3px 5px 0 rgba(0, 67, 177, 0.15);
}
.ten-switch--ischecked .ten-switch__text {
  padding-left: 2px;
  padding-right: 22px;
}
.ten-switch--unchecked {
  background: #F0F0F0;
}
.ten-switch--unchecked:after {
  left: 1px;
  -webkit-box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
          box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
}
.ten-switch--unchecked .ten-switch__text {
  padding-right: 2px;
  padding-left: 22px;
}
.ten-switch--disabled {
  background: #F0F0F0;
}
.ten-switch--disabled .ten-switch__checkinput {
  cursor: not-allowed;
}
.ten-switch--disabled:after {
  background: rgba(192, 192, 192, 0.6);
  -webkit-box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
          box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/progress.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-progress__message {
  color: #666;
}
.ten-progress--type-bar {
  width: 210px;
}
.ten-progress--type-bar > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20px;
}
.ten-progress--type-bar .ten-progress__bar {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #E9E9E9;
  height: 4px;
  border-radius: 0px;
}
.ten-progress--type-bar .ten-progress__bar-inner {
  background: #0052d9;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 100%;
  border-radius: inherit;
}
.ten-progress--type-bar .ten-progress__valuetext {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-left: 8px;
  font-size: 14px;
}
.ten-progress--type-circle > div {
  display: inline-block;
  position: relative;
}
.ten-progress--type-circle svg {
  display: block;
}
.ten-progress--type-circle svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-progress--type-circle svg path:first-child {
  stroke: #E9E9E9;
}
.ten-progress--type-circle svg path:last-child {
  stroke: #0052d9;
}
.ten-progress--type-circle .ten-progress__valuetext {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 20px;
}
.ten-progress--type-circle .ten-progress__message {
  text-align: center;
}
.ten-progress--size-small.ten-progress--type-circle svg {
  width: 48px;
}
.ten-progress--size-small.ten-progress--type-circle .ten-progress__valuetext {
  font-size: 12px;
}
.ten-progress--size-default.ten-progress--type-circle svg {
  width: 90px;
}
.ten-progress--size-large.ten-progress--type-circle svg {
  width: 146px;
}
.ten-progress--size-large.ten-progress--type-circle .ten-progress__valuetext {
  font-size: 32px;
}
.ten-progress--size-large.ten-progress--type-bar {
  width: 300px;
}
.ten-progress--size-large.ten-progress--type-bar .ten-progress__bar {
  height: 8px;
  border-radius: 0px;
}
.ten-progress--inline {
  display: inline-block;
}
.ten-progress--block.ten-progress--type-bar {
  width: 100%;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/checkbox.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-checkbox + .ten-checkbox {
  margin-left: 8px;
}
.ten-checkbox {
  font-family: "PingFang SC", -apple-system, "Helvetica Neue", Helvetica, BlinkMacSystemFont, "Microsoft YaHei", tahoma, Arial, "Open Sans", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 16px;
  cursor: pointer;
}
.ten-checkbox * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ten-checkbox__checkbox {
  position: relative;
  top: -0.09em;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  vertical-align: middle;
  color: #333;
}
.ten-checkbox__checkbox input {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ten-checkbox__checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-checkbox__checkbox-inner::after {
  opacity: 0;
  top: 50%;
  left: 18.5%;
  width: 4px;
  height: 8px;
  position: absolute;
  display: inline-block;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
  content: ' ';
}
.ten-checkbox__checkbox + span {
  padding-right: 8px;
  padding-left: 10px;
}
.ten-checkbox__checkbox input:checked + span {
  border-color: #0052d9;
  background: #0052d9;
}
.ten-checkbox__checkbox input:checked + span::after {
  opacity: 1;
}
.ten-checkbox__checkbox input[indeterminate] + span,
.ten-checkbox__checkbox input[indeterminate] + span {
  border-color: #0052d9;
  background: #0052d9;
}
.ten-checkbox__checkbox input[indeterminate] + span::after,
.ten-checkbox__checkbox input[indeterminate] + span::after {
  width: 8px;
  height: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
}
.ten-checkbox--checked .ten-checkbox__checkbox-inner {
  border-color: #0052d9;
  background: #0052d9;
}
.ten-checkbox--checked .ten-checkbox__checkbox-inner::after {
  opacity: 1;
}
.ten-checkbox--indeterminate .ten-checkbox__checkbox-inner {
  border-color: #0052d9;
  background: #0052d9;
}
.ten-checkbox--indeterminate .ten-checkbox__checkbox-inner::after {
  width: 8px;
  height: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
}
.ten-checkbox--focus .ten-checkbox__checkbox-inner,
.ten-checkbox:hover .ten-checkbox__checkbox-inner {
  border-color: #6697e8;
}
.ten-checkbox--disabled {
  color: #c0c0c0;
}
.ten-checkbox--disabled .ten-checkbox__checkbox-inner {
  border-color: #c0c0c0 !important;
  background-color: #f5f5f5;
}
.ten-checkbox--disabled .ten-checkbox__checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ten-checkbox--disabled .ten-checkbox__checkbox input,
.ten-checkbox--disabled .ten-checkbox__checkbox + span {
  cursor: not-allowed;
}
.ten-checkbox--disabled input:checked + span,
.ten-checkbox--disabled input[indeterminate] + span {
  border-color: #c0c0c0 !important;
  background-color: #f5f5f5;
}
.ten-checkbox--disabled input:checked + span::after,
.ten-checkbox--disabled input[indeterminate] + span::after {
  border-color: rgba(0, 0, 0, 0.25);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/button.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-button {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 14px;
  line-height: 38px;
  height: 40px;
  border-radius: 0px;
  color: #333;
  border-color: #d9d9d9;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.ten-button .ten-icon {
  vertical-align: middle;
  margin-top: -2px;
}
.ten-button > .ten-icon + span {
  margin-left: 8px;
}
.ten-button > span + .ten-icon {
  margin-left: 8px;
}
.ten-button + .ten-button {
  margin-left: 10px;
}
.ten-button--size-default {
  min-width: 120px;
  padding: 0 24px;
  line-height: 38px;
  height: 40px;
  border-radius: 0px;
  font-size: 14px;
}
.ten-button--size-default .ten-icon {
  font-size: 20px;
}
.ten-button--size-large {
  min-width: 160px;
  padding: 0 32px;
  line-height: 62px;
  height: 64px;
  border-radius: 0px;
  font-size: 20px;
}
.ten-button--size-large .ten-icon {
  font-size: 28px;
}
.ten-button--size-small {
  min-width: 104px;
  padding: 0 18px;
  line-height: 30px;
  height: 32px;
  border-radius: 0px;
  font-size: 14px;
}
.ten-button--size-small .ten-icon {
  font-size: 16px;
}
.ten-button--autowidth[class*='ten-button--size'] {
  min-width: auto;
}
.ten-button--round.ten-button--size-default {
  height: 40px;
  border-radius: 20px;
}
.ten-button--round.ten-button--size-large {
  height: 64px;
  border-radius: 32px;
}
.ten-button--round.ten-button--size-small {
  height: 32px;
  border-radius: 16px;
}
.ten-button--notext {
  min-width: initial;
  padding-left: 0;
  padding-right: 0;
}
.ten-button--notext.ten-button--size-default {
  width: 40px;
}
.ten-button--notext.ten-button--size-large {
  width: 64px;
}
.ten-button--notext.ten-button--size-small {
  width: 32px;
}
.ten-button--type-primary {
  color: #fff;
  background-color: #0052d9;
  border-color: #0052d9;
}
.ten-button--type-primary:hover,
.ten-button--type-primary:focus {
  background-color: #4088ff;
  border-color: #4088ff;
}
.ten-button--type-primary:active {
  background-color: #002b73;
  border-color: #002b73;
  color: #cccccc;
}
.ten-button--type-primary.ten-button--disabled {
  color: #fff;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ten-button--type-default {
  color: #666;
  background-color: none;
  border-color: #d9d9d9;
}
.ten-button--type-default:hover,
.ten-button--type-default:focus {
  color: #0052d9;
  border-color: #0052d9;
}
.ten-button--type-default:active {
  color: #002b73;
  border-color: #002b73;
}
.ten-button--type-default.ten-button--disabled {
  color: #c0c0c0;
  background-color: #f5f5f5;
  border-color: #c0c0c0;
}
.ten-button--type-text {
  background: transparent;
  border-color: transparent;
  min-width: auto;
  color: #0052d9;
}
.ten-button--type-text:hover,
.ten-button--type-text:focus {
  color: #4088ff;
}
.ten-button--type-text:active {
  color: #002b73;
}
.ten-button--type-text.ten-button--disabled {
  color: #c0c0c0;
}
.ten-button--type-defaulttext {
  background: transparent;
  border-color: transparent;
  min-width: auto;
  color: #666;
}
.ten-button--type-defaulttext:hover,
.ten-button--type-defaulttext:focus {
  color: #333;
}
.ten-button--type-defaulttext:active {
  color: #333;
}
.ten-button--type-defaulttext.ten-button--disabled {
  color: #c0c0c0;
}
.ten-button--block.ten-button {
  display: block;
  width: 100%;
  margin: 0;
}
.ten-button--block + .ten-button--block {
  margin-top: 10px;
}
.ten-button--disabled {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.ten-button-group {
  display: inline-block;
  font-size: 0;
}
.ten-button-group + .ten-button-group {
  margin-left: 10px;
}
.ten-button-group .ten-button {
  position: relative;
  margin: 0;
  min-width: initial;
  border-radius: 0;
}
.ten-button-group .ten-button:hover,
.ten-button-group .ten-button:active,
.ten-button-group .ten-button:focus {
  z-index: 2;
}
.ten-button-group .ten-button--type-primary {
  z-index: 3;
}
.ten-button-group .ten-button:first-child.ten-button--size-default {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-button-group .ten-button:first-child.ten-button--size-large {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-button-group .ten-button:first-child.ten-button--size-small {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ten-button-group .ten-button:last-child.ten-button--size-default {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-button-group .ten-button:last-child.ten-button--size-large {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-button-group .ten-button:last-child.ten-button--size-small {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ten-button-group .ten-button + .ten-button {
  margin-left: -1px;
}
.ten-button-group .ten-button--block:first-child.ten-button--size-default {
  border-radius: 0px 0px 0 0;
}
.ten-button-group .ten-button--block:first-child.ten-button--size-large {
  border-radius: 0px 0px 0 0;
}
.ten-button-group .ten-button--block:first-child.ten-button--size-small {
  border-radius: 0px 0px 0 0;
}
.ten-button-group .ten-button--block:last-child.ten-button--size-default {
  border-radius: 0 0 0px 0px;
}
.ten-button-group .ten-button--block:last-child.ten-button--size-large {
  border-radius: 0 0 0px 0px;
}
.ten-button-group .ten-button--block:last-child.ten-button--size-small {
  border-radius: 0 0 0px 0px;
}
.ten-button-group .ten-button--block + .ten-button--block {
  margin-left: 0px;
  margin-top: -1px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/radio.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies button */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-radio + .ten-radio {
  margin-left: 8px;
}
.ten-radio {
  font-family: "PingFang SC", -apple-system, "Helvetica Neue", Helvetica, BlinkMacSystemFont, "Microsoft YaHei", tahoma, Arial, "Open Sans", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  cursor: pointer;
}
.ten-radio__radio {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  vertical-align: middle;
}
.ten-radio__radio input {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ten-radio__radio-inner {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background-color: #0052d9;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-radio--focus .ten-radio__radio,
.ten-radio:hover .ten-radio__radio {
  border-color: #6697E8;
}
.ten-radio--checked .ten-radio__radio {
  border-color: #0052d9;
}
.ten-radio--checked .ten-radio__radio-inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.ten-radio--disabled {
  cursor: not-allowed;
}
.ten-radio--disabled .ten-radio__radio {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ten-radio--disabled .ten-radio__radio input {
  pointer-events: none;
  cursor: not-allowed;
}
.ten-radio--disabled .ten-radio__radio-inner {
  background-color: #d9d9d9;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.ten-radio--disabled:hover .ten-radio__radio {
  border-color: #d9d9d9;
}
.ten-radio--disabled .ten-radio__child {
  color: #c0c0c0;
}
.ten-radio-group {
  display: inline-block;
}
.ten-button-radio {
  position: relative;
}
.ten-button-radio--checked {
  z-index: 2;
}
.ten-button-radio .ten-radio__radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/message.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: 14px;
  margin-left: calc(50vw);
  padding: 10px;
  min-width: 340px;
  max-width: 500px;
  color: #333;
  -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 0px;
  background: #fff;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ten-message__content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  word-break: break-all;
  line-height: 18px;
}
.ten-message--success {
  background: #D6FAEB;
}
.ten-message--success .ten-message__icon {
  color: #3ecc36;
}
.ten-message--error {
  background: #FFE6D1;
}
.ten-message--error .ten-message__icon {
  color: #ff3e00;
}
.ten-message--info {
  background: #D6FAFA;
}
.ten-message--info .ten-message__icon {
  color: #102C53;
}
.ten-message--warning {
  background: #FFF0D1;
}
.ten-message--warning .ten-message__icon {
  color: #ffa700;
}
.ten-message--dark {
  background: #636363;
  color: #fff;
}
.ten-message__icon {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 6px;
  font-size: 18px;
}
.ten-message__icon.ten-message__close {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-left: 6px;
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.32);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/badge.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-badge {
  display: inline-block;
}
.ten-badge .ten-badge__badge {
  padding: 0px 5px;
  line-height: 20px;
  min-width: 20px;
  font-size: 12px;
  border-radius: 0px;
  height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.ten-badge .ten-badge__badge--dot {
  padding: 0;
  width: 6px;
  height: 6px;
  min-width: auto;
  border-radius: 100%;
  font-size: 0;
}
.ten-badge .ten-badge__badge--round {
  border-radius: 10px;
}
.ten-badge--pos-corner {
  position: relative;
}
.ten-badge--pos-corner .ten-badge__badge {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translate(-8px, -50%);
      -ms-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
.ten-badge--pos-corner .ten-badge__badge--dot {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ten-badge--pos-normal {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ten-badge--pos-normal .ten-badge__badge {
  margin-left: 16px;
}
.ten-badge--theme-error .ten-badge__badge {
  background: #ff3e00;
}
.ten-badge--theme-info .ten-badge__badge {
  background: #0052d9;
}
.ten-badge--theme-success .ten-badge__badge {
  background: #3ecc36;
}
.ten-badge--theme-warning .ten-badge__badge {
  background: #ffa700;
}
.ten-badge--theme-disabled .ten-badge__badge {
  background: #c0c0c0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/tooltip.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies popup */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-tooltip {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ten-tooltip.ten-popup {
  overflow: visible;
}
.ten-tooltip-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: #666;
  background: #fff;
  -webkit-box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
.ten-tooltip__extra {
  margin-top: 20px;
  text-align: right;
}
.ten-tooltip__extra a {
  color: #0052d9;
}
.ten-tooltip__extra a:hover,
.ten-tooltip__extra a:focus {
  color: #4088ff;
}
.ten-tooltip__extra a:active {
  color: #002b73;
}
.ten-tooltip--dark .ten-tooltip-content {
  border: none;
  background: #5d5d5d;
  color: #fff;
}
.ten-tooltip--dark .ten-tooltip__extra a {
  color: #fff;
}
.ten-tooltip--dark:after {
  z-index: 1;
  border-color: none;
  background-color: #5d5d5d;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/table.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon,loading,checkbox,button */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-table table {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-collapse: collapse;
}
.ten-table table td,
.ten-table table th {
  padding: 14px 18px;
  line-height: 19px;
  text-align: left;
  font-weight: 400;
}
.ten-table table td:first-child,
.ten-table table th:first-child {
  padding-left: 28px;
}
.ten-table table .ten-table__table-cell--empty-text {
  text-align: center;
  color: #999;
}
.ten-table table .ten-table__table-cell--invisible {
  visibility: hidden;
}
.ten-table table tbody {
  background: #fff;
}
.ten-table table tbody tr {
  border-top: 1px solid #f0f0f0;
  font-size: 12px;
  color: #333;
}
.ten-table table .ten-table-td-expand {
  padding: 0;
  -webkit-box-shadow: inset 0px 15px 10px -15px #f0f0f0;
          box-shadow: inset 0px 15px 10px -15px #f0f0f0;
  background-color: #FBFBFB;
}
.ten-table table .resizable {
  position: relative;
}
.ten-table table .resizable .resizable-handle {
  border: 1px;
  position: absolute;
  width: 10px;
  top: 0;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.ten-table-fixed {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.ten-table-fixed table {
  table-layout: fixed;
}
.ten-table-fixed-head {
  margin-bottom: -20px;
  overflow: scroll hidden;
}
.ten-table-fixed-body {
  overflow-y: auto;
  overflow-x: scroll;
  position: relative;
  background: #fff;
}
.ten-table-fixed-body table {
  border-top: none;
}
.ten-table-fixed-body tr:first-child {
  border-top: none;
}
.ten-table-fixed-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.ten-table-fixed-left .ten-table-fixed-body,
.ten-table-fixed-right .ten-table-fixed-body {
  overflow: hidden auto;
}
.ten-table-fixed-left-shadow {
  -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.1);
}
.ten-table-fixed-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.ten-table-fixed-right-shadow {
  -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ten-table-thead {
  background: #fbfbfb;
}
.ten-table-thead th {
  font-size: 14px;
  color: #333;
  padding: 18px 18px;
}
.ten-table-thead th + th {
  border-left: 1px solid #f0f0f0;
}
.ten-table-thead-title {
  display: inline-block;
  vertical-align: middle;
}
.ten-table-thead-sorter {
  display: inline-block;
  vertical-align: middle;
}
.ten-table-thead-sorter-inner {
  height: 1em;
  margin-left: 12px;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.ten-table-thead-sorter-up,
.ten-table-thead-sorter-down {
  position: absolute;
  left: 0;
  border-style: solid;
  height: 0;
  width: 0;
  border: solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-table-thead-sorter-up {
  border-width: 0 4px 6px;
  border-bottom-color: #999;
  bottom: 55%;
}
.ten-table-thead-sorter-down {
  top: 2px;
  border-width: 6px 4px 0;
  border-top-color: #999;
  top: 55%;
}
.ten-table-thead-sorter--asc .ten-table-thead-sorter-up {
  border-bottom-color: #0052d9;
}
.ten-table-thead-sorter--desc .ten-table-thead-sorter-down {
  border-top-color: #0052d9;
}
.ten-table-thead-th-sorter {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-table-thead-th-sorter:hover {
  background: #d9d9d9;
}
.ten-table-expand {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer;
}
.ten-table-expand i {
  color: #666;
}
.ten-table .ten-checkbox {
  margin-left: 0;
}
.ten-table a {
  font-size: 12px;
  color: #0052d9;
  letter-spacing: 0.1px;
  cursor: pointer;
}
.ten-table_page {
  height: 64px;
  background: #fbfbfb;
  text-align: right;
  padding-top: 16px;
  padding-right: 24px;
}
.ten-table--vue {
  position: relative;
}
.ten-table--vue.ten-table .ten-table__table {
  overflow: hidden;
}
.ten-table--vue.ten-table .ten-table__table-head {
  overflow-x: hidden;
  border-top: 1px solid #f0f0f0;
  background: #fbfbfb;
}
.ten-table--vue.ten-table .ten-table__table-body {
  overflow-x: scroll;
  overflow-y: auto;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.ten-table--vue.ten-table .ten-table__table-row--expand {
  background: #fbfbfb;
  -webkit-box-shadow: inset 0px 15px 10px -15px #f0f0f0;
          box-shadow: inset 0px 15px 10px -15px #f0f0f0;
}
.ten-table--vue.ten-table .ten-table__table-row--hover,
.ten-table--vue.ten-table .ten-table__table-row--selected {
  background: #e8f1ff;
}
.ten-table--vue.ten-table .ten-table__table-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 18px;
  word-break: break-all;
}
.ten-table--vue.ten-table .ten-table__table-cell--align-left {
  text-align: left;
}
.ten-table--vue.ten-table .ten-table__table-cell--align-center {
  text-align: center;
}
.ten-table--vue.ten-table .ten-table__table-cell--align-right {
  text-align: right;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-wrapper {
  position: relative;
  margin-left: 12px;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-asc,
.ten-table--vue.ten-table .ten-table__table-cell .sorter-desc {
  position: absolute;
  left: 0;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-asc {
  border-width: 0 4px 6px;
  border-bottom-color: #999;
  bottom: 55%;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-desc {
  top: 2px;
  border-width: 6px 4px 0;
  border-top-color: #999;
  top: 55%;
}
.ten-table--vue.ten-table .ten-table__table-cell--sortable-asc .sorter-asc {
  border-bottom-color: #0052d9;
}
.ten-table--vue.ten-table .ten-table__table-cell--sortable-desc .sorter-desc {
  border-top-color: #0052d9;
}
.ten-table--vue.ten-table .ten-table__table-cell .expand {
  color: #bfbfbf;
}
.ten-table--vue.ten-table .ten-table__table-cell--empty-text {
  text-align: center;
  color: #999;
}
.ten-table--vue.ten-table .ten-table__table--fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ten-table--vue.ten-table .ten-table__table--fixed .ten-table__table-body {
  overflow-x: hidden;
}
.ten-table--vue.ten-table .ten-table__table--fixed-right {
  left: auto;
  right: 0;
  -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ten-table--vue.ten-table .ten-table__table--fixed-right .ten-table__table-head,
.ten-table--vue.ten-table .ten-table__table--fixed-right .ten-table__table-body {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
.ten-table--vue.ten-table .ten-table__table--fixed-right.is-scrolling--right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ten-table--vue.ten-table .ten-table__table--fixed-left {
  -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.1);
}
.ten-table--vue.ten-table .ten-table__table--fixed-left.is-scrolling--left {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ten-table--vue.ten-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}
.ten-table--vue.ten-table table td,
.ten-table--vue.ten-table table th {
  padding: 0;
}
.ten-table--vue.ten-table table td.is-center,
.ten-table--vue.ten-table table th.is-center {
  text-align: center;
}
.ten-table--vue.ten-table table td.is-left,
.ten-table--vue.ten-table table th.is-left {
  text-align: left;
}
.ten-table--vue.ten-table table td.is-right,
.ten-table--vue.ten-table table th.is-right {
  text-align: right;
}
.ten-table--vue.ten-table table th {
  background: #fbfbfb;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
}
.ten-table--vue.ten-table table th.sortable {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ten-table--vue.ten-table table th.sortable:hover {
  background: #d9d9d9;
}
.ten-table--vue.ten-table table th + th {
  border-left: 1px solid #f0f0f0;
}
.ten-table--vue.ten-table table tr:first-child {
  border-top: none;
}
.ten-table--vue.ten-table table td.first-child,
.ten-table--vue.ten-table table th:first-child {
  padding-left: 28px;
}
.ten-table--vue + .ten-pagination {
  margin-top: 16px;
  text-align: right;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/tree.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies icon,checkbox */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-tree {
  background: #fff;
}
.ten-tree .ten-tree-node__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  padding-left: 28px;
  background: #fff;
  cursor: pointer;
}
.ten-tree .ten-tree-node__content:hover,
.ten-tree .ten-tree-node__content--selected:not([class*='showcheckbox']):not([class*='parentselected']) {
  background: #e8f1ff;
}
.ten-tree .ten-tree-node__content--disabled {
  color: #c0c0c0;
}
.ten-tree .ten-tree-node__content::after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #cfe1ff;
}
.ten-tree .ten-tree-node__content--dragpos-center {
  background-color: #cfe1ff;
}
.ten-tree .ten-tree-node__content--dragpos-top::after {
  display: block;
  top: -2px;
}
.ten-tree .ten-tree-node__content--dragpos-bottom::after {
  display: block;
  bottom: -2px;
}
.ten-tree .ten-tree-node__content--disabled .ten-tree-node__expand {
  color: #c0c0c0;
}
.ten-tree .ten-tree-node__expand {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #999;
}
.ten-tree .ten-tree-node__expand i {
  position: relative;
  top: 5px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.ten-tree .ten-tree-node__expand .ten-icon--carret_right {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ten-tree .ten-tree-node__expand--expanded .ten-icon--carret_right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ten-tree .ten-tree-node__expand--children {
  cursor: pointer;
}
.ten-tree .ten-tree-node__checkbox {
  margin-right: 8px;
}
.ten-tree .ten-tree-node__children {
  padding-left: 30px;
}
.ten-tree--uninitialized * {
  -webkit-transition: none!important;
  transition: none!important;
}
.ten-treeselect {
  background: #fff;
  max-height: 400px;
  overflow-y: auto;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/popconfirm/_index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.t-popconfirm {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 160px;
  border-radius: var(--td-radius-medium);
}
.t-popconfirm .t-popup__content {
  padding: 0;
}
.t-popconfirm.t-popup[data-popper-placement^="top"] .t-popup__arrow {
  bottom: calc(-8px / 2);
}
.t-popconfirm__content {
  position: relative;
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
  border-radius: var(--td-radius-medium);
}
.t-popconfirm__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.t-popconfirm__body > .t-icon {
  display: inline-block;
  margin-right: var(--td-comp-margin-s);
  padding: calc(calc(var(--td-line-height-body-medium) - calc(var(--td-font-size-body-medium) + 6px)) / 2) 0;
  font-size: calc(var(--td-font-size-body-medium) + 6px);
}
.t-popconfirm__confirm {
  margin-left: var(--td-comp-margin-s);
}
.t-popconfirm__inner {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
}
.t-popconfirm__icon--warning {
  color: var(--td-warning-color);
}
.t-popconfirm__icon--danger {
  color: var(--td-error-color);
}
.t-popconfirm__icon--default {
  color: var(--td-brand-color);
}
.t-popconfirm__buttons {
  text-align: right;
  margin-top: var(--td-comp-margin-l);
}
.t-popconfirm__buttons > span:last-child {
  margin-right: 0;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/NormalMemberWarningDialog/style.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.normal-member-warning-dialog__tips {
  color: #999999;
  margin-top: 5px;
}
.normal-member-warning-dialog .t-table {
  margin-top: 10px;
}
.normal-member-warning-dialog__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.normal-member-warning-dialog__info__name {
  margin-left: 5px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/badge/_index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.t-badge {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.t-badge--dot,
.t-badge--circle,
.t-badge--round {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--td-text-color-anti);
  text-align: center;
  font: var(--td-font-body-small);
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.t-badge--static {
  position: static;
  display: inline-block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.t-badge--dot {
  right: 1px;
  margin-top: 1px;
  width: 6px;
  height: 6px;
  border-radius: var(--td-radius-circle);
  background-color: var(--td-error-color);
}
.t-badge--circle,
.t-badge--round {
  padding-right: calc((var(--td-comp-size-xxs) - 8px) / 2);
  padding-left: calc((var(--td-comp-size-xxs) - 8px) / 2);
  min-width: 8px;
  height: var(--td-comp-size-xxs);
  background-color: var(--td-error-color);
  line-height: var(--td-comp-size-xxs);
}
.t-badge--circle.t-size-s,
.t-badge--round.t-size-s {
  padding-right: calc((var(--td-comp-size-xxxs) - 8px) / 2);
  padding-left: calc((var(--td-comp-size-xxxs) - 8px) / 2);
  min-width: 8px;
  height: var(--td-comp-size-xxxs);
  line-height: var(--td-comp-size-xxxs);
}
.t-badge--circle {
  border-radius: calc(var(--td-comp-size-xxs) / 2);
}
.t-badge--round {
  border-radius: var(--td-radius-default);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutContent/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
html {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
.layout-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-wrap.layout-wrap-has-sider {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout-wrap .layout-header {
  height: 56px;
  line-height: 56px;
  color: #333333;
  padding: 0 16px;
}
.layout-wrap .layout-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.layout-wrap .layout-header .coral-header-logo {
  margin: 12px 0;
}
@media (max-width: 980px) {
  .layout-wrap .layout-header {
    height: 56px;
    line-height: 56px;
  }
}
.layout-wrap .layout-footer-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.layout-wrap .layout-content {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  min-height: 0;
}
.layout-wrap .layout-content-horizontal {
  white-space: nowrap;
  overflow-x: auto;
}
.layout-wrap .layout-sider {
  min-height: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/style.less ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-workspace {
  height: 100%;
  background-color: #fff;
  min-width: 980px;
}
.page-workspace .page-workspace-view {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: calc(100vh - 64px);
}
.page-workspace-wrap {
  position: relative;
  height: 100%;
  overflow-y: hidden !important;
}
.page-workspace-wrap .normal-member-forbid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 100;
}
.page-workspace-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-workspace-footer .footer-copyright {
  position: static;
  padding: 16px 0;
}
.page-workspace-toolbar {
  z-index: 10;
  top: 0;
  background-color: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 32px;
}
.page-workspace-toolbar-bottom-line::after,
.page-workspace-toolbar--simple::after {
  content: '';
  display: block;
  width: calc(100% - 32px * 2);
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  bottom: 0;
}
.page-workspace-toolbar-wrap.page-workspace-toolbar-wrap--simple {
  position: -webkit-sticky;
  position: sticky;
  height: 0px;
  z-index: 101;
}
.page-workspace-toolbar--simple {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-animation: slide-down 0.2s ease forwards;
          animation: slide-down 0.2s ease forwards;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-pre-notic {
  display: none;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-todo-survey-filter {
  display: none;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-tab-nav {
  position: static;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-tab-actions {
  right: 32px;
  top: 0px;
  height: 64px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-mid {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  padding: 0px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-path {
  margin-right: 16px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-pre {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-tab-nav {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.page-workspace-toolbar--simple .table-head {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-path-single .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 16px;
}
.page-workspace-toolbar--simple .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 14px;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child) {
  display: none;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child):nth-child(2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child):nth-child(2) .t-breadcrumb__inner-text {
  font-size: 0px;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child):nth-child(2) .t-breadcrumb__inner-text::after {
  content: '...';
  font-size: 14px;
}
.page-workspace-toolbar-ai-creat-survey .ai-create-icon {
  width: 16px !important;
  height: 16px !important;
}
.page-workspace-toolbar-wrap {
  z-index: 10;
  top: 0;
}
.page-workspace-toolbar-pre {
  padding: 16px 0;
}
.page-workspace-toolbar-pre:empty {
  display: none;
}
.page-workspace-toolbar-pre .btn-ai-create--wrapper .btn-ai-create {
  margin-left: 8px;
}
.page-workspace-toolbar-pre .btn-ai-create--wrapper .t-button__text {
  font-size: 14px;
}
.page-workspace-toolbar-pre .btn-ai-create--wrapper img {
  width: 18px;
  height: 18px;
}
.page-workspace-toolbar-pre-notic {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace-toolbar-pre-notic .promotions_nav_right,
.page-workspace-toolbar-pre-notic .survey-locales-select-pc {
  margin-right: 20px;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc-select-hidden {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .lang-atom-icon svg {
  font-size: 24px !important;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .icon-i18n-change {
  font-size: 24px !important;
  margin-right: 0 !important;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .t-input {
  padding: 0;
  height: auto;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .t-input__prefix .lang-atom-text,
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .t-input__suffix {
  display: none !important;
}
.page-workspace-toolbar-pre-notic .header-buy-consultation {
  float: none;
}
.page-workspace-toolbar-pre-notic .ui-message-inform .inform-icon .coral-icon-notification_line {
  font-size: 24px;
}
.page-workspace-toolbar-mid {
  padding: 16px 0 7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-workspace-toolbar-mid-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace-toolbar-tab-nav {
  position: relative;
}
.page-workspace-toolbar-tab-nav .page-workspace-toolbar-path {
  height: 64px;
}
.page-workspace-toolbar-tab-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 9px;
  height: 64px;
  bottom: 0px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.page-workspace-toolbar-members {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.page-workspace-toolbar-members .t-avatar-group.t-avatar--offset-right .t-avatar {
  font-size: 12px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  z-index: 0;
}
.page-workspace-toolbar-members .t-avatar-group.t-avatar--offset-right .t-avatar:not(:last-child) {
  margin-right: calc(0px - var(--td-size-6));
}
.page-workspace-toolbar-path {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page-workspace-toolbar-path .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.page-workspace-toolbar-path .t-breadcrumb__item:last-child .t-breadcrumb__inner-text {
  font-weight: 600;
  color: #333;
}
.page-workspace-toolbar-path-single .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}
.page-workspace-toolbar-add-folder {
  margin-right: 8px;
}
.page-workspace-toolbar-add-folder .t-button__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace-toolbar-multiple-all,
.page-workspace-toolbar-multiple-cancel,
.page-workspace-toolbar-multiple-move {
  margin-right: 8px;
}
.page-workspace-toolbar-sort,
.page-workspace-toolbar-create-project {
  margin-right: 8px;
}
.page-workspace-toolbar .coral-workspace-list-view-controls {
  float: right;
  white-space: nowrap;
  height: 32px;
}
.page-workspace-toolbar-todo-tabs-override .t-tabs__nav-item-text-wrapper {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.page-workspace-toolbar-todo-tabs-override .t-is-active .t-tabs__nav-item-text-wrapper {
  color: #0f6bff;
}
.page-workspace-toolbar-material-tabs-override .t-tabs__nav-item-text-wrapper {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.page-workspace-toolbar-material-tabs-override .t-is-active .t-tabs__nav-item-text-wrapper {
  color: #0f6bff;
}
.page-workspace-toolbar-todo-survey-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
}
.page-workspace .project-item-empty {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-workspace .project-item-empty-icon {
  height: 64px;
  width: 64px;
}
.page-workspace .project-item-empty-text {
  margin-top: 8px;
}
.page-workspace .project-item-empty-create {
  margin-top: 24px;
  min-width: 160px;
}
.page-workspace .project-item-list {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page-workspace-sidebar {
  border-right: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}
.page-workspace-sidebar-wrap {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 8px;
}
.page-workspace-sidebar-header {
  padding: 0;
  border: 0;
}
.page-workspace-sidebar-header .global-search {
  width: 100%;
}
.page-workspace-sidebar-header .global-search .t-input {
  background-color: #e7e7e7;
}
.page-workspace-sidebar-header .global-logo {
  margin-bottom: 18px;
  min-height: 32px;
  width: 100%;
  padding-right: 24px;
}
.page-workspace-sidebar-header .global-logo .coral-header-logo__inner {
  overflow: hidden;
}
.page-workspace-sidebar-header .global-logo .coral-header-logo__img {
  width: 32px !important;
  height: 32px !important;
  margin-right: 6px;
}
.page-workspace-sidebar-header .global-logo .coral-header-logo__title {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-workspace-sidebar .sidebar-item__promote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--td-radius-default);
  margin-bottom: 8px;
  line-height: 20px;
  padding: 4px 8px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-workspace-sidebar .sidebar-item__promote--minor {
  background: -webkit-gradient(linear, right top, left top, from(#ffe9c6), to(#fff5e4)), #fae7c8;
  background: linear-gradient(270deg, #ffe9c6 0%, #fff5e4 100%), #fae7c8;
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}
.page-workspace-sidebar .sidebar-item__promote--warning {
  background: #fff1e9;
  color: #f36d00;
  fill: #f36d00;
}
.page-workspace-sidebar .sidebar-item__promote--error {
  background: #fff0ed;
  color: #f73b45;
  fill: #f73b45;
}
.page-workspace-sidebar .sidebar-item__promote .coral-icon-info_line {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 2px;
}
.page-workspace-sidebar .sidebar-item__promote .t-divider {
  margin: 0;
  color: var(--td-brand-color);
  border-color: var(--td-brand-color);
}
.page-workspace-sidebar .sidebar-item__user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  border-radius: var(--td-radius-default);
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-workspace-sidebar .sidebar-item__user-open {
  background-color: #e7e7e7;
}
.page-workspace-sidebar .sidebar-item__user-open .t-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.page-workspace-sidebar .sidebar-item__user:hover {
  background-color: #e7e7e7;
}
.page-workspace-sidebar .sidebar-item__user-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace-sidebar .sidebar-item__user-avatar-img {
  width: 100%;
  display: block;
}
.page-workspace-sidebar .sidebar-item__user .header-user-info {
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-overflow: ellipsis;
  max-width: none;
}
.page-workspace-sidebar .sidebar-item__user .t-icon-caret-down-small {
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace-sidebar .layout-left-sidebar--content {
  padding: 0px;
  height: unset;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page-workspace-sidebar .layout-left-sidebar--item__share-tag {
  margin-left: 8px;
}
.page-workspace-sidebar .layout-left-sidebar--sub-footer-divider,
.page-workspace-sidebar .layout-left-sidebar--footer-divider {
  width: calc(100% - 24px);
  margin: auto;
}
.page-workspace-sidebar .layout-left-sidebar--sub-footer {
  padding: 12px 8px 4px;
}
.page-workspace-sidebar .layout-left-sidebar--footer {
  padding: 12px 8px 4px;
}
.page-workspace-sidebar-fixed {
  padding: 12px 8px 4px;
}
.page-workspace-sidebar-group {
  padding: 12px 8px 4px;
  border: 0;
}
.page-workspace-sidebar__project__more {
  opacity: 0;
}
.page-workspace-sidebar__project__enabled {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.page-workspace-sidebar__project__enabled .t-tag {
  height: 20px;
  padding: 0 4px;
  margin-top: 2px;
}
.page-workspace-sidebar__project:hover .page-workspace-sidebar__project__more {
  opacity: 1;
}
.page-workspace-sidebar__project:hover .page-workspace-sidebar__project__enabled {
  opacity: 0;
}
.page-workspace-sidebar .layout-left-sidebar--item__recycle .coral-icon-ashbin_line {
  color: #000;
}
.page-workspace-sidebar.collapsed .page-workspace-sidebar-header .global-logo {
  opacity: 0;
  pointer-events: none;
}
.page-workspace-sidebar.collapsed .layout-left-sidebar--item__recycle .t-button__text {
  display: none;
}
.page-workspace-sidebar.collapsed .sidebar-item__promote {
  padding: 4px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workspace-sidebar.collapsed .sidebar-item__promote--text {
  display: none;
}
.page-workspace-sidebar.collapsed .sidebar-item__user {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workspace-sidebar.collapsed .sidebar-item__user .header-user-info,
.page-workspace-sidebar.collapsed .sidebar-item__user .t-icon {
  display: none;
}
.page-workspace-sidebar.collapsed .layout-left-sidebar--header__inner {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workspace-sidebar.collapsed .layout-left-sidebar--header__inner .t-icon-caret-down-small,
.page-workspace-sidebar.collapsed .layout-left-sidebar--header__inner--value {
  display: none;
}
.page-workspace .table-head {
  top: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}
.page-workspace .table-head:after {
  content: ' ';
  display: block;
  clear: both;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
}
.page-workspace .table-head-th {
  float: left;
  display: block;
  color: #999999;
  line-height: calc(100% + 8px);
  text-decoration: none;
  padding: 13px 0;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-workspace .table-wrap {
  margin: 0 32px;
}
.page-workspace .table-wrap .sitem-item {
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-workspace .table-wrap .sitem-item:after {
  content: ' ';
  display: block;
  clear: both;
  height: 1px;
  padding-top: 7px;
  border-bottom: 1px solid #e5e5e5;
}
.page-workspace .table-wrap .sitem-item:last-child {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.page-workspace .table-wrap .sitem-item:last-child:after {
  border: none;
}
.page-workspace .table-wrap .sitem-item .td .td-desktop-hide {
  display: none;
}
.page-workspace .table-wrap .sitem-item .td-multiple {
  position: relative;
  top: 5px;
}
.page-workspace .table-wrap .sitem-item .td-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-workspace .table-wrap .sitem-item .td-name .name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
}
.page-workspace .table-wrap .sitem-item .td-name .name .survey-icon {
  font-size: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace .table-wrap .sitem-item .td-name .name .folder-name,
.page-workspace .table-wrap .sitem-item .td-name .name .sitem-name {
  padding-left: 8px;
  max-width: calc(100% - 39px);
}
.page-workspace .table-wrap .sitem-item .td-name .name .folder-name a,
.page-workspace .table-wrap .sitem-item .td-name .name .sitem-name a {
  text-decoration: none;
}
.page-workspace .table-wrap .sitem-item .td-name .name .folder-title {
  text-align: left;
  padding-left: 6px;
}
.page-workspace .table-wrap .sitem-item .td-name .name .text,
.page-workspace .table-wrap .sitem-item .td-name .name .folder-title {
  font-weight: bold;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-workspace .table-wrap .sitem-item .td-name .name .text:hover,
.page-workspace .table-wrap .sitem-item .td-name .name .folder-title:hover {
  color: #0f6bff;
}
.page-workspace .table-wrap .sitem-item .td-name .export-package {
  position: static;
  margin-left: 30px;
}
.page-workspace .table-wrap .sitem-item .td-name .iframe {
  position: absolute;
}
.page-workspace .table-wrap .sitem-item .td-name .info {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  padding-left: 26px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-workspace .table-wrap .sitem-item .td-name .info .creator-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name {
  max-width: calc(100% - 180px);
  display: inline-block;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .face-url {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  margin-right: 8px;
  overflow: hidden;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .face-url img {
  width: 100%;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .vertical-line {
  font-size: 12px;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .creator-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag .common-team-avatar {
  -webkit-transform: scale(0.66666667);
      -ms-transform: scale(0.66666667);
          transform: scale(0.66666667);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag .tag {
  margin-right: 8px;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag .tag .coral-icon {
  fill: #999999;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}
.page-workspace .table-wrap .sitem-item .td-name .info .export-progress-round {
  position: absolute;
  bottom: 5px;
  left: 4px;
}
.page-workspace .table-wrap .sitem-item .td-scene,
.page-workspace .table-wrap .sitem-item .td-id,
.page-workspace .table-wrap .sitem-item .td-question-count,
.page-workspace .table-wrap .sitem-item .td-cited,
.page-workspace .table-wrap .sitem-item .td-recycle,
.page-workspace .table-wrap .sitem-item .td-reviewers,
.page-workspace .table-wrap .sitem-item .td-project,
.page-workspace .table-wrap .sitem-item .td-account,
.page-workspace .table-wrap .sitem-item .td-type,
.page-workspace .table-wrap .sitem-item .td-date {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #333333;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.page-workspace .table-wrap .sitem-item .td-reviewers {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 12px;
}
.page-workspace .table-wrap .sitem-item .td-review-status,
.page-workspace .table-wrap .sitem-item .td-status {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-workspace .table-wrap .sitem-item .td-review-status .stop,
.page-workspace .table-wrap .sitem-item .td-status .stop {
  color: #999999;
}
.page-workspace .table-wrap .sitem-item .td-review-status button,
.page-workspace .table-wrap .sitem-item .td-status button {
  border: none;
  background-color: transparent;
  color: #0f6bff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.page-workspace .table-wrap .sitem-item .td-review-status button .coral-icon,
.page-workspace .table-wrap .sitem-item .td-status button .coral-icon {
  fill: #0f6bff;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status--approved {
  color: var(--td-success-color);
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status--rejected {
  color: var(--td-error-color);
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: currentColor;
  display: inline-block;
}
.page-workspace .table-wrap .sitem-item .td-operate {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
}
.page-workspace .table-wrap .sitem-item .td-operate .a-link--disabled {
  pointer-events: none;
}
.page-workspace .table-wrap .sitem-item .td-account .account {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-type-icon {
  color: #999999;
  margin-right: 4px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-type-icon svg {
  fill: currentColor;
  font-size: inherit;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-type-icon img {
  width: 100%;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-operate {
  padding-top: 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-workspace .table-wrap-tr {
  float: left;
  display: block;
  border: none;
  background-color: transparent;
  text-align: left;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.page-workspace .table-wrap-tr.start {
  color: #1ed261;
}
.page-workspace .table-head .td-multiple,
.page-workspace .table-wrap .td-multiple {
  width: 20px;
}
.page-workspace .table-head .td-name,
.page-workspace .table-wrap .td-name {
  width: calc(41% - 20px - 5px - 38px);
}
.page-workspace .table-head .td-scene,
.page-workspace .table-wrap .td-scene {
  width: calc(7% + 20px);
}
.page-workspace .table-head .td-id,
.page-workspace .table-wrap .td-id {
  width: calc(16% - 65px);
}
.page-workspace .table-head .td-reviewers,
.page-workspace .table-wrap .td-reviewers,
.page-workspace .table-head .td-recycle,
.page-workspace .table-wrap .td-recycle {
  width: calc(18% - 60px);
}
.page-workspace .table-head .td-recycle-text,
.page-workspace .table-wrap .td-recycle-text {
  display: none;
}
.page-workspace .table-head .td-project,
.page-workspace .table-wrap .td-project,
.page-workspace .table-head .td-status,
.page-workspace .table-wrap .td-status {
  width: calc(18% - 60px - 12px);
}
.page-workspace .table-head .td-operate,
.page-workspace .table-wrap .td-operate {
  max-width: 205px;
}
.page-workspace .table-head.is-survey-reviewed .td-multiple,
.page-workspace .table-wrap.is-survey-reviewed .td-multiple,
.page-workspace .table-head .is-survey-reviewed .td-multiple,
.page-workspace .table-wrap .is-survey-reviewed .td-multiple {
  width: 20px;
}
.page-workspace .table-head.is-survey-reviewed .td-name,
.page-workspace .table-wrap.is-survey-reviewed .td-name,
.page-workspace .table-head .is-survey-reviewed .td-name,
.page-workspace .table-wrap .is-survey-reviewed .td-name {
  width: calc(36% - 20px);
}
.page-workspace .table-head.is-survey-reviewed .td-id,
.page-workspace .table-wrap.is-survey-reviewed .td-id,
.page-workspace .table-head .is-survey-reviewed .td-id,
.page-workspace .table-wrap .is-survey-reviewed .td-id {
  width: calc(15% - 20px);
}
.page-workspace .table-head.is-survey-reviewed .td-reviewers,
.page-workspace .table-wrap.is-survey-reviewed .td-reviewers,
.page-workspace .table-head .is-survey-reviewed .td-reviewers,
.page-workspace .table-wrap .is-survey-reviewed .td-reviewers {
  width: calc(21% - 70px);
}
.page-workspace .table-head.is-survey-reviewed .td-project,
.page-workspace .table-wrap.is-survey-reviewed .td-project,
.page-workspace .table-head .is-survey-reviewed .td-project,
.page-workspace .table-wrap .is-survey-reviewed .td-project {
  width: calc(18% - 55px);
}
.page-workspace .table-head.is-survey-reviewed .td-review-status,
.page-workspace .table-wrap.is-survey-reviewed .td-review-status,
.page-workspace .table-head .is-survey-reviewed .td-review-status,
.page-workspace .table-wrap .is-survey-reviewed .td-review-status {
  width: calc(10% - 5px);
}
.page-workspace .table-head.is-survey-reviewed .td-operate,
.page-workspace .table-wrap.is-survey-reviewed .td-operate,
.page-workspace .table-head .is-survey-reviewed .td-operate,
.page-workspace .table-wrap .is-survey-reviewed .td-operate {
  width: 150px;
}
.page-workspace .table-head.is-survey-to-be-answer .td-multiple,
.page-workspace .table-wrap.is-survey-to-be-answer .td-multiple,
.page-workspace .table-head .is-survey-to-be-answer .td-multiple,
.page-workspace .table-wrap .is-survey-to-be-answer .td-multiple {
  width: 20px;
}
.page-workspace .table-head.is-survey-to-be-answer .td-name,
.page-workspace .table-wrap.is-survey-to-be-answer .td-name,
.page-workspace .table-head .is-survey-to-be-answer .td-name,
.page-workspace .table-wrap .is-survey-to-be-answer .td-name {
  width: calc(36% - 20px);
}
.page-workspace .table-head.is-survey-to-be-answer .td-type,
.page-workspace .table-wrap.is-survey-to-be-answer .td-type,
.page-workspace .table-head .is-survey-to-be-answer .td-type,
.page-workspace .table-wrap .is-survey-to-be-answer .td-type {
  width: calc(15% - 20px);
}
.page-workspace .table-head.is-survey-to-be-answer .td-date,
.page-workspace .table-wrap.is-survey-to-be-answer .td-date,
.page-workspace .table-head .is-survey-to-be-answer .td-date,
.page-workspace .table-wrap .is-survey-to-be-answer .td-date {
  width: calc(49% - 130px);
}
.page-workspace .table-head.is-survey-to-be-answer .td-operate,
.page-workspace .table-wrap.is-survey-to-be-answer .td-operate,
.page-workspace .table-head .is-survey-to-be-answer .td-operate,
.page-workspace .table-wrap .is-survey-to-be-answer .td-operate {
  width: 150px;
  text-align: left;
}
.page-workspace .table-head.is-survey-answered .td-multiple,
.page-workspace .table-wrap.is-survey-answered .td-multiple,
.page-workspace .table-head .is-survey-answered .td-multiple,
.page-workspace .table-wrap .is-survey-answered .td-multiple {
  width: 20px;
}
.page-workspace .table-head.is-survey-answered .td-name,
.page-workspace .table-wrap.is-survey-answered .td-name,
.page-workspace .table-head .is-survey-answered .td-name,
.page-workspace .table-wrap .is-survey-answered .td-name {
  width: calc(36% - 30px);
}
.page-workspace .table-head.is-survey-answered .td-type,
.page-workspace .table-wrap.is-survey-answered .td-type,
.page-workspace .table-head .is-survey-answered .td-type,
.page-workspace .table-wrap .is-survey-answered .td-type {
  width: calc(12%);
}
.page-workspace .table-head.is-survey-answered .td-status,
.page-workspace .table-wrap.is-survey-answered .td-status,
.page-workspace .table-head .is-survey-answered .td-status,
.page-workspace .table-wrap .is-survey-answered .td-status {
  width: calc(12%);
}
.page-workspace .table-head.is-survey-answered .td-date,
.page-workspace .table-wrap.is-survey-answered .td-date,
.page-workspace .table-head .is-survey-answered .td-date,
.page-workspace .table-wrap .is-survey-answered .td-date {
  width: calc(20%);
}
.page-workspace .table-head.is-survey-answered .td-account,
.page-workspace .table-wrap.is-survey-answered .td-account,
.page-workspace .table-head .is-survey-answered .td-account,
.page-workspace .table-wrap .is-survey-answered .td-account {
  width: calc(20% - 70px);
}
.page-workspace .table-head.is-survey-answered .td-operate,
.page-workspace .table-wrap.is-survey-answered .td-operate,
.page-workspace .table-head .is-survey-answered .td-operate,
.page-workspace .table-wrap .is-survey-answered .td-operate {
  width: 80px;
  text-align: left;
}
.page-workspace .table-head.is-trash .td-name,
.page-workspace .table-wrap.is-trash .td-name {
  width: calc(40% - 34px);
}
.page-workspace .table-head.is-trash .td-id,
.page-workspace .table-wrap.is-trash .td-id {
  width: calc(30% - 32px);
}
.page-workspace .table-head.is-trash .td-recycle,
.page-workspace .table-wrap.is-trash .td-recycle {
  width: calc(30% - 32px);
}
.page-workspace .table-head.is-trash .td-operate,
.page-workspace .table-wrap.is-trash .td-operate {
  width: 98px;
}
.page-workspace .table-head.is-question-bank .td-name,
.page-workspace .table-wrap.is-question-bank .td-name,
.page-workspace .table-head .is-question-bank .td-name,
.page-workspace .table-wrap .is-question-bank .td-name {
  width: calc(38% - 64px);
}
.page-workspace .table-head.is-question-bank .td-id,
.page-workspace .table-wrap.is-question-bank .td-id,
.page-workspace .table-head .is-question-bank .td-id,
.page-workspace .table-wrap .is-question-bank .td-id {
  width: calc(14%);
}
.page-workspace .table-head.is-question-bank .td-scene,
.page-workspace .table-wrap.is-question-bank .td-scene,
.page-workspace .table-head .is-question-bank .td-scene,
.page-workspace .table-wrap .is-question-bank .td-scene {
  width: calc(12%);
}
.page-workspace .table-head.is-question-bank .td-question-count,
.page-workspace .table-wrap.is-question-bank .td-question-count,
.page-workspace .table-head .is-question-bank .td-question-count,
.page-workspace .table-wrap .is-question-bank .td-question-count {
  width: calc(12%);
}
.page-workspace .table-head.is-question-bank .td-cited,
.page-workspace .table-wrap.is-question-bank .td-cited,
.page-workspace .table-head .is-question-bank .td-cited,
.page-workspace .table-wrap .is-question-bank .td-cited {
  width: calc(12%);
}
.page-workspace .table-head.is-question-bank .td-operate,
.page-workspace .table-wrap.is-question-bank .td-operate,
.page-workspace .table-head .is-question-bank .td-operate,
.page-workspace .table-wrap .is-question-bank .td-operate {
  max-width: 225px;
}
.page-workspace .site-header {
  z-index: 100;
}
.page-workspace .sitem-cover-checkbox {
  opacity: 0;
}
.page-workspace .sitem-cover-checkbox-show,
.page-workspace .sitem-cover-checkbox.t-is-checked {
  opacity: 1;
}
.page-workspace .sitem:hover .sitem-cover-checkbox,
.page-workspace .sitem-item:hover .sitem-cover-checkbox,
.page-workspace .folder-box:hover .sitem-cover-checkbox {
  opacity: 1;
}
.page-workspace .page-workspace-alert {
  position: absolute;
  z-index: 99;
  background: #ffd9c2;
  left: 0;
  right: 0;
  margin: auto;
  top: 12px;
  display: none;
}
.page-workspace .page-workspace-alert:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-workspace .page-workspace-alert .t-link {
  margin-left: 8px;
}
.workspace-no-team-dialog .t-dialog__mask {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.whiteSpace {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder {
  position: relative;
  width: 100%;
  height: 174px;
  padding-top: 16px;
  margin: 0 auto;
  background-color: #0056e3;
  border-radius: 0 6px 6px 6px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  border: none;
}
.folder:before,
.folder:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 1px;
  width: 45%;
  padding-top: 16px;
  background-color: #0056e3;
  border-radius: 6px 4px 0 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.folder:before {
  -webkit-transform: translateY(-100%) skewX(39deg);
      -ms-transform: translateY(-100%) skewX(39deg);
          transform: translateY(-100%) skewX(39deg);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.folder-page,
.folder-page-add {
  position: absolute;
  display: block;
  left: 8%;
  top: 8%;
  width: 84%;
  padding-top: 154px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.folder-page-add {
  display: none;
}
.folder-cover {
  position: relative;
  display: block;
  margin-top: 16px;
  padding-top: 142px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7baeffcc), color-stop(60.92%, #4e92ff));
  background-image: linear-gradient(180deg, #7baeffcc 0%, #4e92ff 60.92%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 6px 6px 6px 6px;
  z-index: 1;
}
.folder.mini {
  border-radius: 0 1px 1px 1px;
}
.folder.mini .folder-page {
  left: 2px;
  right: 2px;
  width: auto;
  border-radius: 0;
}
.folder.mini .folder-cover {
  border-radius: 0 0 1px 1px;
}
.folder.mini:before,
.folder.mini:after {
  padding-top: 16%;
  border-radius: 1px 1px 0 0;
}
.folder.mini:before {
  -webkit-transform: translateY(-100%) skewX(20deg);
      -ms-transform: translateY(-100%) skewX(20deg);
          transform: translateY(-100%) skewX(20deg);
}
.folder.empty .folder-page {
  opacity: 0;
}
.sitem-select-mode-disabled {
  position: relative;
}
.sitem-select-mode-disabled-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  cursor: pointer;
}
.sitem-wrap:not(.table-wrap) {
  padding: 20px 32px 5px 32px;
  display: grid;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 220px);
  grid-gap: 0 16px;
}
.sitem-wrap:not(.table-wrap) .share-project-card-box {
  margin: 0 16px 32px 0;
}
.sitem-wrap:not(.table-wrap) .sitem {
  position: relative;
  display: block;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
  width: 220px;
  height: 210px;
  margin: 0 16px 32px 0;
}
.sitem-wrap:not(.table-wrap) .sitem-selected {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sitem-wrap:not(.table-wrap) .sitem-selected::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  border: 3px solid #0f6bff;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
.sitem-wrap:not(.table-wrap) .sitem .export-package {
  z-index: 1;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
  -webkit-box-shadow: 0 4px 12px 0 #00000029;
          box-shadow: 0 4px 12px 0 #00000029;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .sitem-statistics,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .sitem-statistics {
  opacity: 0;
  -webkit-transform: translateY(-21px);
      -ms-transform: translateY(-21px);
          transform: translateY(-21px);
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .sitem-operation,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .sitem-operation {
  opacity: 1;
  -webkit-transform: translateY(-21px);
      -ms-transform: translateY(-21px);
          transform: translateY(-21px);
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .multiline.sitem-cover,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .multiline.sitem-cover {
  height: 94px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .multiline.sitem-name,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .multiline.sitem-name {
  height: 48px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .multiline.sitem-name .sitem-name-text,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .multiline.sitem-name .sitem-name-text {
  max-height: 48px;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  white-space: normal;
  opacity: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sitem-wrap:not(.table-wrap) .sitem .iframe {
  position: absolute;
}
.sitem-wrap:not(.table-wrap) .sitem-cover {
  position: relative;
  height: 116px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-bottom: 1px solid #00000014;
  border-radius: 6px 6px 0 0;
  background: #f9f9f9;
  cursor: pointer;
  overflow: hidden;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .export-progress-round {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .sitem-tag {
  position: absolute;
  right: 4px;
  bottom: 8px;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .sitem-tag .tag {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  margin: 0 4px;
  vertical-align: middle;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .sitem-tag .tag .coral-icon {
  font-size: 16px;
  fill: #ffffff;
  vertical-align: middle;
  margin-top: -2px;
}
.sitem-wrap:not(.table-wrap) .sitem-cover-checkbox {
  position: absolute;
  right: 8px;
  top: 8px;
}
.sitem-wrap:not(.table-wrap) .sitem-thumb {
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sitem-wrap:not(.table-wrap) .sitem-err {
  display: block;
  width: 60px;
  height: 60px;
  margin: 45px auto 0;
}
.sitem-wrap:not(.table-wrap) .sitem-scene {
  position: absolute;
  left: 5px;
  top: 4px;
}
.sitem-wrap:not(.table-wrap) .sitem-scene .t-tag {
  border: 0.5px solid transparent;
  border-radius: 2px;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-primary {
  color: #015bf4;
  border-color: #015bf433 !important;
  background-color: #e6f0fc;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-success {
  color: #2fac49;
  border-color: #2fac4933 !important;
  background-color: #ebf7ed;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-assessment {
  color: #9348f4;
  border-color: #9348f433 !important;
  background-color: #f5edfe;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-warning {
  color: #ff9800;
  border-color: #f8b20033 !important;
  background-color: #fff3e0;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-danger {
  color: #e55c5c;
  border-color: #ee555533 !important;
  background-color: #fdeeee;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-vote {
  color: #18bcb2;
  border-color: #18bcb233 !important;
  background-color: #e8f9f8;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-registration {
  color: #f36d00;
  border-color: #f36d0033 !important;
  background-color: #fef1e6;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-clockin {
  color: #f8b200;
  border-color: #f8b20033 !important;
  background-color: #fff8e6;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-other {
  color: #ff9800;
  border-color: #ff9800 !important;
  background-color: #fff3e0;
}
.sitem-wrap:not(.table-wrap) .sitem-scene .text {
  color: #1ed261;
  border: 0.83px solid #1ed261;
  background-color: #f4fdf7;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 6px;
}
.sitem-wrap:not(.table-wrap) .sitem-name {
  padding: 16px 16px;
  height: 24px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .sitem-name.multiline * {
  text-overflow: ellipsis;
}
.sitem-wrap:not(.table-wrap) .sitem-name-text {
  max-width: 100%;
  max-height: 24px;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  word-break: break-all;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
}
.sitem-wrap:not(.table-wrap) .sitem-name-text:hover {
  color: #0f6bff;
}
.sitem-wrap:not(.table-wrap) .sitem-name .virtual-box {
  position: absolute;
  visibility: hidden;
  white-space: normal;
  height: 26px;
  width: 186px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
}
.sitem-wrap:not(.table-wrap) .sitem-info {
  padding: 0 12px 0 16px;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics {
  color: #999999;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .face-url {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #e5e5e5;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .face-url img {
  width: 100%;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .number {
  font-size: 12px;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status {
  border-radius: 4px;
  padding: 0 2 0 4px;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status.review {
  color: #f36d00;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status.running {
  color: #2ba471;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status.paused {
  color: #999999;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot.review {
  color: #f36d00;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot.running {
  background-color: #2ba471;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot.paused {
  background-color: #999999;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-title {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-right: 3px;
}
.sitem-wrap:not(.table-wrap) .sitem-operation {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding-right: 16px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitem-wrap:not(.table-wrap) .sitem-operation button {
  background-color: transparent;
  border: none;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .operation .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .operation .describe {
  font-size: 12px;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .operation.a-link--disabled {
  pointer-events: none;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .morebtn {
  position: absolute;
  right: 3.6px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .morebtn .coral-icon-more_line {
  width: 16px;
  height: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}
.sitem-wrap:not(.table-wrap) .sitem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
}
.sitem-wrap:not(.table-wrap) .sitem:hover::before {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.sitem-wrap:not(.table-wrap) .folder-box {
  position: relative;
  width: 200px;
  height: 190px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 0 0 32px 10px;
}
.sitem-wrap:not(.table-wrap) .folder-box .folder {
  -webkit-box-shadow: 0 5px 5px 0 #00000008;
          box-shadow: 0 5px 5px 0 #00000008;
  -webkit-transform: box-shadow 0.3s ease;
      -ms-transform: box-shadow 0.3s ease;
          transform: box-shadow 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover .folder,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover .folder {
  -webkit-box-shadow: 0 3px 3px 0 #00000020;
          box-shadow: 0 3px 3px 0 #00000020;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover .morebtn,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover .morebtn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover .multiline.folder-title,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover .multiline.folder-title {
  height: 40px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  white-space: normal;
}
.sitem-wrap:not(.table-wrap) .folder-box-selected::before {
  content: '';
  display: block;
  width: 220px;
  height: 210px;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 6px;
  border: 3px solid #0f6bff;
  background: #d6e7ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sitem-wrap:not(.table-wrap) .folder-box .sitem-cover-checkbox {
  top: -4px;
  right: -4px;
  z-index: 2;
}
.sitem-wrap:not(.table-wrap) .folder-wrap {
  margin-top: 16px;
}
.sitem-wrap:not(.table-wrap) .folder-info {
  position: absolute;
  bottom: 8%;
  left: 16px;
  right: 16px;
  z-index: 3;
}
.sitem-wrap:not(.table-wrap) .folder-info button {
  border: none;
  background-color: transparent;
}
.sitem-wrap:not(.table-wrap) .folder-info .virtual-box {
  position: absolute;
  visibility: hidden;
  white-space: normal;
  height: 26px;
  width: 168px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
}
.sitem-wrap:not(.table-wrap) .folder-name {
  padding-bottom: 16px;
}
.sitem-wrap:not(.table-wrap) .folder-title {
  font-weight: bold;
  color: #ffffffe6;
  line-height: 20px;
  height: 20px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 16px;
  word-break: break-all;
  cursor: pointer;
  width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.sitem-wrap:not(.table-wrap) .folder-title.multiline {
  text-overflow: ellipsis;
}
.sitem-wrap:not(.table-wrap) .folder-title:hover {
  opacity: 0.8;
}
.sitem-wrap:not(.table-wrap) .folder-statistics {
  color: #ffffff8c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .face-url {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #00000014;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .face-url img {
  width: 100%;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .creator {
  font-size: 12px;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 40%;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .morebtn {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .morebtn .coral-icon-more_line {
  width: 16px;
  height: 20px;
  pointer-events: none;
  fill: #ffffff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sitem-wrap:not(.table-wrap) .folder-statistics .morebtn:hover .coral-icon-more_line {
  opacity: 0.8;
}
.sitem-wrap:not(.table-wrap) .coral-infinity-load {
  width: 220px;
  height: 206px;
  margin: 0 16px 32px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-member-drawer .t-loading__parent {
  height: 100%;
}
.project-member-drawer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.project-member-drawer__toolbar {
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-member-drawer__toolbar__search {
  margin-right: 8px;
}
.coral-guide-modal {
  max-height: 100%;
  overflow-y: auto;
}
.page-workspace .v3temp-workspace {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: auto;
  overflow: hidden;
}
.page-workspace .v3temp-workspace .v3temp-tempInnerPage {
  background-color: #fff;
  height: 100%;
}
.page-workspace .v3temp-workspace .v3temp-listBox {
  background-color: #fff;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-search-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content {
  width: 100%;
  padding: 0 32px;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content > div:first-child {
  width: 100%;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content .v3temp-nav-tabs .t-tabs__nav-item-text-wrapper {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content .v3temp-nav-tabs .t-is-active .t-tabs__nav-item-text-wrapper {
  color: #0f6bff;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader-ai {
  display: none;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempHeader-sub {
  background-color: #fff;
  padding: 0 32px;
  padding-top: 16px;
}
.page-workspace .v3temp-workspace .v3temp-listPanel {
  max-width: 1380px;
}
.page-workspace .v3temp-workspace .v3temp-tempListContainer {
  padding-top: 40px;
}
.page-workspace .v3temp-workspace .v3temp-tempListContainer:has(.v3temp-tempList .v3temp-topic-view:empty) {
  padding-top: 0;
}
.page-workspace .v3temp-workspace .v3temp-search-box {
  top: 0;
}
.workspace-selection {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selection-area {
  background: rgba(46, 115, 252, 0.11);
  border: 2px solid rgba(98, 155, 255, 0.81);
  border-radius: 0.1em;
}
.org-console {
  height: 100%;
}
.txc-change-log-pc__main {
  max-height: 90vh;
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/mobile.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ua-mobile .global-header {
  display: none;
}
.ua-mobile .workspace-sidebar-open .global-header {
  display: block;
}
.ua-mobile .workspace-sidebar-open .global-header .site-header {
  min-width: unset;
  height: 0;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner {
  height: 0;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner > :not(.header-user) {
  display: none;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner .header-user > :not(.header-user-info-container) {
  display: none;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner .header-user .header-user-info-container {
  position: fixed;
  right: 10px;
  top: 0;
}
.ua-mobile .page-workspace-sidebar {
  position: absolute;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0 !important;
}
.ua-mobile .page-workspace-sidebar:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ua-mobile .page-workspace-sidebar .layout-left-sidebar--header {
  background-color: #fff;
  padding: 0;
}
.ua-mobile .page-workspace-sidebar .layout-left-sidebar--header__btn {
  display: none;
}
.ua-mobile .page-workspace {
  min-width: 0;
}
.ua-mobile .page-workspace-sidebar {
  background-color: #fff;
  height: calc(100% - 64px - env(safe-area-inset-bottom));
}
.ua-mobile .page-workspace-sidebar-header {
  padding: 16px;
}
.ua-mobile .page-workspace-sidebar-header .global-search {
  max-width: none;
  width: 100%;
  margin: 0;
}
.ua-mobile .page-workspace-list {
  overflow-x: hidden;
}
.ua-mobile .page-workspace-list .table-wrap {
  margin: 0 16px;
}
.ua-mobile .page-workspace-view {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.ua-mobile .page-workspace-view--sidebar-hide .page-workspace-sidebar {
  pointer-events: none;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.ua-mobile .page-workspace-view--sidebar-hide .page-workspace-sidebar:after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.ua-mobile .page-workspace-view--sidebar-hide .page-workspace-wrap {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace-wrap {
  position: relative;
  background-color: #f6f6f6;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.ua-mobile .page-workspace-wrap .normal-member-forbid-wrapper {
  top: 56px;
}
.ua-mobile .page-workspace-footer .footer-copyright {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}
.ua-mobile .page-workspace-toolbar {
  position: static;
  padding: 0;
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.ua-mobile .page-workspace-toolbar-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.ua-mobile .page-workspace-toolbar-list {
  overflow-x: hidden;
}
.ua-mobile .page-workspace-toolbar-back {
  position: absolute;
  left: 0;
  top: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  z-index: 1;
}
.ua-mobile .page-workspace-toolbar-back .coral-icon {
  font-size: 20px;
}
.ua-mobile .page-workspace-toolbar-pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 12px;
  padding: 0;
  border-bottom: 0;
  z-index: 1;
}
.ua-mobile .page-workspace-toolbar-pre .t-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-color: transparent !important;
  background-color: transparent !important;
}
.ua-mobile .page-workspace-toolbar-pre .t-button + .t-button {
  margin-left: 8px;
}
.ua-mobile .page-workspace-toolbar-pre .t-button__text {
  display: none;
}
.ua-mobile .page-workspace-toolbar-pre .t-button .coral-icon {
  color: initial;
  font-size: 20px;
  fill: #fff;
}
.ua-mobile .page-workspace-toolbar-pre-btn__outline.t-button {
  background: transparent;
  border: 1px solid #dcdcdc;
}
.ua-mobile .page-workspace-toolbar-pre-btn__outline.t-button .coral-icon {
  fill: #000;
}
.ua-mobile .page-workspace-toolbar-mid {
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 64px 16px 8px 16px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ua-mobile .page-workspace-toolbar-mid--hide-second-nav {
  padding-top: 56px;
  padding-bottom: 0px;
  height: 0px;
}
.ua-mobile .page-workspace-toolbar-mid--hide-second-nav .page-workspace-toolbar-mid-actions {
  display: none;
}
.ua-mobile .page-workspace-toolbar-mid:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.ua-mobile .page-workspace-toolbar-path {
  display: block;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  width: auto;
  height: 56px;
  text-align: center;
  white-space: nowrap;
  overflow: auto hidden;
}
.ua-mobile .page-workspace-toolbar-path::-webkit-scrollbar {
  display: none;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 16px;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item .t-breadcrumb__inner:hover {
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item:last-child .t-breadcrumb__inner:hover {
  color: var(--td-text-color-primary);
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__inner {
  margin-top: 12px;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__inner-text {
  font-size: 14px;
  line-height: 32px;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__separator {
  margin-top: 12px;
}
.ua-mobile .page-workspace-toolbar-vote-back-to-old-version {
  position: absolute;
  left: 51px;
  z-index: 1;
  top: 10px;
  padding: 0px 10px;
  height: 36px;
}
.ua-mobile .page-workspace-toolbar-vote-back-to-old-version + .page-workspace-toolbar-sort {
  left: 134px;
}
.ua-mobile .page-workspace-toolbar-sort {
  position: absolute;
  left: 16px;
  width: 68px !important;
}
.ua-mobile .page-workspace-toolbar-sort .t-input {
  border: 0;
  height: 28px;
  padding: 0;
  background: transparent;
}
.ua-mobile .page-workspace-toolbar-sort .t-input--focused {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ua-mobile .page-workspace-toolbar-sort .t-input__inner {
  font-size: 12px;
}
.ua-mobile .page-workspace-toolbar-sort .t-input__suffix-icon {
  margin-left: 0 !important;
}
.ua-mobile .page-workspace-toolbar-sort .t-fake-arrow--active {
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace-toolbar-sort-popup .t-popup__content {
  width: auto !important;
}
.ua-mobile .page-workspace-toolbar-add-folder,
.ua-mobile .page-workspace-toolbar-create-project {
  width: 32px;
  padding: 0;
  margin: 0 0 0 4px;
}
.ua-mobile .page-workspace-toolbar-add-folder .coral-icon,
.ua-mobile .page-workspace-toolbar-create-project .coral-icon {
  font-size: 16px;
}
.ua-mobile .page-workspace-toolbar-add-folder .t-button__text,
.ua-mobile .page-workspace-toolbar-create-project .t-button__text {
  display: none;
}
.ua-mobile .page-workspace-toolbar .t-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ua-mobile .page-workspace-toolbar-todo-tabs {
  margin-bottom: 0px;
  background-color: rgba(246, 246, 246, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-container.t-is-top::after {
  background-color: var(--td-gray-color-3);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__btn {
  height: 55px;
  line-height: 56px;
  font-weight: 600;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item {
  height: 56px;
  line-height: 56px;
  font-weight: 600;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item:not(.t-is-active) {
  color: var(--td-text-color-primary);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item .t-tabs__nav-item-text-wrapper {
  gap: 4px;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item .t-tabs__nav-item-text-wrapper .t-badge--circle.t-size-s {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item.t-is-active::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: var(--td-brand-color);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__bar {
  display: none;
}
.ua-mobile .page-workspace-toolbar-todo-survey-filter {
  padding: 16px;
  margin: 0px;
  background-color: rgba(246, 246, 246, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ua-mobile .page-workspace-toolbar-todo-survey-filter .t-radio-group {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.ua-mobile .page-workspace-toolbar-todo-survey-filter .t-radio-button {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .page-workspace-toolbar-material-tabs {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin-top: 0px;
}
.ua-mobile .page-workspace-toolbar-tab-actions {
  height: 48px;
}
.ua-mobile .page-workspace-toolbar-tab-actions-hide-material-tabs {
  height: 56px;
}
.ua-mobile .page-workspace-toolbar-mid .t-button,
.ua-mobile .page-workspace-toolbar-tab-actions .t-button,
.ua-mobile .page-workspace-toolbar-mid .coral-workspace-list-view-controls,
.ua-mobile .page-workspace-toolbar-tab-actions .coral-workspace-list-view-controls {
  border-color: transparent;
  background-color: transparent;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls {
  margin-left: 8px;
  width: auto;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn:not(.coral-workspace-list-view-controls-btn-active) {
  display: none;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn .coral-icon {
  font-size: 20px;
  padding: 6px;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn-active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn-active .coral-icon {
  fill: var(--td-text-color-primary);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  grid-template-columns: repeat(auto-fill, 33.33%);
  grid-gap: 0;
}
@media screen and (min-width: 600px) {
  .ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 25%);
  }
}
@media screen and (min-width: 793px) {
  .ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 20%);
  }
}
@media screen and (min-width: 985px) {
  .ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 16.666%);
  }
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: top;
  border-top-right-radius: 4.545% 5.714%;
  border-bottom-right-radius: 4.545% 5.714%;
  border-bottom-left-radius: 4.545% 5.714%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder:before,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder:after {
  border-top-left-radius: 12.987% 75.757%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box {
  width: calc(74.4% + 34px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 18% auto;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box:hover,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box.hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box:hover .folder,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box.hover .folder {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-cover {
  padding-top: 60%;
  border-bottom-right-radius: 4.545% 7.353%;
  border-bottom-left-radius: 4.545% 7.353%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-page,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-page-add {
  padding-top: 70%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-title {
  font-size: 12px;
  line-height: 16px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-statistics .face-url {
  max-width: 14px;
  height: 14px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-statistics .creator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 32px;
  font-size: 12px;
  white-space: nowrap;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-statistics .morebtn {
  padding: 0;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem {
  width: calc(100% - 8px * 2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 44px auto;
  overflow: visible;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-cover {
  height: 0;
  padding-top: calc(76.4% - 34px);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-name {
  height: 20px;
  padding: 12px 12px 0 12px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-name-text {
  font-size: 12px;
  line-height: 16px;
  color: var(--td-text-color-primary);
  text-overflow: ellipsis;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-name-text:hover {
  color: var(--td-text-color-primary);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-info {
  padding: 8px 8px 8px calc(8px*1.75);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics {
  position: relative;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .face-url {
  width: 14px;
  height: 14px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .number {
  font-size: 10px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status {
  font-size: 10px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 2px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-status .text {
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: var(--td-success-color);
  border: 0;
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-operation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-operation *:not(.morebtn) {
  display: none;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-operation .morebtn {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem:hover,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem.hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem:hover .sitem-statistics,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem.hover .sitem-statistics,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem:hover .sitem-operation,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem.hover .sitem-operation {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace .project-item-list {
  width: 100%;
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}
.ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
  grid-template-columns: repeat(auto-fill, 50%);
}
@media screen and (min-width: 600px) {
  .ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 33.33%);
  }
}
@media screen and (min-width: 793px) {
  .ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 25%);
  }
}
@media screen and (min-width: 985px) {
  .ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 20%);
  }
}
.ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) .share-project-card-box {
  width: auto;
}
.ua-mobile .page-workspace .share-project-card-box {
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px;
}
.ua-mobile .page-workspace .share-project-card-operation .share-project-card-more {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ua-mobile .page-workspace .share-project-card-operation .share-project-card-unrestricted-tips {
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  opacity: 1;
}
.ua-mobile .page-workspace .table-head {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item {
  position: relative;
  padding: 14px 0 0 36px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item:after {
  margin-left: -36px;
  padding-top: 14px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name {
  margin-bottom: 6px;
  padding-left: 0;
  width: 100%;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .name {
  padding-right: 32px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .name .folder-title {
  padding-left: 0;
  font-size: 15px;
  line-height: 20px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .name .survey-icon {
  position: absolute;
  left: 3px;
  top: 14px;
  width: 20px;
  height: 20px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .info {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-id,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-question-count,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-recycle {
  float: left;
  width: auto;
  padding: 0;
  margin-right: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-id:before {
  content: 'ID: ';
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-recycle .td-recycle-text {
  display: inline;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-review-status,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-status {
  padding: 0;
  line-height: 1;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  width: auto;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-review-status .t-tag,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-status .t-tag {
  border-radius: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-cited {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-question-count::before {
  content: '|';
  margin-left: -8px;
  margin-right: 8px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-scene {
  float: left;
  width: auto;
  padding: 0;
  margin-right: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-scene::before {
  content: '|';
  margin-left: -8px;
  margin-right: 8px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate {
  position: absolute;
  right: -6px;
  top: 14px;
  padding: 0;
  width: auto;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate > *:not(.td-operate-more):not(.td-mobile-visible) {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate .td-operate-more {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: var(--td-radius-default);
  overflow: hidden;
  color: var(--td-text-color-disabled);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate .review-button {
  padding-left: 4px;
  padding-right: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-reviewers,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-project {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name {
  margin-bottom: 0;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name .name {
  padding-left: 0;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name .name .folder-title {
  line-height: 40px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name .name .survey-icon {
  left: -1px;
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-id,
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-recycle,
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-status,
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-scene {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name .name {
  padding-left: 0px;
  padding-right: 92px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name .name {
  padding-right: 56px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name {
  margin-bottom: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name .name,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name .name {
  margin-bottom: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name .info,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-status,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-status {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-operate,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-operate {
  right: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-name .name {
  padding-left: 0px;
  padding-right: 56px;
  margin-bottom: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-name .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-type,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-date {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-operate {
  right: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-name .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-type,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-date,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-account {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-operate {
  right: 0px;
}
.ua-mobile .page-workspace .td-multiple {
  display: none;
}
.ua-mobile .project-member-drawer {
  z-index: 12 !important;
}
.ua-mobile .project-member-drawer .t-drawer__content-wrapper {
  width: 100% !important;
}
.ua-mobile .move-to-dialog .t-dialog__position {
  padding: 0;
}
.ua-mobile .move-to-dialog .t-dialog__body {
  min-height: 100px;
  max-height: calc(100vh - 56px * 2 - 48px);
  height: auto;
}
.ua-mobile .move-to-dialog .folder-tree-selector {
  height: auto;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/workspace/tabbar.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.workspace-tabbar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255);
  height: 64px;
  padding-bottom: env(safe-area-inset-bottom);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.workspace-tabbar-item {
  width: 64px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.workspace-tabbar-item--add {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--Coral-brand, #0F6BFF)), to(var(--Coral-brand, #0F6BFF))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--Coral-brand, #0F6BFF), var(--Coral-brand, #0F6BFF)), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0px 6.67px 8.33px -4.17px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6.67px 8.33px -4.17px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 13.33px 20px 1.67px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 13.33px 20px 1.67px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 5px 25px 4.17px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 25px 4.17px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.workspace-tabbar-item--add-icon {
  width: 20px;
  height: 20px;
}
.workspace-tabbar-item-icon {
  width: 24px;
  height: 24px;
}
.workspace-tabbar-item-icon.active {
  fill: #0F6BFF;
}
.workspace-tabbar-item-text {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
.workspace-tabbar-item-text.active {
  color: #0F6BFF;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/survey/create/material.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.create-survey-material-dialog .t-dialog {
  padding: 0px;
}
.create-survey-material-popup {
  z-index: 1000;
}
.create-survey-material-popup .t-popup__content {
  padding: 0px;
}
.create-survey-material-content {
  padding: 24px;
}
.create-survey-material-section-title {
  color: var(--td-text-color-placeholder);
  margin-bottom: 4px;
}
.create-survey-material-section-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px 8px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-word;
}
.create-survey-material-section + .create-survey-material-section {
  margin-top: 16px;
}
.create-survey-material-item {
  height: 48px;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: var(--td-radius-default);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding-left: 8px;
  padding-right: 8px;
}
.create-survey-material-item:hover {
  background-color: var(--td-gray-color-1);
}
.create-survey-material-item-icon {
  width: 32px;
  height: 32px;
}
.create-survey-material-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-survey-material-item-text {
  color: var(--td-text-color-primary);
}
.create-survey-material-dropdown-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  height: 1em;
  font-size: 16px;
}
.create-survey-material-dropdown-icon img {
  width: 100%;
  height: 100%;
}
.create-survey-material-dropdown--large .t-dropdown__item {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
}


/*# sourceMappingURL=workspace.67452612.css.map*/