/*:root {
    --main-primary-color:  #00bcd4;
    --main-secondary-color: #f44336;
    --main-third-color: #26c6da;

    --primary-hover-color:#66b1ff;

    --text-primary-color: #666666;
    --text-secondary-color: #495057;

    --mian-font-size:14px;
    --mian-line-height:1.5em;
    --mian-border-radius:6px;
    --font-weight-size:500;

    --main-primary-color-first:0;
    --main-primary-color-second:188;
    --main-primary-color-third:212;

    --main-secondary-color-first:244;
    --main-secondary-color-second:67;
    --main-secondary-color-third:54;

    --main-third-color-first:236;
    --main-third-color-second:236;
    --main-third-color-third:236;


    --base-margin:20px;

    --flex-col-num: 1;
    --flex-item-margin: 0;
    --flex-item-padding:0;
    --flex-item-height:auto;
    --flex-item-col:1;
}*/
:root{
    /* 合并 config/menu_color_css_file.css?v=1 */
    --active-text-color: #ffffff;
    --border-color: #1E9FFF;
    --open-menu-color: rgba(0,0,0,.3);
    --menu-text-color: #ffffff;
    --nav-color: #344058 ;
    /*合并 config/menu_color_css_file.css*/
    --eee: #232323;
    --eee-first: 35;
    --eee-second: 35;
    --eee-third: 35;
    --main-secondary-color: #3b5998;
    --main-secondary-color-first: 59;
    --main-secondary-color-second: 89;
    --main-secondary-color-third: 152;
    --text-primary-color: #333333;
    --text-primary-color-first: 51;
    --text-primary-color-second: 51;
    --text-primary-color-third: 51;
    --main-primary-color: #55acee;
    --main-primary-color-first: 85;
    --main-primary-color-second: 172;
    --main-primary-color-third: 238;
    --abc: #11111;
    --text-secondary-color: #495057;
    --text-secondary-color-first: 73;
    --text-secondary-color-second: 80;
    --text-secondary-color-third: 87;
    --primary-hover-color: #559fee;
    --primary-hover-color-first: 85;
    --primary-hover-color-second: 159;
    --primary-hover-color-third: 238;
    --main-third-color: #f44336;
    --main-third-color-first: 244;
    --main-third-color-second: 67;
    --main-third-color-third: 54;
}
[class*="flymore-icon"]{
    font-family: "flymore-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-div {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    float: none !important;
}

.flex-div .flex-items {
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
}

.flex-div .flex-items>img {
    width:100%;
    max-height:100%;
    max-width:100%;
    object-fit:fill;
}

.flex-div .flex-item-col {
    box-sizing: border-box;
    /*overflow: hidden;*/
}

.flex-div .flex-item-col>img {
    width:100%;
    max-height:100%;
    max-width:100%;
    object-fit:fill;
}

/* 和列表一样的宽度和margin值 */
.flex-div > i {
    width: calc(calc(100% / var(--flex-col-num)) - calc(var(--flex-item-margin) * 1px));
    margin: 0 0 0 calc(var(--flex-item-margin) * 1px);
}

.fm-text {
    display: block;
    word-break: break-all;
}
.fm-icon {
    line-height: 36px;
    width: 20px;
    vertical-align: middle;
    overflow: hidden;
    display: block;
}
.fm-scrollbar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.fm-scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

.fm-scrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

.flymore-up-down-label{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.flymore-h1{
    line-height: 45px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.flymore-up-down-input-block{
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
}

/*页面布局*/
#app{
    background-color: #f6f6f6;
    font-family: Microsoft YaHei,SimSun,sans-serif,Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #606266;
}
#app-content{
    position: relative;
    min-height: 100vh;
    /*transition: width .05s, height .05s, left .05s, transform .05s;
    -webkit-transition: width .05s, height .05s,left .05s, -webkit-transform .05s;*/
    -webkit-transform-origin: 0 0;
}
.right_control{
    position: fixed;
    z-index: 2147483647;
    right: 0;
    top: 0;
    width: 0px;
    background-color: #ffffff;
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
    /*transition: width .05s, height .05s, transform .05s;
    -webkit-transition: width .05s, height .05s, -webkit-transform .05s;*/
}
.left_control{
    position: fixed;
    z-index: 2147483647;
    left: 0;
    top: 0;
    width: 0px;
    background-color: #ffffff;
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
    /*transition: width .05s, height .05s, transform .05s;
    -webkit-transition: width .05s, height .05s, -webkit-transform .05s;*/
}
#_bottom_code_editor{
    position: fixed;
    z-index: 2147483647;
    bottom: 0px;
    height: 21px;
    width: 0;
    display: none;
    /*overflow: hidden;*/
    /*left: ;*/
}
#_bottom_code_editor ._code_editor_content{
    width: 100%;
    height: calc(100% - 21px);
    /*border: 1px solid grey;*/
}
#_bottom_code_editor ._code_editor_head{
    background-color: rgba(56,56,56,1) !important;
    display: flex;
    justify-content: space-between;
}
._code_editor_tab_img{
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
._code_editor_head ._editor_minimize{
    width: 18px;
    height: 18px;
    position: relative;
}
._code_editor_head ._editor_minimize:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    transform: translate(-50%,-80%) rotate(-90deg);
    border-left: 8px solid #cbcbcb;
}
._code_editor_head ._editor_minimize.bt:after{
    transform: translate(-50%,-15%) rotate(90deg);
}
._code_editor_head ._code_editor_tab{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    height: 21px;
    line-height: 21px;
}
._code_editor_tab div{
    padding: 0 12px;
    cursor: pointer;
}
._code_editor_tab div.active{
    background-color:#3c3f41;
    cursor: auto;
    /*pointer-events:none;*/
    position: relative;
}
._code_editor_tab div.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#4a88c7;
    height: 2px
}
._editor_picker{
    float: right;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    height: 21px;
    line-height: 21px;
}
._editor_picker div{
    padding: 0 12px;
    cursor: pointer;
}

