﻿/*
    panel:
    header: #1A1B20;
    body: #1D1F24;
    主灰: #383D41;
*/

html, body {
    margin: 0;
    padding: 0;
    background-color: #383D41;
    overflow: hidden;
    min-width: 1300px;
    font-family: 'Microsoft YaHei', 'Verdana', 'sans-serif' !important;
}

header {
    min-width: 1300px;
    max-height: 62px;
}

table {
    width: 100%;
}

    table thead th {
        white-space: nowrap !important;
    }

.cursorPoint {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.btn-primary {
    background-color: #43a3fb !important;
    color: white !important;
    border: 0px;
}

.page-container {
    padding: 0px !important;
}

    .page-container .main-content {
        position: fixed !important;
        display: block !important;
        padding: 10px;
        top: 62px;
    }

    .page-container .sidebar-menu {
        position: fixed !important;
        display: block !important;
        top: 62px;
        left: 0px;
        height: calc(100%-62px);
    }

    .page-container.horizontal-menu.with-sidebar .main-content {
        width: calc(100%-280px);
    }

/*
    navbar
*/

.navbar-nav .active span.title {
    color: #48ADDF;
}

.navbar-nav .i-menu {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.navbar-nav .i-menu-yw {
    background: url(../images/i-menu-yw.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-yw {
    background: url(../images/i-menu-yw-active.png) no-repeat !important;
    background-size: 100% !important;
}

.navbar-nav .i-menu-alarm {
    background: url(../images/i-menu-alarm.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-alarm {
    background: url(../images/i-menu-alarm-active.png) no-repeat !important;
    background-size: 100% !important;
}

.navbar-nav .i-menu-equip {
    background: url(../images/i-menu-equip.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-equip {
    background: url(../images/i-menu-equip-active.png) no-repeat !important;
    background-size: 100% !important;
}

.navbar-nav .i-menu-report {
    background: url(../images/i-menu-report.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-report {
    background: url(../images/i-menu-report-active.png) no-repeat !important;
    background-size: 100% !important;
}

.navbar-nav .i-menu-task {
    background: url(../images/i-menu-task.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-task {
    background: url(../images/i-menu-task-active.png) no-repeat !important;
    background-size: 100% !important;
}

.navbar-nav .i-menu-doc {
    background: url(../images/i-menu-doc.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-doc {
    background: url(../images/i-menu-doc-active.png) no-repeat !important;
    background-size: 100% !important;
}

.navbar-nav .i-menu-config {
    background: url(../images/i-menu-config.png) no-repeat;
    background-size: 100% !important;
}

.navbar-nav .active .i-menu-config {
    background: url(../images/i-menu-config-active.png) no-repeat !important;
    background-size: 100% !important;
}

/*
    通用
*/

.align-right {
    text-align: right;
}

.margin-0 {
    margin: 0 !important;
}

.margin-10 {
    margin: 10px;
}

.margin-top-17 {
    margin-top: 17px;
}

.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.padding-10 {
    padding: 10px;
}

.left-280 {
    left: 280px;
}

.border-dark-1 {
    border: 1px solid #2D3134;
}

.border-top-dashed {
    border-top: 1px dashed #2D3134;
}

.border-right-dashed {
    border-right: 1px dashed #2D3134;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #2D3134;
}

.border-bottom-solid {
    border-bottom: 1px solid #F4F4F4;
}

.border-left-dashed {
    border-left: 1px dashed #2D3134;
}

.bg-color-dark1 {
    background-color: #34393C;
}

.border-right-light {
    border-right: 1px solid #E3E3E3;
}

.i-alarm-1 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/i-alarm-1.png) no-repeat;
    background-size: 100%;
}

.i-alarm-2 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/i-alarm-2.png) no-repeat;
    background-size: 100%;
}

.i-alarm-3 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/i-alarm-3.png) no-repeat;
    background-size: 100%;
}

.i-alarm-4 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/i-alarm-4.png) no-repeat;
    background-size: 100%;
}

.divTitle {
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #F4F4F4;
}

.inputLabel {
    margin: 7px 0 0 0;
    white-space: normal;
}

.liTitle {
    font-size: 15px !important;
    background: #424A5A !important;
}

    .liTitle a {
        cursor: default !important;
    }

header .navbar-inner ul.navbar-right i {
    font-size: 16px !important;
}
/*
    首页
*/

#rightLayer {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 360px;
    min-height: 300px;
    height: calc(100%);
}

#bottomLayer {
    position: absolute;
    bottom: 0px;
    right: 395px;
    width: calc(100% - 420px);
    height: 200px;
}

.dpanel {
    margin-top: 8px;
    background-color: #383D41;
}

    .dpanel .dpanel-title {
        color: #ddd;
        height: 30px;
        border-bottom: 1px solid #2D3134;
        font-size: 14px;
        padding: 3px 0 0 10px;
    }

    .dpanel .dpanel-title2 {
        color: #ddd;
        height: 37px;
        border-bottom: 1px solid #2D3134;
        font-size: 14px;
        padding: 5px 0 0 10px;
    }

    .dpanel .dpanel-body {
        min-height: 100px;
    }

.daytime {
    margin: 8px 0 2px 0;
    height: 30px;
    font-size: 13px;
    background-color: #282C2E;
    padding: 5px 0 0 13px;
}

.slider {
    height: 200px;
    margin: 0;
    background: transparent;
}

    .slider table td {
        height: 40px;
    }

.i-house {
    height: 44px;
    background: url(../images/i-house.png) no-repeat;
    background-position: right;
}

.i-customer {
    height: 44px;
    background: url(../images/i-customer.png) no-repeat;
    background-position-x: 90%;
}

.spCount {
    font-size: 14px;
    padding-left: 25px;
}

.i-task-1 {
    width: 33px;
    height: 40px;
    background: url(../images/i-task-1.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 10px;
}

.i-task-2 {
    width: 33px;
    height: 40px;
    background: url(../images/i-task-2.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 10px;
}

.i-task-3 {
    width: 33px;
    height: 40px;
    background: url(../images/i-task-3.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 10px;
}

.i-task-4 {
    width: 33px;
    height: 40px;
    background: url(../images/i-task-4.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 10px;
}

.spTask-1 {
    font-size: 24px;
    font-weight: bold;
    color: #43A3FB;
}

.spTask-2 {
    font-size: 24px;
    font-weight: bold;
    color: #F15050;
}

.spTask-3 {
    font-size: 24px;
    font-weight: bold;
    color: #FFC30D;
}

.spTask-4 {
    font-size: 24px;
    font-weight: bold;
    color: #4CB56B;
}

#divCustomerNumber, #divHouseNumber {
    font-size: 24px;
    font-weight: bold;
    margin-left: 12px;
    color: #2C95C5;
}

.spAlarmsNumber {
    display: inline-block;
    width: 40px;
    text-align: right;
    font-size: 15px;
    margin: 0 3px;
}

#spAlarm4 {
    font-size: 18px;
    color: #F26464;
}

#spAlarm3 {
    font-size: 18px;
    color: #F59C56;
}

#spAlarm2 {
    font-size: 18px;
    color: #FFC30D;
}

#spAlarm1 {
    font-size: 18px;
    color: #47B0E0;
}

.dAlarmTable tr.alterbgcolor:nth-child(odd) {
    background: #34393C;
}

.alterbgcolor > td {
    padding: 6px 0 !important;
}

.dAlarmTable table td {
    padding: 3px 4px;
}

.sphover:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*
    设备管理
*/
#main-menu li ul li ul li.active a {
    background-color: #00A3E4 !important;
}

.i-customer-big {
    width: 73px;
    height: 65px;
    background: url(../images/i-customer-big.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    float: right;
}

.i-house-big {
    width: 84px;
    height: 65px;
    background: url(../images/i-house-big.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    float: right;
}

.i-equip-big {
    width: 54px;
    height: 65px;
    background: url(../images/i-equip-big.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    float: right;
}

.spCountBig {
    font-size: 28px;
    color: #47B0E0;
    font-weight: 800;
    padding-right: 5px;
}

.pic-equipment-type {
    width: 140px;
    height: 170px;
    margin: 17px auto 0 auto;
    background-size: contain !important; /* 100% !important;*/
}

table.bottomLine > tbody > tr > td {
    border-bottom: 1px solid #F4F4F4 !important;
    padding: 4px 0;
}


.fieldset {
    border: 1px solid #E3E3E3;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

    .fieldset legend {
        font-size: 13px;
        display: block;
        padding: 0 3px;
        line-height: inherit;
        color: #999;
        border: 0;
        margin: 0;
        width: auto;
        white-space: nowrap;
        font-weight: bold;
    }


    .fieldset a {
        font-size: 13px;
        color: #999;
    }

    .fieldset .trborder {
        border-bottom: 1px solid #E3E3E3;
    }


.trAlarmDetail td {
    padding: 5px 10px 5px 10px !important;
    line-height: 22px !important;
}

    .trAlarmDetail td span {
        color: #999 !important;
    }

.i-severity-1 {
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/i-severity-1.png) no-repeat;
    background-size: 100% 100%;
}

.i-severity-2 {
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/i-severity-2.png) no-repeat;
    background-size: 100% 100%;
}

.i-severity-3 {
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/i-severity-3.png) no-repeat;
    background-size: 100% 100%;
}

.i-severity-4 {
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/i-severity-4.png) no-repeat;
    background-size: 100% 100%;
}

/*
    任务管理
*/

.i-task-all {
    width: 44px;
    height: 52px;
    background: url(../images/i-task-all.png) no-repeat;
    background-size: 100% 100%;
    margin: 5px 10px 0 0;
    float: right;
}

.i-task-noprocess {
    width: 50px;
    height: 50px;
    background: url(../images/i-task-noprocess.png) no-repeat;
    background-size: 100% 100%;
    margin: 5px 10px 0 0;
    float: right;
}

.i-task-process {
    width: 50px;
    height: 50px;
    background: url(../images/i-task-process.png) no-repeat;
    background-size: 100% 100%;
    margin: 5px 10px 0 0;
    float: right;
}

.i-task-done {
    width: 50px;
    height: 50px;
    background: url(../images/i-task-done.png) no-repeat;
    background-size: 100% 100%;
    margin: 5px 10px 0 0;
    float: right;
}

.tablePadding td {
    padding: 7px 7px 3px 3px !important;
}

.spTaskCount {
    font-size: 28px;
    font-weight: 800;
    padding-right: 5px;
}

/*
    系统管理
*/

.accordion-left .panel > .panel-heading {
    padding: 1px 0px;
}

/*
    原版覆盖
*/

.page-container.horizontal-menu header.navbar .navbar-nav {
    height: 60px;
}

.page-container.horizontal-menu header.navbar {
    background-color: #383D41;
}

    .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
        padding: 21px 20px;
    }

    .page-container.horizontal-menu header.navbar .navbar-brand {
        padding: 0 !important;
    }

.navbar-brand {
    padding: 0 !important;
}

.row {
    margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}

.page-container.horizontal-menu header.navbar .navbar-nav > li > a span {
    font-size: 14px;
}

.breadcrumb {
    padding: 4px 15px;
    margin-bottom: 6px;
    padding-left: 10px !important;
    border-radius: 0 !important;
    border-left: 2px solid #BBB;
}

.panel-heading > .panel-title {
    padding-left: 8px;
}

.new-panel .panel-heading > .panel-options {
    float: left;
}

.panel-primary {
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.panel-heading {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #FBFBFB;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom: 1px solid #F9F9F9 !important;
}

.mail-env .mail-sidebar {
    border-right: none !important;
}

.form-horizontal .form-group {
    margin: 0;
}

.form-wizard {
    margin-top: 20px;
}

    .form-wizard .tab-content {
        margin: 0 20px;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #444;
    background-color: #ddd;
}

.panel-report .dataTables_wrapper {
    border: none !important;
}

/* -------------------- Login --------------------*/

.login-body {
    background: url(../images/login-bg.jpg) no-repeat !important;
    background-size: 100% 100% !important;
    overflow: hidden;
}

.login-outer {
    width: 854px;
    height: 526px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    background: url(../images/login-bg.png) no-repeat;
}

#btnLogin {
    width: 170px;
    border: 0;
    display: inline-block;
    background-color: #4493EE;
    font-size: 14px;
    color: #FFF;
    border-radius: 18px;
    height: 36px;
    margin-right: 12px;
}

.btnDemo:link, .btnDemo:visited {
    text-align: center;
    border: 1px solid #4493EE;
    display: inline-block;
    width: 120px;
    border-radius: 18px;
    height: 36px;
    color: #4D85CE;
    font-size: 14px;
    padding-top: 6px;
}

.btnDemo:active, .btnDemo:hover {
    text-align: center;
    border: 1px solid #4493EE;
    display: inline-block;
    border-radius: 18px;
    height: 36px;
    color: #4D85CE;
    font-size: 14px;
    padding-top: 6px;
}

#btnLogin {
    display: inline-block;
    background-color: #4493EE;
    font-size: 14px;
    color: #FFF;
    border-radius: 18px;
    height: 36px;
}

