.filter-down,
.result-wrap {
    display: none
}

* {
    outline: 0 !important
}

.header {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05)
}

.map-wrap {
    position: relative;
    width: calc(100% - 400px);
    margin-left: 400px;
    height: calc(100vh - 65px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #f6f6f6
}

.filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: calc(100vh - 65px);
    z-index: 1;
    overflow: hidden
}

.filter-wrap,
.result-wrap {
    background-color: #fff;
    padding: 40px 40px 52px
}

.filter-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.filter-selector-item {
    margin: 10px auto 0;
    display: flex;
    border: 1px solid #b9b9b9;
    height: 40px;
    border-radius: 6px;
    max-width: 500px
}

.filter-icon {
    padding: 0 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter-icon:after {
    content: "";
    width: 1px;
    height: 19px;
    background: #d8d9d8
}

.filter-icon img {
    width: auto;
    height: 19px;
    margin-right: 14px
}

.filter-selector {
    width: calc(100% - 10px);
    position: relative;
    z-index: 2;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K) no-repeat;
    background-size: 11px auto;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    height: 38px;
    outline: 0;
    border: none;
    padding: 0 20px 0 10px;
    font-size: 14px
}

.filter-selector .selectivity-single-select,
.filter-selector .selectivity-single-select-input {
    height: 38px
}

.filter-selector .selectivity-placeholder,
.filter-selector .selectivity-single-selected-item {
    line-height: 38px;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.filter-selector .selectivity-dropdown {
    top: 39px !important
}

.filter-search {
    flex-grow: 2;
    position: relative;
    cursor: pointer
}

.filter-btns,
.filter-submit {
    align-items: center;
    display: flex
}

.filter-search-input {
    width: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K) no-repeat;
    background-size: 11px auto;
    background-position: calc(100% - 18px) center;
    height: 38px;
    outline: 0;
    border: none;
    padding: 0 40px 0 10px;
    font-size: 14px;
    cursor: pointer
}

.filter-down {
    width: 100%;
    top: 100%;
    left: 0;
    padding: 10px 0;
    border: 1px solid #b9b9b9;
    background: #fff;
    border-radius: 0 0 6px 6px;
    max-height: 300px;
    overflow-y: scroll
}

.no-data {
    line-height: 2;
    color: #888;
    font-size: 14px;
    padding: 4px 12px
}

.filter-down::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

.filter-down::-webkit-scrollbar-thumb {
    background: #ccc
}

.filter-down-item {
    font-size: 14px;
    color: #111;
    padding: 10px 20px;
    cursor: pointer
}

.filter-down-item.cur {
    color: #0764d9
}

.filter-down-item:hover {
    background: #eee
}

.filter-btns {
    margin-top: 20px;
    text-align: center;
    justify-content: center
}

.filter-submit {
    width: 144px;
    height: 45px;
    background: #3170aa;
    border-radius: 22px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.2;
    justify-content: center
}

.filter-reset {
    height: 45px;
    padding: 0 16px;
    color: #0764d9;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px
}

.filter-reset img {
    width: 16px;
    margin-right: 10px
}

.result-wrap {
    height: calc(100vh - 65px);
    padding: 46px 60px 100px;
    z-index: 2;
    color: #3b3b3b
}

.result-title {
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.result-title img {
    width: 28px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -14px;
    margin-right: 6px;
    padding: 4px;
    transform: rotate(180deg);
    cursor: pointer
}

.dealers-banner .img,
.dealers-country-selectors .filter-selector-button span,
.dealers-page-title {
    transform: translate(-50%, -50%);
    position: absolute
}

.result-desc {
    margin-top: 30px;
    font-size: 24px;
    font-weight: Bold
}

.result-desc a {
    color: #0765d5;
    text-decoration: underline;
    word-break: break-all
}

.result-list {
    height: calc(100vh - 360px);
    overflow-y: scroll;
    margin: 30px 0
}

.result-list::-webkit-scrollbar {
    display: none
}

.result-item {
    margin-bottom: 30px
}

.result-item:last-child {
    margin-bottom: 0
}

.result-item-title {
    font-size: 2.4rem;
    word-wrap: break-word;
    font-weight: 700;
    margin-bottom: 10px
}

.result-item-desc {
    font-size: 16px;
    line-height: 1.37
}

.result-item-desc-gray {
    font-size: 14px;
    color: #717171;
    margin-top: 8px
}

.result-item-map-link {
    color: #3573e7;
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 16px
}

.result-item-url-link {
    color: #3573e7
}

.result-item-map-link img {
    width: 14px;
    margin-top: 2px
}

.result-inquiry-btn {
    cursor: pointer;
    width: 180px;
    height: 40px;
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 60px
}

.marker-tips {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 380px;
    padding: 32px 36px;
    background: #fff
}

.load-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .1);
    z-index: 667
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff #fff #fff #3170aa;
    border-radius: 16px;
    animation: rotateAnim 1s infinite;
    display: none
}

