.layui-tabs1{
    width: 100%;
    display: flex;
    
    border-bottom:5px solid #195aae ;
}

.layui-tabs1 .tab{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background-color: #edf7ff;
    margin-right: 10px;
    border: 1px solid  #d6e7ef;
    border-bottom: none;
    color: #000;
    margin-top: 10px;
    font-size: 16px; 
}

.layui-tabs1 .tab.layui-this{
    
    background-color: #195aae;
    color: #fff;
    border-color: #195aae;
    margin-top: 0;
    height: 45px;
    font-weight: bolder;
    line-height: 45px;
    font-size: 18px; 
}
.layui-tabs3{
  width: 100%;
  display: flex;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom:20px;
  flex-wrap: wrap;
}
.layui-tabs3 .type{
  padding: 0 10px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}
.layui-tabs3 .type.layui-this{
  background-color: #e14342;
  color: #fff;
}

.layui-tabs3 .type2{
  padding: 0 10px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}
.layui-tabs3 .type2.layui-this{
  background-color: #e14342;
  color: #fff;
}




.layui-tab-content{
    width: 100%;
    position: relative;
}

.layui-tab-content .layui-tab-item{
    display: none;
}
.layui-tab-content .layui-tab-item.layui-show{
    display: block;
}



table{
    display: block;
    
}















.amap-marker-label {
    left: 0px !important;
  }

  .btn1 {
    margin-left: 10%;
    background-size: 100% 100%;
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
  }

  .markerName {
    position: absolute;
    display: block;
    cursor: inherit;
    background: transparent;
    border: none;
    padding: 0px;
    white-space: normal;
    font: 9px arial, sans-serif;
    z-index: -4581056;
    width: 150px;
    transform: translateX(-50%);
    color: #1a1a1a;
    text-align: center;
    text-shadow: rgb(255 255 255) 1px 0px 0px, rgb(255 255 255) 0px 1px 0px, rgb(255 255 255) -1px 0px 0px, rgb(255 255 255) 0px -1px 0px;
    user-select: none;
    left: 15px;
    top: 40px;
  }

  .markerDetail{
    position: absolute;
    cursor: inherit;
    background: transparent;
    border: none;
    padding: 0px;
    white-space: nowrap;
    font: 16px arial, sans-serif;
    z-index: -4581056;
    min-width: 100px;
    color: #1a1a1a;
    text-align: center;
    text-shadow: rgb(255 255 255) 1px 0px 0px, rgb(255 255 255) 0px 1px 0px, rgb(255 255 255) -1px 0px 0px, rgb(255 255 255) 0px -1px 0px;
    user-select: none;
    left: 30px;
    top: -5px;
    background: #fff;
    line-height: 25px;
    display: none;
  }
  .markerDetail .name{
    display: block;
    padding: 0 10px;
    font-weight: bold;
  }
  .markerDetail a{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
  .btnDown1 {
    width: 50%;
    height: 4px;
    background: #122DA2;
    margin-left: 25%;
    margin-top: 0px;
    opacity: 0;
  }


  .custom-content-marker .selected{
    display: none;
  }
  input[type=text]:focus {
    box-shadow: none;
  }

  .all {}

  .area1 {}

  .area2 {}

  .area3 {}

  .area4 {}

  .area5 {}

  .town1 {}

  .town2 {}

  .town3 {}

  .town4 {}

  .town5 {}

  .town6 {}

  .town7 {}

  .town8 {}

  .town9 {}

  .tag1 {}

  .tag2 {}

  .tag3 {}

  .tag4 {}

  .status0 {}

  .status1 {}

  .status2 {}

  .status3 {}

  .status4 {}

  .am-ucheck-icons {
    font-size: 21px;
    line-height: 27px;
  }
  

  .listMap-box{
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    overflow: hidden;
    height: 600px;
    background-color: #edf7ff;
    margin-top: 10px;
  }
  .list-box{
    width: 25%;
    position: relative;
    z-index: 100;
    min-width: 140px;
    flex: 0 0 auto;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .list-box.box1{
    padding: 20px 16px 24px;
  }
  .list-card.active{
    background-color: #5196de;
    color: #fff;
  }
  .list-nav{
    padding: 12px 18px ;
    background-color: #5196de;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
  }
  .list-nav p{
    width: 100%;
    text-align: center;

  }
  .list-search{
    flex: 0 0 auto;
    height: 64px;
    box-sizing: border-box;
    padding: 12px 16px;
  }
  .list-search input{
    border: 1px solid #fff;
    padding: 0 20px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
    border-radius: 6px;
  }
  .list{
    flex: 1 1 auto;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 16px 24px;
    height: calc(100% - 64px);
  }
  .list-card{
    padding: 12px 18px;
    margin-bottom: 12px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    color: #000;
  }
  .list-card:hover{
    border-color: #155dff;
  }
  .list-card h3{
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .list-card p{
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .list-card.active{
    background-color: #155dff;
    color: #fff;
  }

  .map-box{
    flex: 1 1 auto;
    height: 100%;
    width: 75%;
  }
  .map-tabs{
    width: 100%;
    height: 100%;
  }
  .layui-tabs2{
    width: 100%;
    display: flex;
  }
  .map-tabs .tab{
    width: 25%;
    text-align: center;
    vertical-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #d6e7ef;
    border-left: none;
    font-size: 18px;
  }
  .map-tabs .tab:first-child{
    border-left: 1px solid #d6e7ef;
  }
  .map-tabs .tab.layui-this{
    background-color: #195aae;
    color: #fff;
    border-color:1px solid #195aae;
  }
  .maps{
    flex: 1 1 auto;
    height: 100%
  }


  .tab{
    cursor: pointer;
  }

  .amap-icon{

    overflow:inherit !important;
  
  }

  
  .marker_msg{
    padding: 20px;
    box-sizing: border-box;
    width:420px;
    background:#fff;
  }
  .marker_msg h2{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 900;
  }
  .marker_msg p{
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
  }
  .marker_msg p span{
    color: #1859a9;
  }
  .marker_msg div{
    height: 24px;
  }
  .marker_msg div a{
    display: inline-block;
    font-size: 14px;
    background: #eef7ff;
    border: 1px solid #d6e7ef;
    line-height: 24px;
    height: 24px;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 12px;
    margin-right: 8px;
  }

.marker-msg{
  display: none;
  width: 450px;
  background-color: #fff;
  padding: 10px 20px
}
.marker-msg p{
  border-bottom: 1px dashed #cccccc;
  padding: 10px 0
}
.marker-msg a{
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #eaf7ff;
  margin-right: 10px
}
.marker-msg p:last-child{
  border: none;
}

  .list-select{
    flex: 0 0 auto;
    height: 48px;
    box-sizing: border-box;
    padding: 12px 16px;
    padding-bottom: 0;
  }