#map {
    height: 100vh;
    width: 100vw;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

.dealersearch-btn {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
    font-weight: var(--font-weight-medium);
}

    .dealersearch-btn a, .dealersearch-btn a:active, .dealersearch-btn a:visited {
        text-decoration: none;
        color: #fff;
    }

body, html {
    overscroll-behavior-y: contain;
}

#app, #app .baidu-wrapper, #app .wrapper {
    height: 100vh;
}

    #app .baidu-wrapper, #app .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

@media only screen and (max-width:1025px) {
    #app .baidu-wrapper, #app .wrapper {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

.baidu-wrapper {
    position: relative;
}

    .baidu-wrapper, .baidu-wrapper .dealer-map .map {
        width: 100vw;
        height: 100vh;
    }

        .baidu-wrapper .dealer-map .map .BMap_stdMpCtrl {
            right: 320px !important;
            top: 18px !important;
            width: 45px !important;
        }

@media only screen and (max-width:1023px) {
    .baidu-wrapper .dealer-map .map .BMap_stdMpCtrl {
        display: none;
    }
}

.baidu-wrapper .dealer-map .filter {
    z-index: 1;
}

.baidu-wrapper .dealer-map .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    font-size: 1rem;
    border: 0;
    background-color: transparent;
    margin: 0;
    height: 40px;
    color: rgba(0, 0, 0, .75);
    margin: 20px 0 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 240px;
}

@media only screen and (max-width:1023px) {
    .baidu-wrapper .dealer-map .search {
        width: 100%
    }
}

.baidu-wrapper .dealer-map .search svg {
    top: 9px;
    left: 10px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    fill: #757575;
}

.baidu-wrapper .dealer-map .search .search-input {
    border-radius: 4px;
    font: inherit;
    width: 100%;
    border: 0;
    margin: 0;
    color: #404040;
    color: rgba(0, 0, 0, .75);
    padding: 6px 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 240px;
}

@media only screen and (max-width:1023px) {
    .baidu-wrapper .dealer-map .search .search-input {
        width: calc(100% - 90px);
        max-width: none;
    }
}

#app, body, html {
    height: 100vh;
}

body {
    background-color: #00364e;
}

    body #app {
        color: #fff;
    }

    body .redirect {
        height: 100vh;
    }

        body .redirect, body .redirect .error, body .redirect .processing {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            body .redirect .error, body .redirect .processing {
                position: absolute;
                height: inherit;
                top: 0;
                padding: 0 20px;
                text-align: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                body .redirect .processing .wave {
                    position: relative;
                    margin-bottom: 30px;
                    text-align: center;
                }

                    body .redirect .processing .wave .dot {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        margin-right: 3px;
                        background: #fff;
                        -webkit-animation: wave 1.3s linear infinite;
                        animation: wave 1.3s linear infinite;
                    }

                        body .redirect .processing .wave .dot:nth-child(2) {
                            -webkit-animation-delay: -1.1s;
                            animation-delay: -1.1s;
                        }

                        body .redirect .processing .wave .dot:nth-child(3) {
                            -webkit-animation-delay: -.9s;
                            animation-delay: -.9s;
                        }

                body .redirect .error p {
                    padding: 0 0 20px 0;
                    margin: 0;
                }

                body .redirect .error .close {
                    background: -webkit-gradient(linear, left top, left bottom, from(#363259), color-stop(50%, #16123f));
                    background: linear-gradient(180deg, #363259, #16123f 50%);
                    padding: 8px;
                    -webkit-box-shadow: initial;
                    box-shadow: none;
                    border-radius: 5px;
                    cursor: pointer;
                }

@-webkit-keyframes wave {
    0%, 60%, to {
        -webkit-transform: initial;
        transform: none;
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes wave {
    0%, 60%, to {
        -webkit-transform: initial;
        transform: none;
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

#app .baidu-wrapper .dealer-map, #app .wrapper .dealer-map {
    position: relative;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    #app .baidu-wrapper .dealer-map #map:before, #app .wrapper .dealer-map #map:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 10;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(15, 42, 61, .38), transparent 20px) bottom;
    }

    #app .baidu-wrapper .dealer-map #map, #app .wrapper .dealer-map #map {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font: unset;
        font-family: inherit;
    }

        #app .baidu-wrapper .dealer-map #map .mapboxgl-canvas-container .mapboxgl-canvas:focus, #app .wrapper .dealer-map #map .mapboxgl-canvas-container .mapboxgl-canvas:focus {
            outline-width: 0;
        }

        #app .baidu-wrapper .dealer-map #map .mapboxgl-ctrl-top-left, #app .wrapper .dealer-map #map .mapboxgl-ctrl-top-left {
            margin: 20px 0 0 20px;
        }

            #app .baidu-wrapper .dealer-map #map .mapboxgl-ctrl-top-left .mapboxgl-ctrl, #app .wrapper .dealer-map #map .mapboxgl-ctrl-top-left .mapboxgl-ctrl {
                margin: 0;
                height: 40px;
            }

                #app .baidu-wrapper .dealer-map #map .mapboxgl-ctrl-top-left .mapboxgl-ctrl .mapboxgl-ctrl-geocoder--icon-search, #app .wrapper .dealer-map #map .mapboxgl-ctrl-top-left .mapboxgl-ctrl .mapboxgl-ctrl-geocoder--icon-search {
                    top: 9px;
                    left: 10px;
                }

        #app .baidu-wrapper .dealer-map #map .mapboxgl-ctrl-top-right .mapboxgl-ctrl, #app .wrapper .dealer-map #map .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
            margin: 20px 10px 0 20px;
        }

    #app .baidu-wrapper .dealer-map .mapboxgl-control-container, #app .wrapper .dealer-map .mapboxgl-control-container {
        font: unset;
    }

        #app .baidu-wrapper .dealer-map .mapboxgl-control-container input[type=text], #app .wrapper .dealer-map .mapboxgl-control-container input[type=text] {
            font-size: 1rem;
            height: 40px;
        }

