.comment-box {
  padding: 0.4rem 0.3rem;
}
.mark {
  transition-duration: 450ms;
  transition-timing-function: ease-out;
  position: fixed;
  inset: 0px;
  z-index: 10070;
  background-color: rgba(0, 0, 0, 0.5);
}
._select {
  user-select: text;
}
#commentData {
  padding-bottom: calc(constant(safe-area-inset-bottom) + 1.12rem) !important;
  padding-bottom: calc(env(safe-area-inset-bottom) + 1.12rem) !important;
}
/*评论数据展示*/
.comment-it {
  display: flex;
  padding: 0.2rem 0.3rem;
}
.comment-it .avatar-box {
  width: 0.62rem;
  height: 0.62rem;
  position: relative;
  margin-right: 0.27rem;
}
.comment-it .avatar-box img {
  width: 0.62rem;
  height: 0.62rem;
  object-fit: cover;
  border-radius: 50%;
}
.comment-it .content-right {
  flex: 1;
}
.comment-it .content-right .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.06rem;
}
.comment-it .content-right .name-box .name {
  font-size: 0.28rem;
  font-weight: 400;
  color: #000000;
}
.comment-it .content-right .name-box .del {
  font-size: 0.24rem;
  color: #A6A6A6;
  padding-left: 0.3rem;
}
.comment-it .content-right .name-box .love {
  display: flex;
  align-items: flex-end;
}
.comment-it .content-right .name-box .love .count {
  font-size: 0.22rem;
  font-weight: 500;
  color: #000000;
  margin-right: 0.1rem;
  line-height: 1;
}
.comment-it .content-right .name-box .love .icon {
  width: 0.3rem;
  height: 0.32rem;
}
.comment-it .content-right .time-addr {
  margin: 0 0 0.18rem;
}
.comment-it .content-right .time-addr .time {
  font-size: 0.22rem;
  color: #A6A6A6;
  margin-right: 0.2rem;
}
.comment-it .content-right .content {
  font-size: 0.32rem;
  color: #000000;
  line-height: 1.5;
}
.comment-it .content-right .content .reply-obj {
  font-size: 0.32rem;
  color: #A6A6A6;
  font-weight: 400;
}
.replay-box {
  background: #F8F8F8;
  border-radius: 6px;
  padding: 0 0.2rem;
  margin: 0 0.3rem 0.3rem 0.9rem;
}
.replay-box .replay-box {
  padding: 0;
  margin: 0;
}
.replay-box .comment-it {
  padding-left: 0;
  padding-right: 0;
}
.no-comment {
  padding: 1rem 0;
  font-size: 0.28rem;
  color: #A6A6A6;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*评论底部*/
.footer-comment-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  border-top: 0px !important;
  height: 1.12rem;
  background: #fff;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.footer-comment-box::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: #F0f0f0;
  transform: scaleY(0.5);
}
.footer-comment-box .input-box {
  flex: 1;
  height: 0.76rem;
  background: #F3F3F3;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  padding: 0 0.22rem;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #999999;
}
.footer-comment-box .action-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-comment-box .action-box .icon {
  width: 0.52rem;
  height: 0.48rem;
  margin-left: 0.3rem;
}
.footer-comment-box .action-box .comment-count {
  font-size: 0.28rem;
  margin-left: 0.1rem;
}
.layer-comment .mark {
  transition-duration: 450ms;
  transition-timing-function: ease-out;
  position: fixed;
  inset: 0px;
  z-index: 10070;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer-comment .popup-box {
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  z-index: 10075;
  position: fixed;
  display: flex;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.layer-comment .popup-box .replay-popup-box {
  flex: 1 1 0%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
  box-shadow: -0.02rem 0 0.16rem 0.02rem #eee;
}
.layer-comment .popup-box .replay-popup-box .u-textarea {
  background: #f6f6f6;
  font-size: 0.28rem;
  color: #000;
  min-height: 1.5rem;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 9px;
}
.layer-comment .popup-box .replay-popup-box .u-textarea textarea {
  resize: none;
  background: none;
  color: inherit;
  opacity: 1;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-indent: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  overflow-y: hidden;
  width: 100%;
}
.layer-comment .popup-box .replay-popup-box .release {
  color: #4B75FF;
  font-size: 0.3rem;
  font-weight: bold;
  margin-left: 0.2rem;
}
/*# sourceMappingURL=./comment.css.map */