﻿@charset "UTF-8";

#chj-security.dx_captcha {
    padding: 16px 32px 32px
}

#chj-security .dx_captcha_basic_tr-btn-close {
    padding-bottom: 16px;
    box-sizing: content-box;
    margin: 0
}

    #chj-security .dx_captcha_basic_tr-btn-close img {
        opacity: .8
    }

.chj-message-fade2-enter {
    margin-top: -50px;
    opacity: 0
}

.chj-message-fade2-enter-active {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.chj-message-fade2-exit {
    margin-top: 0;
    opacity: 1
}

.chj-message-fade2-exit-active {
    margin-top: -50px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.chj-message span {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.chj-message-wrapper-icon {
    margin-right: 8px;
    width: 16px;
    height: 22px
}

    .chj-message-wrapper-icon .iconfont {
        position: absolute;
        line-height: 22px;
        top: 0
    }

    .chj-message-wrapper-icon .iconfont-message-error {
        color: red
    }

    .chj-message-wrapper-icon .iconfont-message-success {
        color: #6ec440
    }

    .chj-message-wrapper-icon .iconfont-message-info {
        color: #ff9d18
    }

@media (max-width:720px) {
    .chj-message {
        top: 60px;
        max-width: 85%
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15
}

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 {
    box-sizing: border-box;
    display: table
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    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
}

/*! 修改自bootstrap v4 | MIT License | https://github.com/twbs/bootstrap/blob/v4-dev/scss/_reboot.scss */
*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Microsoft YaHei,Arial,sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin: 0
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        -webkit-appearance: listbox
    }

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

[type=search] {
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

output {
    display: inline-block
}

/*! 公司的基础样式 */
a,
input,
select,
textarea {
    outline: none
}

[v-cloak] {
    display: none !important
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

table {
    width: 100%
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

input:focus::-webkit-contacts-auto-fill-button {
    opacity: 0
}

.fn-clear:after {
    display: block;
    clear: both;
    content: ""
}

body .fn-hide {
    display: none
}

body .fn-hidden {
    visibility: hidden
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.has-lx-track [lxtrack-event] {
    position: relative
}

    .has-lx-track [lxtrack-event]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: red;
        border: 1px solid green;
        opacity: .5
    }

html {
    font-size: 112px
}

@media (max-width:1440px) {
    html {
        font-size: 84px
    }
}

@media (max-width:1024px) and (orientation:landscape),(max-width:1024px) and (orientation:portrait) {
    html {
        font-size: 8.33333vw
    }
}

@media (max-width:720px) and (orientation:landscape),(max-width:720px) and (orientation:portrait) {
    html {
        font-size: 8.33333vw
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    text-decoration: none
}

dd,
dl,
dt,
em,
i {
    font-style: normal;
    font-weight: 400
}

.iconfont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chj-one,
.Helvetica-Bold {
    font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif !important
}

.chj-logo-one {
    font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

.special {
    font-family: SF Pro SC !important
}

html {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100%;
    background: #000
}

    html.noheader body {
        padding-top: 0
    }

        html.noheader body > .chj-header {
            display: none
        }

    html.isapp body,
    html.isthirdapp body {
        padding-top: 0
    }

        html.isapp body .chj-footer,
        html.isapp body .chj-header,
        html.isthirdapp body .chj-footer,
        html.isthirdapp body .chj-header {
            display: none
        }

    html.isthirdapp {
        -webkit-touch-callout: none !important
    }

        html.isthirdapp img {
            -webkit-user-select: none !important;
            -moz-user-select: none !important;
            -ms-user-select: none !important;
            user-select: none !important
        }

body {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px
}

    body.noscroll {
        height: 100vh;
        overflow-y: hidden
    }

    body.noscrollFix {
        position: fixed;
        width: 100%
    }

    .noscroll,
    .noscroll body,
    body.stopScroll {
        overflow: hidden
    }

        .noscroll body {
            position: relative
        }

.app,
.chj-content {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.app {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    body {
        min-height: 100vh
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: 400
}

.fn-h1,
h1 {
    font-size: 58px;
    line-height: 70px
}

@media (max-width:1680px) {
    .fn-h1,
    h1 {
        font-size: 50.75px;
        line-height: 61.25px
    }
}

@media (max-width:1440px) {
    .fn-h1,
    h1 {
        font-size: 43.5px;
        line-height: 52.5px
    }
}

@media (max-width:1280px) {
    .fn-h1,
    h1 {
        font-size: 38.66667px;
        line-height: 46.66667px
    }
}

.fn-h2,
h2 {
    font-size: 46px;
    line-height: 60px
}

@media (max-width:1680px) {
    .fn-h2,
    h2 {
        font-size: 40.25px;
        line-height: 52.5px
    }
}

@media (max-width:1440px) {
    .fn-h2,
    h2 {
        font-size: 34.5px;
        line-height: 45px
    }
}

@media (max-width:1280px) {
    .fn-h2,
    h2 {
        font-size: 30.66667px;
        line-height: 40px
    }
}

.fn-h3,
h3 {
    font-size: 28px;
    line-height: 40px
}

@media (max-width:1680px) {
    .fn-h3,
    h3 {
        font-size: 24.5px;
        line-height: 35px
    }
}

@media (max-width:1440px) {
    .fn-h3,
    h3 {
        font-size: 21px;
        line-height: 30px
    }
}

@media (max-width:1280px) {
    .fn-h3,
    h3 {
        font-size: 18.66667px;
        line-height: 26.66667px
    }
}

.fn-h4,
h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

@media (max-width:1680px) {
    .fn-h4,
    h4 {
        font-size: 21px;
        line-height: 26.25px
    }
}

@media (max-width:1440px) {
    .fn-h4,
    h4 {
        font-size: 18px;
        line-height: 22.5px
    }
}

@media (max-width:1280px) {
    .fn-h4,
    h4 {
        font-size: 16px;
        line-height: 20px
    }
}

.fn-h5,
h5 {
    font-size: 24px;
    line-height: 30px
}

@media (max-width:1680px) {
    .fn-h5,
    h5 {
        font-size: 21px;
        line-height: 26.25px
    }
}

@media (max-width:1440px) {
    .fn-h5,
    h5 {
        font-size: 18px;
        line-height: 22.5px
    }
}

@media (max-width:1280px) {
    .fn-h5,
    h5 {
        font-size: 16px;
        line-height: 20px
    }
}

.fn-h6,
h6 {
    font-size: 20px;
    line-height: 30px
}

@media (max-width:1680px) {
    .fn-h6,
    h6 {
        font-size: 17.5px;
        line-height: 26.25px
    }
}

@media (max-width:1440px) {
    .fn-h6,
    h6 {
        font-size: 15px;
        line-height: 22.5px
    }
}

@media (max-width:1280px) {
    .fn-h6,
    h6 {
        font-size: 13.33333px;
        line-height: 20px
    }
}

@media (max-width:1024px) {
    .fn-h1,
    h1 {
        font-size: 44px;
        line-height: 50px
    }

    .fn-h2,
    h2 {
        font-size: 34px;
        line-height: 45px
    }

    .fn-h4,
    .fn-h5,
    h4,
    h5 {
        font-size: 18px;
        line-height: 20px
    }

    .fn-h6,
    h6 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:800px) {
    .fn-h1,
    h1 {
        font-size: 48px;
        line-height: 60px
    }

    .fn-h2,
    h2 {
        font-size: 34px;
        line-height: 45px
    }

    .fn-h4,
    .fn-h5,
    h4,
    h5 {
        font-size: 18px;
        line-height: 20px
    }

    .fn-h6,
    h6 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:720px) {
    .fn-h1,
    h1 {
        font-size: 36px;
        line-height: 44px
    }

    .fn-h2,
    h2 {
        font-size: 32px;
        line-height: 40px
    }

    .fn-h4,
    h4 {
        font-size: 18px;
        line-height: 20px
    }

    .fn-h5,
    h5 {
        font-size: 16px;
        line-height: 20px
    }

    .fn-h6,
    h6 {
        font-size: 14px;
        line-height: 24px
    }
}

.fn-mshow {
    display: none !important
}

@media (max-width:720px) {
    .fn-mblock span {
        display: block
    }

    .fn-mshow {
        display: block !important
    }

    .fn-mhide,
    .fn-pcshow {
        display: none !important
    }
}

.flex-display {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:720px) {
    .flex-mdisplay {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 500;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .3s ease-in;
    transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1)
}

    header .header-inner-nav a {
        font-size: 14px;
        -webkit-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in;
        opacity: .7
    }

        header .header-inner-nav a:hover {
            opacity: 1
        }

    header.hide {
        -webkit-transform: translate3d(0,-70px,0);
        transform: translate3d(0,-70px,0);
        opacity: 0
    }

.header-inner {
    position: relative;
    display: -webkit-box;
    display: flex;
    line-height: 50px;
    width: 1304px;
    margin: 0 auto;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width:1680px) {
    .header-inner {
        width: 1141px
    }
}

@media (max-width:1440px) {
    .header-inner {
        width: 978px
    }
}

@media (max-width:1280px) {
    .header-inner {
        width: 869.33333px
    }
}

@media (max-width:1024px) {
    .header-inner {
        width: 796px
    }
}

@media (max-width:800px) {
    .header-inner {
        width: 682px
    }
}

@media (max-width:720px) {
    .header-inner {
        width: 100%
    }
}

.header-inner-logo {
    width: 100px;
    height: 20px;
    background-image: url(https://s.ampmake.com/www/asset-1907/image/logo/logo-text-white.afe276d9.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

    .header-inner-logo:hover {
        opacity: .8
    }

.header-inner-nav {
    width: 404px
}

    .header-inner-nav .en {
        font-size: 15px
    }

.header-black {
    background-color: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: -webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1)
}

    .header-black.hide {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    .header-black .header-inner-logo {
        background-image: url(https://s.ampmake.com/www/asset-1907/image/logo/logo-text-white.afe276d9.svg)
    }

    .header-black .header-inner a {
        color: #fff
    }

.header-white {
    background-color: hsla(0,0%,100%,0);
    color: #fff
}

    .header-white .header-inner-logo {
        background-image: url(https://s.ampmake.com/www/asset-1907/image/logo/logo-text-white.afe276d9.svg)
    }

    .header-black.nav1 .header-inner .inner-nav-panel li:first-child a,
    .header-white.nav1 .header-inner .inner-nav-panel li:first-child a {
        opacity: 1
    }

    .header-black.nav2 .header-inner .inner-nav-panel li:nth-child(2) a,
    .header-white.nav2 .header-inner .inner-nav-panel li:nth-child(2) a {
        opacity: 1
    }

    .header-black.nav3 .header-inner .inner-nav-panel li:nth-child(3) a,
    .header-white.nav3 .header-inner .inner-nav-panel li:nth-child(3) a {
        opacity: 1
    }

    .header-black.nav4 .header-inner .inner-nav-panel li:nth-child(4) a,
    .header-white.nav4 .header-inner .inner-nav-panel li:nth-child(4) a {
        opacity: 1
    }

@media (max-width:720px) {
    .header-inner {
        padding: 0 20px;
        line-height: 50px;
        height: 50px;
        z-index: 200
    }

    .header-inner-nav {
        width: 20px
    }

    .inner-nav-panel {
        position: fixed;
        display: none;
        top: 50px;
        left: 0;
        width: 100%;
        height: 0;
        text-align: center;
        z-index: 200
    }

        .inner-nav-panel.flex-display {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column
        }

        .inner-nav-panel a {
            font-size: 18px !important;
            color: #fff !important
        }

        .inner-nav-panel li {
            margin-bottom: 40px;
            opacity: 0;
            -webkit-transform: translate3d(0,20px,0);
            transform: translate3d(0,20px,0);
            -webkit-transition: opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
            transition: opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
            transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .3s ease-in;
            transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1)
        }

            .inner-nav-panel li:first-child {
                margin-top: 60px
            }

        .inner-nav-panel.show {
            display: block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .inner-nav-panel.active li {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

    .header-inner-logo {
        width: 100px;
        height: 20px
    }

    .inner-nav-line li {
        background-color: #fff;
        width: 20px;
        height: 2px;
        opacity: 1;
        -webkit-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in
    }

        .inner-nav-line li:nth-child(2) {
            margin: 4px 0
        }

    .header-shadow {
        position: fixed;
        background-color: rgba(0,0,0,.9);
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: 10px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        z-index: 100
    }

    header.navshow .header-inner-logo {
        background-image: url(https://s.ampmake.com/www/asset-1907/image/logo/logo-text-white.afe276d9.svg) !important
    }

    header.navshow .header-shadow {
        width: 100%;
        height: 100vh;
        margin: 0
    }

    header.navshow .inner-nav-line li {
        background-color: #fff
    }

        header.navshow .inner-nav-line li:nth-child(2) {
            opacity: 0
        }

        header.navshow .inner-nav-line li:first-child {
            -webkit-animation-name: lineTop;
            animation-name: lineTop;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        header.navshow .inner-nav-line li:nth-child(3) {
            -webkit-animation-name: lineBottom;
            animation-name: lineBottom;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

    .header-black .inner-nav-line li {
        background-color: #fff
    }
}

.divide-line {
    background-color: hsla(0,0%,88.2%,.16);
    width: 100%;
    height: 1px
}

footer {
    width: 100%;
    z-index: 200;
    bottom: 0;
    font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

.footer-inner {
    position: relative;
    width: 1304px;
    margin: 0 auto;
    color: #d4d4d2;
    padding: 20px 0
}

@media (max-width:1680px) {
    .footer-inner {
        width: 1141px
    }
}

@media (max-width:1440px) {
    .footer-inner {
        width: 978px
    }
}

@media (max-width:1280px) {
    .footer-inner {
        width: 869.33333px
    }
}

@media (max-width:1024px) {
    .footer-inner {
        width: 796px
    }
}

@media (max-width:800px) {
    .footer-inner {
        width: 682px
    }
}

@media (max-width:720px) {
    .footer-inner {
        width: 100%
    }
}

.footer-inner a {
    position: relative;
    color: #d4d4d2
}

    .footer-inner a.show .footer-weixin {
        display: block
    }

    .footer-inner a.active .footer-weixin {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.footer-inner .flex-display {
    -webkit-box-align: center;
    align-items: center
}

.footer-inner .hotline {
    margin-right: 10px
}

@media (max-width:720px) {
    .footer-inner {
        padding: 20px
    }

        .footer-inner .hotline {
            margin: 0
        }
}

.footer-inner .en {
    font-size: 13px
}

.footer-inner-text {
    font-size: 12px;
    line-height: 20px
}

    .footer-inner-text .text-logo {
        margin-right: 40px
    }

    .footer-inner-text .text-font a {
        margin-right: 30px
    }

        .footer-inner-text .text-font a:last-child {
            margin-right: 0
        }

@media (max-width:1280px) {
    .footer-inner-text .text-font a {
        margin-right: 20px
    }
}

@media (max-width:1024px) {
    .footer-inner-text .text-font a {
        margin-right: 30px
    }
}

.footer-inner-text .text-font-mr {
    margin-right: 30px
}

@media (max-width:1680px) {
    .footer-inner-text .text-font-mr {
        margin-right: 26.25px
    }
}

@media (max-width:1440px) {
    .footer-inner-text .text-font-mr {
        margin-right: 22.5px
    }
}

@media (max-width:1280px) {
    .footer-inner-text .text-font-mr {
        margin-right: 20px
    }
}

.footer-inner-text .text-icon-mr {
    margin-right: 20px
}

@media (max-width:1680px) {
    .footer-inner-text .text-icon-mr {
        margin-right: 17.5px
    }
}

@media (max-width:1440px) {
    .footer-inner-text .text-icon-mr {
        margin-right: 15px
    }
}

@media (max-width:1280px) {
    .footer-inner-text .text-icon-mr {
        margin-right: 13.33333px
    }
}

.footer-inner-copyright {
    font-size: 12px;
    line-height: 20px
}

    .footer-inner-copyright .copyright-backup {
        margin-left: 10px
    }

        .footer-inner-copyright .copyright-backup i {
            display: inline-block;
            background: url(https://s.ampmake.com/www/asset-1907/image/other/emblem.8f49442a.png) no-repeat;
            background-size: 100% 100%;
            width: 16px;
            height: 16px;
            vertical-align: sub
        }

@media (max-width:800px) {
    .footer-inner-copyright {
        margin-top: 4px
    }
}

@media (max-width:720px) {
    .footer-inner-copyright {
        margin-top: 12px
    }

        .footer-inner-copyright .copyright-backup {
            margin: 0
        }

        .footer-inner-copyright ul li {
            width: 100%
        }
}

footer.footer-white {
    position: absolute;
    background-color: hsla(0,0%,88.2%,0);
    bottom: 0;
    height: auto;
    line-height: 20px
}

    footer.footer-white .footer-inner {
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%
    }

@media (max-width:800px) {
    footer.footer-white .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

footer.footer-white .footer-inner-text .text-font a {
    margin-right: 10px
}

footer.footer-white .footer-inner-text .text-icon a {
    margin-right: 30px
}

@media (max-width:1024px) {
    footer.footer-white .footer-inner-text .text-icon a {
        margin-right: 20px
    }
}

footer.footer-white .hotline {
    margin-left: 10px
}

.footer-black {
    position: relative;
    background-color: #00204c
}

@media (max-width:800px) and (min-width:721px) {
    .footer-black .footer-inner {
        width: 700px
    }
}

.footer-black .footer-line.divide-line {
    background-color: #fff
}

.footer-black .footer-inner-text .text-logo {
    display: inline-block;
    background: url(https://s.ampmake.com/www/asset-1907/image/logo/logo-white.2c018a55.png) no-repeat;
    opacity: .9;
    background-size: 100%;
    width: 60px;
    height: 24px
}

@media (max-width:1024px) {
    .footer-black .footer-inner-text .text-logo {
        display: none
    }
}

.footer-weixin {
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: none;
    width: 200px;
    height: 226px;
    padding-top: 40px;
    border-radius: 4px;
    margin-left: -100px;
    background-color: #f7f8f9;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: opacity .3s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: opacity .3s ease-in,transform .5s cubic-bezier(.39,.575,.565,1);
    transition: opacity .3s ease-in,transform .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1)
}

    .footer-weixin:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -16px;
        border: 10px solid #f7f8f9;
        border-left-color: rgba(0,0,0,0);
        border-right-color: rgba(0,0,0,0);
        border-bottom-color: rgba(0,0,0,0);
        margin-left: -10px
    }

.footer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: .7;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

    .footer-close:hover {
        opacity: 1
    }

    .footer-close .iconfont {
        font-size: 14px;
        color: #8c8985;
        vertical-align: initial
    }

.footer-weixin-qrcode {
    width: 120px;
    height: 120px;
    padding: 4px;
    border: 1px solid #d4d4d2;
    border-radius: 6px;
    margin: 0 auto;
    background-color: #fff
}

    .footer-weixin-qrcode img {
        display: block;
        width: 100%;
        height: 100%
    }

.footer-weixin-text {
    margin-top: 10px;
    font-size: 14px;
    color: #00204c;
    line-height: 20px;
    text-align: center
}

.body-animation {
    opacity: 0;
    -webkit-transition: opacity 666ms ease-in-out;
    transition: opacity 666ms ease-in-out
}

    .body-animation.act {
        opacity: 1
    }

.skeleton {
    -webkit-animation: skeleton 1.4s ease infinite;
    animation: skeleton 1.4s ease infinite;
    background: -webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));
    background: -webkit-linear-gradient(left,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%
}

@-webkit-keyframes skeleton {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes skeleton {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.motion-drawer-enter,
.motion-leave-to {
    bottom: 0
}

.motion-drawer-enter-active,
.motion-drawer-leave-active {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_773121_1rl3tk8nfe5.woff2?t=1627524794458) format("woff2"), url(//at.alicdn.com/t/font_773121_1rl3tk8nfe5.woff?t=1627524794458) format("woff"), url(//at.alicdn.com/t/font_773121_1rl3tk8nfe5.ttf?t=1627524794458) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconfont-arrow1:before {
    content: "\e897"
}

.iconfont-select2:before {
    content: "\e899"
}

.iconfont-huaban24:before {
    content: "\e651"
}

.iconfont-didian:before {
    content: "\e667"
}

.iconfont-rencai:before {
    content: "\e60d"
}

.iconfont-shijian:before {
    content: "\e87e"
}

.iconfont-guanbi:before {
    content: "\e893"
}

.iconfont-player-1:before {
    content: "\e892"
}

.iconfont-select1:before {
    content: "\e890"
}

.iconfont-CombinedShape:before {
    content: "\e864"
}

.iconfont-add:before {
    content: "\e862"
}

.iconfont-del:before {
    content: "\e863"
}

.iconfont-iasi-road:before {
    content: "\e859"
}

.iconfont-iasi-car:before {
    content: "\e857"
}

.iconfont-iasi-repair:before {
    content: "\e858"
}

.iconfont-iasi-people:before {
    content: "\e85a"
}

.iconfont-comment:before {
    content: "\e853"
}

.iconfont-biaoqing:before {
    content: "\e852"
}

.iconfont-triangle_down:before {
    content: "\e82e"
}

.iconfont-location:before {
    content: "\e808"
}

.iconfont-flag:before {
    content: "\e7fb"
}

.iconfont-muted:before {
    content: "\e7f9"
}

.iconfont-unmuted:before {
    content: "\e7fa"
}

.iconfont-fusion-energy:before {
    content: "\e7f7"
}

.iconfont-fusion-intelligent:before {
    content: "\e7f8"
}

.iconfont-wenjian:before {
    content: "\e793"
}

.iconfont-tupian:before {
    content: "\e669"
}

.iconfont-shipin:before {
    content: "\e61e"
}

.iconfont-lianjie:before {
    content: "\e6d9"
}

.iconfont-calc:before {
    content: "\e7ee"
}

.iconfont-tel:before {
    content: "\e7cc"
}

.iconfont-fenzu1:before {
    content: "\e7be"
}

.iconfont-home-share:before {
    content: "\e7b7"
}

.iconfont-home-download:before {
    content: "\e7b8"
}

.iconfont-acticle-video:before {
    content: "\e7bc"
}

.iconfont-preview:before {
    content: "\e7b9"
}

.iconfont-icon_choice:before {
    content: "\e7b5"
}

.iconfont-switch:before {
    content: "\e7b4"
}

.iconfont-lixiang:before {
    content: "\e7b3"
}

.iconfont-home-fixed-arrow-top:before {
    content: "\e7ac"
}

.iconfont-home-fixed-close:before {
    content: "\e7ad"
}

.iconfont-arrowup2:before {
    content: "\e7ef"
}

.iconfont-link:before {
    content: "\e7ab"
}

.iconfont-ic_more:before {
    content: "\e7aa"
}

.iconfont-icon_successful:before {
    content: "\e7a9"
}

.iconfont-home-back:before {
    content: "\e7bd"
}

.iconfont-Rectangle:before {
    content: "\e7a8"
}

.iconfont-arrow__lixianghuiyuan:before {
    content: "\e7a7"
}

.iconfont-autoinfo-index-1-5:before {
    content: "\e799"
}

.iconfont-autoinfo-index-2-2:before {
    content: "\e79a"
}

.iconfont-autoinfo-index-1-3:before {
    content: "\e79b"
}

.iconfont-autoinfo-index-1-1:before {
    content: "\e79c"
}

.iconfont-autoinfo-index-1-4:before {
    content: "\e79d"
}

.iconfont-autoinfo-index-1-2:before {
    content: "\e79e"
}

.iconfont-autoinfo-index-2-1:before {
    content: "\e79f"
}

.iconfont-ic_conectionx:before {
    content: "\e792"
}

.iconfont-Positioningx:before {
    content: "\e791"
}

.iconfont-gaoxingnengshuangxitongshuangxinpianx:before {
    content: "\e78b"
}

.iconfont-zhengcheOTAx:before {
    content: "\e78c"
}

.iconfont-shoujiwufengliandongx:before {
    content: "\e78d"
}

.iconfont-lanyayuechix:before {
    content: "\e78e"
}

.iconfont-quanchezhinengyuyinx:before {
    content: "\e784"
}

.iconfont-xinghuandadengx:before {
    content: "\e785"
}

.iconfont-shuangdianjizhinengsiqux:before {
    content: "\e786"
}

.iconfont-zengchengdiandongpingtaix:before {
    content: "\e787"
}

.iconfont-sipingjiaohufengfuyingyongx:before {
    content: "\e788"
}

.iconfont-ic_deletex:before {
    content: "\e77f"
}

.iconfont-icon_post:before {
    content: "\e77e"
}

.iconfont-icon_car_bar_normalbeifenx:before {
    content: "\e77d"
}

.iconfont-lujing:before {
    content: "\e77b"
}

.iconfont-sharp:before {
    content: "\e77a"
}

.iconfont-cancel2:before {
    content: "\e634"
}

.iconfont-more2:before {
    content: "\e643"
}

.iconfont-help:before {
    content: "\e777"
}

.iconfont-book:before {
    content: "\e778"
}

.iconfont-arrow:before {
    content: "\e773"
}

.iconfont-owner-plus:before {
    content: "\e76f"
}

.iconfont-android:before {
    content: "\e76e"
}

.iconfont-bianzu:before {
    content: "\e76c"
}

.iconfont-success:before {
    content: "\e768"
}

.iconfont-icon_start_business_notice1:before {
    content: "\e767"
}

.iconfont-icon_makeaphonecall1:before {
    content: "\e765"
}

.iconfont-icon_navgation1:before {
    content: "\e764"
}

.iconfont-icon_test_drive2:before {
    content: "\e763"
}

.iconfont-icon_test_drive:before {
    content: "\e752"
}

.iconfont-owner-maintain:before {
    content: "\e756"
}

.iconfont-owner-music:before {
    content: "\e750"
}

.iconfont-owner-free:before {
    content: "\e751"
}

.iconfont-owner-consume:before {
    content: "\e753"
}

.iconfont-owner-flow:before {
    content: "\e754"
}

.iconfont-manu:before {
    content: "\e74f"
}

.iconfont-mobile:before {
    content: "\e74e"
}

.iconfont-profile-m:before {
    content: "\e741"
}

.iconfont-xinchejiaofu:before {
    content: "\e735"
}

.iconfont-weixiu:before {
    content: "\e734"
}

.iconfont-gouchezixun:before {
    content: "\e733"
}

.iconfont-design-halotop2:before {
    content: "\e731"
}

.iconfont-design-luxury:before {
    content: "\e732"
}

.iconfont-jianhao:before {
    content: "\e72c"
}

.iconfont-map_zoomin:before {
    content: "\e722"
}

.iconfont-adas:before {
    content: "\e720"
}

.iconfont-wiki:before {
    content: "\e71e"
}

.iconfont-drivemode:before {
    content: "\e71f"
}

.iconfont-Group:before {
    content: "\e71c"
}

.iconfont-fenzu:before {
    content: "\e71b"
}

.iconfont-logo_image_loading:before {
    content: ""
}

.iconfont-tupianjiazaishibai:before {
    content: "\e719"
}

.iconfont-shijia:before {
    content: "\e715"
}

.iconfont-chanpintiyan:before {
    content: "\e714"
}

.iconfont-baoyang:before {
    content: "\e710"
}

.iconfont-cheliangdingwei:before {
    content: "\e70f"
}

.iconfont-power-1:before {
    content: "\e708"
}

.iconfont-power-2:before {
    content: "\e709"
}

.iconfont-power-4:before {
    content: "\e70a"
}

.iconfont-power-3:before {
    content: "\e70b"
}

.iconfont-pay-wechat:before {
    content: "\e706"
}

.iconfont-pay-alipay:before {
    content: "\e707"
}

.iconfont-message-info:before {
    content: "\e702"
}

.iconfont-message-error:before {
    content: "\e703"
}

.iconfont-message-success:before {
    content: "\e704"
}

.iconfont-sharecopy:before {
    content: "\e701"
}

.iconfont-top:before {
    content: "\e684"
}

.iconfont-info-hover:before {
    content: "\e6f8"
}

.iconfont-info:before {
    content: "\e6f9"
}

.iconfont-select-small:before {
    content: "\e6f7"
}

.iconfont-select-small2:before {
    content: "\e770"
}

.iconfont-hover:before {
    content: "\e6f6"
}

.iconfont-moren:before {
    content: "\e6f5"
}

.iconfont-search2:before {
    content: "\e6f4"
}

.iconfont-kefu:before {
    content: "\e6f3"
}

.iconfont-arrowright3:before {
    content: "\e637"
}

.iconfont-less:before {
    content: "\e6e7"
}

.iconfont-profile:before {
    content: "\e6f2"
}

.iconfont-app:before {
    content: "\e6ec"
}

.iconfont-arrowdown:before {
    content: "\e6da"
}

.iconfont-arrowleft2:before {
    content: "\e6db"
}

.iconfont-arrowright2:before {
    content: "\e6dc"
}

.iconfont-arrowup:before {
    content: "\e6dd"
}

.iconfont-arrowright4:before {
    content: "\e736"
}

.iconfont-more:before {
    content: "\e6d8"
}

.iconfont-player:before {
    content: "\e6d7"
}

.iconfont-player-small:before {
    content: "\e7f0"
}

.iconfont-fusion-range:before {
    content: "\e6b7"
}

.iconfont-top-screen:before {
    content: "\e6b8"
}

.iconfont-top-seater:before {
    content: "\e6b9"
}

.iconfont-top-star:before {
    content: "\e6ba"
}

.iconfont-top-anxious:before {
    content: "\e6bb"
}

.iconfont-fusion-winter:before {
    content: "\e6bc"
}

.iconfont-fusion-sec:before {
    content: "\e6bd"
}

.iconfont-fusion-car:before {
    content: "\e6be"
}

.iconfont-fusion-gas:before {
    content: "\e6bf"
}

.iconfont-fusion-charge:before {
    content: "\e6c0"
}

.iconfont-fusion-homecharge:before {
    content: "\e6c1"
}

.iconfont-Pliangdian9:before {
    content: "\e6c2"
}

.iconfont-Pliangdian11:before {
    content: "\e6c4"
}

.iconfont-design-halobottom:before {
    content: "\e6c5"
}

.iconfont-design-halotop:before {
    content: "\e6c6"
}

.iconfont-design-space:before {
    content: "\e6c7"
}

.iconfont-design-length:before {
    content: "\e6c8"
}

.iconfont-design-it:before {
    content: "\e6c9"
}

.iconfont-Pliangdian13:before {
    content: "\e6ca"
}

.iconfont-safety-rain:before {
    content: "\e6cb"
}

.iconfont-safety-gasbag:before {
    content: "\e6cc"
}

.iconfont-design-leather:before {
    content: "\e6cd"
}

.iconfont-experience-chip:before {
    content: "\e6ce"
}

.iconfont-safety-body:before {
    content: "\e6cf"
}

.iconfont-experience-system:before {
    content: "\e6d0"
}

.iconfont-experience-ota:before {
    content: "\e6d1"
}

.iconfont-experience-learn:before {
    content: "\e6d2"
}

.iconfont-experience-chassis:before {
    content: "\e6d3"
}

.iconfont-experience-cover:before {
    content: "\e6d4"
}

.iconfont-experience-upgrade:before {
    content: "\e6d5"
}

.iconfont-experience-esystem:before {
    content: "\e6d6"
}

.iconfont-back:before {
    content: "\e695"
}

.iconfont-search:before {
    content: "\e693"
}

.iconfont-select:before {
    content: "\e694"
}

.iconfont-charging:before {
    content: "\e683"
}

.iconfont-cancel:before {
    content: "\e682"
}

.iconfont-share:before {
    content: "\e681"
}

.iconfont-create:before {
    content: "\e674"
}

.iconfont-upload:before {
    content: "\e675"
}

.iconfont-arrowright:before {
    content: "\e67f"
}

.iconfont-arrowleft-copy:before {
    content: "\e7a0"
}

.iconfont-arrowleft:before {
    content: "\e61c"
}

.iconfont-star:before {
    content: "\e680"
}

.iconfont-album:before {
    content: "\e670"
}

.iconfont-video:before {
    content: "\e671"
}

.iconfont-download2:before {
    content: "\e672"
}

.iconfont-download:before {
    content: "\e66d"
}

.iconfont-weixin:before {
    content: "\e66a"
}

.iconfont-weibo:before {
    content: "\e66b"
}

#app,
.chj-content,
body,
html {
    display: block;
    height: 100%
}

.chj-footer {
    display: none
}

#chj-security {
    box-shadow: 0 10px 40px rgba(0,0,0,.2)
}

.service {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #222
}

    .service input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: 0 none;
        box-shadow: none;
        background: none
    }

    .service img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.service-map {
    height: 100%;
    background-color: #fff !important
}

.service-overlay {
    position: absolute;
    width: 92px;
    height: 35px;
    padding-top: 9px;
    box-sizing: content-box;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .service-overlay.current,
    .service-overlay:hover {
        -webkit-transform: translate(-50%,-100%) scale(1.2);
        -ms-transform: translate(-50%,-100%) scale(1.2);
        transform: translate(-50%,-100%) scale(1.2);
        -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
        transition: all .15s cubic-bezier(.4,0,.2,1)
    }

    .service-overlay:after {
        content: "";
        position: absolute;
        left: 6px;
        top: 6px;
        display: none;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        padding-top: 2px;
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover
    }

    .service-overlay.type-retail {
        z-index: 81;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail.efbd7f9a.png)
    }

        .service-overlay.type-retail.same {
            z-index: 80
        }

    .service-overlay.type-deliver {
        z-index: 61;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/deliver.70d7b5bd.png)
    }

        .service-overlay.type-deliver.same {
            z-index: 60
        }

    .service-overlay.type-aftersale {
        z-index: 41;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale.5fbbf5df.png)
    }

        .service-overlay.type-aftersale.same {
            z-index: 40
        }

    .service-overlay.type-spray {
        z-index: 21;
        width: 120px;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/spray.90de685b.png)
    }

        .service-overlay.type-spray.same {
            z-index: 20
        }

    .service-overlay.type-temporary_exhibition {
        z-index: 71;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail.efbd7f9a.png)
    }

        .service-overlay.type-temporary_exhibition.same {
            z-index: 70
        }

    .service-overlay.type-temporary_deliver {
        z-index: 51;
        width: 120px;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/temporary_deliver.de77603f.png)
    }

        .service-overlay.type-temporary_deliver.same {
            z-index: 50
        }

    .service-overlay.type-temporary_aftersale_support {
        z-index: 31;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale.5fbbf5df.png)
    }

        .service-overlay.type-temporary_aftersale_support.same {
            z-index: 30
        }

    .service-overlay.type-retail-tag {
        z-index: 81;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail-tag.99372b7c.png)
    }

        .service-overlay.type-retail-tag.same {
            z-index: 80
        }

    .service-overlay.type-deliver-tag {
        z-index: 61;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/deliver-tag.94907853.png)
    }

        .service-overlay.type-deliver-tag.same {
            z-index: 60
        }

    .service-overlay.type-aftersale-tag {
        z-index: 41;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale-tag.e0887db5.png)
    }

        .service-overlay.type-aftersale-tag.same {
            z-index: 40
        }

    .service-overlay.type-spray-tag {
        z-index: 21;
        width: 120px;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/spray-tag.c75a7604.png)
    }

        .service-overlay.type-spray-tag.same {
            z-index: 20
        }

    .service-overlay.type-temporary_exhibition-tag {
        z-index: 71;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail-tag.99372b7c.png)
    }

        .service-overlay.type-temporary_exhibition-tag.same {
            z-index: 70
        }

    .service-overlay.type-temporary_deliver-tag {
        z-index: 51;
        width: 120px;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/temporary_deliver-tag.ea9849fb.png)
    }

        .service-overlay.type-temporary_deliver-tag.same {
            z-index: 50
        }

    .service-overlay.type-temporary_aftersale_support-tag {
        z-index: 31;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale-tag.e0887db5.png)
    }

        .service-overlay.type-temporary_aftersale_support-tag.same {
            z-index: 30
        }

    .service-overlay.type-20-tag,
    .service-overlay.type-30-tag,
    .service-overlay.type-50-tag,
    .service-overlay.type-60-tag {
        z-index: 11;
        width: 86px;
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/activity-tag.744d62c5.png)
    }

        .service-overlay.type-20-tag.same,
        .service-overlay.type-30-tag.same,
        .service-overlay.type-50-tag.same,
        .service-overlay.type-60-tag.same {
            z-index: 10
        }

    .service-overlay.tag {
        padding-left: 22px
    }

        .service-overlay.tag:after {
            display: -webkit-box;
            display: flex
        }

    .service-overlay.tag-inconstruction:after {
        content: "待";
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/tag-inconstruction.fbc48c7b.png)
    }

    .service-overlay.tag-drive:after {
        content: "";
        background-image: url(https://s.ampmake.com/www/asset-1907/image/service/tag-drive.20d1387d.png)
    }

    .service-overlay.same {
        margin: -16px 0 0 16px
    }

    .service-overlay.dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 50%;
        overflow: hidden;
        font-size: 0;
        background-image: none;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }

        .service-overlay.dot:after {
            display: none;
            left: -6px;
            top: -6px
        }

        .service-overlay.dot.type-retail,
        .service-overlay.dot.type-retail-tag,
        .service-overlay.dot.type-temporary_exhibition,
        .service-overlay.dot.type-temporary_exhibition-tag {
            background-color: #4595fb
        }

        .service-overlay.dot.type-deliver,
        .service-overlay.dot.type-deliver-tag,
        .service-overlay.dot.type-temporary_deliver,
        .service-overlay.dot.type-temporary_deliver-tag {
            background-color: #0051c1
        }

        .service-overlay.dot.type-aftersale,
        .service-overlay.dot.type-aftersale-tag,
        .service-overlay.dot.type-temporary_aftersale_support,
        .service-overlay.dot.type-temporary_aftersale_support-tag {
            background-color: #3d5577
        }

        .service-overlay.dot.type-spray,
        .service-overlay.dot.type-spray-tag {
            background-color: #7f8fa5
        }

        .service-overlay.dot.type-20-tag,
        .service-overlay.dot.type-30-tag,
        .service-overlay.dot.type-50-tag,
        .service-overlay.dot.type-60-tag {
            background-color: #ff9d18
        }

        .service-overlay.dot.current,
        .service-overlay.dot:hover {
            width: 92px;
            height: 35px;
            padding-top: 9px;
            border-radius: 0;
            box-sizing: content-box;
            font-size: 14px;
            background-color: rgba(0,0,0,0);
            -webkit-transition-duration: .15s;
            transition-duration: .15s
        }

            .service-overlay.dot.current:after,
            .service-overlay.dot:hover:after {
                left: 6px;
                top: 6px
            }

            .service-overlay.dot.current.type-retail,
            .service-overlay.dot:hover.type-retail {
                z-index: 81;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail.efbd7f9a.png)
            }

                .service-overlay.dot.current.type-retail.same,
                .service-overlay.dot:hover.type-retail.same {
                    z-index: 80
                }

            .service-overlay.dot.current.type-deliver,
            .service-overlay.dot:hover.type-deliver {
                z-index: 61;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/deliver.70d7b5bd.png)
            }

                .service-overlay.dot.current.type-deliver.same,
                .service-overlay.dot:hover.type-deliver.same {
                    z-index: 60
                }

            .service-overlay.dot.current.type-aftersale,
            .service-overlay.dot:hover.type-aftersale {
                z-index: 41;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale.5fbbf5df.png)
            }

                .service-overlay.dot.current.type-aftersale.same,
                .service-overlay.dot:hover.type-aftersale.same {
                    z-index: 40
                }

            .service-overlay.dot.current.type-spray,
            .service-overlay.dot:hover.type-spray {
                z-index: 21;
                width: 120px;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/spray.90de685b.png)
            }

                .service-overlay.dot.current.type-spray.same,
                .service-overlay.dot:hover.type-spray.same {
                    z-index: 20
                }

            .service-overlay.dot.current.type-temporary_exhibition,
            .service-overlay.dot:hover.type-temporary_exhibition {
                z-index: 71;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail.efbd7f9a.png)
            }

                .service-overlay.dot.current.type-temporary_exhibition.same,
                .service-overlay.dot:hover.type-temporary_exhibition.same {
                    z-index: 70
                }

            .service-overlay.dot.current.type-temporary_deliver,
            .service-overlay.dot:hover.type-temporary_deliver {
                z-index: 51;
                width: 120px;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/temporary_deliver.de77603f.png)
            }

                .service-overlay.dot.current.type-temporary_deliver.same,
                .service-overlay.dot:hover.type-temporary_deliver.same {
                    z-index: 50
                }

            .service-overlay.dot.current.type-temporary_aftersale_support,
            .service-overlay.dot:hover.type-temporary_aftersale_support {
                z-index: 31;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale.5fbbf5df.png)
            }

                .service-overlay.dot.current.type-temporary_aftersale_support.same,
                .service-overlay.dot:hover.type-temporary_aftersale_support.same {
                    z-index: 30
                }

            .service-overlay.dot.current.type-retail-tag,
            .service-overlay.dot:hover.type-retail-tag {
                z-index: 81;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail-tag.99372b7c.png)
            }

                .service-overlay.dot.current.type-retail-tag.same,
                .service-overlay.dot:hover.type-retail-tag.same {
                    z-index: 80
                }

            .service-overlay.dot.current.type-deliver-tag,
            .service-overlay.dot:hover.type-deliver-tag {
                z-index: 61;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/deliver-tag.94907853.png)
            }

                .service-overlay.dot.current.type-deliver-tag.same,
                .service-overlay.dot:hover.type-deliver-tag.same {
                    z-index: 60
                }

            .service-overlay.dot.current.type-aftersale-tag,
            .service-overlay.dot:hover.type-aftersale-tag {
                z-index: 41;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale-tag.e0887db5.png)
            }

                .service-overlay.dot.current.type-aftersale-tag.same,
                .service-overlay.dot:hover.type-aftersale-tag.same {
                    z-index: 40
                }

            .service-overlay.dot.current.type-spray-tag,
            .service-overlay.dot:hover.type-spray-tag {
                z-index: 21;
                width: 120px;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/spray-tag.c75a7604.png)
            }

                .service-overlay.dot.current.type-spray-tag.same,
                .service-overlay.dot:hover.type-spray-tag.same {
                    z-index: 20
                }

            .service-overlay.dot.current.type-temporary_exhibition-tag,
            .service-overlay.dot:hover.type-temporary_exhibition-tag {
                z-index: 71;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/retail-tag.99372b7c.png)
            }

                .service-overlay.dot.current.type-temporary_exhibition-tag.same,
                .service-overlay.dot:hover.type-temporary_exhibition-tag.same {
                    z-index: 70
                }

            .service-overlay.dot.current.type-temporary_deliver-tag,
            .service-overlay.dot:hover.type-temporary_deliver-tag {
                z-index: 51;
                width: 120px;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/temporary_deliver-tag.ea9849fb.png)
            }

                .service-overlay.dot.current.type-temporary_deliver-tag.same,
                .service-overlay.dot:hover.type-temporary_deliver-tag.same {
                    z-index: 50
                }

            .service-overlay.dot.current.type-temporary_aftersale_support-tag,
            .service-overlay.dot:hover.type-temporary_aftersale_support-tag {
                z-index: 31;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/aftersale-tag.e0887db5.png)
            }

                .service-overlay.dot.current.type-temporary_aftersale_support-tag.same,
                .service-overlay.dot:hover.type-temporary_aftersale_support-tag.same {
                    z-index: 30
                }

            .service-overlay.dot.current.type-20-tag,
            .service-overlay.dot.current.type-30-tag,
            .service-overlay.dot.current.type-50-tag,
            .service-overlay.dot.current.type-60-tag,
            .service-overlay.dot:hover.type-20-tag,
            .service-overlay.dot:hover.type-30-tag,
            .service-overlay.dot:hover.type-50-tag,
            .service-overlay.dot:hover.type-60-tag {
                z-index: 11;
                width: 86px;
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/activity-tag.744d62c5.png)
            }

                .service-overlay.dot.current.type-20-tag.same,
                .service-overlay.dot.current.type-30-tag.same,
                .service-overlay.dot.current.type-50-tag.same,
                .service-overlay.dot.current.type-60-tag.same,
                .service-overlay.dot:hover.type-20-tag.same,
                .service-overlay.dot:hover.type-30-tag.same,
                .service-overlay.dot:hover.type-50-tag.same,
                .service-overlay.dot:hover.type-60-tag.same {
                    z-index: 10
                }

            .service-overlay.dot.current.tag,
            .service-overlay.dot:hover.tag {
                padding-left: 22px
            }

                .service-overlay.dot.current.tag:after,
                .service-overlay.dot:hover.tag:after {
                    display: -webkit-box;
                    display: flex
                }

            .service-overlay.dot.current.tag-inconstruction:after,
            .service-overlay.dot:hover.tag-inconstruction:after {
                content: "待";
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/tag-inconstruction.fbc48c7b.png)
            }

            .service-overlay.dot.current.tag-drive:after,
            .service-overlay.dot:hover.tag-drive:after {
                content: "";
                background-image: url(https://s.ampmake.com/www/asset-1907/image/service/tag-drive.20d1387d.png)
            }

        .service-overlay.dot.same {
            margin: 0 0 0 4px
        }

    .service-overlay:hover {
        z-index: 100 !important
    }

    .service-overlay.current {
        z-index: 99 !important
    }

.service-main {
    /* position:absolute;
 left:80px;
 top:60px;
 width:400px;*/
    width: 450px;
}

@media (max-width:1024px) {
    .service-main {
        /*left:20px;
  top:50px;*/
        width: 340px
    }
}

.service-bar {
    height: 45px
}

    .service-bar,
    .service-bar .iconfont {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .service-bar .iconfont {
            -webkit-box-pack: center;
            justify-content: center;
            width: 24px;
            height: 24px
        }

.service-bar-select {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 200px;
    height: 100%;
    padding-left: 16px;
    padding-right: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0,32,76,.3);
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .service-bar-select .iconfont {
        font-size: 18px;
        color: #8c8985;
        -webkit-transition: color .15s ease-in,-webkit-transform .15s ease-in;
        transition: color .15s ease-in,-webkit-transform .15s ease-in;
        transition: transform .15s ease-in,color .15s ease-in;
        transition: transform .15s ease-in,color .15s ease-in,-webkit-transform .15s ease-in
    }

    .service-bar-select.active .iconfont {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .service-bar-select:hover .iconfont {
        color: #3984ff
    }

    .service-bar-select:active .iconfont {
        color: #3376e5
    }

    .service-bar-select:last-child {
        margin-right: 0
    }

@media (max-width:1024px) {
    .service-bar-select {
        font-size: 14px
    }
}

.service-bar-select-value {
    max-width: 112px;
    overflow: hidden;
    font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    white-space: nowrap
}

@media (max-width:1024px) {
    .service-bar-select-value {
        text-overflow: ellipsis
    }
}

.service-bar-select-layer {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
    border-radius: 8px;
}

.service-city {
    width: 624px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    background-color: #fff;
    cursor: default
}

.service-city-top {
    padding: 16px 32px 0;
    border-bottom: 1px solid hsla(210,2%,60%,.25)
}

    .service-city-top.bottom {
        padding-bottom: 12px
    }

.service-city-top-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.service-city-top-label {
    padding-right: 16px;
    flex-shrink: 0;
    font-size: 12px;
    color: rgba(0,0,0,.4)
}

.service-city-search {
    padding: 8px 16px;
    border-radius: 50px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: #f7f8f9
}

    .service-city-search input {
        width: 100%;
        font-size: 16px;
        line-height: 24px
    }

        .service-city-search input::-webkit-input-placeholder {
            color: rgba(0,0,0,.2)
        }

        .service-city-search input::-moz-placeholder {
            color: rgba(0,0,0,.2)
        }

        .service-city-search input:-ms-input-placeholder {
            color: rgba(0,0,0,.2)
        }

        .service-city-search input::-ms-input-placeholder {
            color: rgba(0,0,0,.2)
        }

        .service-city-search input::placeholder {
            color: rgba(0,0,0,.2)
        }

.service-city-letter {
    padding: 12px 0 8px
}

    .service-city-letter,
    .service-city-letter a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .service-city-letter a {
            width: 24px;
            height: 24px;
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 4px;
            margin-right: 4px;
            margin-bottom: 4px;
            -webkit-box-pack: center;
            justify-content: center;
            font-size: 14px;
            color: rgba(0,0,0,.9);
            -webkit-transition: color .15s ease-in,border .15s ease-in;
            transition: color .15s ease-in,border .15s ease-in
        }

            .service-city-letter a:hover {
                border: 1px solid #1e6fff;
                color: #1e6fff
            }

.service-city-search-result {
    height: 386px;
    overflow: auto
}

.service-city-search-list:first-child {
    padding-top: 8px;
    padding-bottom: 4px
}

.service-city-search-list:last-child {
    padding-bottom: 8px
}

.service-city-search-label {
    display: -webkit-box;
    display: flex;
    height: 28px;
    padding: 0 26px;
    margin: 0 16px 4px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    color: rgba(0,0,0,.4);
    background-color: #f7f8f9
}

.service-city-search-item {
    padding: 6px 42px;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: color .15s ease-in;
    transition: color .15s ease-in;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .service-city-search-item:hover {
        color: #3984ff
    }

    .service-city-search-item:active {
        color: #3376e5
    }

.service-city-search-empty {
    padding: 12px 48px;
    font-size: 14px;
    color: rgba(0,0,0,.4);
    line-height: 40px
}

.service-city-inner {
    max-height: 350px;
    overflow: auto
}

.service-bar-list {
    padding: 12px 0;
    /*border-radius:4px;*/
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    background-color: #fff
}

.service-city-row {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 28px
}

    .service-city-row:first-child .service-city-item,
    .service-city-row:first-child .service-city-province {
        height: auto;
        padding-top: 12px;
        color: rgba(0,0,0,.4);
        pointer-events: none
    }

.service-city-label {
    flex-shrink: 0;
    -webkit-box-pack: center;
    justify-content: center;
    width: 28px;
    font-size: 12px;
    color: #97999b;
    line-height: 28px;
    background-color: #f7f8f9
}

.service-city-label,
.service-city-list-row,
.service-city-province {
    display: -webkit-box;
    display: flex
}

.service-city-province {
    flex-shrink: 0;
    width: 140px;
    height: 40px;
    padding: 0 12px 12px
}

    .service-city-province span {
        display: -webkit-box;
        display: flex;
        padding: 0 6px;
        cursor: pointer;
        -webkit-transition: color .15s ease-in;
        transition: color .15s ease-in
    }

        .service-city-province span.current,
        .service-city-province span:hover {
            color: #3984ff
        }

        .service-city-province span:active {
            color: #3376e5
        }

.service-city-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    border-left: 1px solid hsla(210,2%,60%,.25)
}

    .service-city-item span {
        flex-shrink: 0;
        display: block;
        min-width: 68px;
        padding: 0 6px;
        margin-right: 24px;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-transition: color .15s ease-in;
        transition: color .15s ease-in
    }

        .service-city-item span.current,
        .service-city-item span:hover {
            color: #3984ff
        }

        .service-city-item span:active {
            color: #3376e5
        }

.service-bar-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 42px;
    padding: 0 16px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in;
    transition: color .15s ease-in
}

    .service-bar-item.current,
    .service-bar-item:hover {
        /*color:#3984ff;*/
        background-color: #f5f5f5;
    }

    .service-bar-item:active {
        /*color:#3376e5;*/
        background-color: #f5f5f5;
    }

@media (max-width:1024px) {
    .service-bar-item {
        font-size: 14px
    }
}

.service-back {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    margin-top: 8px;
    font-size: 14px;
    color: #4595fb;
    background-color: #fff;
    -webkit-transition: color .15s ease-in;
    transition: color .15s ease-in;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .service-back:hover {
        color: #3984ff
    }

    .service-back:active {
        color: #3376e5
    }

    .service-back .iconfont {
        margin-right: 4px;
        font-size: 16px
    }

.service-current {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    margin-top: 8px;
    background-color: #fff
}

.service-current-image {
    position: relative;
    height: 300px;
    background-color: #f7f8f9
}

    .service-current-image:after {
        content: "";
        display: -webkit-box;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 24px;
        color: rgba(209,211,213,.5)
    }

    .service-current-image img {
        position: absolute;
        left: 0;
        top: 0;
        width:100%
    }

@media (max-width:1024px) {
    .service-current-image {
        height: 192px
    }
}

.service-current-image-tip {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

    .service-current-image-tip p {
        padding: 0 20px;
        margin-top: 8px;
        font-size: 18px;
        color: #fff;
        line-height: 28px;
        text-align: center
    }

        .service-current-image-tip p:first-child {
            margin-top: 0
        }

.service-current-info {
    padding: 16px 24px
}

@media (max-width:1024px) {
    .service-current-info {
        padding: 16px
    }
}

.service-current-tip {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 20px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #fb0
}

    .service-current-tip span {
        margin-left: 4px
    }

    .service-current-tip .iconfont {
        font-size: 12px;
        line-height: 19px
    }

.service-current-title {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    text-align:left;
}

.service-current-row {
    display: -webkit-box;
    display: flex;
    padding-top: 12px;
    font-size: 18px;
    color: #666;
    line-height: 24px
}

.service-current-label {
    flex-shrink: 0
}

.service-current-value {
    word-break: break-all
}

.service-current-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 42px;
    margin-top: 20px;
    color: #fff;
    background-color: #ff3333;
    -webkit-transition: background .15s ease-in;
    transition: background .15s ease-in;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .service-current-button:hover {
        background-color: #ff3333;
    }

    .service-current-button:active {
        background-color: #ff3333;
    }

.service-layer {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15)
}

.service-layer-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 480px;
    padding: 20px 32px 24px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.service-layer-top {
    padding-bottom: 24px
}

.service-layer-title {
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

    .service-layer-title,
    .service-layer-title .iconfont {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 28px
    }

        .service-layer-title .iconfont {
            -webkit-box-pack: center;
            justify-content: center;
            width: 28px;
            font-size: 14px;
            color: #8c8985;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

.service-layer-caption {
    padding-top: 6px;
    font-size: 12px;
    line-height: 20px
}

.service-layer-box {
    padding-bottom: 24px
}

.service-layer-label {
    padding-bottom: 7px;
    font-size: 14px;
    color: #8c8985;
    line-height: 28px
}

.service-layer-input {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #d4d4d2;
    box-sizing: content-box;
    -webkit-transition: border .15s ease-in;
    transition: border .15s ease-in
}

    .service-layer-input.focus,
    .service-layer-input:hover {
        border-bottom: 1px solid #3984ff
    }

    .service-layer-input input {
        width: 100%;
        height: 42px;
        line-height: 42px
    }

        .service-layer-input input::-webkit-input-placeholder {
            color: #c7c9c7
        }

        .service-layer-input input::-moz-placeholder {
            color: #c7c9c7
        }

        .service-layer-input input:-ms-input-placeholder {
            color: #c7c9c7
        }

        .service-layer-input input::-ms-input-placeholder {
            color: #c7c9c7
        }

        .service-layer-input input::placeholder {
            color: #c7c9c7
        }

    .service-layer-input span {
        color: #c7c9c7;
        white-space: nowrap;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: color .15s ease-in;
        transition: color .15s ease-in
    }

        .service-layer-input span.active {
            color: #3984ff;
            cursor: pointer
        }

.service-layer-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end
}

    .service-layer-button span {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 76px;
        height: 36px;
        border-radius: 36px;
        font-size: 14px;
        color: #fff;
        background-color: #4595fb;
        -webkit-transition: background .15s ease-in;
        transition: background .15s ease-in;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .service-layer-button span:hover {
            background-color: #3984ff
        }

        .service-layer-button span:active {
            background-color: #3376e5
        }

    .service-layer-button.disabled span {
        background-color: #c7c9c7;
        pointer-events: none
    }

.service-list {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    margin-top: 8px;
    background-color: #fff
}

.service-list-inner {
    max-height: 510px;
    overflow: auto
}

.service-list-group .service-list-item:last-child .service-list-item-content {
    border-bottom: 0 none
}

.service-list-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 28px;
    padding: 0 16px;
    font-size: 12px;
    color: rgba(0,32,76,.5);
    background-color: rgba(212,216,221,.4)
}

.service-list-item {
    padding: 0 16px;
    background-color: #fff;
    -webkit-transition: background .15s ease-in;
    transition: background .15s ease-in;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .service-list-item:hover {
        /*background-color:#f7f8f9*/
        background-color: #f6f6f6;
    }

        .service-list-item:hover .iconfont {
            color: #4189FF;
        }

.service-list-item-content {
    padding: 18px 12px;
    border-bottom: 1px solid hsla(210,2%,60%,.25)
}

.service-list-item-content,
.service-list-item-tag {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.service-list-item-tag {
    flex-shrink: 0;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    border-radius: 20px;
    margin-right: 16px;
    font-size: 12px;
    color: #fff
}

    .service-list-item-tag.type-retail,
    .service-list-item-tag.type-retail-tag,
    .service-list-item-tag.type-temporary_exhibition,
    .service-list-item-tag.type-temporary_exhibition-tag {
        background-color: #eb2323
    }

    .service-list-item-tag.type-deliver,
    .service-list-item-tag.type-deliver-tag,
    .service-list-item-tag.type-temporary_deliver,
    .service-list-item-tag.type-temporary_deliver-tag {
        background-color: #0051c1
    }

    .service-list-item-tag.type-aftersale,
    .service-list-item-tag.type-aftersale-tag,
    .service-list-item-tag.type-temporary_aftersale_support,
    .service-list-item-tag.type-temporary_aftersale_support-tag {
        background-color: #3d5577
    }

    .service-list-item-tag.type-spray,
    .service-list-item-tag.type-spray-tag {
        background-color: #7f8fa5
    }

    .service-list-item-tag.type-20-tag,
    .service-list-item-tag.type-30-tag,
    .service-list-item-tag.type-50-tag,
    .service-list-item-tag.type-60-tag {
        background-color: #ff9d18
    }

.service-list-item-name {
    line-height: 24px;
    font-size: 20px;
    color: #333;
}

.service-list-item-line {
    width: 1px;
    height: 18px;
    background-color: #d5d5d5;
    margin-left: 10px;
}

.service-list-item-icon {
    width: 23px;
    height: 22px;
    background: url('/images/base/icon_dw.png') no-repeat center;
    margin-left: 10px;
}

.service-list-item-address,
.service-list-item-date {
    line-height: 20px;
    font-size: 18px;
    color: #999;
    margin-left: 10px;
    flex: 1;
    text-align:left;
}

.service-list-item-info {
    flex: 1;
}

.service-list-error {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 28px 0 20px;
    background-color: #f2f2f2
}

.service-list-error-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
    background: url(https://s.ampmake.com/www/asset-1907/image/service/icon.68f31a0b.png) no-repeat 50%;
    background-size: cover
}

.service-list-error-text {
    font-size: 12px;
    color: #8c8985;
    line-height: 20px
}

.service-list-label {
    padding: 20px 0 0 16px;
    font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

.service-zoomer {
    position: absolute;
    right: 80px;
    top: 60px;
    width: 40px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0,32,76,.3);
    background-color: #fff
}

    .service-zoomer:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d4d8dd
    }

@media (max-width:1024px) {
    .service-zoomer {
        right: 20px;
        top: 50px
    }
}

.service-zoomer-button {
    position: relative;
    height: 50%;
    cursor: pointer
}

    .service-zoomer-button:after,
    .service-zoomer-button:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 2px;
        margin-left: -8px;
        margin-top: -1px;
        background-color: #8c8985;
        -webkit-transition: background .15s ease-in;
        transition: background .15s ease-in
    }

    .service-zoomer-button:first-child:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .service-zoomer-button:nth-child(2):before {
        display: none
    }

    .service-zoomer-button:hover:after,
    .service-zoomer-button:hover:before {
        background-color: #3984ff
    }

    .service-zoomer-button:active:after,
    .service-zoomer-button:active:before {
        background-color: #3376e5
    }

.service-counter {
    position: absolute;
    right: 80px;
    bottom: 40px;
    width: 172px;
    height: 196px;
    padding: 16px 0;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0,32,76,.3);
    text-align: center;
    background-color: hsla(0,0%,100%,.8)
}

@media (max-width:1024px) {
    .service-counter {
        right: 20px;
        bottom: 16px
    }
}

.service-counter-title {
    font-size: 14px;
    line-height: 24px
}

.service-counter-list {
    padding-left: 30px
}

.service-counter-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 20px;
    margin-top: 8px;
    font-size: 12px;
    font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

.service-counter-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px
}

    .service-counter-dot.type1 {
        background-color: #4595fb
    }

    .service-counter-dot.type2 {
        background-color: #0051c1
    }

    .service-counter-dot.type3 {
        background-color: #3d5577
    }

    .service-counter-dot.type4 {
        background-color: #7f8fa5
    }

    .service-counter-dot.type5 {
        background-color: #ff9d18
    }

.service-counter-label {
    margin-right: 4px
}

.service-tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: #ebf4ff
}

.isbaiduminapp .chj-header-download {
    display: none
}

/*body {
    padding-top: 50px
}*/

.header-white .chj-header {
    background-color: rgba(0,0,0,0);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: opacity .2s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1);
    transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .2s ease-in;
    transition: transform .5s cubic-bezier(.39,.575,.565,1),opacity .2s ease-in,-webkit-transform .5s cubic-bezier(.39,.575,.565,1)
}

