@charset "utf-8";
/* CSS Document */

* {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    ::-webkit-scrollbar-track {
      -webkit-box-shadow: none !important;
      background-color: transparent;
    }
    ::-webkit-scrollbar {
      width: 3px !important;
      background-color: transparent;
    }
    ::-webkit-scrollbar-thumb {
      background-color: transparent;
    }
  }

.shoplist-map {
    margin-bottom: 30px;
}

/* .shoplist-map .search01 .item01 {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */



.shoplist-map .search01 {
    margin-bottom: 20px;
    background-color: rgb(163, 201, 229, 0.1);
    padding: 20px;
}

.shoplist-map .search01 .item01 .tit01 {
    font-size: 20px;
    margin-bottom: 0;
}

.shoplist-map .search01 .item01 .select,
.shoplist-map .search01 .item02 .select,
.shoplist-map .search01 .item03 .select,
.shoplist-map .search01 .item04 .select {
    width: 100%;
    padding: 6px 5px;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    color: #6c6c6c;
}


.shoplist-map .search01 .item01,
.shoplist-map .search01 .item02,
.shoplist-map .search01 .item03,
.shoplist-map .search01 .item04 {
    width: 20%;
}

.shoplist-map .search01 .item03 .select03,
.shoplist-map .search01 .item04 .select04 {
    display: none;
}

.shoplist-map .search01 .item03 .select03.active,
.shoplist-map .search01 .item04 .select04.active {
    display: block;
}

.shoplist-map .search01 .item05 {
    width: 10%;
}

.shoplist-map .search01 .item05 .button01 {
    background: rgb(163, 201, 229);
    color: #fff;
    width: 100%;
    padding: 6px 5px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.shoplist-map .shop-list01 .left {
    width: 40%;
    overflow-y: auto;
    height: 450px;
    background: rgb(241, 242, 242);
}

.shoplist-map .shop-list01 .left .count-txt01 {
    padding: 10px 10px 0px 10px;
    font-size: 10pt;
    color: rgb(147, 149, 152);
}

.shoplist-map .shop-list01 .left .macau-txt {
    padding: 10px 10px;
    font-size: 10pt;
    color: rgb(147, 149, 152);
    background-color: rgb(232, 232, 232);
}

.shoplist-map .shop-list01 .left .address01 .item01 {
    background: rgb(241, 242, 242);
    padding: 15px 10px;
    cursor: pointer;
    display: none;
}

.shoplist-map .shop-list01 .left .address01 .item01.active {
    display: block;
}

.shoplist-map .shop-list01 .left .address01 .item01.active.select {
    background: #e8e8e8;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt {
    margin-bottom: 6px;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt01,
.shoplist-map .shop-list01 .left .address01 .item01 .txt02,
.shoplist-map .shop-list01 .left .address01 .item01 .txt03,
.shoplist-map .shop-list01 .left .address01 .item01 .txt04,
.shoplist-map .shop-list01 .left .address01 .item01 .txt05 {
    margin-left: 10px;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt01 {
    font-size: 14pt;
    color: rgb(35, 31, 32);
}


.shoplist-map .shop-list01 .left .address01 .item01 .txt02 {
    font-size: 11pt;
    color: rgb(88, 89, 91);
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt03 {
    margin-bottom: 6px;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt03 p {
    font-size: 10pt;
    color: rgb(88, 89, 91);
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt04 {
    font-size: 10pt;
    color: rgb(88, 89, 91);
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt05 {
    margin-top: 8px;
    font-size: 8pt;
    color: rgb(88, 89, 91);
}

/* .shoplist-map .shop-list01 .left .address01 .item01 .txt:last-of-type {
    margin-bottom: 7px;
} */

.shoplist-map .shop-list01 .right {
    width: 60%;
}

.shoplist-map .shop-list01 .right:after {
    content: "";
    padding-top: 50%;
    display: block;
}


.phone-icon-container {
    width: 10px;
    float: left;
    margin: 4px 5px 0px 10px;
}

.phone-icon {
    width: 100%;
}


.brand-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 6px;
}

.brand {
    background-color: rgba(216, 216, 216, 0.5);
    border-radius: 5px;
    padding: 2px 6px;
    margin: 3px;
}

.brand-name {
    font-size: 7pt;
    color: rgb(109, 110, 113);
}


.shoplist-map .shop-list01 .maps01 {
    position: relative;
}

.shoplist-map .shop-list01 .maps01 .item01 {
    position: absolute;
    top: 0;
    width: 100%;
}

.shoplist-map .shop-list01 .maps01 .item01.active {
    display: block;
}

.shoplist-map .update-time {
    text-align: right;
    color: #6c6c6c;
    font-size: 9pt;
    margin-top: 5px;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .shoplist-map .shop-list01 .maps01 .item01 .map:after {
        display: block;
        content: "";
        padding-top: 70%;
    }
}


@media only screen and (max-width: 599px) {
    .shoplist-map .shop-list01 .right {
        height: 300px;
    }

    .shoplist-map {
        margin-bottom: 0px;
    }

    .shoplist-map .search01 {
        margin-bottom: 15px;
    }

    .shoplist-map .search01 .item01,
    .shoplist-map .search01 .item02,
    .shoplist-map .search01 .item03,
    .shoplist-map .search01 .item04 {
        width: 48%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .shoplist-map .search01 .item01 .tit01 {
        font-size: 18px;
    }

    .shoplist-map .shop-list01 .left {
        width: 100%;
        height: 300px;
        border-bottom: 1px solid #000;
    }

    .shoplist-map .shop-list01 .left .address01 .item01 {
        padding: 10px 5px;
    }

    .shoplist-map .shop-list01 .right {
        width: 100%;
    }

    .shoplist-map .shop-list01 .right:after {
        content: "";
        padding-top: 100%;
        display: block;
    }

    .shoplist-map .search01 .item05 {
        width: 100%;
    }

    .shoplist-map .shop-list01 .maps01 .item01 .map:after {
        display: block;
        content: "";
        padding-top: 100%;
    }
}