.map-type-group>li.active {
    background: #FF6F21;
    box-shadow: 0px 4px 8px 0px rgba(255, 111, 33, 0.2), 0px 0px 4px 0px rgba(255, 111, 33, 0.2);
    border: 1px solid #FF6F21;
}
.map-type-group>li {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 26px;
    margin-right: 10px;
    border: 1px solid #E5E5E5;
    text-align: center;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.3s;
}
.map-type-group {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    float: right;
    margin: 12px 0px 0 30px;
}
.map-type-group>li .map-type-btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
.map-type-group>li .map-type-btn .subway-icon {
    width: 18px;
    height: 18px;
    background-position: -66px -316px;
    top: 8px;
}
.map-type-group>li .map-type-btn .txt {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
.map-type-group>li:hover {
    border: 1px solid #FF6F21 !important;
    background-color: #fff;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0px 26px;
}
.map-type-group>li:hover .map-type-btn .txt {
    color: #FF5A00 !important;
    display: inline-block;
    height: 34px !important;
    line-height: 34px !important;
}
.map-type-group>li.active .map-type-btn .txt {
    color: #fff !important;
}

.map-type-group>li.active .map-type-btn .bus-icon {
    width: 20px;
    height: 18px;
    background-position: -15px -366px !important;
}
.result-map-list .map-list-group{
    height: 340px;
}