@media only screen and (max-width:1023px) {
    #app .baidu-wrapper .dealer-map #map, #app .wrapper .dealer-map #map {
        bottom: 0;
    }

        #app .baidu-wrapper .dealer-map #map:before, #app .wrapper .dealer-map #map:before {
            background: none;
        }

    #app .baidu-wrapper .dealer-map .mapboxgl-ctrl-top-left, #app .wrapper .dealer-map .mapboxgl-ctrl-top-left {
        width: 100%;
        margin: 10px 0 0 10px;
    }

        #app .baidu-wrapper .dealer-map .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder, #app .wrapper .dealer-map .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder {
            width: calc(100% - 90px);
            max-width: none;
            min-width: auto;
        }

    #app .baidu-wrapper .dealer-map .mapboxgl-ctrl-top-right, #app .wrapper .dealer-map .mapboxgl-ctrl-top-right {
        display: none;
    }
}

.dealer-map {
    position: relative;
}

    .dealer-map .filter {
        top: 20px;
        z-index: 1;
        color: #fff;
        font-family: inherit;
        width: 100%
    }

        .dealer-map .filter, .dealer-map .filter .filter-icon {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .dealer-map .filter .filter-icon {
                width: 40px;
                height: 40px;
                min-width: 40px;
                min-height: 40px;
                margin-left: 270px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background: -webkit-gradient(linear, left top, left bottom, from(#363259), color-stop(50%, #16123f));
                background: linear-gradient(180deg, #363259, #16123f 50%);
                -webkit-box-shadow: initial;
                box-shadow: none;
                border-radius: 5px;
                cursor: pointer;
            }

                .dealer-map .filter .filter-icon svg {
                    width: 25px;
                    height: 25px;
                }

            .dealer-map .filter .filter-list {
                overflow: hidden;
                top: 40px;
                position: relative;
                width: 100%;
                padding: 20px 0 0 0;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

                .dealer-map .filter .filter-list ul {
                    position: absolute;
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin: 0 20px;
                }

                    .dealer-map .filter .filter-list ul li {
                        margin: 0 5px 5px 0;
                        border-radius: 5px;
                        max-height: 40px;
                        padding: 10px 15px;
                        cursor: pointer;
                        background: #677076;
                        -webkit-box-shadow: inset 0 0 2px #000;
                        box-shadow: inset 0 0 2px #000;
                    }

                        .dealer-map .filter .filter-list ul li.checked {
                            -webkit-box-shadow: initial;
                            box-shadow: none;
                            background-color: #fff;
                            color: #000;
                        }

                    .dealer-map .filter .filter-list ul.selected-filter-list-items li.checked {
                        position: relative;
                        opacity: 1;
                        margin-left: 0;
                        display: none;
                    }

                        .dealer-map .filter .filter-list ul.selected-filter-list-items li.checked span:first-child {
                            white-space: nowrap;
                        }

                        .dealer-map .filter .filter-list ul.selected-filter-list-items li.checked span:last-child {
                            margin: 0 0 0 15px;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                        .dealer-map .filter .filter-list ul.selected-filter-list-items li.checked.show {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                        }

@media only screen and (max-width:1024px) {
    .dealer-map .filter .filter-icon {
        right: 20px;
    }
}

.filter-list .filter-slide-enter-active {
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.filter-list .filter-slide-leave-active {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.filter-list .filter-slide-enter, .filter-list .filter-slide-enter-from, .filter-list .filter-slide-leave-to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

.filter-list.disable-up-transitions .filter-slide-leave-active {
    -webkit-transition: none;
    transition: none;
}

#app .baidu-wrapper, #app .wrapper {
    height: 100vh;
}

    #app .baidu-wrapper .left-column, #app .wrapper .left-column {
        position: relative;
        height: 100vh;
        max-height: 100vh;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        background-color: #00364e;
        color: #fff;
    }

        #app .baidu-wrapper .left-column .customer-info, #app .baidu-wrapper .left-column .dealer-list-wrapper, #app .wrapper .left-column .customer-info, #app .wrapper .left-column .dealer-list-wrapper {
            max-height: 100vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        #app .baidu-wrapper .left-column .dealer-list-wrapper, #app .wrapper .left-column .dealer-list-wrapper {
            height: 100vh;
            padding: 24px 24px 24px 24px;
        }

            #app .baidu-wrapper .left-column .dealer-list-wrapper.scroll, #app .wrapper .left-column .dealer-list-wrapper.scroll {
                overflow: scroll;
                -ms-overflow-style: none;
                overflow: -moz-scrollbars-none;
            }

            #app .baidu-wrapper .left-column .dealer-list-wrapper::-webkit-scrollbar, #app .wrapper .left-column .dealer-list-wrapper::-webkit-scrollbar {
                display: none;
            }

            #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items {
                z-index: 1;
                padding: 0 0 40px 0;
                color: #fff;
                line-height: 1.2rem;
            }

                #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .no-results, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .no-results {
                    top: 20px;
                    position: relative;
                }

                    #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .no-results p, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .no-results p {
                        margin: 1em 0;
                    }

                #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading {
                    position: relative;
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50px;
                    flex: 0 0 50px;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    font-size: 1.5em;
                    z-index: 2;
                }

                    #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading span, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading span {
                        left: auto;
                        right: auto;
                    }

                        #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading span:last-child, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading span:last-child {
                            padding-top: 30px;
                            font-weight: var(--font-weight-medium);
                        }

                #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items ul, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items ul {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    position: relative;
                    top: 20px;
                }

                    #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items ul li, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items ul li {
                        border-bottom: 1px solid hsla(0, 0%, 46%, .5);
                        width: 100%;
                        padding: 17px 0 0 0;
                        cursor: pointer;
                    }

                        #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items ul li:last-child, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items ul li:last-child {
                            margin-bottom: 50px;
                        }

                        #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items ul li span, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items ul li span {
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            width: 100%;
                            display: inline-block;
                        }

