<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*********鍏叡鏍峰紡***********/
/*琛ㄦ牸*/
.cc_tabel{
    border:1px solid #1EBEE0;
    color: #fff;
}
.cc_tabel .cc_tr{
    line-height: 35px;
    border-bottom:1px solid #1EBEE0;
    box-shadow: inset 0 0 10px 0 #1EBEE0;
    display: flex;
}
.cc_tabel .cc_td{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cc_thead .cc_tr{
    background-color: #061821;
    line-height: 36px;
}
.cc_tbody{
    overflow-y: auto;
}
.cc_tbody .cc_tr:last-child{
    border-bottom: none;
}
.lightbody .cc_tabel{
    border:none;
    color: #666c7d;
}
.lightbody .cc_tabel .cc_tr{
    border:none;
    box-shadow: none;
}
.lightbody .cc_thead .cc_tr{
    background: none;
    color: #01a3f5;
    font-weight: bold;
}
/*杩涘害鏉�*/
.cc_progress{
    position: relative;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.cc_progress::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0F1424;
    display: block;
}
.cc_progress .front{
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/nd/nd_process_bg.png) no-repeat left center;
    background-size: 320px 100% ;
    transition: all 0.7s ease-in-out;
}
.lightbody .cc_progress::before{
    background: none;
}
.lightbody .cc_progress .front{
    border-radius: 5px;
    background-image: url(../images/nd/nd_l_process_bg.png);
    background-size: 230px 100% ;
}
/*妯″潡*/
.screen_moudle{
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: rgba(9, 30, 58, 0.8);
    border:1px solid #31425E;
    box-shadow:inset 0 0 16px 0px #31425E;  
    padding:10px 20px 25px;
}
.screen_moudleTitle{
    background: url("/images/nd/nd_mt_r_bg.png") no-repeat right center;
    background-size: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-bottom: 7px solid #031229;
    position: relative;
}
.screen_moudleTitle::after{
    content: "";
    height: 2px;
    background-image: linear-gradient(to right,#031229,#2ECEEC,#031229);
    position: absolute;
    width: 100%;
    left: 0;
    bottom:-4px;
    z-index: 8;
}
.screen_moudleTitle .subtitle{
    font-size: 12px;
    color: #ccc;
}
.screen_moudleCon{
    max-height: calc(100% - 37px);
    overflow: auto;
}
.lightbody .screen_moudle{
    box-shadow: 0 0 23px 0 #ccc;
}
.lightbody .screen_moudleTitle{
    background-color: #01a3f5;
    background-image: none;
    color: #fff;
    border-bottom:none;
    text-align: center;
    position: relative;
    height: 37px;
    line-height: 37px;
}
.lightbody .screen_moudleTitle::before{
    content: "";
    height: 42px;
    background:url(../images/nd/nd_l_title_lbg.png) no-repeat top left;
    background-size: auto 100%;
    position: absolute;
    width: 41px;
    left: -2px;
    right: auto;
    top:-2px;
    z-index: 8;
}
.lightbody .screen_moudleTitle::after{
    content: "";
    height: 42px;
    background:url(../images/nd/nd_l_title_rbg.png) no-repeat top right;
    background-size: auto 100%;
    position: absolute;
    width: 41px;
    right: -2px;
    left: auto;
    top:-2px;
    z-index: 8;
}
.lightbody .screen_moudleTitle .subtitle{
    color: #666;
}
/*鏀惰捣鎸夐挳*/
.screen-switch {
    position: absolute;
    height: 50px;
    width: 20px;
    top: 50%;
    margin-top: -25px;
    color: white;
    cursor: pointer;
    background-color: rgba(9, 30, 58, 0.8);
    border:1px solid #31425E;
    border-radius: 5px;
    box-sizing: border-box;
    border-left: 0;
}
.screen-switch.left{
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.screen-switch.right{
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.screen-switch.bottom{
    width: 50px;
    height: 20px;
    margin-top: 0;
    margin-left: -25px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.screen-switch.top{
    width: 50px;
    height: 20px;
    margin-top: 0;
    margin-left: -25px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.screen-switch:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent rgba(255,255,255,1) transparent transparent;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.screen-switch.left:after,.screen-switch.right.active:after {
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(255,255,255,1) transparent transparent;
}
.screen-switch.right:after,.screen-switch.left.active:after {
    border-width: 6px 0px 6px 6px;
    border-color: transparent transparent transparent rgba(255,255,255,1);
}
.screen-switch.bottom:after,.screen-switch.top.active:after{
    border-width: 6px 6px 0px 6px;
    border-color: rgba(255,255,255,1) transparent transparent transparent ;
}
.screen-switch.top:after,.screen-switch.bottom.active:after{
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent rgba(255,255,255,1) transparent;
}
.lightbody .screen-switch {
    background-color: #01a3f5;
    border:1px solid #01a3f5;
}


/*澶у睆澶栨*/
.big_screen2{
    padding: 0;
    height: 100vh;
    position: relative;
}
.big_screen2 ::-webkit-scrollbar {
    width: 5px;   
    display:none
}
/*鍦板浘*/
.big_screen_map{
    height: 100%;
}
/*鏍囬*/
.big_screen_title{
    height: 100px;
    width: 100%;
    background: url("/images/nd/nd_logo_bg.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 20px;
}
.big_screen_title h2{
    text-align: center;
    font-size: 36px;
    color: #2ED2F2;
    font-weight: bold;
}
.big_screen_title .iconfont{
    font-size: 54px;
    vertical-align: middle;
    margin-right: 10px;
}
/*宸︿晶鑿滃崟*/
.big_screen_bar{
    width: 60px;
    background: url(../images/nd/nd_leftBar.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top:50%;
    z-index: 2;
    display: flex;
    justify-items: center;
    align-items: center;
    transform: translateY(-50%);
    padding: 30px 0;
}
.big_screen_bar ul{
    width: 100%;
    color: #fff;
    background-size: 100%;
}
.big_screen_bar ul li{
    text-align: center;
    line-height: 60px;
    margin: 10px 5px 10px 0;
}
.big_screen_bar ul a{
    color: #fff;
}
.big_screen_bar ul li .iconfont{
    font-size: 20px;
}


/*娴姩妯″潡*/
.big_screen_leftCon{
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 2;
    width: 480px;
    height: calc(100% - 100px);
    overflow-y: auto;
}
.big_screen_leftCon.sw{
    width: 20px;
}
.screen_leftCon{
    padding: 0 20px 0 10px;
    height: 100%;
    overflow: auto;
}
.big_screen_leftCon.sw .screen_leftCon{
    display: none;
}
.screen-left-switch{
    left: auto;
    right: 0px;
}
.big_screen_rightCon{
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
    width: 400px;
    height: calc(100% - 120px);
    overflow-y: auto;
}
.big_screen_rightCon.sw{
    width: 20px;
}
.screen_rightCon{
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}
.big_screen_rightCon.sw .screen_rightCon{
    display: none;
}
.screen-right-switch{
    left: 0;
    right: auto;
}
.big_screen_bottomCon{
    position: absolute;
    left: 520px;
    bottom: 0px;
    right: 380px;
    top: auto;
}
.big_screen_bottomCon.sw{
    height: 20px;
}
.screen_bottomCon{
    padding:20px;
    height: 100%;
    overflow: auto;
}
.big_screen_bottomCon.sw .screen_bottomCon{
    display: none;
}
.screen-bottom-switch{
    left: 50%;
    right: auto;
    top: 0;
    
}
.big_screen_bottomCon.cl{
    left: 70px;
}
.big_screen_bottomCon.cr{
    right: 20px;
}
.big_screen_bottomCon .screen_moudle{
    margin-bottom: 0;
}
.big_screen_bottomCon .screen_moudle+.screen_moudle{
    margin-top: 10px;
}





/*澶╂皵*/
.screen_weather{
    height: 80px;
    background: url("../images/nd/nd_weather_bg.png") no-repeat center;
    background-size: 100% 100%;
    border: none;
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
}
.screen_weather p{
    color: #E0F2F5;
    margin: 0;
    line-height: 26px;
    text-align: center;
}
.screen_weather .iframe{
    color: #fff;
    height:26px;
    width: 100%;
}
/*鏁版嵁缁熻*/
.screen_statistics{
    box-shadow: none;
    border: none;
    background: url(../images/nd/nd_dataCon.png) left center;
    background-size: 100% 100%;
}
.screen_carData{
    display: flex;
    padding: 20px 0;
    justify-content: center;
}
.screen_carItem{
    flex:0 0 120px;
    margin: 0 10px;
    text-align: center;
    color: #DAE2F3;
    box-sizing: border-box;
}
.screen_carItem .number{
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    display: inline-block;
    background: url("/images/nd/nd_d_bg1.png") no-repeat top center;
    background-size: 100%;
}
.screen_carItem.offline .number{
    background-image: url("/images/nd/nd_d_bg2.png");
}
.screen_carItem.whole .number{
    background-image: url("/images/nd/nd_d_bg3.png");
}
.screen_carItem .title{
    margin-top: 5px;
    height: 20px;
}
/*浠婃棩浜哄憳鎺掔彮*/
.screen_today{
    display: flex;
    padding-top: 15px ;
}
.today_left{
    flex:0 0 120px;
    background-color: #061821;
    border:1px solid #1EBEE0;
    box-shadow: inset 0 0 10px 0 #1EBEE0;
    color: #fff;
    text-align: center;
    padding: 0;
    height: 180px;
    box-sizing: border-box;
}
.today_left .title{
    line-height: 36px;
    margin-bottom: 10px;
}
.today_left .number{
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 28px;
    display: inline-block;
    background: url("/images/nd/nd_d_bg4.png") no-repeat top center;
    background-size: 100%;
}
.today_tabel{
    margin-left: 10px;
    flex: 0 0 274px;
    height: 180px;
}
.today_tabel .cc_tbody{
    height: 144px;
    font-size: 12px;
}
.today_tabel .xm{
    flex:0 0 25%
}
.today_tabel .zt{
    flex:0 0 30%
}
.today_tabel .gs{
    flex:0 0 45%
}
.today_tabel .offline{
    background: url(../images/nd/nd_wsb.png) no-repeat left center;
    background-size: 100% 100%;
    color: #fff;
    padding: 3px 8px;
}
.today_tabel .online{
    background: url(../images/nd/nd_ysb.png) no-repeat left center;
    background-size: 100% 100%;
    color: #fff;
    padding: 3px 8px;
}
/*閲岀▼鎺掑悕缁熻*/
.screen_rank{
    background: url(../images/nd/nd_kmCon.png) left center;
    background-size: 100% 100%;
    box-shadow: none;
    border: none;
    height: calc(100% - 588px);
    overflow-y: auto;
}
.screen_rankList{
    margin-top: 10px;
}
.screen_rankItem{
    line-height: 30px;
    height: 30px;
}
.screen_rankItem .rankNum{
    color: #fff;
    height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.screen_rankItem .rankDa{
    position: absolute;
    left: 0;
    top: 0;
}
.screen_rankItem .rankKm{
    color: #8DEAFC;
    font-weight: bold;
}
.screen_rankItem .rankUnit{
    color: #8DEAFC;
    padding-left: 5px;
}


/*鍙充晶浼氬憳*/
.screen_user{
    margin-bottom: 10px;
}
.clearfix::after{
    content: "";
    clear: both;
    display:block;
}
.screen_userOprate{
    margin-bottom: 5px;
}
.screen_userOprate .layui-nav{
    padding: 0;
    background: none;
    float: right;
}
.screen_userOprate .layui-nav-item{
    line-height: 30px;
    background-color: rgba(9, 30, 58, 0.8);
    border:1px solid #31425E;
    box-shadow: inset 0 0 20px 0 #143765;  
}
.screen_userOprate .layui-nav-item a{
    padding: 0 6px;
    font-size: 12px;
}
.screen_userOprate .opIcon{
    margin-right: 5px;
}
.screen_userOprate .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
.screen_userOprate .layui-badge-dot{
    right: 0;
    top: 50%;
}
.screen_userOprate .fullScreen{
    color: #91C1D3;
    border-left: none;
}
.screen_userOprate .admin{
    border-right: none;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.screen_company .companySelect xm-select{
    line-height: 36px;
    background-color: rgba(9, 30, 58, 0.8);
    border:1px solid #31425E;
    box-shadow: inset 0 0 10px 0 #143765;  
    color: #91C1D3;
    height: 36px;
    width: 100%;
}

/*绯荤粺閫氱煡*/
.screen_message{
    background: url(../images/nd/nd_messageCon.png) no-repeat top left;
    background-size: 100% 100%;
    box-shadow: none;
    border: none;
}
.screen_message .messageList{
    margin-top:10px;
    overflow: auto;
    height: 200px;
    font-size: 12px;
}
.screen_message .messageItem{
    margin-bottom: 15px;
}
.screen_message .messageItem .error{
    color: #E5775D;
    border: none;
    box-shadow: none;  
    background: url(../images/nd/nd_message_warn.png) no-repeat;
    background-size: 100% 100%;
    padding:0 25px;
    display: inline-block;
    line-height: 22px;
}
.screen_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;
}
.screen_message .messageItem p{
    padding-top:5px;
    color: #50EDFF;
    line-height: 20px;
}
.screen_message .messageItem p a{
    color:#50EDFF
}
/*浜ら€氬畨鍏ㄦ洕鍏夋爮*/
.screen_notice{
    background: url(../images/nd/nd_messageCon.png) no-repeat top left;
    background-size: 100% 100%;
    box-shadow: none;
    border: none;
}
.screen_notice .home-notice{
    color: #50EDFF;
}

/*浠婃棩杞﹁締*/
.screen_carList{
    background: url(../images/nd/nd_carCon.png) no-repeat top left;
    background-size: 100% 100%;
    box-shadow: none;
    border: none;
    height: calc(100% - 615px);
}
.screen_carList .carListCon{
    padding: 10px 0 0;
    height: calc(100% - 40px);
}
.car_tabel{
    border: none;
    height: 100%;
    overflow: hidden;
}
.car_tabel .cph{
    flex:0 0 30%
}
.car_tabel .zt{
    flex:0 0 30%
}
.car_tabel .gs{
    flex:0 0 40%
}
.car_tabel .cc_thead .cc_tr{
    border: none;
    box-shadow: none;
    background: none;
}
.car_tabel .cc_tbody .cc_tr{
    line-height: 30px;
    border: none;
    box-shadow: none;
}
.car_tabel .offline{
    background: url(../images/nd/nd_car_offline.png) no-repeat top left;
    background-size: 100% 100%;
    color: #76483D;
}
.car_tabel .offline .zt{
    color: #E5775D;
}
.car_tabel .online{
    background: url(../images/nd/nd_car_online.png) no-repeat top left;
    background-size: 100% 100%;
    color: #3C798B;
}
.car_tabel .online .zt{
    color: #1FCDFF;
}
.cc_carList{
    height: calc(100% - 36px);
    overflow: auto;
}


/*瑙嗛*/
.screen_video{
    background: url(../images/nd/nd_videoCon.png) no-repeat left center;
    background-size: 100% 100%;
    box-shadow: none;
    border: none;
    padding:20px;
}
.screen_videoList{
    max-height: 200px;
    overflow: auto;
}
.screen_video_number{
    line-height: 28px;
    height: 30px;
    box-sizing: border-box;
    /* border: 1px solid #8DEAFC; */
    color: #fff;
    padding: 0 10px;
    /* background-image: linear-gradient(to right, #7ACCDD,#091E3A); */
    background: url(../images/nd/dn_video_title.png) no-repeat top right;
    background-size: 100% 100%;
}
.screen_video_con{
    border: 1px solid #8DEAFC;
    border-top: none;
    height: 150px;
    box-sizing: border-box;
}
.vjs-control-bar{
    overflow: hidden;
}



/*鍦板浘鐐逛綅*/
/* .big_screen2 .cluster-marker-wrap2 .ccm-count{
    background: url(../images/nd/nd_icon2.png) no-repeat center;
    background-size: 100% 100%;
    width: 25px;
    height: 42px;
}
.big_screen2 .cluster-marker-wrap2 .ccm-name{
    top: 24px;
    left: 20px;
    color: #fff;
}
.lightbody .big_screen2 .cluster-marker-wrap2 .ccm-name{
    top: 24px;
    left: 20px;
    color: #000;
} */





/* 浜壊鏍峰紡 */
.lightbody .big_screen_title{
    background-image: url("../images/nd/nd_l_logo_bg.png");
}
.lightbody .big_screen_title h2{
    color: #fff;
}
.lightbody .big_screen_bar{
    background-image: url(../images/nd/nd_l_leftBar.png);
}
.lightbody .screen_weather{
    background-image: url("../images/nd/nd_l_weather_bg.png");
    box-shadow: none;
}
.lightbody .screen_statistics{
    background-image: url(../images/nd/nd_l_dataCon.png);
}
.lightbody .screen_carItem{
    color: #fff;
}
.lightbody .screen_carItem .title{
    color: #666;
}
.lightbody .screen_carItem .number{
    background-image: url("../images/nd/nd_l_d_bg1.png");
}
.lightbody .screen_carItem.offline .number{
    background-image: url("../images/nd/nd_l_d_bg2.png");
}
.lightbody .screen_carItem.whole .number{
    background-image: url("../images/nd/nd_l_d_bg3.png");
}
/**/
.lightbody .today_left{
    background: none;
    border:none;
    box-shadow:none;
    color: #01a3f5;
    border-right: 1px solid #c9c9c9;
}
.lightbody .today_left .title{
    font-weight: bold;
}
.lightbody .today_left .number{
    background-image: url("../images/nd/nd_l_d_bg1.png");
}
/*閲岀▼鎺掑悕*/
.lightbody .screen_rank{
    background-image: url(../images/nd/nd_l_kmCon.png);
}
.lightbody .screen_rankItem .rankNum{
    color: #666;
}
.lightbody .screen_rankItem .rankDa{
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}
.lightbody .screen_rankPro{
    padding-right: 90px;
}
.lightbody .screen_rankItem .rankKm{
    color: #0094d7;
}
.lightbody .screen_rankItem .rankUnit{
    color: #0094d7;
}
/*鍙充晶浼氬憳*/
.lightbody .screen_userOprate .layui-nav-item{
    background-color: #01a3f5;
    border:1px solid #01a3f5;
    box-shadow: inset 0 0 20px 0 #01a3f5;  
}
.lightbody .screen_company .companySelect xm-select{
    background-color: #01a3f5;
    border:1px solid #01a3f5;
    box-shadow: inset 0 0 10px 0 #01a3f5;  
    color: #fff;
}
.lightbody .screen_company xm-select &gt; .xm-tips{
    color: #fff;
}
.lightbody .screen_company xm-select &gt; .xm-icon{
    border-top-color:#fff
}
/**/
.lightbody .screen_message{
    background-image: url(../images/nd/nd_l_messageCon.png);
}
.lightbody .screen_message .messageItem .error{
    color: #fff;
    background-image: url(../images/nd/nd_l_message_warn.png);
}
.lightbody .screen_message .messageItem p{
    color: #a0a0a0;
}
.lightbody .screen_message .messageItem p a{
    color:#a0a0a0
}
/**/
.lightbody .screen_notice{
    background-image: url(../images/nd/nd_l_messageCon.png);
}
.lightbody .screen_notice .home-notice{
    color: #a0a0a0;
}
/**/
.lightbody .screen_carList{
    background-image: url(../images/nd/nd_l_carCon.png);
}
.lightbody .car_tabel .offline{
    background-image: url(../images/nd/nd_l_car_offline.png);
    color: #fff;
}
.lightbody .car_tabel .offline .zt{
    color: #fff;
}
.lightbody .car_tabel .online{
    background-image: url(../images/nd/nd_l_car_online.png);
    color: #fff;
}
.lightbody .car_tabel .online .zt{
    color: #fff;
}
/**/
.lightbody .screen_video{
    background-image:none;
    background-color: rgba(244,244,244,0.9);
}
.lightbody .screen_video_number{
    color: #fff;
    background: #000;
}
.lightbody .screen_video_con{
    border: 1px solid #000;
    background: #000;
}</pre></body></html>