/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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 {
  transition: opacity 0.3s;
}
.ten-alert--fade-leave-to {
  opacity: 0;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: 100%;
}
.ten-input__input {
  flex: 1 1;
  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;
  flex: none;
  max-width: 100%;
}
.ten-input__input-input {
  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 {
  box-sizing: content-box;
  display: flex;
  justify-content: 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 {
  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%;
  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%;
  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 {
  transition: transform 0.3s;
}
.ten-input-select--opened .ten-input__input-icon .ten-icon--carret_down {
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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 {
  transform: translateY(10px) scale(0.95);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), 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;
  transform: none;
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-enter-active {
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-leave-active {
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), 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;
  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;
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter-active {
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-leave-active {
  transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-slide-down-enter-active,
.ten-slide-down-enter-active * {
  transition: all 0.3s;
}
.ten-slide-down-leave-active,
.ten-slide-down-enter-active * {
  transition: all 0.3s;
}
.ten-popup {
  position: absolute;
  z-index: 10001;
  top: -1000px;
  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;
  box-shadow: none;
  overflow: visible;
}
.ten-popup--type-bubble > div {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: #666;
  background: #fff;
  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;
  transform: rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-top-center']::after {
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-top-right']::after {
  right: 24px;
  transform: translateX(-50%) rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-left-top']::after {
  top: 24px;
  transform: rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-left-center']::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-left-bottom']::after {
  bottom: 24px;
  transform: rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-right-top']::after {
  top: 24px;
  transform: rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-right-center']::after {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-right-bottom']::after {
  bottom: 24px;
  transform: rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-bottom-left']::after {
  left: 16px;
  transform: rotate(-45deg);
}
.ten-popup--type-bubble[class*='--p-bottom-center']::after {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.ten-popup--type-bubble[class*='--p-bottom-right']::after {
  right: 16px;
  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;
  transform: none;
}
.ten-flow-in__popup-enter-active {
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in__popup-leave-active {
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), 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 {
  transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), 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-'] {
  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-'] {
  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-'] {
  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-'] {
  transform: translateY(-10px);
  opacity: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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: flex;
}
.vue-recycle-scroller__slot {
  flex: auto 0;
}
.vue-recycle-scroller__item-wrapper {
  flex: 1 1;
  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 {
  transition: transform 0.3s;
}
.ten-select-input--popupshow .ten-input__input-icon .ten-icon--carret_down {
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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: inline-flex;
  align-items: center;
  border-radius: 24px;
  outline: none;
  border: 0;
  line-height: 24px;
  height: 24px;
  min-width: 48px;
  position: relative;
  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: inline-flex;
  height: 100%;
  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%;
  transform: translateY(-50%);
  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);
  transform: translate(-100%, -50%);
  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;
  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);
  box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 20px;
}
.ten-progress--type-bar .ten-progress__bar {
  flex: 1 1;
  background: #E9E9E9;
  height: 4px;
  border-radius: 0px;
}
.ten-progress--type-bar .ten-progress__bar-inner {
  background: #0052d9;
  transition: width 0.3s;
  height: 100%;
  border-radius: inherit;
}
.ten-progress--type-bar .ten-progress__valuetext {
  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 {
  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%;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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 * {
  box-sizing: border-box;
}
.ten-checkbox__checkbox {
  position: relative;
  top: -0.09em;
  display: inline-block;
  width: 16px;
  height: 16px;
  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;
  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;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 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%;
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  opacity: 1;
  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%;
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  opacity: 1;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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;
  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;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  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 {
  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;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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: flex;
  align-items: top;
  margin-top: 14px;
  margin-left: calc(50vw);
  padding: 10px;
  min-width: 340px;
  max-width: 500px;
  color: #333;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
  transform: translate(-50%, 0);
  border-radius: 0px;
  background: #fff;
  justify-content: space-between;
}
.ten-message__content {
  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 {
  flex: none;
  margin-right: 6px;
  font-size: 18px;
}
.ten-message__icon.ten-message__close {
  flex: none;
  margin-left: 6px;
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.32);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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;
          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;
  transform: translate(-8px, -50%);
}
.ten-badge--pos-corner .ten-badge__badge--dot {
  transform: translate(-50%, -50%);
}
.ten-badge--pos-normal {
  display: inline-flex;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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;
  box-shadow: none;
}
.ten-tooltip.ten-popup {
  overflow: visible;
}
.ten-tooltip-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  color: #666;
  background: #fff;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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;
  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 {
  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 {
  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;
  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;
  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;
  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;
  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 {
  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;
  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;
  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 {
  box-shadow: none;
}
.ten-table--vue.ten-table .ten-table__table--fixed-left {
  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 {
  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;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/.pnpm/antd-mobile@5.10.2_react-dom@16.14.0_react@16.14.0/node_modules/antd-mobile/es/components/popup/popup.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: #ffffff;
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/@tencent+ten-design-react@0.5.22_react-dom@16.14.0_react@16.14.0/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: flex;
  position: relative;
  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 {
  transition: transform 0.2s;
}
.ten-tree .ten-tree-node__expand--expanded .ten-icon--carret_right {
  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 * {
  transition: none!important;
}
.ten-treeselect {
  background: #fff;
  max-height: 400px;
  overflow-y: auto;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/.pnpm/antd-mobile@5.10.2_react-dom@16.14.0_react@16.14.0/node_modules/antd-mobile/es/components/mask/mask.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/ConsultationPopup/components/QrCode/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.consultation-qrcode {
  padding: 4px 0;
  text-align: center;
}
.consultation-qrcode > img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}
.consultation-qrcode-text {
  display: block;
  font-size: var(--td-font-size-body-medium);
  line-height: 24px;
  color: var(--td-text-color-secondary);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/ConsultationPopup/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.consultation-popup-overlay .t-popup__content {
  padding: 8px;
}
.consultation-link {
  vertical-align: middle;
}
.consultation-link .coral-icon-customer_service_line {
  fill: var(--td-brand-color);
  width: 16px;
  vertical-align: middle;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/AnimateGroup/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.animateGroup-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1020;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
.animateGroup-mask.visible {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}
.animateGroup.show .animateGroup-mask {
  opacity: 1;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/Popup/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.m-popup-root {
  color: #000;
}
.m-popup-mask {
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.m-popup-mask.run-animate {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.m-popup-mask.anim-before-show,
.m-popup-mask.anim-after-hide,
.m-popup-mask.anim-hide {
  opacity: 0;
}
.m-popup-mask.anim-before-hide,
.m-popup-mask.anim-after-show,
.m-popup-mask.anim-show {
  opacity: 1;
}
.m-popup-header {
  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;
  height: 48px;
  border-bottom: 1px solid var(--td-component-stroke);
  width: 100%;
}
.m-popup-header__button {
  width: 20%;
  min-width: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-popup-header__button .t-button {
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.m-popup-header__title {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 3;
  color: var(--td-text-color-primary);
}
.m-popup-header__title + .m-popup-header__button {
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.m-popup-header .t-button:hover {
  background-color: transparent;
  border-color: transparent;
}
.m-popup-content {
  position: fixed;
  z-index: 1010;
  width: 100vw;
  left: 0;
  bottom: 0;
  background-color: var(--td-bg-color-container);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 20px 40px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-radius: 8px 8px 0px 0px;
}
.m-popup-content.run-animate {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.m-popup-content.anim-before-show,
.m-popup-content.anim-after-hide,
.m-popup-content.anim-hide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.m-popup-content.anim-before-hide,
.m-popup-content.anim-after-show,
.m-popup-content.anim-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.m-popup-content__container {
  overflow-y: auto;
}
.m-popup-root.exit-active .m-popup-content {
  -webkit-animation: slide-out 0.33s ease-in;
          animation: slide-out 0.33s ease-in;
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!../../node_modules/.pnpm/tdesign-react@1.10.5_react-dom@16.14.0_react@16.14.0/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);
  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: flex;
  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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/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;
  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;
  position: relative;
}
.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: contain;
     object-fit: contain;
}
.create-survey-material-item-new {
  position: absolute;
  top: 0;
  right: -14px;
  color: #ef382d;
  background-color: #FFEFF1;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1;
}
.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;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/survey/common/scenes-icon/index.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.primary_FOOu9bQg {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #015bf4 !important;
  border-color: #015bf433 !important;
  background-color: #e6f0fc !important;
}
.primary_FOOu9bQg svg {
  display: block;
}
.primary_FOOu9bQg .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.primary_FOOu9bQg .content_Aj_XAeEv img {
  width: 20px;
}
.success__3v3qZ_g {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #2fac49 !important;
  border-color: #2fac4933 !important;
  background-color: #ebf7ed !important;
}
.success__3v3qZ_g svg {
  display: block;
}
.success__3v3qZ_g .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.success__3v3qZ_g .content_Aj_XAeEv img {
  width: 20px;
}
.assessment_ebsjRaAg {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #9348f4 !important;
  border-color: #9348f433 !important;
  background-color: #f5edfe !important;
}
.assessment_ebsjRaAg svg {
  display: block;
}
.assessment_ebsjRaAg .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.assessment_ebsjRaAg .content_Aj_XAeEv img {
  width: 20px;
}
.warning_bTnI_8zz {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #ff9800 !important;
  border-color: #f8b20033 !important;
  background-color: #fff3e0 !important;
}
.warning_bTnI_8zz svg {
  display: block;
}
.warning_bTnI_8zz .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.warning_bTnI_8zz .content_Aj_XAeEv img {
  width: 20px;
}
.danger_wPskSexs {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #e55c5c !important;
  border-color: #ee555533 !important;
  background-color: #fdeeee !important;
}
.danger_wPskSexs svg {
  display: block;
}
.danger_wPskSexs .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.danger_wPskSexs .content_Aj_XAeEv img {
  width: 20px;
}
.vote_wsy3th6H {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #18bcb2 !important;
  border-color: #18bcb233 !important;
  background-color: #e8f9f8 !important;
}
.vote_wsy3th6H svg {
  display: block;
}
.vote_wsy3th6H .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.vote_wsy3th6H .content_Aj_XAeEv img {
  width: 20px;
}
.registration_vqqJ0dcE {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #f36d00 !important;
  border-color: #f36d0033 !important;
  background-color: #fef1e6 !important;
}
.registration_vqqJ0dcE svg {
  display: block;
}
.registration_vqqJ0dcE .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.registration_vqqJ0dcE .content_Aj_XAeEv img {
  width: 20px;
}
.clockin_wkTMUa99 {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #f8b200 !important;
  border-color: #f8b20033 !important;
  background-color: #fff8e6 !important;
}
.clockin_wkTMUa99 svg {
  display: block;
}
.clockin_wkTMUa99 .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.clockin_wkTMUa99 .content_Aj_XAeEv img {
  width: 20px;
}
.other_Pkt8k400 {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #ff9800 !important;
  border-color: #ff9800 !important;
  background-color: #fff3e0 !important;
}
.other_Pkt8k400 svg {
  display: block;
}
.other_Pkt8k400 .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.other_Pkt8k400 .content_Aj_XAeEv img {
  width: 20px;
}
.interview_OblGtukr {
  border: 0.5px solid transparent;
  border-radius: 3px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 12px;
  gap: 4px;
  color: #6a6aff !important;
  border-color: rgba(106, 106, 255, 0.2) !important;
  background-color: #e9e9ff !important;
}
.interview_OblGtukr svg {
  display: block;
}
.interview_OblGtukr .content_Aj_XAeEv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.interview_OblGtukr .content_Aj_XAeEv img {
  width: 20px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/survey/scene-config/icon/style.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.survey-icon {
  height: 1em;
  width: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyDialog/components/Header/index.module.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_tbUMpjtL.t-button_xNYBwJXz {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_tbUMpjtL.t-button_xNYBwJXz:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header_aCK2kq_H {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  border-bottom: 1px solid var(--td-border-level-1-color);
  gap: 16px;
}
.header_aCK2kq_H .title_kpAd1cCZ {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.header_aCK2kq_H .tag_nOVciLRk {
  cursor: pointer;
}
.header_aCK2kq_H .tag_nOVciLRk .survey-type-icon {
  height: 32px;
  font-size: 14px;
  gap: 8px;
  padding: 0 8px;
  border-radius: 6px;
  border: none;
}
.header_aCK2kq_H .tag_nOVciLRk .survey-type-icon img {
  display: block;
}
.header_aCK2kq_H .close_s14Fnd1L {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
}
.header_aCK2kq_H.mobile_aJj0cIx9 {
  padding: 12px 15px;
}
.header_aCK2kq_H.mobile_aJj0cIx9 .close_s14Fnd1L {
  font-size: 28px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyDialog/components/FastCreate/index.module.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_mn5cvpxl.t-button_pRfC_XLq {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_mn5cvpxl.t-button_pRfC_XLq:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.fastCreate_yU8_gpsN {
  display: grid;
  grid-template-columns: repeat(4, auto-fit);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding-bottom: 16px;
  background-color: #f8f8f8;
}
.fastCreate_yU8_gpsN .item_K1wVgOH_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
}
.fastCreate_yU8_gpsN .item_K1wVgOH_:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.fastCreate_yU8_gpsN .item_K1wVgOH_ .icon_piLsAT4o {
  width: 24px;
}
.fastCreate_yU8_gpsN .item_K1wVgOH_ .icon_piLsAT4o svg {
  display: block;
}
.fastCreate_yU8_gpsN .item_K1wVgOH_ .title__yCurkck {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  margin-top: 8px;
}
.fastCreate_yU8_gpsN .item_K1wVgOH_ .desc___t2jSNT {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
}
.fastCreate_yU8_gpsN .fastCreate-icon {
  width: 24px;
}
.fastCreate_yU8_gpsN .fastCreate-icon svg {
  display: block;
}
.fastCreate_yU8_gpsN .fastCreate-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  margin-top: 8px;
}
.fastCreate_yU8_gpsN .fastCreate-desc {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
}
.fastCreate_yU8_gpsN .ai-uploader-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  width: 100%;
  height: 100%;
}
.fastCreate_yU8_gpsN .ai-uploader-button:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.fastCreate_yU8_gpsN .ai-uploader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}
.fastCreate_yU8_gpsN .ai-uploader .t-upload__trigger {
  width: 100%;
  height: 100%;
}
.fastCreate_yU8_gpsN .ai-uploader .fastCreate-desc .t-loading,
.fastCreate_yU8_gpsN .ai-uploader .fastCreate-desc svg {
  height: 14px;
  width: 14px;
  margin-right: 4px;
  vertical-align: -2px;
}
.fastCreate_yU8_gpsN .ai-uploader .fastCreate-desc .coral-icon-correct_fill {
  fill: #2ba471;
}
.fastCreate_yU8_gpsN .ai-uploader .fastCreate-desc .t-loading {
  height: 16px;
  width: 16px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}
.fastCreate_yU8_gpsN .ai-uploader .fastCreate-desc--file {
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 980px) {
  .fastCreate_yU8_gpsN .input-use-tips {
    line-height: 2;
    top: -7px;
    position: absolute;
    right: -4px;
    background: #000;
    padding: 0 6px;
    text-align: center;
    border-radius: 8px 8px 8px 0;
    font-size: 12px !important;
    font-weight: bold !important;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    color: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .fastCreate_yU8_gpsN .input-use-tips .ai-unit-container svg {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.fastCreateSmall_Ruw2PZfz {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px) !important;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 16px;
  padding-bottom: 16px;
  background-color: #f8f8f8;
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_ {
  width: 220px;
  height: 94px;
  margin: 0;
  padding: 0 16px 0 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  position: relative;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_ .icon_piLsAT4o {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_ .icon_piLsAT4o svg {
  display: block;
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_ .title__yCurkck {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_ .desc___t2jSNT {
  line-height: 1.3;
  color: var(--td-text-color-placeholder);
}
.fastCreateSmall_Ruw2PZfz .item_K1wVgOH_ .desc___t2jSNT:lang(zh) {
  line-height: 22px;
}
.fastCreateSmall_Ruw2PZfz .fastCreate-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.fastCreateSmall_Ruw2PZfz .fastCreate-icon svg {
  display: block;
}
.fastCreateSmall_Ruw2PZfz .fastCreate-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.fastCreateSmall_Ruw2PZfz .fastCreate-desc {
  line-height: 1.3;
  color: var(--td-text-color-placeholder);
}
.fastCreateSmall_Ruw2PZfz .fastCreate-desc:lang(zh) {
  line-height: 22px;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader-button {
  width: 220px;
  height: 94px;
  margin: 0;
  padding: 0 16px 0 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  position: relative;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader-button:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.fastCreateSmall_Ruw2PZfz .ai-uploader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader .t-upload__trigger {
  width: 100%;
  height: 100%;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader .fastCreate-desc .t-loading,
.fastCreateSmall_Ruw2PZfz .ai-uploader .fastCreate-desc svg {
  height: 14px;
  width: 14px;
  margin-right: 4px;
  vertical-align: -2px;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader .fastCreate-desc .coral-icon-correct_fill {
  fill: #2ba471;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader .fastCreate-desc .t-loading {
  height: 16px;
  width: 16px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}
.fastCreateSmall_Ruw2PZfz .ai-uploader .fastCreate-desc--file {
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 980px) {
  .fastCreateSmall_Ruw2PZfz .input-use-tips {
    line-height: 2;
    top: -7px;
    position: absolute;
    right: -4px;
    background: #000;
    padding: 0 6px;
    text-align: center;
    border-radius: 8px 8px 8px 0;
    font-size: 12px !important;
    font-weight: bold !important;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    color: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .fastCreateSmall_Ruw2PZfz .input-use-tips .ai-unit-container svg {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid {
  grid-template-columns: repeat(2, 1fr) !important;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .item_K1wVgOH_ {
  width: 100%;
  height: auto;
  padding: 16px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .item_K1wVgOH_ .icon_piLsAT4o {
  position: static;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 8px;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .item_K1wVgOH_ .desc___t2jSNT {
  margin-left: auto;
  margin-right: auto;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .ai-uploader-button {
  width: 100%;
  height: auto;
  padding: 16px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .fastCreate-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .fastCreate-icon {
  position: static;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 8px;
}
.fastCreateSmall_Ruw2PZfz.mobile_VlX1gNid .fastCreate-desc {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .importDialog_MlO6m1c6 .t-dialog {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 768px !important;
    height: 100%;
    max-height: 1024px;
  }
  .importDialog_MlO6m1c6 .t-dialog__body {
    height: calc(100% - 56px);
  }
  .importDialog_MlO6m1c6 .t-dialog--center {
    padding: 0;
    height: 100%;
  }
  .importDialog_MlO6m1c6 .t-dialog__header {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.importDialog_MlO6m1c6 .t-dialog__body {
  padding: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/AiSurveyCreditLessDialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-survey-credit-less-dialog .t-dialog__mask {
  backdrop-filter: blur(16px);
}
.ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer:has(> :only-child) {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 370px) {
  .ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer {
    color: red;
  }
  .ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer .consultation-link .t-link__prefix-icon {
    display: none;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/use-pay/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ai-use-pay__dialog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/ai-uploader.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ai-uploader--global {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 64px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.ai-uploader--global .content {
  border-radius: 12px;
  border: 1px dashed #0f6bff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.ai-uploader--global .content .img img {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
}
.ai-uploader--global .content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ai-uploader--global .content .desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/template/TemplateCard/index.module.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_XeoDLeQt.t-button_FVsFRFlr {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_XeoDLeQt.t-button_FVsFRFlr:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.container_Dh5mpwDM {
  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;
}
.container_Dh5mpwDM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  margin: -1px;
}
.container_Dh5mpwDM:hover,
.container_Dh5mpwDM.hover_RMHgftew {
  -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;
}
.container_Dh5mpwDM:hover::before,
.container_Dh5mpwDM.hover_RMHgftew::before {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.container_Dh5mpwDM:hover .banner_rleJcQWJ,
.container_Dh5mpwDM.hover_RMHgftew .banner_rleJcQWJ {
  height: 106px;
}
.container_Dh5mpwDM:hover .info_HK5y_6F4 .description_LZyqktxr,
.container_Dh5mpwDM.hover_RMHgftew .info_HK5y_6F4 .description_LZyqktxr {
  opacity: 0;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.container_Dh5mpwDM:hover .info_HK5y_6F4 .actions_sDAJzfCM,
.container_Dh5mpwDM.hover_RMHgftew .info_HK5y_6F4 .actions_sDAJzfCM {
  opacity: 1;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.container_Dh5mpwDM:hover.multiline_sFY6uVsu .banner_rleJcQWJ,
.container_Dh5mpwDM.hover_RMHgftew.multiline_sFY6uVsu .banner_rleJcQWJ {
  height: 84px;
}
.container_Dh5mpwDM:hover.multiline_sFY6uVsu .title_hfOFfJqJ,
.container_Dh5mpwDM.hover_RMHgftew.multiline_sFY6uVsu .title_hfOFfJqJ {
  height: 80px;
}
.container_Dh5mpwDM:hover.multiline_sFY6uVsu .title_hfOFfJqJ .text_td7PTfdu,
.container_Dh5mpwDM.hover_RMHgftew.multiline_sFY6uVsu .title_hfOFfJqJ .text_td7PTfdu {
  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;
  text-overflow: ellipsis;
}
.container_Dh5mpwDM:hover .more_kfbtt1XT,
.container_Dh5mpwDM.hover_RMHgftew .more_kfbtt1XT {
  opacity: 1;
}
.container_Dh5mpwDM .banner_rleJcQWJ {
  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;
}
.container_Dh5mpwDM .banner_rleJcQWJ .thumb_sTX15dGS {
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container_Dh5mpwDM .banner_rleJcQWJ .scene_Pxw8zt7e {
  position: absolute;
  left: 5px;
  top: 5px;
}
.container_Dh5mpwDM .title_hfOFfJqJ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px;
  height: 56px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.container_Dh5mpwDM .title_hfOFfJqJ .text_td7PTfdu {
  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: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container_Dh5mpwDM .title_hfOFfJqJ .virtualBox_CnsVGrV6 {
  position: absolute;
  visibility: hidden;
  white-space: normal;
  height: 24px;
  width: 186px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
}
.container_Dh5mpwDM .info_HK5y_6F4 {
  padding: 0 12px 0 16px;
}
.container_Dh5mpwDM .info_HK5y_6F4 .description_LZyqktxr {
  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;
  gap: 4px;
  line-height: 20px;
  font-size: 12px;
  white-space: nowrap;
}
.container_Dh5mpwDM .info_HK5y_6F4 .description_LZyqktxr .avatar_rH7rfDGF {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
}
.container_Dh5mpwDM .info_HK5y_6F4 .description_LZyqktxr .avatarWrap_gJXEqCKk {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
}
.container_Dh5mpwDM .info_HK5y_6F4 .description_LZyqktxr .questionCount_H0wL3JLs {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.container_Dh5mpwDM .info_HK5y_6F4 .description_LZyqktxr span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_Dh5mpwDM .info_HK5y_6F4 .actions_sDAJzfCM {
  -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;
  gap: 8px;
  height: 18px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}
.container_Dh5mpwDM .info_HK5y_6F4 .actions_sDAJzfCM .t-button {
  pointer-events: auto;
}
.container_Dh5mpwDM .info_HK5y_6F4 .actions_sDAJzfCM .more_kfbtt1XT {
  position: absolute;
  right: 3.6px;
  top: 8px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
}
.group_KbS4Zq8u {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  grid-gap: 32px 16px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/MaterialAssetOverDialog/index.module.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap_uBD8Bs7J {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.title_Laz82ghn {
  font-weight: bold;
  margin-bottom: 8px;
}
.admin_YuAYKaet {
  background-color: #F3F3F3;
  border-radius: 6px;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projectsTitle_yV6lSFAo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/SaveToTemplateDialog/style.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.save-to-template-dialog .folder-tree-selector {
  height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.save-to-template-dialog .folder-tree-selector .t-tree {
  width: 100%;
}
.save-to-template-dialog .folder-tree-selector .t-tree__label {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.save-to-template-dialog .folder-tree-selector .tree-node-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}
.save-to-template-dialog .folder-tree-selector .tree-node-content svg {
  margin-right: 4px;
}
.save-to-template-dialog .folder-tree-selector .tree-node-content .t-tag {
  padding: 0 4px;
  height: 20px;
  margin-top: 2px;
  margin-left: 8px;
}
.save-to-template-dialog .folder-tree-selector .loading {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/PreviewDialog/index.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_UWEJgvgT.t-button_A4dqIRNF {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_UWEJgvgT.t-button_A4dqIRNF:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.dialog_lr8q4LyQ .t-dialog {
  max-width: 90vw !important;
}
.dialog_lr8q4LyQ .t-dialog__body {
  padding: 0 !important;
}
@media (max-width: 980px) {
  .dialog_lr8q4LyQ .t-dialog__position {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
  }
  .dialog_lr8q4LyQ .t-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .dialog_lr8q4LyQ .t-dialog .t-dialog__body {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 100%;
  }
  .dialog_lr8q4LyQ .t-dialog .t-dialog__footer .t-button {
    width: 100%;
  }
  .dialog_lr8q4LyQ .t-dialog__wrap {
    overflow: hidden;
  }
}
.container_FvqNlQML .header_VUxBTLwZ {
  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;
  padding: 12px 24px;
  border-bottom: 1px solid var(--td-border-level-1-color);
}
@media (max-width: 980px) {
  .container_FvqNlQML .header_VUxBTLwZ {
    padding: 12px 16px;
  }
}
.container_FvqNlQML .header_VUxBTLwZ .title_RsAyq3LC {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container_FvqNlQML .header_VUxBTLwZ .computerButton_QWcDrJ1g.active_hArGegYg .coral-icon,
.container_FvqNlQML .header_VUxBTLwZ .mobileButton_lVmRujvg.active_hArGegYg .coral-icon {
  color: #0f6bff;
}
.container_FvqNlQML .header_VUxBTLwZ .computerButton_QWcDrJ1g .coral-icon,
.container_FvqNlQML .header_VUxBTLwZ .mobileButton_lVmRujvg .coral-icon {
  font-size: 18px;
}
@media (max-width: 980px) {
  .container_FvqNlQML .header_VUxBTLwZ .computerButton_QWcDrJ1g,
  .container_FvqNlQML .header_VUxBTLwZ .mobileButton_lVmRujvg {
    display: none;
  }
}
.container_FvqNlQML .header_VUxBTLwZ .actions_pwBWEji5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.container_FvqNlQML .header_VUxBTLwZ .actions_pwBWEji5 .buttonGroup_A9Z1Qu2W {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.container_FvqNlQML .header_VUxBTLwZ .actions_pwBWEji5 .buttonGroup_A9Z1Qu2W .t-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.container_FvqNlQML .header_VUxBTLwZ .actions_pwBWEji5 .buttonGroup_A9Z1Qu2W .t-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.container_FvqNlQML .header_VUxBTLwZ .actions_pwBWEji5 .buttonGroup_A9Z1Qu2W .t-button:not(:first-child) {
  margin-left: -1px;
}
.container_FvqNlQML .header_VUxBTLwZ .actions_pwBWEji5 .buttonGroup_A9Z1Qu2W .t-button:hover {
  z-index: 1;
}
.container_FvqNlQML .body_PyrNG7zZ {
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
}
.container_FvqNlQML .body_PyrNG7zZ.pc__Jaz3Pcy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 24px;
}
.container_FvqNlQML .body_PyrNG7zZ.pc__Jaz3Pcy .loading_kncI0MXJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.container_FvqNlQML .body_PyrNG7zZ.pc__Jaz3Pcy .iframe_W3zladpv {
  width: 100%;
  height: 100%;
}
.container_FvqNlQML .body_PyrNG7zZ.mobile_u7J6v0HT .iphone_Fgwiltcv {
  width: 495px;
  -webkit-transform: translateX(-50%) scale(0.75);
      -ms-transform: translateX(-50%) scale(0.75);
          transform: translateX(-50%) scale(0.75);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  position: absolute;
  left: 50%;
}
@media (max-width: 980px) {
  .container_FvqNlQML .body_PyrNG7zZ.mobile_u7J6v0HT .iphone_Fgwiltcv {
    display: none;
  }
}
.container_FvqNlQML .body_PyrNG7zZ.mobile_u7J6v0HT .loading_kncI0MXJ {
  width: 240px;
  height: 428px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 1px), 98px);
      -ms-transform: translate(calc(-50% - 1px), 98px);
          transform: translate(calc(-50% - 1px), 98px);
  z-index: 2;
}
.container_FvqNlQML .body_PyrNG7zZ.mobile_u7J6v0HT .iframe_W3zladpv {
  width: 320px;
  height: 570px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 1px), 27px) scale(0.75);
      -ms-transform: translate(calc(-50% - 1px), 27px) scale(0.75);
          transform: translate(calc(-50% - 1px), 27px) scale(0.75);
  z-index: 1;
}
@media (max-width: 980px) {
  .container_FvqNlQML .body_PyrNG7zZ.mobile_u7J6v0HT .iframe_W3zladpv {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
}
.container_FvqNlQML .body_PyrNG7zZ .iframe_W3zladpv {
  opacity: 1;
  border: none;
}
.container_FvqNlQML .body_PyrNG7zZ .iframe_W3zladpv.iframeLoading_VcRGtkKX {
  opacity: 0;
}
@media (max-width: 980px) {
  .container_FvqNlQML .body_PyrNG7zZ {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 100%;
  }
}
@media (max-width: 980px) {
  .container_FvqNlQML {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyDialog/components/Template/index.module.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_s904nm2P.t-button_kWVy_XRK {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_s904nm2P.t-button_kWVy_XRK:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey_de_Kb8UH {
  color: #000;
  display: none;
}
.survey_de_Kb8UH:first-child {
  display: block;
}
.survey_de_Kb8UH .header_tLyeR21S {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  margin: 4px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.survey_de_Kb8UH .nav_LGHAVwGZ {
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: auto;
}
.survey_de_Kb8UH .list_ZZ4rOT32 {
  min-height: 258px;
  padding: 16px 0;
  position: relative;
}
.survey_de_Kb8UH .list_ZZ4rOT32 .loading_b1rKTEiZ {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: #f8f8f8;
}
.survey_de_Kb8UH .list_ZZ4rOT32 .empty_OGNPquvU {
  width: 100%;
  height: 258px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey_de_Kb8UH .list_ZZ4rOT32 .empty_OGNPquvU .emptyText_orBfnVW3 {
  margin-top: 20px;
  color: #666;
}
.survey_de_Kb8UH .list_ZZ4rOT32 .t-table tr th {
  background-color: #f8f8f8 !important;
}
.survey_de_Kb8UH .list_ZZ4rOT32 .t-table tr {
  background-color: #f8f8f8 !important;
}
.survey_de_Kb8UH .more_yd13ZHB0 {
  margin-bottom: 16px;
}
.survey_de_Kb8UH.mobile_k9Qw0qqk .list_ZZ4rOT32 {
  min-height: 190px;
}
.survey_de_Kb8UH.mobile_k9Qw0qqk .list_ZZ4rOT32 .t-table tr th {
  padding-left: 0;
  padding-right: 0;
}
.survey_de_Kb8UH.mobile_k9Qw0qqk .list_ZZ4rOT32 .t-table tr td {
  padding-left: 0;
  padding-right: 0;
}
.survey_de_Kb8UH.mobile_k9Qw0qqk .group_RdAEG_uD {
  grid-template-columns: repeat(2, auto);
  gap: 16px 8px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.survey_de_Kb8UH.mobile_k9Qw0qqk .group_RdAEG_uD .card_DAeDcjZd {
  zoom: 0.75;
}
.surveyTitle_BAiz3V3q .name_TZ9XZ4_4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  gap: 6px;
}
.surveyTitle_BAiz3V3q .name_TZ9XZ4_4 .title_ibLsqun2 {
  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;
}
.surveyTitle_BAiz3V3q .name_TZ9XZ4_4 .survey-icon {
  font-size: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  padding-left: 26px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .creatorName_PnchR8il {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .infoName_uIapEoZJ {
  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;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .infoName_uIapEoZJ .verticalLine_VZXbLApA {
  font-size: 12px;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .infoName_uIapEoZJ .creatorName_PnchR8il {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .surveyTag_c3ipTViP {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .surveyTag_c3ipTViP .coral-icon {
  fill: #999999;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}
.surveyTitle_BAiz3V3q .info_TcQgYHCd .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;
}
.operate_g1QMUvZn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.surveyDialog_LCQnO9C_ {
  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;
  color: #000000;
}
.surveyDialog_LCQnO9C_ .icon_LMwXo3mC .survey-icon {
  width: 60px;
  height: 60px;
}
.surveyDialog_LCQnO9C_ .title_ibLsqun2 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.surveyDialog_LCQnO9C_ .info_TcQgYHCd {
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.surveyDialog_LCQnO9C_ .info_TcQgYHCd .name_TZ9XZ4_4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.surveyDialog_LCQnO9C_ .btns_TY3qdyFm {
  padding: 24px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/global-search/search-popup-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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.search-popup-content {
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  height: 100%;
  max-height: 480px;
  overflow: auto;
  overflow: overlay;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.search-popup-content::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.search-popup-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;
}
.search-popup-content::-webkit-scrollbar-track:hover {
  background: #fff;
}
.search-popup-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;
}
.search-popup-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);
}
.search-popup-content::-webkit-scrollbar-button {
  display: none;
}
.search-popup-content .icon-ai-create {
  margin-right: 8px;
}
.search-result-section {
  padding: 8px;
}
.search-result-section:not(:last-child) {
  border-bottom: 1px solid var(--td-border-level-1-color);
}
.search-result-section-ai {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  white-space: nowrap;
}
.search-result-section-ai img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.search-result-section-ai .t-button,
.search-result-section-ai .t-trigger {
  margin-left: auto;
  font-size: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.search-result-section-ai .highlight {
  color: var(--td-brand-color);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-result-section-title {
  font-weight: 600;
  padding: 0 12px;
}
.search-result-section-content {
  margin-top: 8px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyDialog/components/Search/index.module.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.search_PvOlWWdV,
.loading_mDxJBopn,
.empty_nphGSyiN {
  width: 100%;
  background-color: #f8f8f8;
  padding: 16px 0;
}
.loading_mDxJBopn,
.empty_nphGSyiN {
  margin: 80px 0;
}
.search_PvOlWWdV.mobile_n57WNqPR {
  padding: 0;
}
.search_PvOlWWdV.mobile_n57WNqPR .group_Pow1olB5 {
  grid-template-columns: repeat(2, auto);
  gap: 16px 8px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_PvOlWWdV.mobile_n57WNqPR .group_Pow1olB5 .card_frzVxiLE {
  zoom: 0.75;
}
.empty_nphGSyiN {
  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;
  gap: 16px;
}
.loading_mDxJBopn {
  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;
}
.searchInput_wYRdx19a .t-input {
  width: 400px;
}
.searchInput_wYRdx19a.mobile_n57WNqPR .t-input {
  width: 100%;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyDialog/components/Container/index.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.container_xMWQJZLW {
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container_xMWQJZLW.mobile_OepurwAm .section_uNA2qLhE .title_j7Bo_PHU {
  padding: 0 15px;
}
.container_xMWQJZLW.mobile_OepurwAm .section_uNA2qLhE .main__9Z2N0Vo {
  padding: 0 15px;
}
.content_mvT56wcj {
  position: relative;
  background-color: #f8f8f8;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: auto;
}
.content_mvT56wcj .section_uNA2qLhE .title_j7Bo_PHU {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  height: 54px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(246, 246, 246, 0.8);
  backdrop-filter: blur(20px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 0 24px;
  white-space: nowrap;
}
.content_mvT56wcj .section_uNA2qLhE .title_j7Bo_PHU.mobile_OepurwAm {
  position: static;
}
.content_mvT56wcj .section_uNA2qLhE .title_j7Bo_PHU .search_kKm9ZpAT {
  margin-left: auto;
}
.content_mvT56wcj .section_uNA2qLhE .main__9Z2N0Vo {
  padding: 0 24px;
  position: relative;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyDialog/index.module.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_NWsqdisI.t-button_kIPa4UPy {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_NWsqdisI.t-button_kIPa4UPy:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.dialog_I7neGzwg .t-dialog {
  max-width: 90vw;
  padding: 0;
}
.dialog_I7neGzwg .t-dialog__body {
  padding: 0;
  height: 769px;
  overflow: hidden;
}
.dialog_I7neGzwg.mobile_uCvbmvvD .t-dialog {
  height: 90vh;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/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/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/UI/ActionSheet.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.actionSheet {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  -webkit-transform: translate3d(0, calc(constant(safe-area-inset-bottom) + 100%), 0);
          transform: translate3d(0, calc(constant(safe-area-inset-bottom) + 100%), 0);
  -webkit-transform: translate3d(0, calc(env(safe-area-inset-bottom) + 100%), 0);
          transform: translate3d(0, calc(env(safe-area-inset-bottom) + 100%), 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.show > .actionSheet {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.actionSheet .actionGroup:last-child {
  margin-bottom: calc(constant(safe-area-inset-bottom) + 8px);
  margin-bottom: calc(env(safe-area-inset-bottom) + 8px);
}
.actionGroup {
  margin: 8px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 66vh;
  max-height: 66svh;
}
.actionButton {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #008fff;
}
.actionButton:not(:first-child):before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.actionButton:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.actionButton.disabled {
  pointer-events: none;
  color: #e2e2e2;
}
@media (orientation: landscape) {
  .actionGroup {
    margin: 8px 10%;
  }
  .actionButton {
    line-height: 44px;
  }
}


/*# sourceMappingURL=74966.b1b4a286.css.map*/