.main-content-right-head-wrap {
    width: 116px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 0 40px 40px 0;
    background: linear-gradient(270deg, #FFEBD3 53.31%, #ffebd300 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.main-content-right-head {
    width: 110px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 0 100px 100px 0;
    background: var(--Linear, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.daofen {
    background-color: #fff;
    padding: 20px;
}


.hdh_ditu_wrap{
    height: calc(100vh - 429px);
    min-height: 900px;
    position: relative;
    /* background-color: #000; */
}
.select-wrap{
    position: absolute;
    top:24px;
    right:16px;
    padding:24px 20px 0 20px;
    background:#fff;
    max-width:calc(100% - 467px);
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #ffffffe6;
    backdrop-filter: blur(1005px);
    opacity: 0.9;
}
.bg-top{
    height:200px;
    margin-bottom:0
}
#dituContent{
    width:100%;
    height:100%;
}
.amap-icon img {
    width: 50px;
    height: 50px;
}
.amap-marker:nth-child(2n) .amap-icon img {
    width: 30px;
    height: 30px;
    left: 10px !important;
    top:10px !important; 
}
.small_id_wrap,.big_id_wrap{
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.big_id{
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #666666;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.big_id_data.active{
    color: #FFB800;
    background: rgb(249,226,185,0.5);
}
.big_id_data:hover{
    color: #FFB800;
    background: rgb(249,226,185,0.5);
}
.small_id_data:hover{
    color:#FFB800
}

.big_id_data{
    /* color: #00c2ff; */
    color: #999999;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding:4px 13px 6px 13px;
    border-radius: 47px;
    background: #ECECEC;
    /* background: #00c2ff1a; */
    margin:0 8px 10px 0;
    flex-shrink: 0;
    cursor: pointer
}
.small_id_data.active{
    color:#FFB800
}
.small_id_data{
    color: #666666;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin:0 24px 8px 0;
    flex-shrink: 0;
    cursor: pointer
}
.data-wrap{
    position: absolute;
    top:0;
    left:0;
    z-index:9999999;
    
    width:435px;
    border-radius: 0 8px 8px 0;
    border: 1px solid #FFF;
    backdrop-filter: blur(50px);
}
.select-input-wrap{
    padding:24px 32px 10px 22px;
    background-color: #fff;
    
}
.select-input{
    width: 381px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 153px;
    background: #F3F3F3;
    position: relative;

}
.select-input-img{
    width:16px;
    height:18px;
    margin-left:20px
}
.search_adress{
    width: 323px;
    height: 18px;
    border: none;
    background: #F3F3F3;
    outline:none;
    margin:8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border:none;
    font-weight: 500;
}
.main-block-single{
    margin-bottom:0;
    margin-top:12px
}
.search_str{
    display:none;
    z-index:99999;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    left:0;
    top:34px;
    width: 381px;
    background-color: #F3F3F3;
    border-radius: 0 0 4px 4px ;
}
.select-data-adress .first{
    color: #333;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.select-data-adress .second{
    color: #666666;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 10px;
}
.select-data-adress{
padding:5px 10px;

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

border-radius: 0.1rem;

/* background: rgba(0,194,255,0.2); */
}
.data-json{
    height: calc(100vh - 529px);
    min-height: 800px;
    overflow-y:auto;
    overflow-x:hidden
}
.main-block-single:nth-child(2n-1){
    margin-right:0
}
.weui-dialogs{
    left:auto;
}
.nodat-json-text{
    color: #666666;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align:center;
    padding:20px 0 20px 0;
    background:#fff
}

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    background: #fff;
    }
    *::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: #FFB800;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    }
    *::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
    }
.data-json::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    background: #fff;
    }
    .data-json::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    height:50px;
    background: #D9D9D9;
  
    }
 .search_str::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    background: #fff;
    }
    .search_str::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 6px;
    height:50px;
    background: #D9D9D9;
  
    }
    .search-input input{
        width:700px
    }