[data-v-3502b8a6]:export {
  menuText: #bfcbd9;
  menuActiveText: #1d2d3d;
  subMenuActiveText: #bfcbd9;
  menuBg: #001529;
  menuHover: #77b7fe;
  subMenuBg: #001529;
  subMenuHover: #77b7fe;
  sideBarWidth: 1.1458rem;
}
.pilotSurveyLayout.page-wrap[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail[data-v-3502b8a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-color: #f0f0f0;
}
.pilotSurveyLayout.page-wrap .left[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left[data-v-3502b8a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.pilotSurveyLayout.page-wrap .left .left-title[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .left-title[data-v-3502b8a6] {
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
}
.pilotSurveyLayout.page-wrap .left .left-title .num[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .left-title .num[data-v-3502b8a6] {
  font-size: 11px;
  font-weight: 400;
  color: #888;
}
.pilotSurveyLayout.page-wrap .left .left-title .search-box[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .left-title .search-box[data-v-3502b8a6] {
  position: absolute;
  right: -210px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.pilotSurveyLayout.page-wrap .left .left-title .search-box.show[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .left-title .search-box.show[data-v-3502b8a6] {
  right: 0;
}
.pilotSurveyLayout.page-wrap .left .left-title .search-box .search-icon[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .left-title .search-box .search-icon[data-v-3502b8a6] {
  margin-right: 10px;
  font-size: 18px;
  color: #888;
  cursor: pointer;
}
.pilotSurveyLayout.page-wrap .left .left-title .search-box .search-icon[data-v-3502b8a6]:hover,
.pilotSurveyLayout_layoutDetail .left .left-title .search-box .search-icon[data-v-3502b8a6]:hover {
  color: #ff8100;
}
.pilotSurveyLayout.page-wrap .left .left-title .search-box .el-input[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .left-title .search-box .el-input[data-v-3502b8a6] {
  width: 210px;
}
.pilotSurveyLayout.page-wrap .left ul[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left ul[data-v-3502b8a6],
.pilotSurveyLayout.page-wrap .left .el-tree[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .el-tree[data-v-3502b8a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pilotSurveyLayout.page-wrap .left ul li[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left ul li[data-v-3502b8a6],
.pilotSurveyLayout.page-wrap .left .el-tree li[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .el-tree li[data-v-3502b8a6],
.pilotSurveyLayout.page-wrap .left ul[data-v-3502b8a6] .el-tree-node__content,
.pilotSurveyLayout_layoutDetail .left ul[data-v-3502b8a6] .el-tree-node__content,
.pilotSurveyLayout.page-wrap .left .el-tree[data-v-3502b8a6] .el-tree-node__content,
.pilotSurveyLayout_layoutDetail .left .el-tree[data-v-3502b8a6] .el-tree-node__content {
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
}
.pilotSurveyLayout.page-wrap .left ul li[data-v-3502b8a6]:hover,
.pilotSurveyLayout_layoutDetail .left ul li[data-v-3502b8a6]:hover,
.pilotSurveyLayout.page-wrap .left .el-tree li[data-v-3502b8a6]:hover,
.pilotSurveyLayout_layoutDetail .left .el-tree li[data-v-3502b8a6]:hover,
.pilotSurveyLayout.page-wrap .left ul[data-v-3502b8a6] .el-tree-node__content:hover,
.pilotSurveyLayout_layoutDetail .left ul[data-v-3502b8a6] .el-tree-node__content:hover,
.pilotSurveyLayout.page-wrap .left .el-tree[data-v-3502b8a6] .el-tree-node__content:hover,
.pilotSurveyLayout_layoutDetail .left .el-tree[data-v-3502b8a6] .el-tree-node__content:hover,
.pilotSurveyLayout.page-wrap .left ul li.active[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left ul li.active[data-v-3502b8a6],
.pilotSurveyLayout.page-wrap .left .el-tree li.active[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .left .el-tree li.active[data-v-3502b8a6],
.pilotSurveyLayout.page-wrap .left ul[data-v-3502b8a6] .el-tree-node__content.active,
.pilotSurveyLayout_layoutDetail .left ul[data-v-3502b8a6] .el-tree-node__content.active,
.pilotSurveyLayout.page-wrap .left .el-tree[data-v-3502b8a6] .el-tree-node__content.active,
.pilotSurveyLayout_layoutDetail .left .el-tree[data-v-3502b8a6] .el-tree-node__content.active {
  background-color: #fff2e5;
}
.pilotSurveyLayout.page-wrap .left ul[data-v-3502b8a6] .el-tree-node.is-current > .el-tree-node__content,
.pilotSurveyLayout_layoutDetail .left ul[data-v-3502b8a6] .el-tree-node.is-current > .el-tree-node__content,
.pilotSurveyLayout.page-wrap .left .el-tree[data-v-3502b8a6] .el-tree-node.is-current > .el-tree-node__content,
.pilotSurveyLayout_layoutDetail .left .el-tree[data-v-3502b8a6] .el-tree-node.is-current > .el-tree-node__content {
  background-color: #fff2e5;
}
.pilotSurveyLayout.page-wrap .left ul[data-v-3502b8a6] .el-tree-node__content,
.pilotSurveyLayout_layoutDetail .left ul[data-v-3502b8a6] .el-tree-node__content,
.pilotSurveyLayout.page-wrap .left .el-tree[data-v-3502b8a6] .el-tree-node__content,
.pilotSurveyLayout_layoutDetail .left .el-tree[data-v-3502b8a6] .el-tree-node__content {
  height: 36px;
}
.pilotSurveyLayout.page-wrap .right[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .right[data-v-3502b8a6] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  border-radius: 4px;
}
.pilotSurveyLayout.page-wrap .right .layout-btn[data-v-3502b8a6],
.pilotSurveyLayout_layoutDetail .right .layout-btn[data-v-3502b8a6] {
  position: absolute;
  right: 28px;
  top: 7px;
  z-index: 100;
}
.layout-wrapper[data-v-3502b8a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.layout-wrapper .item-wrap[data-v-3502b8a6] {
  margin-bottom: 20px;
}
.layout-wrapper .item-wrap.right-other[data-v-3502b8a6] {
  margin-bottom: 0;
}
.layout-wrapper .item-wrap.right-other .right-drag-wrap[data-v-3502b8a6] {
  display: none;
}
.layout-wrapper .item-wrap.right-other .right-drag-wrap .item-wrap .right-title[data-v-3502b8a6] {
  padding-left: 20px;
}
.layout-wrapper .item-wrap.right-other .right-drag-wrap .item-wrap .right-title[data-v-3502b8a6]::before {
  display: none;
}
.layout-wrapper .item-wrap.right-other ~ .item-wrap[data-v-3502b8a6] {
  padding-left: 20px;
}
.layout-wrapper .item-wrap.right-other ~ .item-wrap .right-title[data-v-3502b8a6]::before {
  display: none;
}
.layout-wrapper .item-wrap .right-title[data-v-3502b8a6] {
  position: sticky;
  top: 0;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
  z-index: 99;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.layout-wrapper .item-wrap .right-title[data-v-3502b8a6]::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 14px;
  margin-right: 7px;
  margin-bottom: 1px;
  border-radius: 4px;
  background-color: #ff8100;
}
.layout-wrapper .item-wrap .right-title[data-v-3502b8a6]:hover {
  background-color: #fff2e5;
}
.layout-wrapper .item-wrap .right-drag-wrap[data-v-3502b8a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 20px;
  min-height: 36px;
  padding-bottom: 30px;
  border: 1px dashed #ccc;
  border-radius: 4px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item[data-v-3502b8a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 36px;
  padding: 10px 25px 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item.focus-animate[data-v-3502b8a6] {
  padding-bottom: 20px;
  border: 2px dashed;
  border-radius: 4px;
  -webkit-animation: fade-3502b8a6 0.6s infinite,shake-3502b8a6 0.3s ease-out infinite;
          animation: fade-3502b8a6 0.6s infinite,shake-3502b8a6 0.3s ease-out infinite;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item[data-v-3502b8a6]:hover {
  background-color: #fff2e5;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item.not-form[data-v-3502b8a6] {
  margin-bottom: 0;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item.not-form .name[data-v-3502b8a6] {
  min-width: 80px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item.not-form .dynamic-component[data-v-3502b8a6] {
  margin-top: 8px;
  line-height: 1.5;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .name[data-v-3502b8a6] {
  display: inline-block;
  min-width: 180px;
  margin-right: 10px;
  line-height: 36px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[data-v-3502b8a6] {
  pointer-events: none;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[data-v-3502b8a6] * {
  pointer-events: none;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[class*='el-'][data-v-3502b8a6] {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component.el-table[data-v-3502b8a6] {
  display: block;
  height: 115px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component.el-input[data-v-3502b8a6],
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component.el-select[data-v-3502b8a6],
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[data-v-3502b8a6] .el-input {
  width: 260px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component.el-textarea[data-v-3502b8a6] {
  height: auto;
  min-height: 36px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[data-v-3502b8a6] .m5,
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[data-v-3502b8a6] .m10 {
  margin: 10px 10px 0 0;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item .dynamic-component[data-v-3502b8a6] .el-input-number .el-input {
  width: auto;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item.el-form-item[data-v-3502b8a6] .el-form-item__label {
  line-height: 36px;
}
.layout-wrapper .item-wrap .right-drag-wrap .right-child-item.el-form-item[data-v-3502b8a6] .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0 !important;
}
.layout-wrapper .empty[data-v-3502b8a6] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-wrapper .empty p[data-v-3502b8a6] {
  color: #888;
  font-size: 13px;
}
.layout-wrapper .empty .svg-icon[data-v-3502b8a6] {
  width: 110px;
  height: 100px;
}
@-webkit-keyframes fade-3502b8a6 {
from {
    border-color: #ff8100;
}
50% {
    border-color: rgba(255, 129, 0, 0.4);
}
to {
    border-color: #ff8100;
}
}
@keyframes fade-3502b8a6 {
from {
    border-color: #ff8100;
}
50% {
    border-color: rgba(255, 129, 0, 0.4);
}
to {
    border-color: #ff8100;
}
}
@-webkit-keyframes shake-3502b8a6 {
from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-2px) rotateZ(0.2deg);
            transform: translateX(-2px) rotateZ(0.2deg);
}
75% {
    -webkit-transform: translateX(2px) rotateZ(-0.2deg);
            transform: translateX(2px) rotateZ(-0.2deg);
}
to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes shake-3502b8a6 {
from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
25% {
    -webkit-transform: translateX(-2px) rotateZ(0.2deg);
            transform: translateX(-2px) rotateZ(0.2deg);
}
75% {
    -webkit-transform: translateX(2px) rotateZ(-0.2deg);
            transform: translateX(2px) rotateZ(-0.2deg);
}
to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
.pilotSurveyLayout_layoutDetail.drag-wrapper .right.layout-wrapper[data-v-3502b8a6] {
  height: calc(100% - 50px);
}
.pilotSurveyLayout_layoutDetail.drag-wrapper .right.layout-wrapper .drag-item.right-child-item[data-v-3502b8a6] {
  position: relative;
}
.pilotSurveyLayout_layoutDetail.drag-wrapper .right.layout-wrapper .drag-item:hover .close[data-v-3502b8a6] {
  display: block;
}
.pilotSurveyLayout_layoutDetail.drag-wrapper .right.layout-wrapper .drag-item:hover .close[data-v-3502b8a6]:hover {
  color: #fff;
  background-color: #999;
  border-radius: 100%;
  padding: 1px;
}
.pilotSurveyLayout_layoutDetail .close[data-v-3502b8a6] {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pilotSurveyLayout_layoutDetail .left .left-wrap[data-v-3502b8a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pilotSurveyLayout_layoutDetail .left .left-wrap[data-v-3502b8a6]:first-child {
  height: 40%;
}
.pilotSurveyLayout_layoutDetail .left .left-wrap[data-v-3502b8a6]:last-child {
  height: 60%;
}
.pilotSurveyLayout_layoutDetail .left .left-wrap .left-title[data-v-3502b8a6] {
  background-color: #f0f0f0;
}
.pilotSurveyLayout_layoutDetail .left .left-wrap .left-wrap[data-v-3502b8a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}


/*# sourceMappingURL=120.f71907c4.css.map*/