.upload-input[data-v-4e11cf]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}.el-dialog.is-fullscreen .el-dialog__body{
  height: calc(100% - 60px);
  padding-left: 15px;
  padding-right: 15px;
}
.preview-frame{
  position: relative;
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all .5s
}
.preview-frame:before, .preview-frame:after{
  transition: all .5s
}
.preview-frame.pad, .preview-frame.mobile {
    width: 814px;
    border-radius: 60px;
    background-color: #010002;
    padding: 80px 22px 70px;
}
.preview-frame.pad{
  width: 814px;
  max-height: 1128px;
}

.preview-frame.mobile{
  width: 400px;
  height: 720px;
}
.preview-frame.mobile:before{
  content: "";
  position: absolute;
  top: 30px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #fff;
  left: 50%;
  margin-left: -22px;
}
.preview-frame.mobile:after {
    content: "";
    position: absolute;
    top: 33px;
    left: 50%;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
}
.preview-frame.pad:before {
    content: "";
    position: absolute;
    top: 30px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    left: 50%;
    margin-left: -7px;
}

.preview-frame.pc{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
}
.preview-frameBox {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border: 0px;
}
.preview-icon{
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}
.preview-icon:hover:before{
  color: #337ab7;
}.tinymce-container[data-v-c4076f] {
  position: relative;
  line-height: normal;
}
.tinymce-container[data-v-c4076f] .mce-fullscreen {
  z-index: 10000;
}
.tinymce-textarea[data-v-c4076f] {
  visibility: hidden;
  z-index: -1;
}
.editor-custom-btn-container[data-v-c4076f] {
  position: absolute;
  right: 4px;
  top: 4px;
  /*z-index: 2005;*/
}
.fullscreen .editor-custom-btn-container[data-v-c4076f] {
  z-index: 10000;
  position: fixed;
}
.editor-upload-btn[data-v-c4076f] {
  display: inline-block;
}.el-table .warning-row {
  background: #fde2e2 !important;
}
.el-table .success-row {
  background: #e1f3d8 !important;
}
.el-table .danger-row {
  background: #faecd8 !important;
}
.button-system{
   margin: 0em;
   box-sizing: border-box;
   border-radius: 1px!important;
   border: 1px solid rgb(0, 0, 0, 0.1)!important;
   background-color: rgba(0, 0, 0, 0.1)!important;
   color: rgba(0, 0, 0, 0.5)!important;
}
.template-item{
   position: relative;
   padding-left: 20px;
   margin-bottom: 10px;
   border-bottom: 1px dashed #ccc;
}
.template-item.active::before{
   content: '√';
   width: 10px;
   position: absolute;
   left: 5px;
}
.template-item.active{
   color: #409EFF;
}
.ag-set-filter-list .ag-virtual-list-viewport{
   margin-top: 15px;
}
.search-input{
   margin-bottom: 5px;
   width: 500px;
}
.table-tool-btn-wrapper{
   position: absolute;
   right: 0;
   top: -15px;
}
.table-tool-btn{
   display: none;
   transition: opacity 2s ease;
}
.table-tool-btn__display{
   display: inline-block;
   transition: opacity 2s ease;
}.excel-upload-input[data-v-b4c482]{
  display: none;
  z-index: -9999;
}
.drop[data-v-b4c482]{
  border: 2px dashed #bbb;
  max-width: 400px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  font-size: 24px;
  border-radius: 5px;
  text-align: center;
  color: #bbb;
  position: relative;
}.custom-table tr[data-v-afb782], .custom-table th[data-v-afb782], .custom-table td[data-v-afb782]{
   height: 45px;
   line-height: 45px;
}
.custom-table td[data-v-afb782] {
  padding: 0 5px;
  min-width: 120px;
}
thead tr[data-v-afb782]{
   text-align: center;
   background-color: #5e92ae;
   color: #fff;
   height: 45px;
   line-height: 45px;
}
.cell-item[data-v-afb782]{
  width: 50px;
}
.table-wrapper[data-v-afb782] {
  position: relative;
  margin: 10px 20px;
  padding: 0;
  overflow-x: scroll;
  height: calc(100% - 150px);
  /*border: 1px solid red;*/
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.upload-btn[data-v-afb782] {
  position: absolute;
  top: 80px;
  right: 20px;
}.img-box[data-v-cbd8db] {
  display: flex;
}
.img-box .img-container[data-v-cbd8db] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-right: 20px;
  align-items: center;
  border: 1px solid #ddd;
}
.img-box .img-container .el-image[data-v-cbd8db] {
  width: 100px;
  height: 100px;
}
.img-box .img-container span[data-v-cbd8db] {
  font-size: 12px;
  font-weight: bold;
  background: #ddd;
  width: 100%;
  line-height: 20px;
}
.code[data-v-cbd8db] {
  max-height: 500px;
  overflow: scroll;
}
.line {
    display: flex;
    flex-wrap: wrap;
}

.line .el-form-item {
    display: inline;
    margin-right: 10px;
}

.line .el-form-item__content {
    width: 200px;
}.activeItem {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}.content[data-v-d32bb5] {
  min-height: 300px;
}
.condition-item[data-v-d32bb5] {
  margin-bottom: 2px;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.condition-item .condition-name[data-v-d32bb5] {
  display: inline-block;
  min-width: 55px;
}
.condition-item .condition-value[data-v-d32bb5] {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
}.content[data-v-9cf4ff] {
  min-height: 300px;
}
.list[data-v-9cf4ff] {
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 42px;
  line-height: 42px;
}
.item[data-v-9cf4ff] {
  height: 42px;
  line-height: 42px;
  width: 120px;
}
.item__large[data-v-9cf4ff] {
  width: 200px;
}.pagination-container[data-v-d280c0] {
    background: #fff;
    padding: 16px 8px;
}
.pagination-container.hidden[data-v-d280c0] {
    display: none;
}