/* 聚合属性样式 */
#attributesInfo{
        display: none;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 10;
        width: 300px;
        border-radius: 8px;
        background-color: rgb(40, 47, 61);
        opacity: 0.9;
        color: #6c6c6c;
        box-shadow: 1px 2px 3px #666;
    }
    #attributesInfoTitle{
        height:40px;
        -webkit-border-radius:5px 5px 0 0 ;
        -moz-border-radius:5px 5px 0 0 ;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #ccc;
    }
    #attributesInfoContent{
        /* max-height: 310px;
        overflow: auto; */
    }
    #attributesInfoContent::-webkit-scrollbar {
    background: rgba(148, 148, 148, 0.47058823529411764);
}
    /* .namelist{
        max-height: 350px;
        overflow: auto;
        -ms-scroll-chaining: chained;
        -ms-overflow-style: none;
        -ms-content-zooming: zoom;
        -ms-scroll-rails: none;
        -ms-content-zoom-limit-min: 100%;
        -ms-content-zoom-limit-max: 500%;
        -ms-scroll-snap-type: proximity;
        -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
        -ms-overflow-style: none;
    }
    .namelist::-webkit-scrollbar {
    background: rgba(148, 148, 148, 0.47058823529411764);
    } */
    /* #attributesInfoContent{
        max-height: 300px;
        overflow: auto;
        -ms-scroll-chaining: chained;
        -ms-overflow-style: none;
        -ms-content-zooming: zoom;
        -ms-scroll-rails: none;
        -ms-content-zoom-limit-min: 100%;
        -ms-content-zoom-limit-max: 500%;
        -ms-scroll-snap-type: proximity;
        -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
        -ms-overflow-style: none;
    } */
    .attributesItem{
        list-style: none;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 15px;
        color: #fff;
    }
    .attributesItem:hover{
        background-color: #111a29;
    }
    .attributesInfo-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .attributesInfo-closer:after {
        content: "x";
        color: #fff;
      }

      
    /* .selectItem{
        color: #FFFFFF;
    }
    
    .chartSelects{
        position:relative;
        right: 3px;
        width: 150px;
        top: 10px;
        background: #5b7582;
        color: #FFFFFF;
    } */
    

    /* 聚合属性样式 */
#searchInfo{
        display: none;
        position: absolute;
        right: 15px;
        top: 11px;
        border-radius: 8px;
        z-index: 11; 
        width: 300px;
        border-radius: 8px;
        opacity: 0.9;
        background-color: rgb(40, 47, 61);
        color: #fff;
        box-shadow: 1px 2px 3px #666;

    }
    #searchInfoTitle{
        height:40px;
        -webkit-border-radius:5px 5px 0 0 ;
        -moz-border-radius:5px 5px 0 0 ;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #ccc;
    }
    #searchInfoContent{
    }
    .searchItem{
        padding: 5px 10px;
        cursor: pointer;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }
    .searchItem:hover{
        background-color: #B4CDCD;
    }
    .searchInfo-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
    .searchInfo-closer:after {
        content: "x";
        color: white;
      }
    .namelist::-webkit-scrollbar
      {
         display: none；
     }
#searchInfoContent::-webkit-scrollbar {
    background: rgba(148, 148, 148, 0.47058823529411764);
}
    .featuresItem{
        list-style: none;
        font-size: 15px;
        cursor: pointer;
        padding: 5px 10px;
        color: white;
     }
    .featuresItem:hover{
        background-color: #111a29;
     }


