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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

/**
* 之前打包策略会打入 @tencent/ten-design-react/lib/theme/base.less
* 下面是跟normalize.css差异的部份
*/
ul, dl, li, dd, dt {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/visual-editor/src/style/page.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
body {
  padding: 0;
  margin: 0;
  color: #000;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.ant-input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-x-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-y-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-c {
  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;
}
.flex-x-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.cursor-pointer {
  cursor: pointer;
}
.white-space-10 {
  display: block;
  height: 10px;
}
.white-space-20 {
  display: block;
  height: 20px;
}
.white-space-5 {
  display: block;
  height: 5px;
}
.white-x-space-5 {
  display: inline-block;
  width: 5px;
}
.white-x-space-10 {
  display: inline-block;
  width: 10px;
}
.triangle-bottom {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #A6A6A6;
  margin-top: 3px;
}
.full-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.relative {
  position: relative;
}
.abs {
  position: absolute;
}
.visual-page {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.visual-page .visual-layout .visual-editor_option {
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.visual-page .visual-layout .visual-editor_option::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
}
.visual-page .visual-layout .visual-editor_option::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.visual-page .visual-layout .visual-editor_option::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.visual-page .visual-layout .visual-editor_option::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.visual-page .visual-layout .visual-editor_option::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.visual-page .visual-layout .visual-editor_option::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.visual-page .visual-layout .visual-left-sider {
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.visual-page .visual-layout .visual-left-sider::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
}
.visual-page .visual-layout .visual-left-sider::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.visual-page .visual-layout .visual-left-sider::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.visual-page .visual-layout .visual-left-sider::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.visual-page .visual-layout .visual-left-sider::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.visual-page .visual-layout .visual-left-sider::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/visual-editor/src/core/style.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/visual-editor/src/components/toolRight/styles.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.block-tool {
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}
.block-tool.right {
  width: 40px;
  position: absolute;
  right: -48px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0;
}
.block-tool.right .tool-item {
  height: 40px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-tool.right .tool-item:hover {
  color: #2196f3;
}
.block-tool.right .tool-item:hover path {
  fill: #2196f3;
}
.block-tool.bottom {
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: -48px;
  cursor: pointer;
  line-height: 40px;
}
.block-tool.bottom svg {
  display: inline-block;
  vertical-align: middle !important;
  margin-top: -2px;
  margin-right: 8px;
}
.block-tool.bottom .tool-item {
  width: 110px;
  height: 40px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.block-tool.bottom .tool-item:hover {
  color: #2196f3;
}
.block-tool.bottom .tool-item:hover path {
  fill: #2196f3;
}
.disabled {
  cursor: not-allowed !important;
  color: #e2e2e2;
}
.disabled path,
.disabled rect {
  fill: #e2e2e2 !important;
}
.disabled:hover {
  color: #e2e2e2 !important;
}
.disabled:hover path {
  fill: #e2e2e2 !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/visual-editor/src/view/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-x-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-y-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-c {
  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;
}
.flex-x-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.cursor-pointer {
  cursor: pointer;
}
.white-space-10 {
  display: block;
  height: 10px;
}
.white-space-20 {
  display: block;
  height: 20px;
}
.white-space-5 {
  display: block;
  height: 5px;
}
.white-x-space-5 {
  display: inline-block;
  width: 5px;
}
.white-x-space-10 {
  display: inline-block;
  width: 10px;
}
.triangle-bottom {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #A6A6A6;
  margin-top: 3px;
}
.full-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.relative {
  position: relative;
}
.abs {
  position: absolute;
}
.visual-layout {
  background: #f6f6f6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.visual-content {
  width: calc(100vw - 744px);
  margin: 0 auto;
  background: #fff;
}
.visual-content .visual-main-header {
  background-color: #fff;
  padding: 30px 96px;
}
.visual-content .visual-main-header .wrap {
  border: 1px dashed transparent;
}
.visual-content .visual-main-header .wrap:hover {
  border-color: #2168f3 !important;
  border-style: dashed !important;
}
.visual-content .visual-main-header .wrap:hover .visual-edit-tool {
  display: block;
}
.visual-content .visual-main-content-wrapper {
  border-radius: 4px;
  background-color: inherit;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 3px;
  padding: 32px 0;
}
.visual-content .visual-main-content-wrapper div[data-rbd-draggable-context-id="0"] {
  cursor: move;
}
.visual-content .visual-main-content-wrapper .visual-main-content {
  border-radius: 3px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed transparent;
  margin: 10px 0 40px 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: inherit;
  padding: 16px 60px;
  z-index: 1;
  cursor: move;
}
.visual-content .visual-main-content-wrapper .visual-main-content.active,
.visual-content .visual-main-content-wrapper .visual-main-content:hover {
  -webkit-transform: scale(1.008);
      -ms-transform: scale(1.008);
          transform: scale(1.008);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}
.visual-content .visual-main-content-wrapper .visual-main-content.active .ve-block-tool {
  display: initial;
}
.visual-content .visual-edit-tool {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px #dadada;
          box-shadow: 0 2px 8px #dadada;
  width: 72px;
  position: absolute;
  right: -73px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  z-index: 2;
  display: none;
}
.visual-content .visual-edit-tool .edit-tool-trigger {
  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: 72px;
  height: 72px;
  position: relative;
  cursor: pointer;
}
.visual-content .visual-edit-tool .edit-tool-trigger input[type=file] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.visual-content .visual-edit-tool .edit-tool-trigger .edit-tool-tips {
  position: absolute;
  display: none;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  line-height: 32px;
  width: auto;
  padding: 0 5px;
  white-space: nowrap;
}
.visual-content .visual-edit-tool .edit-tool-trigger .icon-svg {
  width: 22px;
  height: 22px;
}
.visual-content .visual-edit-tool .edit-tool-trigger:hover {
  background: rgba(61, 134, 255, 0.1) !important;
  color: #3d86ff;
}
.visual-content .visual-edit-tool .edit-tool-trigger:hover svg g {
  stroke: #3d86ff;
}
.visual-content .visual-edit-tool .edit-tool-trigger:hover .edit-tool-tips {
  display: block;
}
.ten-loading.ten-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.ten-loading.ten-loading:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.4;
  z-index: -1;
}
.ten-loading .ten-loading__icon-default > span {
  background: #2378FF;
}
.ant-layout-content {
  padding-bottom: 80px;
  width: calc(100vw - 744px);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ant-layout-content {
  overflow: visible !important;
  z-index: 2;
}
.visual-view-origin {
  display: none;
}
.visual-nav-left-wrapper {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
}
.ve-block-tool {
  display: none;
}
.ve-title {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #333;
}
.ve-sub-title {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-bottom: 14px;
  font-weight: 400;
  color: #333;
}
.ve-menu {
  margin-bottom: 10px;
}
.ve-menu .ve-menu-item {
  width: 95px;
  height: 80px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.ve-menu .ve-menu-item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.ve-menu .ve-menu-item img {
  width: 100%;
  margin-bottom: 5px;
}
.ve-menu .ve-menu-item:nth-of-type(odd) {
  margin-right: 12px;
}
.ve-setting {
  position: absolute;
  right: 0;
  width: 288px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 18px 24px;
}
.ve-setting .ve-setting-block {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
}
.ve-setting .setting-item .ten-checkbox,
.ve-setting .setting-item .ten-checkbox__checkbox {
  height: 16px;
}
.visual_block {
  display: inherit;
}
.visual_block .textarea-content,
.visual_block .ve-edit-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.visual_block .ve-text {
  width: 100%;
  cursor: pointer;
}
.visual_block .ve-text .btn-rm {
  display: none;
}
.visual_block .ve-text:hover .btn-rm {
  display: block;
}
.visual_block .ve-text:hover:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #2378FF;
  border-radius: 3px;
}
.ve-edit-input {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ve-edit-input .textarea-content {
  line-height: inherit;
  border: 1px solid transparent;
}
.ve-edit-input input,
.ve-edit-input textarea {
  margin-left: -1px;
  margin-top: -1px;
  cursor: text;
  z-index: 2;
}
.ve-edit-input.input {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.ve-edit-input.input input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 29px;
  border-radius: 3px;
}
.ve-edit-input.textarea .hidden {
  visibility: hidden;
  width: 100%;
}
.ve-edit-input.textarea textarea {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 21px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  line-height: inherit;
  outline: none;
  resize: none;
  overflow: hidden;
}
.ve-edit-input.focus:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #2378FF;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ve-text .btn-rm,
.ve-edit-input .btn-rm {
  position: absolute;
  right: -24px;
  font-size: 24px;
  color: #2378FF;
  font-weight: 100;
  line-height: 24px;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
  cursor: pointer;
}
.ve-text .btn-rm:after,
.ve-edit-input .btn-rm:after {
  content: '';
  right: 12px;
  position: absolute;
  width: 12px;
  height: 100%;
}
.ten-select {
  height: 40px;
  border-radius: 3px;
  margin-bottom: 22px;
}
.ten-select .ten-input__input {
  border-radius: 3px !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/scenes/edit__v2/common/lint/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-lint-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px !important;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.survey-lint-progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
  margin-top: 32px;
}
.survey-lint-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
}
.survey-lint-grade {
  font-weight: 600;
  font-size: 20px;
}
.survey-lint-info {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-lint-fail {
  margin-bottom: 16px;
}
.survey-lint-collapse {
  /**
      关联题目
     */
}
.survey-lint-collapse-title-tag {
  background: #D4E3FC;
  border-radius: 6px;
  width: 40px;
  font-size: 12px;
  color: #0F6BFF;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.survey-lint-collapse-title-tag.level-minor {
  background: #D4E3FC;
  color: #0F6BFF;
}
.survey-lint-collapse-title-tag.level-medium {
  background: #F9E0C7;
  color: #D35A21;
}
.survey-lint-collapse-title-tag.level-major {
  background: #F9D7D9;
  color: #C9353F;
}
.survey-lint-collapse-questions-li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background: unset;
  margin-bottom: 5px;
  display: block;
}
.survey-lint-collapse-questions-li:hover {
  color: #008fff;
}
.survey-lint-collapse-sub.t-collapse {
  background: #f7f7f7;
}
.survey-lint-collapse-sub .t-collapse-panel__wrapper .t-collapse-panel__header {
  padding: 0;
}
.survey-lint-collapse-sub .t-collapse-panel__wrapper .t-collapse-panel__content {
  padding: 0;
}
.survey-lint-collapse .t-collapse-panel__wrapper .t-collapse-panel__content {
  padding-top: 0;
}
.survey-lint-collapse-panel {
  border-radius: var(--td-radius-default);
  background: #f7f7f7;
  margin-bottom: 8px;
  overflow: hidden;
}
.survey-lint-collapse-panel .t-collapse-panel__body {
  background: #f7f7f7 !important;
}
.survey-lint-body {
  position: relative;
  padding: 10px 10px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-y: auto;
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.survey-lint-body::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.survey-lint-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.survey-lint-body::-webkit-scrollbar-track:hover {
  background: #fff;
}
.survey-lint-body::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
  border: solid 2px transparent;
  border-radius: 8px;
}
.survey-lint-body::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
}
.survey-lint-body::-webkit-scrollbar-button {
  display: none;
}
.survey-lint-footer {
  border-top: solid 1px #E7E7E7;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
.survey-lint-container .survey-lint-footer a {
  color: rgba(0, 0, 0, 0.26);
}
.survey-lint-footer a:hover {
  color: #2196f3;
}
.survey-lint-tag-try {
  position: absolute;
  top: 10px;
  right: 10px;
}
.survey-lint-promote {
  position: relative;
}
.survey-lint-promote-wrapper {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.03);
}
.survey-lint-promote-collapse {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.survey-lint-promote-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


/*# sourceMappingURL=edit__v2.259548c8.css.map*/