
/* 主页 */
.main_left{
    width: 69%;
    height: 100%;
    float: left;
  }
  .main_left .mainMap{
    height: 60%
  }
  .main_left .alarm{
    height: 38.5%;
    margin-top: 1%;
    background: #fff;
  }
  .main_left .alarm .baseinfo_table{
      width: 100%;
      height: 89%;
      overflow-y: auto;
  }
  .main_left .alarm .ban{
    height:36px;
  }
  .main_left .alarm .ban p{
    width: 50%;
    float: left;
    text-align: center;
    font-size:14px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
  }
  .main_left .alarm .ban p:first-child::before{
    content: '';
    width: 1px;
    height: 36px;
    background: #e5ebf1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main_left .alarm .ban p.on,.main_left .alarm .ban p:hover{
    color:  #3F90FF;;;
    border-bottom: 1px solid #e5ebf1;
  }
  .mainMap .amap-copyright {
      display: none!important;
  }
  .mainMap .amap-logo img {
    display: none!important;
  }
  .main_right{
    width: 30%;
    height: 100%;
    float: right;
  }
  .main_right .charts{
    background: #fff;
    height: 60%;
  }
  .main_right .charts>div{
    height: 33%;
    width: 50%;
    float: left;
  }
  .main_right .charts>div h3{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
  }
  .main_right .ranking{
    height: 38.5%;
    margin-top: 2%;
    background: #fff;
  }
  .main_right .ranking .baseinfo_table{
      width: 100%;
      height: 310px;
      overflow-y: auto;
  }
  .main_right .ranking .ranking_title{
    height:36px;
    line-height: 36px;
    padding: 0 20px;
  }
  .main_right .ranking .ranking_title h4{
    float: left;
    font-size: 14px;
    line-height: 36px;
  }
  .main_right .ranking .ranking_title p{
    float: right;
  }
  .main_right .ranking .ranking_title p span{
    margin-left: 10px;
  }
  .main_right .ranking .ranking_title p span img{
    margin-right: 5px;
  }
  /*
   *联网单位
   */
  
  .serach_block {
      /*color: #fff;*/
      line-height: 32px;
  }
  
  .serach_block>div {
      height: 35px;
      position: relative;
  }
  
  .serach_block>div>p {
      font-size: 14px;
      /*font-weight: 600;*/
      display: inline-block;
      /*color: #ffffff;*/
  }
  
  .serach_block .search_line1 {
      margin-bottom: 5px;
  }
  
  .serach_block .search_line1 input {
      width: 180px;
      height: 32px;
      border: solid 1px #dddddd;
      padding: 0px 5px;
      color: #666;
      margin-right: 20px;
      font-size: 12px;
  }
  
  .serach_block .search_line1 button {
      width: 60px;
      height: 28px;
      line-height: 26px;
      border-radius: 4px;
      background-color:  #3F90FF;;;
      color: #fff;
      font-size: 12px;
      border: none;
      margin-left: 20px;
  }
  
  .search_line1 select {
      min-width: 88px;
      height: 32px;
      border: solid 1px #dddddd;
      font-size: 12px;
      padding-left: 7px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #fff url(../images/pulldown.png)no-repeat 95% 10px;
      padding-right: 20px;
  }
  
  .serach_block .search_line2 span {
      display: inline-block;
      margin: 0px 13px;
      font-size: 14px;
      /*font-weight: 600;*/
      cursor: pointer;
  }
  .serach_block .search_line2 span.on {
      color: #fff;
      border: solid 1px #dddddd;
      border-radius: 5px;
      padding: 0 10px;
      margin: 0 2px;
      background:  #3F90FF;;
  }
  
  
  .serach_block .search_line3>span {
      font-size: 12px;
      /*font-weight: 600;*/
      height: 18px;
      line-height: 16px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 20px;
      border-radius: 2px;
      background-color: #1aae9b;
      margin: 0px 5px;
      position: relative;
      color: #fff;
  }
  
  .serach_block .search_line3>span i {
      position: absolute;
      right: 3px;
      top: 3px;
      color: #fff;
  }
  /*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar, scrollbar {
      width: 3px;
      height: 8px;
      background-color: #f5f5f5;
  }
  
  /*定义滚动条的轨道，内阴影及圆角*/
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
      border-radius: 10px;
      background-color: #f5f5f5;
  }
  
  /*定义滑块，内阴影及圆角*/
  ::-webkit-scrollbar-thumb {
      /*width: 10px;*/
      /*height: 20px;*/
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
      background-color: #555;
  }
  
  .serach_block .search_line3>button {
      border: none;
      background: transparent;
  }
  
  .serach_block .search_line3 .page_size {
      /*position: absolute;*/
      /*right: 0;*/
      /*top: 0;*/
  }
  
  .serach_block .search_line3 .page_size span {
      width: 32px;
      height: 18px;
      line-height: 16px;
      border-radius: 2px;
      background-color: #f1f1f1;
      display: inline-block;
      font-size: 12px;
      text-align: center;
      margin: 0px 5px;
  }
  
  .serach_block .search_line3 .page_size span.on {
      background-color:  #3F90FF;;;
      color: #fff;
  }
  
  .network {
      /*width: 85%;*/
      min-width: 800px;
      padding: 20px;
  }
  
  .network .search_line1 {
      /*margin-top: 10px;*/
  }
  
  .network .network_list li a {
      width: 100%;
      height: 120px;
      background-color: #F0F2F8;
      margin-top: 20px;
      color: #666666;
      display: block;
      padding: 10px;
      padding-left: 120px;
      position: relative;
  }
  
  .network .network_list li a:hover {
      background-color: #FBF7EA;
  }
  
  .network .network_list li a span.pic {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      background: #5D667E;
      border-radius: 50%;
      color: #fff;
      font-size: 34px;
  }
  
  .network .network_list li a h6.title {
      font-size: 16px;
      line-height: 20px;
      color: #333;
      margin: 5px 0px;
      /*font-weight: 600;*/
  }
  .dutyRoom {
      font-weight: normal;
      box-sizing: border-box;
      /*line-height: 20px;*/
      /* border: 1px solid #169bd5; */
      line-height: 20px;
      border-radius: 12px;
      padding: 0 5px;
      font-size: 12px;
      background-color: green;
      color: #fff;
      margin-left: 10px;
      /*width: 40px;*/
      text-align: center;
  }
  .redColor{
      background: red;
  }
  .grayColor {
      background-color: #999;
  }
  .network .network_list li a p {
      font-size: 14px;
      line-height: 34px;
  }
  
  .network .network_list li a>div {
      position: absolute;
      text-align: left;
      left: 60%;
      top: 10px;
      width: 30%;
  }
  .network .network_list li a>div.qcord{
      width: 10%;
      left: 90%;
      top: 36px;
  }
  .network .network_list li a>div.qcord img{
      width: 50px;
      height: 50px;
  }
  .network .network_list .branch-status {
      position: relative;
  }
  .network .network_list .branch-status img{
      /*position: relative;*/
      margin-right: 3px;
  }
  /*
   *联网信息通用样式
  */
  
  .network_common {
      padding: 15px;
      min-width: 900px;
      overflow: hidden;
  }
  
  .con_tab {
      margin-bottom: 10px;
  }
  
  .con_tab p {
      font-size: 14px;
      margin-bottom: 20px;
  }
  
  .con_tab p span {
      color: #1aae9b;
  }
  
  .con_tab ul {
      font-size: 0;
      border-bottom: 1px solid #dcdcdc;
  }
  
  .con_tab>ul>li {
      /* height: 40px; */
      line-height: 40px;
      display: inline-block;
  }
  
  .con_tab ul li a {
      display: block;
      text-align: center;
      font-size: 14px;
      color: #666666;
      padding: 0px 15px;
  }
  
  .con_tab ul li:hover a {
      color:  #3F90FF;;;
  }
  
  .con_tab ul li.on a {
      color:  #3F90FF;;;
      border-bottom: 3px solid  #3F90FF;;;
  }
  .deviceinfo_list {
      width: 100%;
      text-align: center;
      line-height: 36px;
      font-size: 14px;
      margin-top: 13px;
  }
  
  .deviceinfo_list thead {
      text-align: center;
      background: #E8ECF2;
      border: 1px solid #E8ECF2;
  }
  
  .deviceinfo_list thead th {
      text-align: center;
      border-color: #fff;
  }
  
  .deviceinfo_list tbody td {
      border: 1px solid #E8ECF2;
  }
  
  .deviceinfo_list tbody td span {
      color: #1ba8f7;
      margin: 0px 5px;
      cursor: pointer;
  }
  
  
  /*信息搜索模块*/
  
  .network_common .con_search {
      position: relative;
      margin-top: 10px;
      line-height: 28px;
      font-size: 13px;
  }
  
  .network_common .con_search select {
      width: 147px;
      height: 28px;
      padding-left: 7px;
      border: solid 1px #dddddd;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #fff url(../images/pulldown.png)no-repeat 125px 7px;
      margin-left: 5px;
      color: #666;
  }
  
  .network_common .con_search input.name {
      width: 174px;
      height: 28px;
      padding: 0px 7px;
      border: solid 1px #dddddd;
      /*color: #cccccc;*/
      margin-left: 5px;
  }
  
  .network_common .con_search input.name::-webkit-input-placeholder {
      color: #cccccc;
  }
  
  .network_common .con_search input.time {
      width: 147px;
      height: 28px;
      border: solid 1px #dddddd;
      line-height:16px;
      padding-left: 30px;
      color: #666;
      background: #fff url(../images/calendar.png)no-repeat 4px 3px;
  }
  
  .network_common .con_search button {
      width: 60px;
      height: 28px;
      line-height: 26px;
      border-radius: 4px;
      background-color:  #3F90FF;;;
      color: #fff;
      font-size: 12px;
      border: none;
      margin-left: 10px;
  }
  
  .network_common .con_search .page_size {
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .network_common .con_search .page_size span {
      width: 30px;
      height: 20px;
      line-height: 20px;
      background-color: #fff;
      display: inline-block;
      font-size: 13px;
      text-align: center;
      margin: 0px 5px;
      cursor: pointer;
  }
  
  .network_common .con_search .page_size span.on {
      background-color:  #3F90FF;;;
      color: #fff;
  }
  
  .network_common .con_list .item {
      position: relative;
      padding: 10px;
      padding-bottom: 0px;
      width: 100%;
      margin-top: 11px;
      background-color: #f9f9f9;
      background-repeat: no-repeat;
      background-position: 99% 10px;
  }
  
  .network_common .con_list .item.wait {
      background-image: url(../images/To_start.png);
  }
  
  .network_common .con_list .item.finish {
      background-image: url(../images/end.png);
  }
  
  .network_common .con_list .item.repair {
      background-image: url(../images/maintain.png);
  }
  
  .network_common .con_list .item.maintenance {
      background-image: url(../images/Maintenance.png);
  }
  
  .network_common .con_list .item.slice {
      background-image: url(../images/Slice.png);
  }
  
  .network_common .con_list .item h6.item_title {
      font-size: 12px;
      color: #666666;
      margin-bottom: 5px;
  }
  
  .network_common .con_list .item h6.item_title span {
      width: 30px;
      height: 20px;
      line-height: 18px;
      display: inline-block;
      border-radius: 4px;
      background-color: #ff6d6d;
      color: #fff;
      text-align: center;
      margin-right: 10px;
  }
  
  .network_common .con_list .item .list_col_3 {
      width: 30%;
      display: inline-block;
      vertical-align: top;
  }
  
  .network_common .con_list .item .list_col_2 {
      width: 45%;
      display: inline-block;
      vertical-align: top;
  }
  
  .network_common .con_list .item p {
      font-size: 12px;
      color: #666666;
      margin-bottom: 10px;
  }
  
  .network_common .con_list .item p img.score {
      margin-right: 8px;
      width: 17px;
      height: 17px;
  }
  
  .network_common .con_list .item p.remark_title {
      padding-left: 65px;
      position: relative;
  }
  
  .network_common .con_list .item p.remark_title span {
      position: absolute;
      left: 0;
      top: 0;
  }
  
  .network_common .con_list .item .operation {
      position: absolute;
      color: #1aae9b;
      font-size: 12px;
      right: 0;
      bottom: 10px;
  }
  
  .network_common .con_list .item .operation span {
      margin: 0px 10px;
      cursor: pointer;
  }
  
  .network_common .con_list .item .status {
      position: absolute;
      color: #ff6d6d;
      font-size: 12px;
      right: 10px;
      top: 10px;
      padding: 2px 5px;
      border: 1px solid #ff6d6d;
      border-radius: 4px;
  }
  
  
  /*基本信息*/
  
  .baseinfo_content {
       padding: 15px;
      position: relative;
  }
  .con_title{
      background-color:  #3F90FF;;;
      color: white;
  }
  .baseinfo_content div>h6{
      font-size: 16px;
      color: #333;
      border-left: 3px solid  #3F90FF;;;
      padding-left: 10px;
      margin-bottom: 10px;
      line-height: 22px;
      font-weight: 800;
  }
  .branch_service_left .con_title i{
      float: right;
      margin-top:9px;
      margin-right: 20px;
      vertical-align: middle;
      width: 22px;
      height: 22px;
      background: url("../images/delete1.png");
  
  }
  #myModalRight .point_ul>li{
      margin-bottom: 5px;
  }
  #myModalRight .point_ul>li h4{
      padding: 10px 20px;
      background: #eee url('../images/point_close.png') no-repeat 530px center;
  }
  #myModalRight .point_ul>li h6{
      margin-bottom: 5px;
  }
  #myModalRight .point_ul>li.open h4{
      background: #eee url('../images/point_open.png') no-repeat 525px center;
  }
  #myModalRight .point_ul>li div{
      display: none;
      background: #fff;
      padding: 10px 20px;
  }
  #myModalRight .point_ul>li.open div{
      display: block;
  }
  .baseinfo_content h5 {
      height: 30px;
      line-height: 30px;
      width: 540px;
      font-size: 14px;
      color: #666666;
      border-bottom: 2px solid #666666;
      padding-left: 10px;
      /*margin-top: 50px;*/
  }
  .close1 {
      float: right!important;
      font-size: 29px!important;
      font-weight: 200!important;
      line-height: 1.2!important;
      margin-right: 12px!important;
      color: white!important;
      text-shadow: 0 1px 0 #fff!important;
      filter: alpha(opacity=20)!important;
      opacity: 1.2!important;
  }
  .con_titleStyle{
      margin-left: 20px;
  }
  .con_titleStyleP{
      margin-left: 30px;
  }
  
  .baseinfo_content div {
      position: relative;
      /* padding: 10px; */
      /*padding-left: 100px;*/
      /* color: #333; */
  }
  
  .baseinfo_content div.baseinfo_contract {
      padding-left: 20px;
  }
  
  .green-title {
      font-size: 16px;
      margin-bottom: 4px;
      color: #333;
      border-left: 3px solid  #3F90FF;;;
      padding-left: 10px;
      margin-bottom: 20px;
  }
  
  .baseinfo_content div>span.avatar {
      width: 90px;
      height: 90px;
      display: inline-block;
      border: 1px solid #f1f1f1;
      position: absolute;
      left: 0;
      top: 10px;
  }
  
  .baseinfo_content .baseinfo-top {
      border-bottom: 1px solid #EDEDED;
      padding-bottom: 34px;
      margin-bottom: 36px;
  }
  
  .baseinfo_content div>p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 5px;
  }
  
  .baseinfo_content div>p span.title,.base-text span.title {
      display: inline-block;
      width: 130px;
      text-align: right;
      margin-right: 10px;
      font-weight: 600;
  }
  .base-text span.title{
      width: 100px;
  }
  
  .baseinfo_content div .logo-url {
      width: 50px;
      height: 50px;
      vertical-align: middle;
  }
  
  .baseinfo_content div .text-logo-url {
      display: inline-block;
      line-height: 50px;
      text-align: center;
      background: #5D667E;
      border-radius: 50%;
      color: #fff;
      font-size: 26px;
  }
  
  .baseinfo_content div.baseinfo_paper {
      position: absolute;
      left: 650px;
      top: 0px;
      text-align: center;
      padding: 0;
      color: #1aae9b;
      font-size: 16px;
  }
  
  .baseinfo_content div.baseinfo_paper img {
      height: 240px;
      margin-bottom: 10px;
  }
  
  .account_content {
      padding-top: 20px;
  }
  
  /*智能研判*/
  .realAlarms{
    width: 100%;
    height: 700px;
  
  }
  .realAlarms .realAlarmsCharts{
    width: 65%;
    height:100%;
    float: left;
  
  }
  .realAlarms .ranking{
    width: 34%;
    height:100%;
    float: right;
  
  }
  .realAlarms .ranking h3{
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
  }
  .realAlarms .ranking>div{
    height: 240px;
    overflow-y: auto;
  }
  .branchCount{
    width: 100%;
    height: 700px;
    margin-bottom: 5px;
  }
  .branchCount>div{
      overflow: hidden;
      padding: 0px 30px 40px;
  }
  .branchCount .con_search{
      margin-bottom: 20px;
  }
  .branchCount ul li{
      float: left;
      width: 25%;
      position: relative;
  }
  .branchCountDiv2 table,.branchCountDiv2 #branchStatisTwo{
      float: left;
      width: 49%;
      margin-top: 0;
  }
  .branchTitle{
      display: block;
      background: #efefef;
      height:50px;
      line-height: 50px;
      margin-bottom: 10px;
  
  }
  .branchTitle img{
      margin: 0 10px;
  }
  .branchCountDiv3 ul{
      margin: 0 -30px;
  }
  .branchCountDiv3 ul li{
      padding: 0 30px ;
  }
  .branchCountDiv3 .list{
      position: absolute;
      top: 110px;
      height: auto;
      /*width: ;*/
      width: 130px;
      right: 35px;
      text-align: right;
      padding-right: 15px;
  }
  
  .branchCountDiv3 .list p{
      height: 24px;
      line-height: 24px;
      margin:4px 0;
      /*margin-bottom: 10px;*/
      font-size: 16px;
      font-family: 'TimeDate';
      border-left: 3px solid;
  }
  .branchCountDiv3 .list small{
      float: left;
      margin-left: 5px;
      /*color: #333;*/
  }
  .branchCountDiv3 .color0{color:#26c0c0}
  .branchCountDiv3 .color1{color:#ed783d}
  .branchCountDiv3 .color2{color:#cccccc}
  /*设备信息*/
  
  /*消防设施*/
  /* 消防设施 */
  
  .facilities_content {
      /*padding: 15px;*/
  }
  
  .fac {
      width: 100%;
  }
  
  .fac-left {
      width: 20%;
      margin-top: 13px;
  }
  
  .fac-left ul li.title {
      background: #E8ECF2;
      font-weight: bold;
  }
  
  .fac-left ul li {
      text-align: center;
      width: 226px;
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #E2E4E9;
      cursor: pointer;
  }
  
  .fac-left ul li span:hover {
      color: #0ABF50;
  }
  
  .fac-left ul li.on span {
      color: #0ABF50;
  }
  
  .fac-right {
      width: 80%;
  }
  
  
  .account-btns .btn {
      float: right;
      width: 120px;
      text-align: center;
      height: 28px;
      background-color:  #3F90FF;;;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-right: 10px;
      font-size: 12px;
      color: #fff;
      cursor: pointer;
  }
  
  .account-btns .btn.gray {
      background-color: #485166;
  }
  
  .branch_service_top .con_title{
      font-weight: 800;
  }
  .branch_service_top .con_title span{
      margin-right: 10px;
      margin-top: 8px;
  }
  #myModalTopNewElectricEngine table {
      width: 100%;
  }
  #myModalTopNewElectricEngine table td {
      padding: 2px;
      /*position: relative;*/
  }
  #myModalTopNewElectricEngine table td:first-child {
      text-align: right;
      width: 30%;
      font-weight: 600;
  }
  #myModalTopNewElectricEngine select {
      width: 150px;
      height: 26px;
      margin-right: 20px;
      padding-left: 7px;
      border: solid 1px #dddddd;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-appearance: none;
      background: #fff url(../images/pulldown.png)no-repeat 125px 7px;
      color: #333;
  }
  #myModalTopNewElectricEngine input{
      width: 150px;
      height: 26px;
      margin-right: 20px;
  }
  .common_level>div {
      /* border-radius: 8px; */
      box-shadow: 0 3px 6px 1px rgba(204, 204, 204, 0.5);
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      color: #666;
      line-height: 36px;
      border: 1px solid #f0f0f0;
  }
  .common_level{
      width: 100%;
  }
  .common_level .level_left{
      /*overflow: auto;*/
      width: 19%;
  }
  .common_level .level_right{
      overflow: auto;
      width: 80%;
  }
  .common_level h4{
      padding: 0 10px;
      line-height: 36px;
      background: #f0f0f0;
      z-index: 100;
      font-size: 16px;
      position: relative;
  }
  .common_level>div ul li{
      position: relative;
      padding: 0 10px;
  }
  .common_level>div ul li.on{
      border-left: 3px solid  #3F90FF;;;
  }
  .common_level a{
      position: absolute;
      right: 10px;
      font-size: 13px;
      cursor: pointer;
  }
  .common_level .common_table{
      margin-top:0;
  }
  #top_electric_channel{
      width: 570px;
      height: 300px;
  }
  /* 服务 */
  /* 服务 */
  
  .service_content {
      padding: 15px;
      width: 100%;
      overflow: hidden;
  
  }
  .service_content .service_list {
      width: 113%;
      margin-left: -39px;
  }
  .service_content .service_list li {
      /* height: 100px; */
      line-height: 100px;
      background: #f0f0f0;
      padding: 0px 15px;
      margin-bottom: 15px;
      font-size: 16px;
      position: relative;
      width: 44%;
      /* float: left; */
      margin-left: 34px;
  }
  .service_content .service_list li img {
      margin-right: 10px;
      width: 80px;
      height: 80px;
  }
  
  .service_content .service_list li>p {
      position: absolute;
      left: 108px;
      top: 54px;
      font-size: 14px;
      color: #666;
      width: 500px;
      height: 30px;
      line-height: 18px;
  }
  .deviceNameStyle{
      /* display: block; */
      width: 180px;
     float: left;
     overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
      color: black;
  }
  .deviceNameStyle:hover{
      color: black
  }
  .service_content .service_list li>div {
      width: 150px;
      position: absolute;
      right: 0;
      top: 0;
      /* padding-right: 30px; */
      font-size: 14px;
      color: #666;
  
  }
  
  
  .service_content .service_list>li>span {
      display: block;
      margin-top: -118px;
      margin-left: 92px;
      /* padding: 0px 15px; */
  }
  .service_content .service_list li>div h6 {
      margin-top: 20px;
      font-size: 14px;
  }
  
  .service_content .service_list h6.t {
      text-align: center;
  }
  
  .service_content .service_list h6.green {
      color: #2bb775;
      font-weight: bold;
  }
  
  .service_content .service_list h6.middle {
      line-height: 60px;
  }
  
  .service_content h6.title {
      font-size: 16px;
      color: #333;
      border-left: 3px solid #019551;
      padding-left: 10px;
      margin: 20px 0px;
      margin-top: 40px
  }
  
  .summary .fire_echart #fire_echart_show {
      width: 49%;
      height: 400px;
      display: inline-block;
  }
  
  .summary .line>div {
      display: inline-block;
  }
  
  .summary .fire_echart .list {
      width: 49%;
      height: 400px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 5px;
      overflow-y: scroll;
      display: inline-block;
      padding: 0px 15px;
  }
  
  .summary .fire_echart .list h6 {
      line-height: 30px;
      color: #fff;
      font-size: 20px;
      padding-left: 10px;
      margin-top: 10px;
  }
  
  /* 图片放大的样式 */
  
  .imgview-mask {
      position: fixed;
      height: 100%;
      width: 100%;
      z-index: 999998;
      left: 0;
      top: 0;
      background: #000;
      opacity: .75;
      filter: alpha(opacity=75);
      display: none;
  }
  
  .show-img {
      position: fixed;
      left: 46px;
      top: -120px;
      right: 0;
      bottom: 0;
      margin: auto;
      background: #fff;
      z-index: 999999;
      width: 650px;
      height:260px;
      line-height: 259px;
      display: none;
      /*overflow-y: auto;*/
  }
  
  
  .show-img img {
      width: 650px;
      /* height:350px; */
  }
  
  .show-img a {
      position: absolute;
      width: 30px;
      height: 30px;
      right: -17px;
      top: -24px;
      cursor: pointer;
      background: url(../images/index-close.png) no-repeat;
  }
  
  #mainMap .modal .modal-dialog  .alarm_logo{
      background: url("../images/Fire_tag.png");
      width: 139px;
      height: 36px;
      text-align: left;
      padding-left: 10px;
      line-height: 36px;
      position: absolute;
      top:1px;
      left: 0;
      color:#FFf;
  }
  
  /* 用水监测 */
  
  #waterModal .modal-dialog {
      width: 900px;
  }
  
  #waterModal .modal-box {
      padding: 20px 0;
  }
  
  #waterModal .modal-box .left,
  #waterModal .modal-box .right {
      display: inline-block;
      vertical-align: top;
      position: relative;
  }
  
  #waterModal .modal-box ul li {
      line-height: 40px;
      padding: 0 0 0 10px;
      position: relative;
      border-bottom: 1px solid #eaeaea;
  }
  
  #waterModal .modal-box ul.left li.active {
      color: #0ABF50;
  }
  
  #waterModal .modal-box ul li span {
      position: absolute;
      right: 10px;
      font-size: 12px;
  }
  
  #waterModal .modal-box ul li.title,
  #waterModal .modal-box .right h4 {
      background: #E8ECF2;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      position: relative;
      font-size: 14px;
      line-height: 40px;
      padding: 0 0 0 10px;
  }
  
  #waterModal .modal-box ul.left {
      width: 30%;
      margin-right: 2%;
  }
  
  #waterModal .modal-box ul.left li:not(.title) {
      cursor: pointer;
  }
  
  #waterModal .right {
      width: 66%;
  }
  
  
  /* #waterModal .right table {
      margin: 0;
  } */
  
  #waterModal .right table th {
      height: 40px;
      line-height: 40px;
  }
  
  #waterModal .right table td {
      height: 40px;
      line-height: 40px;
  }
  
  #waterModal .right .water .con_search {
      margin-top: 20px;
      margin-bottom: 10px;
      background: #E8ECF2;
      line-height: 40px;
      padding: 0 0 0 10px;
      font-weight: 600;
      font-size: 14px;
  }
  
  #waterModal .right .water .con_search select {
      width: 147px;
      height: 28px;
      padding-left: 7px;
      border: solid 1px #dddddd;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #fff url(../images/pulldown.png)no-repeat 125px 7px;
      margin-left: 5px;
  }
  
  #waterModal .right .water .con_search i {
      float: right;
      font-style: normal;
  }
  
  #waterModal .right .water .waterChart {
      width: 545px;
      height: 240px;
      margin: -20px 0;
  }
  
  #waterChart,#waterChart1{
      height: 280px;
      width: 448px;
  }
  
  /* 消防设施监测 */
  
  .facilities {
      /*background: #f9f9fb;*/
      min-width: 900px;
      height: 95%;
      padding: 15px 15px 0;
  }
  
  .facilities .fac-title {
      font-size: 26px;
      font-weight: 600;
      color: #8f9daa;
      margin: 10px 0;
  }
  
  .facilities .list {
      /*height: 150px;*/
      overflow: hidden;
  }
  
  .facilities .list a {
      float: left;
      width: 128px;
      height: 128px;
      margin-right: 27px;
      margin-bottom: 20px;
      background: #fff;
      box-shadow: 0 0 4px 0 rgba(237, 237, 237, 0.5);
      position: relative;
  
  }
  
  .facilities .list a i {
      display: block;
      width: 42px;
      height: 53px;
      margin: 28px auto 17px auto;
      /*background-image: url("../images/facilities1.png");*/
      /*background-repeat: no-repeat;*/
      /*background-size: 100% 100%;*/
  }
  .facilities .list a.not i b{
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      height: 70px;
      background: url('../images/facilities_not.png') no-repeat;
  }
  .facilities .list a.one p {
      color: #f5a623;
  }
  
  .facilities .list a.two p {
      color: #2ec7c9;
  }
  
  .facilities .list a.three p {
      color: #d0021b;
  }
  
  .facilities .list a.four p {
      color: #567ee4;
  }
  
  .facilities .list a.five p {
      color: #6ecc08;
  }
  .facilities .list a.six p {
      color: #E3D62E;
  }
  .facilities .list a.seven p {
      color: #3063a5;
  }
  .facilities .list a.eight p {
      color: #74c4a3;
  }
  .facilities .list a.nine p {
      color: #dd4b39;
  }
  .facilities .list a.ten p {
      color: #7093db;
  }
  .facilities .list a.not p{
      color:#999;
  }
  /*.facilities .list a.two i {
      width: 52px;
      height: 52px;
      !*background-image: url("../images/facilities2.png");*!
  }
  
  .facilities .list a.three i {
      width: 49px;
      height: 53px;
      !*background-image: url("../images/facilities3.png");*!
  }
  
  .facilities .list a.four i {
      margin: 35px auto 17px auto;
      width: 49px;
      height: 35px;
      !*background-image: url("../images/facilities4.png");*!
  }
  
  .facilities .list a.five i {
      width: 49px;
      height: 40px;
      !*background-image: url("../images/facilities5.png");*!
  }
  .facilities .list a.six i {
      width: 48px;
      height: 52px;
      !*background-image: url("../images/facilities6.png");*!
  }*/
  .facilities .list a p {
      font-size: 16px;
      position: absolute;
      bottom: 10px;
      /*transform: translateX(-50%);*/
      /*left: 50%;*/
      left: 0;
      text-align: center;
      width: 100%;
  }
  
  
  .facilities .map li {
      display: inline-block;
      vertical-align: top;
      width: 390px;
      height: 240px;
      box-shadow: 0 0 4px 0 rgba(237, 237, 237, 0.5);
      padding: 0 10px 10px 10px;
      margin-right: 15px;
      margin-bottom: 20px;
      background: #fff;
      cursor: pointer;
  }
  
  .facilities .map li img {
      width: 370px;
      height: 185px;
  }
  
  .facilities .map li .title {
      height: 45px;
      line-height: 45px;
      color: #8f9daa;
  }
  
  .facilities .common-left {
      width: 60%;
      display: inline-block;
      vertical-align: top;
  }
  
  .facilities .common-left ul li {
      line-height: 30px;
  }
  
  .facilities .common-right {
      width: 22%;
      display: inline-block;
      vertical-align: top;
      border:1px solid #ccc;
      min-height: 500px;
      box-shadow: 0 3px 6px 1px rgba(204, 204, 204, 0.5);
  }
  
  
  /* 右侧通用的区域列表 */
  
  /* .facilities .common-right .level_block {
      min-width: 370px;
      height: 100%;
      width: 100%;
      border: 1px solid #E2E4E9;
      vertical-align: top;
      font-size: 13px;
      line-height: 36px;
      position: relative;
  } */
  .water-right .level_block div>p{
      padding-left: 10px;
      /* margin-top: 10px; */
      border-top: 1px solid #eee;
      background: #eee;
      height: 40px;
      line-height: 40px;
  }
  .facilities .common-right .level_block .title-staff {
      height: 50px;
      line-height: 50px;
      background: #E8ECF2;
      z-index: 5;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      text-align: center;
      /* padding: 0 15px; */
  }
  
  .facilities .common-right .level_block .title-staff>div {
      width: 50%;
      /*display: inline-block;*/
      float: left;
      cursor: pointer;
  }
  
  .facilities .common-right .level_block .title-staff>div.on {
      color: #fff;
      background:  #3F90FF;;;
  }
  
  .facilities .common-right .level_block ul li p {
      position: relative;
      padding-right: 10px;
      border-left: 2px solid #fff;
      height: 46px;
      line-height: 46px;
  }
  
  .facilities .common-right .level_block ul li p.on,
  .facilities .common-right .level_block ul li p:hover {
      /* border-left: 2px solid rgba(22, 155, 213, 1); */
      background: #FBF7EA;
  }
  
  .facilities .common-right .level_block ul.level_one li.over>ul {
      display: none;
  }
  
  .facilities .common-right .level_block ul li p .add {
      position: absolute;
      left: 2px;
      top: 17px;
  }
  
  
  /* 一级区域 */
  
  .facilities .common-right .level_block>ul>li>ul>li>p .area {
      position: absolute;
      left: 20px;
      top: 17px;
  }
  .facilities .common-right .level_block ul .planImg {
      position: absolute;
      right: 20px;
      top: 0px;
  }
  
  /* 二级区域 */
  
  .facilities .common-right .level_block>ul>li>ul>li>ul>li>p .area {
      position: absolute;
      left: 40px;
      top: 17px;
  }
  
  
  /* 三级区域 */
  
  .facilities .common-right .level_block>ul>li>ul>li>ul>li>ul>li>p .area {
      position: absolute;
      left: 60px;
      top: 17px;
  }
  
  /* 一级设备 */
  
  .facilities .common-right .level_block .water-device {
      position: absolute;
      left: 20px;
      top: 18px;
  }
  
  
  /* 二级设备 */
  
  .facilities .common-right .level_block>ul>li>ul>li>ul>li>ul>li>p .water-device {
      position: absolute;
      left: 60px;
      top: 18px;
  }
  
  
  /* 三级设备 */
  
  .facilities .common-right .level_block>ul>li>ul>li>ul>li>ul>li>ul>li .water-device {
      position: absolute;
      left: 80px;
      top: 18px;
  }
  .facilities .chooseaddr .title-staff {
      height: 50px;
      line-height: 50px;
      background: #E8ECF2;
      z-index: 5;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      text-align: center;
      /* padding: 0 15px; */
  }
  
  .facilities .chooseaddr .title-staff div {
      width: 32.5%;
      display: inline-block;
      cursor: pointer;
  }
  
  .facilities .chooseaddr .title-staff>div.on {
      color: #fff;
      background: #169bd5;
  }
  
  /* 地图模式 */
  
  .map .map-bar {
      height: 50px;
      width: 100%;
  }
  
  .map .map-bar>div {
      display: inline-block;
      vertical-align: top;
  }
  
  .map .map-bar .right {
      width: 100%;
      height: 50px;
      position: relative;
  }
  
  .map .map-bar .right .c {
      display: inline-block;
      vertical-align: top;
      margin-top: 15px;
      margin-right: 20px;
      position: relative;
  }
  
  .map .map-bar .right .c img {
      width: 18px;
      margin: 0 0 5px 4px;
  }
  
  .map .map-bar .right .c input[type=checkbox] {
      margin: 0;
      width: 16px;
      height: 16px;
      vertical-align: text-bottom;
      opacity: 0;
      position: relative;
      cursor: pointer;
  }
  
  .map .map-bar .right .c span.text {
      color: #7e7e7e;
  }
  
  .map .map-bar .right button {
      width: 65px;
      height: 25px;
      background: #169bd5;
      color: #fff;
      border-radius: 4px;
      margin-top: 11px;
      border: none;
  }
  
  .map .map-bar .right .c span.check {
      width: 16px;
      height: 16px;
      border: 1px solid #c9c9c9;
      border-radius: 50%;
      position: absolute;
      left: 0px;
      top: 2px;
      cursor: pointer;
  }
  
  .map .map-bar .right .c span.on {
      border: none;
      background: url(../images/Selected.png)no-repeat center;
  }
  
  .map .map-area {
      /*width: 900px;*/
      /*height: 600px;*/
      position: relative;
  }
  
  .map .map-area i.drag {
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      background-size: 100% 100%;
      background-image: url("../images/drag1.png");
      background-repeat: no-repeat;
      z-index: 10px;
      cursor: pointer;
  }
  
  .map .map-area i.drag2 {
      background-image: url("../images/drag2.png");
  }
  
  .map .map-area i.drag3 {
      background-image: url("../images/drag3.png");
  }
  
  .map .map-area i.drag4 {
      background-image: url("../images/drag4.png");
  }
  
  .map .map-area i.drag5 {
      background-image: url("../images/drag5.png");
  }
  
  .map .map-area .tip {
      padding: 0 10px 0 10px;
      z-index: 10;
      min-width: 150px;
      height: 150px;
      background: url(../images/position.png) no-repeat;
      background-size: 100% 100%;
      line-height: 20px;
      font-size: 13px;
      position: absolute;
  }
  
  .map .map-area .tip.tip2 {
      height: 130px;
  }
  
  .map .map-area .tip .title {
      border-bottom: 1px solid #f1f1f1;
      display: inline-block;
      width: 100%;
      line-height: 20px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 8px 0 2px 0;
  }
  
  
  /* 地图模式下的模态框 */
  
  .modal.map ul li {
      line-height: 28px;
  }
  
  .four-modal table {
      margin-top: 20px;
  }
  
  .four-modal table thead th {
      height: 30px;
  }
  
  .four-modal table tbody tr td {
      height: 30px;
  }
  
  
  /* 用水监测 */
  
  .water-left .water-left-device {
      display: inline-block;
      vertical-align: top;
      margin-right: 10%;
      width: 25%;
  }
  
  .water-left div.water-left-device {
      margin-right: 0!important;
  }
  
  .water-left ul li {
      color: #333;
  }
  
  .water-left ul li span {
      color: #666;
  }
  
  
  /* 系统设备 */
  
  #systemModal .modal-dialog {
      width: 900px;
  }
  
  #systemModal .modal-body {
      padding: 15px;
      padding-top: 0;
  }
  
  #systemModal .modal-body .left {
      width: 200px;
      display: inline-block;
      vertical-align: top;
  }
  
  #systemModal .modal-body .left ul {
      margin-top: 10px;
  }
  
  #systemModal .modal-body .left ul li {
      line-height: 30px;
  
  }
  
  #systemModal .modal-body .right {
      width: 645px;
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid #eaeaea;
      padding-left: 10px;
  }
  
  #systemModal .modal-body .right .con_tab ul {
      border: none;
  }
  #systemModal .modal-body .right ul li {
      display: inline-block;
      vertical-align: middle;
  }
  
  /* 巡检点位 */
  
  .patrol-table {
      width: 50%;
      /* line-height: 35px; */
  }
  
  .patrol-table thead th {
      height: 40px;
  }
  
  /*-------视频监控------*/
  
  .video .baseinfo_content .videocontain {
      width: 75%;
      float: left;
      min-height: 700px;
  }
  
  .video .baseinfo_content .videoshow {
      width: 100%;
      float: left;
  }
  
  .video .baseinfo_content .videoshow li {
      float: left;
      width: 33%;
  }
  
  .video .baseinfo_content .videoshow video {
      height: 200px;
  }
  
  .video .baseinfo_content .videoshow .time {
      float: right;
      padding-right: 40px;
  }
  
  
  /*视频控制层*/
  
  .video .baseinfo_content .videocontroller {
      width: 23%;
      float: left;
      box-sizing: border-box;
      border: 1px solid #999;
      height: 760px;
      border-radius: 5px;
      margin-left: 1%;
  }
  
  .video .baseinfo_content .videocontroller .title {
      text-align: center;
      padding: 12px;
      background-color: #ddd;
  }
  
  .video .baseinfo_content .videocontroller .li {
      background: url(../images/toggle.png) no-repeat 10px 12px;
      background-size: 10px 27px;
      height: 32px;
      line-height: 32px;
      background-color: rgba(0, 0, 0, .075);
  }
  
  .video .baseinfo_content .videocontroller .li span {
      padding: 0 0 0 25px;
  }
  
  .video .baseinfo_content .videocontroller .branch1 {
      margin-left: 30px;
      background-color: #f5f5f5;
      margin-top: 1px;
  }
  
  .video .baseinfo_content .videocontroller .branch1 div {
      border-bottom: 1px solid #fff;
      padding-left: 5px;
  }
  
  .video .baseinfo_content .videocontroller .branch2 {
      border-top: 1px solid #fff;
      background-color: #f5f5f5;
      margin-left: 60px;
  }
  
  .video .baseinfo_content .videocontroller .branch2 div {
      border-bottom: 1px solid #fff;
      padding-left: 10px;
  }
  
  .video .baseinfo_content .addr {
      height: 60%;
      width: 100%;
      border-bottom: 1px solid #999;
      overflow-y: auto;
  }
  
  .video .baseinfo_content .videocontroller .li {
      opacity: 0.7;
      filter: alpha(opacity=70);
      margin-top: 1px;
      overflow: hidden
  }
  
  .video .baseinfo_content .videocontroller .li:hover {
      cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  .act {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  .video .baseinfo_content .videocontroller .li .toggleicon {
      background: url(../images/toggle.png) no-repeat 10px 6px;
      background-size: 10px 27px;
  }
  
  .video .baseinfo_content .videocontroller .actbg {
      background: #F3F3F8;
  }
  
  .video .baseinfo_content .videocontroller .act .toggleicon {
      background: url(../images/toggle.png) no-repeat 10px -15px;
      background-size: 10px 27px;
  }
  
  .video .baseinfo_content .videocontroller .son {
      display: none;
      cursor: pointer;
  }
  
  .video .baseinfo_content .videocontroller .son div {
      color: #666;
  }
  
  .video .baseinfo_content .videocontroller .son .li:hover {
      cursor: pointer;
      color: #666;
  }
  
  .video .baseinfo_content .videocontroller .li:hover {
      cursor: pointer;
  }
  
  .videocontroller .son .sonliact {
      background: #F3F3F8;
      box-sizing: border-box;
  }
  
  .videocontroller .son .sonliact .lefttip {
      display: block;
  }
  
  .videocontroller .li:hover {
      color: #666;
  }
  
  .controller .ti {
      margin: 10px 0 0 0;
  }
  
  .controller .ti select {
      width: 44%;
      margin-left: 17.5%;
      height: 30px;
  }
  
  .controller .playvideo {
      width: 27%;
      margin: 10px 0 0 20px;
  }
  
  .video .controller .playvideo img {
      width: 34px;
      border-radius: 50%;
  }
  
  .video .controller .speed {
      background: url(../images/Shape2.png) no-repeat 8px 6px;
      width: 69%;
      height: 21px;
      /* float: left; */
      margin-left: 50px;
  }
  
  .video .controller .speed img {
      height: 23px;
      padding-left: 66px;
  }
  
  .controller .btns {
      padding: 20px;
      margin-left: 50px;
  }
  
  .controller .btns button {
      height: 30px;
      border: 1px solid #D4D4D4;
      background: #fff;
      width: 25%;
  }
  
  .btns button:hover {
      color: #169bd5;
      border-color: #169bd5;
      background-color: transparent;
  }
  
  .video .controller .adjustfocus {
      width: 65%;
      float: right;
      height: 100px;
  }
  
  .video .controller .numbers {
      width: 67%;
      height: 30px;
      border: 1px solid #BFC3CD;
      overflow: hidden;
      margin-left: 15%;
      margin-bottom: 5px;
  }
  
  .video .controller .numbers span {
      display: block;
      float: left;
      text-align: center;
      line-height: 28px;
      width: 60%;
  }
  
  .video .controller .numbers span.icn {
      width: 20%;
      height: 28px;
      font-size: 20px;
      background: url(../images/icon-plus.png) no-repeat center 13px;
      cursor: pointer;
  }
  
  .video .controller .numbers span.plus {
      background-position: center -38px;
  }
  
  .video .controller .numbers span input {
      width: 95%;
      line-height: 20px;
      border: 1px solid #BFC3CD;
      border-top: 0 none;
      border-bottom: 0 none;
      text-align: center;
      color: #687283;
      font-size: 12px;
  }
  
  .videocontroller .controller .playvideo img:active {
      background-color: #9a9a9a;
  }
  
  .frameCounts button {
      background-color: #fff;
      border: 1px solid #999;
      width: 46px;
      height: 25px;
      margin: 0 5px;
  }
  #home{
      height: 100%;
      width: 100%;
      color:#fff;
      text-align: center;
  }
  #home a{
      color:#fff;
  }
  /*地图*/
  #home_map{
      /*width: 66.666667%;*/
      height: 100%;
      position: relative;
      /*float: left;*/
  }
  #home_map .time_map{
      width: 200px;
      height: 36px;
      line-height: 36px;
      margin-left: 0.5%;
      margin-top:1%;
      float: left;
      font-size: 16px;
      background: url("../images/time_bg.png") no-repeat;
      background-size: 100%;
  }
  #home_map .nav_map{
      width: 200px;
      height: 36px;
      line-height: 36px;
      margin-top:1%;
      margin-right: 0.3%;
      float: right;
      font-size:16px;
      background: url("../images/nav_bg.png") no-repeat;
      background-size: 100%;
  }
  #home_map .title_map{
      width: 882px;
      height: 68px;
      line-height: 68px;
      margin:0 auto ;
      font-size: 30px;
      background: url("../images/title_bg.png") no-repeat;
      background-size: 100%;
  }
  #home_map #map{
      /*width: 99.2%;*/
      height:100%;
      /*margin-top:20px;*/
      /*margin-left: 0.5%;*/
      position: relative;
      color:#666;
      overflow: inherit;
  }
  
  
  #map_legend{
      position: absolute;
      right:2%;
      bottom:4%;
      z-index: 99;
      color: #fff;
  }
  #map_legend li{
      margin: 10px;
  }
  #map_sum{
      position: absolute;
      top:4%;
      left: 45%;
      z-index: 99;
      color: #fff;
  
      overflow: hidden;
  }
  #map_sum li{
      height: 59px;
      line-height: 49px;
      font-size: 14px;
      float: left;
      background: #20585C;
      border-radius: 5px;
      padding:5px 8px;
      margin:0 15px;
      opacity: .9;
  }
  #map_sum li span{
      font-family: 'TimeDate';
      display: inline-block;
      vertical-align: middle;
      margin:0 5px;
      height: 49px;
      font-size: 48px;
      width: 29px;
      text-align: center;
      background: url("../images/mathbg.png") no-repeat;
  }
  
  #map_legend img{
      width: 24px;
      margin-right: 10px;
  }
  #map .map_bg img{
      position: absolute;
      z-index: 100;
  }
  #map .map_bg .map_top{
      top:-30px;left: 0;
      width: 100%;
  }
  #map .map_bg .map_bottom{
      bottom:0;left: 0;
      width: 100%;
  }
  #map .map_bg .map_left{
      top:2.7%;left: 0;
      height: 94%;
  }
  #map .map_bg .map_right{
      top:2.93%;right: 0;
      height: 93.66%;
  }
  #map_search{
      position: absolute;
      top: 20px;
      left: 40px;
      width: 350px;
      z-index: 100;
      /*background-color: #20585C;*/
  }
  #map_search>div{
      overflow: hidden;
      position: relative;
      border:1px solid  #3F90FF;;;
  }
  #map_search div input{
      width: 80%;
      height: 30px;
      float: left;
      /*background-color: #20585C;*/
      border:none;
      padding:0 10px ;
      /*color:#fff;*/
  }
  
  #map_search div span{
      color:#fff;
  
      width: 20%;
      height: 30px;
      line-height: 30px;
      float: left;
      text-align: center;
      background-color:  #3F90FF;;;
  }
  #map_search div b{
      position: absolute;
      width: 12px;
      height: 12px;
      right: 22%;
      top:9px;
      background: url("../images/close.png") no-repeat center;
  }
  #map_search .list_details{
      display: none;
      max-height: 473px;
      overflow-y: auto;
      background: #fff;
  }
  #map_search .list_details>p{
      float: left;
      margin-left: 10px;
      height: 30px;
      line-height: 30px;
      /*padding-left: 20px;*/
      /*background: url("../images/return.png") no-repeat 3px center;*/
  }
  #map_search .list_details ol{
      padding:10px ;
      text-align: left;
      clear: both;
  }
  #map_search .list_details li{
      padding: 5px 0;
  }
  #map_search .list_details img{
      width: 100px;
      /*height: 100px;*/
  }
  #map_search .list_details li p{
      display: inline-block;
      width: 70%;
      vertical-align: top;
  }
  #map_search ul{
      display: none;
      max-height: 473px;
      overflow-y: auto;
      /*border-top:1px solid #000;*/
  }
  #map_search ul>li{
      padding: 5px 0;
      overflow: hidden;
      border:1px solid  #3F90FF;;;
      border-top:none;
      text-align: left;
      background: #fff;
  }
  #map_search ul>li i{
      width: 30px;
      height:68px;
      background: url("../images/shop.png") no-repeat center;
      background-size: 80%;
      float: left;
      margin-left: 5px;
  }
  #map_search ul>li img{
      width: 68px;
      height: 68px;
      float: right;
  }
  #map_search ul>li div{
      width: 68%;
      margin-left: 40px;
  }
  #map_search ul h4{
      font-size: 14px;
  }
  #map_search ul>li p{
      font-size: 12px;
      margin-top:5px;
  }
  #home_map .modal .modal-dialog{
      text-align: left;
      width: 1010px;
      top:70px;
      margin:0 auto;
      /*height: 563px;*/
      /*color:#fff;*/
      /*background:#091018 url("../images/bg1.png") no-repeat;*/
      /*background-size: 100%;*/
      /*padding: 15px;*/
      font-size: 12px;
  
  }
  #home_map #connectModal .modal-dialog,#home_map #secureModal .modal-dialog{
      width: 1160px;
      height: 646px;
  }
  #home_map #connectModal .modal-body,#home_map #secureModal .modal-body{
      height: 531px;
  }
  #home_map #connectModal .modal-dialog td,#home_map #secureModal .modal-dialog td{
      background-color: transparent;
  }
  #home_map #connectModal .modal-dialog thead,#home_map #secureModal .modal-dialog thead{
      /*background-color: #20585C;*/
      /*color:#fff;*/
  }
  #home_map .modal .modal-dialog .modal-title{
      text-align: center;
      font-size: 16px;
  }
  #home_map .modal .modal-dialog  .alarm_logo{
      background: url("../images/alarm_logo.png");
      width: 144px;
      height: 37px;
      text-align: center;
      line-height: 37px;
      position: absolute;
      top:7px;
      left: 17px;
      color:#FF8A99
  }
  #myModalRight .int_alarm_logo{
      color:#FF8A99;
      display: block;
      float: left;
  }
  #home_map .modal .modal-dialog .modal-content{
      /*background: none;*/
      /*box-shadow:none;*/
      /*border: none;*/
  }
  #home_map .modal .modal-dialog .modal-header{
      border:none;
  }
  #map h3{
      font-size: 18px;
  }
  #map i{
      font-style: normal;
  }
  #home_map .modal .home_map_close{
      position: absolute;
      top: 30px;
      right: 40px;
      /*bottom: -90px;*/
      /*margin:0 auto;*/
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: url("../images/close.png") no-repeat center;
      background-size: 100%;
  }
  #home_map .modal .modal-dialog .modal-content .modal-body{
      overflow: hidden;
      padding: 0;
      padding-bottom: 20px;
      /*height: 470px;*/
  }
  .branch_search_type{
      float: right;
  }
  .home_map_data {
      position: absolute;
      top: 60px;
      z-index: 99;
      width: 350px;
  }
  .home_map_data.home_map_left{
      left: 40px;
  
  }
  .home_map_data.home_map_right{
      right: 40px;
  }
  .home_map_data .tu{
      width: 350px;
      height: 200px;
      /*margin: 20px;*/
  }
  
  .home_map_data h4 {
      font-size:18px;
      /*color: #E3FFFC;*/
      /*margin-bottom: 15px;*/
      line-height: 36px;
      height: 36px;
      padding:0 10px;
  }
  .home_map_data h4 a{
      float: right;
      font-size: 14px;
      /*margin-right: 10px;*/
      cursor: pointer;
  }
  .home_map_data .list{
      position: absolute;
      top: 72px;
      height: auto;
      /*width: ;*/
      width: 130px;
      right: 0;
      text-align: right;
      padding-right: 15px;
  }
  .home_map_data .list p{
      height: 20px;
      line-height: 20px;
      margin:4px 0;
      /*margin-bottom: 10px;*/
      font-size: 16px;
      font-family: 'TimeDate';
      border-left: 3px solid;
  }
  .home_map_data .list.big_list{
      top:90px;
  }
  .home_map_data .list.big_list p{
      height: 24px;
      line-height: 24px;
  }
  .home_map_data .list small{
      float: left;
      margin-left: 5px;
      /*color: #333;*/
  }
  #test1 .color0{color:#e85656}
  #test1 .color1{color:#f2be4a}
  #test1 .color2{color:#ed783d}
  #test1 .color3{color:#ea9f66}
  #test1 .color4{color:#a56402}
  
  #test2 .color0{color:#26c0c0}
  #test2 .color1{color:#ed783d}
  #test2 .color2{color:#cccccc}
  
  .home_data_alarm_list .color0{color:#ed783d}
  .home_data_alarm_list .color1{color:#f2be4a}
  .home_data_alarm_list .color2{color:#e85656}
  
  #test0 .color0{color:#c487ee}
  #test0 .color1{color:#2ac9fd}
  #test0 .color2{color:#6f81da}
  #test0 .color3{color:#5ef0b8}
  #test0 .color4{color:#ff8382}
  
  
  .home_map_data li{
      background: #fff;
      border-radius: 5px;
      height: 251px !important;
      margin-bottom: 10px;
      /*padding: 10px;*/
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  }
  
  /*.modal .modal-dialog .modal-content .modal-body{
      overflow: hidden;
      padding: 20px 0;
  }*/
  .modal .modal-content .warning_left{
      width: 480px;
      float: left;
      /*padding-bottom: 40px;*/
      position: relative;
      /*height: 470px;*/
  }
  .modal .modal-content .warning_left::after{
      content: '';
      height: 100%;
      width: 1px;
      background: #ccc;
      position: absolute;
      right: 0;
      top: 15px;
  }
  .modal .modal-dialog .modal-content .modal-body h4{
      font-size: 14px;
      line-height: 30px;
      position: relative;
      background:none;
      margin:0;
      padding: 0;
      text-align: center;
  }
  .modal .modal-dialog .modal-content .modal-body h4::before{
      content: '';
      height: 1px;
      width: 200px;
      background: #ccc;
      position: absolute;
      left: 0;
      top: 50%;
  }
  .modal .modal-dialog .modal-content .modal-body h4::after{
      content: '';
      height: 1px;
      width: 200px;
      background: #ccc;
      position: absolute;
      right: 0;
      top: 50%;
  }
  .modal .modal-dialog .modal-content .WarningDetail{
      /*height: 430px;*/
      padding-left: 15px;
      /* overflow-y: auto; */
  }
  .modal .modal-content .WarningDetail li{
      overflow: hidden;
      margin-bottom: 10px;
  }
  .modal .modal-content .WarningDetail li>span{
      float: left;
      font-weight: 600;
      width: 84px;
      text-align: right;
  }
  .modal .modal-content .WarningDetail li>div{
      float: left;
      max-width: 365px;
      text-align: left;
  }
  .modal .modal-content .WarningDetail li>div.record{
      float:inherit;
      max-width: 435px;
      margin-top: 20px;
      /*position: relative;*/
      background: url(../images/line1.png) no-repeat 6px 12px;
      background-size: 1px 75%;
  }
  .modal .modal-content .WarningDetail li>div.record p{
      line-height: 26px;
      padding-left: 18px;
      background: url('../images/O.png') no-repeat left center;
  }
  .modal .modal-body .level_one>li>p{
      background: url('../images/Group_38.png') no-repeat 20px center;
  }
  .modal .modal-body .level_one{
      /*background: #20585C;*/
      padding:0 20px;
      max-height: 405px;
      /*overflow-y: auto;*/
  }
  .modal .modal-body .level_one p{
      height: 40px;
      line-height: 40px;
      background: url('../images/Group_39.png') no-repeat 20px 0;
  }
  .modal .modal-body .level_one li ul ul{
      border-left: 2px dotted #fff;
  }
  .modal .modal-body .level_one li ul>li:last-child>p{
      background-image: url('../images/Group_40.png');
  }
  .modal .modal-body .level_one p b{
      width: 15px;
      height: 15px;
      vertical-align: middle;
      margin-right: 18px;
      margin-left: 2px;
      display: inline-block;
  }
  .modal .modal-body .level_one p.area_class b{
      background: url('../images/list_open.png') no-repeat;
  }
  .modal .modal-body .level_one p.area_class b.hover{
      background: url('../images/list_close.png') no-repeat;
  }
  .modal .modal-body .level_one p i{
      background: url('../images/home_video.png') no-repeat;
      width:12px;
      height: 14px;
      float: right;
      margin-top: 13px;
  }
  .modal .modal-body .level_one p.area_class i{
      background: url("../images/home_area.png") no-repeat
  }
  .modal .modal-body .level_one .area_class{
      margin-bottom: 1px;
      cursor: pointer;
  }
  
  .modal .modal-content .warning_right .con_search select {
      width: 147px;
      height: 28px;
      padding-left: 7px;
      border: solid 1px #dddddd;
      appearance: none;
      color:#333;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #fff url(../images/pulldown.png)no-repeat 125px 7px;
      margin-left: 5px;
  }
  .modal .modal-content .warning_right .waterTitle{
      height: 38px;
      background: #e8ecf2;
      line-height: 38px;
      color: #333;
  }
  .modal .modal-content .warning_right .waterTitle p{
      width: 49%;
      text-align: center;
      font-size: 12px;
      float: left;
  }
  .modal .modal-content .warning_right .waterTitle p span{
      font-weight: bold;
      font-size: 14px;
  }
  .modal .modal-content .warning_right .waterTitle p i{
      font-style: normal;
  }
  .modal .modal-content .warning_right .con_search{
      padding-left: 14px;
      margin-bottom: 10px;
  }
  .modal .modal-content .warning_right .broadcast {
      margin-top:20px;
      text-align: center;
  }
  .modal .modal-content .warning_right .waterCont{
      overflow:hidden;
      height: 80px;
      width: 100%;
  }
  .modal .modal-content .warning_right .waterCont>div{
      float: left;
      width: 49%;
      text-align: center;
      padding-top: 20px;
      position: relative;
  }
  .modal .modal-content .warning_right .waterCont>div.pressure::after{
      content: '';
      width: 1px;
      height: 60px;
      background: #eee;
      position: absolute;
      top:10px;
      right: 0;
  }
  
  
  
  .modal .modal-content .WarningDetail li>div textarea{
      width: 340px;
      height: 200px;
      resize: none;
      padding: 10px;
  }
  .modal .modal-content .warning_right{
      /* width:480px; */
      float: left;
  }
  .modal .modal-content .warning_right .banner{
      width: 100%;
      overflow: hidden;
      margin-bottom: 5px;
  }
  .modal .modal-content .warning_right .banner p{
      float: left;
      width: 80px;
      text-align: center;
      line-height: 30px;
      border-bottom: 2px solid #fff;
      cursor: pointer;
      margin-right: 5px;
  }
  .modal .modal-content .warning_right .banner p.on,.modal .modal-content .warning_right .banner p:hover{
      color:#169bd5;
      border-bottom: 2px solid #169bd5;
  }
  /*数据*/
  #home_data{
      height: 100%;
      width: 33.333333%;
      float: left;
  }
  #home_data .home_data_bd{
      height: 33.333333%;
      padding: 5px;
      background: url("../images/bg2.png") no-repeat center;
      background-size: 100%;
  }
  .home_data_bd .home_data_left{
      width: 58px;
      height: 100%;
      float: left;
  }
  .home_data_bd .home_data_left p{
      margin-top:21px;
      font-size: 12px;
      height: 26px;
      line-height: 26px;
      background-color: #103E41;
      box-shadow: 0 1px 2px 0 rgba(9, 6, 64, 0.5);
  }
  .home_data_bd .home_data_left p img{
      margin-right: 5px;
  }
  .home_data_bd .home_data_left span{
      font-size: 24px;
      width: 26px;
      text-align: center;
      margin-left: 16px;
      margin-top:67px;
      display: block;
  }
  .home_data_bd .home_data_right{
      width: 100%;
      height: 100%;
      padding: 15px;
      padding-left: 78px;
  }
  #home_data .alarm_top{
      height: 55px;
      background-color: #20585C;
  }
  #home_data .alarm_top div{
      font-size: 12px;
      float: left;
      margin:6px 12px;
  }
  #home_data .alarm_top ul{
      float: right;
      height: 43px;
      line-height: 43px;
      margin:6px;
      margin-right: 35px;
  
  }
  #home_data .alarm_top ul li{
      float: left;
      padding: 0 15px;
  }
  #home_data .alarm_top ul li+li{
      border-left:1px solid #0a1855;
  }
  #home_data .alarm_top .font_phone{
      font-size: 30px;
  }
  #home_data_week{
      height: 275px;
      width: 530px;
  }
  .home_data_bd>div>ul{
      overflow: hidden;
  }
  .home_data_bd>div>ul>li{
      float: left;
      width: 121px;
      height: 30px;
      line-height: 30px;
      border-radius: 2px;
      background-color: #20585C;
      margin-right: 10px;
  }
  .home_data_bd>div>ul>li.hover{
      background-color:#00745F;
  }
  .home_data_bd>div ol{
      background:  url("../images/bg3.png") no-repeat center;
      height: 288px;
      width: 524px;
      position: relative;
  }
  .home_data_bd>div ol li{
      width: 100%;
      height: 100%;
  }
  .home_data_bd>div #connect_click,.home_data_bd>div #secure_click{
      position: absolute;
      width: auto;
      height: auto;
      right: 20px;
      bottom: 10px;
      cursor: pointer;
  }
  #home_map .network_common{
      width: 90%;
      min-width: 90%;
      max-width: 90%;
      margin: auto;
      padding: 0 ;
  }
  #home_map #connectModal .modal-header,#home_map #secureModal .modal-header{
      border-bottom: 1px solid #e5e5e5;
      /* margin:10px 20px; */
  }
  .home_data_bd>div #home_data_serviceList,.home_data_bd>div #home_data_connectList{
      position: absolute;
      top:73px;
      height: auto;
      /*width: ;*/
      width: auto;
      right: 0;
      text-align: right;
      padding-right:20px;
  }
  #home_data_serviceList p,#home_data_connectList p{
      height: 34px;
      line-height: 34px;
      /*margin-bottom: 10px;*/
      font-size: 34px;
      font-family: 'TimeDate';
  }
  .home_data_bd>div #home_data_secureList{
      position: absolute;
      width: 50%;
      /*height: 50%;*/
      top:0;
      left: 0;
  }
  #home_data_secureList p{
      width: 80%;
      text-align: left;
      margin: 5px auto;
      font-size: 12px;
  }
  #home_data_secureList .common_table{
      width: 80%;
      margin: auto;
  }
  #home_data_secureList thead{
      background-color: #20585C;
      color:#fff;
  }
  #home_data_secureList td{
      background-color: transparent;
  }
  .home_data_bd>div #home_data_branchList{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      width: 90%;
      margin: 10px auto 0;
      overflow: hidden;
      text-align: left;
      font-size: 12px;
  
  }
  #home_data_branchList div{
      float: left;
      width: 50%;
      padding-left: 50px;
  }
  #home_data_branchList span{
      font-size: 16px;
  }
  
  
  /*首页视频*/
  #home_bottom{
      width: 66.666667%;
      height: 33.333333%;
      float: left;
      padding-left: 5px;
      /*margin-top: 10px;*/
  }
  #home_bottom>div{
      width: 50%;
      height: 100%;
      padding: 5px;
      float: left;
      text-align: center;
      background: url("../images/bg1.png") no-repeat center;
      background-size: 100%;
  }
  #home_bottom .home_data_bd{
      background-image: url("../images/bg2.png");
  }
  /*首页视频END*/
  /*首页警情列表*/
  #home_list{
      /*height: 33.333333%;*/
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 10px;
      width: 100%;
      background: #fff;
      z-index: 999;
      /*background: url("../images/bg1.png") no-repeat center;*/
      /*background-size: 100%;*/
  }
  #home_list .down{
      position: absolute;
      top: -20px;
      /*left: 50%;*/
      left: 0;
      right: 0;
      margin: 0 auto;
      /*margin-left: -64px;*/
      width: 128px;
      height: 22px;
      background: url("../images/shangla1.png") no-repeat center;
      z-index: 1049;
      cursor: pointer;
  }
  #home_list .down.hover{
      background: url("../images/xiala1.png") no-repeat center;
  
  }
  
  #home_list>div{
      height: 0;
      transition: all 0.5s;
      overflow: hidden;
  }
  #home_list>div.hover{
      height: 306px;
  }
  /*切换按钮*/
  #home_list .list_button{
      line-height: 36px;
      height: 36px;
      font-size: 16px;
      text-align: center;
      margin-bottom: 10px;
      /*border-bottom: 2px solid #20585C;*/
  
      /*margin-bottom:20px;*/
  }
  #home_list .list_button span{
      float: left;
      width: 300px;
      padding: 0 2%;
      height: 36px;
  
      cursor: pointer;
  }
  #home_list .list_button span.hover{
      /*background-color: #20585C;*/
      /*color:#fff;*/
      color:  #3F90FF;;;
      border-bottom: 2px solid  #3F90FF;;;
  }
  /**/
  #home_list .ul_title{
      position: absolute;
      top:0;
      left: 0;
      height: 36px;
      width: 100%;
      margin:0;
      line-height: 36px;
      font-size: 14px;
      background-color: #E8ECF2;
  }
  #home_list .list_div{
      /*padding-top: 39px;*/
      position: relative;
      display: none;
      overflow-y: auto;
      height: 240px;
  
  }
  
  #home_list .list_div div{
      /*overflow: hidden;*/
      position: relative;
  }
  #home_list .list_ul{
      position: relative;
      top:0;
      width: 100%;
      font-size: 12px;
      line-height: 36px;
  }
  #home_list .list_div.hover{
      display: block;
  }
  #home_list ul>li{
      width: 100%;
      /*padding: 30px 0;*/
      height: 36px;
  }
  #home_list li>ol{overflow: hidden}
  
  #home_list ol>li{
      float: left;
      padding:0 10px;
  }
  #home_list ol .li_time{
      width: 20%;
  }
  #home_list ol .li_name{
      width: 47%;
  }
  #home_list ol .li_alarm{
      width: 13%;
  }
  #home_list ol .li_type{
      width: 9%;
  }
  #home_list ol .li_phone{
      width: 20%;
  }
  #home_list ol .li_model{
      float: right;
  }
  #home_list table{
      margin-top: 0;
  }
  .main_table{
      line-height: 26px;
      margin-top: 0;
  }
  
  .news_ul li{
      padding: 10px 0;
      overflow: hidden;
  }
  .news_ul li select{
      min-width: 150px;
  }
  .news_ul .news_ul_div div{
      display: inline-block;
      vertical-align: top;
  }
  .news_ul li .certificate_url_pic{
      width:170px;
      height: 125px;
      border: 1px solid #999;
  }
  .news_ul li .new_button{
      background: #009688;
      color:#fff;
      float: none;
      margin:0 auto;
      width: 150px;
  }
  .news_ul input[type='text']{
      width: 400px;
      height: 28px;
      line-height: 28px;
  }
  .news_ul select{
      height: 28px;
      line-height: 28px;
  }
  
  .ranking{
      padding:0 20px;
  }
  .ranking .baseinfo_table{
      width: 100%;
      height: 230px;
      overflow-y: auto;
  }
  .ranking .ranking_title{
      height:36px;
      line-height: 36px;
      padding: 5px;
  }
  .ranking .ranking_title h4{
      float: left;
      font-size: 14px;
      line-height: 36px;
  }
  .ranking .ranking_title p{
      float: right;
  }
  .ranking .ranking_title p span{
      margin-left: 10px;
  }
  .ranking .ranking_title p span img{
      margin-right: 5px;
  }
  .ranking table{
      margin-top:0;
      color:#fff;
  }
  .ranking table thead{
      background-color: transparent;
      color:#fff;
  }
  .ranking table tr{
      border-bottom:1px solid #20585C;
  }
  
  .ranking table td{
      background-color: transparent;
  }
  #patrol_ul>li>p{
      height: 36px;
      line-height: 36px;
      font-weight: 900;
      font-size: 14px;
      background: #E4E5EA;
      padding: 0 10px;
      margin: 0 0 5px;
  }
  #patrol_ul>li>p>span{
      right: 40px;
      position: absolute;
      font-weight: normal;
  }
  #patrol_ul>li>p>img{
      width: 14px;
      right: 20px;
      position: absolute;
      margin-top: 12px;
  }
  #patrol_ul>li>p.on>img{
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
  }
  #patrol_ul>li>p:hover{
      background: #e2e2e2;
  }
  #patrol_ul .patrol_ulT{
      padding-left: 30px;
  }
  #patrol_ul .patrol_ulT div{
      background-color: #eee;
      overflow: hidden;
      padding: 3px 10px;
      margin-bottom: 5px;
  }
  #patrol_ul .patrol_ulT div p{
      width: 92%;
      float: left;
  }
  #patrol_ul .patrol_ulT div>img{
      margin-top: 45px;
      height:14px;
  }
  #patrol_ul .patrol_ulT>p:first-child{
      font-weight: 900;
  }
  #patrol_ul .patrol_ulT span{
      float: right;
      width: 70px;
      margin-right: 15px;
      color:#E65656;
      font-size: 14px;
  }
  #patrol_ul .patrol_ulS{
      padding-left: 20px;
  }
  #patrol_ul .patrol_ulS>li>p>em{
      display: inline-block;
      vertical-align: top;
      font-style: normal;
  }
  #patrol_ul .patrol_ulS li{
      /*background-color: #ccc;*/
      margin-bottom: 5px;
      position: relative;
      padding: 3px 10px;
  }
  #patrol_ul .patrol_ulS p{
      height: 20px;
  }
  #patrol_ul .patrol_ulS img{
      /*position: absolute;*/
      /*right: 90px;*/
      /*top:3px;*/
      height: 100px;
  }
  #patrol_ul .patrol_ulT span.yes{
      color:#3CB77D;
  }
  #patrol_ul .patrol_ulT>li>div.on>img{
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
  }
  #patrol_ul .patrol_ulS li{
      background-color: #f5f5f5;
  }
  #patrol_ul .patrol_ulS li:first-child{
      background-color: #E4E5EA;
  }
  @media screen and (max-width: 1600px) {
      .branchCountDiv3 .list{
          /*position: absolute;*/
          /*top: 110px;*/
          /*height: auto;*/
          /*width: ;*/
          width: 110px;
          /*right: 35px;*/
          /*text-align: right;*/
          /*padding-right: 15px;*/
      }
      .home_map_data {
          /*position: absolute;*/
          /*top: 60px;*/
          /*z-index: 99;*/
          width: 300px;
      }
      .home_map_data li{
          height: 180px !important;
      }
      .home_map_data h4 {
          font-size: 14px;
          /* color: #E3FFFC; */
          /* margin-bottom: 15px; */
          line-height: 26px;
          height: 26px;
          /*padding: 0 10px;*/
      }
      .home_map_data .tu{
          width: 300px;
          height: 154px;
      }
      .home_map_data h4 a {
          /*float: right;*/
          font-size: 12px;
          /* margin-right: 10px; */
          /*cursor: pointer;*/
      }
      .home_map_data .list {
          /*position: absolute;*/
          top: 40px;
          /*height: auto;*/
          /*width: 130px;*/
          /*right: 0;*/
          /*text-align: right;*/
          /*padding-right: 15px;*/
      }
      .home_map_data .list.big_list {
          top: 60px;
      }
      #map_search {
          /*position: absolute;*/
          /*top: 20px;*/
          /*left: 40px;*/
          width: 300px;
          /*z-index: 100;*/
          /* background-color: #20585C; */
      }
      #home_list .list_button {
          line-height: 26px;
          height: 26px;
          font-size: 14px;
          /*text-align: center;*/
          /*margin-bottom: 10px;*/
          /* border-bottom: 2px solid #20585C; */
          /* margin-bottom: 20px; */
      }
      #home_list .list_button span {
          /*float: left;*/
          width: 230px;
          /*padding: 0 2%;*/
          height: 26px;
          /*cursor: pointer;*/
      }
      #home_list .common_table thead th {
          /*text-align: center;*/
          /*border-color: #E8ECF2;*/
          line-height: 26px;
          /*word-break: keep-all;*/
          /*white-space: nowrap;*/
          /*padding: 0 5px;*/
      }
      #home_list .common_table {
          /*width: 100%;*/
          /*text-align: center;*/
          line-height: 26px;
          font-size: 12px;
          /*margin-top: 13px;*/
          /*border: #fff;*/
      }
      #home_list>div.hover {
          height: 261px;
      }
      #home_list .list_div {
          /* padding-top: 39px; */
          /*position: relative;*/
          /*display: none;*/
          /*overflow-y: auto;*/
          height: 217px;
      }
      .main_table{
          line-height: 20px;
          margin-top: 0;
      }
      .main_table thead th{
          line-height: 26px;
      }
  }
  .statisticsBtn{
      width: 160px;
      float: left;
      background: #f5f5f5;
  }
  .statisticsBtn li{
      height: 55px;
      line-height: 55px;
  }
  .statisticsBtn li.on{
      background: #e5ebf1;
  }
  .statisticsBtn a{
      display: block;
      width: 100%;
      height: 100%;
      padding-left: 30px;
  
  }
  .statisticsBtn img{
      margin-right: 10px;
  }
  
  #topMessageModal .modal-dialog{
      width: 1200px;
  }
  #topMessageModal .page_line{
      margin-bottom: 0;
  }
  #topMessageModal .network_common .con_search{
      margin-top: 0;
  }
  
  .NB_div_type{
      float: left;
      width: 18%;
  }
  .NB_div_type h6{
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      padding-left: 10px;
      background: #f0f0f0;
      font-weight: 600;
  }
  .NB_div_type p{
      height: 30px;
      line-height: 30px;
      padding-left: 10px;
      border-left: 2px solid transparent;
  }
  .NB_div_type p.on{
      border-color: #116698;
  }
  .NB_div_type span{
      float: right;
      color: #3F90FF;;;
      margin-right: 3px;
  }
  .NB_div{
      margin-left: 19%;
      width: 80%;
  }
  a.small_button{
      float: right;
      color: #116698;
      display: inline-block;
      padding: 0px 20px;
      border: 1px solid  #3F90FF;;;
      height: 25px;
      line-height: 24px;
      margin-top: 6px;
      margin-right: 6px;
      border-radius: 3px;
      background: #fff;
      cursor: pointer;
  }
  
  
  
  .mf_data em {
      font-size: 32px;
      font-style: normal;
      vertical-align: middle;
      font-family: 'TimeDate';
  }
  
  .mf_top .time {
      font-family: 'TimeDate';
  }
  
  /*-----------服务开通---------*/
  .home_data_serviceList {
      position: absolute;
      top: 50px;
      height: auto;
      width: 180px;
      right: 0;
      text-align: right;
      padding-right: 20px;
  }
  .home_data_serviceList_small{
      top: 75px;
  }
  .home_data_serviceList p {
      height: 23px;
      line-height: 23px;
      margin: 4px 0;
      /* margin-bottom: 10px; */
      font-size: 24px;
      font-family: 'TimeDate';
      border-left: 3px solid;
  }
  .mf_data_left,.home_data_serviceList small {
      font-size: 12px;
      /* color: #fff; */
      vertical-align: top;
      float: left;
      margin-left: 10px;
  }
  .video+.video_close,.video-div+.video_close{
      position: absolute;
      top: 10px;
      right: 10px;
      display: inline-block;
      width: 30px;
      height: 30px;
      cursor: pointer;
      background: url("../images/index-close.png") no-repeat center;
  }
  .clearfix1,.modal-video{
      position: relative;
  }
  #oMapDiv{
      position: relative;
  }
  #oMapDiv .map-open-div span{
      display: inline-block;
      vertical-align: top;
      width: 180px;
  }
  #oMapDiv .map-open-div span.small{
      width: 100px;
      text-align: right;
  }
  #oMapDiv .map-open-div .marker_btn{
      background:  #3F90FF;;;
      display: inline-block;
      width: 120px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      color:#fff;
  }
  #oMapDiv .amap-overlay-text-container {
      border: none;
      background: none;
  }
  #oMapDiv .city_marker {
      box-sizing: border-box;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      /* border: 1px #02B8BF solid; */
      background: url(../images/bgCity.png);
      padding: 22px 3px 0;
      text-align: center;
      color:#fff;
  }
  #oMapDiv .city_marker h5 {
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 7px;
      background: url(../images/mapCity.png) no-repeat 2px center;
      width: 70px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }
  #oMapDiv .oDiv-header{
      position: absolute;
      top: 20px;
      left: 30px;
      z-index: 1000;
      background-color: #fff;
      font-size: 16px;
      width: 55%;
      text-align: left;
      overflow-x: auto;
      margin: 0;
  }
  #oMapDiv .oDiv-header li{
      float: left;
      height: 32px;
      line-height: 32px;
      margin-left: 5px;
  }
  .network_common .con_tab ul li {
      height: 32px;
      margin-top: 7px;
      line-height: 30px;
      display: inline-block;
      position: relative;
      border: 1px solid #BED0E2;
      margin-left: 10px;
      /* border-bottom: none; */
  }
  .network_common .con_tab ul li:hover a, .network_common .con_tab ul li.on a {
      color:  #3F90FF;;;
      background: white;
     /* // border-bottom: white !important; */
      /* margin-top: -1px; */
      border: 1px solid white;
      border-bottom: 1px solid white;
  }
  .network_common .con_tab ul li a {
      cursor: pointer;
      display: block;
      text-align: center;
      font-size: 14px;
      color: #666666;
      padding: 0px 25px;
      /* border-bottom: 2px solid #666666; */
  }
  .close-btn {
      position: absolute;
      right: 8px;
      top: -1px;
      font-size: 14px;
  }        
  .con_tab {
      margin-bottom: 10px;
      height: 40px;
      background-color: #E5EBF1;
  }
  .con_tab ul {
  font-size: 0;
  border-bottom: none;
  }
  
  
  
  /*12-19样式*/
  .modal-div table.model_table{
      width: 100%;
  }
  .modal-div table.model_table td:first-child{
      width: 150px;
      font-weight: 600;
      text-align: right;
      vertical-align: top;
  }
  .modal-div table.model_table td{
      padding: 2px 0;
  }
  .modal-div table.model_table label{
      width: 150px;
  }
  .upload input{
      width: 100px;height: 100px;cursor: pointer;
  }
  .upload-bar {
      position: relative;
      /*left: 0;*/
      /*top: 0;*/
      cursor: pointer;
      width: 100px;
      height: 100px;
  }
  .upload-bar .upload-img {
      width: 100px;
      height: 100px;
      margin-top: 0;
      position: absolute;
      top: 0;
      left: 0;
  }
  .upload-bar .upload {
      opacity: 0;
  }
  .upload-bar .upload-del-img{
      position: absolute;
      top: 0;
      right: 0;
      z-index: 999;
  }
  .dutyManage_warp .inspection .second-data-btn{
      margin-bottom: 0;
      border: 1px solid #9b9b9b;
      border-bottom: none;
      border-radius: 4px 4px 0 0;
      height: 35px;
      line-height: 35px;
  }
  .dutyManage_warp .inspection .second-data-btn span{
      display: inline-block;
      width: 123px;
      float: left;
      height: 37px;
      border-right: 1px solid #9b9b9b;
      border-bottom: 2px solid transparent;
      text-align: center;
      margin: 0 0 -2px;
      color: #333;
      /*border-color: #116698;*/
  }
  .dutyManage_warp .inspection .second-data-btn span:last-child{
      border-right: none;
  }
  .dutyManage_warp .inspection .second-data-btn span.hover,
  .dutyManage_warp .inspection .second-data-btn span:hover{
      color: #ce5253;
  }
  .dutyManage_warp .inspection .second-data-btn span.hover{
      border-bottom-color: #fff;
  }
  .inspection_detail>div{
      padding: 15px;
  }
  .inspection_detail .second-data table td:first-child{
      text-align: right;
      padding-right: 10px;
      vertical-align: top;
  }
  .second-data-img-list{
      overflow: hidden;
  }
  .second-data-img-list li {
      padding: 10px;
      text-align: center;
      float: left;
      width: 240px;
  }
  .second-data-img-list li div{
      background: #f7f7f7;
      padding: 15px;
  }
  .second-data-img-list li img{
      width: 150px;
      height: 150px;
      margin-bottom: 10px;
  }
  .second-data-img-list li p{
      text-align: left;
  }
  .second-data-img-list .new_button_small{
      margin: 0 3px;
      float: none;
      display: inline-block;
  }
  /* .second-data .second-data-div{
      height: 600px;
      overflow-y: auto;
  } */
  .second-data h3{
      margin-bottom: 10px;
  }
  #ModelDeviceChannel .modal-div-ml20{
      width: 80%;
      margin-left: 20%;
      height: 502px;
      overflow-y: auto;
  }
  #ModelDeviceChannel .modal-btn{
      float: left;
      width: 18%;
      line-height: 24px;
      font-size: 14px;
      /*border: 1px solid #333;*/
      text-align: right;
      background: #f5f5f5;
  }
  #ModelDeviceChannel .modal-btn li{
      padding: 3px 10px;
      cursor: pointer;
  }
  #ModelDeviceChannel .modal-btn .hover,
  #ModelDeviceChannel .modal-btn :hover{
      background: #deecf1;
  }
  .map-info-div-green {
      background-color: #4dbdb7;
      color: #fff;
  }
  
  
  .b-yuan{
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
  }
  .b-yuan-red{
      background-color: #e65656;
  }
  .b-yuan-green{
      background-color: #3cb77d;
  }
  .b-yuan-gray{
      background-color: #999;
  }
  
  