* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
.whitespace-nowrap {
	white-space: nowrap;
}
/* flex 布局 */
.flex {
	display: flex;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-between {
	justify-content: space-between;
}
.items-center {
	align-items: center;
}
.items-start {
    align-items: flex-start;
}
/* 定位设置 */
.relative {
    position: relative;
}
/* 宽度设置 */
.w-12 {
    width: 3rem;
}
.w-full {
	width: 100%;
}
/* 高度设置 */
.h-5 {
    height: 1.25rem;
}
.h-10 {
    height: 2.5rem;
}
/* 内边距设置 */
.p-0 {
    padding: 0;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.pl-3 {
    padding-left: .75rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-4 {
    padding-right: 1rem;
}
/* 外边距设置 */
.mt-3\.5 {
    margin-top: 0.875rem;
}
.mt-15 {
    margin-top: 3.75rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-15 {
    margin-bottom: 3.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
/* 字体设置 */
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
/* 文字对齐 */
.text-center {
	text-align: center;
}
.text-right {
    text-align: right;
}
/* 颜色设置 */


/* 通用样式开始 */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 按钮通用样式 */
.el-button+.el-button {
    margin-left: 0;
}
/* 取色器样式 */
.el-color-picker__icon, .el-color-picker__empty {
    visibility: hidden;
}
/* 输入框样式 */
.el-input__inner {
    font-weight: inherit;
    cursor: inherit;
}
.el-input-number .el-input__inner {
    text-align: inherit;
}
.el-input-number .el-input__wrapper {
    background-color: transparent;
}
/* 滑动条通用样式 */
.eui-range-picker {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.eui-range-picker .label {
    width: 50px;
    font-size: 13px;
    margin-right: 16px;
    text-align: left;
}
.el-slider {
    flex: 1;
}
.el-slider__runway, .el-slider__bar {
    height: 2px;
}
.el-slider__runway.show-input {
    margin-right: 6px;
}
.el-slider__button-wrapper {
    width: 32px;
    height: 32px;
}
.el-slider__button {
    width: 13px;
    height: 13px;
    border: none;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}
.el-slider__input {
    width: 32px;
    padding: 0;
}
/* 
.el-input-number.is-without-controls .el-input__inner {
    padding: 0;
}
.el-slider__runway.show-input {
    margin-right: 15px;
} */

/* 通用样式结束 */
.el-header {
    border-bottom: 1px solid var(--el-border-color-lighter);
}
/* 左侧导航栏样式-开始 */
.el-aside {
    background-color: #fff;
    color: var(--el-text-color-primary);
    /* text-align: center; */
    /* line-height: 200px; */
    display: flex;
}
.el-aside .aside {
    width: 65px;
    font-size: 12px;
    margin-top: 6px;
}
.el-aside .aside button {
    width: 100%;
    margin: 10px 0;
    position: relative;
    border: 3px solid transparent;
    background-color: transparent;
    color: #8d949e;
    font-weight: 500;
}
.el-aside .aside button svg {
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    fill: #070707;
    display: block;
}
.el-aside .aside button.active {
    color: #2354f4;
    border-left-color: #2354f4;
}
.el-aside .aside button.active svg {
    fill: currentColor;
}
.el-aside .aside button:hover {
    border-left-color: #2354f4;
}
.el-aside .aside button.aside-panel-button.active {
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #f1f2f4;
    color: #2354f4;
    border-left-color: transparent;
}
/* 左侧导航栏样式-结束 */

.el-aside .collapse-container {
    flex: 1;
    border-left: 1px solid var(--el-border-color-lighter);
}
.editor-resource-v2 {
    width: 100%;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    flex-direction: column;
}
.editor-resource-v2 {
    display: flex;
}

.editor-search-input {
    width: auto;
    position: relative;
    margin: 16px 24px 0;
    padding-right: 12px;
    align-items: center;
    border: 1px solid #e8eaec;
    border-radius: 4px;
    display: flex;
}
.editor-search-input--focus {
    border-color: #2354f4;
}
.editor-search-input .editor-search-input__icon__wrap {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.editor-search-input .editor-search-input__input__wrap {
    flex: 1;
}
.editor-search-input, .editor-search-input__input__inner {
    display: flex;
}
.editor-search-input .editor-search-input__input {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: none;
    background: #fff;
    outline: none;
    font-family: initial;
    padding: 0;
    box-shadow: none;
}

.editor-resource-complex {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
}
.editor-resource-complex__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* z-index: 2; */
    padding: 0 24px;
    height: 50px;
    cursor: pointer;
}
.editor-resource-complex__label h2 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    user-select: none;
}
.editor-resource-complex__scroll {
    user-select: none;
    flex: 1;
    overflow-x: hidden;
    overflow-y: overlay;
    padding: 0 24px 14px;
}
.editor-resource-complex__inner {
    width: 236px;
}

/* complexScene 组件样式 start */
.editor-resource-complex__scene {
    margin-bottom: 28px;
}
.editor-resource-complex__scene:first-child {
    padding-top: 14px;
}
.editor-resource-complex__scene-head {
    margin-bottom: 12px;
    font-size: 13px;
    color: #000;
    display: flex;
    justify-content: space-between;
}
.editor-resource-complex__scene-name {
    cursor: pointer;
    font-weight: 700;
    color: #33383e;
    line-height: 1.5;
}
.material-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    user-select: none;
}
.material-list__item {
    /* width: 88px;
    height: 88px; */
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background: #f8fafc;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .material-list .material-list__item {
    width: 112px!important;
    height: 112px!important;
    margin-bottom: 12px;
} */
.material-list .material-list__item:hover {
    background-color: #EBEEF5;
}
.editor-material-charge {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.material-list__item img {
    display: block;
    text-align: center;
    max-width: 90%;
    max-height: 90%;
}
/* complexScene 组件样式 end */

.editor-resource-personal-templet {
    width: 112px;
    height: 112px;
    background: #f6f7f9;
    color: #7f8792;
    cursor: pointer;
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.editor-resource-personal-templet:hover{
    background-color:#e8eaec
}
.editor-resource-personal-templet-border {
    border: 1px solid #e8eaec;
}

/* 调整 */
.editor-adjustment-panel, .editor-mark-panel {
    margin-top: 24px;
}
.el-collapse, .el-collapse-item__wrap {
    border: none;
}
.el-collapse-item__header {
    display: flex;
    align-items: center;
    width: 260px;
    height: 60px;
    padding: 0 24px 0 12px;
    margin: 0 auto;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 60px;
    color: #33383e;
    background: #f8fafc;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}
.editor-ajustment-panel__label--name {
    margin-left: 8px;
}
.el-collapse-item__wrap {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
}
.editor-image-crop__dropdown {
    margin-top: 5px;
}
.editor-image-crop-panel__box, .editor-image-scale-panel__box{
    margin-top: 12px;
    border: 1px solid #e0e5ea;
    border-radius: 4px;
    padding: 12px 0;
}
.editor-image-crop-panel__box .eui-dropdown-menus {
    border: none;
    box-shadow: none;
    width: 230px;
    background: transparent;
    padding: 0;
}
.eui-dropdown-menu {
    cursor: pointer;
    color: #000;
    /* font-size: 14px; */
    line-height: 20px;
    user-select: none;
}
.eui-dropdown-menus .eui-dropdown-menu--middle.activated{
    background-color:transparent;
    color: #2254f4;
}
.eui-dropdown-menus .eui-dropdown-menu--middle:hover{
    background-color: #f0f3f4;
}
.eui-dropdown-menu--middle {
    padding: 6px 15px;
}
.eui-dropdown-menu__content {
    flex-grow: 1;
}
.editor-image-crop__text {
    color: #999;
    line-height: 40px;
    height: 30px;
    font-size: 14px;
}
.editor-image-crop__rotation, .editor-image-crop__buttons, .editor-image-scale__buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.editor-image-crop__rotation .el-button {
    padding: 12px 14px;
}
.editor-image-crop__buttons .el-button, .editor-image-scale__buttons .el-button {
    width: 112px;
}
/* 尺寸调整 */
.editor-image-scale-panel__box-dropdown-name {
    line-height: 22px;
    font-size: 13px;
    color: #33383e;
}
.editor-image-scale-panel__box-dropdown-value {
    line-height: 22px;
    font-size: 12px;
    color: #898b8d;
}
.editor-image-scale-panel__box .eui-dropdown-menus .activated {
    background: none;
}
.editor-image-scale-panel__box .eui-dropdown-menus .activated .editor-image-scale-panel__box-dropdown-name, 
.editor-image-scale-panel__box .eui-dropdown-menus .activated .editor-image-scale-panel__box-dropdown-value {
    color: #2354f4;
}
.editor-image-scale-panel__input {
    margin-top: 16px;
}
.editor-image-scale-panel__input .el-input--large {
    width: 112px;
}
.editor-image-scale-panel__input .el-input--large:last-child {
    margin-left: 12px;
}
.el-input-group__append {
    padding: 0 10px;
}
/* 色彩调节 */
.editor-ajustment-panel__label--icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.editor-ajustment-panel__label--factor {
    display: inline-block;
    background: url(https://cdn.dancf.com/image-design/img/color_1f21b933.png) 50% no-repeat;
    background-size: contain;
}
/* .el-slider__input {
    width: 80px;
} */
.slider-demo-block {
    margin-bottom: 10px;
}
.el-input-number.is-without-controls .el-input__wrapper {
    padding: 0;
    box-shadow: 0 0 0 0px var(--el-input-border-color,var(--el-border-color)) inset;
}
.el-input-number.is-without-controls .el-input__wrapper1 {
    border: 1px solid transparent;
    background-color: transparent;
    text-align: right;
    font-size: 13px;
}
.el-input-number.is-without-controls .el-input__wrapper1:hover {
    border:1px solid #e0e5ea;
}
.el-input-number.is-without-controls .el-input__wrapper1:focus {
    border:1px solid #e0e5ea;
    text-align: center;
}

.editor-color-overlay {
    margin: 13px 0 20px;
}
.editor-color-overlay__content {
    display: flex;
    flex-wrap: wrap;
}
.editor-color-overlay__content li {
    cursor: pointer;
    box-sizing: border-box;
    list-style: none;
    width: 43px;
    height: 36px;
    margin: 0 2px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #000;
    user-select: none;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 2px;
}
.editor-color-overlay__content li.multiple-color {
    background-image: url(https://cdn.dancf.com/image-design/img/bg-color_13a5a3c1.png);
    background-size: 100% 100%;
    background-position: 50%;
    border: none;
}
.multiple-color .el-color-picker {
    opacity: 0;
}

/* 滤镜 */
.image-filter-panel .image-filter-group--name {
    user-select: none;
    font-size: 14px;
    margin: 5px 4px 0;
    color: #000;
    font-weight: 700;
}
.image-filter-panel li {
    margin: 15px 4px 0;
    width: 70px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.image-filter-panel li .image-filter--preview {
    position: relative;
    height: 70px;
    border-radius: 4px;
    transition: transform .2s ease-in-out;
}
.image-filter-panel li .image-filter--preview canvas {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.image-filter-panel li.active .image-filter--preview:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #2354f4;
    border-radius: 4px;
}
.image-filter-panel .image-filter--name {
    color: #444950;
    font-size: 12px;
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    text-align: center;
    user-select: none;
}

/* 标记 */
.editor-punctuate-panel__head {
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    gap: 10px;
    margin-top: 17px;
}
.editor-punctuate-panel__head .el-button--large{
    width: 51px;
    height: 51px;
    margin: 0;
}
.editor-punctuate-panel__head .el-button--large .icon {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.editor-punctuate-panel__head button .icon--mask_rect {
    background-image: url(https://cdn.dancf.com/image-design/img/fill_mask_rect_0fe1c86a.png);
}
.editor-punctuate-panel__head button .icon--mask_rect.active {
    background-image: url(https://cdn.dancf.com/image-design/img/fill_mask_rect_active_4d42d955.png);
}
.editor-punctuate-panel__head button .icon--mask_ellipse {
    background-image: url(https://cdn.dancf.com/image-design/img/fill_mask_ellipse_322b1732.png);
}
.editor-punctuate-panel__head button .icon--mask_ellipse.active {
    background-image: url(https://cdn.dancf.com/image-design/img/fill_mask_ellipse_active_8f8ebb36.png);
}
.eui-v2-sub-panel {
    padding: 16px;
    margin-bottom: 12px;
    background: #f6f7f9;
    border-radius: 4px;
    border: none;
}

/* .eui-v2-editor-color-panel {
    display: block;
    user-select: none;
    border-radius: 4px;
    padding: 12px 16px 16px;
}
.eui-v2-editor-color-panel__label {
    font-size: 13px;
    line-height: 20px;
    color: #33383e;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
} */


.eui-v2-editor-color-panel {
    display: block;
    user-select: none;
    border-radius: 4px;
    padding: 12px 0 16px;
}
.eui-v2-editor-color-panel__label, .editor-punctuate-panel__border__label {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #33383e;
    margin-bottom: 10px;
}
.el-color-picker {
    display: block;
}
.el-color-picker__trigger {
    width: 100%;
    height: 24px;
    padding: 0;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 6%);
}
.el-color-picker__color {
    border: none;
}
.el-color-picker__color-inner {
    border-radius: 4px;
}
.eui-v2-editor-color-panel__colors .el-select{
    width: 100%;
}
.editor-punctuate-panel__border .el-input__inner {
    font-weight: 700;
    font-size: 20px;
}
.editor-punctuate-panel__main .editor-punctuate-panel__range {
    padding: 5px 16px;
    /* display: flex; */
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}

.editor-punctuate-panel__main .editor-punctuate-panel__style dt {
    font-size: 14px;
    line-height: 20px;
    color: #444950;
    font-weight: 500;
}
dd {
    margin-bottom: .5em;
    margin-left: 0;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__preview {
    cursor: pointer;
    height: 58px;
    margin-top: 10px;
    background: #f8fafc;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e0e5ea;
    position: relative;
    padding: 0 16px;
    text-align: center;
}
.editor-material-charge {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__preview .editor-material-charge {
    height: 56px;
    margin: 0 auto;
    display: inline-block;
    width: 70px;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__preview .editor-material-charge .mosaic-preview {
    height: 100%;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__preview__item {
    width: 100%;
    display: block;
    height: 100%;
    background-position: 50%!important;
    background-repeat: repeat!important;
    background-size: contain!important;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__preview .eui-v2-icon--caret-down {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__control {
    padding: 10px 16px;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #e0e5ea;
}
.eui-v2-range-picker, .eui-v2-range-picker__label {
    display: flex;
    align-items: center;
}
.eui-v2-range-picker {
    justify-content: space-between;
    /* padding: 5px 14px 5px 16px; */
    cursor: default;
}
.eui-v2-range-picker__label {
    margin-right: 16px;
    font-size: 13px;
    font-weight: 500;
    color: #33383e;
    line-height: 30px;
    box-sizing: content-box;
    flex-shrink: 0;
    user-select: none;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__control .eui-v2-range-picker__label {
    font-size: 12px;
    font-weight: 700;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__control .el-slider__input {
    width: 32px;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__control .el-input__inner {
    padding: 0;
}
.editor-punctuate-panel__main .editor-punctuate-panel__style__control .el-slider__runway.show-input {
    margin-right: 15px;
}

/* .el-popover.el-popper */
.el-popover.el-popper {
    padding: 0;
}
.mosaic-choose {
    width: 376px;
    height: 444px;
}
.mosaic-choose__tabs {
    width: 376px;
    height: 52px;
    border-bottom: 1px solid #e0e5eb;
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
}
.mosaic-choose__tabs li {
    line-height: 52px;
    text-align: center;
    flex: 1;
    color: #606770;
    cursor: pointer;
    font-size: 14px;
}
.mosaic-choose__tabs li.is-active {
    color: #000;
    font-weight: 700;
}
.mosaic-choose__images {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 16px 20px;
    /* max-height: 390px; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}
.mosaic-choose__images__item {
    width: 76px;
    height: 76px;
    background: #eee;
    margin: 4px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
    cursor: pointer;
}

/* 文字 */
.text-button, .remove-border-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    /* color: #2354f4;
    background-color: #ecf3ff; */
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    margin: 16px 24px 12px;
    width: 236px;
}
.editor-resource-border .remove-border-btn {
    margin: 24px;
}

/* 素材 */
.editor-resource-element .el-row {
    justify-content: space-between;
    margin: 24px 0 22px;
}
.editor-resource-element .el-row .el-button {
    width: 53px;
    height: 36px;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

/* 属性 */
.el-tabs__item {
    height: 50px;
    line-height: 50px;
}
.el-tabs__nav-wrap, .el-tabs__content {
    padding: 0 24px;
}
.font-family-tabs .el-tabs__content {
    padding: 0
}
.font-family-tabs ul li {
    cursor: pointer;
    line-height: 40px;
}
.font-family-tabs ul li:hover {
    background-color: #f6f7f9;
}
.eui-v2-opacity-range {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 4px;
    background: #f6f7f9;
    border-radius: 4px;
    cursor: default;
}
.eui-v2-opacity-range__icon {
    margin-right: 20px;
    height: 20px;
    width: 20px;
}
.range-unit, .eui-v2-opacity-range .el-input__inner {
    font-family: 'Alibaba Sans';
    font-size: 13px;
    font-stretch: 100%;
    font-weight: 500;
    color: #33383e;
}
.editor-resource-property .el-button-group {
    margin-top: 12px;
    margin-right: -1px;
    width: 237px;
}
/* .editor-resource-property .el-button-group .el-button {
    width: 48px;
} */

/* 属性-文字 */
/* ————字体大小 */
.text-tabs .is-controls-right {
    width: 55px;
}
.text-tabs .is-controls-right .el-input-number__increase, 
.text-tabs .is-controls-right .el-input-number__decrease {
    width: 20px;
    border: none;
}
.text-tabs .is-controls-right .el-input__wrapper {
    padding-left: 8px;
    padding-right: 20px;
    background-color: #f6f7f9;
    box-shadow: none;
}
/* ————字体样式 */
.text-tabs .el-select .el-input__wrapper {
    background-color: #f6f7f9;
    box-shadow: none;
    width: 169px;
}
/* 特效文字 */
.eui-v2-panel-form__label {
    margin: 24px 0 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #9da3ac;
    user-select: none;
}
.eui-v2-effect-panel {
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 380px;
    width: 252px;
    padding: 16px 0;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    border-radius: 8px;
    background: #fff;
}
.eui-v2-effect-panel .eui-v2-effect-panel-head {
    margin: 0 16px 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.toggle-tabs-bar {
    padding: 2px;
    background: #f6f7f9;
    border-radius: 6px;
}
.eui-v2-effect-panel .eui-v2-effect-tabs {
    margin: 0 12px 8px;
}
.eui-v2-tabs__header {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eef2f8;
    box-sizing: border-box;
    padding: 0 30px;
}
.toggle-tabs-bar .eui-v2-tabs__header {
    justify-content: space-between;
    padding: 0;
    background: #f6f7f9;
    border-bottom: none;
}
.toggle-tabs-bar .toggle-tab-btn {
    overflow: hidden;
    flex: 1;
    z-index: 2;
    color: #33383e;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.toggle-tabs-bar .eui-v2-tab-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
    border-radius: 4px;
    z-index: 1;
    transition: left .2s ease-in-out;
}
.eui-v2-effect-panel .eui-v2-effect-list-wrap {
    position: relative;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.eui-v2-effect-panel ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.eui-v2-effect-panel .eui-v2-effect-list {
    flex-wrap: wrap;
    width: 252px;
    padding: 0 11px;
}
.eui-v2-effect-panel .eui-v2-effect-list li {
    position: relative;
    margin: 4px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 12px;
    color: #333;
    text-align: center;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f5f8fc;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
.eui-v2-effect-panel .eui-v2-effect-list li.active {
    box-shadow: 0 0 0 2px #2354f4;
}
.eui-v2-effect-panel .no-effect-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    height: 24px;
    width: 24px;
}
/* 特效 */
.el-card {
    border: 2px solid #f6f7f9;
}
.el-card__header {
    padding: 12px;
    background-color: #f6f7f9;
    border-color: #f6f7f9;
}
.el-card__header .el-button {
    width: 100%;
    height: auto;
    padding: 1px;
}
.el-card__header span {
    width: 100%;
    justify-content: space-between;
    color: #636c78;
}
.eui-v2-dropdown-effect-preview {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-size: contain;
}
.eui-v2-dropdown-effect-preview-show {
    width: 44px;
    height: 44px;
    background: #fff;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px rgb(0 0 0 / 4%);
    border-radius: 4px;
    font-size: 20px;
    background-image: url(/images/design/image/add.svg);
}
.eui-v2-dropdown-effect-preview-text {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #33383e;
}
.el-divider--horizontal {
    margin: 15px 0;
}

/* 属性-素材图片 */
.eui-v2-image-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px;
}
.image-control {
    margin-top: 12px;
}

/* 属性-水印内容 */
.eui-panel-form~.eui-panel-form {
    margin-top: 24px;
}
.eui-panel-form__label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #939ba6;
    margin: 0 0 12px;
    user-select: none;
}
.eui-panel-form__item {
    margin-bottom: 12px;
}
.eui-panel-form__item:last-child {
    margin-bottom: 0;
}
.watermark-content-panel .eui-panel {
    color: #33383e;
}
.eui-sub-panel {
    border: 1px solid #e0e5ea;
    margin-top: -1px;
}
.eui-sub-panel:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.eui-sub-panel:first-child {
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.watermark-content-panel__preview__icon {
    font-size: 20px;
    color: #939ba6;
}
.watermark-content-panel__preview__icon:first-child {
    margin-left: 16px;
}
.watermark-content-panel__preview__title {
    margin-left: 8px;
    color: #444950;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    flex-grow: 1;
}
.watermark-content-panel__preview {
    display: flex;
    align-items: center;
}
.watermark-content-panel__preview__image {
    justify-self: right;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafc;
    margin: 8px 7px 8px 0;
    color: #2354f4;
    border-radius: 4px;
    font-size: 14px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: grab;
    border: 1px solid rgba(0,0,0,.15);
}
.watermark-content-panel__preview__image__tip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    display: none;
}
.watermark-content-panel__preview__image:hover .watermark-content-panel__preview__image__tip{
    display:block
}
.watermark-content-panel__preview__input {
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    color: #444950;
    padding: 10px 8px;
    font-weight: 600;
    width: 191px;
}
.watermark-content-panel__preview__input:nth-child(2) {
    width: 158px;
}
.watermark-content-panel__setting-repeat, .watermark-content-panel__setting-position {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eui-sub-panel--padding-vertical {
    padding-top: 12px;
    padding-bottom: 12px;
}
.eui-sub-panel--padding-horizontal {
    padding-left: 16px;
    padding-right: 16px;
}
.position .el-button {
    border-left: none;
    border-top: none;
    padding: 12px 24px;
    height: 44px;
    border-radius: 0;
    background-color: transparent;
}
.position .el-button:hover, .position .el-button:focus, .position .el-button.active {
    border-color: #DCDFE6;
    background-color: #f1f2f4;
    color: #2354f4;
}
.position .el-button:nth-child(3n) {
    border-right: none;
}
.position .el-button:nth-child(7), .position .el-button:nth-child(8), .position .el-button:nth-child(9) {
    border-bottom: none;
}
.position .el-button+.el-button {
    margin-left: 0;
}
.watermark-content-panel__setting-position .el-tooltip__trigger {
    padding: 5px 8px;
}
/* .eui-sub-panel {
    font-weight: 700;
    font-size: 14px;
} */
.editor-resource-property .el-button-group .el-button.watermark {
    width: 59px;
}

.eui-v2-color-panel-popup-preset__label {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #e0e5ea;
    font-weight: 500;
    padding: 10px 16px;
    color: #000;
}
.eui-v2-color-panel-popup-preset__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 6px;
    row-gap: 12px;
    padding: 12px 16px;
}
.eui-v2-color-panel-popup-preset__list li {
    height: 28px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 6%);
}




















.el-main {
    background-color: #eef2f8;
    color: var(--el-text-color-primary);
    /* text-align: center;
    line-height: 160px; */
    
    padding: 0;
}
.el-main .el-scrollbar__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 55px);
}
.el-main .el-scrollbar__view {
    padding: 56px;
}
.el-main canvas {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
    max-width: 100%;
}
/* .el-main .upper-canvas::before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 2px solid #6ccfff;
} */

/* 自定义滑动条 */
.infinite-scroll::-webkit-scrollbar{
    width: 6px;
    display: none;
}
.infinite-scroll:hover::-webkit-scrollbar {
    display: block;
}
.infinite-scroll::-webkit-scrollbar-track{
    border-radius: 10px;
}
.infinite-scroll::-webkit-scrollbar-thumb{
    background: #0003;
    border-radius:10px;
    transition: all 2s ease-in-out;
}
.infinite-scroll::-webkit-scrollbar-thumb:hover{
    cursor: pointer;
    background-color: #0000004d;
}