.chj-header {
    position: absolute;
    background-color: #121417;
    top: 0;
    width: 100%
}

    .chj-header.invisible {
        opacity: 0;
        pointer-events: none
    }

    .chj-header.fixed {
        position: fixed
    }

    .chj-header.noMobileHeader {
        display: none
    }

.chj-header-inner {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 11.714285714285714rem;
    height: 50px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .chj-header-inner {
        box-sizing: border-box;
        width: 100%;
        padding: 0 3.90625vw
    }
}

@media (max-width:850px) {
    .chj-header-inner {
        padding: 0 40px
    }
}

@media (max-width:720px) {
    .chj-header-inner {
        padding: 0
    }
}

.chj-header-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex: 1
}

@media (max-width:720px) {
    .chj-header-menu {
        display: block;
        width: 100vw;
        height: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: scroll;
        background-color: #000
    }

        .chj-header-menu.open {
            height: 100vh
        }
}

.chj-header-logo {
    position: relative;
    height: 50px
}

    .chj-header-logo a {
        display: inline-block;
        width: 100%;
        height: 50px
    }

    .chj-header-logo img {
        margin-top: 15px;
        width: 99px;
        height: 20px
    }

@media (max-width:720px) {
    .chj-header-logo.chj-header-mobile-logo {
        width: 100vw;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 5.555555555555555vw
    }
}

