/* 比例尺 */
.map-scale{
    position: relative;
    border-bottom: 3px solid#000000;
    height: 6px;
    border-left: 1px solid #000000;
    border-right: 1px solid#000000;
}
.map-scale .text-scale{
    position: absolute;
    bottom: 0px;
    left: 0;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color:#333333;
    width: 100%;
    text-align: center;
}

/* 年份选择 */
.map-yaers-box{
    cursor: default;
    padding: 0px 10px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
}
.map-yaers-box label {
    font-family: 'Source sans pro' !important;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom:0;
}
.map-yaers-box .map-select{
    outline: none;
    width: 80px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    padding: 0;
    margin-left: 10px;
}