
.zone-editor-modules {
    display: flex;
    flex-wrap: wrap;
}
.zone-editor-module-item {
    padding: 20px;
    width: 70px;
    text-align: center;
    line-height: 1.8em;
}
.zone-editor-module-thumb {
    position: relative;
}
.zone-editor-module-thumb .thumb {
    padding-top: 100%;
    position: relative;
}
.zone-editor-module-thumb .thumb>div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zone-editor-module-thumb .thumb img {
    max-width: 100%;
    max-height: 100%;
}
.zone-editor-module-state {
    position: absolute;
    right: 4px;
    top: 0;
}
.zone-editor-module-action {
    right: -21px;
    top: 0;
    position: absolute;
}
.zone-editor-module-action i {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 3px;
    padding: 2px;
    cursor: pointer;
}


.zone-editor-skin {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.zone-editor-skin-item {
    width: 200px;
    margin: 10px;
    text-align: center;
    line-height: 2em;
    background: #fff;
    padding: 3px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 3px;
}
.zone-editor-skin-item.selected {
    border-color: #67C23A;
}
.zone-editor-skin-item * {
    cursor: pointer;
}
.zone-editor-skin-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.zone-editor-skin-item .thumb {
    padding-top: 50%;
    position: relative;
}
.zone-editor-skin-item .thumb .selected {
    position: absolute;
    right: 6px;
    top: 6px;
    background: #67C23A;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #fff;
}
.zone-editor-skin-item .thumb>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.er-zone-editor-plate .head {

    background: #20a0ff;
}
.er-zone-editor-plate .head .title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 10px;
}
.er-zone-editor-plate .head .action {
    padding: 10px;
}
.er-zone-editor-plate-wrap {
    width: 1200px;
    margin: auto;
}
.er-zone-editor-plate .head .er-zone-editor-plate-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.er-zone-editor-plate .head .tabs {
    align-self: flex-end;
}
.er-zone-editor-plate .head .tabs span {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    line-height: 2.5em;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.3rem;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}
.er-zone-editor-plate .head .tabs span.active {
    color: #666;
    background: #f7f7f7;
}
.er-zone-editor-plate .body {
    background: #eeeef0;
    height: 200px;
}
.er-zone-editor-plate .body .er-zone-editor-plate-wrap {
    background: #f7f7f7;
    height: 100%;
}
.er-zone-editor-plate .body .er-zone-editor-plate-wrap>div {
    height: 100%;
    overflow: auto;
}


.er-zone-editor-toolbar {
    position: absolute;
    left: 0;
    top: 0;
}
.er-zone-editor-toolbar-l {
    position: absolute;
}
.er-zone-editor-toolbar-l.l-t {
    border-top: 1px dashed #409eff;
}
.er-zone-editor-toolbar-l.l-r {
    border-right: 1px dashed #409eff;
}
.er-zone-editor-toolbar-l.l-b {
    border-bottom: 1px dashed #409eff;
}
.er-zone-editor-toolbar-l.l-l {
    border-left: 1px dashed #409eff;
}
.er-zone-editor-toolbar-btns {
    background: #409eff;
    position: absolute;
}
.er-zone-editor-toolbar-btns i {
    color: #fff;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
}
.er-zone-editor-toolbar-btns>span {
    color: #fff;
    padding: 0 .5rem;
}
.er-zone-editor-toolbar-btns>* {
    vertical-align: middle;
}