#divMsg {
    margin-top: 20px;
    color: #F40;
}

.form-buttons {
    width: 300px;
    padding: 30px 0 0 0;
}

input.validate-has-error {
    border: 1px solid #F40 !important;
}

#divCode {
    font-size: 16px !important;
    width: 38%;
    margin-left: 2%;
    display: inline-block;
    border: 1px solid #FFF;
    background: #FFF;
    height: 31px;
    color: #4C99DA;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

.login-page .headText {
    color: #fff;
}

#H1Title {
    height: 40px;
    background: url(../images/logo-txt.png) no-repeat;
    background-size: 40%;
    padding-left: 80px;
    background-position-x: center;
}

.login-page .login-content {
    width: 460px;
}

.login-page .login-form .form-group .input-group {
    background: #FFF;
}

.login-page .login-form .form-group .btn-login {
    background: #0D67CE;
}

form#form_login {
    border: 1px solid #AAA;
    padding: 40px 50px;
    margin-top: 5%;
    width: 460px;
    background-color: #EEE;
    border-radius: 0px;
    opacity: 0.85;
}

.login-page .login-form .form-group .btn-login {
    text-align: center;
}

.login-footer {
    padding: 10px 0 0 0;
    width: 100%;
    height: 50px;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0.6;
}

    .login-footer a:link, .login-footer a:active, .login-footer a:hover, .login-footer a:visited {
        padding: 0 15px;
        color: #222;
        font-size: 14px;
    }

    .login-footer a:hover {
        text-decoration: underline;
    }

