.map-filter-modal {
    width: 100%;
}

.map-filter-modal #l-map {
    min-height: 300px;
}

.top-filter-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 1;
    border-bottom: 1px solid #dfdfdf;
}

.top-filter-panel .area-filter-row {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    height: 64px;
    padding: 12px;
    z-index: 2;
    background-color: #888787;
}

.area-filter-row .form-block {
    float: left;
    margin-right: 8px;
}

.area-filter-row .form-field {
    font-size: 13px;
}

.area-filter-row .filter-in {
    width: 200px;
}

.area-filter-row .area-radius {
    width: 100px;
}

.area-filter-row .btn {
    padding: 7px 20px;
}

.top-filter-panel .area-filter-row .input-group-addon {
    padding: 0 5px;
}


.top-filter-panel .condition-filter-row {
    position: relative;
    height: 64px;
    padding-left: 420px;
    z-index: 1;
}

.top-filter-panel .condition-filter-row .row-bg {
    position: relative;
    width: 100%;
    height: 64px;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    opacity: 0.8;
}

.top-filter-panel .condition-filter-row .col-2 {
    position: static;
}

.top-filter-panel .condition-filter-row .iconfont {
    font-size: 16px;
}

.top-filter-panel .condition-filter-row .filter-title {
    padding: 9px 0;
    cursor: pointer;
}

.top-filter-panel .condition-filter-row .filter-title-selected {
    color: #000;
    background-color: rgba(255, 255, 255, 0.79);
}

.top-filter-panel .condition-filter-row .filter-item-panel {
    display: none;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    padding: 4px 16px 12px 16px;
    color: #fff;
    text-align: left;
    border-top: 1px dashed #fff;
    background-color: #000;
}

.top-filter-panel .condition-filter-row .filter-item-panel label {
    float: left;
    width: 130px;
    margin-right: 10px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-filter-panel .condition-filter-row .filter-item-panel .subway {
    display: inline-block;
    min-width: 130px;
    margin: 8px 12px 0 0;
    text-align: left;
}

.top-filter-panel .condition-filter-row .filter-item-panel .subway span {
    display: inline-block;
    max-width: 130px;
    padding: 0 4px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.top-filter-panel .condition-filter-row .filter-item-panel .filter-title-selected {
    color: #fff;
    background: transparent;
}

.top-filter-panel .condition-filter-row .filter-item-panel .filter-title-selected span {
    color: #000;
    background: rgba(255, 255, 255, 0.79);
}

.top-filter-panel .condition-filter-row .filter-item-panel .subway-panel {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 4px 16px 12px 16px;
    color: #fff;
    text-align: left;
    border-top: 1px solid #fff;
    background-color: #000;
}


.filter-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #ddd;
    width: 420px;
    background-color: #fff;
    padding: 12px;
}

.filter-panel .filter-head {
    margin-bottom: 12px;
    padding: 8px 0;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.filter-panel .filter-head .hggfont {
    margin-right: 4px;
    color: #b2b2b2;
}

.filter-panel .filter-btn-box {
    padding-top: 12px;
    text-align: center;
}

.filter-panel .filter-content {
    max-height: 160px;
    overflow-y: auto;
}

.filter-panel .filter-content ul {
    margin: 0;
}

.filter-panel .filter-content ul li {
    line-height: 34px;
    padding: 5px 0;
    position: relative;
}

.filter-panel .filter-content ul li + li {
    border-top: 1px dashed #ddd;
}

.filter-panel .filter-content ul li label {
    width: 80px;
    color: #afafaf;
    text-align: right;
    margin: 6px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.filter-panel .filter-content ul li .spots-content {
    width: 100%;
    padding-left: 85px;
}

.filter-panel .filter-content ul li .spots-item {
    margin-right: 10px;
    display: inline-block;
    padding: 3px 5px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.filter-panel .filter-content ul li .spots-item a {
    margin-left: 3px;
    cursor: pointer;
}

.filter-panel .filter-content button {
    width: 100%;
}

.tangram-suggestion-main {
    z-index: 19891016;
}
div.tangram-suggestion table tr td {
    padding: 8px 9px;
    line-height: 20px;
    height: auto;
    word-break:break-all;
    word-wrap:break-word;
}

.tangram-suggestion-main .tangram-suggestion .route-icon {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    background: transparent;
    word-break:break-all;
    word-wrap:break-word;
}

.tangram-suggestion-main .tangram-suggestion .route-icon:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(/v2/img/hgg_icon_set.png) -436px 0 no-repeat transparent;
    overflow: hidden;
}

.add-range {
    text-align: center;
}

.add-range p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.BMap_bubble_content a {
    font-size: 12px;
}

.BMap_bubble_title {
    text-align: center;
}

.major-range {
    margin-top: 4px;
    text-align: center;
}

.BMap_bubble_title {
    color: #09e;
}

.major-range-btn .address {
    color: #09e;
}

.major-range-btn p {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin: 0 0 10px 0;
}

.major-range .radio {
    margin-left: 24px;
}

.major-range .radio:first-child {
    margin-left: 0;
}

.major-range-btn {
    margin-top: 10px;
    text-align: center;
}

.map-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 64px;
}

.map-mask .map-mask-bg {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.map-mask .map-mask-search {
    position: absolute;
    left: 70px;
    top: 64px;
    width: 78px;
    height: 145px;
    background: url(/v2/img/hgg_major_search.png) left top no-repeat;
}

.map-mask .map-mask-click {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 78px;
    height: 215px;
    margin: -87px 0 0 -39px;
    background: url(/v2/img/hgg_major_click.png) left top no-repeat;
}

.map-mask .map-mask-search p,
.map-mask .map-mask-click p {
    position: absolute;
    right: -170px;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
}

.map-mask .map-mask-click p {
    right: -118px;
}

/*# sourceMappingURL=eventForm.mapFilter.css.map */