.header-mobile-menu {
    display: none
}

@media (max-width:720px) {
    .header-mobile-menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 5.555555555555555vw;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 50px;
        z-index: 2;
        background: none
    }
}

.chj-header-link-line {
    display: none
}

@media (max-width:720px) {
    .chj-header-link-line {
        display: block;
        text-align: right;
        color: #fff
    }

        .chj-header-link-line li {
            background-color: #fff;
            width: 20px;
            height: 2px;
            opacity: 1;
            -webkit-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in
        }

            .chj-header-link-line li:nth-child(2) {
                margin: 4px 0
            }

        .chj-header-link-line.open li:nth-child(2) {
            opacity: 0
        }

        .chj-header-link-line.open li:first-child {
            -webkit-animation: lineTop .3s ease-in-out forwards;
            animation: lineTop .3s ease-in-out forwards
        }

        .chj-header-link-line.open li:nth-child(3) {
            -webkit-animation: lineBottom .3s ease-in-out forwards;
            animation: lineBottom .3s ease-in-out forwards
        }

        .chj-header-link-line.close li:nth-child(2) {
            opacity: 1
        }

        .chj-header-link-line.close li:first-child {
            -webkit-transform: translate3d(0,6px,0) rotate(135deg);
            transform: translate3d(0,6px,0) rotate(135deg);
            -webkit-animation: lineTopReverse .3s ease-in-out forwards;
            animation: lineTopReverse .3s ease-in-out forwards
        }

        .chj-header-link-line.close li:nth-child(3) {
            -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
            transform: translate3d(0,-6px,0) rotate(45deg);
            -webkit-animation: lineBottomReverse .3s ease-in-out forwards;
            animation: lineBottomReverse .3s ease-in-out forwards
        }

        .chj-header-link-line:active {
            color: #4595fb
        }

            .chj-header-link-line:active li {
                background-color: #4595fb
            }
}

