/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/link/_index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-link {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  position: relative;
  text-decoration: none;
  outline: none;
  padding: 0;
  transition: all 0.2s linear;
  font: var(--td-font-link-medium);
}
.t-link .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-s);
  display: flex;
}
.t-link .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-s);
  display: flex;
}
.t-link.t-size-s {
  font: var(--td-font-link-small);
}
.t-link.t-size-s .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-xs);
  display: flex;
}
.t-link.t-size-s .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-xs);
  display: flex;
}
.t-link.t-size-l {
  font: var(--td-font-link-large);
}
.t-link.t-size-l .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-m);
  display: flex;
}
.t-link.t-size-l .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-m);
  display: flex;
}
.t-link--theme-default {
  color: var(--td-text-color-primary);
}
.t-link--theme-default:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-text-color-primary);
  opacity: 0;
  transition: all 0.2s linear;
}
.t-link--theme-default.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-default.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-color:hover {
  color: var(--td-brand-color-hover);
}
.t-link--theme-default.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-brand-color-hover);
}
.t-link--theme-default.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-color:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-default.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-text-color-primary);
  transition: all 0.2s linear;
}
.t-link--theme-default.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
}
.t-link--theme-default.t-is-disabled:hover,
.t-link--theme-default.t-is-disabled:active {
  color: var(--td-text-color-disabled);
}
.t-link--theme-default.t-is-disabled.t-is-underline::after {
  border-color: var(--td-text-color-disabled);
}
.t-link--theme-primary {
  color: var(--td-brand-color);
}
.t-link--theme-primary:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-brand-color);
  opacity: 0;
  transition: all 0.2s linear;
}
.t-link--theme-primary.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-primary.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-color:hover {
  color: var(--td-brand-color-hover);
}
.t-link--theme-primary.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-brand-color-hover);
}
.t-link--theme-primary.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-color:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-brand-color);
  transition: all 0.2s linear;
}
.t-link--theme-primary.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-brand-color-disabled);
}
.t-link--theme-primary.t-is-disabled:hover,
.t-link--theme-primary.t-is-disabled:active {
  color: var(--td-brand-color-disabled);
}
.t-link--theme-primary.t-is-disabled.t-is-underline::after {
  border-color: var(--td-brand-color-disabled);
}
.t-link--theme-success {
  color: var(--td-success-color);
}
.t-link--theme-success:active {
  color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-success-color);
  opacity: 0;
  transition: all 0.2s linear;
}
.t-link--theme-success.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-success.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-color:hover {
  color: var(--td-success-color-hover);
}
.t-link--theme-success.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-success-color-hover);
}
.t-link--theme-success.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-color:active {
  color: var(--td-success-color-active);
}
.t-link--theme-success.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-success-color);
  transition: all 0.2s linear;
}
.t-link--theme-success.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-success-color-disabled);
}
.t-link--theme-success.t-is-disabled:hover,
.t-link--theme-success.t-is-disabled:active {
  color: var(--td-success-color-disabled);
}
.t-link--theme-success.t-is-disabled.t-is-underline::after {
  border-color: var(--td-success-color-disabled);
}
.t-link--theme-danger {
  color: var(--td-error-color);
}
.t-link--theme-danger:active {
  color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-error-color);
  opacity: 0;
  transition: all 0.2s linear;
}
.t-link--theme-danger.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-danger.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-color:hover {
  color: var(--td-error-color-hover);
}
.t-link--theme-danger.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-error-color-hover);
}
.t-link--theme-danger.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-color:active {
  color: var(--td-error-color-active);
}
.t-link--theme-danger.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-error-color);
  transition: all 0.2s linear;
}
.t-link--theme-danger.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-error-color-disabled);
}
.t-link--theme-danger.t-is-disabled:hover,
.t-link--theme-danger.t-is-disabled:active {
  color: var(--td-error-color-disabled);
}
.t-link--theme-danger.t-is-disabled.t-is-underline::after {
  border-color: var(--td-error-color-disabled);
}
.t-link--theme-warning {
  color: var(--td-warning-color);
}
.t-link--theme-warning:active {
  color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-warning-color);
  opacity: 0;
  transition: all 0.2s linear;
}
.t-link--theme-warning.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-warning.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-color:hover {
  color: var(--td-warning-color-hover);
}
.t-link--theme-warning.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-warning-color-hover);
}
.t-link--theme-warning.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-color:active {
  color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-warning-color);
  transition: all 0.2s linear;
}
.t-link--theme-warning.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-warning-color-disabled);
}
.t-link--theme-warning.t-is-disabled:hover,
.t-link--theme-warning.t-is-disabled:active {
  color: var(--td-warning-color-disabled);
}
.t-link--theme-warning.t-is-disabled.t-is-underline::after {
  border-color: var(--td-warning-color-disabled);
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.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-generate-usage-tip.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-generate-usage-tip {
  padding: 20px 16px;
  max-width: 560px;
  width: 95vw;
}
.ai-generate-usage-tip-header {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-generate-usage-tip-header .ai-generate-usage-tip-copy {
  fill: var(--td-brand-color);
  cursor: pointer;
}
.ai-generate-usage-tip-content {
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
}
.ai-generate-usage-tip-content p + p {
  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/ai/edit/components/usage-gallery.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-edit-dialog-usage-gallery {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ai-edit-dialog-usage-gallery-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;
}
.ai-edit-dialog-usage-gallery-refresh-button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog-usage-gallery-refresh-button svg {
  margin-left: 8px;
}
.ai-edit-dialog-usage-gallery-tip-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog-usage-gallery-examples {
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-bottom: 56px;
  overflow-y: auto;
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.ai-edit-dialog-usage-gallery-example {
  padding: 16px;
  background-color: rgba(240, 243, 246, 0.6);
  cursor: pointer;
  border-radius: var(--td-radius-default);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ai-edit-dialog-usage-gallery-example:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
}
.ai-edit-dialog-usage-gallery-example-title {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
  font-weight: 600;
}
.ai-edit-dialog-usage-gallery-example-tag {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
  font-weight: 600;
}
.ai-edit-dialog-usage-gallery-example-tag .t-tag {
  vertical-align: text-top;
}
.ai-edit-dialog-usage-gallery-example-description {
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  margin-top: 8px;
  color: var(--td-text-color-secondary);
}
.ai-edit-dialog-usage-gallery--simple {
  overflow: hidden;
}
.ai-edit-dialog-usage-gallery--simple .ai-edit-dialog-usage-gallery-examples {
  grid-template-columns: 1fr;
}
.ai-edit-dialog .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  margin: 0 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[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/swiper@6.8.1/node_modules/swiper/swiper.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ai/edit/components/ai-loading.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ai-gen-loading {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ai-gen-loading--dark,
.ai-gen-loading--light {
  width: 24px;
  height: 24px;
  background: url(../statics/ai-gen-loading-dark.cd5ada24.png) 0 0;
  background-size: auto 100%;
}
.ai-gen-loading--dark.large,
.ai-gen-loading--light.large {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.ai-gen-loading--dark.loading,
.ai-gen-loading--light.loading {
  -webkit-animation: ai-loading-play 1.5s steps(20) infinite;
          animation: ai-loading-play 1.5s steps(20) infinite;
}
.ai-gen-loading--light {
  background: url(../statics/ai-gen-loading-light.bd85f709.png) 0 0;
  background-size: auto 100%;
}
.ai-generate-button:hover .ai-gen-loading--dark,
.ai-generate-button:hover .ai-gen-loading--light {
  -webkit-animation: ai-loading-play 1.5s steps(20) infinite;
          animation: ai-loading-play 1.5s steps(20) infinite;
}
@-webkit-keyframes ai-loading-play {
  0% {
    background-position: calc(100% - 24px) 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes ai-loading-play {
  0% {
    background-position: calc(100% - 24px) 0;
  }
  100% {
    background-position: 0 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/tdesign-react@1.10.5_react-dom@16.14.0_react@16.14.0/node_modules/tdesign-react/esm/_common/style/web/components/checkbox/_index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-checkbox-group {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.t-checkbox {
  font: var(--td-font-body-medium);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--td-text-color-primary);
}
.t-checkbox + .t-checkbox {
  margin-left: inherit;
}
.t-checkbox__former {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.t-checkbox__input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 1px solid var(--td-border-level-2-color);
  border-radius: var(--coral-radius-small);
  background-color: var(--td-bg-color-container);
  box-sizing: border-box;
  flex-shrink: 0;
}
.t-checkbox__input::after {
  content: "";
  position: absolute;
  opacity: 0;
  box-sizing: border-box;
}
.t-checkbox__label {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  font: var(--td-font-body-medium);
}
.t-checkbox:hover .t-checkbox__input {
  border-color: var(--td-brand-color);
  transition: border-color 0.2s linear;
}
.t-checkbox.t-is-checked .t-checkbox__input {
  border-color: var(--td-brand-color);
  background-color: var(--td-brand-color);
  transition: background-color 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-checkbox.t-is-checked .t-checkbox__input::after {
  opacity: 1;
  top: 6px;
  left: 3px;
  width: 5px;
  height: 9px;
  border: 2px solid var(--td-text-color-anti);
  border-radius: 0 0 1px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  background: transparent;
}
.t-checkbox.t-is-indeterminate .t-checkbox__input {
  border-color: var(--td-brand-color);
  background-color: var(--td-brand-color);
  transition: background-color 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-checkbox.t-is-indeterminate .t-checkbox__input::after {
  opacity: 1;
  width: 16px;
  height: 4px;
  left: -1px;
  right: 0;
  top: 5px;
  border: unset;
  transform: scale(0.5);
  background-color: var(--td-font-white-1);
}
.t-checkbox.t-is-disabled {
  cursor: not-allowed;
}
.t-checkbox.t-is-disabled .t-checkbox__label {
  color: var(--td-text-color-disabled);
}
.t-checkbox.t-is-disabled .t-checkbox__input {
  background-color: var(--td-bg-color-component-disabled);
}
.t-checkbox.t-is-disabled:hover .t-checkbox__input {
  border-color: var(--td-border-level-2-color);
}
.t-checkbox.t-is-disabled.t-is-checked .t-checkbox__input {
  border-color: var(--td-border-level-2-color);
}
.t-checkbox.t-is-disabled.t-is-checked .t-checkbox__input::after {
  border-color: var(--td-text-color-disabled);
}
.t-checkbox.t-is-disabled.t-is-indeterminate .t-checkbox__input {
  border-color: var(--td-border-level-2-color);
}
.t-checkbox.t-is-disabled.t-is-indeterminate .t-checkbox__input::after {
  background-color: var(--td-text-color-disabled);
}
.t-checkbox:focus-visible:focus-visible {
  outline: 2px solid var(--td-brand-color);
  outline-offset: var(--td-comp-paddingTB-xs);
  border-radius: 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/tdesign-react@1.10.5_react-dom@16.14.0_react@16.14.0/node_modules/tdesign-react/esm/_common/style/web/components/input/_index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.input-readonly.t-is-readonly {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-specialcomponent);
}
.input-readonly.t-is-readonly .t-input__inner {
  cursor: pointer;
}
.input-disabled.t-is-disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.input-disabled.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.input-disabled.t-is-disabled .t-input__inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  text-overflow: initial;
}
.input-disabled.t-is-disabled .t-input__inner::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled > .t-input__prefix .t-icon,
.input-disabled.t-is-disabled > .t-input__suffix .t-icon {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled > .t-input__prefix .t-icon:hover,
.input-disabled.t-is-disabled > .t-input__suffix .t-icon:hover {
  color: var(--td-text-color-disabled);
}
.t-tips {
  font-size: var(--td-font-size-body-small);
}
.t-tips.t-is-default {
  color: var(--td-text-color-placeholder);
}
.t-tips.t-is-error {
  color: var(--td-error-color);
}
.t-tips.t-is-warning {
  color: var(--td-warning-color);
}
.t-tips.t-is-success {
  color: var(--td-success-color);
}
.t-input {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: var(--td-comp-size-m);
  border-width: 1px;
  border-style: solid;
  border-radius: var(--td-radius-default);
  border-color: var(--td-border-level-2-color);
  padding: 0 var(--td-comp-paddingLR-s);
  background-color: var(--td-bg-color-specialcomponent);
  outline: none;
  color: var(--td-text-color-primary);
  font: var(--td-font-body-medium);
  width: 100%;
  box-sizing: border-box;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.t-input:hover {
  border-color: var(--td-brand-color);
}
.t-input:focus {
  z-index: 1;
  border-color: var(--td-brand-color);
  box-shadow: 0 0 0 2px var(--td-brand-color-focus);
}
.t-input--borderless:not(.t-input--focused) {
  border-color: transparent;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input--borderless:not(.t-input--focused):hover {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-container-hover);
  cursor: pointer;
}
.t-input--borderless:not(.t-input--focused).t-is-disabled {
  border: none;
  background-color: var(--td-bg-color-component-disabled);
}
.t-input--focused {
  border-color: var(--td-brand-color);
  box-shadow: 0 0 0 2px var(--td-brand-color-focus);
  z-index: 1;
}
.t-input :focus-visible {
  outline: none;
}
.t-input__inner {
  flex: 1 1;
  border: none;
  outline: none;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  color: var(--td-text-color-primary);
  font: inherit;
  background-color: transparent;
  box-sizing: border-box;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-input__inner::-moz-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner:-moz-placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner:placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner[type="password"]::-ms-reveal {
  display: none;
}
.t-input__inner[type="search"]::-webkit-search-decoration,
.t-input__inner[type="search"]::-webkit-search-cancel-button,
.t-input__inner[type="search"]::-webkit-search-results-button,
.t-input__inner[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}
.t-input__inner.t-input--soft-hidden {
  width: 0;
}
.t-input__extra {
  font: var(--td-font-body-small);
  color: var(--td-text-color-placeholder);
}
.t-input__status {
  position: absolute;
  right: -24px;
  top: 0;
}
.t-input.t-input--suffix > span.t-input__clear {
  opacity: 0;
  visibility: hidden;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input.t-input--suffix:hover > span.t-input__clear {
  opacity: 1;
  visibility: visible;
}
.t-input.t-is-success {
  border-color: var(--td-success-color);
}
.t-input.t-is-success:focus {
  box-shadow: 0 0 0 2px var(--td-success-color-focus);
}
.t-input.t-is-success.t-input--focused {
  box-shadow: 0 0 0 2px var(--td-success-color-focus);
}
.t-input.t-is-success > .t-input__extra {
  color: var(--td-success-color);
}
.t-input.t-is-warning {
  border-color: var(--td-warning-color);
}
.t-input.t-is-warning:focus {
  box-shadow: 0 0 0 2px var(--td-warning-color-focus);
}
.t-input.t-is-warning.t-input--focused {
  box-shadow: 0 0 0 2px var(--td-warning-color-focus);
}
.t-input.t-is-warning > .t-input__extra {
  color: var(--td-warning-color);
}
.t-input.t-is-error {
  border-color: var(--td-error-color);
}
.t-input.t-is-error:focus {
  box-shadow: 0 0 0 2px var(--td-error-color-focus);
}
.t-input.t-is-error.t-input--focused {
  box-shadow: 0 0 0 2px var(--td-error-color-focus);
}
.t-input.t-is-error > .t-input__extra {
  color: var(--td-error-color);
}
.t-input.t-is-readonly {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-specialcomponent);
}
.t-input.t-is-readonly .t-input__inner {
  cursor: pointer;
}
.t-input.t-is-disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.t-input.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.t-input.t-is-disabled .t-input__inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  text-overflow: initial;
}
.t-input.t-is-disabled .t-input__inner::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled > .t-input__prefix .t-icon,
.t-input.t-is-disabled > .t-input__suffix .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled > .t-input__prefix .t-icon:hover,
.t-input.t-is-disabled > .t-input__suffix .t-icon:hover {
  color: var(--td-text-color-disabled);
}
.t-input.t-input--prefix > .t-input__prefix {
  z-index: 2;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.t-input.t-input--prefix > .t-input__prefix-icon {
  font-size: var(--td-font-size-body-large);
}
.t-input.t-input--suffix > .t-input__suffix {
  z-index: 2;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.t-input.t-input--suffix > .t-input__suffix-icon {
  font-size: var(--td-font-size-body-large);
}
.t-input .t-input__suffix-clear {
  cursor: pointer;
}
.t-input.t-size-l {
  height: var(--td-comp-size-xl);
  font: var(--td-font-body-large);
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-m);
}
.t-input.t-size-s {
  height: var(--td-comp-size-xs);
  font: var(--td-font-body-small);
}
.t-input .t-input__prefix > .t-icon,
.t-input .t-input__suffix > .t-icon {
  font-size: inherit;
}
.t-input .t-input__prefix > .t-icon {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.t-input .t-input__prefix:not(:empty) {
  margin-right: var(--td-comp-margin-s);
}
.t-input .t-input__suffix > .t-icon {
  color: var(--td-text-color-placeholder);
  transition: all 0.2s linear;
}
.t-input .t-input__suffix > .t-icon:hover {
  color: var(--td-text-color-secondary);
  transition: all 0.2s linear;
}
.t-input .t-input__suffix:not(:empty) {
  margin-left: var(--td-comp-margin-s);
}
.t-input.t-is-focused .t-input__prefix > .t-icon {
  color: var(--td-brand-color);
}
.t-input.t-is-focused .t-input__suffix > .t-icon-time,
.t-input.t-is-focused .t-input__suffix .t-icon-calendar {
  color: var(--td-brand-color);
}
.t-input-group {
  position: relative;
  display: inline-flex;
  align-items: stretch;
}
.t-input-group .t-input__wrap {
  border-radius: 0;
}
.t-input-group .t-input__wrap:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-input__wrap:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group .t-button,
.t-input-group .t-select {
  border-radius: 0;
}
.t-input-group .t-button:not(:first-child),
.t-input-group .t-select:not(:first-child) {
  margin-left: -1px;
}
.t-input-group .t-input__wrap:not(:first-child) .t-input {
  margin-left: -1px;
}
.t-input-group .t-input__wrap:first-child .t-input {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-input__wrap:last-child .t-input {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group .t-button:first-child,
.t-input-group .t-select:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-button:last-child,
.t-input-group .t-select:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group--separate .t-input__wrap + .t-input__wrap {
  margin-left: var(--td-comp-margin-xxxl);
}
.t-input-group--separate .t-button,
.t-input-group--separate .t-select {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-button:first-child,
.t-input-group--separate .t-select:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group--separate .t-button:last-child,
.t-input-group--separate .t-select:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group--separate .t-input__wrap .t-input {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-input__wrap .t-input:first-child {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-input__wrap .t-input:last-child {
  border-radius: var(--td-radius-default);
}
.t-input-group .t-input__inner,
.t-input-group .t-button,
.t-input-group .t-select {
  position: relative;
  z-index: 0;
}
.t-input-group .t-input__inner:hover,
.t-input-group .t-button:hover,
.t-input-group .t-select:hover,
.t-input-group .t-input__inner:focus,
.t-input-group .t-button:focus,
.t-input-group .t-select:focus,
.t-input-group .t-input__inner:active,
.t-input-group .t-button:active,
.t-input-group .t-select:active {
  z-index: 1;
}
.t-input__wrap {
  width: 100%;
}
.t-input__tips {
  height: auto;
  min-height: var(--td-line-height-body-small);
  font: var(--td-font-body-small);
  position: absolute;
}
.t-input__tips--default {
  color: var(--td-text-color-placeholder);
}
.t-input__tips--success {
  color: var(--td-success-color);
}
.t-input__tips--warning {
  color: var(--td-warning-color);
}
.t-input__tips--error {
  color: var(--td-error-color);
}
.t-align-center > .t-input__inner {
  text-align: center;
}
.t-align-right > .t-input__inner {
  text-align: right;
}
.t-input__input-pre {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  display: block;
}
.t-input--auto-width {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
}
.t-input__limit-number {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-placeholder);
  background: var(--td-bg-color-specialcomponent);
}
.t-input__limit-number.t-is-disabled {
  background: var(--td-bg-color-component-disabled);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.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/tag/_index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-tag {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  padding: 0px var(--td-comp-paddingLR-s);
  height: var(--td-comp-size-xs);
  font: var(--td-font-body-small);
  color: var(--td-text-color-anti);
  border-radius: var(--td-radius-default);
  border: 1px solid transparent;
  white-space: nowrap;
}
.t-tag .t-icon {
  margin-right: var(--td-comp-margin-xs);
  width: calc(var(--td-font-size-body-medium) + 2px);
  height: calc(var(--td-font-size-body-medium) + 2px);
  flex-shrink: 0;
}
.t-tag .t-tag__icon-close {
  margin-right: 0;
  margin-left: var(--td-comp-margin-s);
  font: var(--td-font-body-medium);
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-tag--default {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-component);
}
.t-tag--default .t-tag__icon-close {
  color: var(--td-text-color-placeholder);
}
.t-tag--default .t-tag__icon-close:hover {
  color: var(--td-text-color-primary);
}
.t-tag--default:active {
  cursor: default;
}
.t-tag--default.t-tag--disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
  border-color: var(--td-component-border);
  cursor: not-allowed;
}
.t-tag--default.t-tag--disabled:hover {
  cursor: not-allowed;
}
.t-tag--default.t-tag--disabled .t-icon:hover {
  cursor: pointer;
}
.t-tag--default.t-tag--outline {
  border-color: var(--td-component-border);
}
.t-tag--default.t-tag--light {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-tag--default.t-tag--light-outline {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-tag--primary {
  background-color: var(--td-brand-color);
}
.t-tag--primary.t-tag--outline {
  border-color: var(--td-brand-color);
}
.t-tag--primary.t-tag--light {
  background-color: var(--td-brand-color-light);
}
.t-tag--primary.t-tag--light-outline {
  border-color: var(--td-brand-color);
  background-color: var(--td-brand-color-light);
}
.t-tag--primary.t-tag--light,
.t-tag--primary.t-tag--outline,
.t-tag--primary.t-tag--light-outline {
  color: var(--td-brand-color);
}
.t-tag--primary.t-tag--light .t-tag__icon-close:hover,
.t-tag--primary.t-tag--outline .t-tag__icon-close:hover,
.t-tag--primary.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-brand-color-hover);
}
.t-tag--success {
  background-color: var(--td-success-color);
}
.t-tag--success.t-tag--outline {
  border-color: var(--td-success-color);
}
.t-tag--success.t-tag--light {
  background-color: var(--td-success-color-light);
}
.t-tag--success.t-tag--light-outline {
  border-color: var(--td-success-color);
  background-color: var(--td-success-color-light);
}
.t-tag--success.t-tag--light,
.t-tag--success.t-tag--outline,
.t-tag--success.t-tag--light-outline {
  color: var(--td-success-color);
}
.t-tag--success.t-tag--light .t-tag__icon-close:hover,
.t-tag--success.t-tag--outline .t-tag__icon-close:hover,
.t-tag--success.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-success-color-hover);
}
.t-tag--warning {
  background-color: var(--td-warning-color);
}
.t-tag--warning.t-tag--outline {
  border-color: var(--td-warning-color);
}
.t-tag--warning.t-tag--light {
  background-color: var(--td-warning-color-light);
}
.t-tag--warning.t-tag--light-outline {
  border-color: var(--td-warning-color);
  background-color: var(--td-warning-color-light);
}
.t-tag--warning.t-tag--light,
.t-tag--warning.t-tag--outline,
.t-tag--warning.t-tag--light-outline {
  color: var(--td-warning-color);
}
.t-tag--warning.t-tag--light .t-tag__icon-close:hover,
.t-tag--warning.t-tag--outline .t-tag__icon-close:hover,
.t-tag--warning.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-warning-color-hover);
}
.t-tag--danger {
  background-color: var(--td-error-color);
}
.t-tag--danger.t-tag--outline {
  border-color: var(--td-error-color);
}
.t-tag--danger.t-tag--light {
  background-color: var(--td-error-color-light);
}
.t-tag--danger.t-tag--light-outline {
  border-color: var(--td-error-color);
  background-color: var(--td-error-color-light);
}
.t-tag--danger .t-tag__icon-close {
  fill: var(--td-error-color);
}
.t-tag--danger .t-tag__icon-close:hover {
  fill: var(--td-error-color-hover);
}
.t-tag--danger.t-tag--light,
.t-tag--danger.t-tag--outline,
.t-tag--danger.t-tag--light-outline {
  color: var(--td-error-color);
}
.t-tag--danger.t-tag--light .t-tag__icon-close:hover,
.t-tag--danger.t-tag--outline .t-tag__icon-close:hover,
.t-tag--danger.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-error-color-hover);
}
.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close {
  color: var(--td-font-white-2);
}
.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close:hover {
  color: var(--td-font-white-1);
}
.t-tag.t-tag--outline {
  background: transparent;
}
.t-tag.t-size-s {
  padding: 0px var(--td-comp-paddingLR-xs);
  height: var(--td-comp-size-xxs);
  font: var(--td-font-body-small);
}
.t-tag.t-size-s .t-icon {
  font-size: var(--td-font-body-small);
}
.t-tag.t-size-l {
  padding: 0px var(--td-comp-paddingLR-m);
  height: var(--td-comp-size-m);
  font: var(--td-font-body-medium);
}
.t-tag.t-size-l .t-icon {
  font: var(--td-font-body-medium);
}
.t-tag.t-tag--round {
  border-radius: var(--td-radius-extraLarge);
}
.t-tag.t-tag--mark {
  border-radius: 0 var(--td-radius-extraLarge) var(--td-radius-extraLarge) 0;
}
.t-tag.t-tag--ellipsis .t-tag--text {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-tag.t-tag--check:not(.t-tag--disabled) {
  transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  cursor: pointer;
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--default.t-tag--dark:not(.t-tag--checked):hover {
  background-color: var(--td-bg-color-component-hover);
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--primary.t-tag--dark.t-tag--checked:hover {
  background-color: var(--td-brand-color-hover);
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--default.t-tag--outline:not(.t-tag--checked):hover {
  color: var(--td-brand-color-hover);
}
.t-tag--check.t-tag--disabled.t-tag--primary.t-tag--dark {
  background-color: var(--td-brand-color-disabled);
  cursor: not-allowed;
}
.t-tag--check.t-tag--disabled.t-tag--primary.t-tag--outline {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
  border-color: var(--td-text-color-disabled);
  cursor: not-allowed;
}
.t-check-tag-group .t-tag:not(:last-child) {
  margin-right: var(--td-comp-margin-s);
}
a .t-tag {
  cursor: pointer;
  transition: all 0.2s linear;
}
a .t-tag:hover {
  color: var(--td-brand-color);
  background-color: var(--td-bg-color-component-hover);
}
a .t-tag:active {
  color: var(--td-brand-color-active);
  background-color: var(--td-bg-color-component-active);
}

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

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

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

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.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]!../../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/tooltip/_index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-tooltip .t-popup__content {
  display: inline-block;
  border: 0;
  z-index: 5600;
  margin-bottom: 1px;
  max-width: 480px;
  word-break: break-word;
  box-sizing: border-box;
  border-radius: var(--td-radius-medium);
  color: var(--td-text-color-primary);
}
.t-tooltip--default .t-popup__content {
  color: var(--td-text-color-anti);
  background: var(--td-gray-color-13);
  box-shadow: inset 0 0.5px 0 var(--td-gray-color-9), inset 0.5px 0 0 var(--td-gray-color-9), inset 0 -0.5px 0 var(--td-gray-color-9), inset -0.5px 0 0 var(--td-gray-color-9);
}
.t-tooltip--default[data-popper-placement^="left"] .t-popup__arrow:before {
  box-shadow: inset -0.5px 0 0 var(--td-gray-color-9), inset 0 0.5px 0 var(--td-gray-color-9);
}
.t-tooltip--default[data-popper-placement^="right"] .t-popup__arrow:before {
  box-shadow: inset 0.5px 0 0 var(--td-gray-color-9), inset 0 -0.5px 0 var(--td-gray-color-9);
}
.t-tooltip--default[data-popper-placement^="top"] .t-popup__arrow:before {
  box-shadow: inset 0 -0.5px 0 var(--td-gray-color-9), inset -0.5px 0 0 var(--td-gray-color-9);
}
.t-tooltip--default[data-popper-placement^="bottom"] .t-popup__arrow:before {
  box-shadow: inset 0.5px 0 0 var(--td-gray-color-9), inset 0 0.5px 0 var(--td-gray-color-9);
}
.t-tooltip--primary .t-popup__content {
  color: var(--td-brand-color);
  background: var(--td-brand-color-light);
}
.t-tooltip--success .t-popup__content {
  color: var(--td-success-color);
  background: var(--td-success-color-light);
}
.t-tooltip--danger .t-popup__content {
  color: var(--td-error-color);
  background: var(--td-error-color-light);
}
.t-tooltip--warning .t-popup__content {
  color: var(--td-warning-color);
  background: var(--td-warning-color-light);
}
.t-tooltip .t-popup__arrow {
  background: inherit;
  height: auto;
}
.t-tooltip .t-popup__arrow::before {
  background: inherit;
}
.t-tooltip--noshadow .t-popup__content,
.t-tooltip--noshadow[data-popper-placement] .t-popup__arrow:before {
  box-shadow: 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/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/ai/edit/components/dialog.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-edit-dialog {
  max-width: 1152px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ai-edit-dialog .ai-edit-dialog-container {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.ai-edit-dialog .t-textarea .t-textarea__inner {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
}
.ai-edit-dialog-input-use-tips {
  font-weight: normal !important;
  font-size: 14px !important;
}
.ai-edit-dialog .ai-edit-dialog-generate-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.ai-edit-dialog--standard .ai-edit-dialog-title {
  font-weight: 600;
  font-size: var(--td-font-size-headline-large);
  line-height: var(--td-line-height-headline-large);
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  margin-top: 84px;
}
.ai-edit-dialog--standard .ai-edit-dialog-title .t-tag {
  position: absolute;
  top: 0;
}
.ai-edit-dialog--standard .ai-edit-dialog-description {
  color: var(--td-text-color-secondary);
  text-align: center;
  max-width: 640px;
  margin: 0 auto 24px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input {
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: all cubic-bezier(0.38, 0, 0.24, 1) 0.2s, height 0s;
  transition: all cubic-bezier(0.38, 0, 0.24, 1) 0.2s, height 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-radius: var(--td-radius-default);
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
}
.ai-edit-dialog--standard .ai-edit-dialog-input .t-upload {
  line-height: 46px;
  margin-right: 8px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input--focused {
  border-color: var(--td-brand-color);
}
.ai-edit-dialog--standard .ai-edit-dialog-input .t-textarea textarea {
  overflow: hidden;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap.is-error .error-text {
  position: absolute;
  display: block;
  margin-top: 8px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block {
  position: absolute;
  bottom: 26px;
  left: 0;
  height: 48px;
  background: #fff;
  width: 100%;
  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: 0 8px;
  width: 99%;
  left: 0.5%;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .action-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .action-left .t-input {
  height: 40px;
  background: rgba(240, 243, 246, 0.8);
  border: none;
  border-radius: 6px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .action-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .t-select .t-select__wrap {
  width: 50%;
  max-width: 120px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .t-select .t-input__wrap {
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .t-select__inner {
  background: rgba(0, 0, 0, 0.04);
  border: none;
  display: none;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .t-select .t-input__inner {
  display: none;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .ai-uploader {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap .t-action-block .ai-uploader button {
  vertical-align: middle;
  margin-top: -2px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap.has-files .ai-edit-dialog-input {
  padding-bottom: 70px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input-wrap.has-files .t-action-block {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 18px);
}
.ai-edit-dialog--standard .ai-edit-dialog-input .t-textarea .t-textarea__inner {
  border: none;
  resize: none;
}
.ai-edit-dialog--standard .ai-edit-dialog-input .t-textarea .t-textarea__inner:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ai-edit-dialog--standard .ai-edit-dialog-input .ai-edit-dialog-textarea-container {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 106px;
  max-height: 200px;
  overflow: hidden;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.ai-edit-dialog--standard .ai-edit-dialog-input .ai-edit-dialog-textarea-container .t-textarea {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  padding-bottom: 50px;
}
.ai-edit-dialog--standard .ai-edit-dialog-input .ai-edit-dialog-generate-button {
  height: 48px;
}
.ai-edit-dialog--standard .ai-edit-dialog-usage-gallery {
  margin-top: 32px;
}
.ai-edit-dialog--simple {
  padding: 0px;
}
.ai-edit-dialog--simple .ai-edit-dialog-container {
  height: 100%;
}
.ai-edit-dialog--simple .ai-edit-dialog-textarea-container {
  position: relative;
}
.ai-edit-dialog--simple .ai-edit-dialog-title {
  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;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.ai-edit-dialog--simple .ai-edit-dialog-title-suffix {
  font-weight: 400;
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.ai-edit-dialog--simple .ai-edit-dialog-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .t-textarea .t-textarea__inner {
  resize: none;
  padding-bottom: 48px;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .is-error .t-textarea__inner {
  border-color: #ef382d;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .is-error .t-textarea__inner:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .is-error.is-warrning .t-textarea__inner {
  border-color: #0f6bff;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader {
  max-width: calc(100% - 120px);
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger,
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .t-button {
  width: 100%;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .t-button__text,
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .t-button .t-button__text {
  overflow: hidden;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .coral-icon-correct_fill,
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .t-button .coral-icon-correct_fill {
  margin-right: 0;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .icon-close,
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader .t-upload__trigger .t-button .icon-close {
  margin: 0;
  overflow: visible;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-uploader__file-name {
  min-width: 22px;
  margin-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ai-edit-dialog--simple .ai-edit-dialog-input .ai-edit-dialog-generate-button {
  width: 100%;
  height: 48px;
  margin-top: 12px;
}
.ai-edit-dialog--simple .ai-edit-dialog-usage-gallery {
  margin-top: 32px;
}
.ai-edit-dialog--simple .ai-edit-dialog-usage-gallery-header {
  padding-left: 20px;
  padding-right: 20px;
}
.ai-edit-dialog--simple .ai-edit-dialog-usage-gallery-examples {
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.ai-edit-dialog--simple .model-uploader-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 20px);
  gap: 8px;
  padding: 8px 0 8px 8px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-edit-dialog--simple .model-uploader-container .t-input {
  cursor: pointer;
  height: 40px;
  background: rgba(240, 243, 246, 0.8);
  backdrop-filter: blur(2px);
  border: none;
  border-radius: 6px;
}
.ai-edit-dialog--simple .model-uploader-container .t-input .t-input__inner {
  display: none;
}
.ai-edit-dialog--simple .model-uploader-container .t-select .t-input__wrap {
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 120px;
}
.ai-edit-dialog--simple .model-uploader-container .t-input__prefix {
  margin-right: 0px;
  white-space: nowrap;
  font-size: 12px;
}
.ai-edit-dialog--simple .model-uploader-container .t-input__prefix img {
  width: 16px;
}
.ai-edit-dialog .ai-uploader button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 40px;
  height: 40px;
  vertical-align: baseline;
  border: none;
  font-size: 12px;
  padding: 0 8px;
}
.ai-edit-dialog .ai-uploader button .t-button__text {
  line-height: 16px;
}
.ai-edit-dialog .ai-uploader button .icon-close {
  margin-top: 2px;
  width: 10px;
  height: 10px;
}
.ai-edit-dialog .ai-uploader button.t-button--variant-base {
  line-height: 1;
  vertical-align: sub;
  background: rgba(240, 243, 246, 0.8);
  border: none;
}
.ai-edit-dialog .ai-uploader button.t-button--variant-base .icon-close {
  margin-left: 8px;
}
.ai-edit-dialog .ai-uploader button .coral-icon-correct_fill {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: #2ba471;
}
.ai-edit-dialog .ai-uploader button .t-loading {
  margin-right: 6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}
.ai-edit-dialog-usage-gallery {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ai-edit-dialog .error-text {
  font-size: 12px;
  color: #ef382d;
  line-height: 2;
  margin-top: 4px;
  min-height: 34px;
  line-height: 18px;
  background: #fff0ed;
  width: 100%;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
}
.ai-edit-dialog .error-text svg {
  width: 13px;
  height: 13px;
  fill: #ef382d;
  vertical-align: -2px;
  margin-right: 5px;
}
.ai-edit-dialog .error-text .coral-icon-info_fill {
  display: none;
}
.ai-edit-dialog .error-text.error-status--tips {
  background: #f0f6ff;
  color: #000000;
}
.ai-edit-dialog .error-text.error-status--tips .coral-icon-alert_fill {
  display: none;
}
.ai-edit-dialog .error-text.error-status--tips .coral-icon-info_fill {
  display: initial;
  fill: #0f6bff;
}
.ignore-over-write {
  position: absolute;
  left: 18px;
  bottom: 20px;
  font-size: 12px;
  line-height: 12px;
}
.ignore-over-write .t-checkbox {
  vertical-align: text-bottom;
}
.ai-edit-dialog-model-select.option-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.ai-edit-dialog-model-select.option-content .option-text {
  color: rgba(0, 0, 0, 0.9);
  overflow: initial;
}
.ai-edit-dialog-model-select.option-content .option-label {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 4px;
  background: #ffeff1;
  color: #f73b45;
  font-size: 12px;
  height: 14px;
  vertical-align: middle;
  line-height: 14px;
  margin-top: -4px;
  line-height: 11px;
  margin-top: -2px;
  overflow: inherit;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style/common.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ai-common--border {
  color: #027BF4;
  border-width: 1px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)), -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)) #fff;
  background: linear-gradient(to right, #66a1ff, #66cda2), linear-gradient(to right, #66a1ff, #66cda2) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ai-common--border .t-ripple {
  opacity: 0.1;
}
.ai-common--border:hover {
  background-color: #fff;
}
.ai-common--border:before,
.ai-common--border:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.ai-common--border .t-button__text {
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), color-stop(65%), to(#00a0ba));
  background-image: linear-gradient(0.25turn, #027BF4, 65%, #00a0ba);
  -webkit-background-clip: text;
  color: transparent;
}
.ai-common--border:before {
  left: 0px;
  border: 1px solid #66a1ff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-color: transparent;
}
.ai-common--border:after {
  right: 0px;
  border: 1px solid #66cda2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-color: transparent;
}
.ai-common--border.ai-common--border-hover:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)), -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)) #fff;
  background: linear-gradient(to right, #b2d0ff, #b2e6d0), linear-gradient(to right, #b2d0ff, #b2e6d0) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
}
.ai-common--border.ai-common--border-hover:hover:before {
  border-color: #b2d0ff;
  border-right-color: transparent;
}
.ai-common--border.ai-common--border-hover:hover:after {
  border-color: #b2e6d0;
  border-left-color: transparent;
}
.ai-common--border.t-button {
  color: #027BF4;
  border-width: 1px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)), -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)) #fff;
  background: linear-gradient(to right, #66a1ff, #66cda2), linear-gradient(to right, #66a1ff, #66cda2) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ai-common--border.t-button .t-ripple {
  opacity: 0.1;
}
.ai-common--border.t-button:hover {
  background-color: #fff;
}
.ai-common--border.t-button:before,
.ai-common--border.t-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.ai-common--border.t-button .t-button__text {
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), color-stop(65%), to(#00a0ba));
  background-image: linear-gradient(0.25turn, #027BF4, 65%, #00a0ba);
  -webkit-background-clip: text;
  color: transparent;
}
.ai-common--border.t-button:before {
  left: 0px;
  border: 1px solid #66a1ff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-color: transparent;
}
.ai-common--border.t-button:after {
  right: 0px;
  border: 1px solid #66cda2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-color: transparent;
}
.ai-common--border.t-button.ai-common--border-hover:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)), -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)) #fff;
  background: linear-gradient(to right, #b2d0ff, #b2e6d0), linear-gradient(to right, #b2d0ff, #b2e6d0) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
}
.ai-common--border.t-button.ai-common--border-hover:hover:before {
  border-color: #b2d0ff;
  border-right-color: transparent;
}
.ai-common--border.t-button.ai-common--border-hover:hover:after {
  border-color: #b2e6d0;
  border-left-color: transparent;
}
.ai-common--linear-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), color-stop(65%), to(#00a0ba));
  background-image: linear-gradient(0.25turn, #027BF4, 65%, #00a0ba);
  -webkit-background-clip: text;
  color: transparent;
}
.ai-common--border-padding {
  background: #fff;
  border-radius: inherit;
}
.ai-common--border-radius-6 {
  border-radius: 6px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-generate-button.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-generate-button {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
  background: radial-gradient(72.64% 291.67% at 79.17% 231.25%, #34E485 0%, #195FFF 100%);
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  font-weight: 600;
}
.ai-generate-button--disabled {
  cursor: not-allowed;
}
.ai-generate-button .icon,
.ai-generate-button .coral-icon {
  color: inherit;
  font-size: inherit;
  height: 1em;
  width: 1em;
  fill: currentColor;
}
.ai-generate-button .icon-ai-gen-white-line {
  width: 20px;
  height: 20px;
}
.ai-generate-button .icon-ai-gen-white-line.loading {
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/radio/_index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-radio-group {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-radius: var(--td-radius-default);
  flex-wrap: wrap;
}
@-moz-document url-prefix() {
  .t-radio-group {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-radio-group::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.t-radio-group::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 7px;
}
.t-radio-group::-webkit-scrollbar-thumb:vertical:hover,
.t-radio-group::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-radio-group .t-radio {
  margin-right: var(--td-comp-margin-xxl);
}
.t-radio-group.t-radio-group__outline {
  flex-wrap: wrap;
  row-gap: var(--td-comp-margin-xs);
}
.t-radio-group.t-radio-group__outline.t-size-s .t-radio-button {
  height: var(--td-comp-size-xs);
}
.t-radio-group.t-radio-group__outline.t-size-m .t-radio-button {
  height: var(--td-comp-size-m);
}
.t-radio-group.t-radio-group__outline.t-size-l .t-radio-button {
  height: var(--td-comp-size-xl);
}
.t-radio-group.t-radio-group__outline .t-radio-button:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-radio-group.t-radio-group__outline .t-radio-button:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-radio-group.t-radio-group__outline .t-radio-button:only-child {
  border-radius: var(--td-radius-default);
}
.t-radio-group.t-radio-group__outline .t-radio-button.t-is-checked {
  color: var(--td-brand-color);
}
.t-radio-group.t-radio-group__outline .t-radio-button.t-is-disabled.t-is-checked {
  color: var(--td-brand-color-disabled);
  border-color: var(--td-brand-color-disabled);
  background-color: var(--td-bg-color-specialcomponent);
}
.t-radio-group.t-radio-group--filled {
  border-color: var(--td-bg-color-component);
  padding: var(--td-comp-paddingTB-xxs) var(--td-comp-paddingLR-xxs);
  border-radius: var(--td-radius-default);
  background-color: var(--td-bg-color-component);
  position: relative;
}
.t-radio-group.t-radio-group--filled .t-radio-group__bg-block {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 0;
  height: calc(100% - 4px);
  background-color: var(--td-bg-color-container-select);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  border-radius: var(--td-radius-small);
}
.t-radio-group.t-radio-group--filled .t-radio-button {
  color: var(--td-text-color-secondary);
  border: 0;
  background-color: transparent;
}
.t-radio-group.t-radio-group--filled .t-radio-button:hover {
  color: var(--td-text-color-primary);
}
.t-radio-group.t-radio-group--filled .t-radio-button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  background-color: var(--td-component-border);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.15, 1);
}
.t-radio-group.t-radio-group--filled .t-radio-button:first-child::before {
  opacity: 0;
}
.t-radio-group.t-radio-group--filled .t-radio-button.t-is-checked {
  position: relative;
  color: var(--td-text-color-primary);
  z-index: 1;
  border: 0;
  transition: color 0.2s linear;
}
.t-radio-group.t-radio-group--filled .t-radio-button.t-is-checked::before {
  opacity: 0;
}
.t-radio-group.t-radio-group--filled .t-radio-button.t-is-checked + label::before {
  opacity: 0;
}
.t-radio-group.t-radio-group--filled .t-radio-button.t-is-disabled {
  background-color: transparent;
}
.t-radio-group.t-radio-group--filled .t-radio-button.t-is-disabled.t-is-checked {
  color: var(--td-text-color-disabled);
}
.t-radio-group.t-radio-group--filled .t-radio-button.t-is-disabled.t-is-checked ~ .t-radio-group__bg-block {
  background-color: var(--td-bg-color-component-disabled);
}
.t-radio-group.t-radio-group--primary-filled .t-radio-group__bg-block {
  background-color: var(--td-brand-color);
}
.t-radio-group.t-radio-group--primary-filled .t-radio-button.t-is-checked {
  color: var(--td-text-color-anti);
}
.t-radio-group.t-radio-group--primary-filled .t-radio-button.t-is-disabled.t-is-checked {
  color: var(--td-text-color-anti);
}
.t-radio-group.t-radio-group--primary-filled .t-radio-button.t-is-disabled.t-is-checked ~ .t-radio-group__bg-block {
  background-color: var(--td-brand-color-disabled);
}
.t-radio-group.t-size-s .t-radio-button {
  height: calc(var(--td-comp-size-xs) - (var(--td-comp-paddingTB-xxs) * 2));
  padding: 0px var(--td-comp-paddingLR-s);
  font: var(--td-font-body-small);
}
.t-radio-group.t-size-s .t-radio-button::before {
  height: calc(100% - 16px);
}
.t-radio-group.t-size-m .t-radio-button {
  height: calc(var(--td-comp-size-m) - (var(--td-comp-paddingTB-xxs) * 2));
  padding: var(--td-comp-paddingTB-xs) var(--td-comp-paddingLR-l);
  font: var(--td-font-body-medium);
}
.t-radio-group.t-size-m .t-radio-button::before {
  height: calc(100% - 20px);
}
.t-radio-group.t-size-l .t-radio-button {
  height: calc(var(--td-comp-size-xl) - (var(--td-comp-paddingTB-xxs) * 2));
  padding: var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-xl);
  font: var(--td-font-body-large);
}
.t-radio-group.t-size-l .t-radio-button::before {
  height: calc(100% - 24px);
}
.t-radio-group .t-radio-button {
  cursor: pointer;
  position: relative;
  border: 1px solid;
  border-color: var(--td-border-level-2-color);
  border-right: 0;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s cubic-bezier(0, 0, 0.15, 1);
  color: var(--td-text-color-primary);
  white-space: nowrap;
  box-sizing: border-box;
}
.t-radio-group .t-radio-button:first-child {
  border-radius: var(--td-radius-small) 0 0 var(--td-radius-small);
}
.t-radio-group .t-radio-button:last-child {
  border-right: 1px solid;
  border-right-color: var(--td-border-level-2-color);
  border-radius: 0 var(--td-radius-small) var(--td-radius-small) 0;
}
.t-radio-group .t-radio-button__former {
  opacity: 0;
  height: 0;
  width: 0;
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-radio-group .t-radio-button:hover {
  color: var(--td-brand-color);
}
.t-radio-group .t-radio-button.t-is-checked {
  border-right: 1px solid;
  border-color: var(--td-brand-color);
  transition: border-color 0.2s cubic-bezier(0, 0, 0.15, 1);
}
.t-radio-group .t-radio-button.t-is-checked + .t-radio-button {
  border-left: 0;
}
.t-radio-group .t-radio-button.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.t-radio-group .t-radio-button.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
  color: var(--td-text-color-disabled);
}
.t-radio-group .t-radio-button.t-is-disabled:hover::after {
  width: 0;
}
.t-radio-group .t-radio-button.t-is-disabled.t-is-checked {
  color: var(--td-text-color-disabled);
}
.t-radio-group .t-radio-button.t-is-disabled.t-is-checked::after {
  width: 0;
}
.t-radio {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.t-radio__former {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
}
.t-radio__input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border-radius: var(--td-radius-circle);
  border: 1px solid var(--td-border-level-2-color);
  background-color: var(--td-bg-color-container);
  transition: border 0.2s cubic-bezier(0, 0, 0.15, 1);
}
.t-radio__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  transform: scale(0.5);
  opacity: 0;
  border-radius: var(--td-radius-circle);
  background-color: var(--td-brand-color);
  transition: all 0.2s cubic-bezier(0, 0, 0.15, 1);
}
.t-radio__label {
  display: inline-block;
  margin-left: var(--td-comp-margin-s);
  color: var(--td-text-color-primary);
  vertical-align: middle;
  font: var(--td-font-body-medium);
  white-space: nowrap;
}
.t-radio:hover .t-radio__input {
  border-color: var(--td-brand-color);
}
.t-radio.t-is-checked .t-radio__input {
  border-color: var(--td-brand-color);
}
.t-radio.t-is-checked .t-radio__input::after {
  opacity: 1;
}
.t-radio.t-is-disabled {
  cursor: not-allowed;
}
.t-radio.t-is-disabled .t-radio__label {
  color: var(--td-text-color-disabled);
}
.t-radio.t-is-disabled .t-radio__input {
  background-color: var(--td-bg-color-component-disabled);
}
.t-radio.t-is-disabled:hover .t-radio__input {
  border-color: var(--td-border-level-2-color);
}
.t-radio.t-is-disabled.t-is-checked .t-radio__input {
  border-color: var(--td-border-level-2-color);
}
.t-radio.t-is-disabled.t-is-checked .t-radio__input::after {
  background-color: var(--td-text-color-disabled);
}
.t-radio:focus-visible:focus-visible {
  outline: 2px solid var(--td-brand-color);
  outline-offset: var(--td-comp-paddingTB-xs);
  border-radius: 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/tdesign-react@1.10.5_react-dom@16.14.0_react@16.14.0/node_modules/tdesign-react/esm/_common/style/web/components/input-number/_index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes t-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes t-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes t-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.t-icon-loading {
  animation: t-spin 1s linear infinite;
}
@keyframes t-zoom-out {
  from {
    transform: scale(0.2);
  }
  to {
    transform: scale(1);
  }
}
.t-input-number {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 var(--td-comp-size-m);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 144px;
}
.t-input-number:not(.t-input-number--column) > .t-input-number__decrease + .t-input__wrap {
  margin-left: var(--td-comp-margin-xs);
}
.t-input-number input::-webkit-outer-spin-button,
.t-input-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.t-input-number input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.t-input-number > .t-input__tips {
  position: absolute;
  left: 0;
}
.t-input-number input + .t-input__suffix {
  margin-left: var(--td-comp-paddingLR-s);
}
.t-input-number .t-input__prefix {
  margin-right: var(--td-comp-paddingLR-s);
}
.t-input-number .t-input {
  color: var(--td-text-color-primary);
}
.t-input-number.t-input-number--auto-width {
  width: auto;
}
.t-input-number.t-input-number--auto-width.t-is-controls-right {
  min-width: auto;
  width: auto;
}
.t-input-number.t-input-number--auto-width .t-input__inner {
  min-width: 42px;
}
.t-input-number .t-input-number__decrease,
.t-input-number .t-input-number__increase {
  width: var(--td-comp-size-m);
  height: var(--td-comp-size-m);
  position: absolute;
  top: 0;
  border: 1px solid var(--td-border-level-2-color);
  box-sizing: border-box;
  border-radius: var(--td-radius-default);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  transition: all cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input-number .t-input-number__decrease:hover,
.t-input-number .t-input-number__increase:hover {
  color: var(--td-brand-color);
  border-color: var(--td-brand-color);
}
.t-input-number .t-input-number__decrease:hover .t-icon,
.t-input-number .t-input-number__increase:hover .t-icon {
  color: var(--td-brand-color);
}
.t-input-number .t-input-number__decrease:active,
.t-input-number .t-input-number__increase:active {
  color: var(--td-brand-color);
  background-color: var(--td-bg-color-container-hover);
}
.t-input-number .t-input-number__decrease .t-icon,
.t-input-number .t-input-number__increase .t-icon {
  position: relative;
  z-index: 1;
  font-size: var(--td-font-size-body-large);
  color: var(--td-text-color-secondary);
}
.t-input-number .t-input-number__decrease.t-is-disabled,
.t-input-number .t-input-number__increase.t-is-disabled {
  color: var(--td-text-color-disabled);
  cursor: no-drop;
  background-color: var(--td-bg-color-component-disabled);
}
.t-input-number .t-input-number__decrease.t-is-disabled .t-icon,
.t-input-number .t-input-number__increase.t-is-disabled .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input-number .t-input-number__decrease.t-is-disabled:hover,
.t-input-number .t-input-number__increase.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.t-input-number .t-input-number__decrease.t-is-disabled:hover .t-icon,
.t-input-number .t-input-number__increase.t-is-disabled:hover .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input-number .t-input-number__decrease.t-is-disabled::-moz-placeholder, .t-input-number .t-input-number__increase.t-is-disabled::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input-number .t-input-number__decrease.t-is-disabled::placeholder,
.t-input-number .t-input-number__increase.t-is-disabled::placeholder {
  color: var(--td-text-color-disabled);
}
.t-input-number .t-input-number__decrease {
  left: 0;
}
.t-input-number .t-input-number__increase {
  right: -8px;
}
.t-input-number.t-is-disabled .t-input {
  cursor: no-drop;
  background-color: var(--td-bg-color-component-disabled);
  color: var(--td-text-color-disabled);
}
.t-input-number.t-is-disabled .t-input:hover,
.t-input-number.t-is-disabled .t-input:focus,
.t-input-number.t-is-disabled .t-input:active {
  border-color: var(--td-border-level-2-color);
}
.t-input-number.t-is-disabled .t-input-number__decrease,
.t-input-number.t-is-disabled .t-input-number__increase {
  color: var(--td-text-color-disabled);
  cursor: no-drop;
  background-color: var(--td-bg-color-component-disabled);
}
.t-input-number.t-is-disabled .t-input-number__decrease .t-icon,
.t-input-number.t-is-disabled .t-input-number__increase .t-icon {
  color: var(--td-text-color-secondary);
}
.t-input-number.t-size-s {
  width: 120px;
  padding: 0 var(--td-comp-size-xs);
}
.t-input-number.t-size-s .t-input {
  font-size: var(--td-font-size-body-small);
  height: var(--td-comp-size-xs);
  line-height: var(--td-comp-size-xs);
}
.t-input-number.t-size-s .t-input-number__decrease,
.t-input-number.t-size-s .t-input-number__increase {
  font-size: var(--td-font-size-body-medium);
  width: var(--td-comp-size-xs);
  height: var(--td-comp-size-xs);
}
.t-input-number.t-size-l {
  width: 168px;
  padding: 0 var(--td-comp-size-xl);
}
.t-input-number.t-size-l .t-input {
  height: var(--td-comp-size-xl);
  line-height: var(--td-comp-size-xl);
}
.t-input-number.t-size-l .t-input-number__decrease,
.t-input-number.t-size-l .t-input-number__increase {
  font-size: 18px;
  width: var(--td-comp-size-xl);
  height: var(--td-comp-size-xl);
}
.t-input-number.t-size-l.t-is-controls-right .t-input {
  height: var(--td-comp-size-xl);
  line-height: var(--td-comp-size-xl);
  padding-right: calc(var(--td-comp-size-xl) + var(--td-comp-paddingLR-s));
}
.t-input-number.t-size-l.t-is-controls-right .t-input-number__decrease,
.t-input-number.t-size-l.t-is-controls-right .t-input-number__increase {
  width: var(--td-comp-size-xl);
  font-size: var(--td-font-size-body-large);
}
.t-input-number.t-size-l .t-input--prefix {
  font: var(--td-font-body-large);
  padding: 0 var(--td-comp-paddingLR-m);
}
.t-input-number.t-input-number--normal {
  padding: 0;
  border-radius: var(--td-radius-default);
}
.t-input-number.t-input-number--normal.t-is-disabled {
  cursor: no-drop;
  color: var(--td-text-color-disabled);
}
.t-input-number.t-input-number--normal.t-is-disabled:hover .t-input {
  border-color: var(--td-border-level-2-color);
}
.t-input-number.t-input-number--normal.t-is-disabled::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input-number.t-input-number--normal.t-is-disabled::placeholder {
  color: var(--td-text-color-disabled);
}
.t-input-number.t-input-number--normal.t-is-disabled .t-input:focus {
  box-shadow: none;
}
.t-input-number.t-is-controls-right {
  width: 96px;
  padding: 0;
}
.t-input-number.t-is-controls-right:hover .t-input-number__decrease,
.t-input-number.t-is-controls-right:hover .t-input-number__increase {
  opacity: 1;
  visibility: visible;
}
.t-input-number.t-is-controls-right .t-input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding-right: calc(var(--td-comp-size-m) + var(--td-comp-paddingLR-s));
  border-radius: var(--td-radius-default);
}
.t-input-number.t-is-controls-right .t-input-number__decrease,
.t-input-number.t-is-controls-right .t-input-number__increase {
  width: var(--td-comp-size-m);
  height: calc(calc(var(--td-comp-size-m) / 2) - 2px);
  border: 0;
  left: initial;
  top: initial;
  right: 1px;
  border-radius: 0;
  background: var(--td-bg-color-secondarycontainer);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.t-input-number.t-is-controls-right .t-input-number__decrease .t-icon,
.t-input-number.t-is-controls-right .t-input-number__increase .t-icon {
  font-size: var(--td-font-size-body-small);
}
.t-input-number.t-is-controls-right .t-input-number__decrease:hover,
.t-input-number.t-is-controls-right .t-input-number__increase:hover {
  background: var(--td-bg-color-component-hover);
}
.t-input-number.t-is-controls-right .t-input-number__decrease:hover .t-icon,
.t-input-number.t-is-controls-right .t-input-number__increase:hover .t-icon {
  color: var(--td-text-color-primary);
}
.t-input-number.t-is-controls-right .t-input-number__decrease.t-is-disabled,
.t-input-number.t-is-controls-right .t-input-number__increase.t-is-disabled {
  color: var(--td-text-color-disabled);
  cursor: no-drop;
  background-color: var(--td-bg-color-component-disabled);
}
.t-input-number.t-is-controls-right .t-input-number__decrease.t-is-disabled .t-icon,
.t-input-number.t-is-controls-right .t-input-number__increase.t-is-disabled .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input-number.t-is-controls-right .t-input-number__decrease.t-is-disabled:hover,
.t-input-number.t-is-controls-right .t-input-number__increase.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.t-input-number.t-is-controls-right .t-input-number__decrease.t-is-disabled:hover .t-icon,
.t-input-number.t-is-controls-right .t-input-number__increase.t-is-disabled:hover .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input-number.t-is-controls-right .t-input-number__decrease.t-is-disabled::-moz-placeholder, .t-input-number.t-is-controls-right .t-input-number__increase.t-is-disabled::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input-number.t-is-controls-right .t-input-number__decrease.t-is-disabled::placeholder,
.t-input-number.t-is-controls-right .t-input-number__increase.t-is-disabled::placeholder {
  color: var(--td-text-color-disabled);
}
.t-input-number.t-is-controls-right .t-input-number__increase {
  top: 1px;
  border-top-right-radius: calc(var(--td-radius-default) - 1px);
}
.t-input-number.t-is-controls-right .t-input-number__decrease {
  top: calc(calc(calc(var(--td-comp-size-m) / 2) - 2px) + 3px);
  border-bottom-right-radius: calc(var(--td-radius-default) - 1px);
}
.t-input-number.t-is-controls-right.t-size-l {
  width: 120px;
}
.t-input-number.t-is-controls-right.t-size-l .t-input-number__increase,
.t-input-number.t-is-controls-right.t-size-l .t-input-number__decrease {
  height: calc(calc(var(--td-comp-size-xl) / 2) - 2px);
}
.t-input-number.t-is-controls-right.t-size-l .t-input-number__decrease {
  top: calc(calc(calc(var(--td-comp-size-xl) / 2) - 2px) + 3px);
}
.t-input-number.t-is-controls-right.t-size-s {
  width: 88px;
}
.t-input-number.t-is-controls-right.t-size-s .t-input-number__increase,
.t-input-number.t-is-controls-right.t-size-s .t-input-number__decrease {
  height: calc(calc(var(--td-comp-size-xs) / 2) - 2px);
}
.t-input-number.t-is-controls-right.t-size-s .t-input-number__decrease {
  top: calc(calc(calc(var(--td-comp-size-xs) / 2) - 2px) + 3px);
}
.t-input-number--row .t-input__wrap {
  width: initial;
  margin-right: var(--td-comp-margin-xs);
}
.t-input-number--row .t-input-number__increase {
  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/tdesign-react@1.10.5_react-dom@16.14.0_react@16.14.0/node_modules/tdesign-react/esm/_common/style/web/components/input-adornment/_index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-input-adornment {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.t-input-adornment__prepend .t-input,
.t-input-adornment__append .t-input,
.t-input-adornment__prepend .t-textarea__inner,
.t-input-adornment__append .t-textarea__inner {
  background-color: transparent;
}
.t-input-adornment__prepend {
  background-color: var(--td-bg-color-secondarycontainer);
  color: var(--td-text-color-primary);
  word-break: keep-all;
  margin-right: -1px;
}
.t-input-adornment__append {
  background-color: var(--td-bg-color-secondarycontainer);
  color: var(--td-text-color-primary);
  word-break: keep-all;
  margin-left: -1px;
}
.t-input-adornment__text {
  display: inline-flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 var(--td-comp-paddingLR-s);
  border: 1px solid var(--td-border-level-2-color);
}
.t-input-adornment > :first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-adornment > :first-child .t-input,
.t-input-adornment > :first-child .t-input-adornment__text,
.t-input-adornment > :first-child .t-textarea__inner {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-adornment > :last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-adornment > :last-child .t-input,
.t-input-adornment > :last-child .t-input-adornment__text,
.t-input-adornment > :last-child .t-textarea__inner {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-adornment > :not(:last-child):hover {
  z-index: 2;
}
.t-input-adornment > :not(:first-child):not(:last-child) .t-input,
.t-input-adornment > :not(:first-child):not(:last-child) .t-textarea__inner {
  border-radius: 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/tdesign-react@1.10.5_react-dom@16.14.0_react@16.14.0/node_modules/tdesign-react/esm/_common/style/web/components/pagination/_index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-pagination-mini {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-pagination-mini--outline .t-pagination-mini__prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.t-pagination-mini--outline .t-pagination-mini__current {
  border-radius: 0;
  position: relative;
  margin-left: -1px;
}
.t-pagination-mini--outline .t-pagination-mini__current:hover {
  z-index: 1;
}
.t-pagination-mini--outline .t-pagination-mini__next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  margin-left: -1px;
}
.t-pagination-mini--outline .t-pagination-mini__next:hover {
  z-index: 1;
}
.t-pagination {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  color: var(--td-text-color-secondary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.t-pagination.t-is-disabled {
  color: var(--td-text-color-disabled);
}
.t-pagination__total {
  font: var(--td-font-body-medium);
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-pagination .t-select__wrap {
  width: auto;
}
.t-pagination__select {
  flex-shrink: 0;
  margin-right: var(--td-comp-margin-l);
  height: var(--td-comp-size-m);
  font-size: var(--td-font-size-body-medium);
  color: var(--td-text-color-secondary);
}
.t-pagination__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--td-text-color-secondary);
  border-radius: var(--td-radius-default);
  font: var(--td-font-body-large);
  width: var(--td-comp-size-m);
  height: var(--td-comp-size-m);
  line-height: var(--td-comp-size-m);
}
.t-pagination__btn:hover {
  background-color: var(--td-bg-color-secondarycontainer-hover);
  transition: all 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-pagination__btn:active {
  background-color: var(--td-bg-color-secondarycontainer-active);
}
.t-pagination__btn.t-is-disabled,
.t-pagination__btn.t-is-disabled:hover,
.t-pagination__btn.t-is-disabled:active {
  background: none;
  color: var(--td-text-color-disabled);
}
.t-pagination__btn.t-is-disabled {
  cursor: not-allowed;
}
.t-pagination__btn-prev {
  margin-right: var(--td-comp-margin-s);
}
.t-pagination__btn-next {
  margin-left: var(--td-comp-margin-s);
}
.t-pagination__btn + .t-pagination__select {
  margin-right: 0;
}
.t-pagination__pager {
  flex-shrink: 0;
  display: inline-flex;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-pagination__pager li:not(:last-child) {
  margin-right: var(--td-comp-margin-s);
}
.t-pagination__number {
  display: inline-block;
  border: 1px solid var(--td-component-border);
  text-align: center;
  border-radius: var(--td-radius-default);
  cursor: pointer;
  background-color: var(--td-bg-color-container);
  box-sizing: border-box;
  height: var(--td-comp-size-m);
  min-width: var(--td-comp-size-m);
  line-height: calc(var(--td-comp-size-m) - 2px);
  font-size: var(--td-font-body-medium);
  padding-left: var(--td-comp-paddingLR-xs);
  padding-right: var(--td-comp-paddingLR-xs);
}
.t-pagination__number:hover {
  color: var(--td-brand-color-hover);
  border-color: var(--td-brand-color-hover);
  transition: all 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-pagination__number:active {
  background-color: var(--td-brand-color-active);
  color: var(--td-text-color-anti);
  border-color: var(--td-brand-color-active);
}
.t-pagination__number.t-is-current {
  background-color: var(--td-brand-color);
  color: var(--td-text-color-anti);
  border-color: var(--td-brand-color);
}
.t-pagination__number.t-is-current.t-is-disabled,
.t-pagination__number.t-is-current.t-is-disabled:hover,
.t-pagination__number.t-is-current.t-is-disabled:active {
  background-color: var(--td-brand-color-focus);
  color: var(--td-text-color-anti);
  border-color: var(--td-brand-color-focus);
}
.t-pagination__number.t-is-disabled {
  cursor: auto;
  background-color: var(--td-bg-color-component-disabled);
  color: var(--td-text-color-disabled);
}
.t-pagination__number.t-is-disabled:hover,
.t-pagination__number.t-is-disabled:active {
  background-color: var(--td-bg-color-component-disabled);
  color: var(--td-text-color-disabled);
  border-color: var(--td-component-border);
}
.t-pagination__number--more {
  border: 0 none;
  padding: 0;
}
.t-pagination__number--more:hover {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-secondarycontainer-hover);
  transition: all 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-pagination__number--more:active {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-secondarycontainer-active);
}
.t-pagination__number--more.t-is-disabled,
.t-pagination__number--more.t-is-disabled:hover,
.t-pagination__number--more.t-is-disabled:active {
  background: none;
}
.t-pagination__number--more .t-icon-more {
  transform: rotate(90deg);
  color: var(--td-text-color-disabled);
}
.t-pagination__jump {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: var(--td-comp-margin-s);
  font-size: var(--td-font-body-medium);
  gap: var(--td-comp-margin-s);
  background-color: var(--td-bg-color-secondarycontainer);
  height: var(--td-comp-size-m);
  padding-left: var(--td-comp-margin-s);
  border-radius: var(--td-radius-default);
}
.t-pagination .t-input-adornment__append {
  border: none;
  height: calc(var(--td-comp-size-m) - 4px);
  color: var(--td-text-color-secondary);
  background-color: transparent;
}
.t-pagination .t-input-adornment__append .t-input-adornment__text {
  border: none;
}
.t-pagination .t-input-number {
  width: 56px;
}
.t-pagination .t-input-number .t-input {
  height: calc(var(--td-comp-size-m) - 4px);
  border-radius: var(--td-radius-default);
}
.t-pagination .t-input-number .t-input__inner {
  text-align: center;
}
.t-pagination.t-size-s {
  font: var(--td-font-body-small);
}
.t-pagination.t-size-s .t-pagination__jump {
  height: var(--td-comp-size-xs);
}
.t-pagination.t-size-s .t-input-adornment__append {
  height: calc(var(--td-comp-size-xs) - 4px);
  font: var(--td-font-body-small);
}
.t-pagination.t-size-s .t-input-number {
  width: 48px;
}
.t-pagination.t-size-s .t-input-number .t-input {
  height: calc(var(--td-comp-size-xs) - 4px);
}
.t-pagination.t-size-s .t-pagination__total {
  font: var(--td-font-body-small);
}
.t-pagination.t-size-s .t-pagination__select {
  height: var(--td-comp-size-xs);
  font-size: var(--td-font-size-body-small);
}
.t-pagination.t-size-s .t-pagination__number {
  border: 0 none;
  height: var(--td-comp-size-xs);
  min-width: var(--td-comp-size-xs);
  line-height: var(--td-comp-size-xs);
  font-size: var(--td-font-body-small);
  padding-left: var(--td-comp-paddingLR-xxs);
  padding-right: var(--td-comp-paddingLR-xxs);
}
.t-pagination.t-size-s .t-pagination__number:hover:not(.t-pagination.t-size-s .t-pagination__number.t-is-current) {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-secondarycontainer-hover);
  transition: all 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-pagination.t-size-s .t-pagination__number:active:not(.t-pagination.t-size-s .t-pagination__number.t-is-current) {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-secondarycontainer-active);
}
.t-pagination.t-size-s .t-pagination__number.t-is-disabled {
  background: none;
  color: var(--td-text-color-disabled);
}
.t-pagination.t-size-s .t-pagination__number.t-is-current.t-is-disabled {
  background-color: var(--td-brand-color-focus);
  color: var(--td-text-color-anti);
  border-color: var(--td-brand-color-focus);
}
.t-pagination.t-size-s .t-pagination__btn {
  border: 0 none;
  background: none;
  width: var(--td-comp-size-xs);
  height: var(--td-comp-size-xs);
  line-height: var(--td-comp-size-xs);
}
.t-pagination.t-size-s .t-pagination__btn:hover {
  background-color: var(--td-bg-color-secondarycontainer-hover);
  transition: all 0.2s cubic-bezier(0.82, 0, 1, 0.9);
}
.t-pagination.t-size-s .t-pagination__btn:active {
  background-color: var(--td-bg-color-secondarycontainer-active);
}
.t-pagination.t-size-s .t-pagination__btn.t-is-disabled,
.t-pagination.t-size-s .t-pagination__btn.t-is-disabled:hover,
.t-pagination.t-size-s .t-pagination__btn.t-is-disabled:active {
  background: none;
  color: var(--td-text-color-disabled);
}
/** IE 兼容 **/
.t-pagination-ie {
  /** 在 IE11 以下浏览器，input autoWidth 计算无法依赖 observer，因而加上最小宽度，避免分页信息出现 0 的情况 */
}
.t-pagination-ie .t-select .t-input__inner {
  min-width: 54px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/affix/_index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-affix {
  position: fixed;
  z-index: 500;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/table/_index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** 吸顶表头 Affix 组件，zIndex: 1000。宽度拖拽辅助线层级需高于表头 */
@-moz-document url-prefix() {
  .scrollbar {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover,
.scrollbar::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.scrollbar.t-table__affixed-footer-elm::-webkit-scrollbar-track,
.scrollbar.t-table__scrollbar--obvious::-webkit-scrollbar-track {
  background: var(--td-scroll-track-color);
}
.t-table__affixed-footer-wrap > .scrollbar.t-table__affixed-footer-elm::-webkit-scrollbar-thumb,
.t-table--width-overflow.t-table--footer-affixed .t-table__content::-webkit-scrollbar-thumb,
.t-table--width-overflow.t-table--horizontal-bar-affixed .t-table__content::-webkit-scrollbar-thumb {
  background: transparent;
}
.t-table.t-table--overflow-visible {
  overflow: initial;
}
.t-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-container);
  position: relative;
  /** loading need to be top of fixed columns */
}
.t-table:focus-visible {
  outline: none;
}
.t-table .t-loading--full {
  z-index: 72;
}
.t-table.t-vertical-align-top th,
.t-table.t-vertical-align-top td {
  vertical-align: top;
}
.t-table.t-vertical-align-middle th,
.t-table.t-vertical-align-middle td {
  vertical-align: middle;
}
.t-table.t-vertical-align-bottom th,
.t-table.t-vertical-align-bottom td {
  vertical-align: bottom;
}
.t-table .t-table__resize-line {
  display: none;
  position: absolute;
  left: 10px;
  width: 0;
  border-left: 1px solid var(--td-component-border);
  z-index: 1001;
}
.t-table__column-controller-trigger.t-align-top-right,
.t-table__column-controller-trigger.t-align-bottom-right {
  text-align: right;
}
.t-table__column-controller-trigger {
  padding: var(--td-comp-paddingTB-l) 0;
}
.t-table__column-controller-item:not(:last-child) {
  margin-bottom: var(--td-comp-margin-l);
}
.t-table__content {
  position: relative;
}
@-moz-document url-prefix() {
  .t-table__content {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-table__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-table__content::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-table__content::-webkit-scrollbar-thumb:vertical:hover,
.t-table__content::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
@-moz-document url-prefix() {
  .t-table__content {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-table__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-table__content::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-table__content::-webkit-scrollbar-thumb:vertical:hover,
.t-table__content::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-table__pagination {
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
  box-sizing: border-box;
}
.t-table .t-icon {
  font-size: var(--td-font-size-body-large);
}
.t-table table {
  width: 100%;
  border-spacing: 0;
}
.t-table .t-text-ellipsis {
  line-height: var(--td-line-height-body-medium);
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-table th,
.t-table td {
  position: relative;
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-l);
  border-bottom: 1px solid var(--td-component-border);
  line-height: var(--td-line-height-body-medium);
  font-weight: normal;
  overflow-wrap: break-word;
  background-color: inherit;
  box-sizing: border-box;
  text-align: left;
}
.t-table th.t-table__th-drag {
  padding: 0;
  height: 0;
  text-align: center;
}
.t-table thead td,
.t-table th {
  color: var(--td-text-color-placeholder);
}
.t-table td[key="row-select"] {
  padding: 13px 0 11px var(--td-comp-paddingLR-l);
}
.t-table td.t-align-left,
.t-table th.t-align-left {
  text-align: left;
}
.t-table td.t-align-right,
.t-table th.t-align-right {
  text-align: right;
}
.t-table td.t-align-center,
.t-table th.t-align-center {
  text-align: center;
}
.t-table tr {
  background-color: var(--td-bg-color-container);
}
.t-table.t-size-s th,
.t-table.t-size-s td {
  padding: var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-s);
}
.t-table.t-size-l th,
.t-table.t-size-l td {
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-xl);
}
.t-table .t-table__expandable-icon-cell,
.t-table .t-table__selection-cell {
  padding: 0;
  height: 0;
}
.t-table td.t-table__handle-draggable {
  text-align: center;
  height: 0;
  padding: 0;
}
.t-table .t-table__cell--selectable > .t-checkbox {
  vertical-align: middle;
}
.t-table .t-table__cell--selectable + td,
.t-table .t-table__cell--selectable + th {
  padding-left: 0;
}
.t-table--bordered td,
.t-table--bordered th {
  border-left: 1px solid var(--td-component-border);
}
.t-table--bordered td.t-table__cell--fixed-left-last::before,
.t-table--bordered th.t-table__cell--fixed-left-last::before {
  border-right: 1px solid var(--td-component-border);
}
.t-table--bordered th:first-child,
.t-table--bordered td.t-table__td-first-col {
  border-left-width: 0;
}
.t-table--bordered:not(.t-table--rowspan-colspan) td:first-child {
  border-left-width: 0;
}
.t-table--bordered .t-table__content {
  border-left: 1px solid var(--td-component-border);
}
.t-table--bordered .t-table__content::-webkit-scrollbar-corner {
  background-color: transparent;
}
.t-table--bordered .t-table__content {
  border: 1px solid var(--td-component-border);
  border-radius: var(--td-radius-default);
}
.t-table--bordered .t-table--loading {
  border-bottom: 1px solid var(--td-component-border);
}
.t-table--bordered .t-table__pagination {
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
}
.t-table--bordered .t-table__bottom-content + .t-table__pagination {
  padding: 0;
}
.t-table--bordered.t-table__header--fixed .t-table__content {
  border-bottom: 1px solid var(--td-component-border);
}
.t-table--bordered .t-table__td-last-row {
  border-bottom: none;
}
.t-table--striped:not(.t-table--bordered) th,
.t-table--striped:not(.t-table--bordered) td {
  border-bottom: none;
}
.t-table--striped.t-table--header-fixed > .t-table__content > table > tbody tr:nth-of-type(even) {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table--striped:not(.t-table--header-fixed) > .t-table__content > table > tbody > tr:nth-of-type(odd):not(.t-table__expanded-row) {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table--striped.t-table--hoverable.t-table__header--fixed tbody tr:nth-of-type(even):hover {
  background-color: var(--td-bg-color-secondarycontainer-hover);
}
.t-table--striped.t-table--hoverable:not(.t-table__header--fixed) > .t-table__content > table > tbody tr:nth-of-type(odd):hover {
  background-color: var(--td-bg-color-secondarycontainer-hover);
}
.t-table--striped.t-table--hoverable > .t-table__content > table > tbody tr {
  transition: background-color 0.2s linear;
}
.t-table--striped.t-table--hoverable > .t-table__content > table > tbody tr:hover {
  background-color: var(--td-bg-color-container-hover);
}
.t-table--hoverable tbody tr {
  transition: background-color 0.2s linear;
}
.t-table--hoverable tbody tr:hover {
  background-color: var(--td-bg-color-container-hover);
}
.t-table.t-table--align-top tbody td {
  vertical-align: top;
}
.t-table .t-table__cell--highlight {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table__header--fixed table {
  table-layout: fixed;
}
.t-table__header--fixed th,
.t-table__header--fixed td {
  overflow-wrap: break-word;
}
.t-table__header--fixed.t-table__header,
.t-table__header--fixed .t-table__header {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 5;
}
@-moz-document url-prefix() {
  .t-table__header--fixed .t-table__header {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-table__header--fixed .t-table__header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-table__header--fixed .t-table__header::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-table__header--fixed .t-table__header::-webkit-scrollbar-thumb:vertical:hover,
.t-table__header--fixed .t-table__header::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
@-moz-document url-prefix() {
  .t-table__header--fixed .t-table__header {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-table__header--fixed .t-table__header::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-table__header--fixed .t-table__header::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-table__header--fixed .t-table__header::-webkit-scrollbar-thumb:vertical:hover,
.t-table__header--fixed .t-table__header::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-table__header--fixed .t-table__body {
  overflow-y: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@-moz-document url-prefix() {
  .t-table__header--fixed .t-table__body {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-table__header--fixed .t-table__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-table__header--fixed .t-table__body::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-table__header--fixed .t-table__body::-webkit-scrollbar-thumb:vertical:hover,
.t-table__header--fixed .t-table__body::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
@-moz-document url-prefix() {
  .t-table__header--fixed .t-table__body {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-table__header--fixed .t-table__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-table__header--fixed .t-table__body::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-table__header--fixed .t-table__body::-webkit-scrollbar-thumb:vertical:hover,
.t-table__header--fixed .t-table__body::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-table:not(.t-table--bordered) .t-table__cell--selectable + td,
.t-table:not(.t-table--bordered) .t-table__cell--selectable + th {
  padding-left: 0;
}
.t-table__cell--fixed.t-table__header--fixed .t-table__header {
  overflow: hidden;
  width: 100%;
}
.t-table__cell--fixed.t-table__header--fixed .t-table__header .t-table__cell--fixed-left:last-child::after,
.t-table__cell--fixed.t-table__header--fixed .t-table__header .t-table__cell--fixed-right:last-child::after {
  content: "";
  position: absolute;
  right: -6px;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table__cell--fixed.t-table__header--fixed .t-table__body {
  overflow: auto scroll;
}
.t-table__cell--fixed .t-table__content {
  overflow: auto hidden;
}
.t-table__cell--fixed table {
  table-layout: fixed;
  min-width: 100%;
}
.t-table__cell--fixed th,
.t-table__cell--fixed td {
  position: relative;
}
.t-table__cell--fixed .t-table__cell--fixed-left-last::before {
  z-index: -1;
  background-color: inherit;
}
.t-table__cell--fixed .t-table__cell--fixed-left-last::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  transition: box-shadow 0.3s;
  pointer-events: none;
  z-index: -2;
}
.t-table__cell--fixed .t-table__cell--fixed-left-last::after {
  right: 0;
  transform: translateX(100%);
}
.t-table__cell--fixed .t-table__cell--fixed-right-first::before {
  z-index: -1;
  background-color: inherit;
}
.t-table__cell--fixed .t-table__cell--fixed-right-first::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  transition: box-shadow 0.3s;
  pointer-events: none;
  z-index: -2;
}
.t-table__cell--fixed .t-table__cell--fixed-right-first::after {
  left: 0;
  transform: translateX(-100%);
}
.t-table .t-table__cell-resizable {
  position: relative;
}
.t-table .t-table__cell-resizable .t-table__cell--resizer {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  z-index: 10;
  width: 10px;
  cursor: col-resize;
}
.t-table .t-table__row--disabled {
  color: var(--td-text-color-disabled);
}
.t-table .t-table__cell--title {
  display: flex;
  align-items: center;
}
.t-table__column-controller-desc {
  margin-bottom: var(--td-comp-margin-xxl);
}
.t-table__column-controller-block {
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-l);
  border: 1px solid var(--td-component-border);
  border-bottom: 1px solid var(--td-component-border);
}
.t-table__column-controller-block + .t-table__column-controller-block {
  border-top: 0;
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
  border-bottom: 1px solid var(--td-component-border);
}
.t-table__column-controller--fixed .t-checkbox {
  width: 108px;
}
/** 表格行点击高亮悬浮态 */
.t-table.t-table__row--active-single tbody > tr.t-table__row--active,
.t-table.t-table__row--active-multiple tbody > tr.t-table__row--active {
  background-color: var(--td-brand-color-light);
}
.t-table.t-table__row--active-single tbody > tr.t-table__row--active.t-table__row--hover,
.t-table.t-table__row--active-multiple tbody > tr.t-table__row--active.t-table__row--hover {
  background-color: var(--td-brand-color-light-hover);
}
.t-table.t-table--hoverable tbody > tr.t-table__row--active:hover {
  background-color: var(--td-brand-color-light-hover);
}
/** 键盘操作悬浮表格行 */
.t-table.t-table--row-expandable tbody > tr.t-table__row--hover,
.t-table.t-table--row-select tbody > tr.t-table__row--hover,
.t-table.t-table__row--active-multiple tbody > tr.t-table__row--hover {
  background-color: var(--td-bg-color-container-hover);
}
.t-table--bordered .t-table__cell--sortable .t-table__cell--title,
.t-table--bordered .t-table__cell--filterable .t-table__cell--title {
  justify-content: space-between;
}
.t-table th.t-align-right .t-table__cell--title {
  justify-content: flex-end;
}
/**
 * 有边框和无边框的图标排列不一样，需谨慎修改
 * 无边框模式，图标依次紧跟标题
 * 有边框模式，只有一个图标时，图标靠近边框右侧；有两个图标时，排序图标靠近标题，过滤图标靠近边框右侧
 */
.t-table__cell--sort-trigger {
  text-align: center;
  vertical-align: text-bottom;
}
.t-table__cell--sort-trigger svg {
  vertical-align: initial;
}
.t-table--loading {
  position: relative;
}
.t-table--loading-progressbar {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: var(--td-brand-color);
  animation: tTableProgressbar 2s ease-in-out;
  animation-fill-mode: both;
}
.t-table--loading-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  color: var(--td-text-color-placeholder);
}
.t-table__expanded-cell {
  padding-left: 45px;
}
.t-table__async-loading {
  text-align: center;
}
.t-table__async-loading.t-is-load-more {
  cursor: pointer;
}
.t-table__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  color: var(--td-text-color-disabled);
}
.t-table__filter-icon,
.t-table__sort-icon {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  cursor: pointer;
  vertical-align: text-bottom;
  transition: 0.2s linear;
}
.t-table__filter-icon > svg,
.t-table__sort-icon > svg {
  margin-top: 0;
}
.t-table__sort-icon .t-is-focus,
.t-table__sort-icon.t-is-focus,
.t-table__sort-icon:hover {
  color: var(--td-brand-color);
  border-radius: var(--td-radius-circle);
  transition: 0.2s linear;
}
.t-table__filter-icon .t-is-focus,
.t-table__filter-icon.t-is-focus,
.t-table__filter-icon:hover {
  color: var(--td-brand-color);
  transition: 0.2s linear;
}
.t-table__filter-pop .t-popup__content {
  padding: 0;
}
.t-table__filter-pop .t-table__filter-pop-content .t-table__filter-pop-content-inner {
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
}
.t-table__filter-pop .t-table__filter-pop-content .t-table__filter-pop-content-inner .t-table__filter-popup-input {
  margin-bottom: var(--td-comp-margin-s);
}
.t-table__filter-pop .t-table__filter-pop-content .t-radio-group {
  display: block;
  height: auto;
}
.t-table__filter-pop .t-table__filter-pop-content .t-checkbox-group {
  display: block;
}
.t-table__filter-pop .t-table__filter-pop-content .t-checkbox,
.t-table__filter-pop .t-table__filter-pop-content .t-radio {
  display: block;
  margin: var(--td-comp-margin-xs) 0;
}
.t-table__filter-pop .t-table__filter-pop-content .t-table__filter-pop-content-button {
  border-top: 1px solid var(--td-component-border);
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
}
.t-table__filter-pop .t-table__filter-pop-content .t-table__filter-pop-content-button .t-button + .t-button {
  margin-left: var(--td-comp-margin-l);
}
.t-table__filter-pop .t-table__list-filter-input--sticky .t-table__filter-pop-content .t-table__filter-pop-content-inner {
  padding: 0;
  max-height: 280px;
  overflow: auto;
  position: relative;
}
.t-table__filter-pop .t-table__list-filter-input--sticky .t-table__filter-pop-content .t-table__filter-pop-content-inner .t-input__wrap {
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l) 0 var(--td-comp-paddingLR-l);
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--td-bg-color-container);
}
.t-table__filter-pop .t-table__list-filter-input--sticky .t-table__filter-pop-content .t-table__filter-pop-content-inner .t-radio-group {
  padding: 0 var(--td-comp-paddingLR-l);
}
.t-table__filter-pop-content-inner > .t-input__wrap {
  width: 200px;
}
.t-table__filter-pop-content-inner > .t-date-range-picker__panel {
  margin: calc(0px - var(--td-comp-margin-l));
}
.t-table__sort-icon--active {
  color: var(--td-brand-color);
  transition: 0.2s linear;
}
.t-table__double-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.t-table__double-icons .t-table__sort-icon {
  position: relative;
}
.t-table__double-icons .t-table-sort-asc {
  top: var(--td-comp-margin-xxs);
}
.t-table__double-icons .t-table-sort-desc {
  bottom: var(--td-comp-margin-xxs);
}
.t-table__filter-icon-wrap {
  display: flex;
  align-items: center;
  pointer-events: all;
  height: var(--td-font-size-body-large);
  width: var(--td-font-size-body-large);
  margin-left: var(--td-comp-margin-s);
}
.t-table--bordered .t-table__filter-icon-wrap {
  justify-content: flex-end;
}
.t-table--bordered .t-table__cell--sortable.t-table__cell--filterable .t-table__filter-icon-wrap {
  justify-content: space-between;
  flex: 1 1;
}
.t-table .t-align-center .t-table__cell--sortable,
.t-table .t-align-center .t-table__cell--filterable {
  display: flex;
  justify-content: space-around;
}
.t-table__expand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--td-text-color-placeholder);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1) 0s;
}
.t-table__expand-box:hover {
  color: var(--td-brand-color);
  transition: 0.2s linear;
}
@keyframes tTableProgressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.t-table__th-row-select .t-table__th-cell-inner {
  display: inline-flex;
  align-items: center;
}
.t-table-expandable-icon-cell + .t-table__cell--selectable[key="row-select"] {
  padding-left: var(--td-comp-margin-s);
}
.t-table__filter--bottom-buttons {
  display: flex;
  justify-content: flex-end;
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
  border-top: 1px solid var(--td-component-border);
}
.t-table__filter--bottom-buttons > .t-button + .t-button {
  margin-left: var(--td-comp-margin-s);
}
.t-table__row-filter-inner {
  position: sticky;
  left: 0;
  text-align: center;
}
.t-table__filter-result {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-table__filter-result > .t-button {
  margin-left: var(--td-comp-margin-s);
}
.t-table--layout-fixed {
  table-layout: fixed;
}
.t-table--layout-auto {
  table-layout: auto;
}
.t-table__ellipsis {
  white-space: nowrap;
  width: 100%;
}
.t-table__content {
  overflow: auto;
}
.t-table__content--scrollable-to-left .t-table__cell--fixed-left-last::after {
  border-right: 2px solid var(--td-component-border);
}
.t-table__content--scrollable-to-right .t-table__cell--fixed-right-first::after {
  border-left: 2px solid var(--td-component-border);
}
.t-table--bordered.t-table__content--scrollable-to-left .t-table__cell--fixed-left-last::after {
  border-right: 4px solid var(--td-component-border);
}
.t-table--bordered.t-table__content--scrollable-to-right .t-table__cell--fixed-right-first::after {
  border-left: 4px solid var(--td-component-border);
}
.t-table__scroll-bar-divider {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid var(--td-component-border);
  z-index: 71;
}
.t-table__footer,
.t-table__header.t-table__header--fixed {
  position: sticky;
  z-index: 50;
}
.t-table:not(.t-table--striped) .t-table__footer > tr {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table__header--fixed:not(.t-table__header--multiple) > tr > th {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table__row--fixed-top,
.t-table__row--fixed-bottom {
  position: sticky;
  z-index: 70;
}
.t-table__row--fixed-bottom-first > td {
  border-top: 1px solid var(--td-component-border);
}
.t-table--bordered .t-table__content .t-table__row--without-border-bottom > td {
  border-bottom: 0;
}
.t-table--bordered tbody > tr:last-child > td,
.t-table--bordered tfoot > tr:last-child > td {
  border-bottom: 0;
}
.t-table--bordered tfoot > tr:first-child > td {
  border-top: 1px solid var(--td-component-border);
}
.t-table__header.t-table__header--fixed {
  top: 0;
}
.t-table__footer.t-table__footer--fixed {
  bottom: 0;
}
.t-table--column-fixed .t-table__cell--fixed-left-last::before {
  z-index: -1;
  background-color: inherit;
}
.t-table--column-fixed .t-table__cell--fixed-left-last::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  transition: box-shadow 0.3s;
  pointer-events: none;
  z-index: -2;
}
.t-table--column-fixed .t-table__cell--fixed-left-last::after {
  right: 0;
  transform: translateX(100%);
}
.t-table--column-fixed .t-table__cell--fixed-right-first::before {
  z-index: -1;
  background-color: inherit;
}
.t-table--column-fixed .t-table__cell--fixed-right-first::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  transition: box-shadow 0.3s;
  pointer-events: none;
  z-index: -2;
}
.t-table--column-fixed .t-table__cell--fixed-right-first::after {
  left: 0;
  transform: translateX(-100%);
}
.t-table--column-fixed .t-table__cell--fixed-left,
.t-table--column-fixed .t-table__cell--fixed-right {
  position: sticky;
}
.t-table--column-fixed .t-table__cell--fixed-left {
  z-index: 30;
}
.t-table--column-fixed .t-table__cell--fixed-right {
  z-index: 31;
}
.t-table__empty-row > td {
  padding: 0;
  border: 0;
}
.t-table:not(.t-table--bordered) .t-table__header.t-table--bordered > tr:first-child > th {
  border-top: 1px solid var(--td-component-border);
}
.t-table--multiple-header .t-table__header th.t-table__header-th--bordered {
  border-left-width: 1px;
}
.t-table__header.t-table__header--multiple > tr {
  background-color: var(--td-bg-color-container);
}
.t-table__tree-op-icon {
  margin-right: var(--td-comp-margin-s);
  cursor: pointer;
  display: inline-flex;
  vertical-align: -3px;
}
.t-table__tree-op-icon:hover {
  color: var(--td-brand-color);
  transition: 0.2s linear;
}
.t-table__tree-leaf-node .t-table__tree-op-icon {
  min-width: 0;
  margin-right: var(--td-comp-margin-xxs);
}
.t-table__virtual-scroll-cursor {
  position: absolute;
  width: 1px;
  height: 1px;
  transition: transform 0.2s;
}
.t-table__virtual-scroll-header {
  position: absolute;
  z-index: 51;
  left: 0;
}
/** 用于隐藏表头滚动条 */
.t-table__affixed-header-elm-wrap {
  overflow: hidden;
}
.t-table__affixed-header-elm-wrap,
.t-table__affixed-header-elm {
  position: absolute;
  left: 0;
  z-index: 51;
}
.t-table__affixed-header-elm {
  overflow: auto;
  transition: opacity 0.2s linear;
  opacity: 1;
}
.t-table__affixed-footer-elm {
  overflow: auto;
  z-index: 50;
}
.t-table--bordered .t-table__affixed-header-elm {
  border: 1px solid var(--td-component-border);
  border-bottom: 0;
  border-right: 0;
}
.t-table--bordered .t-table__affixed-footer-elm {
  border-left: 1px solid var(--td-component-border);
  border-bottom: 1px solid var(--td-component-border);
}
.t-table--multiple-header.t-table--bordered .t-table__affixed-header-elm {
  border-right: 0;
}
.t-is-hidden {
  display: none;
}
.t-positive-rotate-90 {
  transform: rotate(90deg);
}
.t-negative-rotate-180 {
  transform: rotate(180deg);
}
.t-table__expanded-row > td,
.t-table__row--full > td {
  padding: 0;
}
/** @{prefix}-table__row--full 和 @{prefix}-table__row-full-element 同时存在，是为了保证 固定列时，当前行不随内容进行横向滚动 */
.t-table__row-full-element {
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-l);
}
.t-table__row-full-inner {
  position: sticky;
  left: 0;
}
.t-table__row-full-inner:not(.t-table__empty) {
  display: inline-block;
}
.t-table__tree-col {
  display: flex;
  align-items: center;
}
.t-table__tree-col--inline {
  display: inline;
}
.t-table--full-height {
  height: 100%;
}
/** 默认最小高度限制为 Empty 高度加表头高度 */
.t-table--loading .t-table__content {
  min-height: 168px;
}
.t-table__handle-draggable:hover,
.t-table--row-draggable tr,
.t-table__th--drag-sort {
  cursor: move;
}
.t-table__ele--draggable-chosen {
  box-shadow: var(--td-shadow-1);
}
.t-table:not(.t-table--row-edit) .t-table__cell--editable {
  min-height: 22px;
  line-height: var(--td-line-height-body-medium);
  cursor: pointer;
}
.t-table:not(.t-table--row-edit) .t-table__cell--editable .t-icon {
  margin-left: var(--td-comp-margin-s);
  font-size: var(--td-font-size-body-large);
  transition: 0.2s linear;
  color: var(--td-text-color-placeholder);
}
.t-table:not(.t-table--row-edit) .t-table__cell--editable .t-icon:hover {
  color: var(--td-brand-color);
}
.t-table:not(.t-table--row-edit) .t-table__cell--editable:hover {
  transition: 0.2s linear;
}
/** 吸底的分页器，需要背景色，避免表格文本内容显示穿透 */
.t-affix .t-table__pagination {
  background-color: var(--td-bg-color-container);
}
.t-table--bordered .t-affix .t-table__pagination {
  border-top: 1px solid var(--td-component-border);
}
.t-table__bottom-content + .t-table__pagination-wrap .t-table__pagination {
  border: 0;
  padding: 0;
}
.t-table--column-resizable:not(.t-table--bordered) {
  /** 表格左边有冻结列滚动时，去掉hover表头时多出的一个像素，避免出现表头的冻结列跟表内容的冻结列没有对齐的问题 */
}
.t-table--column-resizable:not(.t-table--bordered) th {
  border-top: 1px solid transparent;
}
.t-table--column-resizable:not(.t-table--bordered) thead.t-table__header:hover th:not(:last-child) {
  border-right: 1px solid var(--td-component-border);
}
.t-table--column-resizable:not(.t-table--bordered) thead.t-table__header:hover th {
  border-top: 1px solid var(--td-component-border);
}
.t-table--column-resizable:not(.t-table--bordered).t-table__content--scrollable-to-left.t-table__content--scrollable-to-right thead.t-table__header:hover .t-table__cell--fixed-left-last:not(:last-child),
.t-table--column-resizable:not(.t-table--bordered).t-table__content--scrollable-to-left thead.t-table__header:hover .t-table__cell--fixed-left-last:not(:last-child) {
  border-right: 0;
}
/** 可选中行的场景下，将 Checkbox 和 Radio 铺满整个单元格，增大点击范围，方便用户选中 */
.t-table td.t-table__cell-check,
.t-table th.t-table__cell-check {
  padding: 0;
  /** HTML 特性: th/td 必须设置为 0，他们的子元素才能设置为 100% */
  height: 0;
}
.t-table td.t-table__cell-check .t-radio__label:empty,
.t-table th.t-table__cell-check .t-radio__label:empty,
.t-table td.t-table__cell-check .t-checkbox__label:empty,
.t-table th.t-table__cell-check .t-checkbox__label:empty {
  display: none;
}
.t-table .t-table__cell-check .t-radio,
.t-table .t-table__cell-check .t-checkbox,
.t-table .t-table__cell-check .t-table__th-cell-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-table td .t-input__tips {
  position: initial;
}
.t-table .t-table__sort-column {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-table__ellipsis-content.t-size-s .t-popup__content {
  font: var(--td-font-body-medium);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/auto-complete/_index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-select-option__highlight-item .t-is-highlight {
  color: var(--td-brand-color);
}
.t-auto-complete {
  width: 100%;
}
.t-auto-complete .t-input__suffix-clear {
  display: none;
}
.t-auto-complete:hover .t-input__suffix-clear {
  display: inline-block;
}
.t-auto-complete__panel--empty {
  height: var(--td-comp-size-m);
  line-height: var(--td-comp-size-m);
  color: var(--td-text-color-disabled);
  text-align: 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]!../../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/date-picker/_index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-date-picker,
.t-date-range-picker {
  display: inline-flex;
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-date-picker__header-controller-month-popup > .t-popup__content,
.t-date-picker__header-controller-year-popup > .t-popup__content {
  max-height: 160px;
}
.t-date-picker__panel-container > .t-popup__content,
.t-date-range-picker__panel-container > .t-popup__content {
  padding: 0;
  min-width: 280px;
}
.t-date-picker__panel,
.t-date-range-picker__panel {
  display: flex;
  flex-direction: column;
}
.t-date-picker__panel--direction-row,
.t-date-range-picker__panel--direction-row {
  flex-direction: row;
}
.t-date-picker__panel .t-time-picker__panel,
.t-date-range-picker__panel .t-time-picker__panel {
  width: 216px;
}
.t-date-picker__panel .t-time-picker__panel-section-body,
.t-date-range-picker__panel .t-time-picker__panel-section-body {
  padding: 0;
}
.t-date-picker__panel .t-time-picker__panel-body,
.t-date-range-picker__panel .t-time-picker__panel-body {
  margin: 0;
}
.t-date-picker__panel-content,
.t-date-range-picker__panel-content,
.t-date-range-picker__panel-content-wrapper {
  display: flex;
}
.t-date-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--td-comp-margin-m);
  width: 100%;
}
.t-date-picker__header-controller {
  display: inline-flex;
  gap: var(--td-comp-margin-s);
}
.t-date-picker__header-controller .t-date-picker__header-controller-month {
  width: 80px;
  display: flex;
}
.t-date-picker__header-controller .t-date-picker__header-controller-year {
  width: 78px;
  display: flex;
}
.t-date-picker__table table {
  width: 100%;
  border-collapse: collapse;
}
.t-date-picker__table table th {
  text-align: center;
  color: var(--td-text-color-secondary);
  font-weight: 400;
}
.t-date-picker__table table td.t-date-picker__cell {
  text-align: center;
  font-weight: 500;
}
.t-date-picker__table table th,
.t-date-picker__table table td.t-date-picker__cell {
  padding: 0;
  border: 0;
  line-height: var(--td-line-height-body-medium);
}
.t-date-picker__table table thead::after {
  content: "-";
  display: block;
  line-height: var(--td-comp-margin-xs);
  color: transparent;
}
.t-date-picker__table table thead::before {
  content: "-";
  display: block;
  line-height: var(--td-comp-margin-xs);
  color: transparent;
}
.t-date-picker__table-week-row {
  cursor: pointer;
  position: sticky;
}
.t-date-picker__table-week-row .t-date-picker__cell:first-child .t-date-picker__cell-inner {
  color: var(--td-text-color-disabled);
}
.t-date-picker__table-week-row .t-date-picker__cell:hover .t-date-picker__cell-inner {
  box-shadow: none;
  background: none;
}
.t-date-picker__table-week-row::after {
  content: "";
  position: absolute;
  left: var(--td-comp-margin-xxxl);
  right: 0;
  top: calc(var(--td-comp-margin-xs) - 1px);
  z-index: 10;
  height: var(--td-comp-size-xs);
  border-radius: var(--td-radius-default);
  transition: box-shadow 0.2s cubic-bezier(0.38, 0, 0.24, 1), background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
  pointer-events: none;
}
.t-date-picker__table-week-row:hover .t-date-picker__cell:first-child .t-date-picker__cell-inner {
  color: var(--td-brand-color);
}
.t-date-picker__table-week-row:hover::after {
  box-shadow: inset 0 0 0 1px var(--td-brand-color);
}
.t-date-picker__table-week-row--active::after {
  opacity: 1;
  z-index: 0;
  background-color: var(--td-brand-color);
}
.t-date-picker__table-week-row--active .t-date-picker__cell:first-child .t-date-picker__cell-inner {
  color: var(--td-brand-color);
}
.t-date-picker__table-week-row--active .t-date-picker__cell .t-date-picker__cell-inner {
  background: transparent;
  color: var(--td-text-color-anti);
}
.t-date-picker__table-week-row--range::after {
  opacity: 1;
  z-index: 0;
  background-color: var(--td-brand-color-light);
}
.t-date-picker__table-week-row--range .t-date-picker__cell .t-date-picker__cell-inner {
  background: transparent;
}
.t-date-picker__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--td-pop-padding-xl);
  gap: var(--td-comp-margin-s);
}
.t-date-picker__footer--bottom {
  border-top: 1px solid var(--td-component-stroke);
}
.t-date-picker__footer--top {
  border-bottom: 1px solid var(--td-component-stroke);
}
.t-date-picker__footer--left {
  flex-direction: column;
  border-right: 1px solid var(--td-component-stroke);
}
.t-date-picker__footer--left .t-date-picker__presets {
  flex-direction: column;
}
.t-date-picker__footer--right {
  flex-direction: column;
  border-left: 1px solid var(--td-component-stroke);
}
.t-date-picker__footer--right .t-date-picker__presets {
  flex-direction: column;
}
.t-date-picker__presets {
  display: flex;
  gap: var(--td-comp-margin-s);
  white-space: nowrap;
  min-width: var(--td-comp-size-xl);
}
.t-date-picker__presets .t-button {
  cursor: pointer;
}
.t-date-picker__presets a {
  color: var(--td-brand-color);
}
.t-date-picker__presets a:hover {
  color: var(--td-brand-color-hover);
}
.t-date-picker__panel-time,
.t-date-range-picker__panel-time {
  display: flex;
  flex-direction: column;
  gap: calc(var(--td-comp-margin-m) / 2);
  padding: var(--td-pop-padding-xl) calc(var(--td-pop-padding-xl) - var(--td-comp-margin-xs));
  border-left: 1px solid var(--td-component-stroke);
}
.t-date-picker__panel-time-viewer,
.t-date-range-picker__panel-time-viewer {
  display: flex;
  height: var(--td-comp-size-m);
  line-height: var(--td-line-height-body-medium);
  align-items: center;
  justify-content: center;
  color: var(--td-text-color-primary);
}
.t-date-picker__panel-time .t-time-picker__panel-body,
.t-date-range-picker__panel-time .t-time-picker__panel-body {
  margin: 0;
}
.t-date-picker__panel-year,
.t-date-picker__panel-month,
.t-date-picker__panel-quarter,
.t-date-picker__panel-week,
.t-date-picker__panel-date {
  display: flex;
  flex-direction: column;
  padding: var(--td-pop-padding-xl);
  gap: var(--td-comp-margin-m);
  width: 280px;
  box-sizing: border-box;
}
.t-date-picker__panel-year .t-date-picker__cell--hover-highlight + .t-date-picker__cell--hover-highlight::before,
.t-date-picker__panel-month .t-date-picker__cell--hover-highlight + .t-date-picker__cell--hover-highlight::before,
.t-date-picker__panel-year .t-date-picker__cell--hover-highlight + .t-date-picker__cell--hover-highlight::after,
.t-date-picker__panel-month .t-date-picker__cell--hover-highlight + .t-date-picker__cell--hover-highlight::after {
  opacity: 1;
  left: calc(0px - calc(var(--td-comp-size-xs) + var(--td-comp-margin-xxl)));
}
.t-date-picker__panel-year .t-date-picker__cell--hover-highlight + .t-date-picker__cell--active::after,
.t-date-picker__panel-month .t-date-picker__cell--hover-highlight + .t-date-picker__cell--active::after {
  opacity: 1;
  left: calc(0px - calc(var(--td-comp-size-xs) + var(--td-comp-margin-xxl)));
  z-index: 5;
}
.t-date-picker__panel-year .t-date-picker__cell--highlight + .t-date-picker__cell--highlight::before,
.t-date-picker__panel-month .t-date-picker__cell--highlight + .t-date-picker__cell--highlight::before {
  left: calc(0px - calc(var(--td-comp-size-xs) + var(--td-comp-margin-xxl)));
}
.t-date-picker__panel-year .t-date-picker__header-controller-year,
.t-date-picker__panel-month .t-date-picker__header-controller-year,
.t-date-picker__panel-quarter .t-date-picker__header-controller-year {
  width: 130px;
  display: flex;
}
.t-date-picker__panel-year .t-date-picker__table table tbody,
.t-date-picker__panel-month .t-date-picker__table table tbody,
.t-date-picker__panel-quarter .t-date-picker__table table tbody {
  width: 100%;
  display: flex;
  gap: var(--td-comp-margin-m);
  flex-direction: column;
}
.t-date-picker__panel-year .t-date-picker__table table tbody tr,
.t-date-picker__panel-month .t-date-picker__table table tbody tr,
.t-date-picker__panel-quarter .t-date-picker__table table tbody tr {
  display: flex;
  justify-content: space-between;
}
.t-date-picker__panel-year .t-date-picker__cell--disabled + .t-date-picker__cell--disabled:before,
.t-date-picker__panel-month .t-date-picker__cell--disabled + .t-date-picker__cell--disabled:before,
.t-date-picker__panel-quarter .t-date-picker__cell--disabled + .t-date-picker__cell--disabled:before {
  left: calc(0px - var(--td-comp-size-xxxl));
}
.t-date-picker__panel-year .t-date-picker__cell:nth-child(1),
.t-date-picker__panel-month .t-date-picker__cell:nth-child(1),
.t-date-picker__panel-quarter .t-date-picker__cell:nth-child(1) {
  text-align: left;
}
.t-date-picker__panel-year .t-date-picker__cell:nth-child(3),
.t-date-picker__panel-month .t-date-picker__cell:nth-child(3),
.t-date-picker__panel-quarter .t-date-picker__cell:nth-child(3) {
  text-align: right;
}
.t-date-picker__panel-year .t-date-picker__cell-inner,
.t-date-picker__panel-month .t-date-picker__cell-inner,
.t-date-picker__panel-quarter .t-date-picker__cell-inner {
  width: var(--td-comp-size-xxl);
}
.t-date-picker__cell {
  cursor: pointer;
  position: relative;
  padding: 0;
}
.t-date-picker__cell::before,
.t-date-picker__cell::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5%;
  left: -5%;
  z-index: 1;
  opacity: 0;
  border-radius: var(--td-radius-default);
  height: var(--td-comp-size-xs);
  transform: translateY(-50%);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.15, 1);
}
.t-date-picker__cell:hover .t-date-picker__cell-inner {
  box-shadow: inset 0 0 0 1px var(--td-brand-color);
}
.t-date-picker__cell-inner {
  position: relative;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--td-comp-size-xs);
  height: var(--td-comp-size-xs);
  margin: calc(var(--td-comp-margin-xs) - 1px);
  border-radius: var(--td-radius-default);
  transition: box-shadow 0.2s cubic-bezier(0.38, 0, 0.24, 1), background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
}
.t-date-picker__cell--now .t-date-picker__cell-inner {
  color: var(--td-brand-color);
  background: var(--td-brand-color-light);
}
.t-date-picker__cell--hover-highlight::after {
  opacity: 1;
  background-color: var(--td-brand-color-light);
}
.t-date-picker__cell--highlight::before {
  opacity: 1;
  background-color: var(--td-brand-color-light);
}
.t-date-picker__cell--highlight.t-date-picker__cell--hover-highlight::after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.06);
}
.t-date-picker__cell--additional:hover .t-date-picker__cell-inner {
  box-shadow: none;
  border-color: var(--td-bg-color-container-hover);
  background-color: var(--td-bg-color-container-hover);
}
.t-date-picker__cell--additional .t-date-picker__cell-inner {
  color: var(--td-text-color-disabled);
}
.t-date-picker__cell--active .t-date-picker__cell-inner {
  color: var(--td-text-color-anti);
  background-color: var(--td-brand-color);
}
.t-date-picker__cell--active-start::before {
  opacity: 1;
  left: calc(calc(var(--td-comp-margin-xs) - 1px) * 2);
  border-top-left-radius: var(--td-radius-default);
  border-bottom-left-radius: var(--td-radius-default);
}
.t-date-picker__cell--active-start:hover::before {
  left: -5%;
}
.t-date-picker__cell--active-end::before {
  opacity: 1;
  right: calc(calc(var(--td-comp-margin-xs) - 1px) * 2);
  border-top-right-radius: var(--td-radius-default);
  border-bottom-right-radius: var(--td-radius-default);
}
.t-date-picker__cell--active-end:hover::before {
  right: -5%;
}
.t-date-picker__cell--disabled:hover .t-date-picker__cell-inner {
  box-shadow: none;
  background-color: var(--td-bg-color-component-disabled);
}
.t-date-picker__cell--disabled .t-date-picker__cell-inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.t-date-picker__cell--disabled + .t-date-picker__cell--disabled::before {
  opacity: 1;
  left: calc(0px - var(--td-comp-size-l));
  background-color: var(--td-bg-color-component-disabled);
  border-radius: var(--td-radius-default);
}
.t-date-picker__input--placeholder input {
  color: var(--td-text-color-placeholder);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/date-picker/date-picker.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/picker/picker.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.adm-picker {
  --header-button-font-size: 15px;
  --title-font-size: 15px;
  --item-font-size: 16px;
  --item-height: 34px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  flex: none;
  border-bottom: solid 1px var(--adm-border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 8px 8px;
}
.adm-picker-header-title {
  padding: 4px 4px;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1 1;
}
.adm-picker-body {
  flex: auto;
  height: 100%;
  width: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 8px;
  border-top-right-radius: 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[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/picker-view/picker-view.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.adm-picker-view {
  --height: 240px;
  --item-height: 34px;
  --item-font-size: 16px;
  height: var(--height);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-white);
}
.adm-picker-view-column {
  height: 100%;
  flex: 1 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 6px;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-accessible > * {
  flex: 1 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  flex: none;
  border-top: solid 1px var(--adm-border-color);
  border-bottom: solid 1px var(--adm-border-color);
}
.adm-picker-view-mask-top {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff);
}
.adm-picker-view-mask-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/safe-area/safe-area.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.adm-safe-area {
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--adm-hd));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--adm-hd));
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-generate-embed.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-generate-embed {
  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;
  margin: 16px 0;
}
.ai-generate-embed-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.ai-generate-embed-icon svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  vertical-align: middle;
}
.ai-generate-embed-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
}
.ai-generate-embed-input .t-input-adornment {
  width: 100%;
}
.ai-generate-embed-generate-button {
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/components/normalize/normalize.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'PingFang SC', tahoma, arial, 'helvetica neue',
  'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun,
  sans-serif;
    line-height: 1.5;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* 去除鼠标点击时候的outline轮廓，而保留键盘访问时候的outline轮廓
https://www.zhangxinxu.com/wordpress/2019/03/css-focus-visible/
** 20210610 更新 **
新版的 chrome，firefox 在鼠标点击上文提到的3种情况时已经不会再出蓝色的轮廓了
safari 目前还不支持 :focus-visible，所以以下代码对 safari 也无效(https://caniuse.com/?search=focus-visible)
综上，下面这段代码【只解决了】较低版本的 chrome 或 firefox 浏览器下，【下列3种元素被点击后会出现蓝色轮廓】的场景服务
1.设置了背景的<button>按钮；
2.HTML5 <summary>元素；
3.设置了HTML tabindex属性的元素；
特别需要注意的是，input被点击后，必定会出现:focus的样式，强烈不建议设置 input:focus{outline:0}，请与设计师沟通优化input元素获取焦点时的样式
*/
:focus:not(:focus-visible) {
    outline: 0;
}

/**
* 之前打包策略会打入 @tencent/ten-design-react/lib/theme/base.less
* 下面是跟normalize.css差异的部份
*/
ul, dl, li, dd, dt {
    margin: 0;
    padding: 0;
    list-style: 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/scenes/stat/pages/survey/chart/mobile/common/chart.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.chart {
  margin: 0 -20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.chart-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.chart-tab-item {
  position: relative;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart-tab-item svg {
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  fill: #333333;
}
.chart-tab-item.active {
  color: #0f6bff;
}
.chart-tab-item.active svg {
  fill: #0f6bff;
}
.chart-tab-item:not(:first-child):before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: auto;
  background-color: #e1e7f2;
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.chart-main {
  min-height: 200px;
}
.chart-main.donut {
  margin-bottom: -20px;
  min-height: 240px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report/RateDisplay.module.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.rateWrapper_snmd7Lll {
  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;
  padding-top: 16px;
  width: 100%;
  background: #f7fbff;
}
.title_xNcUdsXb {
  font-size: 14px;
  line-height: 22px;
  color: rgba(31, 35, 41, 0.4);
  margin-bottom: 12px;
  text-align: center;
}
.score_UAMBlDkr {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #1F2329;
}
.score_UAMBlDkr .total_CoavJtdU {
  font-size: 14px;
  font-weight: 600;
  color: rgba(31, 35, 41, 0.4);
}
.rateDisplay_DMo9emT7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.star_L9pgINfS {
  width: 28px;
  height: 28px;
}
.star_L9pgINfS:last-child {
  margin-right: 0;
}
.star_L9pgINfS.full_XdmvDax6 {
  color: #ffc20e !important;
}
.star_L9pgINfS.empty_M0ea7n_T {
  color: #d9d9d9 !important;
}
.partialStarContainer_qQRSdYeI {
  position: relative;
  overflow: hidden;
}
.partialOverlay_j_nOfqLT {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.scoreText_YhiNR4tr {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #1F2329;
}
.starRating_IXPE2Eh0 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.average_agssOeAO {
  font-size: 24px;
  font-weight: 600;
  color: #1F2329;
  line-height: 32px;
}
.t-rate {
  font-size: 24px;
  color: #FFB800;
}
.t-rate__item {
  margin-right: 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/ai/report/ai-cross-table.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.t-table.ai-cross-table {
  font-size: 12px;
  margin: 8px 0;
  background: none;
}
.t-table.ai-cross-table thead tr th {
  background: #f2f7f9;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bolder;
}
.t-table.ai-cross-table th,
.t-table.ai-cross-table tr,
.t-table.ai-cross-table td {
  vertical-align: middle !important;
  text-align: center;
}
.t-table.ai-cross-table td {
  position: relative;
}
.t-table.ai-cross-table table th,
.t-table.ai-cross-table table td {
  border-color: #e7e7e7;
  padding: 2px 10px;
}
.t-table.ai-cross-table tr {
  height: 20px;
  background: #f7fcfe;
}
.t-table.ai-cross-table .ai-cross-table--chart-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(15, 107, 255, 0.1);
  pointer-events: none;
}
.t-table.ai-cross-table .ai-cross-table--chart {
  white-space: nowrap;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report/ChartContent.module.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chartGroupWrapper_sFmUmc2M {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 16px 0;
  border: 1px solid #E7E7E7;
  border-bottom: none;
  border-right: none;
  border-radius: 8px;
  overflow: hidden;
}
.chartGroupWrapper_sFmUmc2M > * {
  width: calc(50% - 1px);
}
.oddGroup_C103l9CT .inline-chart,
.oddGroup_C103l9CT .last-child {
  width: 100%;
}
.inlineBlock_UNNJQYpJ > * {
  width: 100%;
}
.chartCard_yVRtRTVY {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}
.chartCard_yVRtRTVY .stat-ai-report--question-chart {
  height: 100%;
  width: 100%;
  border: none;
  margin: 0;
}
.chartTitle_XNOrmqsY {
  font-size: 16px;
  font-weight: 500;
  color: #1F2329;
  padding: 20px 24px 0 24px;
  line-height: 24px;
}
.starRating_eaia5rhi {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.average__1X2zqru {
  font-size: 24px;
  font-weight: 600;
  color: #1F2329;
  line-height: 32px;
}
.t-rate {
  font-size: 24px;
  color: #FFB800;
}
.t-rate__item {
  margin-right: 4px;
}
.isMobileChartGroup_rJeEX2Wo .chartTitle_XNOrmqsY {
  padding-left: 4px;
  padding-right: 4px;
}
.isMobileChartGroup_rJeEX2Wo.chartGroupWrapper_sFmUmc2M {
  border: none;
}
.isMobileChartGroup_rJeEX2Wo .chartCard_yVRtRTVY {
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #E7E7E7;
}
.isMobileChartGroup_rJeEX2Wo .chartCard_yVRtRTVY:first-child {
  border-top: 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/report/SentimentGauge.module.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.gaugeContainer_OqJOtf56 {
  position: relative;
  margin: 0 auto;
}
.gaugeContainer_OqJOtf56 .scaleText_IJRnvmh_ {
  font-size: 10px;
}
.gaugeContainer_OqJOtf56 .emoji_shrwkPTn {
  font-size: 32px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report/SentimentBar.module.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.container_bmNL196Q {
  height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.barGroup_gQIf49sx {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
  position: relative;
}
.barGroup_gQIf49sx::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  height: 1px;
  background-color: #E8E8E8;
}
.barItem_hThtnc6B {
  height: 100%;
  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;
  width: 80px;
}
.barWrapper_JHTNUt53 {
  width: 40px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bar_Te1Nouu5 {
  width: 100%;
  min-height: 4px;
  background-color: #E8E8E8;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: relative;
}
.bar_Te1Nouu5 .value_KMW5squG {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.label_J9VeUAtH {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  white-space: nowrap;
}
.reasons_DDaVlgXE {
  width: 100%;
  margin-top: 12px;
}
.reason_6R5kf7l8 {
  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;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.reason_6R5kf7l8 .reasonLabel_oMTMhEl_ {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 8px;
}
.reason_6R5kf7l8 .reasonValue_BvT_JkjZ {
  color: #333;
  font-weight: 500;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report/CommentList.module.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.comments_Pfnz6uiu .comment_z2M4C1xX {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}
.comments_Pfnz6uiu .comment_z2M4C1xX:last-child {
  margin-bottom: 0;
}
.comments_Pfnz6uiu .avatar_YozIXjiW {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 100%;
}
.comments_Pfnz6uiu .avatar_YozIXjiW img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.comments_Pfnz6uiu .content_VWvhOrzS {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 14px;
  color: #4E5969;
  padding: 12px;
  border-radius: 6px;
  line-height: 1.6;
}
.comments_Pfnz6uiu .content_VWvhOrzS.defaultContent_MidCDsqd {
  background: rgba(15, 107, 255, 0.1);
}
.comments_Pfnz6uiu .content_VWvhOrzS.positiveContent_I72eEZ7e {
  background: #F6FFED;
}
.comments_Pfnz6uiu .content_VWvhOrzS.neutralContent_OZD7UhoN {
  background: #FFFBE6;
}
.comments_Pfnz6uiu .content_VWvhOrzS.negativeContent_X4zvEftT {
  background: #FFF5F5;
}
.defaultAvatar_YFiRNueW {
  background-color: rgba(15, 107, 255, 0.1);
}
.positiveAvatar_nYNiObUu {
  background-color: #F6FFED;
}
.neutralAvatar_KpSIvxCe {
  background-color: #FFFBE6;
}
.negativeAvatar_waOrI4Ep {
  background-color: #FFF5F5;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report/SentimentContent.module.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.container_JnXCzCl_ {
  margin: 16px 0;
  width: 100%;
}
.header_INW4yvDL {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  margin-bottom: 16px;
}
.header_INW4yvDL h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
}
.header_INW4yvDL.mobileHeader_JnhLrqNM {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.scoreSection_o7tsqHfT {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-align: center;
  border-right: 1px solid #E8E8E8;
  height: 200px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.mobileHeader_JnhLrqNM .scoreSection_o7tsqHfT {
  width: 100%;
  margin-bottom: 0px;
  border-right: none;
}
.gauge_jJ_FpOMy {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.gauge_jJ_FpOMy .scoreTitle_ZYLNGLpc {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
}
.gauge_jJ_FpOMy .scoreValue_MABqNglw {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.distributionSection_qaRzIww7 {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.mobileHeader_JnhLrqNM .distributionSection_qaRzIww7 {
  width: 100%;
  height: 200px;
  display: block;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-top: 1px solid #e1e7f2;
}
.analysisSection_VvPimMj3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.analysisSection_VvPimMj3.mobileAnalysis_cILg_1v3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.analysisSection_VvPimMj3.mobileAnalysis_cILg_1v3 .analysisType_obmQOQtN {
  border-right: none;
  border-bottom: 1px solid #e7e7e7;
}
.analysisSection_VvPimMj3.mobileAnalysis_cILg_1v3 .analysisType_obmQOQtN:last-of-type {
  border-bottom: none;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN {
  min-width: 0;
  padding: 32px;
  border-right: 1px solid #e7e7e7;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN:last-of-type {
  border-right: none;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN.hide_gWx2OcJX {
  display: none;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .reasons_haljojf7 {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(24px, 1fr));
  margin-bottom: 24px;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .reasons_haljojf7 .reason_F_spbh9P {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  height: 100%;
  line-height: 25px;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .reasons_haljojf7 .reason_F_spbh9P span:first-child {
  color: #666;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 4px;
  line-height: 1.6;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .reasons_haljojf7 .reason_F_spbh9P span:last-child {
  color: #333;
  font-weight: 500;
  min-width: 48px;
  text-align: right;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .reasons_haljojf7 .reason_F_spbh9P:last-child {
  margin-bottom: 0;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .comments_tAXarYtn .comment_Xq2BNnE3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .comments_tAXarYtn .comment_Xq2BNnE3:last-child {
  margin-bottom: 0;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .comments_tAXarYtn .comment_Xq2BNnE3 .avatar_e84VhqZQ {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .comments_tAXarYtn .comment_Xq2BNnE3 .avatar_e84VhqZQ img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN .comments_tAXarYtn .comment_Xq2BNnE3 .content_zEHno3VE {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  padding: 8px;
  border-radius: 6px;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN.negative .comment_Xq2BNnE3 .content_zEHno3VE {
  background: #FFF5F5;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN.neutral .comment_Xq2BNnE3 .content_zEHno3VE {
  background: #FFFBE6;
}
.analysisSection_VvPimMj3 .analysisType_obmQOQtN.positive .comment_Xq2BNnE3 .content_zEHno3VE {
  background: #F6FFED;
}
.analysisTitle_Ea8XN8J6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 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/ai/report/ClusterContent.module.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.container_IxEBg4JS {
  margin: 16px 0;
}
.grid_m8B_IGrM {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #E7E7E7;
  border-bottom: none;
  border-right: none;
  border-radius: 6px;
  overflow: hidden;
}
.grid_m8B_IGrM.mobile_WlAHDPOv {
  grid-template-columns: 1fr;
  gap: 0;
}
.clusterCard_ARbl6tEW {
  background: rgba(255, 255, 255, 0.4);
  padding: 24px;
  border-bottom: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.3fr;
  gap: 24px;
}
.clusterCard_ARbl6tEW .leftColumn_mAVFTFay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.clusterCard_ARbl6tEW .title_WtX1sl6P {
  font-size: 16px;
  font-weight: 500;
  color: #1F2329;
  line-height: 24px;
}
.clusterCard_ARbl6tEW .percentage_Y1m7r7In .circle_CbNVHU4R {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
}
.clusterCard_ARbl6tEW .percentage_Y1m7r7In .circle_CbNVHU4R svg {
  position: absolute;
  top: 0;
  left: 0;
}
.clusterCard_ARbl6tEW .percentage_Y1m7r7In .innerCircle_O_vXCQaB {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clusterCard_ARbl6tEW .percentage_Y1m7r7In .innerCircle_O_vXCQaB .value_W_DEo4Z2 {
  font-size: 24px;
  font-weight: 500;
  color: #1F2329;
}
.clusterCard_ARbl6tEW .analysis_e2TLC4k7 {
  font-size: 14px;
  color: #4E5969;
  line-height: 22px;
}
.clusterCard_ARbl6tEW .comments_P98BggY7 .content_Yucb5xAF {
  background: rgba(15, 107, 255, 0.1);
}
.clusterCard_ARbl6tEW.mobile_WlAHDPOv {
  grid-template-columns: 1fr;
  gap: 16px;
}
.content_Yucb5xAF {
  -webkit-flex: 2 1;
      -ms-flex: 2 1;
          flex: 2 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header_F1HuBs1S {
  margin-bottom: 16px;
  text-align: left;
}
.percentage_Y1m7r7In .circle_CbNVHU4R {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
}
.percentage_Y1m7r7In .circle_CbNVHU4R svg {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage_Y1m7r7In .innerCircle_O_vXCQaB {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.percentage_Y1m7r7In .innerCircle_O_vXCQaB .value_W_DEo4Z2 {
  font-size: 24px;
  font-weight: 500;
  color: #1F2329;
}
.analysis_e2TLC4k7 {
  font-size: 14px;
  color: #4E5969;
  margin-bottom: 16px;
  line-height: 1.6;
}
.moreComments_IB91nZJh {
  margin-top: 8px;
  text-align: right;
}
.moreComments_IB91nZJh .a-link--primary {
  color: #0f6bff;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/AIReportClusterAnswersDialog/styles.module.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/md-typer/typer-wrapper.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.typer-text {
  color: rgba(0, 0, 0, 0.6);
  display: block;
}
.typer-text * {
  color: inherit;
}
.typer-text a {
  color: #0f6bff;
  cursor: pointer;
  text-decoration: none;
}
.typer-text h2 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
.typer-text h1,
.typer-text h2,
.typer-text h3,
.typer-text h4 {
  color: #000;
  display: block;
}
.typer-text h1 {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 40px;
  text-align: center;
  margin: 0;
  display: block;
}
.typer-text h3 {
  font-size: 20px;
  margin-top: 32px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
.typer-text h4 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #000000;
}
.typer-text p,
.typer-text li {
  font-size: 16px;
  line-height: 1.8;
}
.typer-text p,
.typer-text ol {
  padding-bottom: 10px;
  padding-left: 0px;
}
.typer-text li {
  list-style: inside;
}
.typer-text li p {
  display: inline;
}
.typer-text p,
.typer-text ol,
.typer-text li,
.typer-text b {
  color: inherit;
}
.typer-text p,
.typer-text ol {
  padding-bottom: 10px;
}
.typer-text p {
  white-space: break-spaces;
}
.typer-text hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.typer-text ol > li {
  list-style-type: decimal !important;
  margin-bottom: 10px;
}
.typer-text ol > li:last-child {
  margin-bottom: 0;
}
.typer-text li ul {
  padding-left: 24px;
}
.typer-text li ul li {
  list-style-type: circle !important;
}
.typer-text .markdown-content {
  display: inline;
}
.typer-text .markdown-wrapper {
  display: inline;
}
.typer-text .typer-cursor {
  display: inline;
  white-space: pre;
  position: relative;
  margin-left: -2px;
  -webkit-animation: typer-blink 1s infinite;
          animation: typer-blink 1s infinite;
}
.typer-text .markdown-table-container {
  margin: 16px 0;
  font-size: 12px;
}
.typer-text .t-table__header,
.typer-text table__header {
  background: #f2f7f9;
}
.typer-text .t-table__header th,
.typer-text table__header th {
  color: rgba(0, 0, 0, 0.4);
  font-weight: bolder;
  border-color: #e7e7e7;
  padding: 2px;
  vertical-align: middle !important;
}
.typer-text .t-table__cell,
.typer-text table__cell {
  position: relative;
  border-color: #e7e7e7;
  padding: 2px;
  vertical-align: middle !important;
}
.typer-text .t-table tr,
.typer-text table tr {
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
}
.typer-text .t-table td,
.typer-text table td {
  padding: 2px 4px;
}
.typer-text .t-table__cell--align-right,
.typer-text table__cell--align-right {
  white-space: nowrap;
}
.typer-text-highlight::after {
  font-size: inherit;
  color: inherit;
  content: "┃";
  -webkit-animation: typer-blink 1s infinite;
          animation: typer-blink 1s infinite;
}
@-webkit-keyframes typer-blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typer-blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.reasoning-wrapper {
  margin: 16px 0;
}
.reasoning-wrapper .t-collapse {
  border: none;
  background: none;
}
.reasoning-wrapper .t-collapse-panel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.reasoning-wrapper .t-collapse-panel__header {
  padding: 12px 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.reasoning-wrapper .t-collapse-panel__content {
  padding: 0 16px 16px;
  color: rgba(0, 0, 0, 0.6);
}
.reasoning-content {
  padding: 12px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  margin: 8px 0;
}
.markdown-code-block {
  margin: 16px 0;
  border-radius: 8px;
  background: #F8F9FC;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.markdown-code-block .code-header {
  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;
  padding: 8px 16px;
  background: #F2F3F7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.markdown-code-block .code-header .language-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.markdown-code-block pre {
  margin: 0;
  padding: 16px;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.6;
}
.markdown-code-block pre code {
  padding: 12px;
  color: #2C3E50;
  word-break: break-all;
}
.markdown-code-block pre code .keyword {
  color: #0F6BFF;
}
.markdown-code-block pre code .string {
  color: #10B981;
}
.markdown-code-block pre code .number {
  color: #9333EA;
}
.markdown-code-block pre code .comment {
  color: #94A3B8;
  font-style: italic;
}
.markdown-code-block pre code .function {
  color: #2563EB;
}
.markdown-code-block pre code .class-name {
  color: #7C3AED;
}
.markdown-code-block pre code .variable {
  color: #475569;
}
.markdown-code-block pre code .operator {
  color: #EF4444;
}
.markdown-code-block pre code .punctuation {
  color: #64748B;
}
.markdown-code-block pre code .regex {
  color: #F59E0B;
}
.markdown-code-block pre code .tag {
  color: #0F6BFF;
}
.markdown-code-block pre code .attr-name {
  color: #0EA5E9;
}
.markdown-code-block pre code .attr-value {
  color: #10B981;
}
@media screen and (max-width: 768px) {
  .markdown-code-block {
    margin: 12px 0;
    border-radius: 6px;
  }
  .markdown-code-block .code-header {
    padding: 6px 12px;
  }
  .markdown-code-block pre {
    padding: 12px;
    font-size: 12px;
  }
}
.markdown-table-container {
  margin: 16px 0;
  font-size: 12px;
}
.markdown-table-container .t-table__header {
  background: #f2f7f9;
}
.markdown-table-container .t-table__header th {
  color: rgba(0, 0, 0, 0.4);
  font-weight: bolder;
  border-color: #e7e7e7;
  padding: 2px;
  vertical-align: middle !important;
}
.markdown-table-container .t-table__cell {
  position: relative;
  border-color: #e7e7e7;
  padding: 2px;
  vertical-align: middle !important;
}
.markdown-table-container .t-table tr {
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
}
.markdown-table-container .t-table td {
  padding: 2px 4px;
}
.markdown-table-container .t-table__cell--align-right {
  white-space: nowrap;
}
.inline-cursor {
  display: inline;
  white-space: pre;
  position: relative;
  margin-left: -2px;
  /* 微调光标位置 */
}
.markdown-wrapper {
  display: inline;
}
.markdown-wrapper * {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Arial', sans-serif;
}
.markdown-wrapper h5 {
  font-size: 14px;
  color: #000000;
}
.typer-thinking {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #666;
}
.typer-thinking .ai-gen-loading {
  margin-right: 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/md-typer/selection-mode.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.selection-mode {
  padding-left: 12px;
}
.selection-mode + * {
  margin-bottom: 50px;
}
.selection-mode .md-element-wrapper {
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 24px 0;
  padding: 4px 12px;
}
.selection-mode .md-element-wrapper:hover {
  background-color: rgba(33, 150, 243, 0.05);
}
.selection-mode .md-element-wrapper.selected {
  background-color: rgba(33, 150, 243, 0.05);
}
.selection-mode .md-element-wrapper .md-checkbox {
  position: absolute;
  top: 14px;
  left: -20px;
  z-index: 1;
}
.selection-mode .md-element-wrapper .md-element {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  /* 确保 MarkdownWithComponents 内的元素不影响布局 */
  /* 移除 MarkdownWithComponents 内元素的默认边距 */
}
.selection-mode .md-element-wrapper .md-element .markdown-wrapper {
  margin: 0;
  padding: 0;
}
.selection-mode .md-element-wrapper .md-element h1,
.selection-mode .md-element-wrapper .md-element h2,
.selection-mode .md-element-wrapper .md-element h3,
.selection-mode .md-element-wrapper .md-element h4,
.selection-mode .md-element-wrapper .md-element h5,
.selection-mode .md-element-wrapper .md-element h6,
.selection-mode .md-element-wrapper .md-element p,
.selection-mode .md-element-wrapper .md-element ul,
.selection-mode .md-element-wrapper .md-element ol,
.selection-mode .md-element-wrapper .md-element li,
.selection-mode .md-element-wrapper .md-element pre {
  margin-top: 0;
  margin-bottom: 0;
}
.selection-mode.selection-mode--mobile .ai-cross-table {
  width: calc(100vw - 82px);
}
.md-checkbox.t-checkbox .t-checkbox__input {
  border-radius: 100% !important;
  width: 14px;
  height: 14px;
}
.md-checkbox.t-checkbox .t-checkbox__input-checkmark {
  border-radius: 100% !important;
}
.md-checkbox.t-checkbox .t-checkbox__input::after {
  width: 5px;
  height: 7px;
}
.selection-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-bottom: 16px;
  padding: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.share-preview-container {
  max-height: 60vh;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 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/scenes/ai__generate/components/visual-survey.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse {
  margin: 8px;
  border-radius: 6px;
  padding: 12px 16px;
  border: none;
  background: #fafafa;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel {
  border-radius: 6px;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__header {
  padding: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  font-size: 12px;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__header .ai-gen-loading {
  position: relative;
  margin-right: 8px;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__header .coral-icon-correct_fill {
  width: 18px;
  fill: #2ba471;
  margin-right: 8px;
  margin-top: -1px;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__content {
  padding: 0;
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 22px;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__content:empty {
  padding-top: 0;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__body {
  border: none;
  background: #fafafa;
}
.edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .typer-text * {
  font-size: 12px !important;
}
.ua-mobile .edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse {
  position: fixed;
  z-index: 3;
  top: 12px;
  margin: 12px;
  width: calc(100vw - 24px);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  max-height: 70vh;
}
.ua-mobile .edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__content {
  max-height: 70vh;
  overflow-y: auto;
}
.ua-mobile .edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__content .typer-text {
  padding-bottom: 50px;
  display: inline-block;
}
.ua-mobile .edit-ai-content-container .edit-ai-visual-survey-content .t-collapse.edit-ai-reasoning-collapse .t-collapse-panel__content .typer-text * {
  font-size: 12px !important;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/collapse/_index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-collapse {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  border: solid 1px var(--td-component-border);
  border-bottom: 0;
  background: var(--td-bg-color-container);
}
.t-collapse.t--border-less {
  border: none;
}
.t-collapse.t--border-less .t-collapse-panel__header {
  border-bottom: none;
}
.t-collapse.t--border-less .t-collapse-panel__body {
  background: var(--td-bg-color-container);
  border: none;
}
.t-collapse-panel__icon {
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-collapse-panel__icon > .t-fake-arrow {
  transform: rotate(-90deg);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-collapse-panel__icon--left {
  margin-right: var(--td-comp-margin-s);
}
.t-collapse-panel__icon--right {
  margin-left: var(--td-comp-margin-s);
}
.t-collapse-panel__icon--active > .t-fake-arrow {
  transform: rotate(0);
}
.t-collapse-panel__icon:hover {
  background-color: var(--td-bg-color-container-hover);
  border-radius: var(--td-radius-small);
}
.t-collapse-panel__wrapper {
  overflow: hidden;
}
.t-collapse-panel__wrapper.t--borderless .t-collapse-panel__header {
  border-bottom: none;
}
.t-collapse-panel__wrapper.t--borderless .t-collapse-panel__body {
  background: var(--td-bg-color-container);
  border: none;
}
.t-collapse-panel__wrapper .t-collapse-panel__header {
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-l);
  border-bottom: solid 1px var(--td-component-border);
  font: var(--td-font-title-small);
  display: flex;
  align-items: center;
}
.t-collapse-panel__wrapper .t-collapse-panel__header--blank {
  flex: 1 1;
}
.t-collapse-panel__wrapper .t-collapse-panel__header.t-is-clickable {
  cursor: pointer;
}
.t-collapse-panel__wrapper .t-collapse-panel__header-left,
.t-collapse-panel__wrapper .t-collapse-panel__header-right,
.t-collapse-panel__wrapper .t-collapse-panel__header-right-content {
  display: flex;
}
.t-collapse-panel__wrapper .t-collapse-panel__body {
  border-bottom: solid 1px var(--td-component-border);
  background: var(--td-bg-color-secondarycontainer);
  overflow: inherit;
}
.t-collapse-panel__wrapper .t-collapse-panel__body--collapsed {
  border: none;
}
.t-collapse-panel__wrapper .t-collapse-panel__content {
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-l) var(--td-comp-paddingTB-m) calc(var(--td-comp-paddingLR-l) + var(--td-comp-margin-xxl));
  color: var(--td-text-color-secondary);
}
.t-collapse-panel.t-is-disabled .t-collapse-panel__header {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
}
.t-collapse-panel.t-is-disabled .t-collapse-panel__icon {
  cursor: not-allowed;
  pointer-events: none;
}
.t-collapse-panel.t-is-disabled .t-collapse-panel__body {
  background: var(--td-bg-color-component-disabled);
}
.t-collapse-panel.t-is-disabled .t-collapse-panel__content {
  color: var(--td-text-color-disabled);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ai-edit-header.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-edit-header {
  background-color: #fff;
  height: 56px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  width: 100%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.ai-edit-header-left {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-header-nav {
  margin-left: 40px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
}
.ai-edit-header-nav .nav-item {
  padding-left: calc(8px * 2 - 1px);
  padding-right: calc(8px * 2 - 1px);
  font-weight: 600;
}
.ai-edit-header-nav .nav-item.active {
  background-color: rgba(15, 107, 255, 0.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/MessageInform/style.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dialog-message-inform_E5M0b0Sm .t-dialog__body {
  padding: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dialog-message-inform_E5M0b0Sm h3 {
  display: none;
}
.dialog-message-inform_E5M0b0Sm .inform-box {
  height: 60vh;
}
.inform-wrap_fbKHUmJ9 {
  width: 500px;
}
.inform-wrap_fbKHUmJ9 h3,
.inform-wrap_fbKHUmJ9 p {
  margin: 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/MessageInform/MessageInform.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ui-message-inform {
  display: inline-block;
  cursor: pointer;
}
.ui-message-inform .inform-icon .coral-icon-notification_line {
  font-size: 20px;
  vertical-align: middle;
}
.ui-message-inform .inform-icon.dot::after {
  content: '';
  display: inline-block;
  background: #f00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  vertical-align: text-top;
}
.inform-box {
  height: 510px;
}
.inform-box h3 {
  color: #333;
  font-weight: bold;
  line-height: 58px;
  border-bottom: solid 1px rgba(224, 229, 236, 0.8);
  padding-left: 20px;
  font-size: 16px;
}
.inform-box .inform-content {
  overflow-y: scroll;
  height: 100%;
}
.inform-box .inform-content .placeholder {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inform-box .inform-content .placeholder img {
  width: 87px;
}
.inform-box .inform-content .placeholder p {
  margin-top: 10px;
  font-size: 16px;
  color: #B9B9B9;
}
.inform-box .inform-item {
  border-bottom: solid 1px #dfe7f1;
  padding: 20px 0;
  margin: auto 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 115px;
  font-size: 14px;
}
.inform-box .inform-item .title {
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inform-box .inform-item .title img {
  width: 8px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}
.inform-box .inform-item .title.dot::before {
  content: '';
  display: inline-block;
  background: #f00;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.inform-box .inform-item .content {
  color: #666666;
  word-wrap: break-word;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0;
  max-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inform-box .inform-item .content p {
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
}
.inform-box .inform-item .content.open {
  max-height: none;
  white-space: normal;
  text-overflow: initial;
  overflow: initial;
}
.inform-box .inform-item .content a {
  color: #40abe2 !important;
}
.inform-box .inform-item .content a:hover {
  text-decoration: underline;
}
.inform-box .inform-item .else {
  font-size: 12px;
  color: #999;
}
.inform-box .inform-item .else span:last-child {
  float: right;
  cursor: pointer;
  color: #40abe2;
}
.inform-box .inform-item .else span.disable {
  color: #D8D8D8;
  cursor: not-allowed;
}
.inform-box .inform-foot {
  display: block;
  width: 100%;
  bottom: 0;
  line-height: 55px;
  border-top: solid 1px #dfe7f1;
  background: #fff;
  font-size: 14px;
}
.inform-box .inform-foot span {
  margin: 0 20px;
}
.inform-box .inform-foot .tag-read {
  float: right;
  color: #D8D8D8;
  cursor: not-allowed;
}
.inform-box .inform-foot .tag-read.light {
  color: #40abe2;
  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]!./src/components/Header/UserWorkBar/components/UserInfoCard/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.user-work-bar__card {
  padding: 16px;
  border-radius: 4px;
}
.user-work-bar__card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 1000px;
  overflow: hidden;
}
.user-work-bar__card-avatar img {
  width: 100%;
}
.user-work-bar__card-info {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-work-bar__card-org {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  word-break: break-word;
}
.user-work-bar__card-plan {
  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/Header/UserWorkBar/components/SubWorkList/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.user-work-bar__subwork {
  margin: -4px -8px;
  padding: 6px;
  max-width: 240px;
  min-width: 160px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.user-work-bar__subwork-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border-radius: 3px;
  fill: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #000;
  position: relative;
}
.user-work-bar__subwork-item:hover {
  background-color: #F0F6FF;
  color: var(--td-brand-color);
  fill: var(--td-brand-color);
}
.user-work-bar__subwork-item-icon {
  line-height: 1;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  width: 16px;
}
.user-work-bar__subwork-item-content {
  margin-left: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/UserWorkBar/components/WorkList/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.user-work-bar__work {
  margin-top: 2px;
}
.user-work-bar__work .t-space {
  width: 100%;
}
.user-work-bar__work-divider {
  width: calc(100% - 8px);
  height: 1px;
  background-color: #e7e7e7;
  margin: 4px auto;
}
.user-work-bar__work-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border-radius: 3px;
  fill: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #000;
}
.user-work-bar__work-item:hover {
  background-color: #F0F6FF;
  color: var(--td-brand-color);
  fill: var(--td-brand-color);
}
.user-work-bar__work-item-icon .coral-icon {
  font-size: 16px;
  display: block;
}
.user-work-bar__work-item-content {
  font-size: 14px;
  line-height: 22px;
  margin-left: 8px;
}
.user-work-bar__work-item-arrow {
  margin-left: auto;
}
.user-work-bar__work-item-arrow .coral-icon {
  font-size: 14px;
  display: block;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Promotions/Ad/ad-close-picker.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ad-close-picker_RaCCMG4c {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 12px;
  position: relative;
}
.close-dropdown-trigger_hQEbMVZG {
  margin: 2px 0;
}
.close-dropdown-trigger_hQEbMVZG,
.close-dropdown-content_r18myxMY {
  height: 20px;
  padding: 0 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.close-dropdown-content_r18myxMY + .close-dropdown-content_r18myxMY {
  margin-top: 1px;
}
.close-dropdown-container_Y39g71Ti {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ad-close-picker-active_h2o4mrkv .close-dropdown-container_Y39g71Ti {
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.icon-arrow_Hf1f2vct {
  width: 1em;
  vertical-align: middle;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
}
.ad-close-picker-active_h2o4mrkv .icon-arrow_Hf1f2vct {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Promotions/Ad/style.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hotzone-container_Qp1EjLh0 {
  position: relative;
  width: 328px;
  height: 388px;
}
.hotzone-container_Qp1EjLh0 .pic {
  width: 328px;
  height: 388px;
  display: block;
}
.hotzone-link_iy5ja5Z0 {
  position: absolute;
  width: 231.5px;
  height: 86px;
  top: 244px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.close-picker_izF_WI8W {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 14px;
  margin-right: 5px;
}
.close-picker_izF_WI8W .t-input__inner {
  color: rgba(255, 255, 255, 0.6);
}
.close-picker_izF_WI8W .t-select-input {
  width: 42px;
}
.close-picker_izF_WI8W .t-select-input .t-input {
  height: 20px;
  padding: 0 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-webkit-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-moz-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner:-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__suffix-icon {
  margin-left: 0;
}
.close-picker_izF_WI8W .t-select-input .t-input--focused {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.close-picker_izF_WI8W .t-select-input .t-input .t-fake-arrow {
  height: 12px;
  width: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.ad-select-dark_EfwgPsAe .t-input {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0);
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-fake-arrow {
  color: rgba(255, 255, 255, 0.4);
}
.ad-select-popup_eAikQtF7 .t-popup__content {
  margin: 0 !important;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad-select-popup_eAikQtF7 .t-select__list {
  padding: 4px 2px;
}
.ad-select-popup_eAikQtF7 .t-select-option {
  font-size: 10px;
  height: 12px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
.ad-select-popup_eAikQtF7 .t-select-option:hover {
  background: none !important;
}
.ad-select-popup_eAikQtF7 .t-select-option.t-is-selected {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.ad-select-popup-dark_n6Is0oAo .t-popup__content {
  background-color: rgba(0, 0, 0, 0.05);
}
.ad-select-popup-dark_n6Is0oAo .t-select-option {
  color: rgba(255, 255, 255, 0.2);
}
.bannerAdContainer_XUzgRA2S {
  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;
  position: relative;
}
.bannerAdContainer_XUzgRA2S .close-picker_izF_WI8W {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
}
.bannerAdContainer_XUzgRA2S .pic {
  width: 100%;
}
.bannerAdContainer_XUzgRA2S .t-input__suffix {
  margin-left: 0 !important;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Promotions/Ad/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/* 答题页广告位，避免用 ad 字样被 adblock 干掉 TODO 好像还是会被干掉*/
.promotions_survey_end,
.promotions_survey_end_mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  z-index: 10;
}
.survey-pc .promotions_survey_end,
.survey-pc .promotions_survey_end_mobile {
  bottom: 30px;
  bottom: calc(30px + constant(safe-area-inset-bottom));
  bottom: calc(30px + env(safe-area-inset-bottom));
}
.promotions_survey_end .link,
.promotions_survey_end_mobile .link {
  position: relative;
  display: block;
  height: 100px;
  text-decoration: none;
  border: none;
}
@media (max-width: 980px) {
  .promotions_survey_end .link,
  .promotions_survey_end_mobile .link {
    height: auto;
  }
}
.promotions_survey_end .link .pic,
.promotions_survey_end_mobile .link .pic {
  display: block;
  height: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .promotions_survey_end .link .pic,
  .promotions_survey_end_mobile .link .pic {
    width: 100%;
    height: auto;
  }
}
.promotions_nav_right,
.promotions_nav_right_mobile {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.promotions_nav_right .link,
.promotions_nav_right_mobile .link {
  height: 32px;
  border: none;
}
.promotions_nav_right .link .pic,
.promotions_nav_right_mobile .link .pic {
  height: 32px;
}
.promotions_nav_right {
  margin-right: 0;
}
.promotions_home_main,
.promotions_home_main_mobile {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .promotions_home_main,
  .promotions_home_main_mobile {
    padding: 40px 20px;
  }
}
.promotions_home_main .link,
.promotions_home_main_mobile .link {
  display: block;
  max-width: 1138px;
  margin: auto;
  border: none;
}
.promotions_home_main .link .pic,
.promotions_home_main_mobile .link .pic {
  display: block;
  width: 100%;
}
.promotions_workbench_side_bottom .link {
  display: block;
  border: none;
}
.promotions_workbench_side_bottom .link .pic {
  display: block;
  width: 100%;
}
.promotions_personal_center .link {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
  padding: 10px 0;
}
.promotions_personal_center .link .pic {
  width: 100%;
}
.promotions_personal_center_mobile .link {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
}
.promotions_personal_center_mobile .link .pic {
  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/Header/UserWorkBar/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.user-work-bar {
  width: 260px;
  margin: -4px -8px;
  padding: 6px;
  max-height: 80vh;
  overflow: auto;
}
.fitMobile .user-work-bar {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  max-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/Header/UserInfoWithNotice.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header-user {
  float: right;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-user .vertical-line {
  color: #e5e5e5;
  padding: 0 10px;
}
.header-user-info-container {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.header-user-info-container .coral-icon-arrow_down_line {
  width: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  vertical-align: middle;
  margin-right: -3px;
}
.header-user-info-container.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-user-avatar {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.header-user-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.header-user-avatar-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  margin: auto;
}
.header-user-info {
  display: inline-block;
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
}
.header-user-info-type {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.header-user .notice {
  position: relative;
  display: inline-block;
}
.header-user .notice::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fc2f35;
}
.header-user-login {
  display: inline-block;
  line-height: 34px;
  background-color: #008fff;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
}
.header-user-login:hover {
  background-color: #2196f3;
}
.user-popup {
  overflow: visible !important;
}
.user-control {
  min-width: 240px;
  min-height: 100px;
  width: fix-content;
  background: #fff;
  border-radius: 4px;
}
.user-control .control-item {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 16px !important;
  height: 48px;
  line-height: 32px;
  white-space: nowrap;
  color: #000;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.user-control .control-item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-control .control-item:hover {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item.active {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item .arrow {
  float: right;
}
.user-control .control-item .arrow .coral-icon-arrow_right_line {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.user-control .control-item .arrow.open .coral-icon-arrow_right_line {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.user-control .control-item .control-org-wrap {
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 240px;
  left: -239px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
}
.user-control .control-item .control-org-wrap .org-wrap {
  max-height: 290px;
  overflow-x: auto;
}
.user-control .control-item .control-org-wrap .org-wrap .control-item {
  padding: 8px 40px !important;
}
.user-control .control-item .control-org-wrap .org-wrap .saas-vip-icon {
  position: absolute;
  left: 16px;
  top: 16px;
}
.user-control .create-item {
  color: #008fff;
  border-top: 1px solid #e1e7f2;
  text-align: center;
  line-height: 48px;
  display: block;
}
.user-control .create-item .coral-icon-add_line {
  fill: #008fff;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.user-control .user-name {
  cursor: auto;
  border-bottom: 1px solid #e1e7f2;
}
.nav-dropdown {
  height: 100%;
}
.nav-dropdown .coral-icon-arrow_down_line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  padding: 5px 5px;
}
.nav-dropdown .coral-icon-arrow_down_line:hover {
  fill: #008fff;
}
.nav-dropdown.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-dropdown-content-item {
  position: relative;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
}
.nav-dropdown-content-item:first-child {
  border-radius: 6px 6px 0 0;
}
.nav-dropdown-content-item:last-child {
  border-radius: 0 0 6px 6px;
}
.nav-dropdown-content-item:hover {
  color: #0f6bff;
  background-color: #f6f8fa;
}
.nav-dropdown-content-item:hover .moreMenu {
  display: block;
}
.v3temp-save-template {
  position: relative;
  display: inline-block;
  top: 8px;
  cursor: pointer;
}
.v3temp-save-template :hover {
  fill: #2378FF;
}
.v3temp-head-li {
  padding: 10px 30px;
  cursor: pointer;
}
.v3temp-head-li:hover {
  background-color: #F6FAFF;
  color: #2378FF;
}
.v3temp-savetemp {
  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;
}
.v3temp-tempmodal {
  border-radius: 4px;
}
.v3temp-tempmodal button {
  border-radius: 4px;
}
.v3temp-tempmodal button.ten-button--type-primary {
  background-color: #2378FF;
  border-color: #2378FF;
}
.v3temp-tempmodal button.ten-button--type-primary:hover {
  background: #5697ff;
}
.v3temp-save-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 5px;
  top: 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/scenes/ai__generate/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
#root-container {
  background-color: transparent !important;
}
body {
  background: url(../statics/ai-bg.97b4f35a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.edit-ai-root {
  position: relative;
  min-height: 100%;
}
.edit-ai-root .ai-generate-history-container {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
  width: 100%;
}
.edit-ai-root .coral-sticky-tool--sm {
  bottom: 16px;
}
.edit-ai-content-container {
  position: relative;
  padding-top: 16px;
}
.edit-ai-content-container .edit-ai-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.edit-ai-content-container .edit-ai-content {
  width: 95vw;
  max-width: 1152px;
  min-width: 1010px;
  margin: auto;
  gap: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ua-mobile .edit-ai-content-container .edit-ai-content {
  min-width: unset;
}
.edit-ai-content-container .edit-ai-content.edit-ai-stage--generate-normal .edit-ai-interactive-container {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.edit-ai-content-container .edit-ai-content.edit-ai-stage--generate-normal .edit-ai-interactive-container .ai-edit-dialog {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.edit-ai-content-container .edit-ai-interactive-container {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 95vw;
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard {
  height: 100%;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard::-webkit-scrollbar-track:hover {
  background: #fff;
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard::-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;
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard::-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);
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--standard::-webkit-scrollbar-button {
  display: none;
}
.edit-ai-content-container .edit-ai-interactive-container .ai-edit-dialog--simple {
  height: 100%;
}
.edit-ai-content-container .edit-ai-visual-survey {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
  width: 760px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.edit-ai-content-container .edit-ai-visual-survey .skin {
  height: unset;
}
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page {
  background-color: transparent;
  min-width: unset;
}
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page .survey-top-content,
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page .survey-header {
  display: none;
}
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page .survey-main {
  padding-top: 24px;
}
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page .survey-header-title {
  margin-top: 0px;
}
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page .survey-container {
  width: 100%;
}
.edit-ai-content-container .edit-ai-visual-survey .skin .s-page .question-type-upload .upload-trigger {
  width: 132px !important;
  height: 132px !important;
}
.edit-ai-content-container .edit-ai-visual-survey-alert-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding: 6px 8px 0;
  z-index: 12;
  height: 42px;
  background-color: #fff;
}
.edit-ai-content-container .edit-ai-visual-survey-alert {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-ai-content-container .edit-ai-visual-survey-alert .t-alert__close,
.edit-ai-content-container .edit-ai-visual-survey-alert .t-alert__description {
  color: var(--td-text-color-primary);
}
.edit-ai-content-container .edit-ai-visual-survey-content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: auto;
  overflow: overlay;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.edit-ai-content-container .edit-ai-visual-survey-content::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.edit-ai-content-container .edit-ai-visual-survey-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;
}
.edit-ai-content-container .edit-ai-visual-survey-content::-webkit-scrollbar-track:hover {
  background: #fff;
}
.edit-ai-content-container .edit-ai-visual-survey-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;
}
.edit-ai-content-container .edit-ai-visual-survey-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);
}
.edit-ai-content-container .edit-ai-visual-survey-content::-webkit-scrollbar-button {
  display: none;
}
.edit-ai-content-container .edit-ai-visual-survey-content .ai-gen-loading {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  z-index: 11;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar {
  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 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  z-index: 10;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar .t-divider--vertical {
  margin: 0;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar .edit-ai-toolbar-left .tips {
  font-size: 12px;
  color: #999999;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar .edit-ai-toolbar-left .coral-icon-info_line {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin: -3px 4px 0 0;
  fill: #999999;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar .edit-ai-toolbar-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar .t-button {
  -webkit-box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.04);
  border-color: #0f6bff;
  color: #0f6bff;
}
.edit-ai-content-container .edit-ai-visual-survey-toolbar .t-button.t-button--theme-primary {
  color: #fff;
  height: 40px;
}
.edit-ai-content-container .edit-ai-visual-survey-loading {
  height: calc(100% - 10px);
  width: 100%;
}
.edit-ai-content {
  /* --------------------------------- 解决 loading 时，滚动条问题 ---------------------------------------- */
  /* --------------------------------- 问卷提交按钮 ---------------------------------------- */
}
.edit-ai-content.edit-ai-stage--generate-start .edit-ai-visual-survey-content {
  overflow: hidden;
}
.edit-ai-content .skin .page-control {
  -webkit-transition: all cubic-bezier(0.38, 0, 0.24, 1) 0.2s, height 0s;
  transition: all cubic-bezier(0.38, 0, 0.24, 1) 0.2s, height 0s;
  opacity: 0;
}
.edit-ai-content.edit-ai-stage--generated .skin .page-control {
  opacity: 1;
}
.typer-text-blink::after {
  font-size: inherit;
  color: inherit;
  content: "┃";
  -webkit-animation: typer-blink 1s infinite;
          animation: typer-blink 1s infinite;
}
@-webkit-keyframes typer-blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typer-blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    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/scenes/ai__generate/mobile.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-edit-dialog-title-mobile-arrow {
  display: none;
}
.ua-mobile body {
  background: url(../statics/ai-bg-mobile.2566ac5c.jpeg) no-repeat;
  background-size: cover;
}
.ua-mobile body.none-background {
  background: none;
}
.ua-mobile .edit-ai-content-container {
  padding-top: 0px;
}
.ua-mobile .mobile-site-header {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
.ua-mobile .mobile-site-header.transparent {
  background-color: transparent;
  border-color: transparent;
  backdrop-filter: initial;
}
.ua-mobile .coral-sticky-tool {
  display: none !important;
}
.ua-mobile .edit-ai-content-container .edit-ai-interactive-container {
  height: 100vh;
}
.ua-mobile .edit-ai-content-container .edit-ai-content {
  width: 100%;
  gap: 0;
}
.ua-mobile .edit-ai-content-container .edit-ai-content .ai-edit-dialog--standard {
  max-width: none;
}
.ua-mobile .error-text {
  width: calc(100% - 40px);
  padding: 8px 6px;
  margin-top: 16px;
  font-size: 10px;
}
.ua-mobile .ai-edit-dialog .ai-edit-dialog-container {
  max-width: none;
}
.ua-mobile .ai-edit-dialog-usage-gallery {
  max-width: none;
  margin-top: 54px;
}
.ua-mobile .ai-edit-dialog-usage-gallery-refresh-button,
.ua-mobile .ai-edit-dialog-usage-gallery-tip-button {
  color: var(--td-text-color-primary);
}
.ua-mobile .ai-edit-dialog.expand .ai-edit-dialog-usage-gallery {
  margin-top: 24px;
}
.ua-mobile .ai-edit-dialog-description {
  font-size: 15px;
  line-height: calc(100% + 8px);
  margin-bottom: 0;
}
.ua-mobile .ai-edit-dialog-usage-gallery-refresh-button {
  font-size: 17px;
}
.ua-mobile .ai-edit-dialog-usage-gallery-tip-button {
  font-size: 14px;
}
.ua-mobile .ai-edit-dialog-usage-gallery-example {
  padding: 16px;
  background: rgba(255, 255, 255, 0.7);
}
.ua-mobile .ai-edit-dialog-usage-gallery-example:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(240, 243, 246, 0.6);
}
.ua-mobile .ai-edit-dialog-usage-gallery-example-title {
  font-size: 17px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 32px;
  line-height: 1.1;
}
.ua-mobile .ai-edit-dialog-usage-gallery-example-title .survey-icon {
  vertical-align: -1px;
  margin-right: 8px;
}
.ua-mobile .ai-edit-dialog-usage-gallery-example-description {
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.6;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ua-mobile .ai-edit-header {
  display: none;
}
.ua-mobile .ai-edit-dialog--standard {
  padding: 16px 0;
  border-radius: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-header-wrap {
  padding: 0 20px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-title {
  margin-top: 0px !important;
  margin-bottom: 6px;
  font-size: 26px;
  line-height: calc(100% + 8px);
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-generate-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding: 0;
  background-size: cover;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery-examples {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 0;
  gap: 8px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery-examples.start-indent .swiper-wrapper {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery-examples .ai-edit-dialog-usage-gallery-example {
  height: 55px;
  width: 300px;
  display: inline-block;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery-examples .ai-edit-dialog-usage-gallery-example .ai-edit-dialog-usage-gallery-example-title {
  width: 300px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar {
  display: none;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input {
  display: block;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  max-width: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-top: 16px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block {
  position: relative;
  background: transparent;
  bottom: 54px;
  padding: 0 12px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .t-input {
  height: 32px;
  font-size: 12px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .t-input .t-input__prefix {
  margin-right: 0;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .ai-uploader {
  right: 0px;
  margin-right: 0;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .ai-uploader button {
  height: 32px;
  line-height: 32px;
  padding: 8px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .ai-uploader button .t-button__text {
  line-height: 16px;
  height: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .ai-uploader button .icon-upload-line {
  margin-right: 4px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .t-action-block .t-trigger {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  bottom: -66px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .ai-edit-dialog-input-use-tips {
  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);
  -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);
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-input .ai-edit-dialog-input-use-tips .ai-unit-container svg {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-textarea-container {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px !important;
  border-radius: var(--td-radius-default);
  border: 1px solid var(--td-component-border);
  width: auto;
  overflow: initial !important;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-textarea-container .t-textarea {
  overflow: auto;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-textarea-container.ai-common--border {
  border: none;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-textarea-container .t-textarea__inner {
  background-color: transparent;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-textarea-container textarea {
  min-height: 80px !important;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery {
  margin-top: 32px;
}
.ua-mobile .ai-edit-dialog--standard .ai-edit-dialog-usage-gallery-header {
  padding: 0 20px;
}
.ua-mobile .ai-edit-dialog-input-wrap {
  padding-top: 0px;
}
.ua-mobile .ai-edit-dialog-input-wrap-header {
  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;
  padding-top: 16px;
  font-weight: bold;
  font-size: 16px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-top: 0;
  height: calc(100vh - 60px);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f2f2f2;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey-content,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey-content,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey-content,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey-content,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey-content {
  padding-top: 0px;
  margin-bottom: calc(constant(safe-area-inset-bottom) + 40px);
  margin-bottom: calc(env(safe-area-inset-bottom) + 40px);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey-content.in-safari,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey-content.in-safari,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey-content.in-safari,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey-content.in-safari,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey-content.in-safari {
  margin-bottom: 100px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey-alert-wrap,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey-alert-wrap,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey-alert-wrap,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey-alert-wrap,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey-alert-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey .ai-gen-loading,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey .ai-gen-loading,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey .ai-gen-loading,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey .ai-gen-loading,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey .ai-gen-loading {
  top: 40%;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey .survey-container,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey .survey-container,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey .survey-container,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey .survey-container,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey .survey-container {
  width: 100%;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey .survey-container .skin-header-wrapper,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey .survey-container .skin-header-wrapper,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey .survey-container .skin-header-wrapper,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey .survey-container .skin-header-wrapper,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey .survey-container .skin-header-wrapper {
  height: 100px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey .survey-container .page-control-btn-group,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey .survey-container .page-control-btn-group,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey .survey-container .page-control-btn-group,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey .survey-container .page-control-btn-group,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey .survey-container .page-control-btn-group {
  padding-bottom: 56px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-visual-survey .edit-ai-visual-survey-toolbar,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-visual-survey .edit-ai-visual-survey-toolbar,
.ua-mobile .edit-ai-stage--generating .edit-ai-visual-survey .edit-ai-visual-survey-toolbar,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-visual-survey .edit-ai-visual-survey-toolbar,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-visual-survey .edit-ai-visual-survey-toolbar {
  position: initial;
  margin-top: -100px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container {
  width: 0;
  height: 0;
  z-index: 100;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-title,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-title,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-title,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-title,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-title {
  position: relative;
  padding-top: 0px;
  font-size: 16px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-title-suffix,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-title-suffix,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-title-suffix,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-title-suffix,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-title-suffix {
  color: var(--td-text-color-primary);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow {
  position: absolute;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 24px;
  margin-left: -45px;
  background-color: var(--td-bg-color-container-hover);
  border-radius: var(--td-radius-default);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-title-mobile-arrow .coral-icon {
  stroke: #000;
  stroke-width: 1px;
  -webkit-transform: scaleY(0.8);
      -ms-transform: scaleY(0.8);
          transform: scaleY(0.8);
  opacity: 0.4;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple {
  position: fixed;
  left: 0;
  top: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.12) !important;
  -webkit-transform: translate3d(0, -226px, 0);
          transform: translate3d(0, -226px, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple.single-input,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple.single-input,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple.single-input,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple.single-input,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple.single-input {
  -webkit-transform: translate3d(0, calc(-80px - constant(safe-area-inset-bottom)), 0);
          transform: translate3d(0, calc(-80px - constant(safe-area-inset-bottom)), 0);
  -webkit-transform: translate3d(0, calc(-80px - env(safe-area-inset-bottom)), 0);
          transform: translate3d(0, calc(-80px - env(safe-area-inset-bottom)), 0);
  margin-top: -12px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple.single-input .ai-edit-dialog-container,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple.single-input .ai-edit-dialog-container,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple.single-input .ai-edit-dialog-container,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple.single-input .ai-edit-dialog-container,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple.single-input .ai-edit-dialog-container {
  background: transparent;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input {
  -webkit-flex-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  gap: 8px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button {
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  min-width: 35%;
  font-size: 16px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .coral-icon,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .coral-icon,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .coral-icon,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .coral-icon,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .coral-icon {
  vertical-align: -2px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:nth-of-type(2),
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:nth-of-type(2),
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:nth-of-type(2),
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:nth-of-type(2),
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:nth-of-type(2) {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 65%;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .ai-gen-loading,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .ai-gen-loading,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .ai-gen-loading,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .ai-gen-loading,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button .ai-gen-loading {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 4px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:disabled,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:disabled,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:disabled,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:disabled,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-input button:disabled {
  opacity: 0.6;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple.multiple-input,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple.multiple-input,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple.multiple-input,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple.multiple-input,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple.multiple-input {
  -webkit-transform: translate3d(0, -198px, 0);
          transform: translate3d(0, -198px, 0);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner {
  border: none;
  height: 88px !important;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner:focus,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner:focus,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner:focus,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner:focus,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .t-textarea__inner:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container {
  position: relative;
  width: auto;
  padding: 2px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.with-right .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.with-right .t-textarea__inner,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.with-right .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.with-right .t-textarea__inner,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.with-right .t-textarea__inner {
  padding-right: 48px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.mobile-expand .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.mobile-expand .t-textarea__inner,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.mobile-expand .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.mobile-expand .t-textarea__inner,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.mobile-expand .t-textarea__inner {
  height: 150px !important;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .t-textarea__inner,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .t-textarea__inner,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .t-textarea__inner,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .t-textarea__inner {
  border: 1px solid #EF382D;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--simple .ai-edit-dialog-textarea-container.is-error .ai-edit-dialog-one-line {
  border-radius: var(--td-radius-default);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-one-line,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-one-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-input-readonly,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-input-readonly,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-input-readonly,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-input-readonly,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-input-readonly {
  color: var(--td-text-color-primary);
  font-weight: 400;
  padding: 8px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-generate-icon,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-generate-icon,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-generate-icon,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-generate-icon,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-generate-icon {
  margin-right: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), to(#07CD62));
  background-image: linear-gradient(to right, #027BF4, #07CD62);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 16px;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-generate-icon:before,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-generate-icon:before,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-generate-icon:before,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-generate-icon:before,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-generate-icon:before {
  content: '';
  margin-right: 10px;
  height: 14px;
  border-left: 1px solid #D9D9D9;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-generate-icon.in-textarea,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-generate-icon.in-textarea,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-generate-icon.in-textarea,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-generate-icon.in-textarea,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-generate-icon.in-textarea {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-generate-button,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-generate-button,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-generate-button,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-generate-button,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-generate-button {
  background-size: cover;
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--mobile-expand,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--mobile-expand,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--mobile-expand,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--mobile-expand,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--mobile-expand {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog--mobile-expand .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog--mobile-expand .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog--mobile-expand .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog--mobile-expand .ai-edit-dialog-title-mobile-arrow .coral-icon,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog--mobile-expand .ai-edit-dialog-title-mobile-arrow .coral-icon {
  -webkit-transform: scaleY(-0.8);
      -ms-transform: scaleY(-0.8);
          transform: scaleY(-0.8);
}
.ua-mobile .edit-ai-stage--generated .edit-ai-interactive-container .ai-edit-dialog-dialog-gallery-examples,
.ua-mobile .edit-ai-stage--generate-failed .edit-ai-interactive-container .ai-edit-dialog-dialog-gallery-examples,
.ua-mobile .edit-ai-stage--generating .edit-ai-interactive-container .ai-edit-dialog-dialog-gallery-examples,
.ua-mobile .edit-ai-stage--generate-start .edit-ai-interactive-container .ai-edit-dialog-dialog-gallery-examples,
.ua-mobile .edit-ai-stage--create-fail .edit-ai-interactive-container .ai-edit-dialog-dialog-gallery-examples {
  padding: 0;
  margin-left: 20px;
}
.ua-mobile .ai-generate-history-container {
  height: 100vh !important;
  z-index: 1;
}
.ua-mobile .ai-generate-history-header {
  padding-top: 16px;
}
.ua-mobile .ai-survey-disclaimer-dialog .t-dialog__mask {
  top: 0;
}
.ua-mobile .ai-survey-disclaimer-dialog .t-dialog__body {
  height: calc(100vh - 240px);
}
.ua-mobile .t-dialog.ai-survey-disclaimer-dialog .ai-survey-disclaimer-dialog-footer {
  display: initial !important;
}
.ua-mobile .t-dialog.ai-survey-disclaimer-dialog .t-dialog__footer {
  height: 88px;
}
.ua-mobile .t-dialog.ai-survey-disclaimer-dialog label {
  display: block;
  margin-top: 8px;
}
.ua-mobile .t-dialog.ai-survey-disclaimer-dialog .t-button {
  width: 100%;
}
.ua-mobile .edit-ai-reasoning-collapse {
  margin-top: 40px !important;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/mobile-header.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-site-header {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  height: 40px;
  padding: 0 16px;
  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;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.mobile-site-header.transparent {
  background: transparent;
}


/*# sourceMappingURL=ai__generate.2690aea6.css.map*/