/* 评论模块样式 */

.comment-container {
  margin-top: 12px;
  background-color: #fff;

}
.like_comment.comment-container  {
  margin-top: 0;
  padding-top: 12px;
}
.comment-container  .layui-btn, .like_comment .layui-btn {
  background-color: #007DEE;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.like_comment .comment-textarea.reply-content{
  border-bottom: 1px dashed #ccc;
  margin-top: -1px;
}
.comment-container .layui-btn.cancel-btn, 
.comment-container .layui-btn.cancel-btn:hover,
.like_comment .layui-btn.cancel-btn, 
.like_comment .layui-btn.cancel-btn:hover {
  background-color: #999;
}
.comment-container  .layui-btn:hover {
  background-color: #369FFD;
}
.comment-container .comment-total {
  padding: 12px;
  padding-left: 0;
  padding-right: 0;
  /* background-color: #eee; */    
  border-bottom: 1px solid #EEEEEE;
}
.comment-total .comment-line {
  /* border-left: 4px solid #007DEE; */
  border-left: 4px solid #0D7DEE;
  padding-left: 10px;
  font-size: 18px;
  /* font-weight: bold; */
}
.comment-total .total-comm {
  font-size: 14px;
}
.comment-box {
  /* background-color: #fff;
  padding-top: 12px;
  margin-top: 12px; */
}
/* .comment-box .comment-total {
  margin: 0 12px;
} */
.no-comment {
  padding: 50px;
  color: #666;
  text-align: center;
}
.comment-content {
  background-color: #fff;
  /* padding: 12px; */
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.send-comment {
  padding-top: 12px;
}
.comment-items {
  padding-bottom: 12px;
  padding-top: 12px;
}
.one-comment-content  {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.comment-items .comment-name .company-name {
  font-size: 14px;
}
.comment-items .comment-name .company-name, .comment-items .items-content .to-comment-name {
  color: #999;
  color: rgba(51,51,51,.6);
}

.comment-items .comment-name .flex-item {
  padding-right: 100px;
}
.items-content {
  padding-right: 150px;
}
.comment-items .likes-total {
  font-size: 14px;
  align-items: center;
  margin-right: 20px;
}
.likes-icon {
  display: inline-block;
  width: 16.7px;
  height: 16px;
  background-image: url(https://www.buildmost.cn/images/new-icon/like_icon-d4abfccb0401aa71296a321976964983.png);
  background-size: 100%;
  margin-left: 6px;
  cursor: pointer;
}
.likes-num {
  margin-top: 2px;
}
.likes-total:hover {
  color: #0099FF;
}
.likes-total:hover .likes-icon {
  background-image: url(https://www.buildmost.cn/images/new-icon/like_active_icon-2a26d3ca774c4990612ce44f780568f1.png);
}
.likes-total.active {
  color: #0099FF;
}
.likes-total.active .likes-icon {
  background-image: url(https://www.buildmost.cn/images/new-icon/like_active_icon-2a26d3ca774c4990612ce44f780568f1.png);
}
.like-comm .likes-icon {
  cursor: inherit;
}
.comment-items .items-content {
  font-size: 14px;
  padding-left: 12px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #333;
  line-height: 22px;
}
.comment-items .location {
  font-size: 14px;
  padding-left: 12px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #333;
  line-height: 22px;
  margin: 0;
  line-height: inherit;
  margin-top: 6px;
}
.comment-items .author-text {
  display: inline-block;
  background-color: #0099FF;
  color: #fff;
  font-size: 12px;
  padding: 1px 3px;
  border-radius: 2px;
  margin-left: 4px;
  vertical-align: middle;
}
.comment-items .author-text.invited {
  background-color: #999;
}
.comment-items .comment-date {
  font-size: 12px;
  color: #999;
  padding-left: 12px;
}
.comment-items .apply-btn {
  margin-left: 14px;
  cursor: pointer;
}
.comment-items .apply-btn:hover , .comment-items .apply-btn.active {
  color: #0099FF;
}
.comment-textarea {
  position: relative;
}
.comment-textarea textarea {
  resize: none;
  /* padding-right: 80px; */
}
.comment-textarea .maxtextsize {
  position: absolute;
  right: 12px;
  bottom: 50px;
}
.comment-textarea-options {
  /* position: absolute;
  bottom: 12px;
  right: 12px; */
  text-align: right;
  margin-top: 12px;
  margin-bottom: 10px;
}
.send-comment .comment-textarea-options {
  text-align: center;
  margin-bottom: 0;
}
.comment-textarea .layui-btn:disabled {
  background-color: #999;
  cursor: not-allowed;
}
/* 二级回复 */
.one-comment-content .two-comment-content {
  padding-left: 20px;
}
.two-comment-content .comment-items {
  border-top: 1px dashed #e5e5e5;
}
.to-comment-name {
  font-size: 14px;
  /* font-weight: bold; */
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}
/* 查看更多 */
.comment-content .check-more {
  font-size: 14px;
  color: #666;
}
.comment-content .check-more .more-btn {
  cursor: pointer;
  margin-right: 20px;
}
.check-more.two-leave .more-icon {
  /* transform: rotate(90deg); */
  display: inline-block;
  background: url('https://www.buildmost.cn/images/new-icon/arrow_bom-db95c6138821278adb50f6ee2e40ee9e.png');
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
}
.comment-content .check-more.one-leave {
  text-align: center;
  margin-top: 12px;
}
.check-more.two-leave {
  margin-left: 20px;
  margin-bottom: 12px;
  font-size: 12px;
  padding-left: 12px;
}

.comment_del_btn {
  color: #ff3030;
  font-size: 12px;
  cursor: pointer;
}
/* 收起 */
.comment-hide {
  cursor: pointer;
}
.comment-hide .hide-icon {
  transform: rotate(180deg);
  display: inline-block;
  background: url(https://www.buildmost.cn/images/new-icon/arrow_bom-db95c6138821278adb50f6ee2e40ee9e.png);
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
}
.comment-items {
  position: relative;
}
.two-line {
  display: inline-block;
  position: absolute;
  left: -12px;
  border-left: 1px dashed #e5e5e5;
}
.two-line:before {
  content: '';
  border-top: 1px dashed #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}
.two-line:after {
  content: '';
  border-top: 1px dashed #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
}
.over_hidden {
  /* overflow: hidden; */
  white-space: break-spaces;
  width: 100%;
}
.comment-record {
  position: relative;
}
.tow-down-arrow-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://www.buildmost.cn/images/new-icon/two_down_arrow-06460e89c3def24a54df29bfc8060eef.png);
  background-size: 100%;
  vertical-align: middle;
}
/* 首页推荐作品 */
.work_comment_content .comment-total {
  padding-top: 16px;
}
.work_comment_content .comment-content {
  /* padding-left: 0; */
  padding-bottom: 12px;
}
.work_comment_content .comment-total .comment-line {
  font-weight: bold;
    font-size: 18px;
    /* padding-left: 12px; */
}
/* 推荐产品 */
.new_details_content .comment-total .comment-line {
  font-weight: bold;
    font-size: 18px;
    padding-left: 12px;
}
.new_details_content .comment-container .comment-total{
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
}
.new_details_content .comment-content {
  /* padding-left: 0; */
  padding-right: 0;
}
/* 产品需求 */
  .product-requirement .comment-container {
    padding: 0 20px;
  }

.product-requirement .comment-content {
  /* padding: 20px; */
  padding-top: 0px;
  padding-bottom: 12px;
}
.product-requirement .comment-total {
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  padding-top: 16px;
}
/* 设计需求 */
.product-requirement.design .comment-content {
  /* padding: 20px; */
  padding-bottom: 20px;
  padding-top: 0px;
}
.product-requirement.design .comment-total {
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  padding-top: 16px;
}
/* 主页作品详情 */
.design-work .comment-total {
  /* margin-left: 27px; */
  /* margin-right: 27px; */
  padding-top: 20px;
}
.design-work .comment-content {
  padding-left: 7px;
  padding-right: 7px;
}
/* 主页产品 */
.product-detail .comment-container {
  padding: 0 12px;
}
.product-detail .comment-content {
  padding-bottom: 12px;
}
.product-detail .comment-total .comment-line {
  font-weight: bold;
    font-size: 18px;
    padding-left: 12px;
}
/* 用户中心 */
.user-center-comment .comment-container {
  padding: 0 12px;
}
.demandForDetails .comment-container {
  padding: 8px 20px 0 20px;
}

.design_provider .comment-content {
  padding: 0 12px 12px 24px;
}
.apply-btn.disabled {
  cursor: default;
  pointer-events: none;
}
.apply-btn.disabled:hover {
  color: #999;
}

.show-comment  {
  white-space: normal;
}

/* 公司主页 */
.design_provider .comment-total{
  /* padding-left: 12px;
  padding-right: 12px; */

  margin-left: 12px;
  margin-right: 12px;
}


/* 切换 */
.design_provider .comment-container .search-card-content {
  padding: 0 12px;
  margin-bottom: 0;
}
.comment-animate-container {
  white-space: nowrap;
  overflow: hidden;
}
.comment-animate-container .comment-animate-content {
display: inline-block;
width: 100%;
vertical-align: top;
}
.comment-animate-content.none {
display: none;
}
.comment-animate-content .comment-content {
/* padding-right: 12px; */
}
.comment-container .emoji-content {
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 50px;
  cursor: pointer;
  padding-left: 12px;
}
.like_comment.comment-container .emoji-content {
  bottom: 62px;
}
.emoji-text {
  font-size: 14px!important;
  margin-left: 6px!important;
  font-weight: 400;
}
.comment-container .layim-chat-tool span {
  margin: 0;
}
.comment-container .layim-chat-tool span.none {
  display: none;
}
.comment-container .layim-chat-tool span.emoji-icon {
  font-size: 18px;
}
.comment-layer-face ul.layim-face-list {
  width: 218px;
}
.emoji-content, .layim-face-list, .apply-btn {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._emoji {
  margin: 0 4px;
}

.layui-comment-textarea {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  /* width: 100%; */
  padding-left: 10px;
  position: relative;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
  border-color: #C8C8C8;
  white-space: break-spaces;
}
.layui-comment-textarea:focus, .layui-comment-textarea:focus-visible {
  border-color: #0D7DEC !important;
  outline: aliceblue;
}
.contenteditable-content:empty:before {
  content: attr(data-placeholder);
  white-space: break-spaces;
  color: #999;
  font-size: 12px;
  cursor: text;
}
.authorText{
  display: inline-block;
  color:#007dee	;
  font-size: 14px;
  padding: 1px 3px;
  border-radius: 2px;
  margin-left: 4px;
  vertical-align: middle;
  font-weight: 600;
}