.element-header{
    min-height: 60px;
    flex-wrap: wrap;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #333;
    z-index: 2;
    flex-shrink: 0;
}
.element-header .d-flex{
    gap: 10px;
}
.element-header .d-flex .el-iconfont{
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.element-header .d-flex .el-iconfont.on{
    background: grey;
    border-radius: 4px;
    padding: 2px 7px;
}
.element-header .screen-scale{
    padding-right: 10px;
    border-right: 1px solid #ffffff96;
    line-height: 14px;
    color: #fff;
}
.element-header .screen-scale .el-iconfont{
    font-size: 12px;
}
.element-header .screen-size{
    color: #fff;
}
.elementCreate{
    display: flex;
}
.elementCreate-left{
    width: 200px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: auto;
    transition: none;
}
.elementCreate-left::-webkit-scrollbar{
    width: 2px;
}
.elementCreate-left::-webkit-scrollbar-track{
    width: 2px;
    background: #eee;
}
.elementCreate-left::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #2d6bae;
}
.elementCreate-left-name{
    border-bottom: 1px solid #eee;
    line-height: 60px;
    height: 60px;
    position: sticky;
    top: 0;
    background: #007bff73;
    backdrop-filter: blur(4px);
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    .review-menu{
        display: flex;
        align-items: center;
        padding: 4px;
        border-radius: 24px;
        margin-left: 20px;
        box-shadow: inset 0 0 16px #007bff73;
        div{
            cursor: pointer;
            padding: 4px 14px;
            font-size: 10px;
            line-height: 10px;
            color: #fff;
            border-radius: 24px;
            font-weight: bold;
        }
        .on{
            color: #007bff;
            background: #fff;
        }
    }
}
.component-group{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-bottom: 1px solid #eee;
}
.component-group li{
    padding: 6px 10px;
    border-radius: 4px;
    cursor: all-scroll;
    font-size: 12px;
    transition: all .3s;
    border: 1px solid #eee;
}
.component-group li:hover{
    background: #eee;
}
.component-group li img{
    width: 100%;
    object-fit: contain;
    display: none;
    border-radius: 4px;
    margin-top: 10px;
}
.elementCreate-left.view-type{
    .component-group li {
        width: 100%;
        img{
            display: block;
        }
    }
}
.disClick{
    pointer-events: none;
}
.disabled{
    pointer-events: none;
    opacity: .6;
}
.elementCreate-left-menu{
    display: flex;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
}
.elementCreate-left-menu div{
    text-align: center;
    line-height: 30px;
    width: 50%;
    cursor: pointer;
    color: #333;
}
.elementCreate-left-menu .on{
    background-color: #333;
    color: #fff;
}
.elementCreate-right{
    min-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /*margin-left: 200px;*/
    background-color: #eee;
    position: relative;
    flex: 1;
    transition: none;
}
.elementCreate-right-cont{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.el-preview-box{
    position: absolute;
    top: 70px;
    left: 10px;
    border-radius: 8px;
    z-index: 2;
    background: #fff;
    width: 700px;
    box-shadow: 0 0 10px #aaa;
    overflow: hidden;
    display: none;
    pointer-events: none;
}
.el-preview-box img{
    width: 100%;
    object-fit: contain;
}
.page-toast{
    font-size: 12px;
    line-height: 20px;
    color: #777;
    font-style: italic;
}
.elementor-preview{
    height: 100%;
    overflow: auto;
     width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-outer{
    --scale:1;
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    zoom: 1;
    width: 100%;
    max-width: 1400px;
    /*padding: 40px 0;*/
    transform: scale(var(--scale));
}
.page-outer iframe{
    width: 100%;
    height: 100%;
}
.page-content{
    margin: auto;
    transition: all .3s;
    background-color: #fff;
    padding: 0;
    flex-grow: 1;
}
.edit-page-pc{
   width: 100%;
    /*min-height: 100vh;*/
}
.page-web{
    /*width: 1300px;*/
}
.page-phone{
    width: 375px;
    zoom: 1;
}
.page-content>li{
    position: relative;
}
.page-content>li.inset-toast-btm:not([data-type="ul"])::after,
.page-content>li.inset-toast-top:not([data-type="ul"]):before{
    content: '+';
    display: block;
    width: 100%;
    height: 40px;
    background: #007bff73;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
}
.page-content>li[data-type="ul"].inset-toast-btm,
.page-content>li[data-type="ul"].inset-toast-top{
    background: #007bff73;
}
.inset-toast.add-box .el-icon-jia{
    background: #007bff73 !important;
}
.ul-box{
    /*display: flex;*/
    /*gap:20px;*/
}
.ul-box>ul{
    /*flex: 1;*/
}
.el-option{
    position: absolute;
    color: #ffffff;
    display: flex;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    left: 0;
    border: 2px dashed var(--color-primary);
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 4;
    align-items: flex-end;
    flex-direction: column;
}
.el-option .el-iconfont{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: .7;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    height: 50px;
    background: var(--color-primary);
}
.el-option .el-iconfont:first-child{
    border-radius: 8px 0 0 0;
}
.el-option .el-iconfont:last-child{
    border-radius: 0 0 0 8px;
}
.el-option .el-iconfont:hover{
   opacity: 1;
}
li:hover>.el-option {
    opacity: 1;
    background: linear-gradient(transparent 0%, var(--color-primary) 500%);
}
li:hover>.el-option .el-iconfont{
    pointer-events: all;
}
.el-item-title{
    font-size: 12px;
    /*height: 60px;*/
    padding: 10px 10px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.el-item-title .svg{
    cursor: pointer;
    margin-left: 20px;
    width: 32px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
}
.el-item-title .svg:hover{
    background-color: rgba(0, 123, 255, 0.1);
}
.el-item-title .on{
    background-color: rgba(0, 123, 255, 0.1);
}
.el-item-title .svg svg{
    width: 20px;
}
.adv-img{
    width: 100%;
    background: #eee;
}
.adv-img a{
    display: block;
}
.adv-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.adv-img div{
    line-height: 60px;
    font-size: 12px;
    text-align: center;
}
.create-item-title{
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 24px;
    padding-top: 40px;
    color: #D33323;
    text-align: center;
    font-weight: bold;
}
.item-group{
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    grid-column-gap: 10px;
}
.item-group button{
    margin: 5px 0;
}

.c-title{
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}
.c-title .iconfont{
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}
.c-cont{
    display: none;
}

.btn-box button{
    margin-bottom: 10px;
}
.add-box>.el-iconfont{
    color: #007bff;
    font-size: 30px;
    line-height: 80px;
    border: 2px dashed #007bff;
    display: block;
    background: #fff;
    text-align: center;
    margin: 20px 10px;
}
.add-box.edit:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    background-color: rgba(0, 123, 255, 0.2);
}
.add-box li{
    position: relative;
}
.add-on .iconfont{
    border-color: #007bff;
}
.edit-line{
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
}
.edit-label{
    font-size: 12px;
    color: #333;
}
.html-box{
    padding: 20px;
    width: 100%;
    overflow: hidden;
}
.html-box *{
    max-width: 100%;
}
.html-box-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}
.html-box-cont{
    font-size: 14px;
    line-height: 20px;
}
.html-box-cont img{
    margin: 0 auto;
    display: block;
}
.img{
    width: 100%;
}
.video{
    width: 100%;
}
#deletePup{
    display: none;
}
#editPup{
    display: none;
}
.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(4px);
    display: none;
}
.pup-cont{
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.pup-cont-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px;
    line-height: 20px;
    background: #007bff73;
}
.pup-cont .pup-cancel.el-icon-guanbi{
    padding-left: 20px;
    cursor: pointer;
    border-left: 1px solid #000;
    margin-left: 20px;
}
.pup-cont-header .el-icon-baocun{
    font-size: 18px;
    cursor: pointer;
}
.pup-cont-header .el-icon-baocun:hover{
    transform: scale(1.3);
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
}
.pup-cont-title{
    font-weight: bold;
    font-size: 16px;
}
.pup-cont-text{
    font-size: 14px;
    margin-bottom: 20px;
}
.pup-cont-btn{
    position: absolute;
    bottom: 30px;
    right: 25px;
    display: flex;
    justify-content: flex-end;
}
.pup-cont-btn div{
    margin-left: 10px;
}

