/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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]!./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/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.414f187f.css.map*/