
.wrapper{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    @include theme('background-color','wrapper_bgColor');
    border-radius: $radius_max $radius_max 0 0;
    overflow: hidden;
    .wrapper_body{
        flex: 1;
        height: 0;
        display: flex;
        margin: 0 $spacing $spacing $spacing;
        //background: #F1F6FC;
        border-radius: $radius_max;
        @include theme('background-color','wrapper_bgColor2');
        overflow: hidden;
        &.max{
            left: 40px;
        }
    }
    .wrapper_main{
        position: relative;
        flex: 1;
        //background: #F1F6FC;
        border-radius:  $radius;

		.tabHide{
			opacity: 0 !important;
			transform: translateX(300%) !important;
		}
		.tabShow{
			opacity: 1 !important;
			transform: translateX(0) !important;
		}

        //margin: $spacing $spacing $spacing 0;
    }
}
.contentBox{
    position: absolute;
    left: 0;
    right: $spacing;
    //top: $spacing;
	top: 0;
    bottom: $spacing;
    border-radius: $radius;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;


}
.componentBody{
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom: 0;
    border-radius: $radius;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 5;
    background: #fff;
}
.contentBox,.componentBody{
    //position: absolute;
    //left: 0;
    //right: $spacing;
    //top: $spacing;
    //bottom: $spacing;
    //border-radius:  $radius;
    //display:flex;
    //flex-direction: column;
    &.homeBg{
        background: #ebf1f7;
    }
    >.content{
        //background: #fff;
        position: relative;
        //margin: 0 16px 0 16px;
        //margin-top: 16px;
        flex: 1;
        overflow: hidden;
        //border-radius: 10px;
        margin-bottom: $spacing;
    }
    >.content2{
        flex:1;
        display: flex;
        //margin: 0 16px 0 16px;
        height: 0;
        margin-bottom: $spacing;
        .left{
            background: #fff;
            // width: 240px;
            border-right: 1px solid $borderColor2;
            width: 264px;
            position: relative;
            overflow: hidden;
            //margin-right: 16px;
            //border-radius: 10px;
        }
        .right{
            width: 0;
            border-radius: 10px;
            overflow: hidden;
            flex: 1;
            background: #fff;
        }
    }

}
.contentMargin{
    margin: 16px 16px 0 16px;
}
.emptyData{
    text-align:center;
    color:#aaa;
    i{
        font-size: 80px;
        color:#eee;
        display:block;
        margin-bottom: 10px;
        padding-top:20px;
    }
}