.dealers-banner {
    width: 100%;
    height: calc(100vh - 65px);
    overflow: hidden;
    position: relative
}

.dealers-banner .img {
    left: 50%;
    top: 50%
}

.img.fit-width {
    width: 100%;
    height: auto
}

.img.fit-height {
    width: auto;
    height: 100%
}

.dealers-page-title {
    left: 50%;
    top: 50%;
    width: 90%;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 15vh;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.dealers-country-selectors {
    position: absolute;
    left: 50%;
    top: 100%;
    background: rgba(255, 255, 255, .95);
    display: flex;
    margin-top: 28px;
    border-radius: 4px;
    font-weight: 400;
    width: 100%;
    max-width: 420px;
    height: 45px;
    opacity: 0;
    animation: selectorsBottomIn .6s .2s;
    animation-fill-mode: forwards
}

.dealers-country-selectors .filter-selector-item {
    margin: 0;
    border: none;
    border-radius: 4px 0 0 4px;
    width: 100%;
    height: 45px
}

.filter-selector-item-wrap {
    flex-grow: 2;
    flex-shrink: 2
}

.dealers-country-selectors .filter-selector,
.dealers-country-selectors .filter-selector .selectivity-placeholder,
.dealers-country-selectors .filter-selector .selectivity-single-select,
.dealers-country-selectors .filter-selector .selectivity-single-select-input,
.dealers-country-selectors .filter-selector .selectivity-single-selected-item {
    height: 45px;
    line-height: 45px
}

.dealers-country-selectors .filter-selector-button {
    background: #3170aa;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    width: 65px;
    overflow: hidden;
    border-radius: 0 4px 4px 0
}

.dealers-country-selectors .filter-selector-button span {
    left: 50%;
    top: 50%;
    transform-origin: center;
    transition: all .3s
}

.dealers-country-selectors .filter-selector-button:hover span {
    transform: translate(-50%, -50%) scale(1.1)
}

.dealers-section {
    width: 1400px;
    position: relative;
    margin: -15vh auto 0;
    background: #fff;
    min-height: 50vh;
    opacity: 0;
    animation: textBottomIn .6s .6s;
    animation-fill-mode: forwards
}

.section-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 7%;
    padding-top: 6.4%
}

.dealers-entrance-m {
    display: none
}

a.dealers-entrance {
    position: absolute;
    top: 6px;
    right: 0;
    width: 260px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    flex-direction: column
}

.dealers-entrance img {
    width: 65%;
    margin-bottom: 18px
}

.dealers-entrance-name {
    background: #e50213;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 16px
}

.section-page,
.section-page .pageInput {
    font-size: 2rem;
    color: #707070;
    text-align: center
}

.dealers-section .result-wrap {
    padding: 10rem;
    height: auto;
    min-height: 40vh
}

.dealers-section .result-desc a {
    word-break: break-word
}

.dealer-item {
    width: 33.3%;
    padding-bottom: 30px;
    animation: textBottomIn .6s;
    animation-fill-mode: forwards;
    opacity: 0
}

.dealer-item .result-item {
    padding-right: 40%
}

.section-page {
    margin: 5rem 0 8rem
}

