
.table[data-v-3435d45b] img{
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-right: 10px;
}
.table[data-v-3435d45b] .el-table__header th{
        background: #f4f4f4;
        color: #000;
}
.table[data-v-3435d45b] .el-dropdown{
        cursor: pointer;
}
.table[data-v-3435d45b] .el-dropdown i{
        color: #c5c8cf;
}
.table[data-v-3435d45b] .el-dropdown:hover i{
        color: #0a92f3;
}
.dep[data-v-3435d45b] .el-dialog__header{
        background: #33aae2;
}
.dep[data-v-3435d45b] .el-dialog__title{
        color: #fff;
}
.dep[data-v-3435d45b] .el-dialog__headerbtn i{
        color: #fff;
}
.dep[data-v-3435d45b] .el-dialog__footer{
        border-top: 1px solid #f6f3f3
}
.primary[data-v-3435d45b] {	background: #007aff;}
.success[data-v-3435d45b] {	background: #19be6b}
.skyblue[data-v-3435d45b] {	background: #1fc0c3}
.warning[data-v-3435d45b] {	background: #FF9900;}
.org[data-v-3435d45b] {	background: #ff7136;}
.error[data-v-3435d45b] {	background: #e64340;}


.table[data-v-466f3394] img{
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.table[data-v-466f3394] .el-table__header th{
    background: #f4f4f4;
    color: #000;
}
.table[data-v-466f3394] .el-dropdown{
    cursor: pointer;
}
.table[data-v-466f3394] .el-dropdown i{
    color: #c5c8cf;
}
.table[data-v-466f3394] .el-dropdown:hover i{
    color: #0a92f3;
}
.dep[data-v-466f3394] .el-dialog__header{
    background: #33aae2;
}
.dep[data-v-466f3394] .el-dialog__title{
    color: #fff;
}
.dep[data-v-466f3394] .el-dialog__headerbtn i{
    color: #fff;
}
.dep[data-v-466f3394] .el-dialog__footer{
    border-top: 1px solid #f6f3f3
}


.table[data-v-8d23f108] img{
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.table[data-v-8d23f108] .el-table__header th{
    background: #f4f4f4;
    color: #000;
}
.table[data-v-8d23f108] .el-dropdown{
    cursor: pointer;
}
.table[data-v-8d23f108] .el-dropdown i{
    color: #c5c8cf;
}
.table[data-v-8d23f108] .el-dropdown:hover i{
    color: #0a92f3;
}
.dep[data-v-8d23f108] .el-dialog__header{
    background: #33aae2;
}
.dep[data-v-8d23f108] .el-dialog__title{
    color: #fff;
}
.dep[data-v-8d23f108] .el-dialog__headerbtn i{
    color: #fff;
}
.dep[data-v-8d23f108] .el-dialog__footer{
    border-top: 1px solid #f6f3f3
}



/******  栏目   四个角 ************/
.card::before,.card::after{    content: '';    width: 10px;    height: 10px;    position: absolute;    border-top: 2px solid #04eaff;    top: 0;}
.card::before{    left: 0;    border-left: 2px solid #04eaff;}
.card::after{    right: 0;    border-right: 2px solid #04eaff;}
.border-box::before,.border-box::after{    content: '';    width: 10px;    height: 10px;    position: absolute;    border-bottom: 2px solid #04eaff;    bottom: 0;}
.border-box::before{    left: 0;    border-left: 2px solid #04eaff;}
.border-box::after{    right: 0;    border-right: 2px solid #04eaff;}
.card .eachs-box{
    flex: 9;
} 
/******  栏目   标题 ************/
.border-box h3{
    flex: 1;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
    padding: 0 15px;
}
.border-box h3 small{
    font-size: 14px;
    margin-left: 10px;
    color: #ece909;
}
/******  栏目   eachs 布局 自适应 宽高 ************/
.border-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

/********************  弹框 **************************/
.dialog{
    min-width: 1024px;
    overflow-x:auto ;
}
.dialog::-webkit-scrollbar{
    width: 4px;
}
.dialog::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background: #04eaff;
}
.dialog .el-dialog{
    background: #005ab8f2;
    border-radius: 10px;
}
.dialog  .el-dialog .el-dialog__header{
    text-align: center;
}
.dialog  .el-dialog .el-dialog__header::before,.dialog  .el-dialog .el-dialog__header::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    border-top: 2px solid #04eaff;
    top: -15px;
}
.dialog  .el-dialog .el-dialog__header::before{
    left: -15px;
    border-left: 2px solid #04eaff;
}
.dialog  .el-dialog .el-dialog__header::after{
    right: -15px;
    border-right: 2px solid #04eaff;
}
.dialog  .el-dialog__body{
    color: #fff;
    padding: 20px;
}
.dialog  .el-dialog .el-dialog__body::before,.dialog  .el-dialog .el-dialog__body::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    border-bottom: 2px solid #04eaff;
    bottom: -15px;
}
.dialog  .el-dialog .el-dialog__body::before{
    left: -15px;
    border-left: 2px solid #04eaff;
}
.dialog  .el-dialog .el-dialog__body::after{
    right: -15px;
    border-right: 2px solid #04eaff;
}
.dialog  .el-dialog .el-dialog__header .el-dialog__title{
    color: #fff;
    font-size: 20px;
}
.dialog  .el-dialog .el-dialog__header .el-dialog__close{
    color: #fff ;
    font-size: 20px ;
}

/********************  弹框  table **************************/
.dialog .el-table ,.dialog .el-table th, .dialog  .el-table tr{
    background: transparent;
    color: #eee;
}
.dialog .el-table--border{
    border-top: 1px solid #3d84cf;
    border-left: 1px solid #3d84cf;
}
.dialog .el-table td, .dialog .el-table th.is-leaf{
    /* border-bottom: 1px solid #2563be; */
    border-bottom: 1px solid #3d84cf;
    border-right: 1px solid #3d84cf;
}
.dialog  .el-table thead th{
    color: #04eaff ;
}
.dialog .el-table--border::after, .dialog .el-table--group::after, .dialog .el-table::before{
    background: transparent;
}
.dialog .el-table--enable-row-hover .el-table__body tr:hover>td{
    background: transparent;
}


.top-ul[data-v-382231a2]{
    display: flex;align-items: center;justify-content: space-around;color: #fff;
}
.top-ul[data-v-382231a2] .el-divider{
    /* max-width: 50px; */
    background-color: #98b9d9;
}
.top-ul li[data-v-382231a2] {
    display: flex;align-items: center;flex-flow: column;justify-content: center;padding: 20px 0;flex: 1;
}
.top-ul li span[data-v-382231a2]:first-child{
    font-size: 20px;font-weight: bold;color: #ffe000;
}
.top-ul li span[data-v-382231a2]:last-child{
    font-size: 12px;margin-top: 5px;color: #eee;
}
/**************************************************************************** 个人销售统计  ***************************************************************************/
.person-sale-box[data-v-382231a2]{
    flex:1;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 1px #f56c6c solid;
    margin-bottom: 10px;
}
.person-sale-box1[data-v-382231a2]{
    /* border-left: none;
    border-right: #f90 3px solid; */
}
.person-sale-ul[data-v-382231a2]{
    display: flex;align-items: center;justify-content: space-around;
}
.person-sale-ul li[data-v-382231a2]{
    display: flex;
    flex-flow: column;
    font-size: 12px;
    color: #fff;
    color: #666;
    line-height: 2;
}
.person-sale-ul li span[data-v-382231a2]:first-child{
    font-size: 20px;
    color: #f56c6c;
}
.card[data-v-382231a2] {
    background: #001932;
    flex: 1;
    position: relative;
    margin: 10px;
    height:300px;
}
.card[data-v-382231a2]::before, .card[data-v-382231a2]::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 2px solid #04eaff;
    top: 10px;
}
.card[data-v-382231a2]::before {
    left: 10px;
    border-left: 2px solid #04eaff;
}
.card[data-v-382231a2]::after {
    right: 10px;
    border-right: 2px solid #04eaff;
}
.border-box[data-v-382231a2] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.border-box[data-v-382231a2]::before, .border-box[data-v-382231a2]::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: 2px solid #04eaff;
    bottom: 10px;
}
.border-box[data-v-382231a2]::before {
    left: 10px;
    border-left: 2px solid #04eaff;
}
.border-box[data-v-382231a2]::after {
    right: 10px;
    border-right: 2px solid #04eaff;
}
.border-box h3[data-v-382231a2] {
    flex: 1;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
}
.card[data-v-382231a2] .eachs-box {
    flex: 9;
}

