/* 首页的下三角 */
.place_img{
   width:10rpx;
  height:10rpx;
  font-size: 0;
  margin-left: 10rpx;
  margin-top: 13rpx;
}
.place_img image{
  width:100%;
  height:100%;
}
.lj_row{
  width:40rpx;
  height:40rpx;
  font-size: 0
}
.lj_row image{
  width:100%;
  height:100%;
}
/* 首页进详情里的按钮 */
.lj_comment{
  width:310rpx;
  height:80rpx;
  border-radius: 40rpx;
  background: #FD8779;
  color:#fff;
  font-size: 30rpx;
  margin: 17rpx auto;
  border:none;
  outline:none;
  
}
.footbtn{
  width:750rpx;
  background: #fff;
  height:110rpx;
  position:fixed;
  bottom:0rpx;
}
.lj_mecomment{
  width:686rpx;
  height:80rpx;
  border-radius:40rpx;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 80rpx;
 
  background: #FD8779;
  position:fixed;
  bottom:31rpx;
  left:0;
  right:0;
   margin: 0 auto;
}
/* 口碑详情提交 */
.lj_sub{
  width:686rpx;
  height:80rpx;
  border-radius: 40rpx;
  background: #FD8779;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  position:fixed;
  bottom:31rpx;     
  left:0;
  right:0;
  margin: 0 auto;
}
.nodata{
  color:#999;
  font-size: 30rpx;
  text-align: center;
  margin-top: 32rpx;
}
.searchfuwu{
  width:310rpx;
  height:80rpx;
  background:rgba(253,135,121,1);
  border-radius:40rpx;
  color:#fff;
  text-align: center;
  line-height: 80rpx;
  position: absolute;
  bottom:32rpx;
  left:0;
  right:0;
  margin:0 auto
}