 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: MicrosoftYaHei, PingFangSC-Regular, sans-serif;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}

.page {
    background-color: #fff;
    position: relative;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.text-wrapper_1 {
    width: 100vw;  
    height: 3rem;
    background-size: cover;  
    background-position: center;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;  
    padding-left: 2.18rem;  
    position: relative;
}
.bg-img {
    width: 100vw;  
    height: 3rem;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.text_9 {
    color: #fff;
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 0.47rem;
    margin-bottom: 0.15rem;
}
.text_10 {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.28rem;
}

.block_2 {
    background-color: #f4f4f4;
    height: 1.1rem;
    width: 100%;
    display: flex;
    justify-content: center;  
    align-items: center;
}
.list_1 {
    width: 10.24rem;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.dropdown-container {
    align-items: center;
    padding: 0.08rem 0.12rem;
    border: 1px solid #eee;
    border-radius: 0.04rem;
    cursor: pointer;
    position: relative;
    min-width: 1.2rem;
    height: 0.5rem;
    background: #fff;
    border: 1px solid #d3dce6;
    border-radius: 0.06rem;
    width: 2.48rem;
    box-sizing: border-box;
}
.image-text_1-0, .image-text_1-1, .image-text_1-2, .image-text_1-3 {
    width: 0.76rem;
    height: 0.2rem;
    display: flex;
    align-items: center;
}
.thumbnail_3-0, .thumbnail_3-1, .thumbnail_3-2, .thumbnail_3-3 {
    width: 0.18rem;
    height: 0.19rem;
    margin-right: 0.08rem;
}
.text-group_1-0, .text-group_1-1, .text-group_1-2, .text-group_1-3 {
    color: #475669;
    font-size: 0.14rem;
    line-height: 0.19rem;
}
.dropdown-trigger {
    margin-left: 1.19rem;
    font-size: 0.18rem;
    line-height: 0.21rem;
    transition: transform 0.2s;
}

.dropdown-select {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 0.04rem 0.04rem;
    z-index: 1000;
    box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.1);
}
.dropdown-option {
    padding: 0.08rem 0.12rem;
    cursor: pointer;
    transition: background 0.2s;
}
.dropdown-option:hover {
    background: #f5f5f5;
}
.dropdown-option.selected {
    background: #0066cc;
    color: #fff;
}

.grid_1 {
    width: 10.24rem;
    margin: 0.4rem auto;  
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;  
}

.shop-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
    width: 10.24rem;
    margin: 0 auto;  
}
.shop-card {
    width: 3.2rem;
    height: 1.8rem;
    background: #fff;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.25rem;
}
.shop-name {
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
    display: block;
    margin-top: 2.1rem;
}

.location, .business-hours {
    font-family: MicrosoftYaHei;
    font-size: 0.13rem;
    color: #000000;
    line-height: 0.17rem;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.15);
    text-align: justify;
    font-style: normal;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.location {
    margin-top: 0.15rem;
}
.business-hours {
    margin-top: 0.1rem;
}

.no-data {
    width: 100%;
    padding: 0.2rem;
    text-align: center;
    color: #999;
    font-size: 0.14rem;
}

.image-text_2 {
    width: 0.84rem;
    height: 0.19rem;
    margin: 0.5rem auto 0.51rem;  
    cursor: pointer;
    display: flex;
    align-items: center;
}
.text-group_11 {
    color: #1e60c9;
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 0.19rem;
    margin-right: 0.08rem;
}
.thumbnail_4 {
    width: 0.18rem;
    height: 0.18rem;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-size: 0.16rem;
    color: #666;
}

.shop-card {
    width : 3.2rem;
    height: 3.9rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.15);
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.shop-card:hover {
    transform: scale(1.01);
    transform-origin: 50% 50% 0px;
}
.shop-picture {
    position: absolute;
    top: 0;
    left: 0;
    width : 3.2rem;
    height: 2.1rem;
}
.shop-img {
    width : 100%;
    height: 100%;
    object-fit: cover;
}