@media only screen and (max-width:1023px) {
    #app .baidu-wrapper .left-column, #app .wrapper .left-column {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 130px;
        min-height: 130px;
        max-height: 60%;
        text-align: center;
        z-index: 200;
        -webkit-box-shadow: 0 10px 20px 20px rgba(15, 42, 61, .38);
        box-shadow: 0 10px 20px 20px rgba(15, 42, 61, .38);
    }

        #app .baidu-wrapper .left-column .customer-info, #app .baidu-wrapper .left-column .dealer-list-wrapper, #app .wrapper .left-column .customer-info, #app .wrapper .left-column .dealer-list-wrapper {
            padding: 0;
        }

            #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items {
                padding: 10px 20px 40px 20px;
                margin-bottom: 300px;
            }

                #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items:before, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items:before {
                    width: 100%
                }

                #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading {
                    padding: 20px 20px 10px 20px;
                    cursor: pointer;
                }

                    #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading span, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items .dealer-list-heading span {
                        left: 0;
                        right: 0;
                    }

        #app .baidu-wrapper .left-column.visible, #app .wrapper .left-column.visible {
            height: 60% !important;
        }

        #app .baidu-wrapper .left-column.transition, #app .wrapper .left-column.transition {
            -webkit-transition: height .3s ease;
            transition: height .3s ease;
        }
}

@media only screen and (min-width:1025px) {
    #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        #app .baidu-wrapper .left-column .dealer-list-wrapper .dealer-list-items::-webkit-scrollbar, #app .wrapper .left-column .dealer-list-wrapper .dealer-list-items::-webkit-scrollbar {
            display: none;
        }
}

.BMap_pop div:nth-child(9) {
    top: 35px !important;
    border-radius: 7px;
}