.chj-header-link-panel {
    display: block;
    font-size: 0;
    white-space: nowrap
}

    .chj-header-link-panel > li {
        position: relative;
        display: inline-block;
        height: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        -webkit-transition: color .2s ease-in;
        transition: color .2s ease-in;
        cursor: pointer;
        vertical-align: middle;
        box-sizing: border-box;
        margin-left: .5714285714285714rem;
        white-space: normal
    }

@media (min-width:1025px) {
    .chj-header-link-panel > li:hover {
        color: hsla(0,0%,100%,.6)
    }
}

.chj-header-link-panel > li.current,
.chj-header-link-panel > li:active {
    color: hsla(0,0%,100%,.6)
}

.chj-header-link-panel > li.showpanel {
    margin-left: .5714285714285714rem;
    padding-left: 0
}

.chj-header-link-panel > li.header-mobile-show {
    display: none
}

.chj-header-link-panel > li.header-hr {
    height: 1px;
    box-sizing: border-box;
    padding: 0 16.666666666666664vw
}

    .chj-header-link-panel > li.header-hr p {
        height: 1px;
        background: rgba(140,137,133,.3)
    }

    .chj-header-link-panel > li.header-hr.header-hr-pb12 {
        margin-top: 12px;
        padding-bottom: 12px
    }

    .chj-header-link-panel > li.header-hr.header-hr-pt12 {
        margin-bottom: 12px;
        padding-top: 12px
    }

    .chj-header-link-panel > li.header-hr.hidden {
        margin-top: 0;
        visibility: hidden
    }

