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

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[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/create-survey-btn.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.btn-ai-create--wrapper {
  position: relative;
  display: inline-block;
}
.btn-ai-create--wrapper .btn-ai-create {
  margin-left: 16px;
}
.btn-ai-create--wrapper .btn-ai-create .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;
  font-size: 16px;
}
.btn-ai-create--wrapper .t-tag {
  position: absolute;
  top: -6px;
  right: -20px;
}

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/scenes/create/component/nav/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.createNav {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.createNav li.ai-create .createNav-item {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.createNav li.ai-create .createNav-item .createNav-icon {
  text-align: right;
  margin-right: 0px;
}
.createNav li.ai-create .createNav-item .createNav-icon .ai-create-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: -9px;
  margin-right: 8px;
}
.createNav li.ai-create--mobile {
  padding: 24px 0;
  text-align: center;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.createNav li.ai-create--mobile .btn-ai-create {
  margin: 0;
  width: 80%;
  height: 32px;
}
.createNav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  border: 0;
  text-align: left;
  background: none;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.createNav-item:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.createNav-item:not(:disabled) {
  cursor: pointer;
}
.createNav-item:not(:disabled):not(.active):hover {
  opacity: 0.6;
}
.createNav-item.active {
  background-color: var(--td-bg-color-container-hover);
}
.createNav-item.active .createNav-title,
.createNav-item.active .createNav-desc {
  color: var(--td-brand-color);
}
.createNav-item-line {
  border: 1px solid #E7E7E7;
  height: 40px;
  font-size: 16px;
  margin-bottom: 12px;
}
.createNav-item-line .createNav-title {
  font-size: 16px;
}
.createNav-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.createNav-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.createNav-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--td-text-color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.createNav-title .t-tag {
  vertical-align: 3px;
  margin-left: 4px;
}
.createNav-title .t-loading {
  vertical-align: -1px;
  margin-left: 4px;
}
.createNav-desc {
  font-weight: 400;
  line-height: 22px;
  color: var(--td-text-color-placeholder);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.createNav-popup {
  position: relative;
  width: 420px;
  padding: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.createNav-popup-title {
  font-size: 16px;
  line-height: 24px;
}
.createNav-popup-link {
  position: absolute;
  right: 16px;
  top: 16px;
  line-height: 24px;
}
.createNav-popup-desc {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
}
.createNav-popup-desc .t-tag {
  border-radius: 24px;
}
.createNav-popup-pic {
  margin-top: 16px;
  height: 240px;
}
.createNav-popup-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.createNav-popup-electron-img {
  width: 165px;
  margin-top: 10px;
  display: block;
}
.create-nav-wrapper .btn-ai-create--wrapper {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: inherit;
  margin-top: 20px;
  padding-bottom: 20px;
  height: 48px;
}
.create-nav-wrapper .btn-ai-create--wrapper button {
  width: 100%;
  height: 48px;
  margin-left: 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/preview-template/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.preview-template-switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-bottom: 16px;
}
.preview-template-switch .coral-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.preview-template-content {
  position: relative;
  height: 640px;
  overflow: hidden;
}
.preview-template-content .t-loading__parent {
  width: 100%;
  height: 100%;
}
.preview-template-content--pc {
  width: 900px;
  height: 100%;
}
.preview-template-content--pc iframe {
  width: 100%;
  height: 100%;
}
.preview-template-content--mobile {
  width: 495px;
  height: 870px;
  margin: auto;
  background: url(../statics/IPhone2x.d6ca81d8.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.preview-template-content--mobile iframe {
  position: relative;
  left: 86px;
  top: 131px;
  width: 320px;
  height: 574px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/create/component/preview/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.dialog-template-preview {
  width: calc(100vw - 8px*6) !important;
  max-width: 1220px !important;
  min-width: 815px !important;
}
.dialog-template-preview .t-dialog__footer {
  display: none;
}
.dialog-template-preview .t-dialog__body {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.dialog-template-preview .t-dialog__body .preview-template {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.dialog-template-preview .t-dialog__body .preview-template-switch {
  margin-top: -40px;
}
.dialog-template-preview .t-dialog__body .preview-template-content {
  width: auto;
}
.dialog-template-preview-detail {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding: 40px 24px 0 24px;
  border-left: 1px solid var(--td-component-stroke);
  line-height: 1.45;
}
.dialog-template-preview-detail .temp-switch {
  position: absolute;
  right: 60px;
  top: -56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
}
.dialog-template-preview-detail .temp-name {
  font-size: 24px;
  margin-bottom: 8px;
}
.dialog-template-preview-detail .temp-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
}
.dialog-template-preview-detail .temp-desc {
  margin-top: 24px;
  color: var(--td-text-color-placeholder);
}
.dialog-template-preview-detail .temp-title {
  margin-top: 40px;
  font-size: 14px;
  color: var(--td-text-color-secondary);
}
.dialog-template-preview-detail .temp-num {
  font-size: 40px;
}
.dialog-template-preview-detail .temp-ft {
  padding: 8px 0;
  text-align: center;
  line-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/scenes/create/component/template-list/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.template-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 16px;
}
.template-list-wrap {
  min-height: calc(100vh - 440px);
}
.template-list > .t-loading {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: calc(100vh - 440px);
  min-height: 200px;
}
.template-item {
  width: 220px;
  -webkit-animation: a-sitem-show 0.8s ease both;
          animation: a-sitem-show 0.8s ease both;
}
@-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);
  }
}
.template-item-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 256px;
  margin: 0;
  padding: 0;
  background-color: var(--td-bg-color-container);
  background-position: center top;
  background-size: cover;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.template-item-cover:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.template-item-cover:hover .template-item-btns {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.template-item-btns {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.template-item-btns .t-button {
  width: 90px;
}
.template-item-btns .t-button .t-button__text {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-item-info {
  margin-top: 16px;
  line-height: 1.58;
  text-align: left;
}
.template-item-name {
  font-weight: bold;
  font-size: 14px;
  color: var(--td-text-color-primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.template-item-desc {
  color: var(--td-text-color-placeholder);
}
.template-empty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 440px);
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px;
}
.template-empty .coral-icon-no_data_special_fill {
  width: 100px;
  height: 100px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/scenes/create/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-wrap .layout-content-vertical {
  overflow: hidden;
}
.page-create {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.page-create-sidebar {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  background-color: var(--td-bg-color-container);
  z-index: 1;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.page-create-sidebar::-webkit-scrollbar {
  width: 10px;
  z-index: 99;
}
.page-create-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px 10px transparent;
          box-shadow: inset 0 0 10px 10px transparent;
  border: solid 2px transparent;
}
.page-create-sidebar::-webkit-scrollbar-track:hover {
  background: #fff;
}
.page-create-sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.1);
  border: solid 2px transparent;
  border-radius: 10px;
}
.page-create-sidebar::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
}
.page-create-sidebar::-webkit-scrollbar-button {
  display: none;
}
.page-create-goback {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1;
}
.page-create-goback-btn {
  padding: 16px 10px 16px 16px;
  font-size: 22px;
}
.page-create-goback .coral-icon {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 1em;
}
.page-create-main {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 16px;
  background-color: #f6f6f6;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.page-create-main::-webkit-scrollbar {
  width: 10px;
  z-index: 99;
}
.page-create-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px 10px transparent;
          box-shadow: inset 0 0 10px 10px transparent;
  border: solid 2px transparent;
}
.page-create-main::-webkit-scrollbar-track:hover {
  background: #fff;
}
.page-create-main::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.15);
  border: solid 2px transparent;
  border-radius: 10px;
}
.page-create-main::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
.page-create-main::-webkit-scrollbar-button {
  display: none;
}
.page-create-block-title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 -16px;
  display: grid;
  gap: 24px 16px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fill, 220px);
  padding: 24px 16px 0 16px;
  height: 40px;
  background-color: rgba(246, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1;
}
.page-create-block-title-txt {
  font-size: 16px;
  line-height: 24px;
}
.page-create-block-title-expand {
  grid-column: -2;
}
.page-create-block-title-expand .t-input__wrap {
  margin-top: -8px;
  width: 288px;
  justify-self: flex-end;
}
.page-create-block-popup {
  max-width: 400px;
}
.page-create .fastCreate {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding-bottom: 20px;
}
.page-create .fastCreate-item {
  position: relative;
  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;
  width: 220px;
  height: 94px;
  margin: 0;
  padding: 0 16px 0 60px;
  text-align: left;
  background-color: var(--td-bg-color-container);
  border: 0;
  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);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-create .fastCreate-item:hover {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.page-create .fastCreate-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.page-create .fastCreate-icon svg {
  width: 100%;
  height: 100%;
}
.page-create .fastCreate-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.page-create .fastCreate-desc {
  line-height: 1.3;
  color: var(--td-text-color-placeholder);
}
.page-create .fastCreate-desc:lang(zh) {
  line-height: 22px;
}
.page-create .fastCreate .ai-uploader {
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-create .fastCreate .ai-uploader .fastCreate-desc .t-loading,
.page-create .fastCreate .ai-uploader .fastCreate-desc svg {
  height: 14px;
  width: 14px;
  margin-right: 4px;
  vertical-align: -2px;
}
.page-create .fastCreate .ai-uploader .fastCreate-desc .coral-icon-correct_fill {
  fill: #2ba471;
}
.page-create .fastCreate .ai-uploader .fastCreate-desc .t-loading {
  height: 16px;
  width: 16px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}
.page-create .fastCreate .ai-uploader .fastCreate-desc--file {
  white-space: nowrap;
  font-size: 12px;
}
.page-create .fastCreate .ai-uploader .fastCreate-item {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: none;
}
.page-create .copyright {
  position: static;
}
.page-create-import-dialog .t-dialog__body {
  padding: 0;
}
.page-create-import-dialog .t-dialog__footer {
  display: none;
}

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/create/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 {
  background-color: #f6f6f6;
  overflow-y: initial;
}
.ua-mobile body {
  background-color: #f6f6f6;
  overflow-y: initial;
}
.ua-mobile #root-container {
  min-width: 0;
  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 .page-create {
  margin-top: 48px;
}
.ua-mobile .page-create--mobile-sidebar-init .page-create-mobile-mask {
  background-color: var(--td-mask-active);
}
.ua-mobile .page-create--mobile-sidebar-hide .page-create-mobile-mask {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.ua-mobile .page-create--mobile-sidebar-hide .page-create-mobile-title .coral-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ua-mobile .page-create--mobile-sidebar-hide .page-create-sidebar {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.ua-mobile .page-create-mobile-head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--td-bg-color-container);
  -webkit-box-shadow: 0 0 0 1px var(--td-component-stroke) inset;
          box-shadow: 0 0 0 1px var(--td-component-stroke) inset;
  z-index: 10;
}
.ua-mobile .page-create-mobile-homebtn {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ua-mobile .page-create-mobile-homebtn .coral-icon {
  fill: var(--td-text-color-secondary);
}
.ua-mobile .page-create-mobile-title {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: auto;
}
.ua-mobile .page-create-mobile-title .coral-icon {
  margin-left: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ua-mobile .page-create-mobile-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--td-mask-active);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ua-mobile .page-create-goback {
  display: none;
}
.ua-mobile .page-create-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}
.ua-mobile .page-create-sidebar .create-nav-wrapper {
  background: #f3f3f3;
  padding-bottom: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ua-mobile .page-create-sidebar .create-nav-wrapper .btn-ai-create--wrapper {
  width: calc(100% - 30px);
}
.ua-mobile .page-create-sidebar .create-nav-wrapper .btn-ai-create--wrapper .t-tag {
  top: 1px;
  right: 1px;
}
.ua-mobile .page-create-sidebar .createNav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin-top: 48px;
  background-color: var(--td-bg-color-container);
  max-height: calc(100vh - 80px);
  overflow: hidden auto;
  background-color: transparent;
  padding: 16px 16px 0;
}
.ua-mobile .page-create-sidebar .createNav > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ua-mobile .page-create-sidebar .createNav-item {
  height: auto;
  padding: 10px 0;
  min-height: 104px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
.ua-mobile .page-create-sidebar .createNav-item .t-tag {
  position: absolute;
  right: 4px;
  top: 4px;
}
.ua-mobile .page-create-sidebar .createNav-item .createNav-desc {
  display: none;
}
.ua-mobile .page-create-sidebar .createNav-title {
  line-height: 24px;
}
.ua-mobile .page-create-sidebar .createNav-icon {
  margin-right: 0;
  width: 40px;
  height: 40px;
}
.ua-mobile .page-create-sidebar .createNav-main {
  margin-top: 8px;
  text-align: center;
}
.ua-mobile .page-create-sidebar .createNav-title {
  font-size: 16px;
  word-spacing: 100vw;
}
.ua-mobile .page-create-sidebar .createNav-title .saas-vip-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ua-mobile .page-create-sidebar .createNav-desc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ua-mobile .page-create-main {
  padding: 0 24px;
  overflow: visible;
}
.ua-mobile .page-create-block {
  width: 100% !important;
  margin: 0 auto 16px auto;
}
.ua-mobile .page-create-block-title {
  top: 48px;
  padding-bottom: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.ua-mobile .page-create-block-title-fastcreate {
  position: static;
}
.ua-mobile .page-create-block-title-txt {
  white-space: nowrap;
}
.ua-mobile .page-create-block-title form {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ua-mobile .page-create-block-title .t-input__wrap {
  width: 100%;
  max-width: 180px;
  margin-top: -4px;
}
.ua-mobile .fastCreate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.ua-mobile .fastCreate-item {
  padding: 16px;
  height: auto;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ua-mobile .fastCreate-item:not(:first-child) {
  display: none;
}
.ua-mobile .fastCreate-item:first-child {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ua-mobile .fastCreate-item.ai-uploader {
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ua-mobile .fastCreate-item.ai-uploader .t-upload__trigger {
  display: block;
}
.ua-mobile .fastCreate-item.ai-uploader button {
  position: relative;
}
.ua-mobile .fastCreate-item.ai-uploader button .t-loading .t-loading__gradient {
  width: 12px !important;
  height: 12px !important;
}
.ua-mobile .fastCreate-item.ai-uploader button .t-loading .t-loading__gradient-conic {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
.ua-mobile .fastCreate-item.ai-uploader button .input-use-tips {
  line-height: 2;
  top: -7px;
  position: absolute;
  right: -4px;
  background: #000;
  padding: 0 6px;
  text-align: center;
  border-radius: 8px 8px 8px 0;
  font-size: 12px !important;
  font-weight: bold !important;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.ua-mobile .fastCreate-item.ai-uploader button .input-use-tips .ai-unit-container svg {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.ua-mobile .fastCreate-icon {
  position: static;
  margin-top: 3px;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.ua-mobile .fastCreate-title {
  color: var(--td-text-color-primary);
}
.ua-mobile .fastCreate-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ua-mobile .fastCreate-desc {
  margin-top: auto;
  font-size: 13px;
}
.ua-mobile .template-item {
  width: calc(50% - 5px);
}
.ua-mobile .template-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 10px;
}
.ua-mobile .template-item {
  -webkit-animation: none;
          animation: none;
}
.ua-mobile .template-item-cover {
  height: 0;
  padding-top: 116.36%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.ua-mobile .template-item-cover:hover .template-item-btns .t-button {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s ease 0.05s;
  transition: 0.2s ease 0.05s;
}
.ua-mobile .template-item-desc {
  font-size: 12px;
}
.ua-mobile .template-item-btns .t-button {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.ua-mobile .page-create-import-dialog .t-dialog,
.ua-mobile .dialog-template-preview .t-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 768px !important;
  height: 100%;
  max-height: 1024px;
}
.ua-mobile .page-create-import-dialog .t-dialog__body,
.ua-mobile .dialog-template-preview .t-dialog__body {
  height: calc(100% - 56px);
}
.ua-mobile .page-create-import-dialog .t-dialog--center,
.ua-mobile .dialog-template-preview .t-dialog--center {
  padding: 0;
  height: 100%;
}
.ua-mobile .page-create-import-dialog .t-dialog__header,
.ua-mobile .dialog-template-preview .t-dialog__header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ua-mobile .page-create-import-dialog .t-dialog {
  height: auto;
  max-height: 100%;
}
.ua-mobile .page-create-import-dialog .t-dialog__body {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.ua-mobile .page-create-import-dialog .t-dialog .t-steps .t-steps-item {
  padding-bottom: 16px !important;
}
.ua-mobile .page-create-import-dialog .t-dialog .t-steps .t-steps-item__title {
  font-size: 14px;
}
.ua-mobile .page-create-import-dialog .t-dialog .import-survey-info {
  padding: 0 16px;
}
.ua-mobile .page-create-import-dialog .t-dialog .import-survey-info-title,
.ua-mobile .page-create-import-dialog .t-dialog .import-survey-info-desc {
  text-align: center;
}
.ua-mobile .page-create-import-dialog .t-dialog .import-survey-add-rule {
  font-size: 12px;
}
.ua-mobile .page-create-import-dialog .t-dialog .import-survey-btns {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  row-gap: 8px;
  background-color: var(--td-bg-color-container);
  border-radius: 0 0 var(--td-radius-default) var(--td-radius-default);
}
.ua-mobile .dialog-template-preview .t-dialog__body {
  position: relative;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-bottom: env(safe-area-inset-bottom);
}
.ua-mobile .dialog-template-preview .t-dialog__body .preview-template {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-bottom: 120px;
}
.ua-mobile .dialog-template-preview .t-dialog__body .preview-template-switch {
  display: none;
}
.ua-mobile .dialog-template-preview .t-dialog__body .preview-template-content {
  width: 100%;
  height: 100%;
}
.ua-mobile .dialog-template-preview .t-dialog__body .preview-template-content--mobile {
  width: 100%;
  height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: none;
}
.ua-mobile .dialog-template-preview .t-dialog__body .preview-template-content--mobile iframe {
  position: static;
  width: 100%;
  height: 100%;
}
.ua-mobile .dialog-template-preview-detail {
  position: static;
  border-left: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.ua-mobile .dialog-template-preview-detail .temp-main {
  display: none;
}
.ua-mobile .dialog-template-preview-detail .temp-ft-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px 20px 0 20px;
  background-color: var(--td-bg-color-container);
  border-top: 1px solid var(--td-component-stroke);
}
.ua-mobile .dialog-template-preview-detail .temp-ft-wrap .t-button--theme-primary {
  height: 48px;
}
@media screen and (max-width: 340px) {
  .ua-mobile .page-create-sidebar .createNav > li {
    width: 50%;
    padding-top: 50%;
  }
}
@media screen and (min-width: 511px) {
  .ua-mobile .template-item {
    width: calc(33.33% - 6.667px);
  }
}
@media screen and (min-width: 662px) {
  .ua-mobile .template-item {
    width: calc(25% - 7.5px);
  }
  .ua-mobile .page-create-sidebar .createNav > li {
    width: 25%;
    padding-top: 25%;
  }
}


/*# sourceMappingURL=create.8c1bdfa7.css.map*/