
.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;}




.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;
}

.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;
 }
 
 
 

 .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));
 }
 
 
 
 .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;
}

.image_text_previews {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  width: 90%;
  line-height: 0.24rem;

  color: white;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.2rem;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  margin: auto;
}
.back_to_bottom {
  z-index: 2;
  width: calc(100% - 0.1rem);
  color: #adda61;
  height: 0.6rem;
  font-size: 0.3rem;
  position: relative;
  margin-top: 0.1rem;
  padding-left: 0.1rem;
  background: linear-gradient(
    to bottom,
    rgb(254, 247, 247),
    rgba(254, 247, 247, 0)
  );
}

.region-nav {
  background: #fff;
  padding: 0.25rem;
  border-top: 0.02rem solid #efefef;
  border-bottom: 0.02rem solid #efefef;
  margin-bottom: 0.25rem;
}

.region-nav ul {
  overflow: hidden;
  padding: 0.125rem 0;
  position: relative;
}

.region-nav ul:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 0.02rem;
  background: #efefef;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}

.region-nav ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding-bottom: 0.125rem;
}

.region-nav ul li h5 {
  margin: 0;
  font-size: 0.32rem;
}

.region-nav ul li h5 a {
  font-weight: 400;
  color: #333;
  line-height: 0.55rem;
}

.region-nav ul li span {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fa4628;
}

.region-nav ul li span i {
  padding-left: 0.125rem;
}

.region-nav ul li p {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.4rem;
  margin: 0;
}

.region-nav ul li p i {
  padding-left: 0.125rem;
}

.region-nav ul li ~ li {
  position: relative;
}

.region-nav ul li ~ li:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0.02rem;
  height: 50%;
  margin-top: -25%;
  background: #efefef;
  transform: scaleX(0.5);
  transform-origin: 0 0;
}

.region-nav ul:last-child:before {
  display: none;
}



.region-nav {
  padding: 0.3rem;  /* 15px */
  background: #fff;
  border-radius: 0.24rem;  /* 12px */
  margin: 0.3rem 0.1rem;  /* 15px */
}

.region-item {
  margin-bottom: 0.4rem;  /* 20px */
}

.region-item:last-child {
  margin-bottom: 0;
}

.province {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.4rem 0.2rem 0;  /* 修改右侧padding为0.4rem (20px) */
  border-bottom: 0.02rem solid #f0f0f0;
  cursor: pointer;
  position: relative;
}

.province-name {
  font-size: 0.36rem;  /* 18px */
  font-weight: 600;
  color: #333;
}

.activity-count {
  font-size: 0.28rem;
  color: #999;
  margin-right: 0.4rem;  /* 添加右侧间距0.6rem (30px) */
}

.city-list {
  padding: 0.2rem 0;  /* 10px */
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.city-list.active {
  display: block;
}

.city-item {
  margin-bottom: 0.3rem;  /* 15px */
}

.city-item:last-child {
  margin-bottom: 0;
}

.city-name {
  font-size: 0.32rem;  /* 16px */
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.city-map-link {
  font-size: 0.26rem;  /* 13px */
  color: #1976D2;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.city-map-link img {
  width: 0.24rem;  /* 12px */
  height: 0.24rem;
  margin-left: 0.1rem;  /* 5px */
  opacity: 0.7;
}

.activity-list {
  padding-left: 0;
  position: relative;
}

.activity-items {
  transition: max-height 0.3s ease;
  position: relative;
  padding-bottom: 0.8rem;  /* 为show-more按钮留出空间 */
}

.activity-items.collapsed .activity-item:nth-child(n+4) {
  display: none;
}

.show-more {
  text-align: center;
  color: #666;
  font-size: 0.28rem;
  padding: 0.2rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #fff 100%);
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}

.show-more:after {
  content: '';
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(45deg);
  margin-left: 0.1rem;
  transition: transform 0.3s;
}

.show-more.active:after {
  transform: rotate(-135deg);
}

.activity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem;  /* 12px */
  background: #f8f9fa;
  border-radius: 0.16rem;  /* 8px */
  margin-bottom: 0.2rem;  /* 10px */
}

.activity-item:last-child {
  margin-bottom: 0;
}

.activity-info {
  flex: 1;
}

.activity-name {
  font-size: 0.3rem;  /* 15px */
  color: #333;
  margin-bottom: 0.1rem;  /* 5px */
}

.activity-time {
  font-size: 0.26rem;  /* 13px */
  color: #666;
}

.activity-detail {
  display: flex;
  align-items: center;
  color: #1976D2;
  font-size: 0.28rem;  /* 14px */
  text-decoration: none;
}

.arrow-right {
  width: 0.2rem;  /* 10px */
  height: 0.2rem;  /* 10px */
  margin-left: 0.1rem;  /* 5px */
  opacity: 0.7;
}

.province:after {
  content: '';
  position: absolute;
  right: 0;  /* 改为0 */
  top: 50%;
  width: 0.16rem;
  height: 0.16rem;
  border-right: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

.province.active:after {
  transform: translateY(-30%) rotate(-135deg);
}

/* 直播按钮样式 */
.zhibo-btn {
  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.41rem;
  margin-right: 0.25rem;
  margin-top: 0.1rem;
     
  }
  
  /* 直播弹窗样式 */
  .zhibo-mask {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .zhibo-dialog {
      width: 80%;
      max-width: 6rem;
      background: #fff;
      border-radius: 0.2rem;
      padding: 0.4rem 0.3rem;
      position: relative;
  }
  
  .zhibo-dialog-title {
      text-align: center;
      font-size: 0.32rem;
      font-weight: bold;
      margin-bottom: 0.4rem;
      color: #333;
  }
  
  .zhibo-list {
      max-height: 6rem;
      overflow-y: auto;
  }
  
  .zhibo-item {
      display: flex;
      align-items: center;
      padding: 0.2rem 0;
      border-bottom: 1px solid #eee;
  }
  
  .zhibo-item:last-child {
      border-bottom: none;
  }
  
  .zhibo-icon {
      width: 0.6rem;
      height: 0.6rem;
      margin-right: 0.2rem;
      border-radius: 50%;
  }
  
  .zhibo-info {
      flex: 1;
      display: flex;
  }
  
  .zhibo-name {
      font-size: 0.28rem;
      color: #333;
      margin-bottom: 0.1rem;
      width: 1.5rem;
      text-align: right;
  }
  
  .zhibo-desc {
      font-size: 0.24rem;
      color: #999;
      padding-left: 0.2rem;
  }
  
  .close-zhibo {
      margin-top: 0.4rem;
      text-align: center;
      padding: 0.2rem;
      background: #f5f5f5;
      border-radius: 0.1rem;
      color: #666;
      font-size: 0.28rem;
  }