.chj-header-link-panel > li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 50px
}

    .chj-header-link-panel > li a em {
        font-size: 16px;
        line-height: normal;
        font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
        vertical-align: text-top
    }

    .chj-header-link-panel > li a.current {
        color: hsla(0,0%,100%,.6)
    }

.chj-header-link-panel > li.header-select-container {
    margin-right: 0
}

    .chj-header-link-panel > li.header-select-container a {
        line-height: 50px;
        height: 50px
    }

    .chj-header-link-panel > li.header-select-container .iconfont {
        font-weight: 700
    }

    .chj-header-link-panel > li.header-select-container .arrow-icon {
        position: relative;
        display: inline-block;
        background-size: 16px;
        margin-left: 4px;
        width: 16px;
        height: 16px
    }

        .chj-header-link-panel > li.header-select-container .arrow-icon .iconfont {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 12px;
            line-height: 16px;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s
        }

    .chj-header-link-panel > li.header-select-container .header-select-title {
        display: -webkit-box;
        display: flex;
        position: relative;
        padding-left: 6px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-transition: color .2s;
        transition: color .2s;
        z-index: 1
    }

    .chj-header-link-panel > li.header-select-container.active {
        height: auto;
        margin-bottom: 0;
        color: #fff
    }

        .chj-header-link-panel > li.header-select-container.active .header-select {
            opacity: 1;
            visibility: visible
        }

        .chj-header-link-panel > li.header-select-container.active .arrow-icon .iconfont {
            color: hsla(0,0%,100%,.6);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

@media (max-width:1024px) {
    .chj-header-link-panel > li {
        margin-left: 3.6458333333333335vw
    }
}

@media (max-width:720px) {
    .chj-header-link-panel > li {
        margin-left: 0
    }

        .chj-header-link-panel > li.header-select-container {
            color: #fff
        }

            .chj-header-link-panel > li.header-select-container .header-select-title {
                padding-left: 19px
            }

            .chj-header-link-panel > li.header-select-container a {
                line-height: 58px;
                height: 58px
            }
}

.chj-header-link-panel .header-select {
    position: absolute;
    background: rgba(0,0,0,.8);
    left: 0;
    top: 50px;
    padding: 0 .2857142857142857rem;
    margin-left: -.2857142857142857rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in,height .2s ease-in;
    transition: opacity .2s ease-in,height .2s ease-in;
    text-align: left;
    white-space: normal
}

    .chj-header-link-panel .header-select a {
        display: inline-block;
        padding-left: 8px;
        white-space: nowrap;
        -webkit-transition: color .2s ease-in;
        transition: color .2s ease-in
    }

        .chj-header-link-panel .header-select a:active {
            color: hsla(0,0%,100%,.6)
        }

@media (min-width:1025px) {
    .chj-header-link-panel .header-select a:hover {
        color: hsla(0,0%,100%,.6)
    }
}

.chj-header-link-panel .header-select.white-bg {
    top: 0;
    padding-top: 50px;
    background: hsla(0,0%,100%,.2)
}

@media (max-width:1024px) {
    .chj-header-link-panel .header-select {
        padding-left: 2.604166666666667vw
    }
}

@media (max-width:720px) {
    .chj-header-link-panel .header-select {
        position: relative;
        text-align: center;
        top: 0
    }

        .chj-header-link-panel .header-select,
        .chj-header-link-panel .header-select.white-bg {
            background: rgba(34,34,34,.5);
            padding: 16px 0
        }
}

@media (max-width:720px) {
    .chj-header-link-panel {
        display: block;
        overflow-y: scroll;
        width: 100%;
        height: auto;
        min-height: 100vh;
        opacity: 0;
        background-color: #000;
        -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1);
        transition: opacity .3s cubic-bezier(.4,0,.2,1)
    }

        .chj-header-link-panel li {
            display: block;
            height: 58px;
            text-align: center;
            opacity: 0;
            -webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0)
        }

            .chj-header-link-panel li:not(:last-child) {
                margin-right: 0
            }

            .chj-header-link-panel li.header-mobile-show {
                display: block
            }

            .chj-header-link-panel li.header-mobile-hide {
                display: none
            }

            .chj-header-link-panel li a {
                font-size: 16px;
                line-height: 58px
            }

        .chj-header-link-panel.open {
            opacity: 1;
            padding-top: 50px;
            padding-bottom: 120px;
            -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1) 50ms;
            transition: opacity .3s cubic-bezier(.4,0,.2,1) 50ms
        }

            .chj-header-link-panel.open li {
                opacity: 1;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-transition: opacity .5s cubic-bezier(0,0,.2,1),-webkit-transform .45s cubic-bezier(0,0,.2,1);
                transition: opacity .5s cubic-bezier(0,0,.2,1),-webkit-transform .45s cubic-bezier(0,0,.2,1);
                transition: transform .45s cubic-bezier(0,0,.2,1),opacity .5s cubic-bezier(0,0,.2,1);
                transition: transform .45s cubic-bezier(0,0,.2,1),opacity .5s cubic-bezier(0,0,.2,1),-webkit-transform .45s cubic-bezier(0,0,.2,1)
            }

                .chj-header-link-panel.open li:first-child {
                    -webkit-transition-delay: .15s;
                    transition-delay: .15s
                }

                .chj-header-link-panel.open li:nth-child(2) {
                    -webkit-transition-delay: .2s;
                    transition-delay: .2s
                }

                .chj-header-link-panel.open li:nth-child(3) {
                    -webkit-transition-delay: .25s;
                    transition-delay: .25s
                }

                .chj-header-link-panel.open li:nth-child(4) {
                    -webkit-transition-delay: .3s;
                    transition-delay: .3s
                }

                .chj-header-link-panel.open li:nth-child(5) {
                    -webkit-transition-delay: .35s;
                    transition-delay: .35s
                }

                .chj-header-link-panel.open li:nth-child(6) {
                    -webkit-transition-delay: .4s;
                    transition-delay: .4s
                }

                .chj-header-link-panel.open li:nth-child(7) {
                    -webkit-transition-delay: .45s;
                    transition-delay: .45s
                }

                .chj-header-link-panel.open li:nth-child(8) {
                    -webkit-transition-delay: .5s;
                    transition-delay: .5s
                }

                .chj-header-link-panel.open li:nth-child(9) {
                    -webkit-transition-delay: .55s;
                    transition-delay: .55s
                }

                .chj-header-link-panel.open li:nth-child(10) {
                    -webkit-transition-delay: .6s;
                    transition-delay: .6s
                }

                .chj-header-link-panel.open li:nth-child(11) {
                    -webkit-transition-delay: .65s;
                    transition-delay: .65s
                }

                .chj-header-link-panel.open li:nth-child(12) {
                    -webkit-transition-delay: .7s;
                    transition-delay: .7s
                }

                .chj-header-link-panel.open li:nth-child(13) {
                    -webkit-transition-delay: .75s;
                    transition-delay: .75s
                }

                .chj-header-link-panel.open li:nth-child(14) {
                    -webkit-transition-delay: .8s;
                    transition-delay: .8s
                }

                .chj-header-link-panel.open li:nth-child(15) {
                    -webkit-transition-delay: .85s;
                    transition-delay: .85s
                }
}

