
.all{
   background:none;
   position: relative;
}
.top{
   background:none;
}
.amap-controls{
   display: none;
}
.tops{
   height: auto;
   background-size: cover;
   position: relative;
   background: none;
   height: 2.8rem;
   padding: 0.2rem;
}
.amap-marker-label{ border:none !important;padding:5px;}
.close-btn{ width: 0.4rem;margin-top: -0.2rem;float: right;}

.main-title {
  width: 7.5rem;
  text-align:left;
}
.area_id_wrap,.big_id_wrap, .small_id_wrap {
  width: 1.5rem;	
}
.nav-undersearch a{margin-top: 0.2rem;}




.address_wrap{
   position: absolute;
   bottom: 1.3rem;
   width: 7rem;
   background-color: #fff;
   margin-left: 0.25rem;
   border-radius: 0.2rem;
   padding: 0.25rem 0.3rem;
   display: none;
   z-index: 9;
}
.address_wrap#city_address_wrap{
    position: relative;
    display: block;
    bottom: unset;
    margin-left: 0;
    margin-bottom: 0.24rem;
}
.address_wrap#city_address_wrap .addr_b{
    white-space: wrap;
    overflow: visible;
}


.list-item {
   margin-bottom:0;
   font-size: .29rem;
   font-weight: bold;
}

.list-item {
   display: flex;
   justify-content: flex-start;
   margin-bottom: 0.2rem;
}
.guide5-content .list-title {
   font-size: .29rem;
   font-weight: bold;
   color: black;
}

.list-img{
   position: absolute;
   top: 0.3rem;
   right: 0.3rem
}

.list-img img {
   width: 0.4rem;
   height: auto;
   margin-top: -0.2rem;

}

.list-detail-title {
   width: 20%;
   display: block;
   flex-shrink: 0;
   color: #666;
   vertical-align: top;
   margin-bottom: .10rem;
}

.list-detail-content {
   /* width: 65%; */
   display: block;
   /* text-indent: .27rem; */
   margin-bottom: .22rem;
}

.fixed {
   position: fixed;
   bottom: 0;
   z-index: 999;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   width: 100%;
   max-width: 7.5rem;
   margin: auto;
   padding: 0.1rem 0;
   background: #fff;
}

.share div {
   display: flex;
   justify-content: center;
   align-items: center;
}

.share-icon {
   width: 0.3rem;
   height: 0.3rem;
   margin-left: 0.1rem;
}
.list-title-tag{
   padding: 5px 10px;
   border: 1px solid #78e000;
   color:#78e000;
   font-size: 12px;
   font-weight: 500;
   border-radius: 5px;
}
.other-city {
   width: 50%;
   height: 0.8rem;
   line-height: 0.8rem;
   text-align: center;
   font-size: 0.32rem;
   border: 0;
   border-radius: 1.5625rem;
   margin-left: 0.275rem;
   margin-right: 0.275rem;
   margin-top: 0.1rem;
   color: #ffffff;
   background: rgb(254, 148, 147);
}

.share,.other_btns {
   width: 50%;
   height: 0.8rem;
   line-height: 0.8rem;
   border-radius: 1.5625rem;
   color: #ffffff;
   font-size: 0.3rem;
   font-weight: 500;
   background: rgb(254, 148, 147);
   margin-left: 0.275rem;
  text-align: center;
}

.weui-mask {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.weui-masks {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
position: fixed;
z-index: 5000;
width: 80%;
max-width: 750px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #FFFFFF;
text-align: center;
border-radius: 0.06rem;
overflow: hidden;
}

.weui-dialog__hd {
padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
font-weight: 400;
font-size: 0.36rem;
}

.weui-dialog__bd {
padding: 0 1.6em 0.8em;
min-height: 0.8rem;
font-size: 0.3rem;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
color: #808080;
text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
padding: 2.7em 0.4rem 1.7em;
color: #353535;
}

.weui-dialog__ft {
position: relative;
line-height: 0.96rem;
font-size: 0.36rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}

.weui-dialog__ft:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 0.02rem;
border-top: 0.02rem solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}

.weui-dialog__btn {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #09BB07;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
}

.weui-dialog__btn:active {
background-color: #EEEEEE;
}

.weui-dialog__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 0.02rem;
bottom: 0;
border-left: 0.02rem solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
display: none;
}

.weui-dialog__btn_default {
color: #353535;
}

.weui-dialog__btn_primary {
color: #09BB07;
}







