
[data-v-af26e5cc] .el-tree-node__content {
    background-color: #F5F7FA;
    color: #323232;
}
[data-v-af26e5cc] .el-tree-node__label{
    font-weight: bold;
    font-size: 1.25rem;
    color: #323232;
}
[data-v-af26e5cc] .el-tree-node.is-current > .el-tree-node__content {
    background-color: #E7F3FE !important;
}
[data-v-af26e5cc] .el-tree-node:not(.is-leaf) > .el-tree-node__content {
    font-weight: bold;
    font-size: 1.25rem;
}
[data-v-af26e5cc] .el-tree-node:not(.is-leaf).is-expanded > .el-tree-node__content {
    background-color: #EAEEF2;
}
[data-v-af26e5cc] .el-tree-node.is-leaf > .el-tree-node__content {
    font-weight: 400;
    font-size: 1.13rem;
    line-height: 1.75rem;
}
[data-v-af26e5cc] .el-tree-node > .el-tree-node__children > .el-tree-node > .el-tree-node__children > .el-tree-node > .el-tree-node__content {
  background: #F5F7FA ;
}

/* /deep/ .el-tree-node__children .el-tree-node.is-expanded > .el-tree-node__content {
  background-color: #EAEEF2 !important;
} */
.sub-title[data-v-af26e5cc]{
    font-weight: 400;
font-size: 1.13rem;
color: #323232;
}


.el-tree-node.is-current > .el-tree-node__content {
    background-color: #c2d6ea !important;
}
.handle-box {
    margin-bottom: 20px;
}
.handle-select {
    width: 150px;
    display: inline-block;
}
.handle-input {
    width: 150px;
    display: inline-block;
}
.table {
    width: 100%;
    font-size: 14px;
}
.red {
    color: #ff0000;
}
.mr10 {
    margin-right: 10px;
}
.table-td-thumb {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
}