.register-form .form-group {
    margin-bottom: 6px !important;
}

.spSysTitle {
    font-size: 28px;
    color: #FFF;
    text-align: right;
}

.spAgentName1 {
    font-size: 14px;
    padding-top: 10px;
    color: #CCC;
    text-align: right;
}

/*
    地图
*/
.BMap_cpyCtrl {
    display: none;
}

.anchorTR {
    display: none;
}

.anchorBL a[href="http://map.baidu.com/?sr=1"] {
    display: none;
}

.BMap_bubble_title {
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.BMap_pop {
    opacity: 0.86;
}

    .BMap_pop div:nth-child(1) {
        border-radius: 4px 0 0 0;
    }

    .BMap_pop div:nth-child(3) {
        border-radius: 0 4px 0 0;
        background: #ABABAB;
        width: 23px;
        width: 0px;
        height: 0px;
    }

        .BMap_pop div:nth-child(3) div {
            border-radius: 4px;
        }

    .BMap_pop div:nth-child(5) {
        border-radius: 0 0 0 4px;
    }

        .BMap_pop div:nth-child(5) div {
            border-radius: 4px;
        }

    .BMap_pop div:nth-child(7) {
        border-radius: 0 0 4px 0;
    }

    .BMap_pop div:nth-child div(7) {
        border-radius: 4px;
    }

/* -------------------- 告警管理 --------------------*/

#divAlarmChart {
    border: 1px solid #DDD;
    margin-bottom: 17px;
}

    #divAlarmChart .panel-heading .panel-options .checktypelabel {
        margin: 10px 10px 0 10px;
        cursor: pointer;
        font-weight: normal;
    }

    #divAlarmChart .panel-heading .panel-options .checktype--label {
        margin: 10px 0px 0 0px;
    }

    #divAlarmChart .panel-heading .panel-options .active {
        color: #000 !important;
        background-color: #DDD;
        padding: 0 5px;
    }

