/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report/report.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-report-poster {
  background: #F7F8FA;
}
.ai-report-poster .report-header-wrapper {
  padding: 16px;
  max-width: 720px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 16px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff url(../statics/ai-bg-mobile.06065f99.png) no-repeat;
  background-size: cover;
}
.ai-report-poster .report-header-wrapper .ai-report-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}
.ai-report-poster .report-header-wrapper .ai-report-header .cover-image {
  width: 120px;
  height: 160px;
  border-top-left-radius: 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 2px;
  background: url(../statics/poster-bg.c38bd4f6.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 18px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-box-shadow: 3px 4px 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 4px 7px 3px rgba(0, 0, 0, 0.08);
  line-height: 1;
}
.ai-report-poster .report-header-wrapper .ai-report-header .cover-image .report-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
}
.ai-report-poster .report-header-wrapper .ai-report-header .cover-image .report-subtitle {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.4;
}
.ai-report-poster .report-header-wrapper .ai-report-header .cover-image .report-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(98.69deg, #FF9823 10.36%, #FF3600 150.1%);
  color: #fff;
  padding: 4px 8px;
  font-size: 8px;
  font-weight: 400;
  border-top-left-radius: 4px;
}
.ai-report-poster .report-header-wrapper .ai-report-header .header-content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-top: 8px;
}
.ai-report-poster .report-header-wrapper .ai-report-header .header-content .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}
.ai-report-poster .report-header-wrapper .ai-report-header .header-content .author-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-report-poster .report-header-wrapper .ai-report-header .header-content .author-info .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
  background: #f0f2f5;
}
.ai-report-poster .report-header-wrapper .ai-report-header .header-content .author-info .avatar .allow-selector-section--view__custom {
  width: 100% !important;
  height: 100% !important;
}
.ai-report-poster .report-header-wrapper .ai-report-header .header-content .author-info .info .name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.ai-report-poster .report-header-wrapper .report-meta {
  padding-top: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
}
.ai-report-poster .report-header-wrapper .report-meta .meta-item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 2px 8px;
  background: #f3f3f3;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
}
.ai-report-poster .ai-report-content {
  max-width: 720px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.ai-report-poster.stat-ai-report {
  margin-right: 0;
}
.ai-report-poster .stat-ai-report--content {
  margin-bottom: 0;
}
.stat-ai-report--content {
  padding: 40px 40px 30px 40px;
  background: #f3f9ff;
  border-radius: 6px;
  margin-bottom: 24px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
}
.stat-ai-report--question-chart {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  margin: 6px 0 24px 0;
  width: 100%;
}
.stat-ai-report--report-footer {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.stat-ai-report--report-footer img {
  width: 100%;
}
.stat-ai-report--report-footer::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0f6bff), to(#00ad20));
  background: linear-gradient(90deg, #0f6bff 0%, #00ad20 100%);
  opacity: 0.4;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.stat-ai-report--content-conclusion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../statics/con-bg-pc.9df81bc9.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 34px 36px;
  margin-top: 80px;
  position: relative;
  min-height: 150px;
}
.stat-ai-report--content-conclusion::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  opacity: 0.4;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
}
.stat-ai-report--content-conclusion h1 {
  font-size: 28px;
  min-width: 120px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  position: relative;
  margin-top: 16px;
  margin-right: 16px;
}
.stat-ai-report--content-conclusion .markdown-content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.stat-ai-report--content-conclusion .markdown-content .typer-text p,
.stat-ai-report--content-conclusion .markdown-content .typer-text ol,
.stat-ai-report--content-conclusion .markdown-content .typer-text li,
.stat-ai-report--content-conclusion .markdown-content .typer-text b,
.stat-ai-report--content-conclusion .markdown-content .typer-text strong,
.stat-ai-report--content-conclusion .markdown-content .typer-text.typer-text-highlight::after {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9) !important;
}
.stat-ai-report--content-conclusion .markdown-content .typer-text h1,
.stat-ai-report--content-conclusion .markdown-content .typer-text h2,
.stat-ai-report--content-conclusion .markdown-content .typer-text h3,
.stat-ai-report--content-conclusion .markdown-content .typer-text h4 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0;
}
.stat-ai-report--content-conclusion span.typer-text {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 20px 20px 0 56px;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  background-image: url(../statics/con-bg-m.995bbbb2.png);
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion.prepare-print {
  display: block;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion.prepare-print h1 {
  display: block;
  text-align: left;
  margin-bottom: 64px;
  color: #fff;
  margin-left: -24px;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion.prepare-print h1::after {
  display: none;
  font-size: 12px;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion.prepare-print .markdown-content {
  margin-top: 32px;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion.prepare-print::before {
  display: none;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion h1 {
  text-align: left;
  margin-bottom: 32px;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion h1::after {
  left: 0;
  margin: 0;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 32px;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion h3::after {
  top: 36px;
  left: 0;
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text {
  padding: 0;
  font-size: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.9);
}
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text p,
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text ol,
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text li,
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text b,
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text strong,
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text h4,
.stat-ai-report--mobile .stat-ai-report--content-conclusion .typer-text.typer-text-highlight::after {
  color: rgba(255, 255, 255, 0.9) !important;
}
.stat-ai-report--mobile .stat-ai-report--content {
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stat-ai-report--mobile .report-header-wrapper {
  background-size: contain;
}
.stat-ai-report--content-brand {
  margin-top: 60px;
  text-align: center;
  position: relative;
  height: 60px;
  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;
  text-align: left;
}
.stat-ai-report--content-brand::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #0f6bff 0%, #00ad20 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#0f6bff), to(#00ad20));
     border-image: linear-gradient(90deg, #0f6bff 0%, #00ad20 100%);
  opacity: 0.7;
  border-image-slice: 1;
  opacity: 0.4;
  top: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
}
.stat-ai-report--content-brand .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -110px;
  color: #0061FF;
  text-align: center;
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 11px;
  opacity: 0.6;
}
.stat-ai-report--content-brand .show-more::before,
.stat-ai-report--content-brand .show-more::after {
  content: '';
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 1px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 107, 255, 0)), color-stop(50%, rgba(15, 107, 255, 0.4)));
  background: linear-gradient(90deg, rgba(15, 107, 255, 0) 0%, rgba(15, 107, 255, 0.4) 50%);
}
.stat-ai-report--content-brand .show-more::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.stat-ai-report--content-brand.prepare-print .show-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.stat-ai-report--content-brand.prepare-print::after {
  display: none;
}
.stat-ai-report--content-brand .brand-logo {
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  gap: 8px;
}
.stat-ai-report--content-brand .brand-logo img {
  height: 32px;
  width: auto;
}
.stat-ai-report--content-brand .brand-slogan {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
}
.stat-ai-report--content-brand .qr-code-container {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  bottom: 0;
  border: 4px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.stat-ai-report--content-brand .qr-code-container canvas {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stat-ai-report .coral-chart-tooltip-wrap--vertical .coral-chart-tooltip-prev:before {
  content: '';
}
.stat-ai-report .coral-chart-tooltip-wrap--vertical .coral-chart-tooltip-next:before {
  content: '';
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/mobile-header.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-site-header {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  height: 40px;
  padding: 0 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.mobile-site-header.transparent {
  background: transparent;
}

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

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/report/outlines.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.report-outline {
  position: -webkit-sticky;
  position: sticky;
  left: 930px;
  top: 0px;
  width: 280px;
  height: calc(100vh - 140px);
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.report-outline .t-tab-panel > div {
  margin: 16px;
  padding-bottom: 40px;
}
.report-outline .t-tabs {
  height: 100%;
}
.report-outline .t-tabs__content.t-is-top {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.report-outline--item {
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  top: 90px;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-outline--item:hover {
  background: #f5f9ff;
  color: #0f6bff;
}
.report-outline--item.is-top-title {
  font-weight: bold;
  font-size: 14px;
}
.report-outline .is-sub-title {
  color: rgba(0, 0, 0, 0.6);
}
.report-outline .is-sub-title:hover {
  color: rgba(0, 0, 0, 0.9);
}
.report-outlines-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 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/ai/report/report-sidebar.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.report-sidebar {
  position: -webkit-sticky;
  position: sticky;
  left: 930px;
  top: 0px;
  width: 280px;
  height: calc(100vh - 140px);
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.report-sidebar .t-tab-panel > div {
  margin: 16px;
  padding-bottom: 40px;
}
.report-sidebar .t-tabs {
  height: 100%;
}
.report-sidebar .t-tabs__content.t-is-top {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.report-sidebar--item {
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  top: 90px;
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-sidebar--item:hover {
  background: #f5f9ff;
  color: #0f6bff;
}
.report-sidebar--item.is-top-title {
  font-weight: bold;
  font-size: 14px;
}
.report-sidebar .is-sub-title {
  color: rgba(0, 0, 0, 0.6);
  text-indent: 8px;
}
.report-sidebar .is-sub-title:hover {
  color: rgba(0, 0, 0, 0.9);
}
.report-sidebar .is-second-level {
  text-indent: 16px;
}
.report-sidebar .report-history--item {
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.report-sidebar .report-history--item::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #e7e7e7;
  width: calc(100% - 8px);
  bottom: 0;
  left: 4px;
}
.report-sidebar .report-history--item:hover {
  background: #f3f3f3;
}
.report-sidebar .report-history--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.report-sidebar .report-history--status-img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #f3f3f3;
  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: 2px;
}
.report-sidebar .report-history--status-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-sidebar .report-history--info {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
}
.report-sidebar .report-history--title {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-sidebar .report-history--time {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 8px;
}
.report-sidebar .report-history--tag {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.report-sidebar .report-history--list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.report-sidebar .report-history--add-btn {
  height: 40px;
  margin-bottom: 16px;
  width: 100%;
}
.report-sidebar .report-history--add-btn .t-icon {
  font-size: 16px;
}
.report-sidebar .report-history--add-btn:hover {
  border-color: #0052d9;
  color: #0052d9;
}
.report-sidebar .report-history--item.is-active {
  background-color: rgba(0, 82, 217, 0.1);
  border-color: #0052d9;
}
.report-sidebar .report-history--item.is-active::after {
  display: none;
}
.report-outlines-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.report-sidebar-mobile--header {
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 100;
  height: 32px;
  width: 200px;
  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;
  left: 0;
  right: 0;
  top: 6px;
  border: 1px solid #e1e7f2;
  border-radius: 6px;
  background: #fff;
}
.report-sidebar-mobile--header .t-button {
  border: none;
  position: relative;
}
.report-sidebar-mobile--header .t-button:active {
  color: #000;
}
.report-sidebar-mobile--header .t-button .icon-report-union {
  width: 13px;
  height: 14px;
  margin-right: 4px;
}
.report-sidebar-mobile--header .t-button .icon-report-history {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.report-sidebar-mobile--header .t-button span {
  color: #000 !important;
}
.report-sidebar-mobile--header .t-button:first-child:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  background: #e1e7f2;
}
.report-sidebar-mobile .t-popup__content {
  max-height: 80vh;
  overflow-y: auto;
}
.report-sidebar-mobile .t-tabs__nav-container:after {
  display: none;
}
.report-sidebar-mobile .report-history .report-history--add-btn {
  margin-bottom: 0px;
}
.m-popup-content__container .t-tabs__header {
  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/share__survey__analytics/components/ai-report/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.mobile-site-header {
  max-width: 720px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ai-report-container {
  background: #F7F8FA;
  padding-bottom: 24px;
  padding-top: 40px;
}
.ai-report-container.has-viewed-full-report {
  padding-bottom: 100px;
}
.ai-report-container .ai-gen-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.ai-report-container.debug-mode {
  height: 100vh;
}
.ai-report-container.debug-mode .debug-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.ai-report-container.debug-mode .debug-container .debug-editor {
  width: 50%;
  height: 100%;
  border-right: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar {
  padding: 8px 16px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 16px;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container input {
  padding: 6px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container input:focus {
  border-color: #1890ff;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container .find-input {
  width: 120px;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container .replace-input {
  width: 120px;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container .replace-btn {
  padding: 6px 12px;
  background-color: #52c41a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .find-replace-container .replace-btn:hover {
  background-color: #73d13d;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .export-btn {
  padding: 6px 12px;
  background-color: #1890ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ai-report-container.debug-mode .debug-container .debug-editor .debug-toolbar .export-btn:hover {
  background-color: #40a9ff;
}
.ai-report-container.debug-mode .debug-container .debug-editor textarea {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  height: calc(100vh - 100px) !important;
  padding: 32px;
  border: none;
  resize: none;
  font-family: monospace;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  background-color: #f5f5f5;
}
.ai-report-container.debug-mode .debug-container .debug-preview {
  width: 50%;
  height: 100%;
  overflow: auto;
}
.report-sidebar-mobile--header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: none;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: initial;
}
.report-sidebar-mobile--header .t-button {
  border: 1px solid #e1e7f2;
}
.report-sidebar-mobile--header .t-button:after {
  display: none;
}
.m-popup-root .m-popup-content {
  max-width: 720px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.m-popup-root .m-popup-mask {
  max-width: 720px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.view-all-report {
  cursor: pointer;
  position: fixed;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  border-radius: 100px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  width: 144px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background: radial-gradient(72.64% 291.67% at 79.17% 231.25%, #00E87A 0%, #0061FF 100%);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
  padding: 0 30px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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/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/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/Header/UserInfoWithNotice.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header-user {
  float: right;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-user .vertical-line {
  color: #e5e5e5;
  padding: 0 10px;
}
.header-user-info-container {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.header-user-info-container .coral-icon-arrow_down_line {
  width: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  vertical-align: middle;
  margin-right: -3px;
}
.header-user-info-container.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-user-avatar {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.header-user-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.header-user-avatar-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  margin: auto;
}
.header-user-info {
  display: inline-block;
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
}
.header-user-info-type {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.header-user .notice {
  position: relative;
  display: inline-block;
}
.header-user .notice::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fc2f35;
}
.header-user-login {
  display: inline-block;
  line-height: 34px;
  background-color: #008fff;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
}
.header-user-login:hover {
  background-color: #2196f3;
}
.user-popup {
  overflow: visible !important;
}
.user-control {
  min-width: 240px;
  min-height: 100px;
  width: fix-content;
  background: #fff;
  border-radius: 4px;
}
.user-control .control-item {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 16px !important;
  height: 48px;
  line-height: 32px;
  white-space: nowrap;
  color: #000;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.user-control .control-item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-control .control-item:hover {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item.active {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item .arrow {
  float: right;
}
.user-control .control-item .arrow .coral-icon-arrow_right_line {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.user-control .control-item .arrow.open .coral-icon-arrow_right_line {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.user-control .control-item .control-org-wrap {
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 240px;
  left: -239px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
}
.user-control .control-item .control-org-wrap .org-wrap {
  max-height: 290px;
  overflow-x: auto;
}
.user-control .control-item .control-org-wrap .org-wrap .control-item {
  padding: 8px 40px !important;
}
.user-control .control-item .control-org-wrap .org-wrap .saas-vip-icon {
  position: absolute;
  left: 16px;
  top: 16px;
}
.user-control .create-item {
  color: #008fff;
  border-top: 1px solid #e1e7f2;
  text-align: center;
  line-height: 48px;
  display: block;
}
.user-control .create-item .coral-icon-add_line {
  fill: #008fff;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.user-control .user-name {
  cursor: auto;
  border-bottom: 1px solid #e1e7f2;
}
.nav-dropdown {
  height: 100%;
}
.nav-dropdown .coral-icon-arrow_down_line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  padding: 5px 5px;
}
.nav-dropdown .coral-icon-arrow_down_line:hover {
  fill: #008fff;
}
.nav-dropdown.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-dropdown-content-item {
  position: relative;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
}
.nav-dropdown-content-item:first-child {
  border-radius: 6px 6px 0 0;
}
.nav-dropdown-content-item:last-child {
  border-radius: 0 0 6px 6px;
}
.nav-dropdown-content-item:hover {
  color: #0f6bff;
  background-color: #f6f8fa;
}
.nav-dropdown-content-item:hover .moreMenu {
  display: block;
}
.v3temp-save-template {
  position: relative;
  display: inline-block;
  top: 8px;
  cursor: pointer;
}
.v3temp-save-template :hover {
  fill: #2378FF;
}
.v3temp-head-li {
  padding: 10px 30px;
  cursor: pointer;
}
.v3temp-head-li:hover {
  background-color: #F6FAFF;
  color: #2378FF;
}
.v3temp-savetemp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-tempmodal {
  border-radius: 4px;
}
.v3temp-tempmodal button {
  border-radius: 4px;
}
.v3temp-tempmodal button.ten-button--type-primary {
  background-color: #2378FF;
  border-color: #2378FF;
}
.v3temp-tempmodal button.ten-button--type-primary:hover {
  background: #5697ff;
}
.v3temp-save-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 5px;
  top: 4px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_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]!./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/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/Header/Header.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header--middle .site-header .header-inner .coral-header-logo {
  margin-top: 5px;
}
.site-header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  min-width: 980px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  z-index: 3;
}
.site-header .coral-header-logo__img {
  height: 32px !important;
  width: auto !important;
}
.site-header .header-inner {
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header .logo {
  float: left;
  display: block;
  height: 100%;
}
.site-header .logo img {
  margin-right: 5px;
  display: block;
  margin-top: 18px;
  height: 40px;
}
.site-header a {
  text-decoration: none;
}
.site-header .site-title {
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.site-header .nav {
  display: inline-block;
  margin-left: 36px;
  font-size: 17px;
  color: #333333;
  white-space: nowrap;
  vertical-align: top;
}
.site-header .nav > a:not(.nav-mine):hover {
  color: #008fff;
  fill: #008fff;
}
.site-header .nav-item {
  display: inline-block;
  height: 100%;
  color: #333333;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  position: relative;
}
.site-header .nav-item::after {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 3px;
  border-radius: 2px;
  background-color: #008fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.site-header .nav-item.active {
  color: #008fff;
}
.site-header .nav-item:hover {
  color: #008fff;
}
.site-header .nav-item.has-dropdown::after {
  width: calc(100% - 45px);
}
.site-header .nav-item + .nav-item {
  margin-left: 45px;
}
.site-header .title-center {
  position: absolute;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  text-align: center;
}
.site-header .enters-layout {
  margin-left: 90px;
  font-weight: 600;
  font-size: 16px;
}
.site-header .return-work {
  border-bottom: 1px solid #e5e5e5;
  line-height: 55px;
  height: 55px;
}
.site-header .return-work-wrap {
  display: inline-block;
  margin-right: 10px;
  float: right;
  line-height: 55px;
  height: 55px;
}
.site-header .return-work-wrap .coral-icon {
  font-size: 16px;
}
.site-header .return-work-wrap .coral-button {
  vertical-align: middle;
  margin-top: -2px;
}
.site-header .return-work-wrap.left {
  float: none;
  border-left: 1px solid #e5e5e5;
  vertical-align: top;
  margin-left: 45px;
  padding-left: 20px;
  margin-right: 0;
}
.site-header .return-work-wrap .promotions_nav_right {
  height: 100%;
  vertical-align: unset;
}
.site-header .return-work-wrap .header-publicity-activity {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .return-work-wrap .header-publicity-activity .publicity-activity-container {
  background: linear-gradient(271deg, #FFF1DA 27.03%, #FFE5BB 136.58%);
  border-radius: var(--td-radius-default);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  color: #77583B;
  cursor: pointer;
}
.site-header .return-work-wrap .header-publicity-activity .publicity-activity-number {
  font-family: Arial;
  display: block;
  height: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 88, 59, 0.9)), to(rgba(100, 70, 42, 0.65)));
  background: linear-gradient(180deg, rgba(119, 88, 59, 0.9) 0%, rgba(100, 70, 42, 0.65) 100%);
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
  padding: 0 4px;
  color: #fff;
  border-radius: 3px;
  margin: 0 3px;
}
.site-header .return-work-wrap .header-publicity-activity .coral-icon-jewelry_line {
  width: 20px;
  height: 20px;
  fill: #77583B;
  margin-right: 8px;
}
.site-header .page-title {
  float: left;
  font-size: 16px;
}
.site-header .page-title span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #bdbdbd;
}
.site-header:after {
  content: '';
  display: block;
  clear: both;
}
.site-header .header-global-search {
  height: 100%;
  margin-right: 16px;
  float: right;
}
.global-header .site-sub-header {
  margin: 0 auto;
}
@media (min-width: 1252px) {
  .global-header .site-sub-header:not(.site-sub-header--full) {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1251px) {
  .global-header .site-sub-header:not(.site-sub-header--full) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.global-header .site-sub-header:not(.site-sub-header--full) .site-sub-header-inner {
  max-width: 1152px;
}
.global-header .site-sub-header-inner {
  margin: 24px auto;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 6;
}
.global-header .site-sub-header-nav {
  margin-right: 48px;
  padding-bottom: 4px;
  line-height: 28px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.global-header .site-sub-header-nav.active::after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 1.5px;
  background-color: var(--td-brand-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
#header,
.header-fix {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 66;
  left: 0;
}
#header {
  z-index: 65;
  height: 56px;
}
.header-has-sub-nav .site-header {
  -webkit-box-shadow: inset 0px -1px 0px #E5E5E5;
          box-shadow: inset 0px -1px 0px #E5E5E5;
}
.global-header-transparent .site-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.global-header-transparent .site-header:after {
  border: 0;
}
.global-header-transparent .site-header .nav-item.active::after,
.global-header-transparent .site-header .nav-item:hover::after {
  border-color: transparent;
}
.content-header .site-header {
  margin: auto;
}
@media (min-width: 1252px) {
  .content-header .site-header {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1251px) {
  .content-header .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-header .site-header .header-inner {
  max-width: 1152px;
  margin: auto;
  padding: 0;
}
.user-popup {
  overflow: visible !important;
}
.user-control {
  min-width: 240px;
  min-height: 100px;
  width: fix-content;
  background: #fff;
  border-radius: 4px;
}
.user-control .control-item {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 16px !important;
  height: 48px;
  line-height: 32px;
  white-space: nowrap;
  color: #000;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.user-control .control-item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.user-control .control-item:hover {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item.active {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item .arrow {
  float: right;
}
.user-control .control-item .arrow .coral-icon-arrow_right_line {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.user-control .control-item .arrow.open .coral-icon-arrow_right_line {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.user-control .control-item .control-org-wrap {
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 240px;
  left: -239px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
}
.user-control .control-item .control-org-wrap .org-wrap {
  max-height: 290px;
  overflow-x: auto;
}
.user-control .control-item .control-org-wrap .org-wrap .control-item {
  padding: 8px 40px !important;
}
.user-control .create-item {
  color: #008fff;
  border-top: 1px solid #e1e7f2;
  text-align: center;
  line-height: 48px;
  display: block;
}
.user-control .create-item .coral-icon-add_line {
  fill: #008fff;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.user-control .user-name {
  cursor: auto;
  border-bottom: 1px solid #e1e7f2;
}
.nav-dropdown {
  height: 100%;
}
.nav-dropdown .coral-icon-arrow_down_line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  padding: 5px 5px;
}
.nav-dropdown .coral-icon-arrow_down_line:hover {
  fill: #008fff;
}
.nav-dropdown.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-dropdown-content-item {
  position: relative;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
}
.nav-dropdown-content-item:first-child {
  border-radius: 6px 6px 0 0;
}
.nav-dropdown-content-item:last-child {
  border-radius: 0 0 6px 6px;
}
.nav-dropdown-content-item:hover {
  color: var(--td-brand-color);
  background-color: #f6f8fa;
}
.nav-dropdown-content-item:hover .moreMenu {
  display: block;
}
.v3temp-save-template {
  position: relative;
  display: inline-block;
  top: 8px;
  cursor: pointer;
}
.v3temp-save-template :hover {
  fill: #2378FF;
}
.v3temp-head-li {
  padding: 10px 30px;
  cursor: pointer;
}
.v3temp-head-li:hover {
  background-color: #F6FAFF;
  color: #2378FF;
}
.v3temp-savetemp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-tempmodal {
  border-radius: 4px;
}
.v3temp-tempmodal button {
  border-radius: 4px;
}
.v3temp-tempmodal button.ten-button--type-primary {
  background-color: #2378FF;
  border-color: #2378FF;
}
.v3temp-tempmodal button.ten-button--type-primary:hover {
  background: #5697ff;
}
.v3temp-save-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 5px;
  top: 4px;
}
@media screen and (max-width: 1310px) {
  .site-header .enters-layout {
    margin-left: 40px;
  }
  .site-header .nav-item + .nav-item {
    margin-left: 20px;
  }
  .site-header .header-user-info-container .header-user-info,
  .site-header .header-user-info-container .coral-icon {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .header-publicity-activity {
    display: none !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/Header/MobileHeader.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-mobile-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 56px;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  padding: 0 16px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.global-mobile-header.global-mobile-header-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Skin/skin.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.skin textarea::-webkit-input-placeholder, .skin input::-webkit-input-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea::-moz-placeholder, .skin input::-moz-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea:-ms-input-placeholder, .skin input:-ms-input-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea::-ms-input-placeholder, .skin input::-ms-input-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea::placeholder,
.skin input::placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin .inputs-input:disabled,
.skin .inputs-textarea:disabled,
.skin .blank-input.mod_fillblank:disabled {
  cursor: not-allowed;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.skin .inputs-textarea:disabled {
  resize: none;
}
.skin .t-textarea {
  color: inherit;
}
.skin .t-textarea .t-textarea__inner {
  color: inherit;
  background-color: inherit;
}
.skin .t-textarea .t-textarea__inner:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.skin *[class*="theme-button-"] {
  color: inherit;
  background-color: inherit;
  --ripple-color: inherit !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/Skin/skinFragment.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.skin-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.skin-header .background-image-content {
  height: 640px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(63.25%, #000000), color-stop(66.25%, rgba(0, 0, 0, 0.97)), color-stop(69.25%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, #000000 63.25%, rgba(0, 0, 0, 0.97) 66.25%, rgba(0, 0, 0, 0.94) 69.25%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(63.25%, #000000), color-stop(66.25%, rgba(0, 0, 0, 0.97)), color-stop(69.25%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(180deg, #000000 63.25%, rgba(0, 0, 0, 0.97) 66.25%, rgba(0, 0, 0, 0.94) 69.25%, rgba(0, 0, 0, 0) 100%);
}
.skin-header-mobile {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 36vh;
  max-height: 200px;
}
.skin-header-mobile .background-image-content {
  width: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  overflow: hidden;
  height: 36vh;
  max-height: 200px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(51%, #000000), color-stop(55%, rgba(0, 0, 0, 0.97)), color-stop(59%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56%, #000000), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, #000000 0%, #000000 51%, rgba(0, 0, 0, 0.97) 55%, rgba(0, 0, 0, 0.94) 59%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000000 0%, #000000 56%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(51%, #000000), color-stop(55%, rgba(0, 0, 0, 0.97)), color-stop(59%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56%, #000000), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(180deg, #000000 0%, #000000 51%, rgba(0, 0, 0, 0.97) 55%, rgba(0, 0, 0, 0.94) 59%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000000 0%, #000000 56%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/client-copyright.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.copyright {
  padding: 32px 0 40px;
  text-align: center;
  color: #999;
  position: relative;
  z-index: 10;
  min-height: 22px;
}
.copyright img {
  vertical-align: -2px;
  margin: 0 1px;
}
.copyright a {
  color: inherit;
  text-decoration: none;
}
.copyright .footer-logo {
  margin: 0 4px;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: -2px;
}
.copyright .footer-logo .logo-border {
  fill: #2A7EC1;
}
.copyright .footer-logo .logo-ok {
  fill: #43AE37;
}
.copyright .site-footer-link {
  margin-left: 0.5em;
}
.copyright .site-footer-report {
  position: absolute;
  right: 0px;
}
.copyright-row {
  display: block;
  margin: 0 2px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.26);
}
.copyright-row a {
  color: rgba(0, 0, 0, 0.26);
}
.copyright-row.app-name {
  margin-bottom: 4px;
}
.copyright-row.app-name a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 8px;
}
.copyright-row .app-icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: top;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/enter-layout.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
.page-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  background-color: rgba(237, 240, 245, 0.6);
}
.page-background::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  top: -300px;
  background: radial-gradient(50% 50% at 50% 50%, #126bff 0, rgba(253, 216, 53, 0) 100%);
  opacity: 0.1;
}
.page-background::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
  background: radial-gradient(50% 50% at 50% 50%, #126bff 0, rgba(18, 107, 255, 0) 100%);
  opacity: 0.1;
}
.page .page-content {
  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;
}
.page .page-content .layout-header .coral-header-logo {
  margin: 8px 0;
}
.page .page-content .layout-content-vertical {
  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;
  padding-top: 32px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/share__survey__analytics/components/password-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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.enter-verify-password-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--td-radius-default);
  max-width: 500px;
  width: calc(100% - 40px);
  margin: auto;
}
.enter-verify-password-head {
  padding: 16px 24px;
  border-bottom: 1px solid var(--td-border-level-1-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--td-text-color-placeholder);
}
.enter-verify-password-head .coral-icon {
  fill: currentColor;
  font-size: var(--td-font-size-body-large);
  margin-right: 8px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.enter-verify-password-head .enter-verify-password-title {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter-verify-password-body {
  padding: 40px 40px 56px;
  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;
}
.enter-verify-password-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
  margin-bottom: 16px;
  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: var(--td-brand-color-1);
  color: var(--td-brand-color-4);
  border-radius: 100%;
}
.enter-verify-password-icon .coral-icon {
  font-size: inherit;
  color: inherit;
  fill: currentColor;
}
.enter-verify-password-text {
  margin-bottom: 32px;
  font-size: var(--td-font-size-title-large);
  font-weight: 600;
  text-align: center;
}
.enter-verify-password-button {
  margin-top: 24px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/stat/pages/survey/chart/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 {
  scroll-behavior: smooth;
}
.page-stat-chart {
  min-width: 980px;
}
.tip-link {
  color: #008fff;
  text-decoration: none;
}
.ui-tip-yellow {
  font-size: 13px;
}
.ui-tip-yellow .icon-tips {
  height: 40px;
  vertical-align: bottom;
  margin-right: 15px;
}
.ui-tip-yellow .icon-tips path:nth-of-type(1) {
  fill: #bbb;
}
.stat-wrap {
  position: relative;
}
.stat-question:nth-of-type(1) .ai-report-block-view .t-collapse-panel__body .t-collapse-panel__content {
  background: linear-gradient(107.99deg, #E3F0FF 0%, rgba(209, 255, 246, 0) 214.44%) !important;
}
.stat-question.question_type_chained_selects .ui-dropdown-float {
  display: inline-block;
  margin-right: 10px;
}
.stat-btn {
  display: inline-block;
  height: 40px;
  padding: 0 12px;
  line-height: 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #e1e7f2;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  border-radius: 4px;
  vertical-align: bottom;
}
.stat-btn:hover {
  background-color: #f6f8fa;
}
.stat-tool {
  position: absolute;
  right: 0;
  bottom: -59px;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.stat-exportData {
  display: inline-block;
  vertical-align: top;
}
.stat-exportData .ui-button {
  margin-right: 0;
  font-size: 13px;
}
.stat-exportData .ui-button .icon-arrow-down {
  fill: #999999;
  width: 10px;
  height: 10px;
  margin: -8px 0 0 4px;
  vertical-align: 3px;
}
.stat-exportData-a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  line-height: 32px;
  color: #333333;
  font-size: 12px;
  cursor: pointer;
}
.tooltip-tip {
  max-width: 260px;
}
.data-export-preparing {
  display: inline-block;
  width: 100px;
  height: 34px;
  border: 1px solid #e1e7f2;
  border-radius: 4px;
  position: relative;
}
.data-export-preparing span {
  position: absolute;
  top: 7px;
  left: 14px;
}
.data-export-preparing .export-package {
  top: 26px;
}
.coral-sticky-tool {
  left: calc(50vw + 60px);
}
@media screen and (max-width: 1524px) {
  .coral-sticky-tool {
    right: 20px;
    left: auto;
    margin-left: 0;
  }
}
@page {
  size: A4;
  margin: 4%;
}
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    background-color: #fff !important;
    min-width: 980px;
    height: 100%;
  }
  html,
  body {
    overflow: auto;
  }
  .site-header,
  .site-footer,
  .g_subheader,
  .sub-header,
  .layout-left,
  #scroll_to_top,
  .stat-tool,
  .stat-exportBtn,
  .stat-chart-option-header,
  .stat-header-box--chart,
  .t-popup {
    display: none !important;
  }
  .layout-main {
    height: auto !important;
  }
  #root-container {
    min-width: 0;
  }
  .page-state-chart {
    min-width: 0 !important;
  }
  .layout-main {
    overflow: hidden !important;
    overflow-x: hidden !important;
  }
  .layout-main ::-webkit-scrollbar {
    display: none;
  }
  .layout-left {
    display: none !important;
  }
  .layout-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    min-width: 0;
    width: 980px !important;
    position: absolute !important;
    left: 0px !important;
  }
  .layout-container ::-webkit-scrollbar {
    display: none;
  }
  .ui-tabs-header {
    margin-right: 0;
  }
  .stat-container {
    width: 100% !important;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .stat-basic .percentBar {
    width: 100%;
  }
  .stat-chart {
    overflow: visible !important;
  }
  .stat-chart-cont {
    width: 100% !important;
  }
  .stat-chart-cont div,
  .stat-chart-cont canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .left-title {
    font-size: 28px !important;
  }
  .r-item-count {
    font-size: 26px !important;
  }
  .nav {
    position: static !important;
    display: none !important;
  }
  .second-nav {
    padding-top: 0px !important;
  }
}
.signature-tips {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart-load-error {
  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;
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .ques:not(:first-of-type) .ai-report-block-view.ai-common--border .ai-common--border-padding .t-collapse {
    padding: 16px 0 !important;
  }
}
.stat-header-box--chart .option-body {
  padding: 12px 16px;
  border-top-left-radius: var(--td-radius-default);
  border-top-right-radius: var(--td-radius-default);
}
.stat-header-box--chart .stat-tools-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.stat-header-box--chart .stat-chart-option-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stat-header-box--chart .stat-chart-option-header .stat-option-extra {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.stat-header-box--chart .stat-chart-option-header + .filter-box .filter {
  padding-top: 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/Mobile/UI/Button.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.button {
  display: inline-block;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  background: 0;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  width: 175px;
  height: 45px;
}
.button:disabled {
  color: #ababab;
  background-color: #d6d6d6;
}
.button-normal {
  background: #1E8FFB;
  color: #fff;
}
.button-hollow {
  border: 1px solid #1E8FFB;
  color: #1E8FFB;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/lbs/components/styles/location-table-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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.location-table-mobile-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.location-table-mobile-container .location-table-mobile-header .t-search {
  padding: 0;
}
.location-table-mobile-container .location-table-mobile-map-area {
  width: 100%;
  height: 320px;
  border-radius: var(--td-radius-default);
  overflow: hidden;
}
.location-table-mobile-container .location-table-mobile-map-area .tmap-container {
  height: 100%;
  width: 100%;
}
.location-table-mobile-container .location-table-mobile-content-area {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: auto;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .t-table__header tr {
  background-color: var(--td-bg-color-secondarycontainer);
}
.location-table-mobile-container .location-table-mobile-content-area .t-table td,
.location-table-mobile-container .location-table-mobile-content-area .t-table th {
  border-bottom-color: transparent;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table td:first-child,
.location-table-mobile-container .location-table-mobile-content-area .t-table th:first-child {
  border-top-left-radius: var(--td-radius-default);
  border-bottom-left-radius: var(--td-radius-default);
}
.location-table-mobile-container .location-table-mobile-content-area .t-table td:last-child,
.location-table-mobile-container .location-table-mobile-content-area .t-table th:last-child {
  border-top-right-radius: var(--td-radius-default);
  border-bottom-right-radius: var(--td-radius-default);
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .t-table__body tr {
  cursor: pointer;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .row-active {
  background-color: var(--td-brand-color-light);
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .row-active td:nth-child(2) {
  color: var(--td-text-color-brand);
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism .t-pagination__btn {
  height: 40px;
  width: 40px;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism .t-pagination__btn svg {
  font-size: 24px;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism .t-pagination__jump {
  font-size: 0;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism .t-pagination__jump .t-input-adornment {
  pointer-events: none;
}
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism .t-pagination__jump .t-input-adornment .t-input,
.location-table-mobile-container .location-table-mobile-content-area .t-table .pagination--minimalism .t-pagination__jump .t-input-adornment .t-input-adornment__append {
  border-color: transparent;
  background-color: transparent;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/stat/pages/survey/chart/mobile/common/question.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ques {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 30px;
}
.ques:not(:last-child) {
  margin-bottom: 15px;
}
.ques-head {
  position: relative;
  padding: 32px 0 27px 0;
}
.ques-title {
  font-size: 18px;
  font-weight: 500;
}
.ques-summary {
  margin-top: 10px;
  color: #999999;
  font-size: 16px;
}
.ques-type {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 6px;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  background-color: #0f6bff;
  border-radius: 0 0 3px 3px;
}
.ques .empty-question {
  padding-bottom: 30px;
}
.ques .chart {
  padding-bottom: 0;
}
.ques .ai-report-block--mobile-btn {
  margin-top: -15px;
  margin-bottom: 10px;
  text-align: right;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[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/stat/pages/survey/chart/mobile/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;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a,
input,
textarea,
select {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
body {
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.375;
  -webkit-text-size-adjust: 100%!important;
  -moz-text-size-adjust: 100%!important;
   -ms-text-size-adjust: 100%!important;
       text-size-adjust: 100%!important;
}
body.noScroll {
  overflow: hidden;
}
body.noScroll .stat {
  opacity: 0;
  -webkit-transition: 0.2s opacity 0.1s;
  transition: 0.2s opacity 0.1s;
}
html,
body {
  background-color: #f4f6f9;
}
.stat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.stat-head {
  padding: 26px 20px 6px 20px;
  background-color: #ffffff;
}
.stat-title {
  font-size: 24px;
  font-weight: 500;
}
.stat-recycle {
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
}
.stat-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px;
}
.stat-pager .button {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: auto;
}
.stat-pager .button:not(:first-child) {
  margin-left: 20px;
}
.stat-pager .button-normal {
  font-size: 16px;
}
.stat-pager .button-normal:not(:disabled) {
  background-color: #0f6bff;
}
.stat-content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.empty-question {
  -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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.empty-question p {
  margin-top: 15px;
  color: #999999;
}
.ua-mobile .anwer-valid-bar {
  height: 38px;
  border-radius: 12px;
  background: #fff;
  margin: 0 16px 16px;
  line-height: 38px;
  text-align: right;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/share__survey__analytics/components/analysis-statistics/styles.module.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_dNo9O9di.t-button_xrfxgiGt {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_dNo9O9di.t-button_xrfxgiGt:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
html, body {
  height: initial;
}
html {
  overflow: initial;
}
.container_Rup6T1j7 {
  background-color: #f4f6f9;
}
.container_Rup6T1j7 .ques,
.container_Rup6T1j7 .stat-page .t-tabs {
  border-radius: var(--td-radius-default);
}
.container_Rup6T1j7 .stat-page {
  margin-top: 0px;
}
.container_Rup6T1j7 .stat-btn {
  vertical-align: top;
  margin-top: 15px;
}
.body_NCvm9PQK {
  max-width: 1120px;
  margin: auto;
  padding: 24px;
}
.title_ye38rZee {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}


/*# sourceMappingURL=share__survey__analytics.05b9f038.css.map*/