@CHARSET "UTF-8";
html, body, div, span, input, textarea, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{ margin:0; padding:0; border:0; font:inherit; /* vertical-align:baseline; */ }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{ display:block; }
body{ line-height:1;  background-color: #f5f6f7;}
ol, ul{ list-style:none; }
blockquote, q{ quotes:none; }
blockquote:before, blockquote:after,q:before, q:after{ content:''; content:none; }
table{ border-collapse:collapse; border-spacing: 0; }
caption, th{ text-align:left; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
body,button,input,select,textarea,a{color:#333;font:12px/1.5 Microsoft YaHei,arial,SimSun,\5b8b\4f53,tahoma,Srial,helvetica;}
/** 重置超链接元素 **/ 
a{text-decoration:none;color:#333;}  
i,em{ font-style:normal; }
:focus{ outline:0 none; }
/* float & position style */
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.clear{ clear:both; }
.cf:after,
.cf:before{ content: ''; display: table; }
.cf:after{ clear: both; }
.cf{ zoom:1; }
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: ""; height:0; clear:both; visibility: hidden;}

/*a,span {*/
  /*-webkit-transition: all .3s ease-out;*/
  /*-moz-transition: all .3s ease-out;*/
  /*transition: all .3s ease-out;*/
/*}*/
::selection {text-shadow:none;background:rgba(180, 226, 153, 0.5);color:#666666;}
::-moz-selection{text-shadow:none;background:rgba(180, 226, 153, 0.5);color:#666666;}
i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}
.so {
	margin: 0 0 0 10px;
    position: relative;
    float: none;
    height: 30px;
    line-height: 30px;
    display: none;
}
.so .icon_so {
    background: rgba(0, 0, 0, 0) url("../images/icon_s.png") no-repeat scroll 0 -154px;
    background:	url("../images/icon_s.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 -154px;
	background-color: rgba(0, 0, 0, 0);
    height: 14px;
    width: 16px;
    cursor: pointer;
}
.so input.so_text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #d6d6d6;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    width: 200px;
}
.tc_box {
    background-color: #fff;
    border: 0 none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none; 
    left: 18px;
    top: 28px;
    line-height: 18px;
    position: absolute;
    text-align: left;
    width: auto;
    overflow: auto;
    z-index: 999;
}
.tc_box ul {
    left: 0;
    position: relative;
    top: 0;
    width: 250px;
    list-style: outside none none;
}
.tc_box li{
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding: 2px 10px;
}
.tc_box.so_box li:hover{
	display:block;
    background-color: var(--themeHoverColor) !important;
	color:#fff;
}
.tree-span {
	float: left;
    height: 16px;
    margin: 3px 10px 0px;
    width: 16px;
}

.tc_box.so_box .tree-span{
    height: 18px;
    width: 18px;
}

.tree-line {
	background-image: url("../../js/dxtree/imgs/busline.png");
}
.tree-team {
	background-image: url("../../js/dxtree/imgs/team.gif");
}
.tree-company {
	background-image: url("../../js/dxtree/imgs/group.png");
}
.tree-vehicle {
	background-image: url("../../js/dxtree/imgs/vehicle_online.gif");
}

.vehicleMark li, .vehicleType li{
    position: relative;
    margin: 2px 0px!important;
    height: 33px!important;
    line-height: 33px!important;
}
.vehicleMark li.icon-select, .vehicleType li.icon-select{
    background-color: #e6e6e6;
}
.vehicleMark li.icon-gou:after, .vehicleType li.icon-gou:after{
    content: '√';
    float: right;
    color: #FF5722;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0px;
}
.vehicleMark li a span, .vehicleType li a span{
    font-size: 12px;
}

.vehicleMark li:hover, .vehicleType li:hover{
    background-color: #e6e6e6!important;
}

.vehicleMark li a:hover, .vehicleType li a:hover{
    display:block;
    background-color:#e6e6e6!important;
    color: black;
    text-decoration: none;
}
