body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 禁止水平滚动条 */
    box-sizing: border-box;
} 
* {
    box-sizing: border-box; /* 使用 border-box 盒模型 */
}
.home-header{
    position: relative;
}
.home-header .row{
    margin: 0 !important;
}
.home-header .home-daohang{
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 水平居中对齐 */
    opacity: .95;
    background: linear-gradient(231deg, #3ebdff, rgb(0, 255, 127));
    box-shadow: 0 .05556rem .38889rem .16667rem rgba(198, 198, 198, .08);
    border-radius: .5rem;
    color: #fff;
    position: absolute;
    padding: 20px;
    bottom: -80px; /* 让卡片内容部分悬浮在图片下 */
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 1% !important;
    overflow: hidden;
}
.home-header .home-daohang .geo{
    font-size: 38px;
    font-weight: 500;
}
.home-header .home-daohang .daohang-btn button{
    font-weight: 500;
}
.header .card {
    position: relative;
}
  
.header .card img {
    max-height: 700px;
  }
  
.header .card .card-img-top {
    object-fit: cover;
} 
.header .card .card-body .view {
    background-color: #76ccff;
    padding: .2rem 1rem .2rem .7rem;
    font-size: .8rem;
    border-radius: 0 1.33333vw 0 2.93333vw;
}
  
.header .dimingku {
    height: 18vh;
    /* background-color: rgb(88, 117, 239); */
    background-color: rgb(0, 255, 127);
    border-radius: 10px;
    margin-left: 1%;
    margin-right: 1%; 
    margin-top: 60px;
} 
@media  screen and (min-width: 1200px){ 
    .header .card .card-body {
        /* margin: 0 auto; */
        opacity: .75;
        background: linear-gradient(231deg, #3ebdff, rgb(0, 255, 127));
        box-shadow: 0 .05556rem .38889rem .16667rem rgba(198, 198, 198, .08);
        border-radius: .5rem;
        color: #fff;
        position: absolute;
        bottom: -50px; /* 让卡片内容部分悬浮在图片下 */
        left: 0;
        right: 0;
        z-index: 2;
        margin: 0 1.9% !important;
        overflow: hidden;
        /* width: calc(100% - 2.4%); */
    }
    .custom-btn {
        /* padding: 1vh 5vw; */
        width: 30%;
        font-size: 1.2rem; /* 设置字体大小 */
        border-radius: 10px; /* 可选：设置圆角 */
        background: #dfdfdf;
        color: #000;
    }
    .chanyetese .card .card-title{
        font-size: 16px;
        font-weight: bold;
    }
    .chanyetese .meishi-card a > img{
        width: 100%;
        height: 75%;
        overflow: hidden;
        object-fit: cover; 
    }
    .food-list .meishi-card img{
        width: 100%;
        height: 75%;
        overflow: hidden;
        object-fit: cover; 
    }
    .contact .contact-content h1{
        font-size: 25px;
    }
    
}
@media  screen and (min-width: 992px) and (max-width: 1199px){
    .header .card .card-body {
        margin: 0 auto;
        opacity: .75;
        background: linear-gradient(231deg, #3ebdff, #1a67ff);
        box-shadow: 0 .05556rem .38889rem .16667rem rgba(198, 198, 198, .08);
        border-radius: .5rem;
        /* padding: 20px; */
        margin: 0 2.2% !important;
        color: #fff;
        position: absolute;
        bottom: -50px; /* 让卡片内容部分悬浮在图片下 */
        left: 0;
        right: 0;
        z-index: 2;
        /* width: calc(100% - 4%); */
      }
      .custom-btn {
        /* padding: 1vh 5vw; */
        width: 50%;
        font-size: 1.2rem; /* 设置字体大小 */
        border-radius: 10px; /* 可选：设置圆角 */
        background: #dfdfdf;
        color: #000;
    }
    .chanyetese .card .card-title{
        font-size: 16px;
        font-weight: bold;
    }
    .chanyetese .meishi-card img{
        width: 100%;
        height: 70%;
        overflow: hidden;
        object-fit: cover; 
    }
    .food-list .meishi-card img{
        width: 100%;
        height: 70%;
        overflow: hidden;
        object-fit: cover; 
    }
    
}
@media  screen and (min-width: 768px) and (max-width: 990px){
    .header .card .card-body {
        margin: 0 auto;
        opacity: .75;
        background: linear-gradient(231deg, #3ebdff, #1a67ff);
        box-shadow: 0 .05556rem .38889rem .16667rem rgba(198, 198, 198, .08);
        border-radius: .5rem;
        /* padding: 20px; */
        margin: 0 2.8% !important;
        color: #fff;
        position: absolute;
        bottom: -50px; /* 让卡片内容部分悬浮在图片下 */
        left: 0%;
        right: 0%;
        z-index: 2;
        /* width: calc(100% - 4.4%); */
      }
      /* .dimingku {
        width: 99%;
      } */
      .custom-btn {
        /* padding: 1vh 5vw; */
        width: 60%;
        font-size: 1.2rem; /* 设置字体大小 */
        border-radius: 10px; /* 可选：设置圆角 */
        background: #dfdfdf;
        color: #000;
    }
    .chanyetese .card .card-title{
        font-size: 16px;
        font-weight: bold;
    }
    .chanyetese .meishi-card img{
        width: 100%;
        height: 60%;
        overflow: hidden;
        object-fit: cover; 
    }
    .food-list .meishi-card img{
        width: 100%;
        height: 60%;
        overflow: hidden;
        object-fit: cover; 
    }
    
}
@media  screen and (min-width: 576px) and (max-width: 768px){
    .header .card .card-body {
        margin: 0 auto;
        opacity: .75;
        background: linear-gradient(231deg, #3ebdff, #1a67ff);
        box-shadow: 0 .05556rem .38889rem .16667rem rgba(198, 198, 198, .08);
        border-radius: .5rem;
        /* padding: 20px; */
        margin: 0 3% !important;
        color: #fff;
        position: absolute;
        bottom: -50px; /* 让卡片内容部分悬浮在图片下 */
        left: 0;
        right: 0;
        z-index: 2;
        /* width: calc(100% - 4.8%); */
    }
    /* .dimingku {
        width: 99%;
    } */
    .custom-btn {
        /* padding: 1vh 5vw; */
        width: 70%;
        font-size: 1.2rem; /* 设置字体大小 */
        border-radius: 10px; /* 可选：设置圆角 */
        background: #dfdfdf;
        color: #000;
    }
    .chanyetese .card .card-title{
        font-size: 16px;
        font-weight: bold;
    }
    .chanyetese .meishi-card img{
        width: 100%;
        height: 55%;
        overflow: hidden;
        object-fit: cover; 
    }
    .food-list .meishi-card img{
        width: 100%;
        height: 55%;
        overflow: hidden;
        object-fit: cover; 
    }
    
}
@media  screen and (max-width: 575px) {
    .header .card .card-body {
        margin: 0 auto;
        opacity: .75;
        background: linear-gradient(231deg, #3ebdff, #1a67ff);
        box-shadow: 0 .05556rem .38889rem .16667rem rgba(198, 198, 198, .08);
        border-radius: .5rem;
        /* padding: 20px; */
        margin: 0 3.8% !important;
        color: #fff;
        position: absolute;
        bottom: -50px; /* 让卡片内容部分悬浮在图片下 */
        left: 0;
        right: 0;
        z-index: 2;
        /* width: calc(100% - 8%); */
      }

      .custom-btn {
        width: 100%;
        font-size: 1.2rem; /* 设置字体大小 */
        border-radius: 10px; /* 可选：设置圆角 */
        background: #dfdfdf;
        color: #000;
    }
    .chanyetese .card .card-title{
        font-size: 16px;
        font-weight: bold;
    }
    .chanyetese .card .card-text{
        font-size: 12px;
    }
    .chanyetese .meishi-card img{
        width: 100%;
        height: 45%;
        overflow: hidden;
        object-fit: cover; 
    }
    .food-list .meishi-card img{
        width: 100%;
        height: 45%;
        overflow: hidden;
        object-fit: cover; 
    }
    .contact .contact-content h1{
        font-size: 15px;
    }
}

.chanyetese, .xiangcunjieshao{
    padding: 0 1% !important;
}
.chanyetese .meishi-card{
    width: 100%;
    height: 100%;
}
.chanyetese .card a{
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
}
.food-list .meishi-card{
    width: 100%;
    height: 100%;
}
.food-list{
    padding: 0 2%!important;
}
.shipin, .dimingwenhua{
    padding: 0 1% !important;
}
.dimingwenhua .images-container{
    width: 100%;
    height: 100%;
}
.dimingwenhua .images-container img{
    width: 100%;
    height: 80%;
    overflow: hidden;
    object-fit: cover; 
}
.top-menu{
    height: 80px;
    line-height: 80px;
}
.top-menu a{
    color: #000;
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
}
.product-list, .user-top{
    padding: 0 2% !important;
}
.user-top{
    height: 100px;
    line-height: 100px;
    font-size: 58px;
    font-weight: 400;
}
.gongneng-list{
    font-size: 18px;
    font-weight: 500;
    background-color: #f5f6fa;
}
.gongneng{
    margin: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    color: #323242;
}
.product-list .card{
    border: none;
    /* width: 100%; */
}
.product-list a{
    text-decoration: none;
}
.product-list .card img{
    width: 100%;
    margin: 0 auto;
}
.product-list .card .card-body{
    padding: 0.4rem !important;
}
.product-list h6{
    line-height: 20px;
    width: 100%;
    font-size: 0.7rem;
}
.zhoubian-top img{
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover; 
}
.detail-top{
    padding: 0;
}
.contact{
    padding: 0 2% !important;
    
}
.contact .contact-content{
    margin: 2.66667vw 5.33333vw;
    padding: 4.53333vw 4.53333vw 5.33333vw;
    border-radius: 2.13333vw;
    background: linear-gradient(270deg, rgba(193, 214, 242, .4), #c1d6f2);
    width: auto;
    position: relative;
    flex-direction: column;
}
.contact .contact-content .daohang{
    position: absolute;
    bottom: 40%;
    right: 2.66667vw;
}
.diming-detail, .dimingku{
    padding: 0 2% !important;
}
.dimingku{
    height: 18vh;
    /* background-color: rgb(88, 117, 239); */
    background-color: rgb(0, 255, 127);
    border-radius: 10px;
    margin-left: 1%;
    margin-right: 1%; 
    margin-top: 10px;
}
.diming-detail .mianbao{
    font-size: 12px;
    margin: 0 !important;
}
.diming-detail p{
    font-size: 20px;
    line-height: 3.5;
    font-weight: 500;
}
.fixed-content {
    min-height: calc(3vh); /* 减去固定底部的高度 */
    padding-bottom: 60px; /* 确保内容不被遮盖 */
}
 /* 自定义样式 */
 #optionsMenu {
    display: none; /* 初始隐藏 */
}
.custom-rounded-top {
    border-top-left-radius: 60px; /* 自定义左上角圆角 */
    border-top-right-radius: 60px; /* 自定义右上角圆角 */
}
#optionsMenu{
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 水平居中对齐 */
}
#optionsMenu ul li a{
    text-decoration: none;
    
}

#map {
    width: 100%;
    height: 100%; /* 设置地图高度为100% */
    position: relative;
}
.popup {
    position: absolute;
    top: 85%;
    left: 50%;
    width: calc(86.67%); /* 弹窗宽度为浏览器宽度的三分之二 */
    height: calc(20.67%); /* 弹窗高度为浏览器高度的三分之二 */
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* 确保弹窗在最上层 */
    display: none; /* 默认隐藏弹窗 */
    overflow-y: auto; /* 如果内容超过弹窗高度，则出现滚动条 */
}
.popup ul li{
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 水平居中对齐 */
}
.gongnengfankui{
    padding: 0 2% !important;
}
.gongnengfankui .form-style{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
}

  