.zone-module-config-tabs .el-tabs__nav-scroll {
    padding: 0 10px;
}
.zone-module-config-tabs .el-tabs {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.zone-module-config-tabs .el-tabs__content {
    -webkit-box-flex: 1;
    overflow: auto;
}
.zone-module-config-tabs .el-tabs__header {
    margin-bottom: 0;
}


.er-site-editor-sizebar {
    position: absolute;
    left: 0;
    top: 0;
}
.er-site-editor-sizebar .flag {
    /* background: #f00; */
    position: absolute;
}


.er-site-editor-drag-pos {
    position: absolute;
    left: 0;
    top: 0;
}
.er-site-editor-drag-c {
    background: rgb(255, 145, 0);
    height: 3px;
    position: absolute;
}


.zone-page-json .er-container-empty .el-button,
.zone-page-json .er-container-empty .prompt {
    display: none;
}
.er-zone-editor {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
.er-zone-editorbar {
    position: fixed;
    right: 0;
    top: 60px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transform: translateX(40px);
    transition: all .3s ease-in-out;
}
.er-zone-editorbar * {
    cursor: pointer;
}
.er-zone-editorbar:hover {
    color: #409EFF;
    transform: translateX(0);
}
.er-zone-editorbar i {
    margin-right: 7px;
    font-weight: bold;
}
.er-zone-editor-plate-wrap .el-tabs__content {
    height: 100%;
    overflow: auto;
}
.ef-json-form-label {
font-size: 1rem !important;
}


.er-img-croper-upload {
    display: inline-block;
    line-height: 0;
    position: relative;
}
.er-img-croper-upload-button .webuploader-container {

    position: relative;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    border: 1px dashed #ddd;
    border-radius: 4px;
    background-size: 100%;
    background-position: center center;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: initial !important;
    padding: 0;
}
.er-img-croper-upload-button-custom .webuploader-container {
    width: auto;
    height: auto;
    border: 0;
}
.er-img-croper-upload-button .webuploader-container:before {
    content: "+";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2rem;
    margin-left: -2rem;
    font-size: 4rem;
    color: #666;
    height: 4rem;
    width: 4rem;
    text-align: center;
    line-height: 1em;
}
.er-img-croper-upload-button-custom .webuploader-container:before {
    display: none;
}
.er-img-croper-ok .webuploader-container:before {
    display: none;
}
.er-img-croper-upload-button .webuploader-container input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.er-img-croper-upload-button .webuploader-container>div {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
}
.er-img-croper-upload-label,
.er-img-croper-upload-button .webuploader-container>div.er-img-croper-upload-label,
.webuploader-container>div.er-img-croper-upload-label,
.er-img-upload-label {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    line-height: 1em;
    padding: 6px 0;
    background: rgba(32, 159, 255, 0.5);
    color: #fff;
    text-align: center;
}
.er-img-croper-upload-button .webuploader-pick {
    display: none;
}
.er-img-croper-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    opacity: 0;
    -webkit-transform: scale(0);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    z-index: 10;
}
.er-img-croper-lr:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
.er-img-croper-lrs {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.er-img-croper-lr>div {
    background: #fff;
    width: 60rem;
    height: 46rem;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:480px) {
.er-img-croper-lr {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
}
.er-img-croper-lr>div {
        width: 100%;
        height: 100%;
}
.er-img-croper-line {
        display: none;
}
.er-img-croper-point {
        display: none;
}
.er-img-croper-dashed {
        display: none;
}
}
.er-img-croper-wraper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    position: relative;
}
.er-img-croper-review {
    width: 30%;
    margin-left: 1.5rem;
    display: none;
}
@media only screen and (max-width:480px) {
.er-img-croper-review {
        margin-left: 0;
        padding: 1rem;
        width: 40%;
}
}
.er-img-croper-wraper {
    position: absolute;
    left: 0;
    top: 3.6rem;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.er-img-croper-wraper,
.er-img-croper-drager-review span {
    background:
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQTMzNzQyQzZBOEUxMUU5QUQ4Rjk4REFDRjI4QkNENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQTMzNzQyRDZBOEUxMUU5QUQ4Rjk4REFDRjI4QkNENyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRBMzM3NDJBNkE4RTExRTlBRDhGOThEQUNGMjhCQ0Q3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRBMzM3NDJCNkE4RTExRTlBRDhGOThEQUNGMjhCQ0Q3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iwllZgAAABhQTFRFy8vLycnJzc3NysrK/f39/v7+////zMzMxFalIAAAAEFJREFUeNp0jjsWADAIwuj//jfuQujga0aNiIZZRrCNjonBoBjTVKObZDSTEzb0ef8Bg/AYGRD2N8igT07ocwUYAIamBLHuoZ3EAAAAAElFTkSuQmCC");
}
.er-img-croper-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.er-img-croper-mask:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}
.er-img-croper-mask img {
    max-width: 100%;
    max-height: 100%;
}
.er-img-croper-drager-review {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
}
.er-img-croper-drager-review span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.er-img-croper-drager-review span img {
    max-width: 100%;
    max-height: 100%;
}
.er-img-croper-drager {

    position: absolute;
    left: 20%;
    top: 20%;
    right: 20%;
    bottom: 20%;
    border: 1px solid #049ad2;
}
.er-img-croper-dashed {
    position: absolute;
    border: 0 dashed #049ad2;
    opacity: .5;
}
.dashed-h {
    top: 33%;
    bottom: 33%;
    left: 0;
    right: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.dashed-v {
    left: 33%;
    right: 33%;
    top: 0;
    bottom: 0;
    border-left-width: 1px;
    border-right-width: 1px;
}
.er-img-croper-line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.line-t {
    top: -2px;
    height: 5px;
    cursor: n-resize;
}
.line-r {
    width: 5px;
    right: -2px;
    cursor: e-resize;
}
.line-b {
    height: 5px;
    bottom: -2px;
    cursor: s-resize;
}
.line-l {
    width: 5px;
    left: -2px;
    cursor: w-resize;
}
.er-img-croper-point {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #049ad2;
}
.point-t {
    top: -3px;
    left: 50%;
    margin-left: -2px;
    cursor: n-resize;
}
.point-r {
    top: 50%;
    right: -3px;
    margin-top: -2px;
    cursor: e-resize;
}
.point-b {
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
    cursor: s-resize;
}
.point-l {
    left: -3px;
    top: 50%;
    margin-top: -2px;
    cursor: w-resize;
}
.point-tl {
    left: -3px;
    top: -3px;
    cursor: nw-resize;
}
.point-tr {
    right: -3px;
    top: -3px;
    cursor: ne-resize;
}
.point-bl {
    left: -3px;
    bottom: -3px;
    cursor: sw-resize;
}
.point-br {
    right: -3px;
    bottom: -3px;
    cursor: se-resize;
}
.er-img-croper-face {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    cursor: move;
}
.er-img-croper-imgrev {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.er-img-croper-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*transform-origin: center center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.er-img-croper-image img {
    max-width: 100%;
    max-height: 100%;
}
.er-img-croper-title {
    line-height: 3.6rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    color: #666;
    background: #fff;
}
.er-img-croper-back {
    cursor: pointer;
    visibility: hidden;
}
.er-img-croper-back:hover {
    color: #20a0ff;
}
.er-img-croper-close {
    cursor: pointer;
}
.er-img-croper-close:hover {
    color: #20a0ff;
}
@media only screen and (max-width:480px) {
.er-img-croper-back {
        visibility: visible;
}
.er-img-croper-close {
        visibility: hidden;
}
}
.er-img-croper-titletext {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    text-align: center;
    font-size: 1.4rem;
}
.er-img-croper-back {
    padding-left: .5rem;
    font-size: 1.1rem;
}
.er-img-croper-close {
    padding-right: .5rem;
    font-size: 2.6rem;
}
.er-img-croper-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
}
.er-img-croper-action a {
    display: inline-block;
    line-height: 2.6rem;
    padding: 0 1.5rem;
    color: #fff;
    background: #20a0ff;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    cursor: pointer;
}
.er-img-croper-action a:hover {
    background: #555;
}
.er-img-croper-disabled {
    position: relative;
}
.er-img-croper-disabled .webuploader-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.ef-size {
    display: flex;
    align-items: center;
}
.ef-size-input {
    flex: auto;
}
.ef-size-unit {
    width: 3.4em;
    flex: 0 0 3.4em;
}
.ef-size-unit .el-input__suffix {
    right: 0;
}


.ef-ratio {
    display: flex;
    align-items: center;
}
.ef-ratio-input {
    flex: auto;
}
.ef-raito-sp {
    margin: 0 5px;
}


.ef-select .el-select {
    width: 100%;
}


.ef-gradual-bar-c {
    display: flex;
    align-items: center;
}
.ef-gradual-bar-c .deg {
    width: 3rem;
    margin-left: 1rem;
    border: 1px solid #ddd;
    color: #666;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .8rem;
}
.ef-gradual-bar-c .deg input {
    border: 0;
    background: transparent;
    width: 2rem;
    padding: 0;
    text-align: center;
    font-size: .9rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}
.ef-gradual-bar {
    position: relative;
}
.ef-gradual-bar-bg {
    height: 1rem;
    flex: auto;
    position: relative;
}
.ef-gradual-point.active {
    background: transparent;
}
.ef-gradual-point {
    position: absolute;
    width: .7rem;
    height: .7rem;
    border: 2px solid #409EFF;
    left: -.5rem;
    top: 0;
    display: inline-block;
    background: #fff;
}
.ef-gradual-point .delete {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    padding: 0 2px;
    width: 14px;
    text-align: center;
    margin-left: -9px;
    display: inline-block;
    border: 1px solid #409EFF;
    cursor: pointer;
}
.ef-gradual-point .delete:hover {
    color: #409EFF;
}


.ef-color-picker-pane {
    padding: 2px;
}
.ef-color-input {
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 4px;
    padding: 0;
    display: flex;
}
.ef-color-form {
    flex: auto;
}
.ef-color-input input {
    border: 0;
    background: transparent;
    width: 100%;
    font-family: Arial;
}
.ef-color-result {
    width: 3rem;
    margin: 2px;
}
.ef-color-picker {
    width: 24px;
}
.ef-color-picker-popover {
    padding: 0;
}
.ef-color-picker-type {
    display: flex;
}
.ef-color-picker-type>div {
    width: 50%;
    text-align: center;
    line-height: 1em;
    background: rgba(0, 0, 0, 0.5)
}
.ef-color-picker-type>div.active {
    background: transparent;
}
.ef-color-picker-type>div img {
    margin: 6px 0;
    width: 16px;
}
.ef-color-picker-form {
    display: flex;
    text-align: center;
    font-size: 1rem;
    margin: 0 .5rem;
}
.ef-color-picker-form .hex {
    width: 34%;
    padding: 0 1% 0 0;
}
.ef-color-picker-form .r,
.ef-color-picker-form .g,
.ef-color-picker-form .b,
.ef-color-picker-form .a {
    width: 15%;
    padding: 0 1%;
}
.ef-color-picker-form .a {
    padding-right: 0;
}
.ef-color-picker-form input {
    width: 100%;
    padding: 0;
    border: 0;
    font-size: .9rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border: 1px solid #ddd;
}
.ef-color-picker-action {
    text-align: center;
    padding: .5em;
}
.ef-color-plate {

    padding: .5rem;
}
.ef-color-plate .first {
    display: flex;
}
.ef-color-plate .left {
    flex: auto;
}
.ef-color-plate .main {
    padding-top: 100%;
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    position: relative;
}
.ef-color-plate .main .dark {
    background-image: linear-gradient(0deg, #000, transparent);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.ef-color-plate .right {
    width: 1.5rem;
}
.ef-color-plate .deg {
    width: 1rem;
    height: 100%;
    margin-left: .5rem;
    background: linear-gradient(180deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
    position: relative;
}
.ef-color-result,
.ef-color-plate .opacity {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.ef-color-plate .opacity {
    margin-top: .5rem;
    height: 1rem;
    position: relative;
}
.ef-color-plate .opacity .bar {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
    height: 100%;
}
.ef-color-plate .slider {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #20a0ff;
    transform-origin: center center;
}
.ef-color-plate .opacity .slider {
    left: -0.5rem;
}
.ef-color-plate .main .slider {
    left: -0.5rem;
    top: -0.5rem;
}
.ef-color-plate .deg .slider {
    top: -0.5rem;
}
.ef-color-picker-r {
    padding: .5rem .5rem 0;
}
.ef-color-pre {
    display: flex;
    flex-wrap: wrap;
}
.ef-color-preitem {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
}


.ef-status{
    font-size:1rem;
    line-height: 2em;
    cursor: pointer;
}
.ef-status *{
    cursor: pointer;
}
.ef-status i{
    margin-right:.3rem;
}


.ef-split>div {
    display: flex;
    align-items: center;
}
.ef-split .separate {
    padding: 5px;
}
.ef-split .unit{
    margin-left:5px;
}


.ef-font-color .el-radio {
    margin-right: 10px !important;
}
.ef-font-color>div * {
    vertical-align: middle;
}
.ef-font-color .el-color-picker__trigger {
    padding: 0px;
    border: 0;
    width: 20px;
    height: 20px;
}
.ef-font-color .el-color-picker--mini {
    height: 22px;
}
.ef-font-color .el-radio__label {
    padding-left: 5px;
}


.ef-font-style span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    vertical-align: middle;
}
.ef-font-style span:hover {
    background: #f0f0f0;
}
.ef-font-style span.selected {
    background: #20a0ff;
    color: #fff;
}
.ef-font-style .b {
    font-weight: bold;
}
.ef-font-style .i {
    font-style: italic;
    font-family: Times;
}
.ef-font-style .u {
    text-decoration: underline;
    font-size: 1.1rem;
}


.ef-font-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.ef-font-item label {
    margin-right: 6px;
    font-size: 12px;
    padding-left: 4px;
}


.ef-border-border {
    border-bottom: 2px;
    border-color: #333;
    height: 0px;
}
.ef-border-style-value {
    padding: .5rem;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
}
.ef-border-style-value i {
    margin-left: 1rem;
}
.ef-border-style-value .ef-border-border {
    flex: auto;
}
.ef-border-popover>div {
    padding: .3rem 0 0.5rem;
    cursor: pointer;
}
.ef-border-popover>div:hover {
    background-color: #f0f0f0;
}
.ef-border-popover .ef-border-border {
    display: inline-block;
    width: 100%;
}
.ef-border-double {
    border-width: 3px;
}


.ef-simple-colors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ef-simple-color-item.selected {
    border-radius: 5px;
}
.ef-simple-color-item {
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    transform: rotate(45deg);
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.ef-simple-color-item span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ef-simple-color-value .ef-simple-color-item {
    margin: 0;
}


.ef-array {
    display: flex;
}
.ef-array-item {
    display: flex;
    align-items: center;
    padding-right: 1rem;
}
.ef-array-item:last-child {
    padding-right: 0;
}


.er-formitem {
    display: flex;
    position: relative;
    margin-bottom: 22px;
}
.er-formitem-label {
    display: flex;
    justify-content: flex-end;
    line-height: 28px;
    min-height: 28px;
    flex: 0 0 25%;
    max-width: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.er-formitem-control {
    flex: 0 0 50%;
    max-width: 50%;
}
.er-formitem-control-extra {
    min-height: 22px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
}
.er-formitem-control-error {
    min-height: 22px;
    line-height: 22px;
    color: #ff4d4f;
}
.er-formitem-label-colon {
    margin-left: 2px;
    margin-right: 8px;
}
.form-is-error .el-input__inner {
    border-color: #ff4d4f;
}
.er-formitem-inline {
    display: inline-flex;
    margin-bottom: 0;
}
.er-formitem-inline .er-formitem-label {
    flex: initial;
    max-width: none;
}
.er-formitem-inline .er-formitem-control {
    flex: initial;
    max-width: none;
}


.er-card-border {
    border: 1px solid #f0f0f0;
}
.er-card-head {
    padding: 0 2rem;
    display: flex;
    align-items: center;
    line-height: 3em;
    font-size: 1.2rem;
    border-bottom: 1px solid #f0f0f0;
}
.er-card-exta {
    font-size: 1rem;
}
.er-card-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.er-card-body{
    padding:2rem;
}


.er-grid {
    display: grid;
}


.er-space {
    display: flex
}


.er-form-layout{
    padding:20px;
}


.er-text{
    font-size: 1.2rem;
}


.ef-input-item {
    padding: 4px 4px;
    cursor: pointer;
}
.ef-input-item:hover {
    background: #f4f4f4;
}


.esLink>div {
    padding: 4px 0;
}


.esradius{
    position: relative;
}
.esradius-row,
.esradius-row>div {
    display: flex;
    align-items: center;
}
.esradius-row>div {
    margin-bottom: 2px;
}
.esradius-row>div:first-child {
    margin-right: 40px;
}
.esradius-row .el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.esradius .unit {
    line-height: 2em;
}
.esradius .esradius-link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.65em;
    margin-top: -.8em;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    background: #409EFF;
    padding: 0 .2rem;
    border-radius: 3px;
}
.esradius .esradius-link.disabled {
    color: #aaa;
    background: none;
}
.esradius .esradius-link .el-icon-link {
    transform: rotate(45deg);
    font-size: 1.3rem;
}


.es-border-popper .el-select-dropdown__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
}
.es-border-popper .el-select-dropdown__item>div {
    width: 100%;
    border-color: #666;
}


.es-column-style-value {
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.icon-list>span {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 5px;
    vertical-align: middle;
}
.icon-empty {
    text-align: center;
    font-size: 1.4rem;
    color: #888;
    line-height: 9rem;
}
.icon-list .icon,
.es-column-style-value .icon {
    width: 9.8rem;
    height: 6.8rem;
    line-height: 6.8rem;
    display: inline-block;
    vertical-align: -0.15em;
    fill: currentColor;
    text-align: center;
    overflow: hidden;
    color: #409EFF;
}
.es-column-style-value .icon{
     width: 5.8rem;
     height: 3.8rem;
     line-height: 3.8rem;
}
.icon-list>span.selected {

    border: 1px solid #409EFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}


.esLink {
    display: flex;
}
.esLink-flex {
    flex: 0 0 7em;
}


.esposition {
    position: relative;
}
.esposition .espostion-link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.65em;
    margin-top: -.8em;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    background: #409EFF;
    padding: 0 .2rem;
    border-radius: 3px;
}
.esposition .espostion-link.disabled {
    color: #aaa;
    background: none;
}
.esposition .espostion-link .el-icon-link {
    transform: rotate(45deg);
    font-size: 1.3rem;
}
.esposition-row,
.esposition-row>div {
    display: flex;
    align-items: center;
}
.esposition-row>div {
    margin-bottom: 2px;
}
.esposition-row>div:first-child {
    margin-right: 40px;
}
.esposition-row .el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.esposition .unit {
    line-height: 2em;
}


.es-background-pos-icons>i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border: 1px solid #ddd;
    cursor: pointer;
}
.es-background-pos-icons>i:hover {
    background: #f7f7f7;
}
.es-background-pos-icons>i:nth-child(2) {
    border-left: 0;
    border-right: 0
}
.es-background-pos-icons.first>i,
.es-background-pos-icons.second>i {
    border-bottom: 0;
}
.es-background-pos-icons>i.active {
    background: #409EFF;
    color: #fff;
}
.es-background-pos-icons.first>i:first-child {
    border-radius: 4px 0 0 0;
}
.es-background-pos-icons.first>i:last-child {
    border-radius: 0 4px 0 0;
}
.es-background-pos-icons.third>i:first-child {
    border-radius: 0 0 0 4px;
}
.es-background-pos-icons.third>i:last-child {
    border-radius: 0 0 4px 0;
}
.es-background-pos-icons{
    display: flex;
}


.es-background-size {
    display: flex;
}
.es-background-size>.el-select {
    flex: 0 0 7em;
}
.es-background-size>.el-input {
    flex: auto;
}


.sys-images {
    display: -webkit-box;
    height: 100%
}
.sys-images-sorts {
    width: 190px;
    padding: 5px;
    overflow: auto;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.sys-images .images-con {
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.sys-images .pagination {
    height: 40px;
}
.sys-images .images {
    -webkit-box-flex: 1;
    overflow: auto;
    display: -webkit-box;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 0;
}
.screen-images-tabs .sys-images .image-item {
    width: 25%;
}


.es-site-image-view {
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.es-site-image-view img {
    max-width: 100%;
    max-height: 100%;
}
.es-site-image-action {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: none;
}
.es-site-image-view:hover .es-site-image-action {
    display: flex;
}
.es-site-image-view:hover i {
    display: none;
}
.es-site-image-view .el-icon-plus {
    font-size: 2em;
    color: var(--datav-font-color)
}
.screen-images-tabs {
    height: 100%;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
}
.screen-images-tabs>.el-tabs__header {
    margin-bottom: 0 !important;
}
.screen-images-tabs .el-tabs__content {
    -webkit-box-flex: 1;
}
.screen-images-tabs .el-tab-pane {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 !important;
}
.screen-images-tabs .images {
    -webkit-box-flex: 1;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    cursor: pointer;
    padding: .5rem;
}
.screen-images-tabs .image-view {
    display: flex;
}
.screen-images-tabs .image-view img {
    max-width: 100%;
    max-height: 100%;
}
.screen-images-tabs .image-item {
    width: 20%;
}
.screen-images-tabs .image-item>div {
    margin: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 60%;
    position: relative;
    cursor: pointer;
    background: #eee;
}
.screen-images-tabs .image-item>div.selected,
.screen-images-tabs .image-item>div:hover {
    border-color: var(--datav-main-color);
}
.screen-images-tabs .image-item>div>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screen-images-tabs .image-item .iconfont {
    font-size: 4rem;
}
.screen-images-tabs .image-item>div>div.title {
    top: auto;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: block;
}
.screen-images-tabs .image-item img {
    max-width: 100%;
    max-height: 100%;
}


.er-char-icon-dialog {}
.er-char-icon-dialog .el-dialog__body {
  padding: 0px;
}
.diaBox .el-row {
  display: flex;
  flex-wrap: wrap;
}
.diaBox svg {
  fill: currentColor;
}
.diaBox .er-char-icon-wrap>div {
  display: flex;
  flex-wrap: wrap;
}
.diaBox .search-top {
  width: 100%;
}
.search-top {
  margin-top: 0;
}
.er-char-icon-wrap>>>.el-collapse-item__wrap {
  border-bottom: 0;
}
.diaBox {
  width: 100%;
}
.diaBox .el-tabs__nav-wrap {
  line-height: 44px;
}
.er-icon-class {
  width: 6rem;
  padding: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.er-icon-class .icon {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  text-align: center;
}
.diaBox .active {
  border: 1px solid #409EFF;
  box-sizing: initial !important;
  color: #409EFF;
  border-radius: 4px;
}
.diaBox>>>.el-tabs__header {
  margin-bottom: 10px;
}
.er-char-icon-class {
  margin: 0.8rem;
  text-align: center;
}
.er-icon-class span {
  margin-top: 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.er-char-icon-wrap {
  height: 50vh;
  overflow: auto;
}


svg.icon[data-v-7912e3bc] {
  vertical-align: middle;
  /* width: 100%; */
  height: 100%;
  fill: currentColor;
  overflow: hidden;
  width: 20px;
}


.iconBox[data-v-d2f512c6] {
    text-align: center;
    font-size: 2em;
    line-height: 2em;
    display: inline-block;
    width: 2em;
    height: 2em;
}
.er-freeform-action[data-v-d2f512c6] {
    display: flex;
    align-items: center;
}
.er-freeform-action .el-link[data-v-d2f512c6] {
    margin-left: .5rem;
}


.es-file-player * {
    max-width: 100%;
    max-height: 100%;
}


.ef-file-lr {
    height: 98%;
    width: 98%;
    display: -webkit-box;
    margin: 1%;
}
.ef-file-l {
    width: 40%;
    height: 100%;
    overflow: auto;
    position: relative;
}
.ef-file-r {
    width: 59%;
    margin-left: 1%;
    position: relative;
}
.ef-file-l::before,
.ef-file-r::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.es-file-player {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ef-file-local-l {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ef-file-local-l .ef-file-list {
    -webkit-box-flex: 1;
    overflow: auto;
    position: relative;
}
.ef-file-local-l .ef-file-list>div {
    padding: .6rem;
    cursor: pointer;
}
.ef-file-local-l .ef-file-list>div:hover,
.ef-file-local-l .ef-file-list>div.selected {
    background: rgba(255, 255, 255, 0.1);
}
.es-file-player {
    position: relative;
    color: rgba(255, 255, 255, 0.2);
}
.ef-file-link {
    width: 98%;
    height: 98%;
    margin: 1%;
    display: flex;
    flex-direction: column;
}
.ef-file-link-form {
    margin-bottom: 1%;
}
.ef-file-link-body {
    flex: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.screen-images-tabs .ef-file-list .image-item {
    width: 50%;
}


.es-styles-form {
    padding: .5rem;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    background: #fff;
}
.es-styles-list {
    display: flex;
    flex-wrap: wrap;
}
.es-styles-list>div {
    margin: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
}
.es-styles-list-item {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.es-styles-list>div * {
    cursor: pointer;
}
.es-styles-list>div .es-styles-list-item:hover,
.es-styles-list>div.selected .es-styles-list-item {
    border-color: #20a0ff;
}
.es-styles-list>div.selected .es-styles-list-item:after {
    font-size: .8rem;
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    width: 2rem;
    height: 2rem;
    padding-left: .3rem;
    padding-top: .2rem;
    background-color: #20a0ff;
    content: "\e6da";
    color: #fff;
    border-radius: 1.5rem 1rem;
    font-family: element-icons !important;
    line-height: 100%;
    text-align: left;
}


.es-border {
    position: relative;
}
.es-border .espostion-link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.65em;
    margin-top: -.8em;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    background: #409EFF;
    padding: 0 .2rem;
    border-radius: 3px;
}
.es-border .espostion-link.disabled {
    color: #aaa;
    background: none;
}
.es-border .espostion-link .el-icon-link {
    transform: rotate(45deg);
    font-size: 1.3rem;
}
.es-border-row,
.es-border-row>div {
    display: flex;
    align-items: center;
}
.es-border-row>div {
    margin-bottom: 2px;
}
.es-border-row>div:first-child {
    margin-right: 40px;
}
.es-border-row .el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.es-border .unit {
    line-height: 2em;
}

 .ef-json-group-t {
     display: flex;
     justify-content: space-between;
     padding: .5rem;
     border-bottom: 1px solid #ddd;
     font-weight: bold;
     cursor: pointer;
     background: rgba(0, 0, 0, 0.05);
 }

 .ef-json-group-b {
     /* height: 0; */
     overflow: hidden;
     flex:auto;
 }

 .ef-json-group-bc {
     display: flex;
     flex-wrap: wrap;
     padding: .5rem;
     align-items: baseline;
 }
  .ef-json-group-fold{
      display: flex;
  }
  .ef-json-group-t .ef-json-group-label {
      display: flex;
      align-items: center;
  }
  .ef-json-group-fold  .ef-json-group-t .ef-json-group-label {
      display: block;
  }
 .ef-json-group-t .ef-json-group-label span{
      margin-right:0.5rem;
  }
 .ef-json-group-fold .ef-json-group-t .ef-json-group-label span{
     margin-right:0;
 }
 .ef-json-group-t .ef-json-group-label .ef-json-form{
      width:auto!important;
  }
 .ef-json-group-t .ef-json-form-item{
     order:-1;
 }
  .ef-json-group-t .ef-json-group-label .ef-json-form-con{
    padding:0;align-items: center;
   }
  .ef-json-group-t .ef-json-group-label .ef-json-form-label{
       line-height: 1em;
       width:auto;
       flex:auto;
   }
 .ef-json-group-fold .ef-json-group-arrow{
     display: none;
 }
  .ef-json-group-fold .ef-json-group-t{
      border-bottom:0;
      width:6rem;
      flex:0 0 6rem;
  }

  .ef-json-group-fold .ef-json-group-label{
      width:100%;
      text-align: right;
      line-height:1.8em;
      font-weight: normal;
  }
  .ef-json-group-fold .ef-json-form-con{
      display: flex;
      flex-direction: column;
      padding-left:0;
      padding-bottom:0;
  }
  .ef-json-group-fold .ef-json-form-item{
      order:-1;
      width:100%;
  }
   .ef-json-group-fold .ef-json-form-label{
       width:auto;
       flex:auto;
       color:rgba(255,255,255,0.3);
       line-height: 2em;
   }
   .ef-json-group-fold .ef-json-group-bc{
       padding:0;
   }
 .ef-json-render {
     display: flex;
     flex-wrap: wrap;
         align-content: flex-start;
         align-items: center;
 }

 .ef-json-form-con {
     display: flex;
     align-items: center;
 }

 .ef-json-form-label {
     margin-right: .5rem;
     font-size: .7rem;
 }

 .ef-json-form .el-input__inner {
     padding: 0 6px;
 }

 .ef-json-form .el-checkbox__label,
 .er-json-form .el-radio__label {
     font-size: 0.7rem;
     padding-left: 6px;
 }

 .ef-json-form .el-checkbox,
 .ef-json-form .el-radio {
     margin-right: 8px;
 }
 .ef-json-form .el-checkbox__label,
  .ef-json-form .el-radio__label{
      font-size:12px;
      padding-left:4px;
  }
 .ef-json-sort{
     width:100%;
 }
 .ef-json-sort-title{
  
         display: flex;
    justify-content: space-between;
    line-height: 2.6em;
    border-bottom: 1px solid #ddd;
    padding: 0 .5rem;
    font-weight: bold;
 }
  .ef-json-sort-b {
     /* height: 0; */
     overflow: hidden;
     flex:auto;
     padding:0!important;
 }
 .ef-json-sort-con{
     padding:.5rem 0;
         padding: .5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 }
 .ef-json-group {
     width: 100%;
 }

 .ef-json-form-con {
     padding: .4rem;
 }
 
 .ef-json-form-label {
     width: 6rem;
     flex: 0 0 6rem;
     text-align: right;
     line-height: 3em;
 }
.ef-json-form-item-inline .ef-json-form-label{
    width: auto!important;
    white-space: nowrap;
    flex:0!important;
}
 .ef-json-form-item {
     flex: auto;
     line-height: 1em;
     overflow: hidden;
 }

 .ef-json-form-item>* {
     max-width: 100%;
 }

 .ef-json-array {
     width: 100%;
 }

 .ef-json-array-item {
     padding: 4px 4px 4px;
     border: 1px solid #ddd;
     position: relative;
     margin-bottom: 24px;
 }

 .ef-json-array-item-bar {
     position: absolute;
     right: -1px;
     top: 100%;
     background: #ddd;
     padding: .1rem .5rem;
     line-height: 1em;
     border-radius: 0 0 3px 3px;

 }

 .ef-json-array .el-tabs__content {
     padding: 6px 0;
 }

 .ef-json-array-item-bar i {
     font-size: 1rem;
     margin: 0 .3rem;
     cursor: pointer;
 }

 .ef-json-array-title {
     padding: .5rem;
     font-weight: bold;
     display: flex;
     justify-content: space-between;
     border-bottom:1px solid #ddd;
 }
  .ef-json-array .el-tabs__nav-next,  .ef-json-array .el-tabs__nav-prev{
      line-height: 30px;
  }
 .ef-json-array .el-tabs__item{
     height:30px;
     line-height: 30px;
     font-size:1rem;
     padding:0 10px;
 }
 .ef-edit {
     height: 100%;
     display: flex;
 }

 .ef-edit-left {
     flex: auto;
     display: flex;
     flex-direction: column;
     padding: 1rem;
 }

 .ef-edit-left-body,
 .ef-edit-right-body {
     flex: auto;
     position: relative;
 }

 .ef-edit-left-body .con,
 .ef-edit-right-body .con {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     overflow: auto;
 }

 .ef-edit-left-bottom {
     padding-top: 1rem;
     text-align: right;
 }

 .ef-edit-right {
     padding: 1rem;
     flex: 0 0 30rem;
     background: rgb(248, 249, 251);
     display: flex;
     flex-direction: column;
 }

 .ef-edit-left-top,
 .ef-edit-right-top {
     padding-bottom: 1rem;
 }

 .ef-edit-left-body .con {
     border: 1px solid #ddd;
 }

 .ef-edit-right-top h2 {
     margin: 0;
     font-size: 1rem;
     font-weight: normal;
     color: #333;
 }

 .ef-edit-right-top .property {
     color: #888;
     font-size: .7rem;
 }

 .ef-edit-right-top .property label {
     margin-right: .5rem;
 }

 .ef-seque>.ef-json-form-con>.ef-json-form-item {
     display: flex;
 }

 .ef-seque>.ef-json-form-con>.ef-json-form-item .ef-json-form-label {
     width: auto;
     flex: 0;
     white-space: nowrap;
     padding-left:0.5em;
 }

 .ef-seque>.ef-json-form-con>.ef-json-form-item .ef-json-form-con {
     padding: 0 .4rem 0 0;
 }
 .ef-json-form  .el-button--mini{
     padding:4px 6px;
 }
   .ef-json-form .el-color-picker--mini{
       height:24px;
   }
  .ef-json-form  .el-color-picker--mini .el-color-picker__trigger{
      height:24px;
      width:24px;
      padding:2px;
  }

    .ef-json-form .el-switch__core{
        width:24px!important;
        height:12px;
    }
    .ef-json-form  .el-switch__core:after{
        top:0;
        left:0;
        width:10px;
        height:10px;
     
    }
    .ef-json-form .el-switch.is-checked .el-switch__core::after{
   margin-left:-10px;
    }

    .ef-array-render{
        display: flex;
        flex-wrap: wrap;
    }

    .ef-json-tab{
        width:100%;
    }

    .shadow-form{
       position: relative;
    }
    .shadow-button{
        position: absolute;
        right:3px;
        top:50%;
        transform: translateY(-50%);
    }

    .ef-json-form-prompt{
        padding-top:.5em;
        color:#aaa;
    }

     .ef-json-array-title-label em{
        color:#e00;
        margin-left: 1em;
        font-style: normal;
    }
