
html{
  width: 100%;
  height: 100%;
}
body{
  margin: 0;
   width: 100%;
  height: 100%;
}
/*ldh 0829 start*/
.search-main{
    height: 250px;
    background-image: url('/template/rtj1009_007/static/images/searchbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.search-form{
    position: relative;
    width: 850px;
    margin: 0 auto;
    padding-top: 26px;
}
.search-form-title{
        font-size: 40px;
    color: #1d50a2;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.search-form .rtj1009-sousuo.rtj1009-sousuo2{padding-top: 0;padding-left: 0;}
.search-form .rtj1009-sousuo2 #scbar{
        width: 850px;
    height: 40px;
    line-height: 40px;
    border: var(--ren-primary) 2px solid;
    background: none;}
    .search-category-wraps .search-category-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    font-size: 14px;
    }
    .search-category-wraps .search-category-item .search-item-title{color: #a9aaaa;}
    .search-category-wraps .search-category-item .search-item-content{flex:1;display:flex;justify-content:space-between;align-items:center;color: #000;}
        .search-category-wraps .search-category-item .search-item-content .item-text:hover{color:var(--ren-red);}
    .search-category-wraps .search-category-item .item-more{color: #1d50a2;margin-left:30px;cursor:pointer;}
    
    .search-form  .search-tips{margin-top:40px;text-align:center;font-size:16px;color: #000;}
    .search-form  .search-tips:hover{color: #eb0000;}
/*ldh 0829 end*/
#app {
  width: 100%;
  height: 100%;
  color: #2c3e50;
  background:linear-gradient(to right,#00175f,#000c3f,#01021f);
  /*padding-top: 20px;*/
  /*padding-bottom:20px;*/
}
.hr-wrap {
  display: flex;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
  justify-content: space-between;
}
.hr-item {
  display: flex;
  width: 40%;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 16px;
}
.hr-item .name{
  cursor: pointer;
}

.hr-item .name{
  color:#fff;
  cursor: pointer;
  text-decoration: none;
}
.hr-item .num{width:60px;text-align:left;}
.hr-item .name:hover{
  color: #fff;
  font-weight: 500;
}
.hello {
    position: relative;
  display: flex;
  width: 100%;
  height: 500px;
  background-image: linear-gradient(to bottom, #00175f, #000c3f, #01021f);
}
[v-cloak] {
  display: none;
}
#map {
  /* position: absolute;
  width: 100%;
  height: 100%; */
  flex: 1;
}

.data-area {
  box-sizing: border-box;
  width: 370px;
  /*background-color: #01165c;*/
  /*opacity: 0.9;*/
  padding: 0 40px 40px;
  position: relative;
  overflow-y: auto;
  height: 500px;
  background-image: linear-gradient(to bottom, #0d276d,#0e1846, #10112c);
      margin-right: 55px;
}
.map-tips-wrap{display:flex;background-color: #fff;width:300px}
.map-tips-wrap .map-lable-img{width:150px;vertical-align:top;margin-right:5px}
.map-tips-wrap .map-tips-text{
    margin-left: 10px;
}
.resource-wrap{border:1px dotted #000; padding:5px; margin-top:5px;}
.data-area .txt {
  font-size: 22px;
  color: #60ddc8;
  border-bottom: 1px solid #2c698c;
  position: sticky;
  top: 0;
  padding: 40px 0px 10px;
  /*background-color: #01165c;*/
  z-index: 100;
}
/*地图导航：*/
.map-nav{
        position: absolute;
        top:10px;
        right: 425px;
        z-index: 1000;
        color: #fff;
        min-width: 150px;
}
.map-nav .map-nav-item-titlle{font-size:12px;}
.map-nav .map-nav-item{cursor:pointer;}
.map-nav .map-nav-item .map-nav-item-rows{margin-left:4px;margin-right:4px;color:#eee;}
.map-nav .map-nav-item:hover{color:#60ddc8;}
/*.map-nav .map-nav-item::after{*/
/*    position: absolute;*/
/*    right:10px;*/
/*    top:5px;*/
/*    content:'>';*/
/*    color:#fff;*/
/*}*/
