@charset "UTF-8";
/* css reset www.admin10000.com */
*{
  box-sizing: border-box;
}
html {
  font-size: 10px;
  font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

html {
  /*background-color: #02182f;*/
}
.ewm{
  width: 290px;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  text-align: center;

}
.ewm p{
  width: 50%;
  text-align: center;
}
.ewm p img{
  display: block;
  margin: 10px auto;
}
.new_tree{
  width:358px;
  padding-left: 2%;
  padding-top: 70px;
  background: url("../images/dtbj.png") no-repeat left top;
  height: 100%;
  background-size: 100% 100%;
}
.new_tree li{
  line-height: 2.5;
  color: #fff;
}
.new_tree li.ver-tree-level-0{
  color: #1B9AF7;
}
.new_tree_two{
  line-height: 2.2;
}
.new_tree_two li{
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 18%;
  width: 88%;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
}
.new_tree_two li.blue{
  background: linear-gradient(to left, #70dad6, #6297db,#3fc0ea);
}
.new_tree_two li.blue:after{
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 104%;
  height: 119%;
  border: solid 1px #3fc0ea;
  border-radius: 25px;
}
.new_tree_two li  span{
  margin-right: 4px;
}
.new_tree_two li.ver-tree-level-1{
  color: #1B9AF7;

}
.map_tl{
  position: fixed;
  bottom: 0;
  right: 0;
  background: #eee;
  padding: 10px 20px;
  z-index: 44;
}
.map_tl li{
  /*width: 135px;*/
  font-size: 12px;
  color: #333;
  line-height: 2.5;
}
.map_tl li p{
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 2.2;
}
.map_tl li p.tl{
  font-weight: normal;
  font-size: 14px;
}
.map_tl li img{
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 20px;
}
.echarts {
  display: flex;
height: 100%;
}

.echarts .list {
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 300px;
  height: 100%;
  background: rgba(2, 24, 47, 0.8);
  z-index: 999;
  border-radius: 5px;
  padding: 0 0 20px 0;
}

.echarts .list .ti {
  padding: 10px 20px;
  background: #02182f;
  color: #fff;
  line-height: 2.5;
}

.echarts .list .sub_ti {
  padding: 10px 20px;
  background: rgba(2, 24, 47, 0.5);
  color: #fff;
  line-height: 2.5;
}

.echarts .list .list_item {
  padding: 0 20px;
  width: 100%;
}

.echarts .list .list_item li {
  display: flex;
  line-height: 3;
  font-size: 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.echarts .list .list_item li span {
  margin-right: 10px;
  flex-shrink: 0;
  width: 140px;
  text-align: right;
}

.echarts .overview {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -30%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 44;
  width: 60%;
  flex-flow: wrap;
  background: rgba(52, 95, 180, 0.84);
  /* padding: 9px; */
  text-align: center;
  border-radius: 5px;
}

.echarts .overview .overviewOne {
  color: #fff;
  /* flex-shrink: 0; */
  width: 100%;
  margin: 5px 0;
  line-height: 2;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.echarts .overview .overviewOne img{
  vertical-align: middle;
  margin-right: 8px;
  height: 86px;
}
.echarts .overview .overviewOne span {
  display: block;
  font-size: 23px;
  font-weight: bold;
}

.echarts #main {
  width: 100%;
  height: 100%;
}

.progress {
  width: 120px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  /*注意这里*/
  box-shadow: 0 0 5px 0px #ddd inset;
  position: relative;
}

.progress .ifi {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 10px;
  background: linear-gradient(45deg, #2989d8 30%, #7db9e8 31%, #7db9e8 58%, #2989d8 59%);
  background-size: 12px 10px;
  text-align: center;
  color: #fff;
}

.num {
  position: absolute;
  top: -33px;
  left: 0;
  font-size: 14px;
  color: #fff;
}

@keyframes load {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}


/*树形控件*/
.green {
  color: #2ca02c;
}

.red {
  color: #c21;
}

.blue {
  /*color: #13C2C2; */
  color: #fff;

}
ul,li,ol{
  list-style: none;
}
.tree-form-box{
  vertical-align: top;
  border-radius: 5px;
  display: inline-block;
}
.tree-form-box .ver-tree-level-0{
  display: inline-block;
  vertical-align: top;
  /*border: 1px solid #dedede;*/
  padding: 15px;
  width: 100%;
  color: #fff;
  line-height: 2.5;
}
.tree-form-box .ver-tree-level-0+.ver-tree-level-0{
  margin-left: 5px;
}
.ver-tree-level-2{
 padding-left: 16%;
}
i.tree-option{
  cursor: pointer;
}

.ver-tree-levels-show{
  display: block !important;
}
.ver-tree-levels-hide{
  display: none !important;
}

.tree-list{
  width: 100%;
}

.tree-list tbody{
  width: 100%;
}

.tree-list tbody tr{
  width: 100%;
}

children-jsons{
  display: none;
}

.ver-tree-check,.ver-tree-check-all{
  cursor: pointer;
}
@font-face {font-family: "verTreeIcon";
  src: url('iconfont.eot?t=1532158763268'); /* IE9*/
  src: url('iconfont.eot?t=1532158763268#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('iconfont.ttf?t=1532158763268') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1532158763268#iconfont') format('svg'); /* iOS 4.1- */
}

.verTreeIcon {
  font-family:"verTreeIcon" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before { content: "\e67c"; }

.icon-gobottom:before { content: "\e65d"; }

.icon-minus:before { content: "\e68b"; }

.icon-check-box-others:before { content: "\e662"; }

.icon-info:before { content: "\e7c5"; }

.icon-menu:before { content: "\e603"; }

.icon-check-box-cicre:before { content: "\e65a"; }

.icon-warning:before { content: "\e68f"; }

.icon-error:before { content: "\e621"; }

.icon-edit-remark:before { content: "\e623"; }

.icon-info-o:before { content: "\e614"; }

.icon-check-box:before { content: "\e600" !important;width: 30px; }

.icon-caret-left:before { content: "\e6cc"; }

.icon-caret-down:before { content: "\e6cd"; }

.icon-caret-right:before { content: "\e6ce"; }

.icon-caret-up:before { content: "\e6d0"; }

.icon-radio-cicre:before { content: "\e677"; }

.icon-gotop:before { content: "\e602"; }

.icon-radio:before { content: "\e66a"; }

.icon-success:before { content: "\e61a"; }

.icon-refresh:before { content: "\e652"; }
.left-panel-collection{
  display: none;
}
.mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.67);
  z-index: 45;
  display: none;
}
.yedh{
  display: none;
  width: 80%;
  height: 720px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -40%;
  margin-top: -360px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 45;
}
.yedh .title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  color: #333;
}
.yedh .tbale{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.yedh .tbale thead tr th{
  border: solid 1px #efefef;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  color: #333;
  background:#f8f8f9;
}
.yedh .tbale tbody tr td{
  border: solid 1px #efefef;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  padding: 8px ;

}
.yedh .tbale tbody tr:nth-child(even) td{
  background: #f8f8f9;

}
.gb{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 2px #efefef;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
}
.bl{
  cursor: pointer;
}
.BMap_bubble_title{
  padding: 0 10px!important;
  font-size: 17px;
  line-height: 40px!important;
  height: 40px!important;
  font-weight: bold;
  /*color: #3473b4!important;*/
  background: #fff url("__PUBLIC__/images/dtbj.png") no-repeat center center!important;
  background-size: 100% auto!important;
  color: #ffffff!important;
  border-bottom: solid 1px #3473b4;
  box-shadow: 2px 5px 14px rgba(52, 115, 180, 0.68);
  position: relative;
  z-index: 99;
}
.BMap_bubble_pop{
  padding: 0!important;
  /*background: rgba(52, 95, 180, 0.184)!important;*/

  border-radius: 8px;
}
.BMap_bubble_content::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.67;
}
.BMap_bubble_content{
  position: relative;
  width: 100%!important;
  padding: 20px 10px;
  line-height: 2;
  color: #fff!important;
  background: #fff url("__PUBLIC__/images/dtbj.png") no-repeat top -180px center!important;
  background-size: 100% auto!important;
  opacity: 0.67;
}
.Aaddress{
  font-weight: bold;
  width: 100px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  color: #fff!important;
}
/*wap*/
@media only screen and (max-width: 1023px) {
  .echarts .overview .overviewOne img{
    height: 3rem;
  }
  .echarts .overview .overviewOne{
    font-size: 1.5rem;
  }
  .map_tl{

  }
  .echarts .search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }
  .map_tl {
    padding: .3rem .5rem;
  }
  .map_tl li p.tl{
    font-size: 1rem;
    display: none;
  }
  .new_tree_two{
    display: none;
  }
  .new_tree{
    display: none;
  }
  .left-panel-collection {
    position: fixed;
    top: 7rem;
    left: 50%;
    margin-left: -47%;
    background-color: rgba(52, 95, 180, 0.91);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.349019607843137);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.349019607843137);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.39);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 .2rem .2rem .2rem;
    z-index: 11;
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .left-panel-collection li{
    border-right: 1px solid #e4e4e4;
    flex: 1;
  }
  .left-panel-collection li:last-child{
    border-right: none;
  }
  .left-panel-collection li a{
    display: block;
    font-size: 1.43rem;
    text-align: center;
    line-height: 2.6;
    padding: .45rem;
    color: #fff;
    font-weight: bold;
  }
  .echarts .overview{
    display: none;
  }
  .map_tl li{
    width: auto;
    padding-right: 1.5rem;
    font-size: 9px;
    line-height: 2;
  }
  .map_tl li img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .map_tl li p{
    font-size: 12px;
  }
  body .yedh{
    overflow-x: auto;
    width: 80%;
    height: 80%;
    top: 0;
    margin-top: 10%;
    margin-left: -40%;
  }
  .yedh .title{
    font-size: 1.5rem!important;
  }
  .gb{
    position: fixed;
    top: 4rem;
    right: 4rem;
    width: 25px;
    height: 25px;
    z-index: 48;
    background: #fff;
  }
  .yedh .tbale thead tr th{
    font-size: 14px!important;
  }
  .yedh .tbale{
    width: 300% !important;
  }
  .yedh .tbale tbody tr td{
    padding: 5px!important;
  }
}