.left_control .layui-colorpicker-main,.right_control .layui-colorpicker-main{
    z-index: 4;
}

.left_control .layui-colorpicker,.right_control .layui-colorpicker{
    width: 16px;
    height: 16px;
    line-height: 14px;
    padding: 2px;
}
.left_control .ps__rail-y,.right_control .ps__rail-y{
    z-index: 4;
}
#left_data_box{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 350px;
    background: rgb(43,43,43);
    bottom: 0;
    color: #fff;
    border: none;
    outline: none;
    resize: none;
}

.layui-layer{
    /*transition: width .05s, height .05s, transform .05s;
    -webkit-transition: width .05s, height .05s, -webkit-transform .05s;*/
    -webkit-transform-origin: 0 0;
}

#app .left-right-content{
    top: 0;
}
#app .left-right-nav{
    top: 0;
}

.flymore-header{
    background-color: var(--main-primary-color);
    color: #ffffff;
    font-size: 16px;
    border-bottom: none;
}

.flymore-header  .left_open{
    height: auto;
}

.flymore-header .layui-nav-child{
    z-index: 101;
}

.flymore-header  li.layui-nav-item:last-of-type{
    margin-right: 0;
}

.flymore-header .layui-nav .layui-nav-bar{
    display: none;
}

.flymore-header .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    display: none;
}

.flymore-header .layui-nav .layui-nav-item>a{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
}
.current-time{
    font-size: 16px;
    color: #fff;
    text-align: right;
}
.full-screen i{
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
}
.page-content .layui-tab-content{
    position: initial;
    height: 100%;
}
/*左侧菜单*/

.flymor-left-nav::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.flymor-left-nav::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    background-color: rgba(144,147,153,.3);
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
.flymor-left-nav::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
}

#side-nav{
    position: relative;
    height: calc(100vh - 50px);
    overflow: auto;
    z-index: 4;
    user-select: none;
}