#datepickerStart, #datepickerEnd,  #datepickerTrad {
    width: 97px;
    height: 28px;
}

.pickeraddon {
    /*padding: 4px 0 0 0;*/
}

#divAlarmList {
    border: 1px solid #EBEBEB;
}

    #divAlarmList .dataTables_wrapper {
        border-width: 0px;
    }

    #divAlarmList .dataTables_wrapper {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        #divAlarmList .dataTables_wrapper > div.dataTables_filter {
            padding-top: 2px;
        }

.dataTables_wrapper > table.dataTable {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.dataTables_filter label {
    color: #999 !important;
    font-size: 14px !important;
}

.dataTables_filter input {
    border: 1px solid #EBEBEB !important;
    font-size: 13px !important;
    width: 250px;
}

/*告警列表中“告警等级”*/
span.EventSeverityGrade4 {
    color: #EC0000;
}

span.EventSeverityGrade3 {
    color: #FF6F00;
}

span.EventSeverityGrade2 {
    color: #FFD715;
}

span.EventSeverityGrade1 {
    color: #469AF7;
}

#EvetnSeverityLabel {
    font-weight: bold;
    padding-left: 10px;
}

#tblAlarmInfo div {
    padding-left: 50px;
    font-size: 13px;
    margin-bottom: 7px;
}


/*系统设置 中“用户和权限” 树间距*/
.list-group-item {
    padding: 5px 15px !important;
}

/*推送规则页面*/
#myModalConfigSend .table-bordered > thead > tr > th,
#myModalConfigSend .table-bordered > tbody > tr > th,
#myModalConfigSend .table-bordered > tfoot > tr > th,
#myModalConfigSend .table-bordered > thead > tr > td,
#myModalConfigSend .table-bordered > tbody > tr > td,
#myModalConfigSend .table-bordered > tfoot > tr > td {
    padding: 3px 4px !important;
    background-color: white;
}