.breadcrumb{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    //height: 56px !important;
    min-height: 56px !important;
    //margin-bottom: $spacing_max;
    &.bottomBorderShow{
        border-bottom: 1px solid $borderColor2;
    }

    .row1{
        padding-left: $spacing_max;
        padding-right: $spacing_max;
        // height: 44px;
        align-items: center;
        overflow: hidden;
        position: relative;
        // padding-top: 15px;
        // padding-bottom: 10px;
        // padding-bottom: 12px;

        display: flex;
        justify-content: space-between;
        .s1{
            // color: #1890ff;
            //@include themeColor('color');
            //font-size: 16px;
            color: #262626;
        }

        .title{
            display: flex;
            align-items: center;
            color:#8c8c8c;
            .iconBox{
                width:30px;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
            }
        }
    }

    .breadcrumb_iconBox{
        width:20px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .myHover{
        cursor: pointer;
        &:hover{
            @include themeColor("color",'hover')
        }
        &:active{
            @include themeColor("color",'active')
        }
    }
    .pageHeader{
        padding-left: $spacing_max;
        padding-right: $spacing_max;
        // height: 44px;
        align-items: center;
        overflow: hidden;
        position: relative;
        color: #262626;

        display: flex;
        align-items: center;
        //margin-bottom: 5px;
        //margin-top: 5px;
        >.name{
            //font-size: 16px;
            //@include themeColor("color",'active')
        }
        .myHover{
            cursor: pointer;
            &:hover{
                @include themeColor("color",'hover')
            }
            &:active{
                @include themeColor("color",'active')
            }
        }
        // border: 1px solid #000;
    }

    .other{
        display: flex;
        //align-items: flex-end;
        justify-content: flex-end;
        margin-right: 16px;
        margin-left: 16px;
        flex: 1;
        // align-items: center;
        .otherContainer{
            //min-height: 32px;
            //margin-bottom: 5px;
            //margin-top: 5px;
            display: flex;
            align-items: center;
        }
    }

	.backBtn{
		background: #F2F3F5;
		color: #1D2129;
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		cursor: pointer;
		user-select: none;
		transition: all 0.3s ease;
		&:hover{
			background: #e4e3e3;
			@include themeColor("color",'active');
		}
		&:active{
			background: #e9e9e9;
			@include themeColor("color",'active');
		}
	}
}



.findBox{
    display: flex;
    flex-wrap: wrap;
    // justify-content: space-between;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 32px;
    &.noPad{
        padding:12px 0 0 0;
        .start{
            .item:nth-of-type(1){
                margin-left: 0;
            }
        }
        .end{
            .item:nth-last-of-type(1){
                margin-right: 0;
            }
        }
    }
    .start{
        display: flex;
        // .item{
        //     margin-right: 8px;
        // }
    }
    .end{
        display: flex;
        margin-left: auto;
        // .item{
        //     margin-left: 8px;
        // }
    }
    .item{
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        // margin-right: 8px;
        margin: 0 4px;

    }

}

.myDrawer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    >.header{
        height: 56px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
        padding-left: 24px;
        font-size: 16px;
        padding-right: 24px;
        justify-content: space-between;
        .close{
            margin-right: 10px;
            cursor: pointer;
        }
    }
    >.body{
        position: relative;
        flex: 1;
        height: 0;
    }

}
.myContainer{
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.myformFoot{
    height: 56px;
    position: relative;
    .shadow{
        background: #fff;
        height: 56px;
        border-top: 1px solid $borderColor2;
        box-shadow: 0px 0 10px 0px  $borderColor2;
        display: flex;
        align-items: center;
        padding-left: 140px;
    }
}
.myPage{
    padding:10px 16px;
    text-align: right;
}

.common_settings {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    opacity: 0;
    transition: all 0.2s ease;

    span {
        width: 20px;
        height: 20px;
        // background: #a4d1cd;
        @include themeColor('background-color','hover',0.5);
        border-radius: 3px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 4px;
        font-size: 12px;

        &:hover {
            @include themeColor('background-color','hover');
        }
        &:active {
            @include themeColor('background-color','active');
        }

    }
}

.mxplaceholder{
    // width:50px;
    min-width: 30px;
    float: left;
    height:30px;
    background: #ccc;
    margin-right: 10px;
    border-radius: 3px;
}
.draggable_move{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #2997ff;
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 3000;
    width: auto !important;
    height: auto !important;
}

.canvas_syBox{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.routerTabs{
    height: 40px;
    //background: #dce0e7;
    //@include theme('background-color','wrapper_bgColor2');
    display: flex;
    //padding: 4px;
    user-select: none;
    padding-top: 8px;
	margin-bottom: 8px;

    .menuBtn{
        cursor: pointer;
        // color: #fff;
        display: flex;
        align-items: center;
        font-size: 12px;
        // color: #acb5ce;
        border-radius: 2px;
        border: 1px solid #D9D9D9;

        @include theme('border-color','sidebar_color',0.2);
        @include theme('color','sidebar_color');
        @include theme('background-color','sidebar_children_activeBgColor');
        //background: #fff;
        &:hover{
             @include themeColor('color','active');
        }
        &.swiper-button-disabled{
            opacity: 0.2;
            display: none;
        }
        &.swiper-button-lock{
            display: none;
        }
    }
    .swiper-slide{
        width: auto;
    }
    .item{
        min-width: 100px;
        display: flex;
        padding: 0 10px;
        background: #fff;
        align-items: center;
        margin-right: 4px;
        border-radius: 2px;
        justify-content: space-between;
        cursor: pointer;
        height: 100%;
        border: 1px solid #D9D9D9;
        font-size: 12px;
        @include theme('border-color','sidebar_color',0.2);
        @include theme('color','sidebar_color');
        @include theme('background-color','sidebar_children_activeBgColor');
        .name{
            margin-right: 20px;
        }
        &:hover{
            @include themeColor('color','hover');
        }
        &.active{

            //@include themeColor('background-color','activeBgColor');
            @include themeColor('color','sidebar_menu2_activeColor');
            @include themeColor('border-color','sidebar_menu2_activeColor');


            //.name{
            //    color: #fff;
            //}
            //.other{
            //    color: #fff;
            //}
        }
        .other{
        }
    }
}

.rightMenuBox{
    position: fixed;
    width: 100px;
    // height: 200px;
    padding:5px 0;
    background: #fff;
    left: 10px;
    top: 10px;
    z-index: 999;
    // box-shadow: 0 0 10px 3px #aaa;
    box-shadow: 0 0 10px 0px #aaa  ;
    border-radius:4px;
    .item{
        display: flex;
        align-items: center;
        font-size: 12px;
        height: 30px;
        // border: 1px solid #000;
        padding-left: 12px;
        cursor: pointer;
        .icon{
            margin-right: 5px;
        }
        &:hover{
            // color: #009499;
            @include themeColor("color",'hover')
        }
    }
}
