.footer-edit-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.24rem 0.28rem;
  box-sizing: border-box;
  background: #fff;
}

.footer-edit-wrap .input-box {
  display: flex;
  flex: 1;
  align-items: center;
  margin-right: 0.24rem;
  padding: 0.1rem 0.16rem;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #97969b;
  background: #f8f8f8;
}

.footer-edit-wrap .input-box .place {
  margin-left: 0.02rem;
}
.footer-edit-wrap .btn-box {
  display: flex;
  align-items: center;
}
.footer-edit-wrap .icon-btn:not(:first-child) {
  padding-left: 0.4rem;
}
.footer-edit-wrap .icon-btn {
  width: 0.44rem;
  height: 0.44rem;
}
.footer-edit-wrap .thumbs-up-icon {
  z-index: 99;
}
#comment-con {
  padding: 0 0.3rem;
  border-top: 0.3rem solid #f8f8f8;
}
#comment-con .title {
  background: #fff;
  padding: 0.24rem 0;
  font-size: 0.36rem;
  font-weight: bold;
  color: #030303;
  border-bottom: 0.01rem solid #ededed;
}

#comment-con .comment-list {
  background: #fff;
  padding-bottom: 0.7rem;
}
#comment-con .comment-item:first-child {
  border-top: none;
}

#comment-con .comment-item {
  border-top: 0.01rem solid #ededed;
  padding: 0.32rem 0;
}
#comment-con .no-data {
  padding: 0.4rem 0;
  font-size: 0.24rem;
  text-align: center;
  color: #b1b1b1;
}
#comment-con .header-wrap {
  margin-bottom: 0.2rem;
}
#comment-con .btn-box {
  display: flex;
}

#comment-con .btn-box .item {
  display: flex;
  align-items: center;
}

#comment-con .btn-box .item:not(:first-child) {
  margin-left: 0.32rem;
}
#comment-con .btn-box img {
  width: 0.3rem;
  height: 0.3rem;
}
#comment-con .btn-box .count {
  margin-left: 0.08rem;
  font-size: 0.22rem;
  color: #484848;
}
#comment-con .btn-box .more-icon {
  width: 0.04rem;
}
#comment-con .content-wrap {
  margin-left: 1rem;
  margin-bottom: 0.24rem;
  color: #030303;
  font-size: 0.32rem;
}
#comment-con .reply-wrap .reply-item:not(:first-child) {
  margin-top: 0.14rem;
}
#comment-con .reply-wrap {
  margin-left: 1rem;
  padding: 0.24rem 0.2rem;
  border-radius: 0.08rem;
  background: #f8f8f8;
  font-size: 0.28rem;
}
#comment-con .name {
  color: #29b475;
}
#comment-con .more-btn {
  margin-top: 0.24rem;
  font-size: 0.28rem;
  color: #6081cf;
  background: none;
}
#comment-con .user-info {
  display: flex;
  align-items: center;
}
#comment-con .user-info .avatar {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.32rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
#comment-con .user-info .info {
  flex: 1;
  margin-right: 0.08rem;
  overflow: hidden;
}
#comment-con .name-con {
  display: flex;
  align-items: center;
}
#comment-con .self {
  flex-shrink: 0;
  font-size: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
  background: #29b475;
  color: #fff;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.32rem;
  margin-left: 0.1rem;
}
#comment-con .user-info .name {
  font-size: 0.28rem;
  color: #484848;
}
#comment-con .user-info .desc {
  font-size: 0.24rem;
  color: #97969b;
}
#comment-con .user-info .area {
  margin-right: 0.1rem;
}
#comment-con .user-info .right {
  flex-shrink: 0;
}
#comment-con .van-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
