footer{
    display: none;
}
body{
    margin:auto;
    background: #F9F9F9;
}
.search-box {
    margin: 0.42rem 0.31rem 0;
}

.content_box{
    margin: -1rem 0.24rem 0.5rem  0.24rem;
    position: relative;
    border-radius: 0.2rem;
    background: #F9F9F9;
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;

}
.content_box .search{
    background-color:#fff;
    width: 100%;
    height: 1.1rem;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: #FFF;
    box-shadow: 0 0 0.15rem 0 #0000001a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.26rem;
}

.search_right{
    width: 1.1rem;
    height: 0.72rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background:  var(--Linear, linear-gradient(293deg, #6A70FF 0%, #E477FF 100%));
    box-shadow: 0 0 0.04rem 0 #0000001a;
}
.search_right img{
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    position: relative;
    top: 0.15rem;
    left: 0.35rem;
}
.search_input{
    border-style: none;
    width: calc(100% - 1.7rem);
    height: 0.72rem;

    color: #333;
    font-family: "PingFang SC";
    font-size:0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;
}
.search_input:focus {
    border-style: none;
    outline: none; 
}
.search_input::placeholder {
    color: #999999;
    font-family: "PingFang SC";
    font-size:0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;
}

.select_wrap{
    width: 100%;
    height:0.9rem;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: #FFF;
    box-shadow: 0 0 0.15rem 0 #0000001a;
    position: relative;

    margin-top:0.1rem;


}
.hangye_wrap{
    position: absolute;
    z-index:999;
    top: 0.9rem;

    width: 100%;
    max-height: 6.66rem;
    /* padding-top: 0.26rem; */
    flex-shrink: 0;
    /* border-radius: 0.2rem; */
    background: #FFF;
    display:flex;

    box-shadow: 0 0.15rem 0.15rem 0 #0000001a;
    
    /* box-shadow: 0 0 0.15rem 0 #0000001a; */
}
.hangye{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;

}

.hangye_wrap{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;

    flex-shrink: 0;
    border-radius: 0  0 0.2rem 0.2rem;
    background: #FFF;
    /* box-shadow: 0 0 0.15rem 0 #0000001a; */
    /* background-color: rgb(248,248,248) */

    display:none;
}
.hangyes_wrap.selected{
    display:flex;
}
.hangyes_wrap{
    /* position: relative; */
}
.hangyes_wrap::before{
    content: '';
    position: absolute;
    top:-0.19rem;
    left:1.66rem;
    width: 0px;
    height: 0px;
    border: 0.1rem solid transparent;
    border-color: transparent transparent #f9f9f9  transparent;
}
/* .changguan_wrap::before{
    content: '';
    position: absolute;
    top:-0.19rem;
    left:4.99rem;
    width: 0px;
    height: 0px;
    border: 0.1rem solid rgba(0,0,0,.05);
    border-color: transparent transparent #fff  transparent;
} */
.changguan_wrap{
    border-top: 0.01rem solid rgba(0,0,0,.05)
}
.changguan_wrap.selected{
    display:block;
}
.hangye_wrap .select{
    display:block
}
.hangye_left_wrap{
    padding-top: 0.26rem;
    flex-shrink: 0;
    width: 3.5rem;
    /* border-radius: 0.2rem; */
    background-color: rgb(248,248,248);
   
    max-height:6.6rem;
    overflow-y:scroll;
}
.hangye_left{
 
   background-color: #fff;
}

.hangye_left_son{
    color: #333333;
    font-family: "PingFang SC";
    font-size:0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.14rem 0.2rem;
    letter-spacing:0.01rem;
    background-color: rgb(248,248,248);

    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
}
.hangye_left_son.select{
    background-color: #fff;
    position: relative;


}
.hangye_left_son.select::before{
    content: '';
    position: absolute;
    left: 0;
    width: 0.06rem;
    height: 0.4rem;
    flex-shrink: 0;
    border-radius: 0 0.2rem 0.2rem 0;
    background: #00B1D8;
}


.hangye_left_son.prev{
    border-radius: 0  0 0.2rem 0;
}
.hangye_left_son.next{
    border-radius: 0   0.2rem 0 0;
}



.hangye_right_wrap{
    padding-top: 0.26rem;
    flex-shrink: 0;
    width: calc(100% - 3.5rem);
    /* border-radius: 0.2rem; */
    background-color: #fff;
    max-height:6.6rem;
    overflow-y:scroll;
}
.hangye_right{
  
   background-color: #fff;
}

.hangye_right_son{
    color: #333333;
    font-family: "PingFang SC";
    font-size:0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.14rem 0.2rem 0.14rem 0.7rem;
    background-color: #fff;

    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
}
.hangye_right_son.disable{
    color:#999999
}
.changguan_son.disable{
    color:#999999
}
.hangye_right_son.select{
    /* background-color: #fff; */

    color: #009fe3;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;
    background: #E4F7FF;
    position: relative;

}
.hangye_right_son.select::before{
    content: '';
    position: absolute;
    left: 0.3rem;
    top:0.2rem;
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
    background-image: url(https://imgbdb4.bendibao.com/whbdb/202310/30/20231030175851_99309.png);
    background-size: 100% 100%;
}


.select_wrap.no-border{
    border-radius:  0.2rem 0.2rem 0 0;
}

.hangye_select_wrap{
    display:flex;

}
.hangye_select_wrap .hangye{
    width:50%;
    padding:0.26rem 0.24rem 0.25rem 0.24rem;
    text-align: center;
}
.hangye_select_wrap .hangye .span{
    display:inline-block;
    margin: 0 0.24rem 0 0;
    max-width:2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.hangye_select_wrap .hangye img{
    position: relative;
    width:0.2rem;
    height:0.1rem;
    top:-0.12rem;
}
.hangye_select_wrap .hangye .fir_img{
  
    display:inline-block;
}
.hangye_select_wrap .hangye .sec_img{
    display:none
}
.hangye_select_wrap .hangye.selected .fir_img{
    display:none
}
.hangye_select_wrap .hangye.selected .sec_img{
    display:inline-block;
}


.changguan_all{
    width:100%;
    max-height:6.6rem;
    overflow-y:scroll;
    padding:0.26rem 0;
    background: #fff;
}
.changguan_all .changguan_son{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;
    padding:0.14rem;
    text-align:center;

}
.changguan_all .changguan_son.select{
    color: #009fe3;

    background: #E4F7FF;
    position: relative;


}

.changguan_all .changguan_son.select:before{
    content: '';
    position: absolute;
    margin-left:-0.4rem;
    top:0.2rem;
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
    background-image: url(https://imgbdb4.bendibao.com/whbdb/202310/30/20231030175851_99309.png);
    background-size: 100% 100%;

}

.content_wrap{
    margin-top:0.45rem;
    background:#fff;
}
.content_son{
    display:block;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0.2rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    background: #fff;

    display:flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom:0.16rem;
}
.content_son_left{
    width: 2.2rem;
    height: 1.6rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background: #D9D9D9;
}
.content_son_right{
    width: 4.1rem;
    
}
.content_son_right_title{
    height:0.84rem;
    color: #333333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;

}

.content_son_right img{
    width:0.3rem;
    height:0.3rem;
    position: relative;
    top: 0.06rem
}
.content_son_right_icon_fir,.content_son_right_icon_src{
    color: #666666;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;

}

.no-list{
    padding:0.55rem 0 0.86rem 0;
    text-align:center;
    color: #666666;
    font-family: "PingFang SC";
    font-size:0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.no-list img{
    width:2.5rem;
    height:2.5rem;
}

.newcity{
    padding:0.1rem 0.24rem;
    height: 0.54rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.1rem);

    color: #ffffff;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: auto;

}
.newcity img{
    width:0.16rem;
    height:0.08rem;
    margin-left:0.22rem;
}

.bottom-share{
  display:flex;
  width:100%;
  padding:0.41rem 0.3rem 0.68rem 0.3rem;
  justify-content: space-between;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  background:#fff;
  max-width: 7.5rem;
  margin:0 auto;
}

.bottom-share .fir{
  width: 2rem;
  height: 0.72rem;
  line-height: 0.72rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 0.01rem solid #00B1D8;
  background: #FFF;
  display: flex;
  justify-content: center;

  color: #00b1d8;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  /* line-height: 17px; */
}

.bottom-share .fir img{
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.2rem;
  margin-top: 0.22rem;
}

.bottom-share .thi img{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.2rem;
    margin-top: 0.22rem;
  }


.bottom-share .thi{
  width: 2rem;
  height: 0.72rem;
  line-height: 0.72rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 0.01rem solid #6849E9;

      color: #6849E9;;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  text-decoration : none;
  font-weight: 400;
  /* border: 0.01rem solid #00B1D8; */
  background: #FFF;
  display: flex;
  justify-content: center;
  /* line-height: 16px; */
}


.bottom-share .sec.hasthi{
    width: 2.6rem;
}
.bottom-share .sec{
  width: 4.6rem;
  height: 0.72rem;
  line-height: 0.72rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background: var(--Linear, linear-gradient(135deg, #00E8DA -28.74%, #009CDF 64.52%));

      color: #ffffff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  text-decoration : none;
  font-weight: 400;
  /* line-height: 16px; */
}
.bottom-share .sec a{
  color: #ffffff;
  text-align: center;
  font-family: "PingFang SC";
  text-decoration : none;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height:0.72rem;
  /* line-height: 16px; */

}
.content-wrap{
    min-height:calc(100vh - 1.81rem);
    margin-bottom:1.81rem;
    overflow: hidden;
    background-color: #f5f5f5;
}
.daofen-box{
    background:#fff;
    margin-top:0.38rem;
}
.hot-zhanhui{
    width: 100%;
    height: 2.98rem;
    flex-shrink: 0;
    position: relative;
    margin-bottom:0.4rem;
    
}
.hot-zhanhui img{
    width: 7.4rem;
    position: relative;
    left: -0.16rem;
    top: -0.19rem;
}
.hot-zhanhui-content{
    position: absolute;
    top:0;
    left:0;
}
.hot-zhanhui-content-title{
    
    color: #ffffff;
    text-shadow: 0 0.02rem 0.02rem #009fe380;
    font-family: "PingFang SC";
    font-size:0.32rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.01rem;
    padding:0.15rem 0 0.31rem 0.42rem;


}
.hot-zhanhui-content-a{
    padding: 0 0.42rem;
    margin-bottom:0.2rem;
    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
    width: 7.02rem;
    box-sizing: border-box;
}
.hot-zhanhui-content-a span{
    display:inline-block;
    width: 0.12rem;
    height: 0.12rem;
    flex-shrink: 0;
    background-color: #00A7EF;
    border-radius: 100%;
    position: relative;
    top: -0.04rem;
}
.hot-zhanhui-content-a a{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.39rem;
    letter-spacing:0.01rem;
    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
}


.content_like_top{
    display:flex;
    align-items: center;
    /* margin-top:40px; */
    
    width:100%;
    justify-content: space-between;
}
.content_like_top_l{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0.48rem 0 0.24rem 0;

}
.content_like_top_l_title{
    color: #333333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size:0.34rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.48rem;
}
.content_like_top_l_block{
    width: 0.1rem;
    height: 0.48rem;
    margin-right:0.18rem;
    flex-shrink: 0;
}
.content_like_top_r{
    position: relative;
    top: 0.07rem;
}
.content_like_top_r a{
    color: #999999;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.48rem;
    
}
.content_like_top_r a img{
    width:  0.06rem;
    height: 0.1rem;
    flex-shrink: 0;
   
    margin-left:0.06rem;
    margin-right: 0.16rem;

    position: relative;
    top: -0.04rem;
}

.content_son_right_time{
    width: 4.1rem;;
    height:0.48rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background: linear-gradient(90deg, #FFE8E1 0.05%, #ffe8e100 99.92%);

    color: #e81a1a;
    text-align: justify;
    font-family: "PingFang SC";
    font-size:0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.36rem;

    box-sizing: border-box;
    padding:0.06rem 0.16rem;
    margin-top: 0.1rem;
}

.content_son_right_todetail{

    color: #009CDF;
    text-align: justify;
    font-family: "PingFang SC";
    font-size:0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.42rem;


    margin-top: 0.1rem;
}

.weui-mask {
    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;
}



.content_detail{
    width:100%;
    box-sizing: border-box;
    padding:0.32rem 0.3rem 0 0.3rem;
    background: #FFF;
    margin-bottom:0.24rem;
}
.content_detail_top{
    display:flex;
    border-bottom:0.01rem solid rgba(0,0,0,.05);
    justify-content: space-between;
}
.content_detail_top_title{
    color: #666666;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.42rem;
    position: relative;
    height:0.62rem;
   
}
.content_detail_top_title.select{
    /* color: #009fe3; */
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 600;

    color: #333333;
}
.content_detail_top_title.select:after{
    content:'';
    position: absolute;
    top:0.54rem;
    left:0.36rem;
    width: 0.54rem;
    height: 0.1rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #AE9BFF;
}
.content_detail_top_content{
    width:100%;
    overflow:hidden;
    display:none;
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.5rem;
    padding:0.2rem 0 ;
}
.content_detail_top_content.select{
    display:block;
}

.content_like{
    width:100%;
    box-sizing: border-box;
    /* padding:0.25rem 0.3rem 0.4rem 0.3rem; */
    background: #FFF;
    /* margin-bottom:1.81rem; */
    background: #f5f5f5;
}
.content_like_top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0.25rem;
}
.content_like_top_l{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.56rem;

}
.content_like_top_r{
    display:flex;
}

.content_like_top_r_s{
    font-family: "PingFang SC";
    color: #666666;
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.56rem;
    padding:0 0.25rem;
    margin-right:0.07rem;
}

.content_like_top_r_s.select{
    /* width: 1.6rem; */
    height: 0.64rem;
    flex-shrink: 0;
    border-radius: 1rem;
    background: var(--Linear, linear-gradient(293deg, #6A70FF 0%, #E477FF 100%));
    padding:0.12rem 0.38rem;
    box-sizing: border-box;

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.39rem;
}

.content_bottom_wrap{
    
    background:#fff;
}
.content_son{
    display:block;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0.2rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    background: #F8F8F8;

    display:flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom:0.16rem;
}
.content_son_left{
    width: 2.2rem;
    height: 1.6rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background: #D9D9D9;
}
.content_son_right{
    width: 4.1rem;
    
}
.content_son_right_title{
    height:0.84rem;
    color: #333333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;

}

.content_son_right img{
    width:0.3rem;
    height:0.3rem;
    position: relative;
    top: 0.06rem
}
.content_son_right_icon_fir,.content_son_right_icon_src{
    color: #666666;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;

}

.no-list{
    padding:0.55rem 0 0.86rem 0;
    text-align:center;
    color: #666666;
    font-family: "PingFang SC";
    font-size:0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.no-list img{
    width:2.5rem;
    height:2.5rem;
}
.content_bottom_wrap_data{
    display:none
}
.content_bottom_wrap_data.select{
    display:block
}
