/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/cascader.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies input,icon,loading,radio,checkbox */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-cascader-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ten-cascader-menu {
  min-width: 150px;
}
.ten-cascader-menu + .ten-cascader-menu {
  border-left: 1px solid #e8e8e8;
}
.ten-cascader-menu__title {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 8px;
  padding-top: 16px;
}
.ten-options {
  position: relative;
  max-height: 400px;
  overflow-y: auto;
  outline: none;
}
.ten-options--loading {
  min-height: 100px;
}
.ten-options__empty {
  text-align: center;
  color: #999;
  line-height: 48px;
}
.ten-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 10px;
  line-height: 20px;
  cursor: pointer;
}
.ten-option__check {
  margin-left: 0;
  margin-right: 8px;
}
.ten-option__content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ten-option__suffix-icon.ten-icon {
  color: #999;
}
.ten-option--selected,
.ten-option--selected .ten-option__suffix-icon.ten-icon {
  color: #0052d9;
}
.ten-option--active,
.ten-option--active .ten-option__suffix-icon.ten-icon {
  color: #0052d9;
}
.ten-option:hover:not(.ten-option--disabled),
.ten-option:focus:not(.ten-option--disabled),
.ten-option.ten-option--focused:not(.ten-option--disabled) {
  background: #e8f1ff;
}
.ten-option--disabled,
.ten-option--disabled,
.ten-option--disabled .ten-option__suffix-icon.ten-icon {
  color: #c0c0c0;
  cursor: not-allowed;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/@tencent/ten-design-react/lib/theme/components/modal.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* dependencies button */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-modal {
  width: 50%;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  top: 20vh;
  border-radius: 0px;
  -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-modal--center {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ten-modal__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  overflow: auto;
}
.ten-modal__mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ten-modal__header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
}
.ten-modal__header-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.ten-modal__header-close {
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 14px;
  padding: 5px;
  color: #999;
  cursor: pointer;
}
.ten-modal__header-icon {
  font-size: 24px;
  margin-right: 20px;
}
.ten-modal__header-icon--error {
  color: #ff3e00;
}
.ten-modal__header-icon--warning {
  color: #ffa700;
}
.ten-modal__header-icon--success {
  color: #3ecc36;
}
.ten-modal__header-icon--info {
  color: #c7ddf3;
}
.ten-modal__content {
  padding: 18px 24px 30px;
  position: relative;
  color: #666;
}
.ten-modal__footer {
  position: relative;
  padding: 15px 24px;
  text-align: right;
}
.ten-modal__footer::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #F0F0F0;
}
.ten-modal__footer-btn {
  min-width: auto;
}
.ten-modal__footer .ten-button + .ten-button {
  margin-left: 8px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Templates/Divider/style.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.v3temp-default-divider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 24px 0;
  padding: 0;
  color: #000000d9;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.v3temp-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/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 .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/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Templates/CommonCard/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
@-webkit-keyframes a-sitem-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes a-sitem-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.v3temp-card-box {
  -webkit-animation: a-sitem-show 0.8s ease both;
          animation: a-sitem-show 0.8s ease both;
}
.v3temp-card {
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, box-shadow 0.3s ease;
}
.v3temp-card:hover {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.v3temp-card .v3temp-card-cover {
  position: relative;
  height: calc(100% - 100px);
  overflow: hidden;
}
.v3temp-card .v3temp-card-cover > .temp-cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.v3temp-card .v3temp-card-cover > .temp-modal {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.v3temp-card .v3temp-card-cover > .temp-modal > .modal-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
}
.v3temp-card .v3temp-card-cover > .temp-modal > .modal-center {
  height: calc(100% - 40px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-card .v3temp-card-cover > .temp-modal > .modal-center > .t-button {
  width: 96px;
}
.v3temp-card .v3temp-card-cover > .temp-modal > .modal-center .use-btn {
  margin-left: 0;
  margin-top: 10px;
}
.v3temp-card .v3temp-card-cover > .temp-modal > .modal-center .use-btn .t-button__text {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-card .v3temp-card-bottom {
  width: 100%;
  height: 100px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-card-title {
  padding: 16px 12px 0px 12px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.v3temp-card-context {
  padding: 0px 0px 0px 12px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  margin-top: 8px;
  position: relative;
}
.v3temp-text-left {
  display: inline-block;
  max-width: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v3temp-text-right {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v3temp-custom-card:hover .temp-modal {
  opacity: 1;
  z-index: 1;
}
.v3temp-sub-context {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  line-height: 20px;
}
.v3temp-sub-bar {
  opacity: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.v3temp-move-context {
  -webkit-animation: v3temp-text-out 0.3s;
          animation: v3temp-text-out 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes v3temp-text-out {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
  }
}
@keyframes v3temp-text-out {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
  }
}
.v3temp-move-edit {
  -webkit-animation: v3temp-text-down 0.3s;
          animation: v3temp-text-down 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes v3temp-text-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes v3temp-text-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.v3temp-covid19-card {
  color: #2378FF;
  height: 100%;
  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;
  cursor: pointer;
  font-weight: 500;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-covid19-card .covid19-add {
  margin-top: 6px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Templates/components/ListPanel/style.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
@-webkit-keyframes a-sitem-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes a-sitem-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.v3temp-inner-box {
  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;
}
.v3temp-inner-box > .v3temp-card-grid {
  width: 100%;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v3temp-inner-box > .more-btn {
  color: #999;
  cursor: pointer;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.v3temp-popup-ul > li {
  width: 160px;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  cursor: pointer;
}
.v3temp-popup-ul > li:hover {
  color: #2378ff;
}
.v3temp-special-topic {
  margin: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-special-topic:has(.v3temp-topic-view:empty) .v3temp-topic-title {
  margin-bottom: 0;
}
.v3temp-topic-title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 24px;
}
.v3temp-topic-view {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v3temp-topic-view > .v3temp-bannertopic-item {
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation: a-sitem-show 0.8s ease both;
          animation: a-sitem-show 0.8s ease both;
}
.v3temp-topic-view > .v3temp-bannertopic-item > .topic-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.v3temp-topic-view > .v3temp-bannertopic-item > .topic-title {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.v3temp-topic-view > .v3temp-bannertopic-item > .topic-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.v3temp-topic-page > .topic-banner {
  position: relative;
  height: 200px;
  margin: 0 24px 32px 24px;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  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;
  border-radius: 4px;
  background-size: cover;
  overflow: hidden;
}
.v3temp-topic-page > .topic-banner > .topic-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.v3temp-topic-page > .topic-banner > .topic-title {
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.v3temp-topic-page > .topic-banner > .topic-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.v3temp-index-other {
  margin: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-index-other .v3temp-other-title {
  margin-top: 34px;
  margin-bottom: 12px;
  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-index-other .v3temp-other-view {
  width: 100%;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v3temp-shareicon {
  position: absolute;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px;
  bottom: 10px;
  right: 10px;
  background-color: #335561;
}
.v3temp-sub-editbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #333;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-sub-editbar button {
  color: #333;
}
.v3temp-sub-editbar button:hover {
  color: #3d88ff;
}
.v3temp-editbar-action {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v3temp-icon-more-line {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.v3temp-icon-more-line:hover {
  fill: #2378ff;
}
.v3temp-sub-custom-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-empty-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
.v3temp-empty-box > .v3temp-empty-title {
  margin: 20px 0;
}
.v3temp-empty-box > .v3temp-empty-subtitle {
  color: #999;
}
.v3temp-card-default-hover {
  cursor: default;
}
.v3temp-face-url {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #E5E5E5;
  margin-right: 8px;
  overflow: hidden;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.v3temp-face-url img {
  width: 100%;
}
.v3temp-cardtext-left {
  display: inline-block;
  max-width: calc(100% - 135px);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  position: relative;
  line-height: 20px;
  top: 5px;
}
.v3temp-cardtext-right {
  width: 88px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.v3temp-fixed-loading {
  position: fixed;
  top: 50%;
  left: 50%;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Templates/components/LeftNavigation/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.v3temp-navPanel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 64px;
}
.v3temp-expand {
  width: 240px !important;
}
.v3temp-panel-comp {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.v3temp-sider-comp {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(100% - 40px) !important;
}
.v3temp-subItem-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v3temp-folder-sidebar {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding-top: 20px;
  width: 240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: calc(100%);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  overflow-y: overlay;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
  /* newSiderBar */
}
.v3temp-folder-sidebar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.v3temp-folder-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.v3temp-folder-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.v3temp-folder-sidebar::-webkit-scrollbar {
  width: 0px;
}
.v3temp-folder-sidebar .new-button {
  padding: 0 20px;
}
.v3temp-folder-sidebar-inner {
  height: calc(100% - 60px);
}
.v3temp-folder-sidebar-inner .nav-item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 32px;
  border-radius: 4px;
  border: none;
  background-color: transparent;
}
.v3temp-folder-sidebar-inner .nav-item .icon {
  vertical-align: middle;
  font-size: 20px;
  margin-top: -4px;
}
.v3temp-folder-sidebar-inner .nav-item .text {
  margin-left: 8px;
}
.v3temp-folder-sidebar-inner .nav-item .coral-icon-add_line {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 16px;
  padding: 4px;
}
.v3temp-folder-sidebar-inner .nav-item .coral-icon-add_line:hover {
  fill: var(--td-brand-color);
}
.v3temp-folder-sidebar-inner .nav-item .coral-icon-add_line:hover svg {
  fill: var(--td-brand-color);
}
.v3temp-folder-sidebar-inner .nav-item.active {
  color: var(--td-brand-color);
}
.v3temp-folder-sidebar-inner .nav-item.active .icon {
  fill: var(--td-brand-color);
}
.v3temp-folder-sidebar-inner .nav-item.active svg {
  fill: var(--td-brand-color);
}
@media (any-hover: hover) {
  .v3temp-folder-sidebar-inner .nav-item:hover {
    color: var(--td-brand-color);
    background-color: #FAFAFA;
  }
  .v3temp-folder-sidebar-inner .nav-item:hover .icon {
    fill: var(--td-brand-color);
  }
  .v3temp-folder-sidebar-inner .nav-item:hover svg {
    fill: var(--td-brand-color);
  }
}
.v3temp-folder-sidebar-inner .nav-item.show {
  display: none;
}
.v3temp-folder-sidebar-inner .coral-button + .coral-button {
  margin-left: 0 !important;
}
.v3temp-folder-sidebar .switch {
  cursor: pointer;
  width: 12px;
  position: absolute;
  top: 24px;
  right: -12px;
  -webkit-box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.05);
  line-height: 40px;
  border-radius: 0 6px 6px 0;
  background: #fff;
}
.v3temp-folder-sidebar .switch .coral-icon-arrow_left_line {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-top: -3px;
  fill: #999999;
}
.v3temp-folder-sidebar .but {
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto !important;
}
.v3temp-folder-sidebar .but .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.v3temp-folder-sidebar .but .icon.disabled {
  fill: #d9d9d9;
}
.v3temp-folder-sidebar .wrap-group {
  max-height: calc(100% - 144px);
  overflow-y: auto;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.v3temp-folder-sidebar .wrap-group::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.v3temp-folder-sidebar .wrap-group::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.v3temp-folder-sidebar .wrap-group::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.v3temp-folder-sidebar .wrap-group .nav-item {
  padding-left: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  line-height: 16px;
}
@media (any-hover: hover) {
  .v3temp-folder-sidebar .wrap-group .nav-item:hover {
    color: var(--td-brand-color);
  }
}
.v3temp-folder-sidebar .wrap-group .group-item-combine {
  background-color: #EDF4FF;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  margin: 7px auto;
}
.v3temp-folder-sidebar .wrap-group .group-item-combine button {
  background-color: transparent;
  border: none;
  color: #333333;
}
.v3temp-folder-sidebar .wrap-group .group-item-combine:hover button,
.v3temp-folder-sidebar .wrap-group .group-item-combine.active button {
  color: var(--td-brand-color);
}
.v3temp-folder-sidebar.open {
  width: 64px;
  text-align: center;
}
.v3temp-folder-sidebar.open .wrap-group {
  max-height: calc(100% - 120px);
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.v3temp-folder-sidebar.open .wrap-group::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}
.v3temp-folder-sidebar.open .wrap-group::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.5px;
}
.v3temp-folder-sidebar.open .wrap-group::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.v3temp-folder-sidebar.open .nav-item {
  text-align: center;
  padding: 8px 0;
}
.v3temp-folder-sidebar.open .coral-icon-arrow_left_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.v3temp-folder-sidebar.open .but {
  line-height: 1;
  width: auto;
  padding: 6px;
}
.v3temp-folder-sidebar.open .new-button {
  padding: 0;
}
.v3temp-folder-sidebar .v3temp-navItemSub {
  display: block;
  padding: 8px 6px 8px 18px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  line-height: 16px;
  width: 100%;
  text-align: left;
  color: var(--td-text-color-secondary);
  border-radius: var(--coral-radius-small);
  cursor: pointer;
  overflow: hidden;
}
.v3temp-folder-sidebar .v3temp-navItemSub:hover {
  background-color: #FAFAFA;
}
.v3temp-folder-sidebar .v3temp-navItemSub:hover svg {
  fill: var(--td-brand-color);
}
.v3temp-folder-sidebar .v3temp-navItemSub.active {
  background-color: #F6FAFF;
  color: var(--td-brand-color);
}
.v3temp-folder-sidebar .v3temp-navItemSub .v3temp-miniContent {
  position: relative;
  left: -6px;
}
.v3temp-folder-sidebar .v3temp-navItemSub .v3temp-miniContent-comp {
  position: relative;
  left: -6px;
}
.v3temp-folder-sidebar .v3temp-groupItemCombine {
  background-color: #FAFAFA;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  margin: 7px auto;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-folder-sidebar .v3temp-groupItemCombine button {
  background-color: transparent;
  border: none;
  color: #333333;
}
.v3temp-folder-sidebar .v3temp-groupItemCombine:hover button,
.v3temp-folder-sidebar .v3temp-groupItemCombine.active button {
  color: var(--td-brand-color);
}
.v3temp-folder-sidebar .v3temp-navContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-folder-sidebar .v3temp-navContent.v3temp-mini {
  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: 28px;
}
.v3temp-folder-sidebar .v3temp-navContent svg {
  fill: #333333;
}
.v3temp-folder-sidebar .v3temp-navIconBox {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
}
.v3temp-folder-sidebar .v3temp-navIconBox.active {
  fill: var(--td-brand-color);
}
.v3temp-folder-sidebar .v3temp-navIconBox.v3temp-fir {
  width: 20px;
  height: 20px;
}
.v3temp-folder-sidebar .v3temp-navIconBox svg {
  font-size: 16px;
}
.v3temp-folder-sidebar .v3temp-navTextBox {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  white-space: nowrap;
}
.v3temp-folder-sidebar .v3temp-text-shrink {
  width: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.v3temp-expand-positon {
  position: relative;
  width: 0px;
  height: 0px;
  margin-top: 27px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.v3temp-expand-positon .v3temp-expand-btn {
  position: absolute;
  z-index: 9;
  width: 16px;
  height: 42px;
  border: 0;
  -webkit-box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 6px 6px 0;
  background-color: #fff;
  cursor: pointer;
}
.v3temp-jewelry_fill {
  fill: #FFC20E !important;
  margin-top: 2px;
}
.v3temp-mini-padding {
  padding: 4px 10px !important;
}
.v3temp-fir-active {
  color: var(--td-brand-color) !important;
  background-color: #F5F9FF !important;
}
.v3temp-pc-padding {
  padding: 4px 20px !important;
}

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

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

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/ai-generate-usage-tip.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-generate-usage-tip {
  padding: 20px 16px;
  max-width: 560px;
  width: 95vw;
}
.ai-generate-usage-tip-header {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-generate-usage-tip-header .ai-generate-usage-tip-copy {
  fill: var(--td-brand-color);
  cursor: pointer;
}
.ai-generate-usage-tip-content {
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
}
.ai-generate-usage-tip-content p + p {
  margin-top: 8px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/usage-gallery.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-edit-dialog-usage-gallery {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ai-edit-dialog-usage-gallery-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog-usage-gallery-refresh-button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog-usage-gallery-refresh-button svg {
  margin-left: 8px;
}
.ai-edit-dialog-usage-gallery-tip-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-edit-dialog-usage-gallery-examples {
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-bottom: 56px;
  overflow-y: auto;
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ai-edit-dialog-usage-gallery-examples::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.ai-edit-dialog-usage-gallery-example {
  padding: 16px;
  background-color: rgba(240, 243, 246, 0.6);
  cursor: pointer;
  border-radius: var(--td-radius-default);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ai-edit-dialog-usage-gallery-example:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
}
.ai-edit-dialog-usage-gallery-example-title {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
  font-weight: 600;
}
.ai-edit-dialog-usage-gallery-example-tag {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
  font-weight: 600;
}
.ai-edit-dialog-usage-gallery-example-tag .t-tag {
  vertical-align: text-top;
}
.ai-edit-dialog-usage-gallery-example-description {
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  margin-top: 8px;
  color: var(--td-text-color-secondary);
}
.ai-edit-dialog-usage-gallery--simple {
  overflow: hidden;
}
.ai-edit-dialog-usage-gallery--simple .ai-edit-dialog-usage-gallery-examples {
  grid-template-columns: 1fr;
}
.ai-edit-dialog .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  margin: 0 auto;
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/swiper/swiper.less ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/ai-loading.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.ai-gen-loading {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ai-gen-loading--dark,
.ai-gen-loading--light {
  width: 24px;
  height: 24px;
  background: url(../statics/ai-gen-loading-dark.cd5ada24.png) 0 0;
  background-size: auto 100%;
}
.ai-gen-loading--dark.large,
.ai-gen-loading--light.large {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.ai-gen-loading--dark.loading,
.ai-gen-loading--light.loading {
  -webkit-animation: ai-loading-play 1.5s steps(20) infinite;
          animation: ai-loading-play 1.5s steps(20) infinite;
}
.ai-gen-loading--light {
  background: url(../statics/ai-gen-loading-light.bd85f709.png) 0 0;
  background-size: auto 100%;
}
.ai-generate-button:hover .ai-gen-loading--dark,
.ai-generate-button:hover .ai-gen-loading--light {
  -webkit-animation: ai-loading-play 1.5s steps(20) infinite;
          animation: ai-loading-play 1.5s steps(20) infinite;
}
@-webkit-keyframes ai-loading-play {
  0% {
    background-position: calc(100% - 24px) 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes ai-loading-play {
  0% {
    background-position: calc(100% - 24px) 0;
  }
  100% {
    background-position: 0 0;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/ai-uploader.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.ai-uploader--global {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 64px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.ai-uploader--global .content {
  border-radius: 12px;
  border: 1px dashed #0f6bff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.ai-uploader--global .content .img img {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
}
.ai-uploader--global .content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ai-uploader--global .content .desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

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

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/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/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/ai-generate-button.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-generate-button {
  font-size: var(--td-font-size-body-large);
  line-height: var(--td-line-height-body-large);
  background: radial-gradient(72.64% 291.67% at 79.17% 231.25%, #34E485 0%, #195FFF 100%);
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  font-weight: 600;
}
.ai-generate-button--disabled {
  cursor: not-allowed;
}
.ai-generate-button .icon,
.ai-generate-button .coral-icon {
  color: inherit;
  font-size: inherit;
  height: 1em;
  width: 1em;
  fill: currentColor;
}
.ai-generate-button .icon-ai-gen-white-line {
  width: 20px;
  height: 20px;
}
.ai-generate-button .icon-ai-gen-white-line.loading {
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/auto-complete/_index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-select-option__highlight-item .t-is-highlight {
  color: var(--td-brand-color);
}
.t-auto-complete {
  width: 100%;
}
.t-auto-complete .t-input__suffix-clear {
  display: none;
}
.t-auto-complete:hover .t-input__suffix-clear {
  display: inline-block;
}
.t-auto-complete__panel--empty {
  height: var(--td-comp-size-m);
  line-height: var(--td-comp-size-m);
  color: var(--td-text-color-disabled);
  text-align: center;
}

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

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/antd-mobile/es/components/date-picker/date-picker.css ***!
  \************************************************************************************************************************************************************************************************************************/

/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/antd-mobile/es/components/picker/picker.css ***!
  \**************************************************************************************************************************************************************************************************************/
.adm-picker {
  --header-button-font-size: 15px;
  --title-font-size: 15px;
  --item-font-size: 16px;
  --item-height: 34px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-bottom: solid 1px var(--adm-border-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 4px;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 8px 8px;
}
.adm-picker-header-title {
  padding: 4px 4px;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.adm-picker-body {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  width: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/antd-mobile/es/components/popup/popup.css ***!
  \************************************************************************************************************************************************************************************************************/
.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: #ffffff;
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}

/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/antd-mobile/es/components/mask/mask.css ***!
  \**********************************************************************************************************************************************************************************************************/
.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/antd-mobile/es/components/picker-view/picker-view.css ***!
  \************************************************************************************************************************************************************************************************************************/
.adm-picker-view {
  --height: 240px;
  --item-height: 34px;
  --item-font-size: 16px;
  height: var(--height);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-white);
}
.adm-picker-view-column {
  height: 100%;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 6px;
  height: var(--item-height);
  display: -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;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-accessible > * {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-top: solid 1px var(--adm-border-color);
  border-bottom: solid 1px var(--adm-border-color);
}
.adm-picker-view-mask-top {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff);
}
.adm-picker-view-mask-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff);
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/antd-mobile/es/components/safe-area/safe-area.css ***!
  \********************************************************************************************************************************************************************************************************************/
.adm-safe-area {
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--adm-hd));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--adm-hd));
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/breadcrumb/_index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes changeColor {
  from {
    color: var(--td-brand-color-hover);
  }
  to {
    color: var(--td-brand-color-active);
  }
}
@keyframes changeColor {
  from {
    color: var(--td-brand-color-hover);
  }
  to {
    color: var(--td-brand-color-active);
  }
}
.t-breadcrumb {
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--td-font-body-medium);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-breadcrumb__separator {
  margin: 0 var(--td-comp-margin-xs);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-breadcrumb__separator .t-icon {
  color: var(--td-text-color-placeholder);
}
.t-breadcrumb__item {
  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);
  text-decoration: none;
}
.t-breadcrumb__item.t-is-current {
  color: var(--td-text-color-primary);
}
.t-breadcrumb__item.t-is-current .t-icon {
  color: var(--td-text-color-placeholder);
}
.t-breadcrumb__item:last-child {
  color: var(--td-text-color-primary);
}
.t-breadcrumb__item:last-child .t-breadcrumb__separator {
  display: none;
}
.t-breadcrumb__item .t-icon {
  font-size: var(--td-font-size-body-large);
}
.t-breadcrumb__item .t-link {
  color: inherit;
  text-decoration: none;
}
.t-breadcrumb__item .t-link:hover {
  color: var(--td-brand-color);
}
.t-breadcrumb__item .t-is-disabled {
  cursor: not-allowed;
}
.t-breadcrumb__item .t-is-disabled .t-breadcrumb__inner {
  color: var(--td-text-color-disabled);
}
.t-breadcrumb__item .t-is-disabled .t-breadcrumb__inner:hover {
  color: var(--td-text-color-disabled);
  cursor: not-allowed;
}
.t-breadcrumb__item .t-is-disabled .t-breadcrumb__inner:active {
  -webkit-animation: none;
          animation: none;
}
.t-breadcrumb__item--arrow {
  margin: 0 var(--td-comp-margin-xs);
  line-height: 0;
  color: var(--td-text-color-placeholder);
  display: inline-block;
  vertical-align: middle;
}
.t-breadcrumb__item--slash {
  margin: 0 var(--td-comp-margin-xs);
  line-height: 0;
  color: var(--td-text-color-placeholder);
  display: inline-block;
  vertical-align: middle;
}
.t-breadcrumb__inner {
  font: var(--td-font-body-medium);
  word-break: break-all;
  display: inline-block;
  vertical-align: middle;
}
.t-breadcrumb__inner .t-icon {
  margin: 0 var(--td-comp-margin-xs);
}
.t-breadcrumb__select {
  position: relative;
}
.t-breadcrumb__select:hover .t-breadcrumb__option {
  display: block;
}
.t-breadcrumb__select-item:hover .t-icon {
  color: var(--td-brand-color);
}
.t-breadcrumb__option {
  display: none;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 120px;
  background: var(--td-bg-color-container);
  -webkit-box-shadow: var(--td-shadow-2);
          box-shadow: var(--td-shadow-2);
  z-index: 20;
}
.t-breadcrumb__option-item {
  padding: 8px;
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.t-breadcrumb__option-item:hover {
  color: var(--td-brand-color);
}
.t-breadcrumb__option-item.t-is-active {
  color: var(--td-brand-color);
}
.t-breadcrumb__inner-msg {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  padding: 8px;
  color: var(--td-text-color-primary);
  background: var(--td-bg-color-container);
  border-radius: calc(var(--td-radius-default) * 0.5);
  -webkit-box-shadow: var(--td-shadow-2);
          box-shadow: var(--td-shadow-2);
  z-index: 20;
}
.t-breadcrumb__inner-msg::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: var(--td-bg-color-container) transparent transparent transparent;
  z-index: 20;
}
.t-breadcrumb--text-overflow {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-breadcrumb--text-overflow:hover .t-breadcrumb__inner-msg {
  display: block;
}
.t-breadcrumb--text-overflow .t-breadcrumb__inner {
  max-width: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.t-breadcrumb--text-overflow .t-breadcrumb__inner-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.t-breadcrumb--text-overflow .t-breadcrumb__inner:hover {
  color: var(--td-brand-color);
  cursor: pointer;
}
.t-breadcrumb--text-overflow .t-breadcrumb__inner:active {
  -webkit-animation: 0.2s linear changeColor;
          animation: 0.2s linear changeColor;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/edit/components/ai-generate-embed.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-generate-embed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
}
.ai-generate-embed-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.ai-generate-embed-icon svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  vertical-align: middle;
}
.ai-generate-embed-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
}
.ai-generate-embed-input .t-input-adornment {
  width: 100%;
}
.ai-generate-embed-generate-button {
  border: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Templates/components/FixedHeader/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.v3temp-tempFixedDiv {
  height: 0px;
  position: relative;
  z-index: 1;
}
.v3temp-tempHeader {
  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;
}
.v3temp-tempHeader .v3temp-tempFixedHeader-ai {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v3temp-tempHeader .v3temp-tempFixedHeader-ai .ai-generate-embed {
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-tempHeader .v3temp-tempFixedHeader {
  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;
  background-color: rgba(246, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  max-width: 100%;
}
.v3temp-tempHeader .v3temp-tempFixedHeader-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  -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-tempHeader .v3temp-tempHeader-sub {
  padding: 0px 24px 10px 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(246, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.v3temp-tempHeader .v3temp-tempHeader-sub-list {
  display: inline;
}
.v3temp-scene-default {
  cursor: pointer;
}
.v3temp-scene-active {
  color: #2378ff;
}
.v3temp-letfbar-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 57px;
  position: relative;
  top: -10px;
}
.v3temp-letfbar-btn:hover {
  color: #2378ff;
  fill: #2378ff;
}
.v3temp-header-leftitem {
  overflow: hidden;
}
.v3temp-header-firtitle {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
  margin-bottom: 5px;
}
.v3temp-header-subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 24px;
}
.v3temp-search-box {
  position: relative;
  top: -10px;
  z-index: 5;
}
.v3temp-search-box .v3temp-search-icon {
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .v3temp-tempHeader-sub,
  .v3temp-tempFixedHeader-content,
  .ai-generate-embed {
    width: 1174px;
  }
}
@media screen and (max-width: 1439px) {
  .v3temp-tempHeader-sub,
  .v3temp-tempFixedHeader-content,
  .ai-generate-embed {
    width: 944px;
  }
}
@media screen and (max-width: 1023px) {
  .v3temp-tempHeader-sub,
  .v3temp-tempFixedHeader-content,
  .ai-generate-embed {
    width: 704px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Templates/components/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.v3temp-container {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v3temp-container .v3temp-listBox {
  background-color: rgba(246, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: auto;
  overflow: overlay;
  background-color: #f6f6f6;
  width: 100%;
  margin: 0 auto;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.v3temp-container .v3temp-listBox::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.v3temp-container .v3temp-listBox::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.v3temp-container .v3temp-listBox::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.v3temp-container .v3temp-listPanel {
  margin: 0 auto;
  padding-top: 8px;
  margin-bottom: 70px;
  min-height: calc(100% - 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3temp-container .v3temp-componentPanel {
  margin-bottom: 0px !important;
  min-height: 100% !important;
}
.v3temp-container .v3temp-footer {
  position: relative;
}
.v3temp-container .v3temp-footer div {
  color: #c5c5c5 !important;
}
.v3temp-container .v3temp-tempInnerPage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 0px;
  background-color: #f6f6f6;
  height: calc(100vh - 80px);
}
.v3temp-container .v3temp-tempInnerPageComp {
  padding-bottom: 24px;
  height: 100%;
}
.v3temp-container .v3temp-share-modal {
  position: absolute;
}
.v3temp-sharemodal .text {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 8px;
}
.v3temp-sharemodal .ten-input__input {
  border-radius: 4px;
}
.v3temp-preview {
  position: relative;
  padding-top: 18px;
}
.v3temp-preview-bar {
  position: absolute;
  width: calc(100% - 48px);
  z-index: 500;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3temp-preview-bar .view-icon {
  margin: 0px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.v3temp-preview-bar .active {
  fill: #2378FF;
}
.v3temp-preview-header {
  position: absolute;
  background-color: #fff;
  height: 60px;
  width: 1000px;
  z-index: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
}
.v3temp-preview-header .preview-title {
  font-size: 20px;
  font-weight: 500;
}
.v3temp-preview-header .preview-header-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.v3temp-preview-header .preview-header-bar svg {
  cursor: pointer;
}
.v3temp-preview-header .preview-header-bar svg:hover {
  fill: #2378FF;
}
.v3temp-del-modaltext {
  color: #333;
  font-size: 14px;
}
.v3temp-del-modaltext .del-name {
  font-weight: 500;
  font-size: 16px;
}
.v3temp-preview-loading {
  text-align: center;
  margin-top: 60px;
}
.v3temp_preview_iframe_pc {
  width: 100%;
  height: 585px;
}
.v3temp_mobile-preview {
  position: absolute;
  width: 495px;
  height: 870px;
  -webkit-transform: translateX(-50%) scale(0.75);
      -ms-transform: translateX(-50%) scale(0.75);
          transform: translateX(-50%) scale(0.75);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  left: 50%;
  top: -110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../statics/IPhone2x.d6ca81d8.png);
}
.v3temp_mobile-preview-wrap {
  margin-left: 10px;
  position: relative;
  height: 650px;
  overflow: hidden;
}
.v3temp_mobile-preview > iframe {
  position: relative;
  left: 86px;
  top: 131px;
  width: 320px;
  height: 569px;
}
.v3temp-keepsave-modal {
  text-align: center;
}
.v3temp-keepsave-modal .keepsave-title {
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto 20px auto;
}
.v3temp-keepsave-modal .keepsave-text {
  font-size: 16px;
  color: #333;
  padding: 0 24px;
  padding-bottom: 30px;
}
.v3temp-flex-modal {
  top: 10vh;
}
.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-modalwidth {
  width: 100% !important;
}
@media screen and (max-height: 870px) {
  .v3temp-flex-modal {
    top: 2vh;
  }
}
@media screen and (max-height: 800px) {
  .v3temp-flex-modal {
    top: -2vh;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1080px) {
  .v3temp-flex-modal {
    top: -2vh;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 1440px) {
  .v3temp-listPanel {
    width: 1174px;
  }
  .v3temp-card,
  .v3temp-card-box {
    width: 206px;
    height: 318px;
  }
  .v3temp-other-view {
    grid-template-columns: repeat(5, 206px);
    grid-gap: 24px;
  }
  .v3temp-card-grid {
    grid-template-columns: repeat(5, 206px);
    grid-gap: 24px;
  }
  .v3temp-bannertopic-item {
    width: 264px;
    height: 120px;
  }
}
@media screen and (max-width: 1439px) {
  .v3temp-listPanel {
    width: 944px;
  }
  .v3temp-card,
  .v3temp-card-box {
    width: 210px;
    height: 321px;
  }
  .v3temp-other-view {
    grid-template-columns: repeat(auto-fill, 203px);
    grid-gap: 24px;
  }
  .v3temp-card-grid {
    grid-template-columns: repeat(auto-fill, 203px);
    grid-gap: 24px;
  }
  .v3temp-bannertopic-item {
    width: 210px;
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .v3temp-listPanel {
    width: 704px;
  }
  .v3temp-card,
  .v3temp-card-box {
    width: 202px;
    height: 313px;
  }
  .v3temp-other-view {
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 24px;
  }
  .v3temp-card-grid {
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 24px;
  }
  .v3temp-bannertopic-item {
    width: 316px;
    height: 142px;
    margin: 12px 0px;
  }
}

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

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/codemirror/lib/codemirror.css ***!
  \************************************************************************************************************************************************************************************************/
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/codemirror/addon/hint/show-hint.css ***!
  \******************************************************************************************************************************************************************************************************/
.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/dsl/editor/cm/cm.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.CodeMirror {
  font-family: Menlo, Monaco, source-code-pro, "Ubuntu Mono", "DejaVu sans mono", Consolas, monospace;
  height: 300px;
  color: black;
  direction: ltr;
  font-size: 1rem;
}
.CodeMirror-empty {
  color: #8a8a8a;
}
.CodeMirror .cm-line-widget-error {
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  background: #EF382D;
  border-radius: 4px;
  margin-left: 4px;
}
.CodeMirror .CodeMirror-linenumber {
  text-align: center;
  color: rgba(153, 153, 153, 0.7);
}
.CodeMirror .CodeMirror-gutters {
  border-radius: 4px;
  background-color: #F2F2F2;
  border-right: none;
}
.CodeMirror .cm-object:hover {
  background-color: rgba(0, 130, 255, 0.15);
}
/**
语法高亮
 */
.cm-s-default .cm-object {
  color: #0082FF;
  padding: 2px 2px;
  border-radius: 2px;
}
.cm-s-default .cm-action {
  color: #840095;
}
.cm-s-default .cm-comment {
  color: #8a8a8a;
}
.cm-s-default .cm-keyword {
  color: #840095;
}
.cm-s-default .cm-number {
  color: #F87F00;
}
.cm-s-default .cm-string {
  color: #F87F00;
}
.cm-s-default .cm-operator {
  color: #840095;
}
.cm-s-default .cm-function {
  color: #840095;
}
.CodeMirror-hints {
  background: #FFFFFF;
  -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);
  border: solid 1px rgba(0, 0, 0, 0.05);
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei', sans-serif;
  padding: 0;
  max-width: 450px;
  max-height: 320px;
  border-radius: 4px;
}
.CodeMirror-hints .CodeMirror-hint {
  padding: 8px 16px;
  font-size: 14px;
  color: #000000;
  white-space: normal;
}
.CodeMirror-hints .CodeMirror-hint.CodeMirror-hint-active {
  background: #2378FF;
  color: #FFFFFF;
}
.CodeMirror-hints .CodeMirror-hint:not(.CodeMirror-hint-active):hover {
  background: rgba(35, 120, 255, 0.08);
  color: #2378FF;
}
.CodeMirror-hover-show-id {
  z-index: 100000;
  background-color: white;
  border-radius: 3px;
  -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);
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  font-size: 14px;
  color: #000000;
  white-space: normal;
  max-width: 450px;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/components/normalize/normalize.css ***!
  \********************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

/**
* 之前打包策略会打入 @tencent/ten-design-react/lib/theme/base.less
* 下面是跟normalize.css差异的部份
*/
ul, dl, li, dd, dt {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/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/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/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/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/UI/ActionSheet.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.actionSheet {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  -webkit-transform: translate3d(0, calc(constant(safe-area-inset-bottom) + 100%), 0);
          transform: translate3d(0, calc(constant(safe-area-inset-bottom) + 100%), 0);
  -webkit-transform: translate3d(0, calc(env(safe-area-inset-bottom) + 100%), 0);
          transform: translate3d(0, calc(env(safe-area-inset-bottom) + 100%), 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.show > .actionSheet {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.actionSheet .actionGroup:last-child {
  margin-bottom: calc(constant(safe-area-inset-bottom) + 8px);
  margin-bottom: calc(env(safe-area-inset-bottom) + 8px);
}
.actionGroup {
  margin: 8px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 66vh;
  max-height: 66svh;
}
.actionButton {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #008fff;
}
.actionButton:not(:first-child):before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.actionButton:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.actionButton.disabled {
  pointer-events: none;
  color: #e2e2e2;
}
@media (orientation: landscape) {
  .actionGroup {
    margin: 8px 10%;
  }
  .actionButton {
    line-height: 44px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/header-resp/respondent-info-mobile.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.answer-mobile-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: rgba(255, 255, 255, 0.85);
  right: 12px;
  position: absolute;
  z-index: 201;
  padding: 4px;
  border-radius: 32px;
}
.answer-mobile-user {
  position: relative;
}
.answer-mobile-user-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.answer-mobile-user-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -4px;
  bottom: 0;
}
.answer-mobile-header .answer-mobile-nologin {
  width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #2378FF;
  border-radius: 32px;
  cursor: pointer;
}
.user-operation-sheet .animateGroup-mask {
  z-index: 998;
  position: fixed;
}
.user-operation-sheet .actionSheet {
  z-index: 999;
  position: fixed;
}
.user-operation-sheet-info {
  display: block;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.user-operation-sheet-logout {
  color: #EF382D;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/SurveyTip/TopTips.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.page-tip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 36px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  background-color: #E7E7E7;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.page-tip.fixed-top {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 13px;
}
.page-tip .icon-arrow-right {
  fill: #666666;
  width: 7px;
  height: 11.5px;
}
.page-tip-m {
  -webkit-flex: 1;
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 9px 0;
  font-size: 12px;
  text-align: left;
}
.page-tip-hd {
  padding-right: 6px;
}
.page-tip-ft {
  padding: 10px 15px 10px 6px;
}
.page-tip-ft-icon {
  display: block;
  width: 12px;
  height: 12px;
}
.page-tip-ft-icon use {
  fill: #666666;
}
.page-tip-gift {
  display: block;
  width: 18px;
  height: 18px;
}
.page-tip-gift use {
  fill: #000000;
}
.page-tip_warn {
  background-color: #EF5350;
}
.page-tip_warn .page-tip-m {
  color: #FFFFFF;
}
.page-tip_warn .page-tip-ft-icon use {
  fill: #FFFFFF;
}
.page-tip_warn-icon {
  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;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.page-tip_warn-icon:before,
.page-tip_warn-icon:after {
  content: ' ';
  display: block;
  width: 2px;
  height: 2px;
  background-color: #EF5350;
}
.page-tip_warn-icon:before {
  margin-bottom: 2px;
  height: 7px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LangAtom/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.lang-atom {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
.lang-atom-icon img,
.lang-atom-icon svg {
  display: block;
}
.lang-atom-text {
  margin-left: 0;
  font-size: 14px;
}
.lang-atom-text-has-icon {
  margin-left: 8px;
}

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

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/Wrapper/style.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.mobile-transform-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.mobile-transform-wrapper--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-transform-wrapper--prev,
.mobile-transform-wrapper--active,
.mobile-transform-wrapper--next {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/UserMobile.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_Ly5ceyJv.t-button_pUgE7bpy {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_Ly5ceyJv.t-button_pUgE7bpy:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.content_eBK3nlgL {
  background-color: #f3f3f3;
  height: 100%;
}
.rootList_xKPWspEH {
  margin-top: 16px;
  background-color: #fff;
}
.rootItem_faIl2I_0 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  position: relative;
  overflow: hidden;
  padding: 0px 16px;
  cursor: pointer;
}
.rootItem_faIl2I_0:not(:last-child)::after {
  content: '';
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 16px);
  background-color: var(--td-component-stroke);
}
.rootItem_faIl2I_0 .t-icon-check {
  display: none;
}
.rootItemActive_DSpAaGJG {
  color: var(--td-brand-color);
}
.rootItemActive_DSpAaGJG .rootItemText_Qa2xNMA4 {
  color: var(--td-brand-color);
}
.rootItemActive_DSpAaGJG .t-icon-check {
  font-size: 24px;
  display: block;
}
.rootItemText_Qa2xNMA4 {
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 10px);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: var(--td-text-color-primary);
}
.rootItemMore_rmar88n0 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--td-text-color-disabled);
  font-size: 24px;
}
.stationPanel_EYIxGtiL {
  margin-top: 16px;
  color: #999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 4px;
  padding: 0 16px;
  line-height: calc(100% + 8px);
}
.stationPanel_EYIxGtiL .t-icon-info-circle {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 4px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/pc.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-locales-select-pc-select {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.survey-locales-select-pc-select.survey-locales-select-pc-select-hidden {
  -webkit-transform: translateY(-64px);
      -ms-transform: translateY(-64px);
          transform: translateY(-64px);
}
.survey-locales-select-pc-select .t-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  height: 48px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
}
.survey-locales-select-pc-select .t-input .t-input__prefix {
  margin-right: 0 !important;
}
.survey-locales-select-pc-select .t-input .t-input__inner {
  display: none;
}
.survey-locales-select-pc-select .t-fake-arrow {
  color: rgba(0, 0, 0, 0.9);
}
.survey-locales-select-pc-select .icon-i18n-change {
  font-size: 20px;
  margin-right: 8px;
}
.survey-locales-select-pc-station {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-locales-select-pc-station-tag {
  margin-left: 8px;
  background-color: #F3F3F3;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 16px;
}
.survey-locales-select-pc-station-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 0;
  margin: 0 8px;
  gap: 8px;
  color: #999;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 4px;
  word-break: normal;
}
.survey-locales-select-pc-station-panel .t-icon-info-circle {
  font-size: 16px;
}
.survey-locales-select-pc-station .t-icon {
  margin-left: auto;
}
.survey-locales-select-pc-station .t-icon-jump {
  display: block;
  opacity: 0.26;
}
.survey-locales-select-pc-station .t-icon-check {
  display: none;
}
.survey-locales-select-pc-station-active {
  pointer-events: none;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station {
  color: #0F6BFF;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station-tag {
  background-color: #F0F6FF;
  color: #0F6BFF;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station .t-icon-jump {
  display: none;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station .t-icon-check {
  display: block;
}
.survey-locales-select-pc-i18n {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-locales-select-pc-i18n-icon {
  width: 16px;
  font-size: 16px;
  margin-right: 8px;
}
.survey-locales-select-pc-i18n-icon .t-icon-check {
  display: none;
}
.survey-locales-select-pc-i18n-active {
  pointer-events: none;
}
.survey-locales-select-pc-i18n-active .survey-locales-select-pc-i18n {
  color: #0F6BFF;
}
.survey-locales-select-pc-i18n-active .survey-locales-select-pc-i18n-icon .t-icon-check {
  display: block;
}
.survey-locales-select-pc-locales-tag {
  margin-left: 8px;
  background-color: #F3F3F3;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 16px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/mobile.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-locales-select-mobile {
  position: relative;
}
.survey-locales-select-mobile-wrap {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.survey-locales-select-mobile-sheet .animateGroup-mask {
  z-index: 1019;
  position: fixed;
}
.survey-locales-select-mobile-sheet .actionSheet {
  z-index: 1020;
  position: fixed;
}
.survey-locales-select-mobile-sheet-item .lang-atom-text {
  color: #000;
  font-size: 16px;
}
.survey-locales-select-mobile-sheet-item.survey-locales-select-mobile-sheet-item-active .lang-atom-text {
  color: #007AFF;
  font-weight: bold;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/progress/_index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.t-progress {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-progress__inner {
  position: relative;
  height: 100%;
  background: var(--td-brand-color);
  border-radius: var(--td-radius-round);
  -webkit-transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-progress__info {
  margin-left: var(--td-comp-margin-s);
  color: var(--td-text-color-primary);
  white-space: nowrap;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.t-progress__icon {
  font-size: calc(var(--td-font-size-body-medium) + 2px);
}
.t-progress__bar {
  width: 100%;
  height: var(--td-size-3);
  overflow: hidden;
  background: var(--td-bg-color-component);
  border-radius: var(--td-radius-round);
}
.t-progress--thin {
  display: -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;
}
.t-progress--plump {
  height: var(--td-comp-size-xxs);
  border-radius: calc(var(--td-comp-size-xxs) / 2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-progress--plump .t-progress__info {
  font-size: var(--td-font-size-body-small);
}
.t-progress--over-ten .t-progress__info {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: var(--td-comp-margin-s);
  color: var(--td-text-color-anti);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.t-progress--under-ten .t-progress__info,
.t-progress--under-ten .t-progress__inner {
  display: inline-block;
}
.t-progress--under-ten .t-progress__info {
  vertical-align: top;
}
.t-progress--circle {
  position: relative;
}
.t-progress--circle .t-progress__info {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.t-progress--circle .t-progress__circle-outer {
  stroke: var(--td-bg-color-component);
}
.t-progress--circle .t-progress__circle-inner {
  stroke: var(--td-brand-color);
  -webkit-transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-progress--circle .t-progress__icon {
  font-size: 2.4em;
}
.t-progress--status--active .t-progress__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  -webkit-animation: progress-active-animation 2s cubic-bezier(0.23, 0.99, 0.86, 0.2) infinite;
          animation: progress-active-animation 2s cubic-bezier(0.23, 0.99, 0.86, 0.2) infinite;
  background: var(--td-text-color-anti);
  opacity: 0.2;
}
.t-progress--status--success .t-progress__inner {
  background: var(--td-success-color);
}
.t-progress--status--success .t-progress__circle-inner {
  stroke: var(--td-success-color);
}
.t-progress--status--success .t-progress__icon {
  color: var(--td-success-color);
}
.t-progress--status--warning .t-progress__inner {
  background: var(--td-warning-color);
}
.t-progress--status--warning .t-progress__circle-inner {
  stroke: var(--td-warning-color);
}
.t-progress--status--warning .t-progress__icon {
  color: var(--td-warning-color);
}
.t-progress--status--error .t-progress__inner {
  background: var(--td-error-color);
}
.t-progress--status--error .t-progress__circle-inner {
  stroke: var(--td-error-color);
}
.t-progress--status--error .t-progress__icon {
  color: var(--td-error-color);
}
@-webkit-keyframes progress-active-animation {
  0% {
    width: 0;
    opacity: 0.1;
  }
  35% {
    width: 50%;
    opacity: 0.4;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes progress-active-animation {
  0% {
    width: 0;
    opacity: 0.1;
  }
  35% {
    width: 50%;
    opacity: 0.4;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/image-gallery/image-gallery.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.lg-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/v3__survey/common/SearchTrafficPrompt.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.search-traffic-prompt {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.search-traffic-prompt .content {
  height: 86px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-traffic-prompt .content .global-logo {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.search-traffic-prompt .content .t-button + .t-button {
  margin-left: 12px;
}
.survey-mobile.has-search-traffic-prompt .search-traffic-prompt .content {
  height: 60px;
  padding: 0 10px;
}
.survey-mobile.has-search-traffic-prompt .search-traffic-prompt .content .t-button + .t-button {
  margin-left: 5px;
}
.survey-mobile.has-search-traffic-prompt .question-list::before {
  display: block;
  content: '';
  height: 60px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/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/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/v3__survey/common/enter-verify/password/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/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/v3__survey/common/enter-verify/identity/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-identity-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-identity-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-identity-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-identity-head .enter-verify-identity-title {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter-verify-identity-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-identity-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-identity-icon .coral-icon {
  font-size: inherit;
  color: inherit;
  fill: currentColor;
}
.enter-verify-identity-text {
  margin-bottom: 32px;
  font-size: var(--td-font-size-title-large);
  font-weight: 600;
  text-align: center;
}
.enter-verify-identity-button {
  margin-top: 24px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/v3__survey/common/WxTpQrcode/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-wx-tp-qrcode {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-wx-tp-qrcode-title {
  margin-top: 10vh;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-wx-tp-qrcode-title img {
  width: 40px;
  height: 40px;
  margin: 0 12px;
}
.survey-wx-tp-qrcode-major {
  display: block;
  line-height: 36px;
  color: #06C963;
  font-size: 24px;
  margin-right: 12px;
}
.survey-wx-tp-qrcode-content {
  margin-top: 36px;
  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: 482px;
  height: 381px;
  max-width: 80vw;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.survey-wx-tp-qrcode-qrcode {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 240px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 13.5px;
  border: 1.5px dashed #DCDCDC;
  background-color: #fff;
}
.survey-wx-tp-qrcode-qrcode img {
  display: block;
  width: 208px;
  height: 208px;
}
.survey-wx-tp-qrcode-tips {
  display: none;
}
.survey-wx-tp-qrcode .copyright {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 980px) {
  .survey-wx-tp-qrcode-title {
    font-size: 16px;
    line-height: 24px;
  }
  .survey-wx-tp-qrcode-title img {
    width: 26px;
    height: 26px;
    margin: 0 8px;
  }
  .survey-wx-tp-qrcode-major {
    line-height: 24px;
    font-size: 16px;
    margin-right: 8px;
  }
  .survey-wx-tp-qrcode-content {
    margin-top: 24px;
    width: 295px;
    height: 254px;
  }
  .survey-wx-tp-qrcode-qrcode {
    width: 160px;
    height: 160px;
  }
  .survey-wx-tp-qrcode-qrcode img {
    display: block;
    width: 135px;
    height: 135px;
  }
  .survey-wx-tp-qrcode-tips {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
  }
  .survey-wx-tp-qrcode-copylink {
    margin-top: 24px;
    font-weight: bold;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/templates/mobile.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ua-mobile #root-container {
  height: auto;
}
.ua-mobile .global-header {
  display: none;
}
.ua-mobile .layout-wrap {
  display: block;
  height: auto !important;
}
.ua-mobile .layout-wrap .layout-content-vertical {
  overflow: visible;
}
.ua-mobile .v3temp-container {
  height: auto;
  display: block;
}
.ua-mobile .v3temp-navPanel {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100% !important;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  background-color: #FFFFFF;
  z-index: 10;
}
.ua-mobile .v3temp-expand-positon {
  display: none;
}
.ua-mobile .v3temp-folder-sidebar {
  padding: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: initial;
}
.ua-mobile .v3temp-folder-sidebar .nav-item {
  position: static;
  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;
  padding: 0 !important;
  height: 64px;
  border-radius: 0;
}
.ua-mobile .v3temp-fir {
  width: auto !important;
}
.ua-mobile .v3temp-fir:last-child {
  display: none;
}
.ua-mobile .v3temp-fir-active {
  background-color: transparent !important;
}
.ua-mobile .v3temp-folder-sidebar-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item {
  position: relative;
  margin: 0 !important;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item--expand:before {
  content: ' ';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 64px;
  width: 100%;
  height: auto;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
  background-color: rgba(0, 0, 0, 0.1);
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .v3temp-navContent {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .v3temp-navTextBox {
  margin: 4px 0 0;
  width: auto;
  font-size: 12px;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.2;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 12px;
  min-width: 100%;
  max-width: 50vw;
  height: auto;
  max-height: none;
  background-color: #FFFFFF;
  border-radius: var(--td-radius-default);
  border: 1px solid var(--td-component-stroke);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  overflow: visible;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group-content {
  min-height: 0;
  max-height: 60vh;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 10vw;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: 0 -13px -5px 0;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group .v3temp-navItemSub {
  padding: 8px 0 !important;
  border-radius: var(--td-radius-default);
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group .v3temp-navItemSub.active .v3temp-navContent .v3temp-navTextBox {
  color: var(--td-brand-color);
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group .v3temp-navItemSub .v3temp-navContent {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .v3temp-folder-sidebar-inner .v3temp-folder-sidebar-item .wrap-group .v3temp-navItemSub .v3temp-navContent .v3temp-navTextBox {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-flex-shrink: unset;
      -ms-flex-negative: unset;
          flex-shrink: unset;
  margin-top: 0;
  margin-left: 4px;
  font-size: 14px;
  color: var(--td-text-color-primary);
}
.ua-mobile .v3temp-tempInnerPage {
  display: block;
  height: auto;
}
.ua-mobile .v3temp-listPanel {
  min-height: calc(100vh - 300px);
  width: 100% !important;
  padding-top: 0;
  margin-bottom: 0;
}
.ua-mobile .v3temp-footer {
  position: static;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.ua-mobile .v3temp-footer .footer-copyright {
  position: static;
  padding: 24px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ua-mobile .v3temp-listBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 64px;
  overflow: visible;
}
.ua-mobile .v3temp-listBox.pdt-fix {
  padding-top: 102px;
}
.ua-mobile .v3temp-tempFixedDiv {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: auto;
}
.ua-mobile .v3temp-tempHeader {
  display: block;
}
.ua-mobile .v3temp-tempHeader .v3temp-tempFixedHeader-ai {
  width: 100%;
}
.ua-mobile .v3temp-tempHeader .v3temp-tempFixedHeader {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 24px;
}
.ua-mobile .v3temp-tempHeader-sub {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
  overflow: hidden;
  white-space-collapse: preserve;
}
.ua-mobile .v3temp-tempHeader-sub-list {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 44px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.ua-mobile .v3temp-tempHeader-sub:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(246, 246, 246, 0.8)), to(transparent)) right center no-repeat;
  background: linear-gradient(to left, rgba(246, 246, 246, 0.8), transparent) right center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.ua-mobile .v3temp-header-firtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 182px;
  line-height: 1.6;
}
.ua-mobile .v3temp-header-subtitle {
  margin-top: 8px;
  height: auto;
  line-height: 1.6;
}
.ua-mobile .v3temp-tempFixedHeader-content {
  padding: 24px 0;
  padding: 0px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ua-mobile .v3temp-search-box {
  position: absolute;
  top: 0;
  right: 48px;
  width: 170px;
  padding: 0;
}
.ua-mobile .v3temp-search-box .t-input {
  padding-left: 0;
}
.ua-mobile .v3temp-search-box .t-input__inner {
  padding-left: 8px;
}
.ua-mobile .v3temp-index-other .v3temp-topic-title {
  position: -webkit-sticky;
  position: sticky;
  top: 34px;
  margin: 20px -24px 0 -24px;
  padding: 12px 24px;
  font-size: 20px;
  background-color: rgba(246, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1;
}
.ua-mobile .v3temp-topic-view {
  grid-row-gap: 10px;
}
.ua-mobile .v3temp-bannertopic-item {
  width: calc(50% - 5px);
  height: calc(16.5vw - 17px);
  min-height: 80px;
  margin: 0;
}
.ua-mobile .v3temp-bannertopic-item .topic-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
.ua-mobile .v3temp-bannertopic-item .topic-desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.8;
}
.ua-mobile .v3temp-topic-page .topic-banner {
  height: calc(16.67vw - 8px);
  min-height: 120px;
}
.ua-mobile .v3temp-topic-page .topic-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}
.ua-mobile .v3temp-topic-page .topic-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}
.ua-mobile .v3temp-letfbar-btn {
  top: 0;
  height: 32px;
}
.ua-mobile .v3temp-inner-box > div .t-loading,
.ua-mobile .v3temp-index-box > div .t-loading {
  height: 50vh !important;
}
.ua-mobile .v3temp-empty-box {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.ua-mobile .v3temp-index-other .v3temp-other-view,
.ua-mobile .v3temp-index-other .v3temp-card-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  grid-gap: 10px;
}
.ua-mobile .v3temp-inner-box .v3temp-card-grid {
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  grid-gap: 24px;
}
.ua-mobile .v3temp-inner-box .v3temp-card-grid .v3temp-card-box {
  width: 100%;
}
.ua-mobile .v3temp-card-box {
  width: calc(50% - 5px);
  height: auto;
}
.ua-mobile .v3temp-card-box .v3temp-card {
  width: 100%;
  height: auto;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover {
  height: 0;
  padding-top: 129.11%;
  overflow: visible;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover .temp-modal {
  top: 100%;
  left: 0;
  margin-top: 1px;
  height: 96px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  pointer-events: none;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover .temp-modal .modal-top {
  position: absolute;
  right: 0;
  top: 8px;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover .temp-modal .modal-center {
  padding: 0;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover img,
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover .temp-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover:hover img,
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover:hover .temp-cover {
  opacity: 1 !important;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-cover:hover .temp-modal {
  opacity: 1;
  pointer-events: all;
}
.ua-mobile .v3temp-card-box .v3temp-card:hover .v3temp-card-cover img,
.ua-mobile .v3temp-card-box .v3temp-card:hover .v3temp-card-cover .temp-cover {
  opacity: 0.2;
}
.ua-mobile .v3temp-card-box .v3temp-card:hover .temp-modal {
  opacity: 0;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-bottom {
  height: 97px;
  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;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-bottom .v3temp-card-title {
  font-size: 15px;
  padding-top: 0;
  font-weight: bold;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-card-context {
  margin: 0;
  padding-right: 12px;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-cardtext-left {
  max-width: calc(100% - 28px);
  height: auto;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-divider-vertical {
  display: none;
}
.ua-mobile .v3temp-card-box .v3temp-card .v3temp-cardtext-right {
  position: static;
  display: block;
  margin-top: 8px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}
.ua-mobile .v3temp-tempmodal:not(.v3temp-flex-modal) {
  max-width: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ua-mobile .v3temp-flex-modal {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100% !important;
  max-height: none !important;
  overflow: hidden !important;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp-preview-header {
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 16px 24px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--td-component-stroke);
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp-preview-header .preview-title {
  line-height: 24px;
  color: var(--td-text-color-primary);
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp-preview-header + div {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-top: 0 !important;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp-preview-bar {
  display: none;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp-preview {
  padding-top: 0;
  height: 100%;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp_mobile-preview {
  position: static;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .v3temp-flex-modal .ten-modal__content > div .v3temp_mobile-preview > iframe {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ua-mobile .v3temp-flex-modal .ten-modal__footer {
  padding: 16px 20px calc(env(safe-area-inset-bottom) + 16px);
}
.ua-mobile .v3temp-flex-modal .ten-modal__footer .ten-modal__footer-btn {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  border-radius: var(--td-radius-default);
}
.ua-mobile .ten-modal__footer .ten-modal__footer-btn {
  height: auto;
}
.ua-mobile .ten-cascader-panel {
  max-width: calc(90vw - 48px);
}
.ua-mobile .ten-cascader-menu {
  min-width: 100px;
}
.ua-mobile .ten-cascader-menu .ten-options {
  max-height: calc(50vh - 20px);
}
@media screen and (min-width: 511px) {
  .ua-mobile .v3temp-card-box {
    width: calc(33.33% - 6.667px);
  }
}
@media screen and (min-width: 662px) {
  .ua-mobile .v3temp-card-box {
    width: calc(25% - 7.5px);
  }
  .ua-mobile .v3temp-bannertopic-item {
    width: calc(25% - 7.5px);
  }
}


/*# sourceMappingURL=templates.21f9bdc6.css.map*/