
/*深色大屏*/
.dark_screen{
    padding: 0;
    height: 100vh;
    position: relative;
}
.dark_screen ::-webkit-scrollbar {
    width: 5px;   
    display:none
}
.dark_screen_map{
    height: 100%;
}
.dark_title{
    height: 100px;
    width: 100%;
    background: url("/images/home_logo_bg.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 20px;
}
.dark_title h2{
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.dark_title .iconfont{
    font-size: 54px;
    vertical-align: middle;
    margin-right: 10px;
}
.dark_left_bar{
    width: 50px;
    background-color: #042231;
    border:1px solid #2F446B;
    border-left: none;
    position: absolute;
    left: 0;
    top:50%;
    z-index: 2;
    display: flex;
    justify-items: center;
    align-items: center;
    transform: translateY(-50%);
}
.dark_left_bar ul{
    width: 100%;
    color: #fff;
}
.dark_left_bar ul li{
    text-align: center;
    line-height: 60px;
    margin: 10px auto;
}
.dark_left_bar ul a{
    color: #B4BDC1;
}
.dark_left_bar ul li .iconfont{
    font-size: 26px;
}
.dark_moudle{
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #002232;  
    border:1px solid #143765;
    box-shadow: inset 0 0 20px 0 #143765;  
    padding: 15px;
}
.dark_moudleTitle{
    background: url("/images/home_title_bg.png") no-repeat center;
    background-size: 100% 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.dark_moudleTitle .subtitle{
    font-size: 12px;
    color: #ccc;
}
.dark_leftCon{
    position: absolute;
    top: 100px;
    left: 70px;
    z-index: 2;
    width: 450px;
    height: calc(100% - 100px);
    overflow: auto;
}
.dark_rightCon{
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 2;
    width: 400px;
    height: calc(100% - 100px);
    overflow: auto;
}
.dark-left-switch{
    left: 520px;
}
.dark-left-switch.cl{
    left:50px
}
.dark-right-switch.right{
    left: auto;
    right: 420px;
}
.dark-right-switch.right.cr{
    right:0
}
.dark_bottomCon{
    position: absolute;
    left: 540px;
    bottom: 20px;
    right: 440px;
    top: auto;
}
.dark_bottomCon.cl{
    left: 70px;
}
.dark_bottomCon.cr{
    right: 20px;
}
.dark_bottomCon .dark_moudle{
    margin-bottom: 0;
}
.dark_bottomCon .dark_moudle+.dark_moudle{
    margin-top: 10px;
}
.dark_bottomCon .dark_moudleTitle{
    padding: 0 20px;
}
.dark_bottomCon .dark-bottom-switch{
    width: 30px;
    height: 20px;
    top: -20px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
}
.dark_bottomCon .dark-bottom-switch:after{
    transform: rotate(-90deg);
    right: 12px;
}
.dark_bottomCon .dark-bottom-switch.activ:after{
    margin-top: -10px; 
}
.dark_bottomCon.cb .dark_moudle{
    display: none;
}

.dark_weather{
    height: 80px;
    background: url("/images/home_bg1.png") no-repeat center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-size: 100% 100%;
    color: #D9EFF2;
    padding: 0;
    padding-top: 20px;
}
.dark_weather p{
    margin: 0;
    line-height: 26px;
    text-align: center;
}
.dark_weather .iframe{
    height:26px;
    width: 100%;
}
.dark_data{
    height: 380px;
}
.dark_carData{
    display: flex;
    padding: 20px 0;
    justify-content: center;
}
.dark_carItem{
    flex:0 0 120px;
    margin: 0 10px;
    text-align: center;
    color: #DAE2F3;
    background: url("/images/sj_bg1.png") no-repeat top center;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 20px;
}
.dark_carItem.offline{
    background-image: url("/images/sj_bg2.png");
}
.dark_carItem.whole{
    background-image: url("/images/sj_bg3.png");
}
.dark_carItem .number{
    font-size: 32px;
    line-height: 55px;
}
.dark_carItem .title{
    padding-top: 10px;
}
.dark_dataLine{
    height: 5px;
    background: url("/images/sj_line.png") no-repeat center;
    background-size:contain;
}
.dark_dataKm{
    padding: 20px 0 25px;
    text-align: center;
    color: #fff;
}
.dark_dataKm h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.dark_dataContent{
    padding-top: 10px;
}
.dark_dataContent .num{
    display: inline-block;
    margin: 0 2px;
    width: 34px;
    height: 46px;
    line-height: 46px;
    font-size: 30px;
    border: 1px solid #4583BF;
    box-shadow: inset 0 0 10px 0 #4583BF;  
}
.dark_dataContent .unit{
    color: #0081FF;
    vertical-align: bottom;
    padding-left: 5px;
    font-size: 16px;
}
.dark_rank{
    top: 600px;
    background-color: #002232;  
    border:1px solid #143765;
    box-shadow: inset 0 0 20px 0 #143765;  
    padding: 15px;
}
.dark_rankList{
    margin: 10px;
    overflow: auto;
}
.dark_rankItem{
    line-height: 30px;
    height: 30px;
    margin-top: 6px;
}
.dark_rankItem .rankNum{
    color: #fff;
    height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.dark_rankItem .rankKm{
    color: #0094D7;
    font-weight: bold;
}
.dark_rankItem .rankUnit{
    color: #0094D7;
    padding-left: 5px;
}
.dark_progress{
    position: relative;
    height: 10px;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
}
.dark_progress::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0F1424;
    display: block;
}
.dark_progress .front{
    border-radius: 8px;
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #015EE9, #00C0FB) ;
    transition: all 0.7s ease-in-out;
}
.dark_user{
    margin-bottom: 10px;
}
.clearfix::after{
    content: "";
    clear: both;
    display:block;
}
.dark_userOprate{
    margin-bottom: 5px;
}
.dark_userOprate .layui-nav{
    padding: 0;
    background: none;
    float: right;
}
.dark_userOprate .layui-nav-item{
    line-height: 36px;
    background:#042A38;
    border:1px solid #203D6B;
}
.dark_userOprate .layui-nav-item a{
    padding: 0 10px;
}
.dark_userOprate .opIcon{
    margin-right: 5px;
}
.dark_userOprate .iconfont{
    font-size: 22px;
    vertical-align: middle;
}
.dark_userOprate .layui-badge-dot{
    right: 0;
    top: 50%;
}
.dark_userOprate .fullScreen{
    color: #91C1D3;
    border-left: none;
}
.dark_userOprate .admin{
    border-right: none;
}
.dark_company .companySelect xm-select{
    line-height: 36px;
    background:#042A38;
    border:1px solid #203D6B;
    color: #91C1D3;
    height: 36px;
    width: 100%;
}
/*系统通知*/
.dark_message .messageList{
    margin:20px 10px 0;
    overflow: auto;
    height: 200px;
}
.dark_message .messageItem{
    margin-bottom: 15px;
}
.dark_message .messageItem .error{
    color: #E5775D;
    border: 1px solid #A0584C;
    background: #3E2529;
    box-shadow: inset 0 0 6px 0 #A0584C;  
    padding:0 15px;
    display: inline-block;
    line-height: 26px;
}
.dark_message .messageItem .warning{
    color: #fff;
    border: 1px solid #BA8833;
    background: #86652C;
    box-shadow: inset 0 0 4px 0 #BA8833;  
    padding:0 15px;
    display: inline-block;
    line-height: 26px;
}
.dark_message .messageItem p{
    padding-top:10px;
    color: #A0A0A0;
    line-height: 20px;
}
.dark_message .messageItem p a{
    color:#2AC9FF
}
/*交通安全曝光栏*/
.dark_screen .noticeList{
    margin: 20px 10px 0;
    max-height: 200px;
    overflow: auto;
}
.dark_screen .home-notice{
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    padding-right: 120px;
    cursor: pointer;
}
.dark_screen .home-notice .hn-title{
    color: #A0A0A0;
}
.dark_screen .home-notice .hn-at{
    color: #5CC7EF;
    position: absolute;
    right: 0;
    top: 0;
}
/*今日车辆清单*/
.dark_carList{
    top: 600px;
    background-color: #002232;  
    border:1px solid #143765;
    box-shadow: inset 0 0 20px 0 #143765;  
    padding: 15px;
}
.carListCon{
    padding:10px;
    text-align: center;
}
.carListCon .tbody{
    overflow: auto;
}
.carListCon .carTh{
    color: #fff;
    margin-bottom: 10px;
}
.carListCon .online{
    background: #041720;
    border:1px solid #2B8E8F;
    box-shadow: inset 0 0 16px 0 #2B8E8F;  
    color: #2ED5DE;
    line-height: 36px;
    margin-bottom: 10px;
}
.carListCon .offline{
    background: #3C2428;
    border:1px solid #BC6552;
    box-shadow: inset 0 0 16px 0 #BC6552;  
    color: #DA715A;
    line-height: 36px;
    margin-bottom: 10px;
}

.carListCon .layui-table th, 
.carListCon .layui-table td, 
.carListCon .layui-table[lay-skin="line"], 
.carListCon .layui-table[lay-skin="row"], 
.carListCon .layui-table-view, 
.carListCon .layui-table-tool, 
.carListCon .layui-table-header, 
.carListCon .layui-table-col-set, 
.carListCon .layui-table-total, 
.carListCon .layui-table-page, 
.carListCon .layui-table-fixed-r, 
.carListCon .layui-table-tips-main, 
.carListCon .layui-table-grid-down{
    border: none;
}
.carListCon .layui-table-cell{
    text-align: center;
}
.carListCon .layui-table-header,.carListCon .layui-table thead{
    background: none;
    color: #fff;
}
.carListCon .layui-table,
.carListCon .layui-table thead tr, 
.carListCon .layui-table-header, 
.carListCon .layui-table-tool, 
.carListCon .layui-table-total, 
.carListCon .layui-table-total tr, 
.carListCon .layui-table-patch, 
.carListCon .layui-table-mend, 
.carListCon .layui-table[lay-even] tr:nth-child(even), 
.carListCon .layui-table tbody tr:hover, 
.carListCon .layui-table-hover, 
.carListCon .layui-table-click{
    background: none;
}
/* .carListCon .layui-table tbody tr{
    background: #3C2428;
    border:1px solid #BC6552;
    box-shadow: inset 0 0 16px 0 #BC6552;  
    color: #DA715A;
    line-height: 36px;
    margin-bottom: 10px;
} */
.dark_video .videoList{
    padding-top: 20px;
}


/*浅色大屏*/
.lightbody .dark_title{
    background: url("/images/home_logo_bg_light.png") no-repeat center;
}
.lightbody .dark_left_bar{
    background-color: #1A9DDE;
    border-color:#1A9DDE;
}
.lightbody .dark_left_bar ul a{
    color: #fff;
}
.lightbody .dark_weather{
    background: url("/images/home_bg1_light.png") no-repeat center;
    background-size: 100% 100%;
}
.lightbody .dark_data{
    background-color: rgba(255,255,255,.9);  
    border:1px solid rgba(255,255,255,.9);
    box-shadow: 0 0 10px 0 #ccc;  
}
.lightbody .dark_moudle{
    background-color: rgba(255,255,255,.9);  
    border:1px solid rgba(255,255,255,.9); 
    box-shadow: 0 0 10px 0 #ccc;  
}
.lightbody .dark_moudleTitle .subtitle{
    color: #ccc;
}
.lightbody .dark_moudleTitle{
    background: url("/images/home_title_bg_light.png") no-repeat center;
    background-size: 100% 100%;
}
.lightbody .dark_carItem{
    color: #666;
    background: url("/images/sj_bg1_light.png") no-repeat top center;
    background-size: 100%;
}
.lightbody .dark_carItem.offline{
    background-image: url("/images/sj_bg2_light.png");
}
.lightbody .dark_carItem.whole{
    background-image: url("/images/sj_bg3_light.png");
}
.lightbody .dark_dataLine{
    height: 5px;
    background: none;
    border-bottom: 1px solid #E4E4E4;
}
.lightbody .dark_dataKm h2{
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}
.lightbody .dark_dataContent .num{
    background-color: #1A91DD;
    border:none;
    color: #fff;
    box-shadow:none;  
}
.lightbody .dark_rankItem .rankNum{
    color: #666;
}
.lightbody .dark_progress::before{
    background-color: #D4D4D4;
}
.lightbody .dark_progress .front{
    background-image: linear-gradient(to right, #1D60C4, #57B6D3) ;
}
.lightbody .dark_userOprate .layui-nav-item{
    background:#1AACF6;
    border:1px solid #1AACF6;
}
.lightbody .dark_company .companySelect xm-select{
    background:#1AACF6;
    border:1px solid #1AACF6;
    color: #fff;
}
.lightbody .dark_company .companySelect xm-select > .xm-tips{
    color: #fff;
}
.lightbody .messageItem .error{
    color: #fff;
    border: 1px solid #CF7060;
    background: #C42A2A;
    box-shadow: inset 0 0 6px 0 #A0584C;  
}
.lightbody .messageItem .warning{
    color: #fff;
    border: 1px solid #EAA844;
    background: #F38627;
    box-shadow: inset 0 0 4px 0 #BA8833;  
}
.lightbody .messageItem p{
    color: #A5A5A5;
}
.lightbody .carListCon .carTh{
    color: #666;
}
.lightbody .carListCon .online{
    background: #19ABF5;
    border:1px solid #279DCE;
    box-shadow: inset 0 0 16px 0 #2B8E8F;  
    color: #fff;
}
.lightbody .dark_screen .carListCon .offline{
    background: #707070;
    border:1px solid #707070;
    box-shadow: inset 0 0 16px 0 #707070;  
    color: #fff;
}

.lightbody .carListCon .layui-table-cell{
    text-align: center;
}
.lightbody .carListCon .layui-table-header,
.lightbody .carListCon .layui-table thead tr, 
.lightbody .carListCon .layui-table thead{
    background: none;
    color: #666 !important;
}
.lightbody .carListCon .layui-table,
.lightbody .carListCon .layui-table thead tr, 
.lightbody .carListCon .layui-table-header, 
.lightbody .carListCon .layui-table-tool, 
.lightbody .carListCon .layui-table-total, 
.lightbody .carListCon .layui-table-total tr, 
.lightbody .carListCon .layui-table-patch, 
.lightbody .carListCon .layui-table-mend, 
.lightbody .carListCon .layui-table[lay-even] tr:nth-child(even), 
.lightbody .carListCon .layui-table tbody tr:hover, 
.lightbody .carListCon .layui-table-hover, 
.lightbody .carListCon .layui-table-click{
    background: none;
}
/* .carListCon .layui-table tbody tr{
    background: #3C2428;
    border:1px solid #BC6552;
    box-shadow: inset 0 0 16px 0 #BC6552;  
    color: #DA715A;
    line-height: 36px;
    margin-bottom: 10px;
} */
/*-----------------------------------简单大屏首页----------------------------------------------------------------*/
.home_content{
    padding: 0 !important;
}
.home-chart-wrap{
    background: none;
    width: 440px;
}
.home-chart-wrap-right{
    width: 400px;
}
.home_left_moudle{
    padding: 20px 5px 20px 20px;
    height: calc(100% - 40px);
    overflow: auto;
}

.home_content ::-webkit-scrollbar {
    width: 5px;   
    display:none
}


.hc-switch.home-left-switch{
    left: 435px;
    z-index: 999;
}
.hc-switch.home-left-switch.cl {
    left: 0;
}
.hc-switch.home-right-switch{
    right: 400px;
    left: auto;
}
.hc-switch.home-right-switch.cr{
    right: 0;
}
.map-card-action{
    position: static;
    box-shadow: none;
    background: none;
    padding: 0;
    margin-bottom: 10px;
}
.home_dark_moudle{
    background-color: #0A131C;
    border:1px solid #122232;
    padding: 10px;
    margin-bottom: 10px;
}
.home_dark_moudle_title{
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #2A3754;
}
.home_dark_moudle_title .subtitle{
    float: right;
    color: #A0A0A0;
    font-size: 12px;
}
.home_dark_moudle_title a{
    color: #5CC7EF;
}
.home_dark_moudle_container{
    overflow: auto;
}
/*数据统计*/
.home_dark_data{
    display: flex;
    justify-content: center;
    padding-top:20px;
}
.home_dark_data .dataItem{
    flex: 0 0 100px;
    margin: 10px;
    text-align: center;
}
.home_dark_data .number{
    font-size: 32px;
    font-weight: bold;
}
.home_dark_data .title{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #8f41e9, #578aef) 1;
}
.home_dark_data .online .number{
    color: #00C0C9;
}
.home_dark_data .online .title{
    border-image: linear-gradient(to right, #00E9BD, #007DDF) 1;
}
.home_dark_data .offline .number{
    color: #B54175;
}
.home_dark_data .offline .title{
    border-image: linear-gradient(to right, #B6359C, #EF0A6A) 1;
}
.home_dark_data .whole .number{
    color: #DAE2F3;
}
.home_dark_data .whole .title{
    border-image: linear-gradient(to right, #0CCCFF, #4860FF) 1;
}
/*车辆在线总里程数*/
.home_dark_data_whole{
    padding: 20px 0;
    text-align: center;
}
.home_dark_data_whole .number{
    font-size: 36px;
    font-weight: bold;
    letter-spacing:5px
}
.home_dark_data_whole .unit{
    color: #0081FF;
    padding-left: 5px;
}
/*里程数据排名*/
.home_dark_km_rank{
    padding: 20px 10px 0;
}
.home_dark_km_rank .rank_item{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
}
.home_dark_km_rank .rank_item .rank_carNum{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_dark_km_rank .rank_item .rank_carKm{
    color: #44B2DC;
    font-weight: bold;
}
.home_dark_km_rank .rank_item .rank_carKm .unit{
    font-size: 12px;
}
.home_dark_km_rank .rank_item .rank_carPro{
    padding: 0 5px;
}
.home_dark_km_rank .rank_item .rank_carPro::before{
    content: "";
    display: block;
    background-color: #000;
    height: 10px;
    position: absolute;
    width: calc(100% - 15px);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.home_dark_km_rank .rank_item .rank_carPro span{
    transition: all 1.2s ease-in-out;
    display: block;
    background-color: #005FE9;
    height: 10px;
    position: absolute;
    width: calc(100% - 15px);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    overflow: hidden;
    background-image: linear-gradient(to right, #005FE9, #00BAF9) ;
}
/*今日人员排班*/
.home_dark_today{
    height: 320px;
}
.home_dark_today .layui-table-header{
    border:none
}
.home_dark_today .layui-table-view{
    border:none
}
/*右侧*/
.home_right_moudle{
    padding: 20px 20px 20px 0;
    height: calc(100% - 40px);
    overflow: auto;
}
.home_switchThem,
.home_switchThem:hover{
    background-color: #0A131C;
    border:1px solid #122232;
    line-height: 34px;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    color:#91C1D3
}
.home_switchThem + .home_switchThem{
    margin-left: 5px;
}
.home_switchThem .iconfont{
    font-size: 20px;
}
.home_company{
    padding-left: 5px;
}
.map-card-action xm-select{
    background-color: #0A131C;
    border:1px solid #122232;
}
.map-card-action xm-select:hover, .map-card-action xm-select:focus{
    border-color: #122232;
}
/*系统通知*/
.home_dark_message{
    padding: 10px 10px 0;
    height: 200px;
}
.home_dark_message .message{
    margin-bottom: 10px;
}
.home_dark_message .message .type{
    color: #E5775D;
}
.home_dark_message .message .content{
    color: #A0A0A0;
}
.home_dark_message .message .content a{
    color: #5CC7EF;
}
/*交通安全曝光栏*/
.home_dark_notice{
    padding: 10px 10px 0;
    height: 200px;
}
.home_dark_notice .home-notice{
    margin-bottom: 10px;
    position: relative;
    padding-right: 120px;
    cursor: pointer;
}
.home_dark_notice .home-notice .hn-title{
    color: #A0A0A0;
}
.home_dark_notice .home-notice .hn-at{
    color: #5CC7EF;
    position: absolute;
    right: 0;
    top: 0;
}
/*车辆清单*/
.home_dark_car{
    height: 320px;
}
.home_dark_car .layui-table-header{
    border:none
}
.home_dark_car .layui-table-view{
    border:none
}
/*底部*/
.home_dark_bottom_moudle{
    position: fixed;
    left: 670px;
    right: 420px;
    bottom: 20px;
    transition: all 0.4s;
}
.home_dark_bottom_moudle.cl{
    left:240px
}
.home_dark_bottom_moudle.cr{
    right:20px
}
.home_dark_bottom_moudle .home_dark_moudle{
    margin-bottom: 0;
} 
.layadmin-side-shrink .home_dark_bottom_moudle{
    left:510px
}
.layadmin-side-shrink .home_dark_bottom_moudle.cl{
    left:80px
}
.layadmin-side-shrink .home_dark_bottom_moudle
.full-body-card .home_dark_bottom_moudle{
    left:440px
}


.home_dark_moudle_container .layui-table thead tr{
    background: none !important;
    border: none !important;
    color: #fff !important;
}
.home_dark_moudle_container .layui-table,
.home_dark_moudle_container .layui-table tr,
.home_dark_moudle_container .layui-table-header{
    border: none !important;
    background: none !important;
}


.lightbody .home_dark_moudle{
    background-color: rgba(255,255,255,.9);
    border:1px solid rgba(255,255,255,.9);
    box-shadow: 0 0 10px 0 #ccc;
}
.lightbody .home_dark_moudle_title{
    background-image:linear-gradient(to right, #02C4F4,#B6E1FA) ;
    border-bottom:none;
    padding: 10px;
}
.lightbody .home_dark_moudle_title .subtitle{
    float: right;
    color: #eee;
    font-size: 12px;
}
.lightbody .home_dark_moudle_title a{
    color: #fff;
}
.lightbody .home_dark_data .whole .number{
    color: #0DCCFF;
}
/*车辆在线总里程数*/
.lightbody .home_dark_data_whole .number{
    color: #01A3F5;
}
.lightbody .home_dark_data .title{
    color: #666;
}
/*里程数据排名*/
.lightbody .home_dark_km_rank .rank_item .rank_carNum{
    color: #44B2DC;
}
.lightbody .home_dark_km_rank .rank_item .rank_carPro::before{
    background-color: #BEBEBE;
}
.lightbody .home_dark_km_rank .rank_item .rank_carPro span{
    background-color: #0062EA;
    background-image: linear-gradient(to right, #0062EA, #00BAFA) ;
}
/*右侧*/
.lightbody .home_switchThem,
.lightbody .home_switchThem:hover{
    background-color: #02C4F4;
    border:1px solid #02C4F4;
    color:#fff
}
.lightbody .map-card-action xm-select{
    background-color: #02C4F4;
    border:1px solid #02C4F4;
    box-sizing: border-box;
}
.lightbody .map-card-action xm-select > .xm-tips{
    color: #fff;
}
.lightbody .map-card-action xm-select:hover, 
.lightbody .map-card-action xm-select:focus{
    border-color: #029FEE;
}
/*交通安全曝光栏*/
.lightbody .home_dark_notice .home-notice .hn-title{
    color: #666;
}

.lightbody .home_dark_moudle_container .layui-table-body tbody tr:nth-child(even), 
.lightbody .home_dark_moudle_container .layui-table thead tr,
.i-dark-table .layui-table{
    color: #666 !important;
}


/*-----------------------------------框架样式-----------------------------------------------------------------------*/

.home-chart-wrap{
    overflow: hidden;
}
/*按钮*/
.layui-btn.layui-btn-default {
    background-color: #27A3DE !important
}
/*弹窗按钮*/
.layui-layer-btn .layui-layer-btn0{
    background-color: #27A3DE !important
}

.layui-card-header:before {
    background-color: #27A3DE;
}
.layui-layer-title:before {
    background-color: #27A3DE;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #27A3DE !important
}

.layui-nav .layui-this:after, 
.layui-nav-bar, 
.layui-nav-tree .layui-nav-itemed:after{
    background-color: #27A3DE !important;
}
/*顶部样式*/
.layui-layout-admin .layui-header{
    background-color: #121A2D !important;
    color: #fff !important;
}
.layui-layout-admin .layui-header a, .layui-layout-admin .layui-header a cite{
    color: #fff !important;
}
.top_notice .iconfont{
    font-size: 22px;
    vertical-align: middle;
    margin-top: -3px;
}
.top_user .layui-nav-child a{
    color: #666 !important;
    text-align: center;
}
.lightbody .layui-layout-admin .layui-header{
    background-image:linear-gradient(to right,#01C3F5,#B7CEFA);
}
.lightbody .layui-layout-admin .layui-header .layui-nav .layui-nav-more{
    border-color: transparent !important;
    border-top-color: #D9EFF2 !important;
}
.lightbody .layui-layout-admin .layui-header .layui-nav .layui-nav-mored{
    border-color: transparent !important;
    border-bottom-color: #D9EFF2 !important;
}

/*左侧菜单*/
.layui-logo{
    height: 50px !important;
    color: #fff !important;
    line-height:50px !important;
    padding: 0 !important;
    background:none !important;
    font-weight: normal !important;
    background-color: #121621 !important;
    font-size: 14px;
}
.layui-logo .iconfont{
    font-size: 42px;
    vertical-align: middle;
}
.layui-logo .title{
    margin-top: 5px;
    font-size:14px;
}
.layadmin-side-shrink .layui-logo .title{
    display: none;
}

.layui-nav-tree .layui-nav-child dd.layui-this a {
    background-color: #01ccf0 !important;
    color: #fff !important;
}

.layui-side-menu .layui-nav .layui-nav-item a {
    color: #B8BBC8
}
.layui-side-menu .layui-nav .layui-nav-child a {
    color: #B8BBC8
}
.layui-side-menu .layui-nav .layui-nav-child dd.layui-this>a:after {
    background: #0180F0;
}


.layui-side-menu{
    box-shadow: 0 0 10px #000;
}
.layui-side-menu .layui-nav{
    margin-top: 70px !important;
}
.layui-side-menu .layui-nav *{
    
}
.layui-side-menu .layui-nav .layui-nav-item .layui-icon{
    transform: translateY(-50%);
    margin-top: 0 !important;
}
.layui-side-menu .layui-nav-child{
    background: #121621 !important;
}
.layui-side-menu .layui-nav .layui-nav-item a{
    height: 50px !important;
    line-height: 50px !important;
}
.layui-side-menu .layui-nav .layui-nav-child{
    font-size: 14px !important;
}
.layui-side-menu .layui-nav .layui-nav-child dd.layui-this a, 
.layui-side-menu .layui-nav-child dd.layui-this{
    background: #121621 !important;
    color: #28C9FF !important;
}
.layui-side-menu .layui-side-scroll{
    background-color: #121621;
}
.layui-side-menu .layui-nav-itemed{
    background-color: #0180F0;
}
.layui-nav-tree .layui-nav-bar, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a{
    background-color: #0180F0 !important;
    color: #fff !important;
}


.lightbody .layui-logo{
    color: #fff !important;
    background-color: #01C3F5 !important;
    
}

.lightbody .layui-side-menu{
    box-shadow: 0 0 10px #ccc;
}
.lightbody .layui-side-menu .layui-nav-child{
    background: #fff !important;
}
.lightbody .layui-side-menu .layui-nav .layui-nav-item a{
    color: #666 !important;
}
.lightbody .layui-side-menu .layui-nav .layui-nav-child dd.layui-this a, 
.lightbody .layui-side-menu .layui-nav-child dd.layui-this{
    background: #fff !important;
    color: #28C9FF !important;
}
.lightbody .layui-side-menu .layui-side-scroll{
    background-color: #fff;
}
.lightbody .layui-side-menu .layui-nav-itemed{
    background-color: #01C3F5;
}
.lightbody .layui-nav-tree .layui-nav-bar, 
.lightbody .layui-nav-tree .layui-this, 
.lightbody .layui-nav-tree .layui-this>a, 
.lightbody .layui-nav-tree .layui-nav-child dd.layui-this, 
.lightbody .layui-nav-tree .layui-nav-child dd.layui-this a{
    background-color: #01C3F5 !important;
    color: #fff !important;
}
.lightbody .layui-side-menu .layui-nav .layui-this > a,
.lightbody .layui-side-menu .layui-nav .layui-nav-itemed > a{
    color: #fff !important;
}
.lightbody .layui-nav .layui-nav-more{
    border-top-color: #666;
}
.lightbody .layui-side-menu .layui-this .layui-nav-more{
    border-top-color: #fff;
}
.lightbody .layui-nav .layui-nav-mored,
.lightbody .layui-this.layui-nav-itemed > a .layui-nav-more,
.lightbody .layui-nav-itemed > a .layui-nav-more{
    border-top-color: transparent;
}
.lightbody .hc-switch{
    background-color: #1AACF6;
}
/*excel表格*/
.excel-tabel .layui-table th, 
.excel-tabel .layui-table td, 
.excel-tabel .layui-table[lay-skin="line"], 
.excel-tabel .layui-table[lay-skin="row"], 
.excel-tabel .layui-table-view, 
.excel-tabel .layui-table-tool, 
.excel-tabel .layui-table-header, 
.excel-tabel .layui-table-col-set, 
.excel-tabel .layui-table-total, 
.excel-tabel .layui-table-page, 
.excel-tabel .layui-table-fixed-r, 
.excel-tabel .layui-table-tips-main, 
.excel-tabel .layui-table-grid-down{
    border-color: #AFAFAF;
    color: #606060;
}
.excel-tabel .layui-table tbody tr:hover, 
.excel-tabel .layui-table-hover, 
.excel-tabel .layui-table-click{
    background-color: #E9E9E9;
}
.excel-tabel .layui-table-edit:focus{border-color: #5FB8E1!important;}
.excel-tabel .layui-table thead tr, 
.excel-tabel .layui-table-header{
    background: none;
}
/*表格*/

.cus-tabel .layui-table-view,
.cus-tabel .layui-table-view th,
.cus-tabel .layui-table-view td{
    border-left: 0;
    border-right: 0;
}
.cus-tabel .layui-table th, 
.cus-tabel .layui-table td, 
.cus-tabel .layui-table[lay-skin="line"], 
.cus-tabel .layui-table[lay-skin="row"], 
.cus-tabel .layui-table-view, 
.cus-tabel .layui-table-tool, 
.cus-tabel .layui-table-header, 
.cus-tabel .layui-table-col-set, 
.cus-tabel .layui-table-total, 
.cus-tabel .layui-table-page, 
.cus-tabel .layui-table-fixed-r, 
.cus-tabel .layui-table-tips-main, 
.cus-tabel .layui-table-grid-down{
    border-color: #eee;
    color: #9f9f9f;
}
.cus-tabel .layui-table-view .layui-table th,
.cus-tabel .layui-table-view .layui-table td{
    padding: 10px 0;
}
.cus-tabel .layui-table th{
    font-weight: bold;
    color: #727272;
}
.cus-tabel .layui-table thead tr, 
.cus-tabel .layui-table-header, 
.cus-tabel .layui-table tbody tr:hover, 
.cus-tabel .layui-table-hover, 
.cus-tabel .layui-table-click,
.cus-tabel .layui-table tbody tr:hover td{
    background: none;
    color:#3998d4
}
.cus-tabel .layui-table tbody tr:hover .layui-table-cell{
    background: #f4f5f9;
}
/* .cus-tabel .layui-table tbody tr:hover, 
.cus-tabel .layui-table-hover, 
.cus-tabel .layui-table-click{
    box-shadow:0 0 20px 0 #aaa;
    opacity: 1 !important;
    position: relative;
    z-index: 8;
} */
.cus-tabel .layui-table-page{
    padding: 10px 0;
    height: auto;
} 
.cus-tabel .layui-table-view{
    border: none;
}
.cus-tabel .layui-table-header{
    border-bottom-width: 5px;
}
.cus-tabel .layui-table thead tr,
.cus-tabel .layui-table-header{
    background: none;
}
/*下拉选择*/
.layui-form-select dl dd.layui-this{
    background-color: #5CC7EF;
}
.fence-list li.active,
.fence-list li.active a{
    color: #27A3DE;
}
.fence-list li.active:after{
    background: #27A3DE;
}
/*统计*/
.stat-group{
    background-image: linear-gradient(to right,#0257bd,#40adcd);
}
.stat-group .stat-group-title{
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
}
.stat-group .stat-group-content{
    line-height: 70px;
    padding: 0;
    margin: 0 0 0 2em;
}
/*监控*/
.card-top-border{
    border-color: #27A3DE;
}
.text-primary{
    color: #27A3DE !important;
}




/*搜索筛选*/
.more-screen{
    display: none;
}
.track_map_card{
    top: 10px;
    border-top: 0;
}
.data-screen{
    font-size: 12px;
}
.data-screen .layui-input, 
.data-screen .layui-textarea, 
.data-screen .layui-select{
    height: 30px;
}
.data-screen xm-select{
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}
.data-screen xm-select .xm-label .xm-label-block{
    height: 22px;
    line-height: 22px;
}
/*车辆实时监控*/
.video-jk-con{
    width: 350px;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    background-color: rgba(255,255,255,.8);
    transition: all 0.2s;
}
.video-jk-con.cr{
    width: 0;
    padding: 0;
    overflow: hidden;
}
.video-switch{
    transition: all 0.2s;
}
.video-switch.right{
    right: 365px;
}
.video-switch.cr{
    right:0
}
/*车辆轨迹*/
.track-control-panel{
    width: auto;
    left: 470px;
    right: 90px;
    transition: all 0.2s;
}
.track-control-panel.collapse{
    left: 90px;
}
.fix-map-card-top{
    background: rgba(255, 255, 255, 0.7);
    width: 200px;
}
.fix-map-card-top .layui-timeline-title{
    font-size: 14px;
}
.fix-map-card{
    top: 10px;
}

.cluster-marker-wrap2 .ccm-count{
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.cluster-marker-wrap2 .ccm-name{
    font-size: 12px;
    padding-left: 5px;
    line-height: 24px;
}
.lightbody .cluster-marker-wrap2 .ccm-name{
    color: #666;
}

/*车辆维修管理*/
#js_maintain_img_list .img-c{
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
#js_maintain_img_list .img-c img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#js_maintain_img_list .img-c i{
    top: 0;
}