.pup-del-cont{
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.pup-del-cont .pup-cancel.el-icon-guanbi{
    width: 20px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
.pup-del-cont .pup-cont-title{
    line-height: 30px;
    margin-bottom: 20px;
}
.create-btn-grey,
.create-btn-red,
.create-btn-blue{
    padding: 8px 16px;
    min-width: 80px;
    width: fit-content;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s;
}
.create-btn-grey{
    background: #f8f9fa;
}
.create-btn-grey:hover{
    box-shadow: 0 0 6px 2px #eee;
}
.create-btn-red{
    background: #ca3525;
    color: #fff;
}
.create-btn-red:hover{
    box-shadow: 0 0 6px 2px #ca3525;
}
.create-btn-blue{
    background: #007bff;
    color: #fff;
}
.create-btn-blue:hover{
    box-shadow: 0 0 6px 2px #007bff;
}

.load-status-no-height:before{
    content: '加载中...';
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: var(--color-primary);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    z-index: 3;
}
.load-status-no-height:after{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: 40%;
    width: 40px;
    height: 40px;
    border: 6px solid;
    border-color: var(--color-primary);
    animation: loadRotate 3s infinite;
    z-index: 3;
}
@keyframes loadRotate {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.edit-pup-cont {
    display: none;
}
.edit-tab-cont{
    padding: 20px;
}
.edit-tab-page {
    display: none;
    font-size: 14px;
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 156px);
}

.edit-tab .edit-tab-page.on {
    display: block;
}

.edit-tab-nav {
    display: flex;
    background: #eee;
    overflow: hidden;
}
.edit-tab-nav div {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    flex: 1;
    text-align: center;
    line-height: 34px;
    padding: 0 20px;
}
.edit-tab-nav div[data-nav="edit"]{
    display: none;
}
.edit-tab-nav .on {
    background: #fff;
    font-weight: bold;
    display: block !important;
}

.table-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #eee;
}
.table img{
    max-width: 100%;
}
.table > :not(caption) > * > * {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table th{
    white-space: nowrap;
}
.btn{
    white-space: nowrap;
}
.editForm {

}
.edit-table{

}
.table-result{

}
.source-card {
    display: flex;
    position: relative;
}
.source-type {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.source-img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 10px;
    object-fit: contain;
}
.source-info {
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
}

.source-title, .source-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.preview-img{
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}
.preview-img input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.preview-img .preview-add{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    color: #007bff;
    font-size: 30px;
    pointer-events: none;
    z-index: 2;
    background: #fff;
}
.preview-img img,.preview-img video{
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: relative;
    z-index: 3;
    background: #fff;
}
.preview-img .upload-option{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background: rgba(0,0,0,.4);
    z-index: 4;
    border-radius: 0 8px;
    display: flex;
    overflow: hidden;
    .el-iconfont{
        cursor: pointer;
        color: #fff;
        width: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
    }
    .el-iconfont:hover{
        background: #333;
    }
}
.form-control,.btn{
    font-size: 14px;
}
.form-btm-btn{
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    padding-top: 10px;
}
.upload-file{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #007bff17;
    display: flex;
    flex-direction: column;
}
.load-status{
    position: relative;
    height: 100%;
}
.load-status:before{
    content: '加载中...';
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: var(--color-primary);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 3;
}
.load-status:after{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: 40%;
    width: 40px;
    height: 40px;
    border: 6px solid;
    border-color: var(--color-primary);
    animation: loadRotate 3s infinite;
    z-index: 3;
}
.num-input-item{
    position: relative;
    width: fit-content;
}
.num-input-item .el-iconfont{
    cursor: pointer;
    position: absolute;
    background: #ddd;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    right: 5px;
    top: 8px;
    font-size: 10px;
}
.num-input-group{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}
.num-input-group input{
    width: 200px;
    border: none;
    padding-right: 20px;
}
.num-input-add{
    width: 50px;
    cursor: pointer;
    background: #007bff17;
    color: #007bff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-box{
    padding: 40px;
    border: 1px solid #d5d8dc;
    margin: 40px auto;
}
.col-box-text{
    color: #515962;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}
.col-box-list{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px;
}
.col-box .col-box-item{
    display: flex;
    cursor: pointer;
}
.col-box .col-box-item div{
    height: 60px;
    flex: 1;
    padding: 0 1px;
}
.col-box .col-box-item div:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #d5d8dc;
}
.col-box .col-box-item:hover div:after{
    background: #515962;
}
.add-box.w-2,
.col-box .col-box-item div.w-2{
    flex: 0 0 16.66666667%;
}
.add-box.w-3,
.col-box .col-box-item div.w-3{
    flex: 0 0 25%;
}
.add-box.w-4,
.col-box .col-box-item div.w-4{
    flex: 0 0 33.3333333%;
}
.add-box.w-6,
.col-box .col-box-item div.w-6{
    flex: 0 0 50%;
}
.add-box.w-8,
.col-box .col-box-item div.w-8{
    flex: 0 0 66.66666667%;
}
.resizer {
    width: 8px;
    cursor: col-resize;
    right: 0;
    height: 100vh;
    margin-left: -8px;
}
.pagination:not(select){
    padding: 36px 0;
}

.page-bar select.pagination{
    border: none;
    padding: 0 32px 0 12px;
    max-height: 100%;
    font-size: 13px;
    height: 100%;
    /*line-height: 41px;*/
    appearance: none;
    background-image: url("https://jeimg.jiagle.com/upload/2025/12/19/img_6944b6ef2d70e.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: calc(100% - 12px) center;
}
.page-bar{
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 4px 0;
}
.page-bar li{
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 32px;*/
    height: 32px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #1A1A1A26;
    margin: 0 2px;
}
.page-bar li a,
.page-bar li span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 12px;
}
.page-bar li.active{
    background: var(--color-primary);
}
.page-bar .next-btn {
    display: none;
}
.page-bar .last-btn a:after{
    display: block;
    content: 'Last';
}
.page-bar li.active a{
    color: #fff;
}
.select-icon{
    background-image: url("https://jeimg.jiagle.com/upload/2025/12/19/img_694508bc04028.png");
    background-position: calc(100% - 10px) center;
    background-size: 10px;
    background-repeat: no-repeat;
    appearance: none;
}
@keyframes loadRotate {
    0%{
        transform: rotate(0deg) scale(1.5);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg) scale(1.5);
    }
}
.cropper-img-area{
    width: 100%;
    #cropperImage{
        width: 100%;
        height: 600px;
        display: block;
    }
}
.cropper-container * {
    transition: none !important;
}
@media (max-width: 992px) {
    .col-box{
        padding: 20px;
        margin: 20px auto;
    }
    .col-box-list{
        gap: 10px;
    }
    .col-box .col-box-item div{
        height: 30px;
    }
}