.chj-header-link-panel-space {
    width: 100vw;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1
}

    .chj-header-link-panel-space.open {
        display: block
    }

.chj-header-profile {
    position: relative;
    background-color: hsla(0,0%,100%,.2);
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    margin-top: 11px
}

    .chj-header-profile .iconfont {
        font-size: 26px;
        line-height: 28px
    }

.chj-header-profile-dot {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border: 2px solid red;
    border-radius: 50%
}

.chj-header-panel {
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 4px 0 8px;
    top: 47px;
    left: 0;
    width: 208px;
    border-radius: 4px;
    box-shadow: 0 -10px 40px rgba(0,0,0,.2);
    color: #000;
    -webkit-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%)
}

    .chj-header-panel:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 80%;
        margin-left: 3px;
        margin-top: -10px;
        width: 0;
        height: 0;
        border: 6px solid #fff;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%)
    }

    .chj-header-panel:after {
        content: "";
        position: absolute;
        background-color: #000;
        top: -15px;
        left: 70%;
        width: 30%;
        height: 15px;
        opacity: 0
    }

.chj-header-panel-order {
    border-bottom: 1px solid hsla(210,2%,60%,.5);
    margin-bottom: 9px
}

    .chj-header-panel-order .panel-order-title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 24px;
        margin-bottom: 8px;
        text-align: center
    }

    .chj-header-panel-order .panel-order-img {
        width: 208px;
        height: 88px
    }

        .chj-header-panel-order .panel-order-img img {
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            width: 208px;
            max-height: 100%
        }

    .chj-header-panel-order .panel-order-options {
        margin-top: 20px;
        margin-bottom: 8px;
        font-size: 12px
    }

    .chj-header-panel-order .panel-order-money {
        font-size: 12px;
        line-height: 20px;
        max-height: 30px;
        margin: 8px 0
    }

        .chj-header-panel-order .panel-order-money em {
            display: inline-block;
            margin: 0 4px;
            font-size: 16px;
            line-height: 30px;
            font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
        }

    .chj-header-panel-order .panel-order-btn {
        margin: 8px 0 24px
    }

        .chj-header-panel-order .panel-order-btn .chj-button {
            background-color: #346eff;
            padding: 0;
            height: 36px;
            font-size: 14px;
            line-height: 36px;
            border-radius: 18px
        }