@media screen and (max-width: 768px){
    .flymor-page-content{
        left: 0 !important;
    }
}
/*icon*/
[class*="fly-icon-"], [class^=fly-icon-] {
    font-family: "flymore-iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flymore-btn [class*=fly-icon-]+span{
    margin-left: 5px;
}
.page-content .layui-tab-content .layui-tab-item iframe{
    height: calc(100% - 94px);
}
.page-content .layui-tab-content .layui-tab-item iframe::-webkit-scrollbar{
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 6px;
    height: 6px;
}
.page-content .layui-tab-content .layui-tab-item iframe::-webkit-scrollbar-thumb{
    /*滚动条里面小方块*/
    border-radius: 4px;
    background-color: rgba(144,147,153,.3);
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
.page-content .layui-tab-content .layui-tab-item iframe::-webkit-scrollbar-track{
    /*滚动条里面轨道*/
    border-radius: 10px;
}
._item_bottom_{
    margin: 30px 0 5px;
}
.flymore-selectMul-readyOnly.lay-ext-mulitsel .layui-input.multiple .tips{
    /*background-color: red !important;*/
    color: #d6d6d6;
}
.search-table-tool{
    margin-bottom: 12px;
    display: flex;
}
.search-table-tool .search_btn_left{
}
.search-table-tool .search-right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.search-right .flymore-table-tool{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.flymore-table-tool .search-label{
    margin-left: 15px;
    margin-right: 10px;
    align-self: center;
    color: #aaa;
    font-weight: 400;
}
.flymore-table-tool>div{
    flex: 1;
}
.grid-to-save{
    background-color: rgba(var(--primary-hover-color-first),var(--primary-hover-color-second),var(--primary-hover-color-third),.5) !important;
}
.flymore-fl{
    float: left !important;
}
.flymore-fr{
    float: right !important;
}
.flex-content{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    /*align-items: flex-start;*/
    align-content: space-between;
}
.flex-content ._flex_box{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.flex-content ._flex_box>div{
    display: none;

}
.flex-content ._flex_box >div[class*="_right"]{
    /*justify-content: flex-end;*/
}
.flex-content ._flex_box >div[class*="_center_"]{
    align-self: center;
}
.flex-content ._flex_box >div[class*="_center"]{
    justify-content: center;
}
.flex-content ._flex_box >div[class*="_bottom"]{
    align-self: flex-end;
}
.contraction-box{
    border-top: 1px solid #1A1A1A;
}
.contraction-box .contraction-title{
    display: flex;
    font-size: 14px;
    color: #CBCBCB;
    background-color: #3E3E3E;
    padding: 0 5px;
    align-items: center;
    cursor: pointer;
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    　-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
}
.contraction-title .title-icon{
    font-size: 12px;
    margin-right: 10px;
}
.contraction-title:hover{
    background-color: #474747;
}
.contraction-title.active{
    border-bottom: 1px solid #303030;
}

.contraction-title .contraction-title-text{

}
.contraction-box .contraction-content{
    transition: height .5s;
    transform-origin: top;
    padding: 5px 0;
    /*background-color: #383838;*/
}
.contraction-content>[class*="layui-col-"]{
    margin: 1px 0;
}

.contraction-content:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

[class*=layui-col-]>.debug-container{
    height: 100%;
}
.ztree{
    position: relative;
}
.untiy .layui-row:last-of-type .contraction-box{
    border-bottom: 1px solid #1A1A1A;
}

._margin_box{
    border: 1px dashed #000;
    width: 100%;
    height: 110px;
    background-color: #F9CC9D;
    box-sizing: border-box;
    color: #000;
}
._absoult_box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
._absoult_box .box-name{
    position: absolute;
    top:0;
    left: 4px;
    font-size: 12px;
    line-height: 20px;
}
._absoult_box ._input_box{
    position: absolute;
    cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    font-size: 12px;
    color: #000;
}
._absoult_box ._input_box .input_span{
    width: 100%;
    line-height: 20px;
    cursor:text;
}
._right_input .input_span,._left_input .input_span{
    word-wrap:break-word;
    word-break: break-all;
    width: 100%;
    letter-spacing: -1px;
}
._input_box input, ._component_box input{
    padding: 0;
    outline-style: none;
    border: 0px;
    /* border: 1px solid #ccc; */
    font-size: 12px;
    text-align: center;
    width: 0;
    height: 16px;
    color: #000;
}

._top_input{
    top: 0;
    left: 50%;
    width: 30px;
    height: 20px;
    margin-left: -15px;
}
._right_input{
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 30px;
    min-height: 20px;
}
._bottom_input{
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 20px;
    margin-left: -15px;
}
._left_input{
    left: 0;
    top: 50%;
    width: 30px;
    margin-top: -10px;
    min-height: 20px;
}
._padding_box{
    width: calc(100% - 60px);
    height: calc(100% - 42px);
    background-color: #C3D08B;
    border: 1px dashed #000;
}
._component_box{
    width: calc(100% - 60px);
    height: calc(100% - 42px);
    background-color: #8CB6C0;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
._component_box .con_input_box{
    flex: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._component_box .con_input{
    padding: 0;
    height: 16px;
}
._component_box .con_value{
    display: block;
    line-height: 16px;
    width: 100%;
    cursor:text;
}
._component_box .center_icon{
    line-height: 19px;
}
.white{
    background-color: #fff !important;
}
.toggle_debug_model{
    background-color: #272b30;
    color: #212529;
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 7px;
    margin-left: calc(100% - 62px);
    top: 0;
    z-index: 100;
}

.on-off-btn {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 5px auto 0px
}


/* We hide the input and place it on top of everything else */

.on-off-btn input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
}


/* Let's deal with the label now, which is our graphical element */

.on-off-btn label {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .1s ease-in-out;
    border-radius: 50%;
    position: relative;
    /* background: linear-gradient(#f7f2f6, #b2ac9e);*/
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0 5px 8px rgb(0, 0, 0), 0 10px 10px 4px rgba(0, 0, 0, 0.49);
    /* Now let's give it some font styles, for the incoming icon */
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0 0px 10px red;
    text-align: center;
    z-index: 1;
    /* We will need this later */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: red;
}
.on-off-btn label i{
    font-style: normal !important;
}


/* Now pseudo-elements, just to make the whole button nicer */

.on-off-btn label:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -2;
    border-radius: 20%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgb(0, 0, 0);
}


/* The second one */

.on-off-btn label:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.13);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    /* The blur filter is a little smooth trick. It makes those kind of shadows smoother. Looks great, doesn't it ? */
}


/* A last thing to make it looks even better */

.on-off-btn .icon-off:after {
    position: absolute;
    border-radius: 50%;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    z-index: -1;
    background: linear-gradient(#555, #1e1e1e);
    box-shadow: 0 -2px 5px #222, 0 2px 5px #1e1e1e;
    font-family: "flymore-iconfont" !important;
    content: "\e7e2";
}

.light {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -3px;
    right: -2px;
    background: -webkit-radial-gradient(center, ellipse cover, #ff7272 0%, #f80404 80%, #de3232 100%);
    background: -moz-radial-gradient(center, ellipse cover, #ff7272 0%, #f80404 80%, #de3232 100%);
    background: radial-gradient(center, ellipse cover, #ff7272 0%, #f80404 80%, #de3232 100%);
    box-shadow: inset 0 1px 1px 0 #999, inset 0 -1px 1px 0 #999, 0 0 5px 1px #f00;
    border-radius: 50%;
    transition: all .1s ease-in-out;
}


/* It looks awesome, but we need to take care of the :checked state since the button has 2 states. From there, :checked is our friend! */
.on-off-btn input:checked ~ label .icon-off:after {
    position: absolute;
    border-radius: 50%;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    z-index: -1;
    background: linear-gradient(#1e1e1e,#555);
    box-shadow: 0 -2px 5px #222, 0 2px 5px #1e1e1e;
    font-family: "flymore-iconfont" !important;
    content: "\e7e2";
}

.on-off-btn input:checked ~ label {
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0 5px 8px rgba(0, 0, 0, 0.35), 0 3px 10px 4px rgba(0, 0, 0, 0.2);
    color: #00ff21;
    text-shadow: 0 0 10px #00ff21;
}

#_onoff:checked + label .light {
    background: -webkit-radial-gradient(center, ellipse cover, #ccffce 0%, #91ff88 60%, #00ff15 100%);
    background: -moz-radial-gradient(center, ellipse cover, #fcc 0%, #f88 60%, #f00 100%);
    background: radial-gradient(center, ellipse cover, #fcc 0%, #f88 60%, #f00 100%);
    box-shadow: inset 0 1px 1px 0 #999, inset 0 -1px 1px 0 #999, 0 0 5px 1px #55ff6b;
    transition: all .1s linear;
}

._debug_menu{
    position: absolute;
    width: 120px;
    min-height: 130px;
    box-sizing: border-box;
    padding: 7px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    font-size: 14px;
    animation: fadeIn .2s;
    margin-left: 18px;
    margin-top: -40px;
}
.ui-droplist-xx > .ui-droplist-x{
    overflow-y: auto;
    max-height: 600px;
}
.img_upload_box{
    display: flex;
}
.img_upload_box .img_upload_btn{
    width: 100px;
    height: 100px;
    border: 1px solid #eeeeff;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.img_upload_box .upload-img-item{
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #EEEEEE;
    border: 1px solid #eeeeff;
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.upload-img-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.upload-img-item  .delect-btn{
    display: none;
    position: absolute;
    font-size: 18px;
    color: red;
    right: 2px;
    top: 0;
}
.upload-img-item .reload-img-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #ffffff;
}

.img-mask{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-1 {
    width : 35px;
    height: 35px;
    border: 4px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1s linear infinite;
}
.upload-err{
    display: none;
    font-size: 35px;
    color: #ffffff;
}
.upload-img-item .reload-img-btn{
    display: none;
    position: absolute;
    bottom: 0;
    height: 24px;
    font-size: 14px;
    color: red;
    text-align: center;
    cursor: pointer;
}
.normal-img{
    background-repeat: no-repeat;
    overflow: hidden;
}
.normal-img img{
    width: 100%;
    height: 100%;
}
.box-flex{
    display: flex;
    height: auto !important;
    flex-wrap: wrap;
}
.box-flex>div{
    padding: 12px;
    box-sizing: border-box;
}
.box-flex>div img{
    width:100%;
    max-height:100%;
    max-width:100%;
    object-fit:fill;
}
.loading-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.load-c{
    height: 100%;
    display: flex;
    align-items: center;
}
.load-c .load-ring {
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
.load-ring{
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 7px dashed #4b9cdb;
    border-radius: 100%;
}
/*@keyframes loadingD {
  0 {
    transform: rotate(0deg);
   }
   50% {
    transform: rotate(180deg);
   }
   100% {
    transform: rotate(360deg);
   }
}*/
/*edit CSS*/
._eidt-box{
    padding: 0 8px;
    display: none;
}
._edit-item{
    padding: 2px 0 0;
}
._edit-item_flex{
    display: flex;
    justify-content: space-around;
    margin-bottom: 4px;
}
._edit-item .mal_38{
    margin-left: 38px;
}
._eidt-box .contraction-box{
    padding: 5px 0;
}
._edit-item ._eidt_input{
    padding: 0 8px;
}
._edit-item  .control {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 12px;
}
._edit-item  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
._edit-item  .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #e6e6e6;
    border-radius: 4px;
}
._edit-item ._btn_big{
    margin-top: 10px;
    margin-bottom: 18px;
    width: 140px;
}
._edit-item  .control--radio .control__indicator {
    border-radius: 50%;
}
._edit-item  .control:hover input ~ .control__indicator,
._edit-item  .control input:focus ~ .control__indicator {
    background: #ccc;
}
._edit-item  .control input:checked ~ .control__indicator {
    background: #000;
}
._edit-item  .control:hover input:not([disabled]):checked ~ .control__indicator,
._edit-item  .control input:checked:focus ~ .control__indicator {
    background: #000;
}
._edit-item  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
._edit-item  .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
._edit-item  .control input:checked ~ .control__indicator:after {
    display: block;
}
._edit-item  .control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #eeeeee;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
._edit-item  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
._box_untiy {
    background-color: rgba(56,56,56,1) !important;
    color: #CBCBCB;
    font-size: 12px;
}
.layer-form-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    /*min-height: 400px;*/
    background-color: rgba(56,56,56,0.8);
    z-index: 2200000000;
    border-radius: 8px;
    box-shadow: 0 10px 10px #E3E3E3;
    padding: 14px 14px 14px 8px;
}
.layer-form-fixed ._fixed-box{
    color: #ffffff;
    font-size: 14px;
}
.layer_form_item{
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
    height: 20px;
}
.layer_form_item label{
    flex: 0 0 80px;
    margin-right: 12px;
    text-align: right;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 14px;
}
.layer_form_item input{
    flex: 1;
    padding: 0 6px;
    height: 20px;
}
.layer_form_item .layui-input-div{
    flex: 1;
    padding: 0 5px;
    height: 20px;
}
._layer_close_btn{
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    font-size: 22px;
}
.layui-layer-shade{
    display: none !important;
}
.contraction-box .blank_div{
    padding-bottom:4px;
}
.zTreeMask{
    /*display: none!important;*/
}
._hover_structure_box{
    box-shadow: 0 0 10px rgb(255, 102, 0) !important;
}
._hover_structure_tree{
    /*box-shadow: 0px 0px 5px 3px rgb(255,102,0) !important;*/
    /*background-color: rgb(66,66,66) !important;*/
    background-color: rgb(156, 156, 156) !important;
    color: #ffffff !important;
    position: relative;
}
._hover_structure_tree::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: -200px;
    z-index: -1;
    background-color: rgb(156, 156, 156) !important;
    /*background-color: rgb(66,66,66) !important;*/
}
#_componentTree{
    /*position: relative;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px 0
}
#right_edit{
    display: flex;
    /*overflow: hidden;*/
}
#right_control{
    position: relative;
    height: 100%;
}
.readOnlyButton{
    pointer-events: none;
}
._psd-btn{
    margin: 0 15px;
    width: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 20px;
}
#_psd-container{
    height: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    text-align: center;
    flex: 1;
    position: relative;
    overflow: scroll;
    flex-direction: column;
}
.layer_form_list_select{
    height: 21px;
    width: 100px;
    max-width: 100px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    border-radius: 4px;
}
.layer_form_list_select input{
    position: absolute;
    left: 1px;
    top: 1px;
    border: none;
    width: 70px;
    height: 18px;
    border-radius: 4px;
}
.layer_form_list_select select{
    width: 100%;
    height: 100%;
}
.layer_form_item_mune{
    width: 40px;
    display: flex;
    justify-content: space-evenly;
}
.layer_form_item_add{
    width: 20px;
    height: 20px;
    background-image:url("../../images/add.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.layer_form_item_remove{
    width: 20px;
    height: 20px;
    background-image:url("../../images/remove.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.layui-layer-dialog{
    z-index: 2200000010 !important;
}
#_psd-upload-box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_psd-img{
    /*margin-top: 32px;*/
    display:none;
}
#_psd-upload-box ._upload-file-box{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 3px dashed #39f;
    display: flex;
    justify-content: center;
    align-items: center;
}
#_psd-upload-img{
    height: 100%;
    width: 100%;
    /*padding-top: 32px;*/
    display: none;
}
.psd-top{
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    z-index: 3;
}
.psd-top-left{
    display: flex;
}
.left_f{
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
}
.t_left_input{
    width: 80px;
    border: none;
    outline: none;
    padding-left: 3px;
    margin-left: 3px;
}
.left_f_btn{
    padding: 2px;
    cursor: pointer;
}
.psd-wrap{
    position: relative;
}
#_psd-mask{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
._layers_items{
    position: absolute;
    /*border: 1px solid #E3E3E3;*/
}
._psd_layer_borders{
    pointer-events: none;
}
._psd_layers_subline{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

._psd_layer_borders > section, ._psd_layer_borders{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
._psd_layer_borders .layer_select{
    position: absolute;
    pointer-events: none;
    border: 1px solid #ff3366;
}

._psd_layer_borders .layer_select::before, ._psd_layer_borders .layer_select::after {
    position: absolute;
    display: none;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
    content: attr(data-width);
    font-size: 12px;
    color: #fff;
    height: 20px;
    line-height: 12px;
    padding: 4px;
    background: #ff2f4f;
    border-radius: 39px;
    font-weight: 500;
}

._psd_layer_borders .layer_select::after {
    content: attr(data-height);
    left: auto;
    right: 50px;
    top: 50%;
    transform: translateX(calc(100% + 3px)) translateY(-50%);
}
.layers_selected_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
}
.layer_margin>div{
    background: #ff3366;
    position: absolute;
}
.layers_selected_box .layer_margin .line_l, .layers_selected_box .layer_margin .line_r{
    box-sizing: border-box;
    height: 1px;
}
.layers_selected_box .layer_margin .line_t, .layers_selected_box .layer_margin .line_b {
    box-sizing: border-box;
    width: 1px;
}
.layer_margin .layer_margin_info::before{
    font-weight: bolder;
    position: absolute;
    display: block;
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    content: attr(data-info);
    font-size: 12px;
    color: #fff;
    height: 20px;
    line-height: 12px;
    padding: 4px;
    background: #ff2f4f;
    border-radius: 39px;
    box-sizing: border-box;
}

.layer_margin .line_t .layer_margin_info::before,.layer_margin .line_b .layer_margin_info::before{
    left: auto;
    right: 0;
    top: 50%;
    transform: translateX(calc(100% + 3px)) translateY(-50%);
}
#_psd-layer-attr{
    position: fixed;
    right: 0;
    top: 36px;
    width: 270px;
    display: none;
    /* min-height: 400px; */
    background-color: rgba(56,56,56,0.8);
    z-index: 2200000000;
    border-radius: 8px;
    box-shadow: 0 10px 10px #e3e3e3;
    padding: 14px 14px 14px 8px;
}
#_psd_layer_copy{
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    display: none;
    background-color: transparent;
    z-index: 2200000001;
}
#_psd-layer-attr ._psd_items{
    font-size: 14px;
}
#_psd-layer-attr ._psd_items ._psd_item{
    display: flex;
    margin-bottom: 3px;
}
._psd_item .item-msg-box{
    flex: 1;
    display: flex;
    align-items: center;
}
._psd_item .item-msg-box ._item-input{
    text-align: center;
    color: #f7f9fc;
    margin-right: 17px;
    border-radius: 4px;
    padding-left: 8px;
    cursor: pointer;
}
._psd_item .item-msg-box ._item-color{
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}
._psd_items ._psd_item label{
    flex: 0 0 80px;
    margin-right: 12px;
    text-align: right;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 14px;
}