#footer{
   display: none;
 }
 .rotate-circle{
   display: none;
 }
 .tmap-zoom-control {
   margin-top:1rem!important;
   margin-right:15px!important;
 }
 #dituContent{
   top:4.87rem
 }
 .amap-controls {
   display: block;
 }
 .amap-toolbar{
   top: 5rem !important;
 }
 .amap-markers .amap-marker .amap-icon img{
   width: 0.5rem;
   height: 0.5rem;
 }
 
 .amap-markers .amap-marker:nth-child(2n) .amap-icon img {
   width: 0.3rem;
   height: 0.3rem;
   left: 0.1rem !important;
   top: 0.1rem !important;
 }
 
 .shanghua-top{
   position: relative;
   /* z-index: 99999; */
   width: 100%;
 
   background: linear-gradient(to bottom, rgb(235 250 211), rgb(248 255 237));
    z-index: 2;
    /* padding-bottom: 0.3rem; */
    /* box-shadow: 0 0.2rem 0.5rem 0.5rem rgba(254, 247, 247,0.5); */
 }
 
 
 .shanghua-top-bg {
   width: 7.5rem;
   height: 4.82rem;
   display: block;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
 
 }
 .top-title{
   padding:0.21rem 0.19rem 0 0.19rem;
   
   align-items: center;
   display: flex;
 }
 .top-title img{
   width: 1.17rem;
   height: 0.56rem;
 }
 .top-title  .block{
   width: 0.02rem;
   height: 0.3rem;
   background: #adda61;
   margin:0.05rem 0.15rem 0 0.12rem
 }
 .top-title   .t-title{
   color: #adda61;;
   font-family: "PingFang SC";
   font-size: 0.45rem;
   font-style: normal;
   font-weight: 900;
   line-height: 0.63rem;
   display: block;
 }
 .top-title   .dec{
   width: 2.26rem;
   height: 0.43rem;
   flex-shrink: 0;
   border-radius: 0.1rem 0.1rem 0.1rem 0;
   background: #ff5959b3;
 
   color: #ffffff;
   font-family: "PingFang SC";
   font-size: 0.24rem;
   font-style: normal;
   font-weight: 500;
   line-height:  0.43rem;
   padding-left: 0.16rem;
   margin-left: 0.44rem;
   margin-top: 0.04rem;
 }
 .search-wrap{
   width: 6.92rem;
   margin:0.22rem 0.29rem 0 0.29rem;
   background-color: #fff;
   border-radius: 0.12rem;
   height: 0.71rem;
   position: relative;
   display: flex;
 
 }
 .city-left{
 
   padding:0.16rem 0 0.16rem 0.26rem;
   position: relative;
   width: fit-content;
 
   color: #333333;
   font-family: "PingFang SC";
   font-size: 0.28rem;
   font-style: normal;
   font-weight: 500;
   line-height: 0.39rem;
   display: flex;
   align-items: center;
 }
 .city-left img{
   width: 0.13rem;
   height: 0.10rem;
   margin-left: 0.11rem;
 }
 .city-left .block{
   background-color: #ccc;
   height: 0.38rem;
   width: 0.02rem;
   margin-left: 0.24rem;
 
 }
 .search{
   width: 4rem;
 
 
   font-family: "PingFang SC";
   font-size: 0.28rem;
   font-style: normal;
   font-weight: 500;
   line-height: 0.38rem;
   padding:0.16rem 0.2rem 0.16rem 0.25rem;
 }
 
 input::placeholder {
   color: #999;  
 }
 .search_btnai{
   position: absolute;
   right: 0.07rem;
   padding: 0.12rem 0.31rem;
   justify-content: center;
   align-items: center;
   border-radius: 0.12rem;
   background: linear-gradient(144deg, #FF9F9F 4.45%, #FF7575 79.18%);
 
 
   color: #ffffff;
   font-family: "PingFang SC";
   font-size: 0.26rem;
   font-style: normal;
   font-weight: 500;
   line-height: 0.36rem;
   top:0.05rem
 }
 
 .flower-content{
   width: 7rem;
   display: flex;
   padding: 0 0.14rem;
   margin: 0.24rem auto 0;
   position: relative;
 
 }
 .flex{
 display: flex;
 }
 .button-wrap{
   background-color: #fff;
   color: rgb(255, 104, 104);
   border-radius: 0.3rem;
   padding: 0.08rem 0.2rem;
   margin-right: 0.2rem;
   font-size: 0.25rem;
   line-height: 0.3rem;
 }
 
 .flower-mount::-webkit-scrollbar {
   /* visibility: hidden;      */
   height: 0;
    /* 隐藏滚动条 */
 }
 .button-wrap.active{
   background-color: rgb(255,149,149);
   color:#fff;
 }
 
 
 
 .flower-news-img{
 width:0.5rem;
 height: 0.5rem;
 margin: 0 auto;
 background-color: #fffaec;
 border-radius: 50%;
 /* border: 1px solid #ce7268; */
 /* transition: width .5s, height .5s; */
 
 }
 
 .flower-news-img.active{
 width:0.7rem;
 height: 0.7rem;
 position: relative;
 top: -0.1rem;
 }
 
 .flower-news-img img{
 width: 100%;
 height:100%
 }
 
 .flower-text{
 color:rgb(255, 104, 104);
 font-size: 0.24rem;
 text-align: center;
 }
 
 .flower-wrap{
 margin-right:10px;
 margin-bottom: 0.15rem;
 }
 
 
 .flower-title{
 color: #999999;
 position: relative;
 font-size: 0.26rem;
 align-items: flex-start;
 top: 0.1rem;
 
 }
 .flower-content{
 width: 7rem;
 display: flex;
 padding: 0 0.14rem;
 margin: 0.24rem auto 0;
 
 }
 .flex{
 display: flex;
 }
 .button-wrap{
 background-color: #fff;
 color: rgb(255, 104, 104);
 border-radius: 0.3rem;
 padding: 0.08rem 0.2rem;
 margin-right: 0.2rem;
 font-size: 0.25rem;
 line-height: 0.3rem;
 }
 
 .flower-mount::-webkit-scrollbar {
 /* 隐藏滚动条 */
 }
 .button-wrap.active{
 background-color: rgb(255,149,149);
 color:#fff;
 }
 .back_to_bottom{
    z-index: 2;
   width: 100%;
   height: 0.6rem;
   position: relative;
   background: linear-gradient(to bottom, rgb(254, 247, 247), rgba(254, 247, 247,0));
 }
 
 
 .address_wrap_top{
     display: flex;
 
 }
 .address_wrap_top img{
     width: 2.09rem;
     height: 1.98rem;
     flex-shrink: 0;
     border-radius: 0.1rem;
     margin-top: 0.05rem;
 }
 .address_wrap_top_rigth{
     margin-left: 0.25rem;
     width: 4rem;
 }
 .address_wrap_top_rigth  .com_name{
     width: 3.53rem;
     color: #333333;
     font-family: "PingFang SC";
     font-size: 0.3rem;
     font-style: normal;
     font-weight: 700;
     line-height: 0.4rem;
     /* height:0.8rem;  */
     display: -webkit-box; /* 使用弹性盒子模型 */
     -webkit-box-orient: vertical; /* 垂直排列子元素 */
     overflow: hidden; /* 隐藏超出的文本 */
     -webkit-line-clamp: 2; /* 限制为两行 */
     white-space: normal; /* 允许文本换行 */
     text-overflow: ellipsis; /* 超出的文本显示省略号 */
 }
 .hua_detail{
     color: #666666;
     font-family: "PingFang SC";
     font-size: 0.26rem;
     font-style: normal;
     font-weight: 500;
     line-height: 0.36rem;
     margin-top: 0.14rem;
     /* display: flex; */
     width: 100%;
     /* justify-content: space-between; */
 }
 .hua_detail>div{ 
     color: #666666;
     font-family: "PingFang SC";
     font-size: 0.26rem;
     font-style: normal;
     font-weight: 500;
     line-height: 0.4rem;
     min-width: calc(40%);
     white-space: nowrap; /* 不换行 */
     overflow: hidden; /* 隐藏超出的文本 */
     text-overflow: ellipsis; /* 超出的文本显示省略号 */
 }
 .hua_detail>div:nth-child(2){
     /* margin-left: 0.22rem; */
 }
 .hua_button{
     display: flex;
     margin-top: 0.14rem;
 }
 .hua_gonglue{
     display: inline-flex;
     padding: 0 0.38rem 0 0.39rem;
     justify-content: center;
     align-items: center;
     border-radius: 0.43rem;
     /* background:linear-gradient(107deg, #ff9c5b 23.39%, #fd802c 84.97%); */
     background-color: #bde082;
     color: #ffffff;
     font-family: "PingFang SC";
     font-size: 0.24rem;
     font-style: normal;
     font-weight: 500;
     line-height: 0.51rem;
     margin-right: 0.25rem;
 }
 
 .hua_rikou{
     display: inline-flex;
     padding: 0 0.38rem 0 0.39rem;
     justify-content: center;
     align-items: center;
     border-radius: 0.43rem;
     border: 0.02rem solid #bde082;
     
 
     color: #bde082;
     font-family: "PingFang SC";
     font-size: 0.24rem;
     font-style: normal;
     font-weight: 500;
     line-height: 0.51rem;
     margin-right: 0.25rem;
 }
 .addr_b{
    padding-top: 0.18rem;
    margin-top: 0.2rem;
     border-top: 1px solid rgb(245, 243, 241);
     color: #666666;
     font-family: "PingFang SC";
     font-size: 0.26rem;
     font-style: normal;
     font-weight: 500;
     line-height: 0.36rem;
     white-space: nowrap; /* 不换行 */
     overflow: hidden; /* 隐藏超出的文本 */
     text-overflow: ellipsis; /* 超出的文本显示省略号 */
 }
 .addr_reason{
   padding-top: 0.18rem;
   margin-top: 0.2rem;
    /* border-top: 1px solid rgb(245, 243, 241); */
    color: #666666;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的文本 */
    text-overflow: ellipsis; /* 超出的文本显示省略号 */
}


 .intr_wrap{
    padding:0.18rem 0.34rem;
    /* background-color: rgb(207, 255, 198); */
 }

 .intr_wrap .title{
    color: #333;
    font-weight: bold;
    font-size: 0.24rem;
    margin-bottom: 0.12rem;

 }
 .intr_wrap .intr{ 
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.22rem;
 }

 .intr_wrap .huayu{
    font-size: 0.22rem;
    color: #666;
    /* background-color: #fff;
    padding: 0.1rem 0.2rem 0.1rem 0.01rem;
    border-radius: 0.12rem;
    box-shadow: 0 0 10px 0 rgba(250, 193, 119, 0.1); */
 }

 #dituContent{   
    position: relative;
    top: unset;
    left: unset;
    width: 100vw;
    max-width: 7.5rem; 
    transform: translateY(-0.6rem);
    margin: 0 auto;
    height: 9.5rem; 
    z-index: 1;
 }

 .main_block{
    position: relative;
    transform: translateY(-1.1rem);
    /* background-color: #fff; */
    z-index: 2;
    font-size: 0.3rem;
    background-color: #fbf6f6;
    padding: 0.3rem 0.26rem;
 }
 

 
 .city_position{ 
   padding: 0.24rem;
   background-color: white;
   border-radius: 0.1rem;
   margin-bottom: 0.36rem;
   box-shadow: 0 0 0.2rem 0.1rem rgba(255, 214, 201, 0.2);
 }
 .city_title{
     font-size: 0.32rem;  
     font-weight: 700;
     /* background-color: green;  */
     padding-left: 0.36rem;
     position: relative;
     margin-bottom: 0.1rem;
 }
 .city_title::after{
    content: "";
    position: absolute;
    display: block;
    width: 0.08rem;
    height: 0.3rem;
    background-color: #adda61;
    border-radius: 0.8rem;
    left: 0;
    top: 0.1rem;
 }
 .city_title::before{
    content: "";
    position: absolute;
    display: block;
    width: 0.08rem;
    height: 0.3rem;
    background-color: rgb(255, 203, 169);
    border-radius: 0.8rem;
    left: 0.15rem;
    top: 0.1rem;
 }

 .p_detail .addr_time{
    padding: 0.26rem 0.1rem;
    border-bottom: 0.01rem solid #e9d6d6;
    font-size: 0.28rem;
    display: block;
    color: #222;
    line-height: 0.38rem;
}
.p_detail .addr_time:last-child{
    border: none;
}
 .p_detail .addr_time .info{
    margin-bottom: 0.16rem;
    display: flex; 
}
 .p_detail .addr_time .label{
    width: 22%;
    min-width: 22%;
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    color: #666;
 }




  .daka_wrap{
    margin-bottom: 0.6rem;
 }

 .daka_item_wrap{
    background-color: #fff;
    padding: 0.24rem;
    margin-bottom: 0.24rem;
 }
 
 .daka_wrap .address_wrap_top_rigth{
    font-size: 0.26rem;
    color: #666;
 }
 .daka_wrap .address_wrap_top_rigth .com_name{
    margin-bottom: 0.06rem;
 }
 .daka_wrap .address_wrap_top_rigth .time{
    margin-bottom: 0.06rem;
 }
 .daka_wrap .address_wrap_top_rigth .liyou{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
 }


.daka_item_wrap .action{
    padding: 0.24rem 0 0 0 ;
    display: flex;
    justify-content: center; 
    margin-top: 0.24rem;
    border-top: 0.01rem solid #e9d6d6;
}
.daka_item_wrap .action .btn{
    width: unset;
    display: block;
    flex: 1;
    text-align: center;
    max-width: 4rem;
    margin: 0 0.06rem;
}
.daka_item_wrap .action .btn.hua_gonglue{
    /* background: linear-gradient(107deg, #ff9c5b 23.39%, #fd802c 84.97%); */
    background-color: #bde082;
}
.daka_item_wrap .action .btn.hua_rikou{
    border: 0.02rem solid #ff761a;
    color: #ff7213;
}




 body{
    background-color: #fbf6f6;
    padding-bottom: 0.8rem;
 }

 .title_h1{
    font-size: 0.36rem;
    font-weight: 700;
    margin-bottom: 0.36rem;
 }

.footer_btn{
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0.2rem;
}
.footer_btn a{
    display: block;
    flex: 1;
    font-size: 0.28rem !important;
    margin: 0.05rem !important;
    width: fit-content;
    background-color: #bde082;
}

.addr_nav{
    color: #bde082;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.32rem;
}

