.sw-nav {
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #EFF0F0;
    z-index: 999;
}

.sw-nav .sw-nav-top {
    position: relative;
    height: 30px;
    width: 100%;
    background: #FFF;
    margin: 0 auto;
}

.sw-nav .sw-nav-bottom {
    height: 30px;
    width: 100%;
    background: #292728;
}

/*.sw-nav-top*/

.sw-nav-top .autonavi-logo {
    position: absolute;
    top: 21px;
    left: 18px;
}

.sw-nav-top .sw-city,
.sw-nav-top {
    height: 28px;
    line-height: 28px;
    color: #E6E6E6;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
}

.sw-nav-top .sw-city,
.sw-nav-top a {
    text-decoration: none;
}

.sw-nav-top .sw-city {
    position: relative;
    margin: 0 auto;
    z-index: 100;
    width: 550px;
}

.sw-nav-top .sw-city .city-list {
    margin-right: 2px;
    text-decoration: none;
    line-height: 28px;
    height: 28px;
}

.no-scroll-bars,
.city-list {
    -ms-overflow-style: none;
}

.no-scroll-bars::-webkit-scrollbar,
.city-list::-webkit-scrollbar {
    display: none;
}

.sw-nav-top .sw-city .city {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    padding: 0 13px 0 12px;
    color: #333;
    font-size: 14px;
    border-right: 1px #E6E6E6 solid;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    text-decoration: none;
}

.sw-nav-top .sw-city .last {
    border-right: 0;
}

.sw-nav-top .sw-city .city:hover {
    color: #008CD6;
}

.sw-nav-top .sw-city .select {
    color: #008CD6;
}

.sw-nav-top .sw-city .more-city {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    height: 28px;
    border: 1px #FFF solid;
    line-height: 28px;
    z-index: 104;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.sw-nav-top .sw-city .more-hover {
    border: 1px #D5D5D5 solid;
    border-bottom-width: 0px;
}

.sw-nav-top .sw-city .more-city .more-text-box {
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    background: #FFF;
    z-index: 103;
    overflow: hidden;
    zoom: 1;
}

.sw-nav-top .sw-city .more-city span {
    display: block;
    float: left;
}

.sw-nav-top .sw-city .more-city .more-text {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}

.sw-nav-top .sw-city .more-city .more-text-icon {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}

.sw-nav-top .sw-city .more-city-list {
    width: 210px;
    background: #FFF;
    border: 1px #D5D5D5 solid;
    padding: 10px 8px;
    position: absolute;
    top: 24px;
    left: -1px;
    z-index: 101;
}

.sw-nav-top .sw-city .more-city-list .other-city:hover {
    color: #008CD6;
}

.sw-nav-top .sw-city .more-city-list .other-city {
    display: inline;
    float: left;
    height: 20px;
    width: 54px;
    line-height: 20px;
    padding: 0 7px;
    margin: 4px 0;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}

.sw-nav-top .sw-city .more-city-list .ie-other-city {
    *width: 39px;
}

.sw-nav-top .sw-city .more-city-list .hover {
    background-color: #008CD6;
    color: #FFF;
}

/*.sw-nav-bottom*/

.sw-nav-bottom {}

.sw-nav-bottom .line-caption-box {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}

.sw-nav-bottom .line-caption-box .line-caption-list {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.sw-nav-bottom .line-caption-box .line-caption {
    display: block;
    float: left;
    color: #FFF;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
}

.sw-nav-bottom .line-caption-box .line-caption .line_sub_name {
    position: absolute;
    *margin-top: 22px;
}

.sw-nav-bottom .line-caption-box .line-caption .sub_name_arrow {
    height: 5px;
    width: 10px;
    margin: 0 auto;
    position: absolute;
    top: -4px;
    /*background: url(../img/subway/subname_tips.png) no-repeat;*/
}

.sw-nav-bottom .line-caption-box .line-caption .sub_name_txt {
    height: 28px;
    line-height: 28px;
    color: #333;
    background: #FFF;
    border: #d5d5d5 1px solid;
    padding: 0 10px;
}

.sw-nav-bottom .line-caption-box .line-caption:hover {}

/*.sw-map*/

.sw-map {}

/*#sw-toolbar*/

#sw-toolbar {
    user-select: none;
    width: 20px;
    height: 80px;
    position: absolute;
    top: 140px;
    left: 30px;
    z-index: 998;
}

#sw-toolbar div {
    position: absolute;
    cursor: pointer;
}

#sw-toolbar .zoom-btn {
    width: 20px;
    height: 20px;
    left: 0;
    color: white;
    line-height: 20px;
    text-align: center;
}

#sw-toolbar #sw-zoomin-btn {
    top: 0;
    background-position: 0 -60px;
    background: #008CD6;
}

#sw-toolbar #sw-zoomout-btn {
    bottom: 0;
    background-position: 0 -81px;
    background: #292728;
}

#sw-toolbar #sw-zoom-track {
    height: 36px;
    width: 2px;
    position: absolute;
    background: #E6E6E6;
    top: 22px;
    left: 9px;
}

#sw-toolbar #sw-zoom-track #sw-zoom-drag {
    display: none;
    width: 14px;
    height: 4px;
    position: absolute;
    left: -6px;
    top: 16px;
    background: #008CD6;
}

.route_close_btn {
    top: 100px !important;
    left: 16px !important;
}

.d-none {
    display: none !important;
}

@media (max-width: 575.98px) {
    .sw-nav-bottom .line-caption-box {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
    .sw-nav-bottom .line-caption-box .line-caption-list {
        zoom: 1;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
    }
    .sw-nav-top .sw-city {
        margin: 0 auto;
        z-index: 100;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
    }
    .sw-nav-top .sw-city .city-list {
        margin-right: 2px;
        text-decoration: none;
        line-height: 28px;
        height: 28px;
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
    }
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sw-nav-bottom .line-caption-box {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
    .sw-nav-bottom .line-caption-box .line-caption-list {
        zoom: 1;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
    }
    .sw-nav-top .sw-city {
        margin: 0 auto;
        z-index: 100;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
    }
    .sw-nav-top .sw-city .city-list {
        margin-right: 2px;
        text-decoration: none;
        line-height: 28px;
        height: 28px;
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
    }
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-block {
        display: block !important;
    }
}