.section-page .content {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-page .pageInput {
    width: 4rem;
    height: 4rem;
    border: 1px solid #707070;
    display: inline-block;
    background: 0 0
}

.section-page .pageNumWrap {
    display: flex;
    align-items: center
}

.section-page span.pageInput {
    display: none
}

.section-page .xiegan {
    margin: 0 1.6rem
}

.section-page .left-jt,
.section-page .right-jt {
    padding: 1.2rem 1rem .8rem;
    width: 48px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box
}

.section-page .left-jt:hover,
.section-page .right-jt:hover {
    background: 0 0
}

.section-page .left-jt {
    margin-right: 3rem;
    float: left
}

.section-page .right-jt {
    margin-left: 3rem;
    float: right
}

.section-page img {
    width: 1rem;
    cursor: pointer
}

.dealers-filter-wrap {
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 80px;
    background: #fff
}

.dealers-country-selectors .selectivity-results-ampulla {
    max-height: 200px
}

.dealers-page-title-text {
    opacity: 0;
    animation: textBottomIn .6s;
    animation-fill-mode: forwards;
    width: 700px;
    margin: 0 auto
}

@media screen and (max-width:1680px) {
    .dealers-section {
        width: 80%;
        max-width: 140rem
    }

    .section-wrap {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

@media screen and (max-width:1440px) {
    .dealers-entrance {
        transform: scale(.9);
        transform-origin: top right
    }

    .dealers-page-title-text {
        width: 60%
    }
}

@media screen and (max-width:1280px) {
    .dealer-item .result-item {
        padding-right: 25%
    }

    .dealers-entrance {
        transform: scale(.8)
    }
}

@media screen and (max-width:1024px) {

    .filter,
    .map-wrap {
        height: calc(100vh - 60px)
    }

    .filter {
        width: 350px
    }

    .map-wrap {
        width: calc(100% - 350px);
        margin-left: 350px
    }

    .result-wrap {
        padding: 36px 48px 80px
    }

    .result-title {
        font-size: 3.6rem
    }

    .result-item-title {
        font-size: 3rem
    }

    .result-item-desc {
        font-size: 2.8rem
    }

    .result-item-desc-gray {
        font-size: 2.6rem
    }

    .dealer-item {
        width: 50%
    }

    .dealer-item .result-item {
        padding-right: 20%
    }

    .dealers-page-title {
        font-size: 4.86vw
    }

    .dealers-entrance {
        transform: scale(.7)
    }

    .dealers-page-title-text {
        width: 70%
    }
}

@media screen and (max-width:768px) {
    .filter {
        width: 320px
    }

    .map-wrap {
        width: calc(100% - 320px);
        margin-left: 320px
    }

    .filter-search-input {
        cursor: default
    }
}

@media screen and (max-width:767px) {

    .load-mask,
    .map-wrap,
    .section-page input.pageInput {
        display: none
    }

    .filter {
        position: relative;
        width: 100%;
        padding-bottom: 52px;
        z-index: 1
    }

    .filter-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .filter-selector-item {
        margin-bottom: 20px;
        height: 50px
    }

    .filter-reset,
    .filter-search-input,
    .filter-selector,
    .filter-submit {
        height: 48px;
        font-size: 16px
    }

    .filter-btns {
        margin-top: 50px
    }

    .filter-submit {
        width: 170px;
        font-weight: 700
    }

    .filter-reset {
        margin-left: 16px;
        font-weight: 700
    }

    .filter-reset img {
        width: 20px
    }

    .result-desc {
        margin-top: 36px;
        font-size: 25px;
        line-height: 1.4
    }

    .result-inquiry-btn {
        width: 220px;
        height: 50px;
        line-height: 48px;
        font-size: 3.2rem
    }

    .section-page span.pageInput {
        display: inline-block;
        width: auto;
        height: auto;
        border: none;
        color: #0064d9;
        font-size: 17px
    }

    .section-page {
        margin: 0 auto 12vw;
        width: 90%
    }

    .section-page .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 17px
    }

    .section-page input {
        border: 0 solid #fff;
        font-size: 17px;
        color: #0064d9
    }

    .section-page .left-jt {
        float: left
    }

    .section-page .right-jt {
        float: right
    }

    .section-page img {
        width: 8px;
        margin-top: 4px
    }

    .section-page .xiegan {
        margin: 0 4px 0 0
    }

    .dealers-entrance {
        display: none
    }

    a.dealers-entrance-m {
        font-size: 14px;
        padding: 0 5vw;
        line-height: 9vw;
        color: #fff;
        background: rgba(0, 0, 0, .8);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (min-width:561px) {
    .dealers-banner {
        background: url(/d/file/dealers.png?x-oss-process=image/format,webp) center no-repeat;
        background-size: cover
    }
}

@media screen and (max-width:560px) {
    .filter-country-name {
        display: none
    }

    .filter-wrap {
        padding: 35px 30px
    }

    .filter-title {
        font-size: 27px;
        margin-bottom: 20px
    }

    .filter-reset,
    .filter-search-input,
    .filter-selector,
    .filter-submit {
        font-size: 15px
    }

    .filter-selector-item {
        margin-bottom: 15px
    }

    .filter-btns {
        margin-top: 30px
    }

    .filter-submit {
        width: 160px;
        height: 50px
    }

    .filter-reset {
        height: 50px;
        margin-left: 15px
    }

    .filter-reset img {
        width: 18px
    }

    .result-wrap {
        padding: 32px 50px 60px
    }

    .result-title {
        font-size: 26px
    }

    .result-list {
        height: calc(100vh - 300px);
        overflow-y: scroll;
        margin: 20px 0
    }

    .result-item-title {
        font-size: 21px
    }

    .result-item-desc {
        font-size: 15px
    }

    .result-item-desc-gray {
        font-size: 14px
    }

    .result-desc {
        margin-top: 22px;
        font-size: 22px
    }

    .result-inquiry-btn {
        bottom: 60px;
        left: 50px;
        font-size: 15px;
        width: 210px;
        height: 45px;
        line-height: 43px
    }

    .dealers-banner {
        height: auto;
        overflow: visible
    }

    .dealers-country-selectors {
        margin-top: 0
    }

    .dealers-section .result-wrap {
        padding: 5vh 0
    }

    .dealer-item .result-item {
        padding-right: 0
    }

    .dealers-banner .img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        transform: translate(0, 0)
    }

    .dealers-page-title {
        position: static;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        margin: 0 auto;
        color: #3b3b3b;
        font-size: 6.4vw;
        padding: 5.4vw 0 0
    }

    .dealers-country-selectors {
        position: static;
        transform: translate(0, 0);
        margin: 4.6vw auto 0;
        animation: textBottomIn .6s .2s;
        animation-fill-mode: forwards
    }

    .filter-selector-item-wrap {
        border: 1px solid #b9b9b9;
        border-color: #b9b9b9 transparent #b9b9b9 #b9b9b9;
        border-radius: 4px 0 0 4px
    }

    .dealers-section {
        margin-top: 0
    }

    .section-wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 9vw
    }

    .dealer-item {
        width: 100%;
        padding-bottom: 8vw
    }

    .dealers-page-title-text {
        width: 100%
    }
}

@media screen and (max-width:414px) {
    .result-wrap {
        padding: 7.7vw 12vw 14.5vw
    }

    .result-title {
        font-size: 6.3vw
    }

    .filter-selector-item {
        margin-bottom: 3.6vw;
        height: 12.1vw
    }

    .filter-search-input,
    .filter-selector {
        font-size: 3.6vw;
        height: calc(12.1vw - 2px)
    }

    .filter-reset,
    .filter-submit {
        height: 12.1vw;
        font-size: 3.6vw
    }

    .filter-btns {
        margin-top: 7.2vw
    }

    .filter-submit {
        width: 38.6vw
    }

    .filter-reset {
        margin-left: 3.6vw
    }

    .filter-reset img {
        width: 4.3vw
    }

    .result-list {
        height: calc(100vh - 73.5vw);
        overflow-y: scroll;
        margin: 6.3vw 0
    }

    .result-item-title {
        font-size: 5vw
    }

    .result-item-desc {
        font-size: 3.6vw
    }

    .result-item-desc-gray {
        font-size: 3.4vw
    }

    .result-desc {
        margin-top: 5.3vw;
        font-size: 5.3vw
    }

    .result-inquiry-btn {
        bottom: 14.5vw;
        left: 12vw;
        font-size: 3.6vw;
        width: 50.7vw;
        height: 10.9vw;
        line-height: 11vw
    }

    .dealers-country-selectors .filter-selector-item .filter-search-input,
    .dealers-country-selectors .filter-selector-item .filter-selector {
        font-size: 14px
    }
}

@media screen and (max-width:374px) {

    .filter-selector-item .filter-search-input,
    .filter-selector-item .filter-selector {
        font-size: 12px
    }

    .dealers-country-selectors,
    .dealers-country-selectors .filter-selector,
    .dealers-country-selectors .filter-selector .selectivity-placeholder,
    .dealers-country-selectors .filter-selector .selectivity-single-select,
    .dealers-country-selectors .filter-selector .selectivity-single-select-input,
    .dealers-country-selectors .filter-selector .selectivity-single-selected-item,
    .dealers-country-selectors .filter-selector-button {
        height: 40px;
        line-height: 40px
    }
}

@keyframes rotateAnim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateAnim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes textBottomIn {
    0% {
        opacity: 0;
        transform: translate(0, 100px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes textBottomIn {
    0% {
        opacity: 0;
        transform: translate(0, 100px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes selectorsBottomIn {
    0% {
        opacity: 0;
        transform: translate(-50%, 100px)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes selectorsBottomIn {
    0% {
        opacity: 0;
        transform: translate(-50%, 100px)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}