/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/petite-editor/plugins/blank/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.pe-editor span[compose-type='blank'] {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
}
.pe-editor .pe-view .dom-blank-box {
  display: inline;
}
.pe-view .dom-blank-box {
  /*
    * 仅需编辑端支持inline-flex来隐藏超长下划线
    * 回答端会被下划线会被替换成固定宽度的input，无需支持inline-flex
    */
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dom-blank {
  /** 括号样式 */
  /** 输入框样式 */
}
.dom-blank-box {
  margin: 0 4px;
  position: relative;
  max-width: calc(100% - 8px);
  overflow: hidden;
  white-space: nowrap;
}
.dom-blank .blank-input {
  width: 80px;
  max-width: 100%;
  min-width: 72px;
  line-height: 1;
}
.dom-blank .blank-suffix {
  visibility: hidden;
}
.dom-blank.edit-mode .blank-suffix {
  visibility: visible;
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 12px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 26px;
  white-space: nowrap;
}
.dom-blank.edit-mode .blank-suffix .blank-required {
  color: #ef382d;
  margin-right: 6px;
  visibility: hidden;
}
.dom-blank.edit-mode .blank-suffix .blank-required.visible {
  visibility: visible;
}
.dom-blank.edit-mode .blank-suffix .blank-required::after {
  content: '*';
}
.dom-blank .blank-input .placeholder,
.dom-blank .pe-placeholder-answer {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dom-blank .blank-input .placeholder {
  color: #999;
}
.dom-blank .blank-input .placeholder,
.dom-blank .pe-placeholder-answer {
  bottom: 0%;
}
.dom-blank .blank-input.blank--brackets::before {
  content: '[ ';
}
.dom-blank .blank-input.blank--brackets::after {
  content: ' ]';
}
.dom-blank .blank-input.blank--brackets .blank--underline {
  color: transparent;
}
.dom-blank .blank-input.blank--input {
  border-width: 1px;
  border-style: solid;
  border-radius: var(--td-radius-default);
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dom-blank .blank-input.blank--input .blank--underline {
  color: transparent;
}
.dom-blank .blank-input.blank--input .placeholder {
  bottom: 5%;
}
.dom-blank.blank--select .blank-input .placeholder {
  padding: 0px 20px 0px 8px;
}
.dom-blank.blank--select .placeholder {
  bottom: 38%;
}
.dom-blank .blank-input .blank--select-outline {
  color: transparent;
  display: inline-block;
  height: 32px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0px 16px 0px 0px;
}
.dom-blank .blank-input .blank--select-outline::after {
  position: absolute;
  right: 8px;
  font-size: 12px;
  content: '>';
  color: #999;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg) scale(0.75, 1.5);
      -ms-transform: translateY(-50%) rotate(90deg) scale(0.75, 1.5);
          transform: translateY(-50%) rotate(90deg) scale(0.75, 1.5);
}
.dom-blank .pe-placeholder-answer {
  top: 0;
  width: 100%;
  color: #00ad20;
  line-height: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/petite-editor/plugins/dialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.pe-view .pe-wj-dialog {
  color: var(--td-brand-color);
  text-decoration: underline;
  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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/User/AuthModalQQ.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.user-auth-modal-qq {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.7);
}
.user-auth-modal-qq iframe {
  display: block;
  width: 370px;
  height: 305px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  margin-top: -152.5px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/copyright/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.footer-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 0;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: var(--td-text-color-disabled);
}
.footer-copyright .item {
  color: var(--td-text-color-disabled);
  text-decoration: none;
}
.footer-copyright .item + .item {
  margin-left: 0.5em;
}
.footer-copyright a:hover {
  color: var(--td-text-color-primary);
}
.footer-copyright .footer-logo {
  margin: 0 4px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: -4px;
}
.footer-copyright .footer-logo .logo-border {
  fill: var(--td-brand-color);
}
.footer-copyright .footer-logo .logo-ok {
  fill: var(--td-success-color);
}
.footer-copyright.relative {
  position: relative;
}
.copyright-row {
  display: inline-block;
  margin: 0 2px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Report/UI/Button/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
[class^='a-link--'] {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  text-decoration: none;
}
[class^='a-link--'] .coral-icon {
  fill: currentColor;
}
[class^='a-link--'].a-link--disabled {
  cursor: not-allowed;
}
button[class^='a-link--'] {
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
button[class^='a-link--'].a-link--disabled {
  cursor: not-allowed;
}
.a-link--small {
  font-size: var(--td-font-size-body-small);
}
.a-link--small .coral-icon {
  font-size: var(--td-font-size-body-medium);
}
.a-link--medium {
  font-size: var(--td-font-size-body-medium);
}
.a-link--medium .coral-icon {
  font-size: var(--td-font-size-body-large);
}
.a-link--large {
  font-size: var(--td-font-size-body-large);
}
.a-link--large .coral-icon {
  font-size: 18px;
}
.a-link--default {
  color: var(--td-text-color-primary);
}
.a-link--default:hover {
  color: var(--td-brand-color);
}
.a-link--primary {
  color: var(--td-brand-color);
}
.a-link--primary:hover {
  color: var(--td-brand-color-hover);
}
.a-link--success {
  color: var(--td-success-color);
}
.a-link--success:hover {
  color: var(--td-success-color-hover);
}
.a-link--danger {
  color: var(--td-error-color);
}
.a-link--danger:hover {
  color: var(--td-error-color-hover);
}
.a-link--warning {
  color: var(--td-warning-color);
}
.a-link--warning:hover {
  color: var(--td-warning-color-hover);
}
.a-link--disabled {
  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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/Logo.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.global-logo .version-tag {
  margin-left: 8px;
  color: #0f6bff;
  border: 1px solid #0f6bff;
  background-color: #EDF4FF;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 6px;
  vertical-align: middle;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/core/components/ErrorContainer/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.global-error-page {
  width: 100vw;
  min-height: 100vh;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
.global-error-page .coral-header-logo {
  margin: 12px 0;
}
.global-error-page-main {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  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: 15vh;
}
@media (max-width: 980px) {
  .global-error-page-main {
    padding-top: 5vh;
  }
}
.global-error-page-icon {
  width: 64px;
  height: 64px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.global-error-page-icon .coral-icon {
  font-size: 64px;
  fill: #EF382D;
}
.global-error-page-header {
  max-width: 560px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  margin-top: 16px;
  line-height: 32px;
  text-align: center;
}
.global-error-page-content {
  max-width: 560px;
  width: 70vw;
  padding: 8px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-top: 24px;
  max-height: 146px;
  word-break: break-all;
  overflow: auto;
}
.global-error-page-content-text {
  font-size: 14px;
  color: #999;
  display: block;
}
.global-error-page-content-text.global-error-page-content-text__nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-error-page-btn-group {
  margin-top: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}
.global-error-page-btn-group .t-button + .t-button {
  margin-left: 16px;
}
.global-error-page-qrcode {
  -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;
  margin-top: 48px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-error-page-qrcode-tip {
  color: #999;
  text-align: center;
}
.global-error-page-qrcode-img {
  max-width: 70vw;
  margin-top: 12px;
  width: 100px;
}
.global-error-page .footer-copyright {
  position: static;
  margin-top: auto;
}
.t-message {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t-message.t-is-closable {
  min-width: 280px;
}
.t-message > .t-icon,
.t-message .t-loading {
  margin-top: 1px;
}
.t-message__list {
  z-index: 99999!important;
}
.t-message__list > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/GlobalLoading/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.global-loading {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.global-loading-fullscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
}
.global-loading-fullscreen #loading-logo,
.global-loading-fullscreen .first-loading-lottie,
.global-loading-fullscreen .first-loading-lottie-wrapper,
.global-loading-fullscreen .first-loading-lottie-circle {
  z-index: 10005;
}
.global-loading #loading-logo {
  position: absolute;
  width: 76px;
  height: 16px;
  line-height: 16px;
  left: 50%;
  top: calc(50% + 35px);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10005;
  white-space: nowrap;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.26);
}
.global-loading #loading-logo img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: sub;
  opacity: 0.5;
}
.global-loading #loading-logo svg {
  display: inline-block;
  height: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  fill: rgba(0, 0, 0, 0.28);
  vertical-align: -1px;
}
.global-loading .first-loading-lottie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10005;
}
.global-loading .first-loading-lottie-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 10005;
}
.global-loading .first-loading-lottie-circle {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: first-loading-brand-rotate 1s infinite linear;
  animation: first-loading-brand-rotate 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #e8ebed;
  border-top-color: #cbcdd1;
  z-index: 10005;
}
.global-loading .first-loading-lottie-wrapper .first-loading-lottie-circle {
  border-width: 4px;
}
.global-loading .first-loading-container .first-loading-spin-circle {
  border-width: 0px !important;
}
.global-loading .first-loading-container {
  display: none !important;
}
@-webkit-keyframes first-loading-brand-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes first-loading-brand-rotate {
  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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Dialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.dialog {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--td-mask-active);
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
}
.dialog.no-bgc {
  background-color: unset;
}
.dialog.show {
  display: block;
  -webkit-animation: a-dialog 0.2s ease 0.05s both;
          animation: a-dialog 0.2s ease 0.05s both;
}
.dialog-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--td-bg-color-container);
  border-radius: var(--td-radius-default);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.dialog-header {
  font-weight: bold;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 50px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-header-close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 20px;
  width: 20px;
  display: block;
  border: none;
  float: right;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: transparent;
  cursor: pointer;
}
.dialog-footer {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 70px;
  line-height: 70px;
  text-align: right;
}
.dialog-footer .btn-group button,
.dialog-footer .btn-group div {
  display: inline-block;
}
.dialog-footer .btn-group button {
  margin-left: 5px;
}
.dialog-footer .btn-group button:first-child {
  margin-left: 0;
}
.dialog-footer a {
  text-decoration: none;
}
.dialog-footer button {
  min-width: 95px;
  outline: none;
}
.dialog-footer .btn-cancel {
  color: var(--td-brand-color);
  background-color: transparent;
  border-color: transparent;
  margin-right: 10px;
}
.dialog-footer .t-button + .t-button {
  margin-left: 16px;
}
.dialog-footer .t-button {
  vertical-align: 0;
}
.dialog-content {
  line-height: 1.45;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 70px;
  overflow: auto;
  font-size: 14px;
  color: #333333;
  padding: 0 30px;
  border-bottom: 1px solid var(--td-border-level-1-color);
}
.dialog-content.no-footer {
  bottom: 20px;
  border-bottom: unset;
}
.dialog-content.no-header {
  top: 0;
}
.dialog-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.dialog-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.dialog-tips {
  position: absolute;
  z-index: 10;
  border-radius: var(--td-radius-default);
  border: 1px solid var(--td-border-level-1-color);
  padding: 10px;
}
.dialog-warning .dialog-content {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
.dialog-warning .dialog-warning-icon {
  position: relative;
  width: 65px;
  margin: 40px auto;
}
.dialog-warning .icon-bubble {
  position: absolute;
  right: -16px;
  bottom: -12px;
  fill: #fa6564;
}
.dialog.dialog--theme-coral .dialog-header {
  top: 0;
  left: 24px;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 64px 0 0;
  font-size: var(--td-font-size-body-large);
}
.dialog.dialog--theme-coral .dialog-header-close {
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--td-radius-default);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dialog.dialog--theme-coral .dialog-header-close .coral-icon-close_line {
  fill: var(--td-text-color-primary);
  width: 16px;
  height: 16px;
}
.dialog.dialog--theme-coral .dialog-header-close:hover {
  background-color: var(--td-bg-color-container-hover);
}
.dialog.dialog--theme-coral .dialog-content {
  top: 56px;
  bottom: 56px;
  padding: 0 24px;
  border-top: 1px solid var(--td-border-level-1-color);
}
.dialog.dialog--theme-coral .dialog-content.no-footer {
  bottom: 20px;
  border-bottom: unset;
}
.dialog.dialog--theme-coral .dialog-content.no-header {
  top: 0;
}
.dialog.dialog--theme-coral .dialog-footer {
  left: 24px;
  right: 24px;
  height: 56px;
  line-height: 56px;
}
.dialog.dialog--theme-coral .dialog-footer button {
  min-width: 0;
}
.dialog .ui-button-primary.coral-button--primary-line:hover {
  color: #fff;
}
.mobile-dialog {
  z-index: 500;
}
.mobile-dialog-container {
  position: fixed;
  left: 25px;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mobile-dialog-content {
  border-radius: var(--td-radius-default);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-dialog-content.pop-out {
  -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mobile-dialog-content-body {
  margin-top: 32px;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
.mobile-dialog-content-footer {
  height: 100px;
  width: 100%;
  position: relative;
}
.mobile-dialog-content-footer .btn-confirm {
  position: absolute;
  height: 40px;
  width: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
}
.mobile-dialog .icon-warning {
  margin-top: 50px;
  position: relative;
}
.mobile-dialog .icon-warning-laptop {
  height: 103px;
  width: 120px;
  display: block;
  background: url(data:image/png;base64,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) no-repeat 0 0;
  background-size: contain;
}
.mobile-dialog .icon-warning-survey {
  height: 50px;
  width: 43px;
  position: absolute;
  left: 41px;
  top: 14px;
  display: block;
  background: url(data:image/png;base64,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) no-repeat 0 0;
  background-size: contain;
}
@-webkit-keyframes a-dialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-dialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes a-dialog-container {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes a-dialog-container {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/IconSystem/style.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.icon-component {
  height: 1em;
  width: 1em;
  fill: currentColor;
}
.icon-logo .icon-logo-bottom {
  fill: #2c7ec3;
}
.icon-logo .icon-logo-top {
  fill: #44af37;
}
.icon-logo-weapp {
  fill: #656565;
  width: 43px;
  height: 43px;
}
.icon-logo-weapp:hover {
  fill: #00A637;
}
.icon-logo-wechat {
  fill: #656565;
}
.icon-logo-wechat:hover {
  fill: #91e0bc;
}
.icon-logo-qq {
  fill: #656565;
}
.icon-logo-qq:hover {
  fill: #58a6e7;
}
.icon-logo-qzone {
  fill: #656565;
}
.icon-logo-qzone:hover {
  fill: #f7cf46;
}
.icon-logo-weibo {
  fill: #656565;
}
.icon-logo-weibo:hover {
  fill: #d6655c;
}
.icon-launch {
  width: 19px;
  height: 19px;
  fill: #797979;
}
.icon-preview {
  width: 25px;
  height: 25px;
  fill: #797979;
}
.icon-start {
  height: 14px;
  width: 12px;
  vertical-align: middle;
}
.icon-pause {
  height: 14px;
  width: 12px;
  vertical-align: middle;
}
.icon-setting-display,
.icon-setting-recovery,
.icon-setting-gift,
.icon-setting-collaborator {
  width: 25px;
  height: 25px;
  fill: #797979;
}
.icon-stat-overview,
.icon-stat-recycle,
.icon-stat-chart,
.icon-stat-analyse,
.icon-stat-gift,
.icon-stat-report,
.icon-stat-sign,
.icon-stat-ai,
.icon-stat-share.t-icon {
  width: 28px;
  height: 28px;
  fill: #8E8E8E;
}
.icon-stat-sign {
  stroke: 0;
  stroke: #8E8E8E;
}
.icon-stat-overview .icon-stat-overview-needle {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: icon-stat-rotate;
          animation-name: icon-stat-rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
}
.icon-stat-chart {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: icon-stat-rotate;
          animation-name: icon-stat-rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
}
.icon-stat-chart:hover {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.icon-stat-recycle .icon-stat-recycle-top {
  -webkit-transform-origin: 10px center;
      -ms-transform-origin: 10px center;
          transform-origin: 10px center;
  -webkit-animation-name: icon-stat-bar;
          animation-name: icon-stat-bar;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.icon-stat-recycle .icon-stat-recycle-middle {
  -webkit-transform-origin: 10px center;
      -ms-transform-origin: 10px center;
          transform-origin: 10px center;
  -webkit-animation-name: icon-stat-bar;
          animation-name: icon-stat-bar;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.icon-stat-recycle .icon-stat-recycle-bottom {
  -webkit-transform-origin: 10px center;
      -ms-transform-origin: 10px center;
          transform-origin: 10px center;
  -webkit-animation-name: icon-stat-bar;
          animation-name: icon-stat-bar;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.icon-stat-analyse .icon-stat-analyse-left {
  -webkit-transform-origin: center 36px;
      -ms-transform-origin: center 36px;
          transform-origin: center 36px;
  -webkit-animation-name: icon-stat-column;
          animation-name: icon-stat-column;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.icon-stat-analyse .icon-stat-analyse-center {
  -webkit-transform-origin: center 36px;
      -ms-transform-origin: center 36px;
          transform-origin: center 36px;
  -webkit-animation-name: icon-stat-column;
          animation-name: icon-stat-column;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.icon-stat-analyse .icon-stat-analyse-right {
  -webkit-transform-origin: center 36px;
      -ms-transform-origin: center 36px;
          transform-origin: center 36px;
  -webkit-animation-name: icon-stat-column;
          animation-name: icon-stat-column;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.icon-stat-gift .icon-stat-gift-hat {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation-name: icon-gift-hat;
          animation-name: icon-gift-hat;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
}
.icon-stat-sign .icon-stat-sign-line-1,
.icon-stat-sign .icon-stat-sign-line-2,
.icon-stat-sign .icon-stat-sign-line-3,
.icon-stat-sign .icon-stat-sign-line-4 {
  -webkit-transform-origin: 10px center;
      -ms-transform-origin: 10px center;
          transform-origin: 10px center;
  -webkit-animation-name: icon-stat-sign-bar;
          animation-name: icon-stat-sign-bar;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.icon-stat-sign .icon-stat-sign-line-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.icon-stat-sign .icon-stat-sign-line-2 {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.icon-stat-sign .icon-stat-sign-tips {
  stroke-dasharray: 39 39;
  -webkit-animation-name: icon-stat-sign-tips;
          animation-name: icon-stat-sign-tips;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.icon .coral-icon-answer_group_line path:nth-child(2),
.icon .icon-stat-ai path:nth-child(2),
.icon .icon-stat-share path:nth-child(2) {
  -webkit-animation-name: icon-stat-rotate;
          animation-name: icon-stat-rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
}
.icon .icon-stat-ai path:nth-child(2) {
  -webkit-transform-origin: 20px 20px;
      -ms-transform-origin: 20px 20px;
          transform-origin: 20px 20px;
}
.icon .icon-stat-share path:nth-child(2) {
  -webkit-transform-origin: 17.5px 18px;
      -ms-transform-origin: 17.5px 18px;
          transform-origin: 17.5px 18px;
}
.icon-edit {
  overflow: visible;
}
.icon-edit .icon-edit-pen {
  -webkit-animation-name: icon-edit-pen;
          animation-name: icon-edit-pen;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /* 默认使用 inherit 继承，便于扩大动画响应区域 */
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.icon:hover {
  /* 默认 SVG hover 的时候响应动画 */
}
.icon:hover .icon-stat-overview-needle,
.icon:hover .icon-stat-recycle-top,
.icon:hover .icon-stat-recycle-middle,
.icon:hover .icon-stat-recycle-bottom,
.icon:hover .icon-stat-analyse-left,
.icon:hover .icon-stat-analyse-center,
.icon:hover .icon-stat-analyse-right,
.icon:hover .icon-stat-chart,
.icon:hover .icon-stat-sign,
.icon:hover .icon-stat-gift-hat {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.icon:hover .icon-edit-pen {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.icon:hover .coral-icon-answer_group_line path:nth-child(2),
.icon:hover .icon-stat-ai path:nth-child(2),
.icon:hover .icon-stat-share path:nth-child(2) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.icon:hover .icon-stat-sign {
  stroke: #008fff;
}
.icon-survey {
  width: 65px;
  height: 80px;
}
.icon-survey .icon-survey-bg {
  fill: #DBDBDB;
}
.icon-loading {
  width: 65px;
  height: 80px;
}
.icon-loading .icon-loading-bg {
  fill: #2196F3;
}
.icon-loading .icon-loading-arrow {
  -webkit-transform-origin: 50% 56%;
      -ms-transform-origin: 50% 56%;
          transform-origin: 50% 56%;
  -webkit-animation: rotate 1.2s linear infinite;
          animation: rotate 1.2s linear infinite;
}
.icon-loading-arrow {
  width: 33px;
  height: 33px;
  -webkit-animation: rotate 1.2s linear infinite;
          animation: rotate 1.2s linear infinite;
}
.icon-close {
  width: 20px;
  height: 20px;
  fill: #bbbbbb;
}
.icon-bubble {
  width: 35px;
  height: 35px;
  fill: #1593fb;
}
.icon-success {
  width: 24px;
  height: 24px;
  fill: #1593fb;
}
.icon-success-slim {
  width: 48px;
  height: 48px;
}
.icon-fail {
  width: 24px;
  height: 24px;
  fill: #ef5350;
}
.icon-tips {
  width: 18px;
  height: 18px;
  fill: #000;
}
.icon-search {
  width: 16px;
  height: 16px;
}
.icon-checked-only {
  width: 15px;
  height: 15px;
  fill: #008fff;
}
.icon-trash {
  width: 14px;
  fill: #008fff;
}
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-down,
.icon-arrow-up {
  width: 24px;
  height: 24px;
  fill: #bbc5cf;
}
.icon-arrow-slim {
  width: 16px;
  height: 16px;
  fill: #bbc5cf;
}
.icon-survey-gift {
  width: 18px;
  height: 18px;
  fill: #000;
}
.icon-btn-close {
  height: 24px;
  width: 24px;
}
.icon-btn-close-inverse {
  height: 14px;
  width: 14px;
}
.icon-btn-add {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.icon-download {
  width: 16px;
  height: 16px;
}
.icon-add-circle {
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.icon-import-table {
  height: 24px;
  width: 24px;
}
.icon-date-range {
  width: 18px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.icon-arrow-head {
  height: 10px;
  margin-left: 10px;
  fill: #dddddd;
}
.icon-exchange {
  width: 12px;
}
.icon-file {
  width: 20px;
}
.icon-answer {
  width: 14px;
}
.icon-file-expand {
  width: 16px;
}
.icon-file-collapse {
  width: 16px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@-webkit-keyframes icon-stat-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes icon-stat-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes icon-stat-bar {
  60% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
}
@keyframes icon-stat-bar {
  60% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
}
@-webkit-keyframes icon-stat-column {
  60% {
    -webkit-transform: scale(1, 0.1);
            transform: scale(1, 0.1);
  }
}
@keyframes icon-stat-column {
  60% {
    -webkit-transform: scale(1, 0.1);
            transform: scale(1, 0.1);
  }
}
@-webkit-keyframes icon-gift-hat {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes icon-gift-hat {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@-webkit-keyframes icon-edit-pen {
  0% {
    -webkit-transform: translate(-2px, -32px);
  }
  20% {
    -webkit-transform: translate(18px, -32px);
  }
  30% {
    -webkit-transform: translate(-2px, -24px);
  }
  50% {
    -webkit-transform: translate(18px, -24px);
  }
  60% {
    -webkit-transform: translate(-2px, -16px);
  }
  80% {
    -webkit-transform: translate(18px, -16px);
  }
  100% {
    -webkit-transform: translate(-2px, -32px);
  }
}
@keyframes icon-edit-pen {
  0% {
    -webkit-transform: translate(-2px, -32px);
  }
  20% {
    -webkit-transform: translate(18px, -32px);
  }
  30% {
    -webkit-transform: translate(-2px, -24px);
  }
  50% {
    -webkit-transform: translate(18px, -24px);
  }
  60% {
    -webkit-transform: translate(-2px, -16px);
  }
  80% {
    -webkit-transform: translate(18px, -16px);
  }
  100% {
    -webkit-transform: translate(-2px, -32px);
  }
}
@-webkit-keyframes icon-stat-sign-bar {
  10%,
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20%,
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes icon-stat-sign-bar {
  10%,
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20%,
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes icon-stat-sign-tips {
  70%,
  100% {
    stroke-dashoffset: 78;
  }
  20%,
  30% {
    stroke-dashoffset: 39;
  }
}
@keyframes icon-stat-sign-tips {
  70%,
  100% {
    stroke-dashoffset: 78;
  }
  20%,
  30% {
    stroke-dashoffset: 39;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/OverStorageDialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.over-storage-dialog .dialog-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.over-storage-dialog .dialog-content > p {
  font-size: var(--td-font-size-body-large);
  color: var(--td-text-color-primary);
}
.over-storage-dialog .dialog-content > span {
  display: block;
  color: var(--td-text-color-secondary);
  font-size: var(--td-font-size-body-medium);
  margin-top: 10px;
}
.over-storage-dialog .storage-text-button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/core/page.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/*  全局样式  */
html,
body {
  height: 100%;
}
#root-container {
  height: 100%;
}
body:lang(en) {
  line-height: calc(100% + 8px);
}
svg.coral-icon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.browser-focus-style-default {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.inputs-focus-style-default {
  outline: 0;
  border-color: #2863f3;
}
.textarea-focus-style-default {
  outline: 0;
  border-color: #2863f3;
}
.focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.radio-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.checkbox-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.star-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.matrixradio-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.matrixcheckbox-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.matrixstar-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.button-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.select-focus-style-default {
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.upload-focus-style-default {
  outline: 2px solid gray;
  outline: 0;
  -webkit-box-shadow: 0px 0px 4px #2378ff;
          box-shadow: 0px 0px 4px #2378ff;
}
.coral-icon[theme='primary'] {
  fill: var(--td-brand-color);
}
.coral-icon[theme='error'] {
  fill: var(--td-error-color);
}
.coral-icon[theme='success'] {
  fill: var(--td-success-color);
}
.coral-icon[theme='warning'] {
  fill: var(--td-warning-color);
}
.dialog--theme-coral {
  /** dialog 组件适配移动端 popup 样式*/
}
@media (max-width: 980px) {
  .dialog--theme-coral .t-dialog {
    max-width: 90%;
  }
}
.dialog--theme-coral .t-dialog__wrap .t-dialog {
  border: 0;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.dialog--theme-coral .t-dialog {
  padding: 0;
}
.dialog--theme-coral .t-dialog__header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 64px 0 24px;
  border-bottom: 1px solid var(--td-border-level-1-color);
}
.dialog--theme-coral .t-dialog__header-content {
  display: inline-block;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog--theme-coral .t-dialog__close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  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;
  color: var(--td-text-color-primary);
}
.dialog--theme-coral .t-dialog__body {
  padding: 24px;
  color: var(--td-text-color-primary);
}
.dialog--theme-coral .t-dialog__footer {
  height: 56px;
  padding: 0 24px;
  word-spacing: 0;
  line-height: 56px;
  border-top: 1px solid var(--td-border-level-1-color);
}
.dialog--theme-coral .t-dialog__footer .t-button {
  vertical-align: middle;
}
.dialog--theme-coral .t-dialog__footer .t-button + .t-button {
  margin-left: 16px;
}
@-webkit-keyframes tDialogSlideIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes tDialogSlideIn {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes tDialogSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes tDialogSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.dialog--theme-coral-popup .t-dialog {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: fixed;
  bottom: 0px;
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: env(safe-area-inset-bottom);
}
.dialog--theme-coral-popup .t-dialog-zoom-appear-active,
.dialog--theme-coral-popup .t-dialog-zoom-enter-active {
  -webkit-animation-name: tDialogSlideIn!important;
          animation-name: tDialogSlideIn!important;
}
.dialog--theme-coral-popup .t-dialog-zoom-exit-active {
  -webkit-animation-name: tDialogSlideOut!important;
          animation-name: tDialogSlideOut!important;
}
.table--theme-version-info {
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 6px;
}
.table--theme-version-info.t-table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 980px) {
  .dialog--theme-coral-tabs .t-dialog {
    max-width: 90%;
  }
}
.dialog--theme-coral-tabs .t-dialog {
  padding: 0;
}
.dialog--theme-coral-tabs .t-dialog__body {
  padding: 0;
}
.dialog--theme-coral-tabs .t-dialog__header {
  position: absolute;
  height: 56px;
  right: 24px;
  z-index: 2;
}
.dialog--theme-coral-tabs .t-dialog__close {
  height: 26px;
  width: 26px;
  font-size: 22px;
  color: var(--td-text-color-primary);
}
.dialog--theme-coral-tabs .t-dialog__footer {
  height: 56px;
  padding: 0 24px;
  word-spacing: 0;
  line-height: 56px;
  border-top: 1px solid var(--td-border-level-1-color);
}
.dialog--theme-coral-tabs .t-dialog__footer .t-button {
  vertical-align: 0;
}
.dialog--theme-coral-tabs .t-dialog__footer .t-button + .t-button {
  margin-left: 16px;
}
.dialog--theme-coral-tabs .t-tabs .t-tabs__nav-item-wrapper {
  margin-left: 0;
  margin-right: 0;
  height: var(--td-comp-size-m);
  font-weight: 600;
  font-size: 16px;
}
.dialog--theme-coral-tabs .t-tabs .t-tabs__nav-item {
  height: 56px;
  color: var(--td-text-color-primary);
}
.dialog--theme-coral-tabs .t-tabs .t-tabs__nav-item.t-is-active {
  color: var(--td-brand-color);
}
.dialog--theme-coral-tabs .t-tabs .t-tabs__nav-container.t-is-top {
  padding: 0 12px;
}
.dialog--theme-coral-tabs .t-tabs .t-tabs__nav-container.t-is-top::after {
  border-color: var(--td-border-level-1-color);
  width: auto;
  left: -24px;
  right: -24px;
}
.dialog--theme-coral-tabs .t-tabs__content {
  padding: 24px;
}
.alert--theme-coral.t-alert {
  padding: 8px 12px;
}
.alert--theme-coral.t-alert .t-alert__message {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tooltips--theme-coral .t-popup__content {
  padding: 8px;
}
.dialog--theme-coral-table.t-table--bordered th,
.dialog--theme-coral-table.t-table--bordered td {
  border-left: none;
}
.dialog--theme-coral-table .t-table__header > tr > th {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-loading.loading--fill {
  width: 100%;
  height: 100%;
}
body .t-alert__close .t-icon {
  font-size: var(--td-font-size-title-large);
  vertical-align: top;
}
body a.t-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 980px) {
  body .t-alert {
    padding-left: 12px;
    padding-right: 12px;
  }
  body .t-alert__icon + .t-alert__content {
    margin-left: 6px;
  }
  body .t-ripple {
    display: none;
  }
}
html .t-button.t-size-full-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-badge--circle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.t-tabs.tabs-theme--coral .t-tabs__nav-item {
  height: 58px;
  line-height: 56px;
  font-weight: 600;
  font-size: 16px;
}
.t-tabs.tabs-theme--coral .t-tabs__nav-item:not(.t-is-active) {
  color: var(--td-text-color-primary);
}
.t-table.table-theme--coral .t-table__header > tr > th {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-button .icon-component + .t-button__text {
  margin-left: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/ConsultationPopup/components/QrCode/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.consultation-qrcode {
  padding: 4px 0;
  text-align: center;
}
.consultation-qrcode > img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}
.consultation-qrcode-text {
  display: block;
  font-size: var(--td-font-size-body-medium);
  line-height: 24px;
  color: var(--td-text-color-secondary);
}

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

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

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

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

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/PopupSelectComp.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.popupOut_UkaNImWz {
  padding: 6px;
}
.popupItem_Or4KewFb {
  width: 228px;
  height: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  cursor: pointer;
}
.popupItem_Or4KewFb:hover {
  background-color: #F3F3F3;
}
.popupItem_Or4KewFb .t-icon-chevron-right {
  font-size: 16px;
  margin-left: auto;
}
.popupItemIcon_n9smMPYx {
  font-size: 16px;
}
.popupItemIcon_n9smMPYx .t-icon {
  display: block;
  margin-right: 8px;
}
.childrenPopupOut_ZTEwu_mW {
  padding: 6px;
}
.childrenItem_iWomuzip {
  min-width: 228px;
  height: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  cursor: pointer;
}
.childrenItem_iWomuzip:hover {
  background-color: #F3F3F3;
}
.childrenPopup_b7ukkXqE {
  position: relative;
}
.childrenPopupTop_d_pRp8AL {
  position: absolute;
  width: 100%;
}
.childrenPopupFake_svwJGTDF {
  visibility: hidden;
  max-width: 228px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/Wrapper/style.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-transform-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.mobile-transform-wrapper--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-transform-wrapper--prev,
.mobile-transform-wrapper--active,
.mobile-transform-wrapper--next {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/UserMobile.module.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_Ly5ceyJv.t-button_pUgE7bpy {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_Ly5ceyJv.t-button_pUgE7bpy:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.content_eBK3nlgL {
  background-color: #f3f3f3;
  height: 100%;
}
.rootList_xKPWspEH {
  margin-top: 16px;
  background-color: #fff;
}
.rootItem_faIl2I_0 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  position: relative;
  overflow: hidden;
  padding: 0px 16px;
  cursor: pointer;
}
.rootItem_faIl2I_0:not(:last-child)::after {
  content: '';
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 16px);
  background-color: var(--td-component-stroke);
}
.rootItem_faIl2I_0 .t-icon-check {
  display: none;
}
.rootItemActive_DSpAaGJG {
  color: var(--td-brand-color);
}
.rootItemActive_DSpAaGJG .rootItemText_Qa2xNMA4 {
  color: var(--td-brand-color);
}
.rootItemActive_DSpAaGJG .t-icon-check {
  font-size: 24px;
  display: block;
}
.rootItemText_Qa2xNMA4 {
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 10px);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: var(--td-text-color-primary);
}
.rootItemMore_rmar88n0 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--td-text-color-disabled);
  font-size: 24px;
}
.stationPanel_EYIxGtiL {
  margin-top: 16px;
  color: #999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 4px;
  padding: 0 16px;
  line-height: calc(100% + 8px);
}
.stationPanel_EYIxGtiL .t-icon-info-circle {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/pc.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-locales-select-pc-select {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.survey-locales-select-pc-select.survey-locales-select-pc-select-hidden {
  -webkit-transform: translateY(-64px);
      -ms-transform: translateY(-64px);
          transform: translateY(-64px);
}
.survey-locales-select-pc-select .t-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  height: 48px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
}
.survey-locales-select-pc-select .t-input .t-input__prefix {
  margin-right: 0 !important;
}
.survey-locales-select-pc-select .t-input .t-input__inner {
  display: none;
}
.survey-locales-select-pc-select .t-fake-arrow {
  color: rgba(0, 0, 0, 0.9);
}
.survey-locales-select-pc-select .icon-i18n-change {
  font-size: 20px;
  margin-right: 8px;
}
.survey-locales-select-pc-station {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-locales-select-pc-station-tag {
  margin-left: 8px;
  background-color: #F3F3F3;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 16px;
}
.survey-locales-select-pc-station-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 0;
  margin: 0 8px;
  gap: 8px;
  color: #999;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 4px;
  word-break: normal;
}
.survey-locales-select-pc-station-panel .t-icon-info-circle {
  font-size: 16px;
}
.survey-locales-select-pc-station .t-icon {
  margin-left: auto;
}
.survey-locales-select-pc-station .t-icon-jump {
  display: block;
  opacity: 0.26;
}
.survey-locales-select-pc-station .t-icon-check {
  display: none;
}
.survey-locales-select-pc-station-active {
  pointer-events: none;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station {
  color: #0F6BFF;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station-tag {
  background-color: #F0F6FF;
  color: #0F6BFF;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station .t-icon-jump {
  display: none;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station .t-icon-check {
  display: block;
}
.survey-locales-select-pc-i18n {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-locales-select-pc-i18n-icon {
  width: 16px;
  font-size: 16px;
  margin-right: 8px;
}
.survey-locales-select-pc-i18n-icon .t-icon-check {
  display: none;
}
.survey-locales-select-pc-i18n-active {
  pointer-events: none;
}
.survey-locales-select-pc-i18n-active .survey-locales-select-pc-i18n {
  color: #0F6BFF;
}
.survey-locales-select-pc-i18n-active .survey-locales-select-pc-i18n-icon .t-icon-check {
  display: block;
}
.survey-locales-select-pc-locales-tag {
  margin-left: 8px;
  background-color: #F3F3F3;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 16px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-locales-select-mobile {
  position: relative;
}
.survey-locales-select-mobile-wrap {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  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;
}
.survey-locales-select-mobile-sheet .animateGroup-mask {
  z-index: 1019;
  position: fixed;
}
.survey-locales-select-mobile-sheet .actionSheet {
  z-index: 1020;
  position: fixed;
}
.survey-locales-select-mobile-sheet-item .lang-atom-text {
  color: #000;
  font-size: 16px;
}
.survey-locales-select-mobile-sheet-item.survey-locales-select-mobile-sheet-item-active .lang-atom-text {
  color: #007AFF;
  font-weight: bold;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.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_webpack@5.78.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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Promotions/CountDown/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.workspace-count-down {
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  background-color: #FFF1E9;
  border-radius: 8px;
  padding: 0 8px;
}
.workspace-count-down img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.workspace-count-down-text {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: block;
  color: #fff;
  font-weight: 700;
  font-family: Arial;
  font-size: 16px;
  color: #EB743D;
}
.workspace-count-down_d,
.workspace-count-down_h,
.workspace-count-down_m,
.workspace-count-down_s {
  display: inline-block;
  width: 22px;
  text-align: center;
}
.pricing-count-down-space {
  position: fixed;
  top: 0;
  z-index: 0;
  background-color: #fff;
  width: 100%;
  height: 80px;
  z-index: 3;
}
.pricing-count-down-bg {
  width: 100%;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 980px) {
  .pricing-count-down-bg {
    top: 0;
  }
}
@media (min-width: 981px) {
  .pricing-count-down-bg img {
    max-width: 100%;
    min-width: 1680px;
  }
}
@media (max-width: 980px) {
  .pricing-count-down-bg img {
    width: 100%;
  }
}
.pricing-count-down-title {
  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: 66px 0 63px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .pricing-count-down-title {
    padding: 44px 0;
  }
}
.pricing-count-down-title_t img {
  display: block;
}
@media (min-width: 981px) {
  .pricing-count-down-title_t img {
    width: 619px;
  }
}
@media (max-width: 980px) {
  .pricing-count-down-title_t img {
    width: 205px;
  }
}
.pricing-count-down-title_n {
  color: #E44648;
}
@media (min-width: 981px) {
  .pricing-count-down-title_f {
    margin-top: 22px;
    color: #E44648;
    font-size: 35px;
    font-weight: 600;
    line-height: 55px;
  }
}
@media (max-width: 980px) {
  .pricing-count-down-title_f {
    color: #E44648;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 16px;
  }
}
.pricing-count-down-discount.price-card-value {
  position: relative;
}
.pricing-count-down-discount-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pricing-count-down-discount-tag {
  width: 28px;
  height: 20px;
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 6px 0px;
  background-color: #F73B45;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 980px) {
  .pricing-count-down-discount-tag {
    top: -10px;
  }
}
.pricing-count-down-discount-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
  color: #999;
  text-decoration: line-through;
}
@media (max-width: 980px) {
  .pricing-count-down-discount-value {
    margin-top: 8px;
  }
}
.pricing-count-down-discount-value span {
  font-size: 16px;
}
.price-card-list--fixed .pricing-count-down-discount-tag {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  right: -28px;
}
.price-card-list--fixed .pricing-count-down-discount-value {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.new-upgrade-dialog .t-dialog__body {
  padding: 7px 11px !important;
  background-color: #D7A856;
  -webkit-box-shadow: 0 3px 3px 0 rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 3px 3px 0 rgba(255, 255, 255, 0.1) inset;
}
.new-upgrade-dialog .t-dialog {
  overflow: hidden;
  border-radius: 20px;
}
.new-upgrade-dialog-header {
  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;
  position: relative;
}
.new-upgrade-dialog-header .t-radio-group {
  background-color: #9F7732;
  border-color: #9F7732;
}
.new-upgrade-dialog-header .t-radio-group .t-radio-button {
  color: rgba(255, 255, 255, 0.55);
}
.new-upgrade-dialog-header .t-radio-group .t-radio-button:hover {
  color: #fff;
}
.new-upgrade-dialog-header .t-radio-group .t-radio-button.t-is-checked {
  color: #fff;
  font-weight: bold;
}
.new-upgrade-dialog-header .t-radio-group .t-radio-group__bg-block {
  background-color: #E59D20;
  border-color: #E59D20;
}
.new-upgrade-dialog-close {
  position: absolute;
  right: 0;
  top: 4px;
}
.new-upgrade-dialog-close .t-icon-close {
  display: block;
  font-size: 24px;
  opacity: 0.3;
}
.new-upgrade-dialog-body {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 6px;
  overflow: hidden;
}
.new-upgrade-dialog-body img {
  width: 100%;
}
.new-upgrade-dialog-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.new-upgrade-dialog-footer-button {
  border-radius: 10px;
  display: block;
  width: calc(100% - 40px);
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #D7A856;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#2D2D2D));
  background: linear-gradient(0deg, #000 0%, #2D2D2D 100%);
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
}
.new-upgrade-dialog-footer-count-down {
  position: absolute;
  right: 13px;
  top: 0;
  border-radius: 8px;
  background: #FFD577;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #F64833;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  line-height: 1;
  font-family: monospace;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.new-upgrade-dialog-footer-popup {
  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;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.new-upgrade-dialog-footer-popup img {
  width: 180px;
  height: 180px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/BuyAd/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header-buy-consultation {
  float: right;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.header-buy-consultation-content {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: var(--td-radius-default);
  background-color: #F0F6FF;
  color: var(--td-brand-color);
  fill: var(--td-brand-color);
  cursor: pointer;
}
.header-buy-consultation-content .coral-icon-customer_service_line {
  width: 24px;
  margin-right: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/thinking-indicator.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_rgqWYO4I.t-button_JwJNFc9B {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_rgqWYO4I.t-button_JwJNFc9B:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.thinking_WHdhR2D7 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 20px;
}
.thinking--inline_mOY8Olka {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.thinking_WHdhR2D7 span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--td-text-color-secondary);
  -webkit-animation: ai-chat-dot-bounce_jp4ehFpA 1.2s ease-in-out infinite;
          animation: ai-chat-dot-bounce_jp4ehFpA 1.2s ease-in-out infinite;
}
.thinking_WHdhR2D7 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.thinking_WHdhR2D7 span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes ai-chat-dot-bounce_jp4ehFpA {
  0%,
  80%,
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes ai-chat-dot-bounce_jp4ehFpA {
  0%,
  80%,
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/assistant-message-item.module.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_HEwTz5F0.t-button_ehd368Qf {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_HEwTz5F0.t-button_ehd368Qf:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.message_jltQ4Czp {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bubble_Dl8gjTYx {
  border-radius: var(--td-radius-large);
  padding: 8px 16px;
  word-break: break-word;
  max-width: calc(100% - 24px);
  min-height: 36px;
  background: var(--td-gray-color-2);
}
.bubble_Dl8gjTYx p {
  margin: 0 0 8px;
}
.bubble_Dl8gjTYx p:last-child {
  margin-bottom: 0;
}
.bubble_Dl8gjTYx h1,
.bubble_Dl8gjTYx h2,
.bubble_Dl8gjTYx h3,
.bubble_Dl8gjTYx h4,
.bubble_Dl8gjTYx h5,
.bubble_Dl8gjTYx h6 {
  margin: 12px 0 6px;
  font-weight: 600;
  line-height: 1.4;
}
.bubble_Dl8gjTYx h1:first-child,
.bubble_Dl8gjTYx h2:first-child,
.bubble_Dl8gjTYx h3:first-child,
.bubble_Dl8gjTYx h4:first-child,
.bubble_Dl8gjTYx h5:first-child,
.bubble_Dl8gjTYx h6:first-child {
  margin-top: 0;
}
.bubble_Dl8gjTYx ul,
.bubble_Dl8gjTYx ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.bubble_Dl8gjTYx ul:last-child,
.bubble_Dl8gjTYx ol:last-child {
  margin-bottom: 0;
}
.bubble_Dl8gjTYx li {
  margin-bottom: 4px;
}
.bubble_Dl8gjTYx code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 0.9em;
}
.bubble_Dl8gjTYx pre {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  margin: 0 0 8px;
}
.bubble_Dl8gjTYx pre code {
  background: none;
  padding: 0;
}
.bubble_Dl8gjTYx pre:last-child {
  margin-bottom: 0;
}
.bubble_Dl8gjTYx blockquote {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  color: var(--td-text-color-secondary);
}
.bubble_Dl8gjTYx blockquote:last-child {
  margin-bottom: 0;
}
.bubble_Dl8gjTYx table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 8px;
  font-size: 13px;
}
.bubble_Dl8gjTYx table:last-child {
  margin-bottom: 0;
}
.bubble_Dl8gjTYx th,
.bubble_Dl8gjTYx td {
  border: 1px solid var(--td-border-level-2-color);
  padding: 5px 10px;
  text-align: left;
}
.bubble_Dl8gjTYx th {
  background: rgba(0, 0, 0, 0.04);
}
.bubble_Dl8gjTYx a {
  color: var(--td-brand-color);
  text-decoration: none;
}
.bubble_Dl8gjTYx a:hover {
  text-decoration: underline;
}
.bubble_Dl8gjTYx strong {
  font-weight: 600;
}
.bubble_Dl8gjTYx hr {
  border: none;
  border-top: 1px solid var(--td-border-level-2-color);
  margin: 8px 0;
}
.error_volkK7Jr {
  color: var(--td-error-color);
  font-size: 14px;
  line-height: 20px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/diff-actions-message-item.module.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_QnHPnlgl.t-button_HczthVs0 {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_QnHPnlgl.t-button_HczthVs0:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.actions_tLTfAK38 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 24px);
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid var(--td-border-level-2-color);
  border-radius: 8px;
  background: var(--td-brand-color-1);
  color: var(--td-text-color-secondary);
  font-size: 13px;
  text-align: left;
}
.description_PO1SMy6Q {
  -webkit-flex: 1 1 160px;
      -ms-flex: 1 1 160px;
          flex: 1 1 160px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/dsl-preview-message-item.module.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_uTIHiL8v.t-button_neC7uCR9 {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_uTIHiL8v.t-button_neC7uCR9:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.preview_uAW6XdxM {
  max-width: calc(100% - 24px);
  margin: 8px 0 0;
  padding: 10px 12px;
  overflow: auto;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--td-text-color-primary);
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
  font-size: 12px;
  text-align: left;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.preview_uAW6XdxM::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.preview_uAW6XdxM::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.preview_uAW6XdxM::-webkit-scrollbar-track:hover {
  background: #fff;
}
.preview_uAW6XdxM::-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;
}
.preview_uAW6XdxM::-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);
}
.preview_uAW6XdxM::-webkit-scrollbar-button {
  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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/reasoning-message-item.module.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_kblr_MH9.t-button_FGDvpyX8 {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_kblr_MH9.t-button_FGDvpyX8:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.message_wIhSxRl3 {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.toggle_dJeioHqY {
  color: var(--td-text-color-secondary);
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.toggle_dJeioHqY .arrow_CIfq37Ay {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle_dJeioHqY:hover:not(:disabled) {
  color: var(--td-text-color-primary);
}
.toggle_dJeioHqY:disabled {
  cursor: default;
}
.toggleExpanded_NwzNCPVH .arrow_CIfq37Ay {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content_Loid2NH6 {
  background: var(--td-gray-color-2);
  border-left: 4px solid var(--td-border-level-2-color);
  padding: 8px 14px;
  font-size: var(--td-font-size-body-small);
  color: var(--td-text-color-secondary);
  margin-top: 4px;
  word-break: break-word;
  max-width: calc(100% - 24px);
}
.content_Loid2NH6 p {
  margin: 0 0 8px;
}
.content_Loid2NH6 p:last-child {
  margin-bottom: 0;
}
.content_Loid2NH6 h1,
.content_Loid2NH6 h2,
.content_Loid2NH6 h3,
.content_Loid2NH6 h4,
.content_Loid2NH6 h5,
.content_Loid2NH6 h6 {
  margin: 12px 0 6px;
  font-weight: 600;
  line-height: 1.4;
}
.content_Loid2NH6 h1:first-child,
.content_Loid2NH6 h2:first-child,
.content_Loid2NH6 h3:first-child,
.content_Loid2NH6 h4:first-child,
.content_Loid2NH6 h5:first-child,
.content_Loid2NH6 h6:first-child {
  margin-top: 0;
}
.content_Loid2NH6 ul,
.content_Loid2NH6 ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.content_Loid2NH6 ul:last-child,
.content_Loid2NH6 ol:last-child {
  margin-bottom: 0;
}
.content_Loid2NH6 li {
  margin-bottom: 4px;
}
.content_Loid2NH6 code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 0.9em;
}
.content_Loid2NH6 pre {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  margin: 0 0 8px;
}
.content_Loid2NH6 pre code {
  background: none;
  padding: 0;
}
.content_Loid2NH6 pre:last-child {
  margin-bottom: 0;
}
.content_Loid2NH6 blockquote {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  color: var(--td-text-color-secondary);
}
.content_Loid2NH6 blockquote:last-child {
  margin-bottom: 0;
}
.content_Loid2NH6 table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 8px;
  font-size: 13px;
}
.content_Loid2NH6 table:last-child {
  margin-bottom: 0;
}
.content_Loid2NH6 th,
.content_Loid2NH6 td {
  border: 1px solid var(--td-border-level-2-color);
  padding: 5px 10px;
  text-align: left;
}
.content_Loid2NH6 th {
  background: rgba(0, 0, 0, 0.04);
}
.content_Loid2NH6 a {
  color: var(--td-brand-color);
  text-decoration: none;
}
.content_Loid2NH6 a:hover {
  text-decoration: underline;
}
.content_Loid2NH6 strong {
  font-weight: 600;
}
.content_Loid2NH6 hr {
  border: none;
  border-top: 1px solid var(--td-border-level-2-color);
  margin: 8px 0;
}
.stepList_xb4qheOR {
  padding: 4px 0 4px 4px;
  margin-top: 4px;
}
.stepItem_CfZrQPbm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.stepLeft_OmCNlwYR {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12px;
}
.dot_E_T2J1Bh {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--td-brand-color);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 8px;
}
.dotPulsing_JHAVSo4H {
  -webkit-animation: reasoning-dot-pulse_EmHpvYVq 1.2s ease-in-out infinite;
          animation: reasoning-dot-pulse_EmHpvYVq 1.2s ease-in-out infinite;
}
@-webkit-keyframes reasoning-dot-pulse_EmHpvYVq {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@keyframes reasoning-dot-pulse_EmHpvYVq {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.line_jCSDlIgh {
  width: 1px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: var(--td-border-level-1-color);
  margin: 4px 0;
}
.stepContent_tSfEAh4f {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: var(--td-font-size-body-small);
  color: var(--td-text-color-secondary);
  padding-bottom: 12px;
  word-break: break-word;
}
.stepContent_tSfEAh4f p {
  margin: 0 0 8px;
}
.stepContent_tSfEAh4f p:last-child {
  margin-bottom: 0;
}
.stepContent_tSfEAh4f h1,
.stepContent_tSfEAh4f h2,
.stepContent_tSfEAh4f h3,
.stepContent_tSfEAh4f h4,
.stepContent_tSfEAh4f h5,
.stepContent_tSfEAh4f h6 {
  margin: 12px 0 6px;
  font-weight: 600;
  line-height: 1.4;
}
.stepContent_tSfEAh4f h1:first-child,
.stepContent_tSfEAh4f h2:first-child,
.stepContent_tSfEAh4f h3:first-child,
.stepContent_tSfEAh4f h4:first-child,
.stepContent_tSfEAh4f h5:first-child,
.stepContent_tSfEAh4f h6:first-child {
  margin-top: 0;
}
.stepContent_tSfEAh4f ul,
.stepContent_tSfEAh4f ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.stepContent_tSfEAh4f ul:last-child,
.stepContent_tSfEAh4f ol:last-child {
  margin-bottom: 0;
}
.stepContent_tSfEAh4f li {
  margin-bottom: 4px;
}
.stepContent_tSfEAh4f code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 0.9em;
}
.stepContent_tSfEAh4f pre {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  margin: 0 0 8px;
}
.stepContent_tSfEAh4f pre code {
  background: none;
  padding: 0;
}
.stepContent_tSfEAh4f pre:last-child {
  margin-bottom: 0;
}
.stepContent_tSfEAh4f blockquote {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  color: var(--td-text-color-secondary);
}
.stepContent_tSfEAh4f blockquote:last-child {
  margin-bottom: 0;
}
.stepContent_tSfEAh4f table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 8px;
  font-size: 13px;
}
.stepContent_tSfEAh4f table:last-child {
  margin-bottom: 0;
}
.stepContent_tSfEAh4f th,
.stepContent_tSfEAh4f td {
  border: 1px solid var(--td-border-level-2-color);
  padding: 5px 10px;
  text-align: left;
}
.stepContent_tSfEAh4f th {
  background: rgba(0, 0, 0, 0.04);
}
.stepContent_tSfEAh4f a {
  color: var(--td-brand-color);
  text-decoration: none;
}
.stepContent_tSfEAh4f a:hover {
  text-decoration: underline;
}
.stepContent_tSfEAh4f strong {
  font-weight: 600;
}
.stepContent_tSfEAh4f hr {
  border: none;
  border-top: 1px solid var(--td-border-level-2-color);
  margin: 8px 0;
}
.stepItem_CfZrQPbm:last-child .stepContent_tSfEAh4f {
  padding-bottom: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/system-message-item.module.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_CdXrSqr2.t-button_s82vhtRu {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_CdXrSqr2.t-button_s82vhtRu:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.message_sQf_4xaI {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  margin-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% - 24px);
}
.text_vUamoiCC {
  font-size: 12px;
  color: var(--td-text-color-secondary);
}
.text_vUamoiCC p {
  margin: 0 0 8px;
}
.text_vUamoiCC p:last-child {
  margin-bottom: 0;
}
.text_vUamoiCC h1,
.text_vUamoiCC h2,
.text_vUamoiCC h3,
.text_vUamoiCC h4,
.text_vUamoiCC h5,
.text_vUamoiCC h6 {
  margin: 12px 0 6px;
  font-weight: 600;
  line-height: 1.4;
}
.text_vUamoiCC h1:first-child,
.text_vUamoiCC h2:first-child,
.text_vUamoiCC h3:first-child,
.text_vUamoiCC h4:first-child,
.text_vUamoiCC h5:first-child,
.text_vUamoiCC h6:first-child {
  margin-top: 0;
}
.text_vUamoiCC ul,
.text_vUamoiCC ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.text_vUamoiCC ul:last-child,
.text_vUamoiCC ol:last-child {
  margin-bottom: 0;
}
.text_vUamoiCC li {
  margin-bottom: 4px;
}
.text_vUamoiCC code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 0.9em;
}
.text_vUamoiCC pre {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  margin: 0 0 8px;
}
.text_vUamoiCC pre code {
  background: none;
  padding: 0;
}
.text_vUamoiCC pre:last-child {
  margin-bottom: 0;
}
.text_vUamoiCC blockquote {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  color: var(--td-text-color-secondary);
}
.text_vUamoiCC blockquote:last-child {
  margin-bottom: 0;
}
.text_vUamoiCC table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 8px;
  font-size: 13px;
}
.text_vUamoiCC table:last-child {
  margin-bottom: 0;
}
.text_vUamoiCC th,
.text_vUamoiCC td {
  border: 1px solid var(--td-border-level-2-color);
  padding: 5px 10px;
  text-align: left;
}
.text_vUamoiCC th {
  background: rgba(0, 0, 0, 0.04);
}
.text_vUamoiCC a {
  color: var(--td-brand-color);
  text-decoration: none;
}
.text_vUamoiCC a:hover {
  text-decoration: underline;
}
.text_vUamoiCC strong {
  font-weight: 600;
}
.text_vUamoiCC hr {
  border: none;
  border-top: 1px solid var(--td-border-level-2-color);
  margin: 8px 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai-chat/message-items/user-message-item.module.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_kJZeUzYD.t-button_GdNJJ3GU {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_kJZeUzYD.t-button_GdNJJ3GU:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.message_UyptojJP {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.attachments_aM4CP48A {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  margin-bottom: 6px;
  max-width: calc(100% - 24px);
}
.attachChip_DbT0DZA8 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border: 1px solid var(--td-border-level-2-color);
  border-radius: 6px;
  background: var(--td-bg-color-container);
  max-width: 180px;
  font-size: 12px;
  color: var(--td-text-color-primary);
  line-height: 20px;
}
.attachIcon_vfqW2nST {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: var(--td-text-color-secondary);
}
.attachName_oinif36S {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.bubble_xE5oQVfE {
  border-radius: var(--td-radius-large);
  padding: 8px 16px;
  word-break: break-word;
  max-width: calc(100% - 24px);
  min-height: 36px;
  background: var(--td-brand-color-2);
}
.bubble_xE5oQVfE p {
  margin: 0 0 8px;
}
.bubble_xE5oQVfE p:last-child {
  margin-bottom: 0;
}
.bubble_xE5oQVfE h1,
.bubble_xE5oQVfE h2,
.bubble_xE5oQVfE h3,
.bubble_xE5oQVfE h4,
.bubble_xE5oQVfE h5,
.bubble_xE5oQVfE h6 {
  margin: 12px 0 6px;
  font-weight: 600;
  line-height: 1.4;
}
.bubble_xE5oQVfE h1:first-child,
.bubble_xE5oQVfE h2:first-child,
.bubble_xE5oQVfE h3:first-child,
.bubble_xE5oQVfE h4:first-child,
.bubble_xE5oQVfE h5:first-child,
.bubble_xE5oQVfE h6:first-child {
  margin-top: 0;
}
.bubble_xE5oQVfE ul,
.bubble_xE5oQVfE ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.bubble_xE5oQVfE ul:last-child,
.bubble_xE5oQVfE ol:last-child {
  margin-bottom: 0;
}
.bubble_xE5oQVfE li {
  margin-bottom: 4px;
}
.bubble_xE5oQVfE code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 0.9em;
}
.bubble_xE5oQVfE pre {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  margin: 0 0 8px;
}
.bubble_xE5oQVfE pre code {
  background: none;
  padding: 0;
}
.bubble_xE5oQVfE pre:last-child {
  margin-bottom: 0;
}
.bubble_xE5oQVfE blockquote {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  color: var(--td-text-color-secondary);
}
.bubble_xE5oQVfE blockquote:last-child {
  margin-bottom: 0;
}
.bubble_xE5oQVfE table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 8px;
  font-size: 13px;
}
.bubble_xE5oQVfE table:last-child {
  margin-bottom: 0;
}
.bubble_xE5oQVfE th,
.bubble_xE5oQVfE td {
  border: 1px solid var(--td-border-level-2-color);
  padding: 5px 10px;
  text-align: left;
}
.bubble_xE5oQVfE th {
  background: rgba(0, 0, 0, 0.04);
}
.bubble_xE5oQVfE a {
  color: var(--td-brand-color);
  text-decoration: none;
}
.bubble_xE5oQVfE a:hover {
  text-decoration: underline;
}
.bubble_xE5oQVfE strong {
  font-weight: 600;
}
.bubble_xE5oQVfE hr {
  border: none;
  border-top: 1px solid var(--td-border-level-2-color);
  margin: 8px 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-panel/hint-list.module.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_cNv6xWgD.t-button_jfk_fksw {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_cNv6xWgD.t-button_jfk_fksw:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.hints_PC8Kh6Hi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  max-width: calc(100% - 24px);
}
.hintBtn_ZaYcsDHo {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid var(--td-border-level-2-color);
  border-radius: var(--td-radius-large);
  background: var(--td-bg-color-container);
  color: var(--td-text-color-primary);
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.hintBtn_ZaYcsDHo:hover {
  background: var(--td-brand-color-light);
  border-color: var(--td-brand-color);
  color: var(--td-brand-color);
}
.hintBtn_ZaYcsDHo:active {
  opacity: 0.8;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-panel/message-list.module.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_pYUwMnyG.t-button_NkWaN2KV {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_pYUwMnyG.t-button_NkWaN2KV:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.list_j2Jsq0Rd {
  height: 100%;
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.list_j2Jsq0Rd::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.list_j2Jsq0Rd::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.list_j2Jsq0Rd::-webkit-scrollbar-track:hover {
  background: #fff;
}
.list_j2Jsq0Rd::-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;
}
.list_j2Jsq0Rd::-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);
}
.list_j2Jsq0Rd::-webkit-scrollbar-button {
  display: none;
}
.spacer_dLqUMHFt {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-panel/attachment-list.module.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_cFhl8B9z.t-button_k0A0J286 {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_cFhl8B9z.t-button_k0A0J286:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.attachmentScroller_Ny8ZnJO9 {
  position: relative;
}
.attachmentList_Vuycs2or {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 8px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.attachmentList_Vuycs2or::-webkit-scrollbar {
  display: none;
}
.scrollBtn__XwTYxwG {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 4px));
      -ms-transform: translateY(calc(-50% - 4px));
          transform: translateY(calc(-50% - 4px));
  z-index: 1;
  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: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--td-bg-color-container);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--td-border-level-2-color);
  cursor: pointer;
  color: var(--td-text-color-secondary);
  padding: 0;
  -webkit-transition: color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.scrollBtn__XwTYxwG:hover {
  color: var(--td-text-color-primary);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.scrollBtnPrev_PsriLPi3 {
  left: 0;
}
.scrollBtnNext_h94zJxbH {
  right: 0;
}
.attachmentCard_JdKOo1z_ {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 28px 6px 8px;
  border-radius: 8px;
  background: var(--td-bg-color-secondarycontainer);
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.attachmentCardImage_mN4kdbN7 {
  padding-left: 6px;
}
.cardIcon_PlKjjoP5 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 36px;
  height: 36px;
  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;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.cardThumb_rceKnR0L {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.cardIconDoc_YBlt1k8K {
  color: var(--td-text-color-secondary);
}
.cardIconError_n4kPyYdp {
  color: var(--td-error-color);
}
.cardInfo_I1vatISV {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.cardName_cfOR3WM3 {
  font-size: 12px;
  line-height: 16px;
  color: var(--td-text-color-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cardSize_tfb1TgUv {
  font-size: 11px;
  line-height: 14px;
  color: var(--td-text-color-placeholder);
}
.cardRemove_ChrRGK0J {
  position: absolute;
  top: 4px;
  right: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--td-text-color-placeholder);
}
.cardRemove_ChrRGK0J:hover {
  color: var(--td-text-color-primary);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-panel/chat-sender.module.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_qMZYZW0p.t-button_STiMZzg2 {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_qMZYZW0p.t-button_STiMZzg2:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.senderHeader_ZS6HInsW {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sender_fe70UK1C {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--td-border-level-2-color);
  border-radius: 8px;
  padding: 12px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  max-height: 300px;
  position: relative;
}
.sender_fe70UK1C:focus-within {
  border-color: var(--td-brand-color);
}
.senderDragOver_ewbnqKdj {
  border: 1px dashed var(--td-brand-color);
}
.generatingMask_ICuPQJeX {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: not-allowed;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.76);
}
.dragOverlay_vYwcV9Qi {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: var(--td-brand-color-1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  color: var(--td-brand-color);
  pointer-events: none;
  padding: 16px;
}
.dragOverlayText_rQGm9t8Q {
  font-size: 14px;
  font-weight: 500;
}
.dragOverlayHint_txMCSikP {
  font-size: 12px;
  opacity: 0.9;
}
.actionBtn_ClWnp6Sy {
  position: relative;
  z-index: 2;
}
.textarea_bCmn5NG9 {
  width: 100%;
  background-color: inherit;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.textarea_bCmn5NG9::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.textarea_bCmn5NG9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.textarea_bCmn5NG9::-webkit-scrollbar-track:hover {
  background: #fff;
}
.textarea_bCmn5NG9::-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;
}
.textarea_bCmn5NG9::-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);
}
.textarea_bCmn5NG9::-webkit-scrollbar-button {
  display: none;
}
.textarea_bCmn5NG9 .t-textarea__inner {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  resize: none;
}
.textarea_bCmn5NG9 .t-textarea__inner:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.footer_IgGr4Huk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
}
.footerLeft_uvAWD6yk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.attachBtn_CX_WDdtT {
  color: var(--td-text-color-secondary);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.attachBtn_CX_WDdtT:hover {
  color: var(--td-text-color-primary);
}
.sendBtn_ooSms6RJ {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sendBtn_ooSms6RJ.disabled_n1JfJxWC {
  opacity: 0.4;
  pointer-events: none;
}
.modelSelect_nFtGsVkf {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.modelSelect_nFtGsVkf .t-input.t-is-readonly {
  padding-left: 12px;
  border-radius: 999px;
  background-color: rgba(240, 243, 246, 0.8);
  border-color: rgba(240, 243, 246, 0.8);
}
.modelSelectLabel_MO6etkfu {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.aiBalance_H0gTQqW2 {
  font-size: 14px;
  white-space: nowrap;
}
.infoIcon_jNcVUwfS {
  cursor: pointer;
  color: var(--td-text-color-placeholder);
}
.footerRight_wRvnXxK9 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-panel/chat-panel.module.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.panel_zaKz98ba {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
}
.messages_iPuI_QDD {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-height: 0;
  overflow: hidden;
}
.input_yVSXuNmq {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 12px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 12px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 12px);
}
.errorBanner_LMngrhiP {
  margin: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-survey-dialog-body.module.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button__SZuCVry.t-button_kquqI31M {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button__SZuCVry.t-button_kquqI31M:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.body_zeo_N71M {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 14px;
}
.chatPanel_ef7NeV1D {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chatPanelHeader_Q2aLrhoc {
  font-size: var(--td-font-size-body-large);
  font-weight: 600;
  border-bottom: 1px solid var(--td-border-level-1-color);
  padding: 16px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
.preview_wR8Prwzb {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  overflow: hidden;
}
.chatPanelDivider_hE2Jc1Dv {
  border-right: 1px solid var(--td-border-level-1-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/components/chat-survey-dialog-body-mobile.module.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_KO5HwRia.t-button_bq0z4shU {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_KO5HwRia.t-button_bq0z4shU:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.body_y0wtlFK9 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.body_y0wtlFK9 .checkbox-cell {
  padding: 10px 14px;
}
.header_D5T6RXEp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 16px 16px;
  border-bottom: 1px solid var(--td-border-level-1-color);
  font-size: var(--td-font-size-body-large);
  font-weight: 600;
  height: 55px;
}
.headerTitle_aey_B6E0 {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
}
.headerActions_TcilddNn {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.chatPanel_Fzb5UF94 {
  border-right: 1px solid var(--td-border-level-1-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/chat-survey-dialog/chat-survey-dialog.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_la8SGWiw.t-button_lDR1ZY6C {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_la8SGWiw.t-button_lDR1ZY6C:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.dialog_wNxFC6dt .t-dialog {
  padding: 0;
}
.dialog_wNxFC6dt .t-dialog .t-dialog__body {
  padding: 0;
  height: 620px;
  overflow: hidden;
  font-size: var(--td-font-size-body-medium);
  max-height: 95vh;
  max-height: 95dvh;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.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_webpack@5.78.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/popup/popup.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: #ffffff;
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}

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

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

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/global-search/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.global-search {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
}
.global-search-popup {
  width: 100%;
  max-width: 400px;
}
.global-search-popup .t-popup__content {
  padding: 0;
  min-height: 54px;
}
.global-search-popup .t-loading__overlay {
  border-radius: var(--td-radius-default);
  min-height: 54px;
}
.global-search-popup--variant-popup .t-popup__content {
  margin-top: -32px !important;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.global-search-popup--variant-popup .global-search-popup-input-container {
  padding: 8px;
}
.global-search-popup--variant-popup .t-input {
  background-color: #e7e7e7;
}
.global-search--variant-popup .t-input {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-search--variant-popup .t-input .t-input__inner {
  display: none;
}
.search-result-empty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  color: var(--td-text-color-placeholder);
}
.search-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--td-text-color-primary);
  padding: 8px;
  border-radius: var(--td-radius-default);
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
a.search-card {
  cursor: pointer;
}
.search-card:not(:last-child) {
  margin-bottom: 2px;
}
.search-card:hover {
  background-color: var(--td-bg-color-container-hover);
}
.search-card-image {
  margin-right: 8px;
  font-size: 24px;
  height: 24px;
  width: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.search-card-image .avatar {
  width: 100%;
  height: 100%;
  border: 1px solid var(--td-component-border);
  border-radius: 50%;
}
.search-card-image .survey-icon {
  font-size: 20px;
}
.search-card-content .highlight {
  color: var(--td-brand-color);
}
.search-card-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--td-text-color-placeholder);
  font-size: var(--td-font-size-body-small);
  line-height: var(--td-line-height-body-small);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4px;
}
.search-card-meta .t-divider {
  margin-left: 8px;
  margin-right: 8px;
}
.v3temp-search-popup {
  max-width: 400px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/HeaderV2/index.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_h5oTrsi7.t-button_Y7ZuveJO {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_h5oTrsi7.t-button_Y7ZuveJO:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header_nxx7oCmA {
  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;
  height: 56px;
  padding: 0 32px 0 10px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.left_XRB19EzB {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8px;
}
.logo_LOfkr3wT {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.logo_LOfkr3wT .global-logo {
  margin: 0;
}
.version_pppCxlgU {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.search_sRF4buYj {
  max-width: 240px;
  min-width: 120px;
  width: 240px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.search_sRF4buYj .global-search {
  width: 100%;
  max-width: none;
}
.right_lXXeDUvx {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-width: 0;
}
.right_lXXeDUvx .promotions_nav_right,
.right_lXXeDUvx .ui-message-inform,
.right_lXXeDUvx .header-buy-consultation {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.user_HhKJRfBS {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.user_HhKJRfBS .t-icon {
  color: var(--td-text-color-placeholder);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.userOpen_S4YcNqOH .t-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.userAvatar_THDbJU2y {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.userAvatarImg_N5BUHwvu {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_nxx7oCmA .header-buy-consultation {
  margin-right: 0;
}
.header_nxx7oCmA .survey-locales-select-pc-select-hidden {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.header_nxx7oCmA .survey-locales-select-pc .lang-atom-icon svg {
  font-size: 24px !important;
}
.header_nxx7oCmA .survey-locales-select-pc .icon-i18n-change {
  font-size: 24px !important;
  margin-right: 0 !important;
}
.header_nxx7oCmA .survey-locales-select-pc .t-input {
  padding: 0;
  height: auto;
}
.header_nxx7oCmA .survey-locales-select-pc .t-input__prefix .lang-atom-text,
.header_nxx7oCmA .survey-locales-select-pc .t-input__suffix {
  display: none !important;
}
.header_nxx7oCmA .ui-message-inform .coral-icon-notification_line {
  font-size: 24px;
}
.verticalLine_RZauwfdu {
  display: inline-block;
  border-right: 1px solid var(--td-component-stroke);
  height: 24px;
  padding: 0;
  content: '';
  width: 0;
  overflow: hidden;
}

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

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/Table/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.enterprise-table.ten-table table {
  border: 0;
}
.enterprise-table.ten-table .ten-table-thead {
  background-color: #fafafa;
}
.enterprise-table.ten-table .ten-table-thead-title {
  display: inline;
}
.enterprise-table.ten-table tr {
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.enterprise-table.ten-table thead tr:first-child {
  border: 0;
}
.enterprise-table.ten-table a {
  font-size: 14px;
  color: #0f6bff;
}
.enterprise-table.ten-table th,
.enterprise-table.ten-table td {
  padding: 14px 32px 14px 0;
}
.enterprise-table.ten-table th:first-child,
.enterprise-table.ten-table td:first-child,
.enterprise-table.ten-table th:last-child,
.enterprise-table.ten-table td:last-child {
  padding-left: 14px;
}
.enterprise-table.ten-table th + th,
.enterprise-table.ten-table td + th {
  border: 0;
}
.enterprise-table.ten-table .ten-table-fixed-head {
  overflow: hidden;
}
.enterprise-table.ten-table .ten-table-fixed-left th:last-child,
.enterprise-table.ten-table .ten-table-fixed-left td:last-child {
  text-align: left;
}
.set-webhook .enterprise-table.ten-table table td {
  word-wrap: break-word;
  word-break: break-all;
}
.ten-loading .ten-loading__icon-default > span {
  background-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Organization/RoleComponent/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.role-icon.coral-icon {
  font-size: 16px;
}
.role-icon-super-admin {
  fill: var(--td-warning-color);
}
.role-icon-admin {
  fill: var(--td-warning-color);
}
.role-icon-creator {
  fill: var(--td-success-color);
}
.role-icon-user {
  fill: var(--td-text-color-disabled);
}
.role-combine-content .t-space-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/my-answer/my-answer-pc.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.user-my-answer {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 0px 32px 16px;
}
.user-my-answer .user-my-answer-title {
  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;
  height: 60px;
  line-height: 10px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
}
.user-my-answer-table.ten-table thead {
  height: 48px;
  background: #fafafa;
  border-radius: 4px;
}
.user-my-answer-table.ten-table thead th {
  color: #999999;
}
.user-my-answer-table.ten-table thead th,
.user-my-answer-table.ten-table thead td {
  padding: 14px 20px;
}
.user-my-answer-table.ten-table tbody th,
.user-my-answer-table.ten-table tbody td {
  padding: 20px;
}
.user-my-answer-table.ten-table tbody tr {
  font-size: 16px;
  line-height: 28px;
}
.user-my-answer-table.ten-table tbody .survey-icon {
  position: relative;
  margin-right: 4px;
  vertical-align: -2px;
}
.user-my-answer-table.ten-table tbody .respondent-icon {
  margin-right: 4px;
}
.user-my-answer-table.ten-table tbody .respondent-icon svg {
  height: 14px;
  width: 14px;
  fill: #999999;
}
.user-my-answer-table.ten-table td:last-child,
.user-my-answer-table.ten-table th:last-child {
  text-align: right;
}
.user-my-answer-table .status-running {
  color: #1ed261;
}
.user-my-answer-table .status-delete {
  color: #ef382d;
}
.user-my-answer-table .status-stop {
  color: #999999;
}
.user-my-answer-footer {
  position: relative;
}
.user-my-answer-footer-info {
  line-height: 34px;
  margin-top: 14px;
  color: #999999;
}
.user-my-answer-footer .coral-pagination {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/my-group/my-groups-pc.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.user-my-groups {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 10px 24px 16px;
}
.user-my-groups-header {
  margin-top: -10px;
  margin-bottom: 16px;
  padding: 0!important;
}
.user-my-groups-header .t-divider {
  margin: 0;
}
.user-my-groups-table.ten-table thead {
  height: 48px;
  background: #FAFAFA;
  border-radius: 4px;
}
.user-my-groups-table.ten-table thead th {
  color: #999999;
}
.user-my-groups-table.ten-table thead th,
.user-my-groups-table.ten-table thead td {
  padding: 14px 20px;
}
.user-my-groups-table.ten-table tbody th,
.user-my-groups-table.ten-table tbody td {
  padding: 20px;
}
.user-my-groups-table.ten-table tbody tr {
  font-size: 16px;
  line-height: 28px;
}
.user-my-groups-table.ten-table td:last-child,
.user-my-groups-table.ten-table th:last-child {
  text-align: center;
}
.user-my-groups-footer {
  position: relative;
}
.user-my-groups-footer-info {
  line-height: 34px;
  margin-top: 14px;
  color: #999999;
}
.user-my-groups-footer .coral-pagination {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.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/switch/_index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-switch {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  list-style: none;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  height: var(--td-comp-size-xxs);
  line-height: var(--td-comp-size-xxs);
  border-radius: var(--td-radius-round);
  min-width: calc(var(--td-comp-size-xxs) / 0.618);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  background-color: var(--td-bg-color-secondarycomponent);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.t-switch:hover {
  background-color: var(--td-bg-color-secondarycomponent-hover);
}
.t-switch__handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
  left: 4px;
  width: calc(var(--td-comp-size-xxs) - 2 * 4px);
  height: calc(var(--td-comp-size-xxs) - 2 * 4px);
  border-radius: var(--td-radius-round);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  box-shadow: var(--td-shadow-1);
}
.t-switch__handle .t-icon {
  font-size: calc(var(--td-comp-size-xxs) - 4px);
  color: transparent;
}
.t-switch__handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--td-radius-round);
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-switch:active:not(.t-is-disabled):not(.t-is-loading) .t-switch__handle::before {
  left: 0;
  right: -6px;
}
.t-switch:active:not(.t-is-disabled):not(.t-is-loading).t-is-checked .t-switch__handle::before {
  right: 0;
  left: -6px;
}
.t-switch:active:not(.t-is-disabled):not(.t-is-loading) .t-switch__content {
  opacity: 0;
}
.t-switch__content {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  color: var(--td-text-color-anti);
  padding: 0 var(--td-comp-margin-xs) 0 calc(calc(var(--td-comp-size-xxs) / 0.618) / 2 + 2px);
  font-size: var(--td-font-size-body-small);
  min-width: calc(var(--td-comp-size-xxs) / 0.618);
  transition: padding 0.2s cubic-bezier(0.38, 0, 0.24, 1), opacity 0.2s linear;
}
.t-switch__content .t-icon {
  font-size: var(--td-font-size-body-large);
}
.t-switch.t-is-checked {
  background-color: var(--td-brand-color);
}
.t-switch.t-is-checked:hover {
  background-color: var(--td-brand-color-hover);
}
.t-switch.t-is-checked .t-switch__handle {
  left: calc(100% - 2.5px);
  transform: translate(-100%, 0);
  width: calc(var(--td-comp-size-xxs) - 2 * 2.5px);
  height: calc(var(--td-comp-size-xxs) - 2 * 2.5px);
  top: 2.5px;
}
.t-switch.t-is-checked .t-switch__content {
  padding: 0 calc(calc(var(--td-comp-size-xxs) / 0.618) / 2 + 2px) 0 var(--td-comp-margin-xs);
  color: var(--td-text-color-anti);
}
.t-switch.t-is-loading {
  cursor: not-allowed;
  background-color: var(--td-bg-color-component-disabled);
}
.t-switch.t-is-loading .t-loading {
  display: inline-flex;
}
.t-switch.t-is-loading .t-switch__handle .t-icon {
  color: var(--td-bg-color-component-disabled);
}
.t-switch.t-is-loading.t-is-checked {
  background-color: var(--td-brand-color-focus);
}
.t-switch.t-is-loading.t-is-checked .t-switch__handle .t-icon {
  color: var(--td-brand-color-focus);
}
.t-switch.t-is-disabled {
  cursor: not-allowed;
  background-color: var(--td-bg-color-component-disabled);
}
.t-switch.t-is-disabled .t-switch__handle {
  box-shadow: none;
}
.t-switch.t-is-disabled.t-is-checked {
  background-color: var(--td-brand-color-disabled);
}
.t-switch.t-is-disabled.t-is-checked .t-switch__handle {
  box-shadow: none;
}
.t-switch.t-is-disabled.t-is-checked .t-switch__handle .t-icon {
  color: var(--td-brand-color-disabled);
}
.t-switch.t-size-l {
  min-width: calc(var(--td-comp-size-xs) / 0.618);
  height: var(--td-comp-size-xs);
  line-height: var(--td-comp-size-xs);
  border-radius: var(--td-radius-round);
}
.t-switch.t-size-l:active:not(.t-is-disabled):not(.t-is-loading) .t-switch__handle::before {
  left: 0;
  right: -8px;
}
.t-switch.t-size-l:active:not(.t-is-disabled):not(.t-is-loading).t-is-checked .t-switch__handle::before {
  right: 0;
  left: -8px;
}
.t-switch.t-size-l .t-switch__handle {
  top: 5px;
  left: 5px;
  width: calc(var(--td-comp-size-xs) - 2 * 5px);
  height: calc(var(--td-comp-size-xs) - 2 * 5px);
}
.t-switch.t-size-l .t-switch__handle .t-icon {
  font-size: calc(var(--td-comp-size-xs) - 4px);
}
.t-switch.t-size-l .t-switch__content {
  padding: 0 var(--td-comp-margin-s) 0 calc(calc(var(--td-comp-size-xs) / 0.618) / 2 + 4px);
  min-width: calc(var(--td-comp-size-xs) / 0.618);
  font-size: var(--td-font-size-body-large);
}
.t-switch.t-size-l .t-switch__content .t-icon {
  font-size: var(--td-font-size-body-large);
}
.t-switch.t-size-l.t-is-checked .t-switch__handle {
  left: calc(100% - 3px);
  top: 3px;
  width: calc(var(--td-comp-size-xs) - 2 * 3px);
  height: calc(var(--td-comp-size-xs) - 2 * 3px);
}
.t-switch.t-size-l.t-is-checked .t-switch__content {
  padding: 0 calc(calc(var(--td-comp-size-xs) / 0.618) / 2 + 4px) 0 var(--td-comp-margin-s);
}
.t-switch.t-size-s {
  min-width: calc(var(--td-comp-size-xxxs) / 0.618);
  height: var(--td-comp-size-xxxs);
  line-height: var(--td-comp-size-xxxs);
  border-radius: var(--td-radius-round);
}
.t-switch.t-size-s:active:not(.t-is-disabled):not(.t-is-loading) .t-switch__handle::before {
  left: 0;
  right: -4px;
}
.t-switch.t-size-s:active:not(.t-is-disabled):not(.t-is-loading).t-is-checked .t-switch__handle::before {
  right: 0;
  left: -4px;
}
.t-switch.t-size-s .t-switch__handle {
  top: 3px;
  left: 3px;
  width: calc(var(--td-comp-size-xxxs) - 2 * 3px);
  height: calc(var(--td-comp-size-xxxs) - 2 * 3px);
}
.t-switch.t-size-s .t-switch__handle .t-icon {
  font-size: calc(var(--td-comp-size-xxxs) - 4px);
}
.t-switch.t-size-s .t-switch__content {
  padding: 0 var(--td-comp-margin-xxs) 0 calc(calc(var(--td-comp-size-xxxs) / 0.618) / 2 + 2px);
  min-width: calc(var(--td-comp-size-xxxs) / 0.618);
  font-size: 9px;
}
.t-switch.t-size-s .t-switch__content .t-icon {
  font-size: var(--td-font-size-body-large);
}
.t-switch.t-size-s.t-is-checked .t-switch__handle {
  left: calc(100% - 2px);
  top: 2px;
  width: calc(var(--td-comp-size-xxxs) - 2 * 2px);
  height: calc(var(--td-comp-size-xxxs) - 2 * 2px);
}
.t-switch.t-size-s.t-is-checked .t-switch__content {
  padding: 0 calc(calc(var(--td-comp-size-xxxs) / 0.618) / 2 + 2px) 0 var(--td-comp-margin-xxs);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/student_verify/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.student-verify-dialog-content {
  padding: 24px;
  text-align: center;
}
.student-verify-dialog__loading {
  margin-bottom: 24px;
  color: var(--td-text-color-primary);
}
.student-verify-dialog__action-button-wrapper {
  display: block !important;
}
.student-verify-dialog__qrcode {
  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;
  gap: 16px;
}
.student-verify-dialog__qrcode img {
  width: 200px;
  height: 200px;
  border-radius: 8px;
}
.student-verify-dialog__qrcode-tip {
  color: var(--td-text-color-secondary);
  font-size: 14px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/StorageUsageBar/Legend/index.module.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_a0W4uVIR.t-button_fbWsasFI {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_a0W4uVIR.t-button_fbWsasFI:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.legend_KwowQbE0 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0;
  list-style: none;
}
.legendItem_NOaneCJw {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  min-width: 0;
}
.legendLine_BBlSwN_P {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12px;
  height: 2px;
  background-color: #ccc;
  border-radius: 1px;
}
.legendLabel_EYAAPnED {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legendValue_LiiGvfyj {
  color: var(--td-text-color-primary);
}
.urgent_dINrWsjP {
  background-color: #ef382d;
}
.warning_lvfQomov {
  background-color: #e37318;
}
.safe_cLfb5rVc {
  background-color: #2ba471;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/StorageUsageBar/index.module.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_Lms_kl3y.t-button_V4xLNanD {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_Lms_kl3y.t-button_V4xLNanD:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.storageUsageBar_iS6xW1Fg {
  width: 100%;
}
.bar_kQnxW6Rb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--td-gray-color-3);
}
.barSegment_xNr0UdMr {
  height: 100%;
  cursor: default;
}
.barSegment_xNr0UdMr + .barSegment_xNr0UdMr {
  margin-left: 1px;
}
.legendLabel_mEwQVmDS {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legendValue_HlbHYe46 {
  color: var(--td-text-color-primary);
}
.tooltipContent_EIFk1UGS {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 1;
}
.legendLine_tVy66JCd {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12px;
  height: 2px;
  background-color: #ccc;
  border-radius: 1px;
}
.resourceUsageLegend_B8vlKbWT {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/v3__survey/common/survey-icon/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page-endpic.anim,
.page-endpic.animated {
  -webkit-animation: a-e-paper 0.3s cubic-bezier(0.42, 1.14, 1, 1) both;
          animation: a-e-paper 0.3s cubic-bezier(0.42, 1.14, 1, 1) both;
}
.page-endpic.anim .page-endpic-icon-shadow,
.page-endpic.animated .page-endpic-icon-shadow {
  -webkit-animation: a-e-icon-shadow 0.3s 0.7s linear both, a-e-icon-shadow-1 1.4s 1.2s linear infinite;
          animation: a-e-icon-shadow 0.3s 0.7s linear both, a-e-icon-shadow-1 1.4s 1.2s linear infinite;
}
.page-endpic.anim .page-endpic-paper-line.l1,
.page-endpic.animated .page-endpic-paper-line.l1 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.2s linear both;
          animation: a-c-quote-1-line 0.2s 0.2s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l2,
.page-endpic.animated .page-endpic-paper-line.l2 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.3s linear both;
          animation: a-c-quote-1-line 0.2s 0.3s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l3,
.page-endpic.animated .page-endpic-paper-line.l3 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.4s linear both;
          animation: a-c-quote-1-line 0.2s 0.4s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l4,
.page-endpic.animated .page-endpic-paper-line.l4 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.5s linear both;
          animation: a-c-quote-1-line 0.2s 0.5s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l5,
.page-endpic.animated .page-endpic-paper-line.l5 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.6s linear both;
          animation: a-c-quote-1-line 0.2s 0.6s linear both;
}
.page-endpic.anim .page-endpic-icon,
.page-endpic.animated .page-endpic-icon {
  -webkit-animation: a-e-icon-finish 0.3s 0.7s linear both, a-e-icon-finish-1 1.4s 1.2s linear infinite;
          animation: a-e-icon-finish 0.3s 0.7s linear both, a-e-icon-finish-1 1.4s 1.2s linear infinite;
}
.page-endpic {
  position: relative;
  width: 106px;
  height: 128px;
  margin: 0 auto;
}
.page-endpic-paper-line.l2 {
  top: 48px;
}
.page-endpic-paper-line.l3 {
  top: 60px;
}
.page-endpic-paper-line.l4 {
  top: 72px;
}
.page-endpic-paper-line.l5 {
  top: 84px;
  width: 34px;
}
.page-endpic-paper {
  position: relative;
  width: 106px;
  height: 128px;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebebeb, endColorstr=#d9d9d9);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d9d9d9));
  background: linear-gradient(to bottom, #ebebeb 0%, #d9d9d9 100%);
}
.page-endpic-paper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #f1f1f1;
  border-bottom: 14px solid #f7f7f7;
  border-left: 14px solid #f7f7f7;
  border-right: 14px solid #f1f1f1;
  border-bottom-left-radius: 3px;
}
.page-endpic-angle-shadow {
  position: absolute;
  top: 28px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12.5px solid #d8d8d8;
  border-bottom: 12.5px solid transparent;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid #d8d8d8;
}
.page-endpic-icon-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 36px;
  background-size: 100% 100%;
}
.page-endpic-paper-line {
  position: absolute;
  left: 28px;
  top: 36px;
  width: 50px;
  height: 6px;
  background: #fff;
}
.page-endpic-icon {
  position: absolute;
  right: -28px;
  bottom: -25px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@-webkit-keyframes a-e-paper {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 90px) scale(0.3, 0.5);
            transform: translate(0, 90px) scale(0.3, 0.5);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0px, -10px) scale(1.1, 0.9);
            transform: translate(0px, -10px) scale(1.1, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0px, 5px) scale(0.95, 1.05);
            transform: translate(0px, 5px) scale(0.95, 1.05);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0px, -4px) scale(1.02, 0.98);
            transform: translate(0px, -4px) scale(1.02, 0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}
@keyframes a-e-paper {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 90px) scale(0.3, 0.5);
            transform: translate(0, 90px) scale(0.3, 0.5);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0px, -10px) scale(1.1, 0.9);
            transform: translate(0px, -10px) scale(1.1, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0px, 5px) scale(0.95, 1.05);
            transform: translate(0px, 5px) scale(0.95, 1.05);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0px, -4px) scale(1.02, 0.98);
            transform: translate(0px, -4px) scale(1.02, 0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}
@-webkit-keyframes a-c-quote-1-line {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1px) scale(0.9, 1);
            transform: translate(0, 1px) scale(0.9, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -1px) scale(1.1, 1);
            transform: translate(0, -1px) scale(1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) scale(1, 1);
            transform: translate(0, 0px) scale(1, 1);
  }
}
@keyframes a-c-quote-1-line {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1px) scale(0.9, 1);
            transform: translate(0, 1px) scale(0.9, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -1px) scale(1.1, 1);
            transform: translate(0, -1px) scale(1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) scale(1, 1);
            transform: translate(0, 0px) scale(1, 1);
  }
}
@-webkit-keyframes a-e-icon-finish {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 23px);
            transform: scale(0.3, 0.5) translate(-3px, 23px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@keyframes a-e-icon-finish {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 23px);
            transform: scale(0.3, 0.5) translate(-3px, 23px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@-webkit-keyframes a-e-icon-finish-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@keyframes a-e-icon-finish-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes a-e-icon-shadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 3px);
            transform: scale(0.3, 0.5) translate(-3px, 3px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@keyframes a-e-icon-shadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 3px);
            transform: scale(0.3, 0.5) translate(-3px, 3px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@-webkit-keyframes a-e-icon-shadow-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@keyframes a-e-icon-shadow-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes a-c-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-c-opacity {
  0% {
    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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/AttentionCheckHitAlert/style.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.attention-check-hit-alert--dialog {
  width: 90vw;
}
.attention-check-hit-alert--info {
  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;
}
.attention-check-hit-alert--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  color: rgba(0, 0, 0, 0.9);
  margin-top: 4px;
}
.attention-check-hit-alert--icon {
  color: #f73b45;
}
.attention-check-hit-alert--icon svg,
.attention-check-hit-alert--icon path {
  fill: currentColor;
}
.attention-check-hit-alert--desc {
  text-align: center;
  margin-top: 8px;
}
.attention-check-hit-alert--footer {
  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;
  margin-top: 46px;
}
.attention-check-hit-alert .t-dialog__body {
  padding: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/Card/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.card-group {
  padding-bottom: 20px;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(221px, 1fr));
  width: 100%;
}
.card-group .card {
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  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;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  min-height: 146px;
}
.card-group .card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
}
.card-group .card-progress {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-group .card-progress.opacity-0 {
  opacity: 0;
}
.card-group .card.propaganda .icon {
  width: 32px;
  height: 32px;
}
.card-group .card.propaganda .icon .coral-icon {
  font-size: 32px;
}
.card-group .card.propaganda > em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 18px;
  text-align: center;
}
.card-group .card.propaganda .t-space {
  margin-top: auto;
}
.card-group .card.propaganda > span {
  margin-top: 24px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.card-group .card.propaganda .new-feature,
.card-group .card.propaganda .group-feature {
  width: 50px;
  height: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAwFBMVEUAAAAg02Ie0mIf1GIe02Ee02Ef02Ee02Ee02Ie02Ee02Ef02Ie0mIe02Ee02Ie0mEe0mH////7/vwl02Z75KIp1GmJ56zK9NrD89Wn7cFw4pqV6rRT3YZE2nz2/fjt+/Kf7Lzh+eo313L5/fvd+Oi/8tKk7b9l4JMi02TT9uB35J8+2Xc01nDJ9Nm78c+H56pe345M24Gs7sSZ6rdh35Fb3owu1Wzz/Pbq+/Hm+u3O9dy58c6y8MmQ6bFr4ZjL9Nu58I96AAAAEHRSTlMAgPVB7vro3djhyvHk0X9+qfuFLgAAAoJJREFUaN7t11lv2kAUhmGTZqPQ9nw2S8IebLOZfQ+Q9P//q84UK8dKKlWt5ruIxHszcMMjPHMs2/txY7oyFQrXtltTsZjP5+9M97Zvtq/nvnj/V07+oauLclEuykX5nMpjia88AjxFDRyEpaiBnrAUNVASiqKGHwMNoShq1OrwA6EoakiMiDQvasgeJ/ld3fVJVmMMVM4G4FZRQ+bAPDUwE5eKGjIDxqlRcbwvQTU15IR2xgj6LpXy5GxIhIeM8UC5jwU+VlkDDGUB1LIGRSkB04zRen0iKD0gazSkS1AO7wxhKK2MgRcRhjKoZgz4fY5Srr5dq1E7oxzF6X/R/Wiq0hmMRw4VNUQVU8/x7q8A3xpZpekDTbf7AnTkTdmIKQZiEZoy3JplA4SJ8BRryPA8NDTFVgOeAuEqwTOwPn+alVhKBZiKbe1+9oGV2LY7tLpmTWKY2oFbxV+nc4iK+VoPYRs53peG2BIfUSC1ZyDshRhyni2PwGbxE8A06QANYSgNYNLzgWhu7y1LEYYyhG03G4hMsBuLbTEsOVX6sC3tj7+mD67bHggnedhIRzIamHXUBhCuxKlyTA9tHZiLLA4wnbqc95ckxFTKHR/AZMF6S5oiTGp7ANFa3nXvOVLmQDwBsC8N5CPiRhlEsLVeyqIp4kYZweTbk+wU+XiS46b8uTvPlbLciBAQVTQCogoNUeXvCF/Je0RFEaKiCFNRhK8UPaKiCFNRhK/cekRFEaKiCFFRhKgowlQU4SvXHlFRhKgoQlQUISqKMBVF+ErB0xiKIkxFEbJy5XHKMRFVmIgqTEQVKqIKH1HlxmOWYyKqMBFVmIgqTEQVLqKKxy+nCLHvvwDOH+uujD+MCAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.card-group .card.propaganda .group-feature {
  background-image: url(data:image/png;base64,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);
}
.card-group .card.billing .coral-progress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-group .card.billing .coral-progress .ten-progress__valuetext {
  padding: 0;
}
.card-group .card.billing > em {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
}
.card-group .card.billing > span {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
  white-space-collapse: preserve;
  text-align: center;
}
.card-group .card.billing > a {
  font-size: 14px;
  line-height: 14px;
  color: #0f6bff;
  margin-top: 24px;
  cursor: pointer;
}
.card-group .card.billing > a.disabled {
  color: #e2e2e2;
  cursor: not-allowed;
}
.card-group .card.billing .billing__footer {
  margin-top: 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_webpack@5.78.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/progress/_index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-progress {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-progress__inner {
  position: relative;
  height: 100%;
  background: var(--td-brand-color);
  border-radius: var(--td-radius-round);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-progress__info {
  margin-left: var(--td-comp-margin-s);
  color: var(--td-text-color-primary);
  white-space: nowrap;
  display: inline-flex;
}
.t-progress__icon {
  font-size: calc(var(--td-font-size-body-medium) + 2px);
}
.t-progress__bar {
  width: 100%;
  height: var(--td-size-3);
  overflow: hidden;
  background: var(--td-bg-color-component);
  border-radius: var(--td-radius-round);
}
.t-progress--thin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-progress--plump {
  height: var(--td-comp-size-xxs);
  border-radius: calc(var(--td-comp-size-xxs) / 2);
  display: flex;
  align-items: center;
}
.t-progress--plump .t-progress__info {
  font-size: var(--td-font-size-body-small);
}
.t-progress--over-ten .t-progress__info {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: var(--td-comp-margin-s);
  color: var(--td-text-color-anti);
  transform: translateY(-50%);
}
.t-progress--under-ten .t-progress__info,
.t-progress--under-ten .t-progress__inner {
  display: inline-block;
}
.t-progress--under-ten .t-progress__info {
  vertical-align: top;
}
.t-progress--circle {
  position: relative;
}
.t-progress--circle .t-progress__info {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}
.t-progress--circle .t-progress__circle-outer {
  stroke: var(--td-bg-color-component);
}
.t-progress--circle .t-progress__circle-inner {
  stroke: var(--td-brand-color);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-progress--circle .t-progress__icon {
  font-size: 2.4em;
}
.t-progress--status--active .t-progress__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  animation: progress-active-animation 2s cubic-bezier(0.23, 0.99, 0.86, 0.2) infinite;
  background: var(--td-text-color-anti);
  opacity: 0.2;
}
.t-progress--status--success .t-progress__inner {
  background: var(--td-success-color);
}
.t-progress--status--success .t-progress__circle-inner {
  stroke: var(--td-success-color);
}
.t-progress--status--success .t-progress__icon {
  color: var(--td-success-color);
}
.t-progress--status--warning .t-progress__inner {
  background: var(--td-warning-color);
}
.t-progress--status--warning .t-progress__circle-inner {
  stroke: var(--td-warning-color);
}
.t-progress--status--warning .t-progress__icon {
  color: var(--td-warning-color);
}
.t-progress--status--error .t-progress__inner {
  background: var(--td-error-color);
}
.t-progress--status--error .t-progress__circle-inner {
  stroke: var(--td-error-color);
}
.t-progress--status--error .t-progress__icon {
  color: var(--td-error-color);
}
@keyframes progress-active-animation {
  0% {
    width: 0;
    opacity: 0.1;
  }
  35% {
    width: 50%;
    opacity: 0.4;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Deliver/PanelTencentAccountInfo/account-info.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.panel-recharge--account {
  border: 1px solid #ddd;
  padding: 22px 32px;
  border-radius: var(--td-radius-default);
  background-color: #FFF8F2;
}
.panel-recharge--account.is-success {
  background-color: #fff;
}
.panel-recharge--account--root {
  margin-bottom: 24px;
}
.panel-recharge--account--title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.panel-recharge--account--title .sub-text {
  color: var(--td-text-color-placeholder);
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
.panel-recharge--account--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.panel-recharge--account--item__mgt10 {
  margin-top: 10px;
}
.panel-recharge--account--label {
  line-height: 32px;
}
.panel-recharge--account--label::after {
  content: '：';
}
.panel-recharge--account--label.required::before {
  content: '*';
  color: var(--td-error-color);
  margin-right: 5px;
}
.panel-recharge--account--value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.panel-recharge--account--value .t-tag {
  margin-left: 24px;
}
.panel-recharge--account--value .t-select__wrap,
.panel-recharge--account--value .t-input__wrap,
.panel-recharge--account--value .t-cascader {
  width: 220px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/ConsultLargeCustomerDialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.consult-large-dialog .t-dialog__body {
  overflow: initial;
}
.consult-large-dialog-content--title {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: var(--td-text-color-primary);
}
.consult-large-dialog-content--subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
.consult-large-dialog-content--qrcode {
  width: 160px;
  height: 160px;
  border-radius: var(--td-radius-default);
  border: 1px dashed var(--td-component-stroke);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.consult-large-dialog-content--qrcode__img {
  display: block;
  width: 124px;
  height: 124px;
}
.consult-large-dialog-content--desc {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: var(--td-text-color-placeholder);
  margin-top: 16px;
}
.consult-large-dialog-content--footer {
  text-align: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.consult-large-dialog .mobile-only {
  display: none;
}
@media (max-width: 980px) {
  .consult-large-dialog {
    width: 80vw!important;
    padding: 24px;
  }
  .consult-large-dialog .consult-large-dialog-content--title {
    font-size: 24px;
  }
  .consult-large-dialog .pc-only {
    display: none;
  }
  .consult-large-dialog .mobile-only {
    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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Deliver/ActivityDouble11/index.module.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap_zNKNWXJN {
  font-size: 14px;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#fff5eb), color-stop(10%, #fff5eb), color-stop(50%, #ffeff1), color-stop(90%, #fff5eb), to(#fff5eb));
  background: linear-gradient(to right, #fff5eb 0%, #fff5eb 10%, #ffeff1 50%, #fff5eb 90%, #fff5eb 100%);
  padding: 0 8px;
  border-radius: 4px;
  margin: 0 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_zNKNWXJN.pointer_My099ijF {
  cursor: pointer;
}
.wrap_zNKNWXJN .tag_iiQwXnr1 {
  font-size: 12px;
  padding: 0 3px;
  line-height: 16px;
  border-radius: 3px;
  background: linear-gradient(103.4deg, #FF8500 -42.21%, #FF133B 100%);
  color: #fff;
  text-align: center;
  margin-right: 6px;
}
.wrap_zNKNWXJN .txt_zCgtQFD1 {
  color: #f73b45;
}
.wrap_zNKNWXJN .btn_Ss2QZU7Z {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_zNKNWXJN .btn_Ss2QZU7Z .t-icon {
  color: #f44627;
  font-size: 14px;
}
.wrap_zNKNWXJN.red {
  background: -webkit-gradient(linear, left top, right top, from(#f74f31), color-stop(10%, #f74f31), color-stop(50%, #f44627), color-stop(90%, #f74f31), to(#f74f31));
  background: linear-gradient(to right, #f74f31 0%, #f74f31 10%, #f44627 50%, #f74f31 90%, #f74f31 100%);
}
.wrap_zNKNWXJN.red .tag_iiQwXnr1 {
  background: linear-gradient(103.4deg, #FFFFFF -42.21%, #FFEEBE 100%);
  color: #f44627;
}
.wrap_zNKNWXJN.red .txt_zCgtQFD1 {
  color: #fff;
}
.wrap_zNKNWXJN.red .btn_Ss2QZU7Z {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(103.4deg, #FFFFFF -42.21%, #FFEEBE 100%);
  margin-left: 4px;
}
.wrap_zNKNWXJN.red .btn_Ss2QZU7Z .t-icon {
  color: #f44627;
}
.wrap_zNKNWXJN.default {
  background: none;
  border: 1px solid var(--td-border-level-2-color);
}
.wrap_zNKNWXJN.default .txt_zCgtQFD1 {
  color: var(--td-text-color-primary);
}
.newUserLoginGift_l416IIOY {
  border-radius: var(--td-radius-default);
  padding: 0 16px;
}
.popContent_N9pWdUux {
  text-align: center;
  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;
  padding: 16px;
}
.popContent_N9pWdUux > .popLabelWrap_fQGsiAyf {
  display: block;
  margin-top: 16px;
}
.popContent_N9pWdUux.toplabel_YFgbwPJI {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.popContent_N9pWdUux.toplabel_YFgbwPJI > .popLabelWrap_fQGsiAyf {
  margin-top: 0;
  margin-bottom: 16px;
}
.redPacket_jReEm3mL {
  -webkit-animation: redPacket_jReEm3mL 1s ease-in-out infinite;
          animation: redPacket_jReEm3mL 1s ease-in-out infinite;
}
@-webkit-keyframes redPacket_jReEm3mL {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes redPacket_jReEm3mL {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/TeamSelect/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
@media (min-width: 981px) {
  .team-select {
    width: 360px !important;
  }
  .team-select-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team-select-item {
    width: 100%;
    height: 40px;
    background-color: #fff;
    overflow: hidden;
    display: block;
  }
  .team-select-item-selected {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
  .team-select-item-selected .coral-icon {
    width: 16px;
    fill: var(--td-brand-color);
  }
  .team-select-item-content {
    width: 100%;
    height: 100%;
    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;
  }
  .team-select-item-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .team-select-item .saas-vip-icon {
    margin-left: 12px;
    overflow: initial;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .team-select-overlay-inner {
    /** td宽度计算不准 */
    width: 360px !important;
  }
  .team-select-bottom-create-team {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height: 40px;
    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;
    border-top: 1px solid var(--td-border-level-1-color);
    background-color: #fff;
    width: 100%;
    z-index: 1;
    font-size: 14px;
  }
  .team-select-bottom-create-team-btn {
    color: #000;
    -webkit-transition: none;
    transition: none;
  }
  .team-select-bottom-create-team-btn:hover {
    color: var(--td-brand-color);
  }
  .team-select-bottom-create-team-btn:hover .coral-icon-add_line {
    fill: var(--td-brand-color);
  }
  .team-select-bottom-create-team .coral-icon-add_line {
    width: 16px;
    height: 16px;
    fill: #000;
    margin-right: 4px;
  }
  .team-select-empty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team-select-empty-create {
    margin-left: 32px;
  }
  .team-select-empty .coral-icon-team_line {
    width: 16px;
    margin-right: 4px;
  }
  .team-select-people {
    color: var(--td-text-color-secondary);
    font-size: 14px;
    margin-left: 8px;
  }
  .team-select-mask {
    display: none;
  }
}
@media (max-width: 980px) {
  .team-select {
    width: 100% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .team-select-people {
    color: var(--td-text-color-secondary);
    font-size: 14px;
    margin-top: 8px;
  }
  .team-select-item {
    width: 100%;
    padding: 0 4px 0 16px !important;
    height: 48px !important;
    display: block;
  }
  .team-select-item-selected {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
  .team-select-item-selected .coral-icon {
    width: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    fill: var(--td-brand-color);
  }
  .team-select-item .saas-vip-icon {
    margin-left: 12px;
    overflow: initial;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .team-select-item-content {
    width: 100%;
    height: 100%;
    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;
  }
  .team-select-item-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .team-select-item .t-tag {
    overflow: initial;
  }
  .team-select-item .t-tag span {
    overflow: initial;
  }
  .team-select-bottom-create-team {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    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;
    background-color: #fff;
    border-top: 1px solid var(--td-border-level-1-color);
    z-index: 1;
  }
  .team-select-mask {
    background-color: var(--td-mask-active);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 998;
  }
  .team-select-empty {
    position: relative;
    font-weight: bold;
  }
  .team-select-empty-create {
    right: 0;
    top: -8px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .team-select-empty-create .coral-icon-team_line {
    width: 20px;
    height: 20px;
    line-height: 24px;
    margin-right: 4px;
  }
  .team-select-overlay {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    z-index: 999 !important;
  }
  .team-select-overlay-inner {
    left: 0;
    padding: 0;
    bottom: 0;
    position: fixed;
    padding-bottom: 73px;
    width: 100vw !important;
    max-height: 50vh !important;
    margin: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Deliver/PanelRechargeTargetInfo/index.module.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_NXsUgLdw.t-button_ZylQGoPk {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_NXsUgLdw.t-button_ZylQGoPk:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.RechargeTargetInfoWrap_c7A5xUcO .item_LBAY6tpO {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.RechargeTargetInfoWrap_c7A5xUcO .label_CT2SLEBe {
  -webkit-flex-basis: 78px;
      -ms-flex-preferred-size: 78px;
          flex-basis: 78px;
  line-height: 32px;
}
.RechargeTargetInfoWrap_c7A5xUcO .label_CT2SLEBe::after {
  content: '：';
}
.RechargeTargetInfoWrap_c7A5xUcO .label_CT2SLEBe.required_hSRMNxqf::before {
  content: '*';
  color: var(--td-error-color);
  margin-right: 5px;
}
.RechargeTargetInfoWrap_c7A5xUcO .value_OZiq4jwr {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.RechargeTargetInfoWrap_c7A5xUcO .value_OZiq4jwr .t-tag_FB5S1B7n {
  margin-left: 24px;
}
.RechargeTargetInfoWrap_c7A5xUcO .value_OZiq4jwr .t-select__wrap_H2JPJjgj,
.RechargeTargetInfoWrap_c7A5xUcO .value_OZiq4jwr .t-input__wrap_QpAhAaVF,
.RechargeTargetInfoWrap_c7A5xUcO .value_OZiq4jwr .t-cascader_IB0hzfjI {
  width: 220px;
}
.RechargeTargetInfoWrap_c7A5xUcO .teamSelectInPanelRecharge_whr3CxPT {
  margin-top: 0;
  width: 50%;
}
.tipRed_GNpWsLlL {
  font-size: 12px;
  color: #ef382d;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tipRed_GNpWsLlL svg,
.tipRed_GNpWsLlL path {
  fill: #ef382d;
  margin-right: 2px;
}
.tipRed_GNpWsLlL a {
  font-size: 12px;
  color: #ef382d;
  text-decoration: underline;
}
.tipRed_GNpWsLlL a:hover {
  color: #ef382d;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/PanelAccountRechargeDialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.panel-account-recharge-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel-account-recharge-content .t-input__wrap {
  width: 124px;
}
.panel-account-recharge-content .t-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
}
.panel-account-recharge-content__footer {
  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-left: -14px;
}
.panel-account-recharge-content__footer .t-button__text {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel-account-recharge-content__footer .t-button__text .coral-icon-help_line {
  margin-left: 2px;
}
.panel-account-recharge-content__tips {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  margin-top: 12px;
}
.panel-account-recharge-content__tips .coral-icon {
  margin-right: 2px;
}
.panel-account-recharge-content__tips svg,
.panel-account-recharge-content__tips path {
  fill: #666;
}
.panel-account-recharge-content__tips-red {
  font-size: 12px;
  color: #ef382d;
}
.panel-account-recharge-content__tips-red svg,
.panel-account-recharge-content__tips-red path {
  fill: #ef382d;
}
.panel-account-recharge-content__tips-red a {
  font-size: 12px;
  color: #ef382d;
  text-decoration: underline;
}
.panel-account-recharge-content__tips-red a:hover {
  color: #ef382d;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/user/component/Gift/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
@media (min-width: 981px) {
  .team-select {
    width: 492px !important;
  }
  .team-select-wrap {
    margin-top: 16px;
  }
  .team-select-overlay-inner {
    width: 492px !important;
  }
}
.activation-dialog .tip {
  margin-top: 16px;
}
.activation-dialog .tip a {
  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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/my-todo/style.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.todo-table .t-table__header,
.todolist-table .t-table__header {
  border-radius: 6px;
}
.todo-table .t-table__header tr,
.todolist-table .t-table__header tr {
  background-color: #fafafa;
}
.todo-table .t-table__header tr th,
.todolist-table .t-table__header tr th {
  border-bottom: none;
}
.todo-table .t-table__body tr td,
.todolist-table .t-table__body tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.user-my-todo-title > .create-survey-button > .t-button__text {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.todo-tabs-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.todolist-m-tabs {
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.todolist-m-tabs .t-radio-group {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.todolist-m-tabs .t-radio-group .t-radio-button {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border: none;
  border-radius: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px !important;
}
.todolist-m-tabs .t-radio-group .t-radio-button.t-is-checked {
  border-bottom: 1px solid 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/SiderBarLeft/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
div.edit-main.expand-tab .wj-side-nav-container {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.wj-side-nav-container {
  width: 72px;
  background-color: var(--td-bg-color-container);
  border-radius: var(--td-radius-default);
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: inset -1px 0px 0px #E5E5E5;
          box-shadow: inset -1px 0px 0px #E5E5E5;
}
.wj-side-nav-container .wj-side-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wj-side-nav-container .wj-side-nav-list-item {
  margin-top: 8px;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button {
  width: 72px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  color: var(--td-text-color-primary);
  cursor: pointer;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  overflow: visible;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button .icon-stat-sign-tips {
  stroke: var(--td-text-color-primary);
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled svg {
  fill: var(--td-text-color-disabled);
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled .icon-stat-sign-tips {
  stroke: var(--td-text-color-disabled);
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button svg {
  margin-bottom: 4px;
  fill: var(--td-text-color-primary);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled).active,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled).active,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled).active,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled).active,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled):hover,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled):hover,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled):hover,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled):hover {
  color: var(--td-brand-color);
  background-color: transparent;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled).active svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled).active svg,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled).active svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled).active svg,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled):hover svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled):hover svg,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled):hover svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled):hover svg {
  fill: var(--td-brand-color);
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled).active .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled).active .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled).active .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled).active .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled):hover .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled):hover .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled):hover .icon-stat-sign-tips,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button:not(.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled):hover .icon-stat-sign-tips {
  stroke: var(--td-brand-color);
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled {
  color: var(--td-text-color-disabled) !important;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button--disabled svg,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button--disabled svg {
  fill: var(--td-text-color-disabled) !important;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button-text,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button-text {
  font-size: var(--td-font-size-body-small);
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button-text:lang(zh),
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button-text:lang(zh) {
  line-height: 20px;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button .t-ripple,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button .t-ripple {
  display: none;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button .coral-icon,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button .coral-icon {
  font-size: 24px;
}
.wj-side-nav-container .wj-side-nav-list-item .wj-side-nav-button .coral-icon + .t-button__text,
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button .coral-icon + .t-button__text {
  margin-left: 0;
}
.wj-side-nav-container .wj-side-nav-suffix {
  margin-bottom: 8px;
}
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button {
  height: 40px;
}
.wj-side-nav-container .wj-side-nav-suffix .wj-side-nav-button svg {
  margin-bottom: 0;
}
.help-popup-div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--td-radius-default);
  padding: 20px;
}
.wj-side-nav-container {
  height: calc(100vh - 112px - 16px * 2) !important;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 128px;
  z-index: 3;
  overflow-y: overlay;
  overflow-y: auto;
  overflow-x: hidden;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.wj-side-nav-container::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.wj-side-nav-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.wj-side-nav-container::-webkit-scrollbar-track:hover {
  background: #fff;
}
.wj-side-nav-container::-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;
}
.wj-side-nav-container::-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);
}
.wj-side-nav-container::-webkit-scrollbar-button {
  display: none;
}
.diagnosis-badge .t-badge--circle {
  right: 1px;
  top: 1px;
}
.diagnosis-badge .t-badge--circle.t-size-s {
  min-width: 16px;
}
.diagnosis-badge .t-badge--dot {
  width: 10px;
  height: 10px;
  top: -4px;
  right: -4px;
}
.mini-menu-popup.t-popup .t-popup__content {
  margin-left: 0;
  padding: 11px 20px;
  position: relative;
}
.mini-menu-popup.t-popup .t-popup__content .mini-menu-tooltip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mini-menu-popup.t-popup .t-popup__content .mini-menu-tooltip .wj-side-nav-button {
  background-color: #fff;
  margin: 4px 0;
  cursor: pointer;
  border: none;
}
.mini-menu-popup.t-popup .t-popup__content .mini-menu-tooltip .wj-side-nav-button:hover svg {
  fill: var(--td-brand-color);
}
.mini-menu-popup.t-popup .t-popup__content .mini-menu-tooltip .wj-side-nav-button .menu-button-tip .tips-style {
  right: -30px;
  top: -5px;
}
.menu-button-tip {
  position: relative;
  height: 0;
  width: 0;
}
.menu-button-tip .tips-style {
  position: absolute;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  right: -16px;
  top: -4px;
}
@media screen and (max-height: 900px) {
  .normal-bottom-menu {
    display: none;
  }
  .mini-bottom-menu {
    display: block;
  }
}
@media screen and (min-height: 901px) {
  .normal-bottom-menu {
    display: block;
  }
  .mini-bottom-menu {
    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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Evaluate/EvalReportList/panel/mobileReportList.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.phone-report-panel {
  padding: 16px;
}
.phone-report-panel > .empty {
  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;
  height: 400px;
}
.phone-report-panel .answered-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  color: #333;
}
.phone-report-panel .answered-item:not(:first-child) {
  margin-top: 8px;
  opacity: 0.8;
}
.phone-report-panel .answered-item:active {
  background: #f6f8fa;
}
.phone-report-panel .answered-item-info {
  padding: 0 12px;
  display: block;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.phone-report-panel .answered-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.phone-report-panel .answered-item-time {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.phone-report-panel .answered-item .survey-icon {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.phone-report-panel .answered-item-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.phone-report-panel .answered-item-status .status-running {
  color: #1ED261;
}
.phone-report-panel .answered-item-status .status-delete {
  color: #EF382D;
}
.phone-report-panel .answered-item-status .status-stop {
  color: #999999;
}
.uer-phone-box {
  background-color: #f4f6f9;
  height: 100%;
}
.uer-phone-box .phone-report-panel {
  max-height: calc(100% - 90px);
  overflow: auto;
}
.panel-loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Evaluate/EvalReportList/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.eval-report-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uer-container .wj-side-nav-container {
  height: calc(100vh - 112px - 91px - 16px * 2) !important;
  top: 136px;
}
.uer-container .uer-panel {
  margin-left: 100px;
  background-color: #fff;
  border-radius: 5px;
  padding: 32px;
  padding-top: 0;
  height: calc(100vh - 112px - 124px - 16px * 2);
  overflow: hidden;
}
.uer-container .uer-panel .uer-panel-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uer-container .uer-panel .uer-panel-nav .panel-nav-row {
  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;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin: 15px 0;
}
.uer-container .uer-panel .uer-panel-nav .panel-nav-row .nav-btn .t-button__text {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.uer-container .uer-panel .uer-panel-nav .panel-nav-row .nav-title {
  font-size: 16px;
  color: #000;
}
.uer-container .uer-panel .uer-table-box {
  overflow: auto;
  max-height: calc(100% - 120px);
}
.user-eval-report .uer-panel {
  margin-left: 0;
  padding: 0;
  height: auto;
  border-radius: 0;
  overflow: visible;
}
.user-eval-report .uer-panel .uer-panel-nav {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
.user-eval-report .uer-panel .uer-table-box {
  max-height: none;
}
.mobile-report-nav {
  background-color: #f4f6f9;
}
.mobile-report-nav .mobile-report-btn {
  padding: 14px 0px;
  margin: 0px 16px;
}
.mobile-report-nav .report-btn-act {
  border-bottom: 1px solid #0F6BFF;
  color: #0F6BFF;
}
.mobile-report-panel {
  height: calc(100vh - 45px);
  background-color: #f4f6f9;
  padding: 10px 16px 40px 16px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/StickyTool/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.custom-sticky-tool.coral-sticky-tools {
  bottom: 16px;
  right: 25px;
}
.custom-sticky-tool .coral-sticky-tools-service {
  cursor: default;
  border: none;
}
.custom-sticky-tool .coral-sticky-tools-service-title {
  width: 48px;
  height: 48px;
}
.custom-sticky-tool .coral-sticky-tools-service-content {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48px;
  white-space: nowrap;
}
.custom-sticky-tool .coral-sticky-tools-content-item {
  width: 60px;
  height: 60px;
  border: none;
}
body:has(> #ss-chat-p) .custom-sticky-tool {
  bottom: 110px;
}
.coral-sticky-tools-service-content {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  letter-spacing: inherit;
}
@media (max-width: 980px) {
  .coral-sticky-tools-service-content {
    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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/user/component/UserPanelBalance/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-panel-balance {
  padding: 24px 0;
}
.user-panel-balance__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;
}
.user-panel-balance__title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.user-panel-balance__tabs .t-tabs__operations--right .t-tabs__btn {
  background: none;
  border-left: 0;
  padding-left: 4px;
}
.user-panel-balance__tabs .t-tabs__operations--right .t-tabs__btn:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-panel-balance__filters {
  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: 16px 0 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.user-panel-balance__filters-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.user-panel-balance__filters-group > * {
  margin-right: 10px;
}
.user-panel-balance__filters-group > *:last-child {
  margin-right: 0;
}
.user-panel-balance__filter-date.t-date-range-picker {
  width: 260px;
}
.user-panel-balance__filter-input.t-input__wrap {
  width: 180px;
}
.user-panel-balance__filter-select.t-select__wrap {
  width: 160px;
}
.user-panel-balance__table {
  padding-top: 8px;
}
.user-panel-balance__expired-tip {
  font-size: 12px;
}
.user-panel-balance__expired-tip a {
  font-size: 12px;
  text-decoration: underline;
}
.user-panel-balance__status-text {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-panel-balance__status-text > svg {
  margin-left: 4px;
}
.user-panel-balance__status-text.expired {
  color: #ef382d;
}
.expired-amount {
  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_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/StatWrap/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-stat-list--info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  padding: 0;
}
.org-stat-list--section ~ .org-stat-list--section {
  margin-top: 24px;
}
.org-stat-list--overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 200px));
  grid-column-gap: 8px;
  width: calc(100% - 24px);
  margin-bottom: 8px;
  margin-top: 8px;
}
.org-stat-list--overview__card {
  background: #f3f3f3;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  position: relative;
}
.org-stat-list--overview__card .storage-usage-bar {
  margin-bottom: 10px;
}
.org-stat-list--overview__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--td-text-color-primary);
  margin-bottom: 5px;
}
.org-stat-list--overview__value {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  /* identical to box height, or 129% */
  color: #000000;
  margin-top: 4px;
}
.org-stat-list--overview .org-stat-list--overview__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.org-stat-list--overview .org-stat-list--overview__btn-separator {
  color: #999;
  line-height: 22px;
}
.org-stat-list--filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.org-stat-list--filter__item {
  max-width: 25%;
  padding: 0 12px;
}
.org-stat-list--filter__item.col-1 {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.org-stat-list--filter__item.col-2 {
  -webkit-flex: 1.6 1;
      -ms-flex: 1.6 1;
          flex: 1.6 1;
}
.org-stat-list--filter__label {
  margin-top: 8px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.org-stat-list--filter__reset {
  text-align: right;
}
.org-stat-list--filter__reset .t-button {
  margin-right: -16px;
  margin-top: 4px;
}
.org-stat-list--section__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: var(--td-text-color-primary);
}
.org-stat-list--content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  padding: 0;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/user/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
html,
body {
  height: 100%;
}
#root-container {
  min-width: 980px;
  height: 100%;
}
.page-user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background-color: #fff;
}
.page-user-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
}
.user-sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #fff;
  border-right: 1px solid #E7E7E7;
}
.user-sidebar__scroll {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user-sidebar__profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  margin: 16px 8px 0;
}
.user-sidebar__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.user-sidebar__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.user-sidebar__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.9);
}
.user-sidebar__uid {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.user-sidebar__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px 8px 16px;
}
.user-sidebar__nav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.user-sidebar__nav-item:hover {
  background-color: #f5f5f5;
}
.user-sidebar__nav-item--active {
  background-color: #F0F6FF;
  color: #0F6BFF;
}
.user-sidebar__nav-item--active .user-sidebar__nav-icon .coral-icon,
.user-sidebar__nav-item--active .user-sidebar__nav-icon .t-icon {
  color: #0F6BFF;
  fill: #0F6BFF;
}
.user-sidebar__nav-icon {
  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: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.user-sidebar__nav-icon .coral-icon,
.user-sidebar__nav-icon .t-icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  fill: rgba(0, 0, 0, 0.4);
}
.user-sidebar__nav-label {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-sidebar__divider {
  height: 1px;
  background-color: #E7E7E7;
  margin: 6px 8px;
}
.user-sidebar__footer {
  border-top: 1px solid #E7E7E7;
  padding: 8px;
}
.page-user .user-wrap {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-y: auto;
  background-color: #fff;
}
.page-user .user-wrap .main {
  min-height: calc(100vh - 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 32px;
}
.page-user .user-wrap .main.MyAnswer-page {
  padding: 0;
}
.page-user .user-wrap .main .pagination-space {
  width: 100%;
  height: 48px;
}
.page-user .user-wrap .main .uer-container .wj-side-nav-button {
  padding: 8px;
}
.page-user .user-wrap .main .user-eval-report {
  min-width: 700px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-user .user-wrap .main .user-eval-report-title {
  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;
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
}
.page-user .user-wrap .main .user-eval-report-title > h3 {
  font-size: 16px;
  font-weight: 500;
}
.page-user .user-wrap .main .user-account-info {
  min-width: 700px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-user .user-wrap .main .user-account-info-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
}
.page-user .user-wrap .main .user-account-info-title > h3 {
  font-size: 16px;
  font-weight: 500;
}
.page-user .user-wrap .main .user-account-info .item > h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 24px 0;
}
.page-user .user-wrap .main .user-account-info .item > h3 > img {
  margin-left: 9px;
}
.page-user .user-wrap .main .user-account-info .item.item-account-server {
  width: calc(100% + 24px);
}
.page-user .user-wrap .main .user-account-info .item.item-account-server > h3 {
  margin-bottom: 20px;
}
.page-user .user-wrap .main .user-account-info .item.item-account-server > main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-user .user-wrap .main .user-account-info .item.item-account-server .item-account-server__button-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-user .user-wrap .main .user-account-info .item.item-account-server .item-account-server__button-group > button {
  margin: 0 8px;
}
.page-user .user-wrap .main .user-account-info .item.item-account-cancel {
  text-align: center;
  padding-bottom: 20px;
  margin-top: auto;
}
.page-user .user-wrap .main .user-account-info .item > main {
  display: grid;
  grid-template-columns: repeat(auto-fill, 600px);
  grid-column-gap: 300px;
}
.page-user .user-wrap .main .user-account-info .item > main .item-tr {
  height: 42px;
  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;
}
.page-user .user-wrap .main .user-account-info .item > main .item-tr .base-data {
  font-size: 14px;
  line-height: 20px;
}
.page-user .user-wrap .main .user-account-info .item > main .item-tr .base-data > img {
  margin-left: 9px;
}
.page-user .user-wrap .main .user-account-info .item > main + main {
  margin-top: 32px;
  border-top: 1px solid #f2f2f2;
}
.page-user .user-wrap .main .user-buy-record {
  min-width: 700px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-user .user-wrap .main .user-buy-record .user-buy-title {
  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;
  height: 84px;
  padding: 0;
}
.page-user .user-wrap .main .user-buy-record .user-buy-title > h3 {
  font-size: 20px;
  font-weight: 500;
}
.page-user .user-wrap .main .user-buy-record .user-buy-title > a {
  color: #0f6bff;
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-user .user-wrap .main .user-buy-record .user-buy-title > a .coral-icon {
  font-size: 16px;
  margin-right: 8px;
}
.page-user .user-wrap .main .user-my-enterprise {
  min-width: 700px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table .ten-table-fixed {
  overflow-y: hidden;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table th {
  color: #999999;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table table th:last-child {
  text-align: right;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table table td:last-child {
  text-align: right;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table .ten-table-fixed-left table th:last-child {
  text-align: left;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table .ten-table-fixed-left table td:last-child {
  text-align: left;
}
.page-user .user-wrap .main .user-my-enterprise-content .enterprise-table.ten-table .operates .t-space-item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.page-user .user-wrap .main .user-my-enterprise-title {
  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;
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
}
.page-user .user-wrap .main .user-my-enterprise-title > h3 {
  font-size: 16px;
  font-weight: 500;
}
.page-user .user-wrap .main .user-my-enterprise-title .user-my-enterprise-operate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-user .user-wrap .main .user-my-enterprise-title .user-my-enterprise-operate .coral-icon {
  font-size: 16px;
}
.page-user .user-wrap .main .user-my-enterprise-title .user-my-enterprise-operate .t-button + .t-button {
  margin-left: 16px;
}
.page-user .user-wrap .main .user-my-enterprise-table-name {
  position: relative;
  padding-left: 24px;
  word-break: break-all;
}
.page-user .user-wrap .main .user-my-enterprise-table-name .saas-vip-icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.page-user .user-wrap .main .user-my-enterprise .operate-separator {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
.page-user .user-wrap .main .user-my-enterprise-table-role {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-user .user-wrap .main .user-my-enterprise-table-role .coral-icon {
  margin-right: 6px;
  font-size: 16px;
  height: 20px;
}
.page-user .user-wrap .main .user-my-enterprise-table-role .coral-icon.role-owner {
  fill: #0f6bff;
}
.page-user .user-wrap .main .user-my-enterprise-table-role .coral-icon.role-super-admin {
  fill: #ff9e01;
}
.page-user .user-wrap .main .user-my-enterprise-table-role .coral-icon.role-admin {
  fill: #1ed261;
}
.page-user .user-wrap .main .user-my-enterprise .name-columns {
  word-wrap: break-word;
}
.page-user .user-wrap .main .user-table-empty {
  width: 100%;
  height: calc(100vh - 56px - 70px - 184px - 92px - 70px);
  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: 32px;
}
.page-user .user-wrap .main .user-table-empty > img {
  display: block;
  width: 64px;
  height: 64px;
}
.page-user .user-wrap .main .user-table-empty > span {
  line-height: 26px;
  margin: 16px 0;
  color: #000;
}
.page-user .user-wrap .main .user-my-card {
  min-width: 700px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-user .user-wrap .main .user-my-card-title {
  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;
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
}
.page-user .user-wrap .main .user-my-card-title-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-user .user-wrap .main .user-my-card-title-label-link {
  background: #F5F9FF;
  border-radius: 6px;
  color: #0f6bff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  padding: 2px 8px 2px 0;
  vertical-align: middle;
  margin-left: 16px;
}
.page-user .user-wrap .main .user-my-card-title-label-link .coral-icon {
  fill: #0f6bff;
  font-size: 16px;
  margin: 0 8px;
}
.page-user .user-wrap .main .user-my-card-title-label-link.sample {
  color: var(--td-success-color);
}
.page-user .user-wrap .main .user-my-card-title-label-link.sample .coral-icon {
  fill: var(--td-success-color);
}
.page-user .user-wrap .main .user-my-card-title-label-link.resource {
  color: var(--td-warning-color);
}
.page-user .user-wrap .main .user-my-card-title-label-link.resource .coral-icon {
  fill: var(--td-warning-color);
}
.page-user .user-wrap .main .user-my-card-title > h3 {
  font-size: 16px;
  font-weight: 500;
}
.page-user .user-wrap .main .user-my-card-title .user-my-card-operate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-user .user-wrap .main .user-my-card-title .user-my-card-operate .coral-icon {
  font-size: 16px;
}
.page-user .user-wrap .main .user-my-card-title .user-my-card-operate .t-button + .t-button {
  margin-left: 16px;
}
.page-user .user-wrap .main .user-my-card-main .card-item {
  width: calc(50% - 12px);
  float: left;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-right: 24px;
  padding: 16px 20px 16px 24px;
  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;
}
.page-user .user-wrap .main .user-my-card-main .card-item:nth-child(even) {
  margin-right: 0;
}
.page-user .user-wrap .main .user-my-card-main .card-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  padding-bottom: 4px;
}
.page-user .user-wrap .main .user-my-card-main .card-item-title-wrap {
  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;
}
.page-user .user-wrap .main .user-my-card-main .card-item-title-wrap .coral-icon-label_line {
  font-size: 32px;
  margin-right: 8px;
  fill: #0f6bff;
}
.page-user .user-wrap .main .user-my-card-main .card-item-title-wrap .is-expired {
  fill: #D8D8D8;
}
.page-user .user-wrap .main .user-my-card-main .card-item-end-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
.page-user .user-wrap .main .user-my-card-main .empty-card {
  padding: 150px 0;
  text-align: center;
}
.page-user .user-wrap .main .user-my-card-main .empty-card img {
  width: 64px;
}
.page-user .user-wrap .main .user-my-card-main .empty-card p {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.page-user .user-wrap .main .user-my-todo {
  min-width: 700px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-user .user-wrap .main .user-my-todo .t-loading .t-icon-loading {
  width: 40px;
  height: 40px;
}
.page-user .user-wrap .main .user-my-todo-title {
  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;
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
}
.page-user .user-wrap .main .user-my-todo-title > h3 {
  font-size: 16px;
  font-weight: 500;
}
.page-user .user-wrap .main .user-my-todo-title .todo-crumb {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-user .user-wrap .main .user-my-todo-title .todo-crumb .t-breadcrumb__inner {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.page-user .user-wrap .main .user-my-todo-title .todo-crumb .act-crumbItem .t-breadcrumb__inner {
  color: #0F6BFF;
  display: inline-block;
}
.page-user .user-wrap .main .user-my-todo .name-columns {
  word-wrap: break-word;
}
.page-user .user-wrap .main .user-my-groups {
  padding: 0;
}
.page-user .user-my-groups {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.page-user .user-my-groups-header {
  margin-top: 0;
  height: 60px;
  line-height: 60px;
}
.page-user .MyTodo-page {
  min-height: 500px !important;
}
.page-user .ten-loading.ten-loading {
  position: relative;
  height: 100%;
}
.mobile-bind-dialog .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.mobile-bind-dialog .content > section {
  width: 100%;
}
.mobile-bind-dialog .content > section:first-child {
  margin-top: 40px;
}
.mobile-bind-dialog .content > section > .title {
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
}
.mobile-bind-dialog .content > section > em {
  display: block;
  margin: 8px 0;
  line-height: 24px;
  height: 24px;
  color: #ef382d;
  visibility: hidden;
  font-style: normal;
}
.mobile-bind-dialog .content > section > em.error {
  visibility: visible;
}
.mobile-bind-dialog .content > section .input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-bind-dialog .content > section .input-group .coral-input__input {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 8px;
}
.mobile-bind-dialog .content > section .coral-icon-correct_fill {
  fill: #0f6bff;
  font-size: 16px;
}


/*# sourceMappingURL=user.cc9e51a5.css.map*/