.head_view_div{display: none!important;}
.media_ul{
  display: flex;
  width: 19.2rem;
  padding: .2rem 2.5rem 0rem;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}

.media_ul .media_li{
  margin-right: .38rem;
  margin-top: .6rem;
  width: 4.47rem;
}
.media_ul .media_li:nth-child(3n){
  margin-right: 0;
}

.media_li .media_li_title{
  font-size: .2rem;
  line-height: .28rem;
  margin-top: .2rem;
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.media_li img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.media_li img:hover{
  transform: scale(1.1);
}

.media_li_img{
  width: 4.47rem;
  height: 2.52rem;
  overflow: hidden;
}

.media_li .media_time{
  font-size: .14rem;
  line-height: .22rem;
  margin-top: .08rem;
  color: rgba(0, 0, 0, 0.6);
}

.media_tips{
  width: 100%;
  padding: .6rem 0 .8rem;
  font-size: .12rem;
  line-height: .2rem;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}


.content_detail{
  width: 100vw;
  padding: 0 0;
}
.content_detail_contents{
  width: 7.6rem;
  margin: 0 auto;
  padding: .8rem 0;
}
.content_detail .detail_time{
  color: rgba(0, 0, 0, 0.4);
  font-size: .14rem;
  line-height: .22rem;
}
.content_detail .detail_title{
  color: rgba(0, 0, 0, 1);
  font-size: .32rem;
  line-height: .40rem;
  margin-top: .16rem;
}

.content_detail_html img {
  margin-top: .4rem;
  height: auto;
  display: block;
  object-fit: cover;
}

.mt16{
  margin-top: .16rem !important;
}

.detail_text{
  color: rgba(0, 0, 0, 0.6);
  margin-top: .4rem;
  font-size: .24rem;
  line-height: .32rem;
}

.detail_p{
  color: rgba(0, 0, 0, 0.6);
  font-size: .18rem;
  line-height: .26rem;
  margin-top: .4rem;
}

.shares{
  margin-top: .6rem;
  border-bottom: .01rem solid rgba(25, 25, 25, 1);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .28rem;
  color: rgba(0, 0, 0, 1);
  padding-bottom: .24rem;
  /* position: relative; */
}

.shares img{
  width: .28rem;
  height: .28rem;
  margin-left: .24rem;

}

.shares a{
  display: flex;
  align-items: center;
}

.share_btn{
  margin-top: .2rem;
  display: flex;
  align-items: center;
  line-height: .28rem;
  font-size: .16rem;
  justify-content: center;
}

.share_btn .share_btn_item{
  display: flex;
  align-items: center;
}

.share_btn .share_btn_item img{
  width: .2rem;
  height: .2rem;
}

.shares a,div{
  flex-shrink: 0;
  display: block;
}

.mr120{
  margin-right: 1.2rem;
}


body img {
  display: block;
}

.footer_view{
  position: fixed;
  left: 0;
  bottom: 0;
}


#weixinA{
  position: relative;
}

.weixinPopupA{
  top: -3.5rem;
  left: -1.3rem;
  /* transform: translateX(-50%); */
  width: 3.1rem;
  padding: .2rem;
  background: #fff;
  font-size: .16rem;
  line-height: .24rem;
  color:rgba(0, 0, 0, 0.9);
  background-color: rgba(248, 248, 248, 1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  border-radius: .1rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);

}

.weixinPopup_title{
  
}

#weixinPopupImg {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .2rem 0;
}

#xiaohongshuA img{
  width: .42rem !important;
}

.view_60{
  height: .6rem;
}


.targetUrlA{
  position: fixed;
  top: -1000rem;
  left: -1000rem;
}