#app{
    display: none;
}
.bread-header{
    border:1px solid #e5e5e5;
    border-radius: 4px;
    padding-left:10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.bread-header .el-breadcrumb{
    line-height: 40px;
}

table{
    font-size: 12px;
    background-color: #fff;
}
table.el-table .cell  {
    padding-left: 4px;
    padding-right: 4px;
}

table .cell .el-textarea__inner{
    font-size:12px;
    font-family:Arial;
    line-height: 23px;
}

.query-form{
    border:1px solid #e5e5e5;
    border-radius: 4px;
    padding:10px;
    margin-bottom:15px;
    background-color: #fff;
}

.code-container{
    min-height:300px;
}
.full-dialog .el-dialog__body{
    padding:0;
}

.step-container{
    margin-top:25px;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    min-height: 400px;
}

.right{
    float:right;
}

.el-select.multiple-select{
    display: block;
}

.el-checkbox{
    margin-right: 10px;
    margin-left: 0px !important;
}

.error-notify{
    width: auto !important;
}

.ocr-img{
    width:50px;
    height:50px;
}





.test-select .el-select-dropdown__item{
    height:auto;
}

.el-dropdown-menu__item.active{
    background-color: #ecf5ff;
    color: #66b1ff;
}

.header-icon{
    display: inline-block;
    margin-left:5px;
    float: right;
}

.header-icon > *{
    padding-right: 4px;
    font-size: 14px;
    cursor: pointer;
    line-height: 23px;
    padding-left: 2px;
}
.header-icon .iconfont{
    font-size:14px;
}

.header-icon .icon-bind{
    color:#409EFF;
}

.header-icon .icon-unbind{
    color:#F56C6C;
}


.header-icon > *:after{
    content: "";
    width: 1px;
    display: block;
    height: 14px;
    position: absolute;
    right: -1px;
    top: 4px;
    background-color: #e5e5e5;
}

.header-icon > *:last-child:after{
    display: none;
}

.test-msg{
    width: 800px;
}

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px !important;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px !important;
}
*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #CBCBCB;
}
*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
}

.el-tooltip__popper{
    max-width: 600px;
}


.el-table .danger-row {
    background: rgb(254, 240, 240);
}

.el-table .success-row {
    background: rgb(240, 249, 235);
}

.logo{
    height: 64px;
    position: relative;
    line-height: 64px;
    padding-left: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    background-color: #053434;
}

.logo a{
    color: #13c2c2;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
    display: flex;
    align-items: center;
    height: 64px;
}

.el-aside{
    height: 100vh;
    left: 0;
    top: 0;
    flex: 0 0 256px;
    max-width: 256px;
    width: 256px;
    min-height: 100vh;
    overflow-y: auto;
    z-index: 10;
    background: #032121;
}

.el-aside[collapse]{
    width: 64px !important;
    flex: 0 0 64px !important;
    max-width: 64px !important;
}
.el-aside[collapse] .logo{
    padding-left:0;
}

.el-aside[collapse] .logo a img{
    width: 100%;
}


.el-aside-children{
    height: 100%;
    margin-top: -.1px;
    padding-top: .1px;
}
.el-menu,.el-menu-item{
    color: rgba(254,254,254,.65);
    background: #032121;
    border-right: none;
}

.el-submenu__title{
    color: rgba(254,254,254,.65);
}

.el-submenu__title:hover{
    color: #fefefe;
    background-color: transparent;
}

.el-menu-item.is-active {
    background-color: #13c2c2 !important;
    color: #fefefe !important;
}

.el-menu-item:focus, .el-menu-item:hover {
    color: #fefefe;
    background-color: transparent;
}

html {
    --antd-wave-shadow-color: #13c2c2;
    color: rgba(0,0,0,.65);
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.el-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    background: #f0f2f5;
    padding:0px;
}

.el-header{
    height:64px !important;
    line-height: 64px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    border-bottom: 1px solid #f0f2f5;
}
.header-left{
    display: flex;
    float: left;
}
.header-right{
    display: flex;
    float: right;
}

.header-item{
    color: inherit;
    padding: 0 12px;
    cursor: pointer;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-flex;
}

.trigger{
    font-size: 24px;
    line-height: 64px ;
    height:64px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.trigger i{
    line-height: 64px;
}


.header-right .header-item .el-avatar{
    display: inline-flex;
    align-self: center;
    margin-right: 10px;
}

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px !important;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px !important;
}
*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #CBCBCB;
}
*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
}

.el-menu .navMenu{
    width: 100%;
}


.el-menu--collapse .navMenu>.el-menu-item span,
.el-menu--collapse .navMenu>.el-submenu>.el-submenu__title span
{
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
}


.el-menu--collapse .navMenu .el-submenu__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.el-menu--collapse .navMenu>.el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse .navMenu>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{
    display: none;
}

.el-menu--collapse .navMenu>.el-menu-item [class^=el-icon-],
.el-menu--collapse .navMenu>.el-submenu>.el-submenu__title [class^=el-icon-]{
    margin: 0;
    vertical-align: middle;
    width: 24px;
    text-align: center;
}