.tab_com_box{
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    /*width: 23%;*/
    /*margin-top: 2%;*/
    /*margin-right: 2%;*/
    /*-webkit-user-drag: none;*/
    /*user-select: none;*/
    zoom: .5;
    margin: 0 5px;
}
.tab_com_box_show{
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    -webkit-user-drag: none;
    user-select: none;
    min-width: 500px;
}
.tab_com_box_show .tab_com_item{
    width: auto;
    height: auto;
}
.tab_com_box.active{
    background:#eaeaea;
}
.tab_com_item{
    /*height: 460px;*/
    width: 300px;
    height: 300px;
    pointer-events: none;
    background:#fff;
    overflow: hidden;
    box-shadow: 0 0 5px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
}
.tab_com_box:hover .tab_com_delete_btn,.tab_com_box:hover .tab_com_edit_btn{
    display: block;
}
.tab_com_text{
    width: 100%;
    height: 50px;
    font-size: 30px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.tab_com_delete_btn{
    display: none;
    position: absolute;
    bottom: 70px;
    right: 20px;
    width: 40px;
    height: 40px;
    /*background-color: #ea516b;*/
    background-image:url('../../sysadmin/images/datasource_delete.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
    z-index: 10;
}
.tab_com_edit_btn{
    display: none;
    position: absolute;
    bottom: 70px;
    right: 65px;
    width: 40px;
    height: 40px;
    /*background-color: greenyellow;*/
    background-image:url('../../sysadmin/images/datasource_edit.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
    z-index: 10;
}
.tab_com_londing{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.tab_com_londing_img{
    width:50%;
    height:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    animation: loding 2s linear infinite;
}
@keyframes loding {
    0%{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.tab_com_input{
    display: inline-block;
    width: 300px;
    height: 100%;
    text-align: center;
    font-size: 28px;
}
.fixbox{
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.tab_com_item .debug-item{
    display: none;
}
.flymore-layer-componet{
    width: auto !important;
}
#psd-menu{
    position: absolute;
    visibility: hidden;
    top: 0;
    text-align: left;
    z-index: 3;
    width: 111px;
    padding: 7px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    --safe-area: 3px;
    border: 1px solid #d0d0d5;
    border-radius:  4px;
    font-size: 14px;
    z-index: 9999999999;
}
#psd-menu>div{
    display: block;
    line-height: 20px;
    padding: 7px 12px 8px;
    color: #4c5161;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
._slice-item{
    position: relative;
    border-radius: 6px;
    width: 152px;
    height: 100px;
    background: url(data:image/png;base64,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);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
._slice-item > img {
    max-height: 100px;
    max-width: 152px;
    object-fit: contain;
    vertical-align: middle;
}
.layui-progress-text{
    white-space: nowrap;
}
.debug-none:after{
    content: none !important;
}
.debug-none:before{
    content: none !important;
}
.debug-overlap-hover:after{
    position: absolute;
    content: "";
    width: 2px;
    background: blue;
    left: 0;
    bottom: 0;
    /*transition: all 500ms ease;*/
    height: 100% !important;
}
.debug-overlap-hover:before{
    position: absolute;
    content: "";
    width: 2px;
    background: blue;
    top: 0;
    right: 0;
    /*transition: all 500ms ease;*/
    height: 100% !important;
}
.debug-overlap-item-hover:after{
    position: absolute;
    content: "";
    height: 2px;
    background: blue;
    left: 0;
    bottom: 0;
    /*transition: all 500ms ease;*/
    width: 100% !important;
}
.debug-overlap-item-hover:before{
    position: absolute;
    content: "";
    height: 2px;
    background: blue;
    top: 0;
    right: 0;
    /*transition: all 500ms ease;*/
    width: 100% !important;
}
.class_hover{
    color: #000;
    border: 1px solid transparent;
    margin-right: 6px;
    display: flex;
    align-items: center;
}
.class_hover:hover{
    /*box-shadow: 0 2px 5px rgba(255, 0, 0,.25);*/
    border: 1px solid red;
}

.layer_form_item .edit-input{
    height: 20px;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #fff;
    align-items: center;
}
.layer_form_item .edit-input:hover{
    border: 1px solid #000;
}
.left_debug{
    display: flex;
    align-items: center;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.left-menu{
    /*background-color: #cccccc;*/
    min-width: 100px;
    line-height: 36px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    color: #333;
}
.left-menu li{
    margin: 1px 0;
    padding: 0 24px;
    list-style: none outside none;
    /*background-color: #DFDFDF;*/
    /*text-align: center;*/
    transition: all .3s;
    border-radius: 2px;
    position: relative;
}
.left-menu li:hover{
    background-color: var(--main-primary-color);
    color: #fff;
    cursor: pointer;
}
.left-menu-child{
    display: none;
    position: absolute;
    top: -1px;
    right: calc(-100% + 5px);
    box-sizing: border-box;
    max-height: 500px;
    overflow: auto;
}
.left-menu li:hover .left-menu-child{
    display: block;
}
.left-menu .left-menu-title:nth-of-type(1){
    border-top: none;
}
.left-menu .left-menu-title{
    font-size: 16px;
    border-top: 1px solid #eaeaea;
    color: rgb(202,202,202);
    padding-left: 15px;
    border-top: 1px solid #eaeaea;
    font-family: '黑体';
}
.right-menu{
    position: absolute;
    z-index: 9999999999;
}
/* drag */
.sortable-ghost {
    opacity: .2;
}

.sortable-drag {
    background: var(--main-primary-color) !important;
}
#nav li a{
    padding-left: 10px !important;
}

.zTreeDragUL{
    position: absolute;
    z-index: 100000;
}
.zTreeDragUL li a{
    display: block;
    padding: 12px 10px 12px 10px;
    margin: 10px 15px 0;
    border-radius: 3px;
    color: #fff;
}
.zTreeDragUL li{
    border-radius: 3px;
    background-color: var(--main-primary-color);
}

/*toggle button */

.lcs_wrap {
    display: inline-block;
    direction: ltr;
    height: 28px;
    vertical-align: middle;
    user-select: none;
}
.lcs_wrap input {
    display: none;
}

.lcs_switch {
    display: inline-block;
    position: relative;
    width: 73px;
    height: 28px;
    border-radius: 30px;
    background-color: #DDD;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.lcs_cursor {
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 10;

    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}
.lcs_label {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 33px;
    top: 5px;
    overflow: hidden;
    text-align: center;
    opacity: 0;

    -webkit-transition: all .1s ease-in-out .1s;
    -ms-transition: all .1s ease-in-out .1s;
    transition: all .1s ease-in-out .1s;
}
.lcs_label.lcs_label_on {
    left: -70px;
    z-index: 6;
}
.lcs_label.lcs_label_off {
    right: -70px;
    z-index: 5;
}


/* on */
.lcs_switch.lcs_on {
    background: #5fb878;
    box-shadow: 0px 0px 2px #6eb681 inset;
}
.lcs_switch.lcs_on .lcs_cursor {
    left: 48px;
}
.lcs_switch.lcs_on .lcs_label_on {
    left: 10px;
    opacity: 1;
}


/* off */
.lcs_switch.lcs_off {
    background: #ff0000;
    box-shadow: 0 0 2px #fc5b5b inset;
}
.lcs_switch.lcs_off .lcs_cursor {
    left: 3px;
}
.lcs_switch.lcs_off .lcs_label_off {
    right: 10px;
    opacity: 1;
}


/* disabled */
.lcs_switch.lcs_disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: default;
}
body::-webkit-scrollbar {
    width: 0 !important;
}

/* capture */
.capture{
    cursor: pointer;
}

.link_left{
    width: 200px;
    overflow: hidden;
}
.link_left_box{
    padding-left: 50px;
}
.link{
    width: 1px;
    background-color: #0C0C0C;
    position: absolute;
    z-index: 0;
    transform-origin: 0 0;
}

.flymore-dyc{
    width: auto !important;
    background-color: rgba(56,56,56,0.8) !important;
    border-radius: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
#import-html-box{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -206px;
    width: 600px;
    height: 412px;
    display: none;
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 5px !important;
    overflow: hidden;
    /* background-color: #eee !important; */
    background-color: rgb(248,249,250);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%) !important;
    z-index: 2147483647;
}
.close-improt-html{
    position:absolute;
    right:6px;
    top: 6px;
    cursor:pointer;
}
.close-improt-html i{
    font-size:24px;
}
.html-content{
    width:100%;
    min-height:300px;
    padding: 24px;
    box-sizing: border-box;
}
#sub-import-html{
    width:120px;
    height:32px;
    text-align: center;
    line-height:32px;
    margin: 12px auto 0;
    background-color: var(--main-primary-color) !important;
    color: #ffffff !important;
    cursor: pointer;
}
.layout-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.layout-content{
    min-height: 200px;
}
.right_control ._row_tab_box{
    width: 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 71px;
    left: 0;
}
._row_tab_box ._row_tab_item{
    cursor: pointer;
    color: #bbbbbb;
    background-color: rgb(53,53,53);
    padding: 5px 0;
}
._row_tab_box ._row_tab_item:hover{
    background-color: #2d2f30;
}

._row_tab_box ._row_tab_item._active{
    color: #ffffff;
    background-color: #2d2f30;
}
._row_tab_box ._row_tab_item img{
    height: 20px;
}
._row_tab_box ._row_tab_item span{
    display: block;
    text-align: center;
}
._row_tab_box ._tab_content{
    position: absolute;
    min-width: 200px;
    /*max-width: 500px;*/
    overflow: auto;
    top: 0;
    right: 0;
    margin-right: 20px;
}
._tab_content{
    cursor: auto;
    background-color: rgba(53,53,53,1) !important;
}
._tab_content._component_class{
    background-color: #ffffff !important;
    width: 500px;
    min-height: 300px;
}
._tab_content ._layer_close_btn{
    cursor: pointer;
}
._tab_content ._base_tag_list{
    width: 430px;
}
._tab_content ._base_tag_item{
    width: 33%;
    cursor: pointer;
    border:1px solid transparent;
    text-align: center;
    font-size: 14px;
    color: #CBCBCB;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 5px;
}
._tab_content ._base_tag_item._selected{
    /*border-color: #1a73e8;*/
    color: #4b4848;
    background: #eaeaea;
}
._add_component_btn{
    cursor: pointer;
}
._add_component_btn ._add_tab_com_item{
 font-size: 32px;
}

._base_tag_icon{
    -webkit-user-drag: none;
}
.file-hyperlink-box{
    display: flex;
    flex-direction: column;
}
.file-hyperlink-box>div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.file-hyperlink{
    color: var(--main-primary-color);
}
.file-hyperlink:hover{
    text-decoration: underline;
    color: var(--main-primary-color);
}
.file-hyperlink .is-disabled{
    pointer-events: none;
    cursor: not-allowed;
}
.clone-column-tr {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    /*width: 100%;*/
    /*height: 50px;*/
    background: #FFF;
    opacity: 0.8;
    list-style: none;
    pointer-events: none;
}
.clone-column-tr,.clone-column-tr *{
    box-sizing: border-box;
}
.clone-column-tr td, .clone-column-tr th{
    position: relative;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-width: 0 0 1px;
    border-color: #ddd;
    font-weight: 500;
    padding: 0;
}
.clone-column-tr input[type=checkbox],.clone-column-tr input[type=radio], .clone-column-tr select{
    display: none;
}
.clone-column-tr .layui-table-cell{
    line-height: 28px;
    position: relative;
    box-sizing: border-box;
    height: auto !important;
    border-width: 0 0 1px;
    border-color: #ddd;
    font-weight: 500;
    padding: 0;
}
.highlight>a{
    background-color: #1a73e8 !important;
}
.sys-c-bullet{
    width: auto;
    height: auto;
    background: none;
    position: static !important;
}
.custom-swiper{
    margin-left: initial;
    margin-right: initial;
}
#_componentConfigCol{
    z-index: 2;
}
th.layui-table-patch{
    display: none !important;
}
