.store-item a {
    text-decoration: none;
}

.swiper-wrapper {
    align-items: center;
}

.info p i, .info a i {
    margin-right: 4px;
}

#detail-img {
    margin-bottom: 0;
}

#detail-address {
    cursor: pointer;
    text-decoration: underline;
}

#dealer-tel a {
    margin-top: 0;
    display: inline-block;
}

.box-map .box-swiper {
    margin: 10px 0;
}

.box-swiper .swiper-slide img {
    width: 100%;
}


.box-map {
    background-color: #f0f0f0;
}

.box-map input, .box-map button {
    border-radius: 5px;
}

.box-map input {
    /* text-indent: 10px; */
    padding: 10px;
}

body {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.box-map {
    display: flex;
}

.box-map * {
    margin: 0;
    padding: 0;
}

.map {
    flex-grow: 1;
    height: 720px;
}

.box-menu {
    width: 385px;
    box-sizing: border-box;
    /* background-color: #fff; */
    margin: 35px;
}

.area {
    display: flex;
}

.area select+select {
    margin-left: 10px;
}

.area {
    margin-top: 25px;
}

.keywords {
    margin-top: 10px;
}

.t-1 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

.btn-switch {
    position: relative;
    display: flex;
    cursor: pointer;
}

.btn-switch .fa-plus {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-switch.on .fa-plus {
    display: none;
}

.filter {
    margin-top: 30px;
}

.filter>.t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter>.t p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.filter ul {
    display: none;
    flex-wrap: wrap;
}

.filter ul.on, .range ul {
    display: flex;
    flex-wrap: wrap;
}

.product-filter li, .range li {
    width: 75px;
    /* height: 76px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-content: center; */
    /* align-items: center; */
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    /* flex-shrink: 0; */
    margin-right: 6px;
    /* margin-right: 13px; */
    font-size: 13px;
    text-align: center;
}

.product-filter li span, .range li span {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 76px; */
    /* left: -13px; */
}

.product-filter li img, .range li img {
    width: 50px;
    height: 50px;
}

.product-filter li+li, .range li+li {
    /* margin-left: 15px; */
}

/* .product-filter li:nth-child(6n), .range li:nth-child(6n) {
    margin-left: 0;
} */

.cover>div {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.cover img.on {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.cover.on img.on {
    display: block;
}

.product-filter li:hover img.on {
    display: block;
}

.cover span {
    display: block;
    text-align: center;
    margin-top: 6px;
    /*color: #ccc;*/
}

.cover.on span, .product-filter li:hover span {
    color: #421c6d;
}

.store-filter {
    /* justify-content: space-between; */
    display: none;
    gap: 10px;
    margin-top: 10px;
}

.filter ul.store-filter.on {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.store-filter li {
    /* width: 94px; */
    color: #ccc;
    border: 1px solid #ccc;
    padding: 5px 0;
    border-radius: 20px;
    text-align: center;
    /* margin-top: 10px; */
    cursor: pointer;
}

.store-filter li.on {
    color: #421c6d;
    border-color: #421c6d;
}

.btn-search, .btn-ex {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

/* result */
.box-search {
    display: none;
}

.box-result {
    display: none;
}

.btn-filter {
    justify-content: center;
    align-items: center;
    /* padding: 23px 30px; */
    height: 66px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    cursor: pointer;
    /* display: none; */
    display: flex;
    position: relative;
}



.page-index .btn-filter {
    display: none;
}

.page-index .btn-filter .fq-container {
    display: none;
}

@media all and (max-width: 768px) {
    .page-index .btn-filter .fq-container {
        display: flex;
    }
}

.btn-filter:hover {
    text-decoration: none;
}

.btn-filter .on {
    display: none;
}

.btn-filter.on {
    display: flex;
}

.btn-filter.op .btn-switch .fa-plus {
    display: none;
}

.btn-filter.op p.on {
    display: block;
}

.btn-filter.op p.off {
    display: none;
}

.btn-filter p {
    margin-left: 10px;
}

.page-index .btn-filter.op .fq-container {
    display: none;
}

.results>div {
    /* height: 522px; */
    height: 490px;
    overflow: scroll;
}

.search, .results, .detail, .path {
    padding: 30px;
    background-color: #fff;
}

.results li, .swiper-result .swiper-slide {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.results li .t, .swiper-result .swiper-slide .t {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.results li .t h4, .swiper-result .swiper-slide .t {
    font-size: 24px;
}

.tag {
    border: 1px solid #000;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
}

.box-result .tag {
    margin-top: 3px;
    margin-left: 10px;
    flex-shrink: 0;
}

.subtitle {
    font-size: 14px;
    font-weight: bold;
    /* padding-bottom: 15px; */
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #f0f0f0; */
}

.subtitle i {
    margin-right: 5px;
}

.results li p, .swiper-slide p {
    color: #666;
    font-size: 14px;
}

/* .results li p+p {
    margin-top: 10px;
} */

.desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.desc p+p {
    color: #48217a;
    text-decoration: underline;
}

.icon-location {
    position: relative;
}

.icon-location span {
    position: absolute;
    color: #fff;
    top: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
}


/* box-detail */

.box-detail {

}

.box-detail .subtitle {
    cursor: pointer;
    text-decoration: none;
}

.name {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.name .t-1 {
    margin-bottom: 10px;
}

.name span {
    
}

.detail>ul>li {
    padding: 20px 0;
    /* border-top: 1px solid #f0f0f0; */
    border-bottom: 1px solid #f0f0f0;
}

/* .detail>ul>li:last-child {
    border-bottom: 1px solid #f0f0f0;
} */

.detail h6 {
    font-size: 14px;
    font-weight: bold;
}

.amap-marker-label {
    border: none;
    background-color: transparent;
}

.m-info {
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 1.5px;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    background-color: #fff;
    top: -10px;
    cursor: pointer;
}

.m-info::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    /* box-shadow: 0 0 5px rgba(0,0,0,.5); */
}

#detail-time {
    display: flex;
}

#detail-time span {
    display: inline-block;
}

#detail-time i {
    transform: translateY(2px);
}

.info p, .info a {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.info p i, .info a i {
    width: 15px;
    text-align: center;
    transform: scale(1.2);
}

.info a i.phone {
    transform: scale(1.2);
}

.info a i.fa-map-marker {
    transform: scale(1.4);
}

.info a i.fa-desktop {
    transform: scale(0.9);
}

.info p {
    /* color: #666; */
}

.info a {
    display: block;
    text-decoration: underline;
    /* color: #333; */
}

.box-plus {
    margin-top: 10px;
}

.box-plus a, .plus-news{
    color: #a999c0;
    cursor: pointer;
}

.plus-news {
    display: inline-block;
    margin-bottom: 10px;
}

.box-plus a span, .plus-news span {
    margin-left: 5px;
}

.box-plus a+a {
    margin-left: 20px;
}

.range ul {
    display: flex;
    margin-top: 15px;
}

.btn-path {
    color: #421c6d;
    border: 1px solid #421c6d;
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}

.btn-path:hover {
    color: #fff;
    background-color: #421c6d;
}

.btn-path p {
    margin-left: 10px;
}


/* box-path */

/* .box-detail {
    display: none;
} */

.box-search {
     /*display: none;*/
}

.box-back {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
}

.box-back i {
    margin-right: 10px;
}

.box-path {
    display: none;
}

.box-path .btn-filter {
    justify-content: flex-start;
}

.box-tool {
    margin-top: 30px;
}

.tool-tabs {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.tool-tabs li {
    width: 33.3%;
    text-align: center;
    cursor: pointer;
}

.tool-tabs i {
    font-size: 20px;
    color: #ccc;
}

.tool-tabs li.on i {
    color: #000;
}

.btn-exchange {
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
}

.box-exchange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.box-des {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.box-des div {
    position: relative;
}

.box-des div::after {
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}

.box-des .start::after {
    content: "璧";
}

.box-des .end::after {
    content: "缁";
}

.box-des div+div {
    margin-top: 10px;
}

.box-des input {
    text-indent: 20px;
}

.box-route {
    margin-top: 40px;
    height: 289px;
    overflow-y: scroll;
}

.box-route li, .swiper-path .swiper-slide {
    padding: 30px;
    border-top: 1px solid #f0f0f0;
    position: relative;
    cursor: pointer;
}

.box-route li .num, .swiper-path .swiper-slide .num {
    color: #fff;
    background-color: #a999bf;
    padding: 4px 8px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.box-route li i, .swiper-path .swiper-slide i, .store-item i.fa-chevron-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}

.time {
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.time p {
    padding: 0 8px;
}

.time p:first-child {
    padding-left: 0;
}

.time p+p {
    border-left: 1px solid #a0a0a0;
}

.time span {
    line-height: 1;
}

.route {
    margin-top: 15px;
    color: #666;
}

.path .subtitle {
    justify-content: center;
}


/* panel */

#panel {
    position: fixed;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
#panel .amap-call {
    background-color: #009cf9;
    border-top-left-radius: 4px;
       border-top-right-radius: 4px;
}
#panel .amap-lib-driving {
    border-bottom-left-radius: 4px;
       border-bottom-right-radius: 4px;
    overflow: hidden;
}

.box-map .hint {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
    display: none;
}

.detail {
    height: 620px;
    overflow-y: scroll;
}



@media all and (max-width: 768px) {

.box-tool {
    display: flex;
    flex-direction: column;
}

.tool-tabs {
    order: 1;
    margin-top: 20px;
}

.box-exchange {
    margin-top: 0;
}

.btn-exchange, .btn-back {
    font-size: 5vw;
}

.btn-exchange {
    margin-right: 0;
    order: 2;
}

.box-des {
    margin: 0 4%;
}

.btn-ex {
    order: 2;
}

.map {
    top: -55px;
}

.on-768 {
    display: block;
}

.off-768 {
    display: none !important;
}

html, body, .box-map, .map {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.box-tool {
    margin-top: 0;
}

.box-menu {
    margin: 0;
    position: fixed;
    padding-top: 55px;
    width: 100%;
    z-index: 180;
}

/* .box-sec {
    display: none;
} */

.swiper-result .swiper-slide {
    padding: 20px;
}

.detail {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    margin-top: 7%;
    /* position: relative; */
}

.detail-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.detail-close i {
    font-size: 20px;
}

.detail>ul>li:first-child {
    border-top: none;
}

.swiper-path .swiper-slide i, .store-item i.fa-calendar {

}

.swiper-path .swiper-slide i, .store-item i.fa-chevron-right {
    right: 15px;
}


.product-filter li:hover img.on {
    display: none;
}

.product-filter li:hover span {
    color: #000;
}

.product-filter li.cover.on img.on {
    display: block;
}


}





@media all and (max-width: 414px) {


.box-sec {
    /* height: 500px; */
    overflow-y: scroll;
    position: relative;
}

.box-search {
    /* height: 500px; */
    height: calc(100vh - 121px);
    background-color: #fff;
    overflow-y: scroll;
    position: relative;
    display: block;
}

.box-result {
    height: auto;
}

.box-detail {
    /* height: calc(100% - 70px); */
    margin: 30px;
    /* padding: 30px; */
    padding: 25px;
    background-color: #fff;
}



.product-filter li:nth-child(5n), .range li:nth-child(5n) {
    margin-right: 0;
}

/* .product-filter li span, .range li span { */
    /* display: block; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
/* } */

/* .range li {
    width: 12.6vw;
    margin-right: 2.5vw;
} */

.swiper-result .swiper-slide .t {
    align-items: center;
    margin-bottom: 2%;
}

.swiper-result .swiper-slide a {
    display: inline-block;
    /* margin: 1% 0; */
    margin-bottom: 0.5%;
    color: #a99bbf;
}

.swiper-result .swiper-slide a i {
    display: inline-block;
    margin-right: 4px;
}

.swiper-result .swiper-slide a span {
    font-size: 13px;
}

.swiper-result .swiper-slide .t h4 {
    font-size: 4vw;
}

.detail {
    /* height: 570px; */
    width: 100%;
    /* height: 100%; */
    margin-top: 0;
    padding: 0;
    /* overflow-y: scroll; */
}

.tool-tabs {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    padding: 13px 0 10px 0;
}


}


@media all and (max-width: 414px) {

.product-filter li, .range li {
    width: calc(25% - 15px);
    margin-right: 20px;
}

.product-filter li img, .range li img {
    width: 100%;
    height: auto;
}

.product-filter li:nth-child(5n), .range li:nth-child(5n) {
    margin-right: 20px;
}

.product-filter li:nth-child(4n), .range li:nth-child(4n) {
    margin-right: 0;
}

}


@media all and (max-width: 320px) {

.box-search {
    /* height: 300px; */
}

.range li {
    height: 60px;
}
    
}




.fq-box {
    color: #421c6d;
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.fq-text {
    text-decoration: underline;
}

.fq-icon {
    margin-left: 2px;
}

.bubble-text {
    width: 300px;
    padding: 15px 12px;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    position: absolute;
    border-radius: 5px;
    line-height: 1.6;
    letter-spacing: .02em;
    z-index: 999;
    display: none;
}

.bubble-text.is-left {
    left: 0;
}

.bubble-text.is-right {
    right: 0;
}

.bubble-text.is-top {
    bottom: calc(100% + 10px);
}

.bubble-text.is-bottom {
    top: calc(100% + 10px);
}



.bubble-text.is-bottom.is-center {
    left: 50%;
    transform: translateX(-50%);
}

.fq-box:hover .bubble-text {
    display: block;
}

.bubble-text::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.bubble-text.is-left::before {
    left: 50px;
}

.bubble-text.is-right::before {
    right: 50px;
}

.bubble-text.is-top::before {
    top: 100%;
    border-top: 10px solid rgba(0,0,0,.75);
}

.bubble-text.is-bottom::before {
    bottom: 100%;
    border-bottom: 10px solid rgba(0,0,0,.75);
}

.bubble-text.is-bottom.is-center::before {
    left: 50%;
    transform: translateX(-50%);
}<!--0.00027894973754883-->