/* 处理leaflet中popup自定义弹框时候,popup本身css */
.my-popup {
    bottom: 1px !important;
    left: 1px !important;
}

.my-popup .leaflet-popup-content-wrapper {
    width: 1px;
    height: 1px;
}

.my-popup .leaflet-popup-tip-container{
    width: 1px;
    height: 1px;
}

/* 处理leaflet中台风popup自定义弹框时候,popup本身css */
.typhoon-popup {
    bottom: -10px !important;
    left: -10px !important;
}

.typhoon-popup .leaflet-popup-content-wrapper {
    width: 0px;
    height: 0px;
}

.typhoon-popup .leaflet-popup-tip-container{
    width: 0px;
    height: 0px;
}

/*leaflet动态divIcon添加的css*/
.div-1-icon {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: #eed139;
}
.div-2-icon {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: #0000ff;
}
.div-3-icon {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: #0f8000;
}
.div-4-icon {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fe9c45;
}
.div-5-icon {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fe00fe;
}

.div-6-icon {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fe0000;
}

.tool-measure{
    margin-bottom: 40px;
}

.tool-measure img{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -10px;
}

#rh-bottom {
    display: none;
    flex-direction: column;
    width: 300px;
    position: absolute;
    white-space: nowrap;
    pointer-events: auto;
    bottom: 60px;
    left: 5px;
}

#rh-bottom #legend {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    transition: .3s opacity;
    margin-bottom: 5px;
    border-radius: 20px;
}

.metric-legend {
    width: 100%;
    background-color: #7c7c7c;
    white-space: nowrap;
    font-size: 12px;
    box-shadow: 0 0 4px 0 black;
}

#rh-bottom #legend span:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.metric-legend span {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

#rh-wave-bottom {
    display: none;
    flex-direction: column;
    width: 300px;
    position: absolute;
    white-space: nowrap;
    pointer-events: auto;
    bottom: 60px;
    left: 5px;
}

#rh-wave-bottom #legend {
    cursor: pointer;
    -webkit-tap-highlight-color: initial;
    transition: .3s opacity;
    margin-bottom: 5px;
    border-radius: 20px;
}
#rh-wave-bottom #legend span:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.arrows-img{
    width: 10px; 
    height: 16px; 
    margin-top: 15px; 
    cursor: pointer;
}

.dianzi-map-show-div{
    width: 200px;
    height: 45px;
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    display: flex;
    z-index: -2;
    justify-content: space-around;
    flex-wrap: wrap;
}

.dianzi-map-hide-div{
    width: 14px;
    height: 45px;
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 90px;
    display: flex;
    z-index: -2;
}

.excel-informationFrame{
    width: 450px;
    height: 220px;
    padding: 0 20px;
    background: rgba(41,55,83,.98);
    position: absolute;
}

.excel-informationFrame-table{
    width: 100%;
    height: 150px;
    float: left;
    border-collapse: collapse;
    margin-top: 12px;
}

.excel-informationFrame-table tr td{
    text-align: center;
    color: white;
    height: 30px;
    border: 1px solid #808080;
    font-size: 14px;
}

.excel-informationFrame-table-none{
    color: red !important;
}


.s-type-list{
    width: 300px;
    height: 80px;
    background: rgba(255,255,255,.7);
    border-radius: 10px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 55px;
    left: 5px;
    border-collapse: collapse;
    padding: 10px;
}

.s-type-list-title{
    width: 100%;
    height: 30px;
    border-bottom: 2px dashed #528ef6;
    font-size: 16px;
    font-weight: bolder;
}

.s-round{
    width: 12px;
    height: 12px;
    border-radius: 0px;
    float: left;
    margin: 5px 15px 0 20px;
}

.s-type-list li{
    list-style:none;
    float: left;
    margin-top: 5px;
    width: 49%;
}