#myModalConfigSend .firstcol {
    width: 40px;
}

.table-bordered-light {
    border: 1px solid #CCC;
}

    .table-bordered-light > thead > tr > th {
        color: #3399CC;
        padding: 10px 4px;
        font-size: 14px;
    }

    .table-bordered-light > thead > tr > th, .table-bordered-light > tbody > tr > th, .table-bordered-light > tfoot > tr > th, .table-bordered-light > thead > tr > td, .table-bordered-light > tbody > tr > td, .table-bordered-light > tfoot > tr > td {
        border: 1px solid #CCC;
        padding: 8px 4px;
    }

    .table-bordered-light > thead > tr > th, .table-bordered-light > thead > tr > td {
        background-color: #CCC;
        border-bottom-width: 0px;
    }
.cursorpointer {
    cursor:pointer;
}

#agentUserListTable_filter {
    padding:2px 0px 2px 0px !important;
} 

.dataTables_wrapper>div {
    padding: 2px 0 2px 0px !important;
}
.table .table-condensed .table-bordered .table-rowcolor ,table.dataTable {
    width:100% !important;
}
/*首页左侧树*/
.LeftTree-scroll {
    /* */
    opacity: .8;
    display: flex;
    height: 100%;
    position: absolute;
    left: -300px;
    width: 300px !important;
    background: #1e2224;
    top: 0;
    flex-direction: column;
    transition: all .5s;
}
    .LeftTree-scroll #tbTreeSearch {
        /* */
        width: 100%;
        background: #1e2224;
      /*  border-bottom: 1px transparent solid;
        border-image: linear-gradient(to right,#000718,#23b7cb) 1 10;*/
        border-bottom:none;
        min-height:40px;
        height: 40px;
        outline: none !important;
        border-right: none;
        background-image: url("../assets/images/defaultLefSearchInput.png");
        background-repeat: no-repeat;
        background-position: 96% 40%;
    }
    .LeftTree-scroll #sTreeBtn {
        right: -24px;
        top: 39%;
        width: 30px;
        position: absolute;
        height: 75px;
        border: 0;
        background: #1e2224;
        color: #fff;
        cursor: pointer;
        background-image: url("../assets/images/defaultLefSwich.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
    .LeftTree-scroll #sTree {
        height: 90%;
        width: 100%;


    }
    .LeftTree-scroll #LeftTreeCustomer::-webkit-scrollbar {
        /* 滚动条整体样式*/ width: 5px;
        /* 高宽分别对应横竖滚动条的尺寸*/ height: 1px;
    }

.LeftTree-scroll #LeftTreeCustomer::-webkit-scrollbar-thumb {
        /*  滚动条里面小方块*/ border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #ededed;
    }

.LeftTree-scroll #LeftTreeCustomer::-webkit-scrollbar-track {
        /*    滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }
    .LeftTree-scroll #sTree ul {
        position: relative;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden;
        overflow-y: auto;
    }
.LeftTree-scroll #sTree ul li {
                height: 40px;
                line-height: 40px;
                margin: 5px 0;
                list-style-type: none;
                text-align: center;
                cursor:pointer;
                
            }
.LeftTree-scroll #sTree ul li a {
                    width: 100%;
                    height: 100%;
                    text-decoration-line: none;
                    color: #fff;
                    display: block;
                    cursor: pointer;
                    padding: 0 40px 0 45px;
                    background: #373d41;
                    text-align: left;
                    background-image: url("../assets/images/defaultLefSearch.png");
                    background-repeat: no-repeat;
                    background-position: 10px 40%;
                }
.LeftTree-scroll #sTree ul li a:hover {
                        background: #fff;
                        color: #555;
                        background-image: url("../assets/images/defaultLefSearch.png");
                        background-repeat: no-repeat;
                        background-position: 10px 40%;
                    }
.LeftTree-scroll #sTree ul li .actived {
                    background: #fff;
                    color: #555 !important;
                    background-image: url("../assets/images/defaultLefSearch.png");
                    background-repeat: no-repeat;
                    background-position: 10px 40%;
}

/* 系统管理部分页面滚动条设置 */
.sys_manage_scroll {
    height:100%;
    overflow:hidden;
    overflow-y:auto;

}
    .sys_manage_scroll::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
        margin-left: 20px;
    }

    .sys_manage_scroll::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #ededed;
    }

    .sys_manage_scroll::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #fff;
    }
