.lo_ve{
  border:1px #9E7A7A solid;
  border-radius:6px;
  overflow:hidden;
  margin:10px auto;
  width:350px;
  background-color:#F8C3CD;
  /*border:1px #000 solid;*/
  }
.lo_v_e{
  border:1px #E16B8C solid;
  margin:10px 0;
  width:330px;
  }
.love_zero_xx{
  color:#64363C;
  font-weight:900;
  padding:10px;
  }
.love_zero_bz{
  font-weight:700;
  margin-right:10px;
  text-align:right;
  color:#86473F;
  font-size:12px
  }
.love_zero_ta{
  font-weight:900;
  padding-left:12px;
  background-color:#E16B8C;
  color:#fff;
  }
.love_two_bj{
  font-weight:900;
  color:#DB4D6D;
  }
.love_two_ta{
  padding-left:12px;
  color:#F7FCFE;
  background-color:#E16B8C;
  }
.gonggao{
  box-shadow:3px 3px 3px #888;
  background-color:#fff;
  width:330px;
  padding:10px;
  color:#64363C;
  font-weight:900;
  border:1px #B5495B solid;
  border-radius:10px;
  background-color:#FEDFE1;
  margin:10px auto;
  }
.n-r{
  font-weight:900;
  padding:10px;
  margin:10px auto;
  /*height:180px;*/
  width:330px;
  background-color:#FEDFE1;
  border:1px #E16B8C solid;
  overflow:hidden;
  color:red;
  border-radius:10px;
  }
.love_two_img{
  height:120px;
  /*background-color:#000000;*/
  background-size:100% 100%;
  }
.lovd_two_ta{
  border-radius:8px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  padding:5px;
  border:1px #33FFFF solid;
  background-color:red;
  }
.love_two_dzplyd{
  font-size:12px;
  text-align:center;
  color:#000;
  }
.yd-xx{
  font-size:16px;
  }

/* 点赞和评论功能样式 */
.love_interaction {
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px;
  margin: 5px 0;
  position: relative;
  align-self: flex-start;
}

.love_like_btn,
.love_comment_btn {
  background-color: #FEDFE1;
  border: 1px solid #E16B8C;
  border-radius: 15px;
  padding: 3px 8px;
  margin: 0 3px 0 0;
  cursor: pointer;
  font-size: 12px;
  color: #64363C;
  font-weight: bold;
  transition: all 0.3s;
  flex-shrink: 0;
}

.love_like_btn:hover,
.love_comment_btn:hover {
  background-color: #E16B8C;
  color: #FFF;
  transform: scale(1.05);
}

.love_like_btn.love_liked {
  background-color: #E16B8C;
  color: #FFF;
}

.love_comments_list {
  background-color: #FFF;
  border: 1px solid #E16B8C;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
}

.comments_header {
  font-weight: bold;
  color: #E16B8C;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

.comments_list {
  margin-bottom: 15px;
}

.comment_item {
  padding: 8px;
  border-bottom: 1px dashed #FEDFE1;
  margin-bottom: 8px;
}

.comment_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.commenter {
  font-weight: bold;
  color: #E16B8C;
  font-size: 14px;
}

.comment_content {
  color: #64363C;
  font-size: 14px;
  margin: 5px 0;
  word-wrap: break-word;
}

.comment_time {
  font-size: 12px;
  color: #999;
  text-align: right;
}

.comment_form {
  margin-top: 10px;
}

.commenter_input {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #E16B8C;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.comment_content_input {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #E16B8C;
  border-radius: 4px;
  font-size: 14px;
  height: 60px;
  resize: none;
  box-sizing: border-box;
}

.submit_comment_btn {
  width: 100%;
  background-color: #E16B8C;
  color: #FFF;
  border: none;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit_comment_btn:hover {
  background-color: #DB4D6D;
}

.submit_comment_btn:disabled {
  background-color: #CCC;
  cursor: not-allowed;
}

.loading_comments,
.error_comments {
  text-align: center;
  color: #64363C;
  padding: 10px;
  font-size: 14px;
}

.error_comments {
  color: #E16B8C;
}