@font-face {
    font-family: "MiSans-Demibold";
    src: url("./fonts/MiSans-Demibold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "MiSans-Normal";
    src: url("./fonts/MiSans-Normal.ttf") format("truetype");
    font-style: normal;
}

.mid {
    font-family: "MiSans-Demibold";
    font-weight: 450;
}

.min {
    font-family: "MiSans-Demibold";
    font-weight: 305;
}


.store_a .w1680 {
    padding: 1.5rem 3rem 2rem;
    background-color: #fff;
}

.store_a h3 {
    font-size: 32px;
    color: #000;
    line-height: 1.3;
    margin-bottom: .75rem;
}

.store_a .map_box {
    width: 100%;
    height: 18rem;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.store_a .map_box .map_top {
    position: relative;
    z-index: 2;
}

.store_a .map_box .map_l {
    width: calc(100% - 30rem - .55rem);
    height: 100%;
}

.store_a .map_box .map_nav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.store_a .map_box .select_box {
    position: relative;
    width: 3rem;
    height: 1.1rem;
}

.store_a .map_box .select_box .select_show {
    width: 100%;
    height: 100%;
    padding: 0 .5rem 0 .4rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    justify-content: space-between;
}

.store_a .map_box .select_box .select_show p {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store_a .map_box .select_box .select_show.on svg {
    transform: rotate(180deg);
}

.store_a .map_box .select_box .select_show svg {
    width: .2rem;
    height: auto;
    transition: all .6s;
}

.store_a .map_box .select_hide {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    max-height: 5rem;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 0;
    padding: .25rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.store_a .map_box .select_hide p {
    font-size: 12px;
    padding: 0 0rem 0 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #333;
    cursor: pointer;
    transition: all .6s;
}

.store_a .map_box .input svg path {
    transition: all .6s;
}

.store_a .map_box .input svg:hover path {
    fill: #e50012;
}

.store_a .map_box .select_hide p:hover {
    color: #e50012;
}

.store_a .map_box .input {
    width: calc(100% - 3rem - .275rem);
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .375rem;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: .35rem .375rem;
}

.store_a .map_box .input button {
    background-color: transparent;
    width: .475rem;
    height: .475rem;
    margin-right: .225rem;
    flex-shrink: 0;
}

.store_a .map_box .input svg {
    width: 100%;
    height: auto;
}

.store_a .map_box l .input input {
    flex: 1;
    max-width: 100%;
}

.store_a .map_box .input input::placeholder {
    color: #8d8d8d;
}

.store_a .map_box .map_res {
    font-size: 11px;
    color: #000;
    margin-top: .35rem;
}

.store_a .map_box .map_res span {
    color: rgba(229, 0, 18, 1);
    font-size: 13px;
}

.store_a .map_box .map_ul {
    width: 100%;
    /* height: 15.5rem; */
    height: 14.7rem;
    overflow-y: auto;
    padding-right: .25rem;
    margin-top: .55rem;
}

.store_a .map_box .map_ul::-webkit-scrollbar {
    width: .25rem;
    background-color: rgba(0, 0, 0, 0.1);
    ;
}

.store_a .map_box .map_ul::-webkit-scrollbar-thumb {
    background-color: rgba(229, 0, 18, 1);
}

.store_a .map_box .no_li {
    width: 100%;
    position: relative;
    background-color: rgba(244, 244, 244, 1);
    height: 2.5rem;
    margin-top: .55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .25rem 1rem;
}

.store_a .map_box .no_li h5 {
    color: #000;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    margin-bottom: .125rem;
    position: relative;
    z-index: 1;
    font-weight: 450;
    text-transform: none;

}

.store_a .map_box .no_li h6 {
    color: #7a7a7a;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 305;
    text-transform: none;
}

.store_a .map_box .no_li img {
    position: absolute;
    right: 27px;
    top: 20px;
    z-index: 0;
    width: 1.7rem;
    height: auto;
}

.store_a .map_box .map_li {
    /* width: 9.45rem; */
    height: 3.4rem;
    margin-bottom: .275rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #FFF;
    transition: all .6s;
    position: relative;
    padding: .475rem .5rem .25rem;
    overflow: hidden;
}

.store_a .map_box .map_li svg {
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: .35rem;
    height: auto;
    z-index: 1;
}
.pc-block{
    display: block;
}

.mb-block{
    display: none;
}

.store_a .map_box .map_li::after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../store/b1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    opacity: 0;
    transition: all .6s;
}

.store_a .map_box .map_li.on,
.store_a .map_box .map_li:hover {
    border-color: rgba(229, 0, 18, 0);
}

.store_a .map_box .map_li.on::after,
.store_a .map_box .map_li:hover::after {
    opacity: 1;
}

.store_a .map_box .map_li h5 {
    color: rgba(229, 0, 18, 1);
    margin-bottom: .1rem;
    font-size: .425rem;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.store_a .map_box .map_li h4 {
    font-size: .425rem;
    line-height: 1.2;
    color: #000;
    position: relative;
    z-index: 1;
}

.store_a .map_box .map_li h6 {
    font-size: .3rem;
    line-height: 1.25;
    color: #666;
    margin-top: .3rem;
    position: relative;
    z-index: 1;
    text-transform: none;

}

.store_a .map_box .map_r {
    width: 30rem;
    height: 100%;

}

.es2 {
    /* 两行省略 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.es3 {
    /* 两行省略 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

@media (max-width: 996px) {

    .store_a .w1680 {
        width: 100%;
        overflow: hidden;
        padding: 1.5rem 4% 2rem;
    }

    .store_a .map_box {
        display: block;
        /* flex-direction: column-reverse; */
        height: auto;
    }

    .store_a .map_box .map_res {
        margin-bottom: .35rem;
    }

    .store_a .map_box .map_l {
        width: 100%;
        margin-bottom: 1rem;
    }

    .store_a .map_box .map_r {
        width: 100%;
    }

    .store_a .map_box .map_r img {
        max-width: 100%;
    }

    .store_a .map_box .map_ul {
        height: auto;
        max-height: 10rem;
        padding-right: 0;
    }

    .store_a .map_box .map_li {
        width: 100%;
        height: auto;
    }

    .store_a .map_box .map_res {
        font-size: 12px;
    }

    .store_a .map_box .input {
        font-size: 14px;
    }

    .store_a .map_box .input input {
        /* flex: 1; */
        /* flex: 50%; */
        width: 75%;
    }
    .store_a .map_box .map_li svg{
        width: .35rem;

    }
    .pc-block{
        display: none;
    }
    
    .mb-block{
        display: block;
    }
}