.BMap_pop img {
    top: 43px !important;
    left: 240px !important;
}

#app .BMap_pop > div:first-child, #app .BMap_pop > div:nth-child(3), #app .BMap_pop > div:nth-child(5), #app .BMap_pop > div:nth-child(7), .BMap_bottom, .BMap_center, .BMap_top {
    display: none;
}

#app .BMap_pop > div:nth-child(9) {
    width: auto !important;
    min-width: 240px;
    max-width: 100%;
    height: auto !important;
    position: relative !important;
}

#app .BMap_pop img {
    left: auto !important;
    right: 0 !important;
}

#app .baidu-wrapper .map .BMap_bubble_content, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content {
    background-color: #00364e;
    padding: 20px;
    color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(15, 42, 61, .38);
    box-shadow: 0 0 2px 2px rgba(15, 42, 61, .38);
}

    #app .baidu-wrapper .map .BMap_bubble_content .dealersearch-btn, #app .baidu-wrapper .map .BMap_bubble_content .name, #app .baidu-wrapper .map .BMap_bubble_content pre, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content .dealersearch-btn, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content .name, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content pre {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #app .baidu-wrapper .map .BMap_bubble_content .name, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content .name {
        font-weight: var(--font-weight-medium);
        padding-bottom: 24px;
        display: inline-block;
        width: calc(100% - 24px);
    }

    #app .baidu-wrapper .map .BMap_bubble_content pre, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content pre {
        font-family: inherit;
        font-size: inherit;
        margin: 0;
        white-space: normal;
    }

    #app .baidu-wrapper .map .BMap_bubble_content .phone, #app .baidu-wrapper .map .BMap_bubble_content .website, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content .phone, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content .website {
        white-space: nowrap;
        margin-top: 24px;
    }

    #app .baidu-wrapper .map .BMap_bubble_content .mapboxgl-popup-close-button, #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
        color: #fff;
        font-size: 22px;
        margin: 0 20px 0 24px;
        padding: 0;
        top: 18px;
    }

#app .wrapper .dealer-map #map .mapboxgl-popup {
    min-width: 240px;
    max-width: 100% !important;
    font-size: 16px;
    line-height: 28px;
}

    #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip, #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
        border-top-color: #00364e;
    }

    #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip, #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip, #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
        border-bottom-color: #00364e;
    }

    #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
        border-left-color: #00364e;
    }

    #app .wrapper .dealer-map #map .mapboxgl-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
        border-right-color: #00364e;
    }

    #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content {
        /*letter-spacing: .16px;*/
    }

        #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content div.buttons {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            position: relative;
            display: inline-block;
            width: 100%
        }

            #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content div.buttons > div:first-child {
                margin-top: 36px;
            }

            #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content div.buttons > div {
                white-space: nowrap;
                margin-bottom: 24px;
            }

                #app .wrapper .dealer-map #map .mapboxgl-popup .mapboxgl-popup-content div.buttons > div:last-child {
                    margin-bottom: 0;
                }

#app .baidu-wrapper .left-column .customer-info, #app .wrapper .left-column .customer-info {
    /*letter-spacing: .2px;*/
    line-height: 35px;
    padding: 24px 0 0 0;
}

    #app .baidu-wrapper .left-column .customer-info > div, #app .wrapper .left-column .customer-info > div {
        padding: 0 24px;
    }

    #app .baidu-wrapper .left-column .customer-info .header, #app .wrapper .left-column .customer-info .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 24px;
    }

        #app .baidu-wrapper .left-column .customer-info .header .title, #app .wrapper .left-column .customer-info .header .title {
            font-weight: var(--font-weight-medium);
        }

    #app .baidu-wrapper .left-column .customer-info .address pre, #app .wrapper .left-column .customer-info .address pre {
        font-family: inherit;
        font-size: inherit;
        margin: 0;
        white-space: normal;
    }

    #app .baidu-wrapper .left-column .customer-info .buttons, #app .wrapper .left-column .customer-info .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

#app .baidu-wrapper .left-column .product-lines ul, #app .wrapper .left-column .product-lines ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #app .baidu-wrapper .left-column .product-lines ul li, #app .wrapper .left-column .product-lines ul li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        #app .baidu-wrapper .left-column .product-lines ul li:before, #app .wrapper .left-column .product-lines ul li:before {
            content: "✓";
            font-size: 12px;
            margin: 0 10px 0 0;
        }

#app .baidu-wrapper .left-column .seperator, #app .wrapper .left-column .seperator {
    height: 1px;
    background-color: #3b5d6c;
    width: 100%;
    margin: 30px 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