.chj-header-panel-list span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #222
}

    .chj-header-panel-list span.selected {
        color: #4595fb
    }

    .chj-header-panel-list span:hover {
        background-color: #f7f8f9
    }

.showpanel.show .chj-header-panel,
.showpanel:hover .chj-header-panel {
    display: block
}

@-webkit-keyframes lineTop {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0,6px,0) rotate(0);
        transform: translate3d(0,6px,0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0,6px,0) rotate(135deg);
        transform: translate3d(0,6px,0) rotate(135deg)
    }
}

@keyframes lineTop {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0,6px,0) rotate(0);
        transform: translate3d(0,6px,0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0,6px,0) rotate(135deg);
        transform: translate3d(0,6px,0) rotate(135deg)
    }
}

@-webkit-keyframes lineBottom {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0,-6px,0) rotate(0);
        transform: translate3d(0,-6px,0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
        transform: translate3d(0,-6px,0) rotate(45deg)
    }
}

@keyframes lineBottom {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0,-6px,0) rotate(0);
        transform: translate3d(0,-6px,0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
        transform: translate3d(0,-6px,0) rotate(45deg)
    }
}

@-webkit-keyframes lineTopReverse {
    0% {
        -webkit-transform: translate3d(0,6px,0) rotate(135deg);
        transform: translate3d(0,6px,0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate3d(0,6px,0) rotate(0);
        transform: translate3d(0,6px,0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes lineTopReverse {
    0% {
        -webkit-transform: translate3d(0,6px,0) rotate(135deg);
        transform: translate3d(0,6px,0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate3d(0,6px,0) rotate(0);
        transform: translate3d(0,6px,0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes lineBottomReverse {
    0% {
        -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
        transform: translate3d(0,-6px,0) rotate(45deg)
    }

    50% {
        -webkit-transform: translate3d(0,-6px,0) rotate(0);
        transform: translate3d(0,-6px,0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes lineBottomReverse {
    0% {
        -webkit-transform: translate3d(0,-6px,0) rotate(45deg);
        transform: translate3d(0,-6px,0) rotate(45deg)
    }

    50% {
        -webkit-transform: translate3d(0,-6px,0) rotate(0);
        transform: translate3d(0,-6px,0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

.header-login a {
    min-width: 32px
}

.chj-button {
    display: inline-block;
    min-width: 144px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 42px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

    .chj-button.chj-button-disabled {
        cursor: default;
        pointer-events: none
    }

    .chj-button.chj-button-round {
        height: 42px;
        border-radius: 21px
    }

.chj-button-small {
    line-height: 36px
}

.chj-button-primary {
    background-color: #1e6fff;
    color: #fff
}

    .chj-button-primary:active,
    .chj-button-primary:hover {
        background-color: #1b64e6
    }

    .chj-button-primary.chj-button-disabled {
        background-color: #d4d4d2
    }

.chj-button-secondary {
    border: 1px solid #d4d4d2;
    line-height: 38px
}

    .chj-button-secondary:active,
    .chj-button-secondary:hover {
        border-color: #1e6fff
    }

    .chj-button-secondary.chj-button-disabled {
        color: #8c8985
    }

    .chj-button-secondary.chj-button-small {
        line-height: 32px
    }

.isbaiduminapp .chj-footer-icon-app {
    display: none
}

.chj-footer {
    position: relative;
    background-color: #000;
    bottom: 0;
    font-size: 12px;
    line-height: 20px
}

@media (max-width:720px) {
    .chj-footer {
        border-top: 1px solid #222
    }

        .chj-footer.noMobileFooter {
            display: none
        }
}

.chj-footer-inner {
    position: relative;
    margin: 0 auto;
    width: 11.714285714285714rem
}

@media (max-width:1024px) {
    .chj-footer-inner {
        box-sizing: border-box;
        width: 100%;
        padding: 0 3.90625vw
    }
}

@media (max-width:720px) {
    .chj-footer-inner {
        width: 100%;
        padding: 0 5.555555555555555vw 23px
    }

        .chj-footer-inner .mobile-hide {
            display: none
        }
}

.chj-footer-link a {
    display: inline-block;
    width: auto;
    height: 20px;
    color: hsla(0,0%,100%,.8);
    text-align: left
}

    .chj-footer-link a:hover {
        color: #fff
    }

    .chj-footer-link a:not(:last-of-type):after {
        content: "|";
        color: #222;
        margin: 0 20px
    }

@media (max-width:768px) {
    .chj-footer-link {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap
    }

        .chj-footer-link a:not(:last-of-type):after {
            content: "|";
            margin: 0 12px
        }
}

@media (max-width:720px) {
    .chj-footer-link {
        display: block;
        text-align: start
    }

        .chj-footer-link a {
            height: 40px;
            padding-bottom: 20px
        }

            .chj-footer-link a:not(:last-of-type):after {
                margin: 0 4.533333333333333vw
            }

            .chj-footer-link a:nth-child(4):after {
                content: "";
                margin: 0
            }
}

@media (max-width:320px) {
    .chj-footer-link a:nth-child(3):after {
        content: ""
    }

    .chj-footer-link a:not(:last-of-type):after {
        margin: 0 11px
    }

    .chj-footer-link a:nth-child(4):after {
        content: "";
        margin: 0
    }
}

.chj-footer-inner-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

    .chj-footer-inner-cell.cell-top {
        padding: 18px 0 10px 0;
        -webkit-box-align: center;
        align-items: center;
        height: 40px;
        border-bottom: 1px solid #222
    }

    .chj-footer-inner-cell.cell-bottom {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

@media (max-width:720px) {
    .chj-footer-inner-cell {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding: 0
    }

        .chj-footer-inner-cell.cell-top {
            padding-top: 4.666666666666667vw;
            border-bottom: none;
            height: auto;
            -webkit-box-align: start;
            align-items: flex-start
        }
}

.chj-footer-icon a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    text-align: center
}

    .chj-footer-icon a:not(:last-child) {
        margin-right: 16px
    }

    .chj-footer-icon a .chj-footer-popover {
        position: absolute;
        display: none;
        background-color: #fff;
        left: 50%;
        bottom: 30px;
        margin-left: -86px;
        padding-top: 16px;
        padding-bottom: 12px;
        width: 172px;
        height: 202px;
        border-radius: 4px;
        box-shadow: 0 10px 40px rgba(0,0,0,.2)
    }

        .chj-footer-icon a .chj-footer-popover.popshow {
            display: block
        }

        .chj-footer-icon a .chj-footer-popover .popover-qrcode {
            margin: 0 auto;
            width: 140px;
            height: 140px;
            overflow: hidden
        }

            .chj-footer-icon a .chj-footer-popover .popover-qrcode img {
                width: 100%;
                height: 100%
            }

        .chj-footer-icon a .chj-footer-popover .popover-close {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            opacity: .7
        }

            .chj-footer-icon a .chj-footer-popover .popover-close .iconfont {
                font-size: 14px;
                color: #8c8985
            }

        .chj-footer-icon a .chj-footer-popover .popover-text {
            margin-top: 12px;
            font-size: 14px;
            font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
            color: #222;
            line-height: 22px;
            text-align: center
        }

        .chj-footer-icon a .chj-footer-popover:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -16px;
            margin-left: -10px;
            border: 10px solid rgba(0,0,0,0);
            border-top-color: #f7f8f9
        }

@media (max-width:720px) {
    .chj-footer-icon a .chj-footer-popover {
        left: 100%
    }

        .chj-footer-icon a .chj-footer-popover:after {
            left: 40%
        }
}

.chj-footer-icon .iconfont {
    color: #8c8985;
    font-size: 16px;
    line-height: 20px
}

    .chj-footer-icon .iconfont.iconfont-app.popshow,
    .chj-footer-icon .iconfont.iconfont-weixin.popshow {
        color: #4595fb
    }

@media (max-width:720px) {
    .chj-footer-icon {
        margin: 12px 0
    }
}

.chj-footer-text {
    display: -webkit-box;
    display: flex;
    line-height: 20px
}

    .chj-footer-text span {
        display: inline-block;
        color: #1e6fff;
        cursor: pointer;
        margin-top: 10px;
        font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
    }

        .chj-footer-text span:hover {
            color: #1b64e6
        }

        .chj-footer-text span:not(:last-of-type) {
            margin-right: 16px
        }

        .chj-footer-text span.last {
            margin-left: 18px
        }

@media (max-width:720px) {
    .chj-footer-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-bottom: 9px
    }

        .chj-footer-text span.last {
            margin-left: 0
        }
}

.chj-footer-copyright {
    display: -webkit-box;
    display: flex;
    padding-bottom: 25px;
    color: #8c8985;
    letter-spacing: 1;
    font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

    .chj-footer-copyright i {
        display: inline-block;
        background: url(https://s.ampmake.com/www/asset-1907/image/other/emblem.8f49442a.png) no-repeat;
        background-size: 100% 100%;
        width: 16px;
        height: 16px;
        vertical-align: sub;
        margin-right: 4px
    }

    .chj-footer-copyright span {
        display: inline-block;
        margin-top: 10px;
        margin-right: 16px;
        line-height: 20px
    }

@media (max-width:1024px) {
    .chj-footer-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (max-width:720px) {
    .chj-footer-copyright-bottom span,
    .chj-footer-copyright span {
        margin-right: 0
    }
}

.chj-footer-text-callIM {
    margin-right: 16px
}

.chj-message-fade-enter,
.chj-message-fade-leave-to {
    margin-top: -50px;
    opacity: 0
}

.chj-message-fade-enter-active,
.chj-message-fade-leave-active {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.chj-message {
    position: fixed;
    top: 70px;
    left: 50%;
    max-width: 60%;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .chj-message .iconfont {
        margin-right: 8px
    }

    .chj-message .iconfont-message-error {
        color: red
    }

    .chj-message .iconfont-message-success {
        color: #6ec440
    }

    .chj-message .iconfont-message-info {
        color: #ff9d18
    }

    .chj-message span {
        word-break: break-all
    }

.chj-message-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    padding: 12px 24px;
    margin: 8px auto;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 22px;
    color: #222;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:720px) {
    .chj-message {
        top: 60px;
        max-width: 75%
    }
}

.chj-dialog {
    position: fixed;
    background-color: rgba(0,0,0,.15);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 1001
}

.chj-dialog-inner {
    position: relative;
    background-color: #fff;
    top: 50%;
    margin: 0 auto;
    width: 580px;
    border-radius: 4px;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.chj-dialog-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 32px 0 32px;
    width: 100%
}

.chj-dialog-headerDesc {
    padding: 0 32px;
    font-size: 12px;
    color: #222
}

.chj-dialog-header-title {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-family: li-regular,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif
}

.chj-dialog-header-cancel:hover {
    cursor: pointer
}

.chj-dialog-header-cancel .iconfont {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #8c8985
}

.chj-dialog-body {
    position: relative;
    box-sizing: border-box;
    padding: 24px 32px;
    min-height: 56px
}

    .chj-dialog-body.bodyscroll {
        overflow-y: auto
    }

    .chj-dialog-body.plain {
        padding: 0;
        min-height: 112px;
        max-height: 434px
    }

.chj-dialog-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 0 32px 24px 32px
}

    .chj-dialog-footer .chj-button {
        min-width: 88px;
        margin-left: 12px;
        border-radius: 50px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

.chj-dialog-fade-enter,
.chj-dialog-fade-leave-to {
    opacity: 0
}

.chj-dialog-fade-enter-active,
.chj-dialog-fade-leave-active {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media (max-width:1024px) {
    .chj-dialog-inner {
        width: 480px
    }
}

@media (max-width:720px) {
    .chj-dialog-inner {
        border-radius: 15px;
        width: 75vw
    }

    .chj-dialog-header {
        padding: 20px 20px 0 20px;
        height: auto
    }

    .chj-dialog-header-title {
        font-size: 16px;
        font-family: PingFangSC-Medium,PingFang SC;
        color: #2f2f2f;
        line-height: 24px;
        font-weight: 500
    }

        .chj-dialog-header-title,
        .chj-dialog-header-title.header-title-center {
            width: 100%;
            text-align: center
        }

    .chj-dialog-header-cancel {
        display: none
    }

    .chj-dialog-body {
        padding: 10px 20px;
        min-height: 44px;
        font-size: 14px;
        font-family: PingFangSC-Regular,PingFang SC;
        color: #2f2f2f;
        line-height: 20px;
        font-weight: 400;
        text-align: center
    }

    .chj-dialog-footer {
        padding: 0;
        height: 43px;
        border-top: 1px solid #e4e4e4
    }

        .chj-dialog-footer .chj-button {
            background-color: #fff;
            -webkit-box-flex: 1;
            flex: 1;
            margin-left: 0;
            border: none;
            border-radius: 0;
            font-size: 16px;
            color: #378bff;
            line-height: 42px;
            font-family: PingFangSC-Regular,PingFang SC;
            font-weight: 400
        }

            .chj-dialog-footer .chj-button:first-of-type {
                border-bottom-left-radius: 15px
            }

            .chj-dialog-footer .chj-button:last-of-type {
                border-bottom-right-radius: 15px
            }

            .chj-dialog-footer .chj-button:not(:last-of-type) {
                border-right: 1px solid #e4e4e4
            }
}



.service-list {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.service-list-inner::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    scrollbar-arrow-color: red;
}

.service-list-inner::-webkit-scrollbar-thumb {
    border-radius: 13px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: #A5ACB2;
    scrollbar-arrow-color: #A5ACB2;
}

.service-list-inner::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 0;
    /*background: rgba(0,0,0,0.1);*/
    background: #fff;
}

.service-bar-select-layer {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

    .service-bar-select-layer::-webkit-scrollbar {
        width: 9px;
        height: 9px;
        scrollbar-arrow-color: red;
    }

    .service-bar-select-layer::-webkit-scrollbar-thumb {
        border-radius: 13px;
        /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        background: #A5ACB2;
        scrollbar-arrow-color: #A5ACB2;
    }

    .service-bar-select-layer::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        border-radius: 0;
        border-bottom-right-radius: 13px;
        border-top-right-radius: 13px;
        /*background: rgba(0,0,0,0.1);*/
        background: #fff;
    }
