.Comment{position: relative;z-index: 98;overflow-x: hidden;}
@media screen and (min-width: 1200px){
  .Comment.layui-col-lg4{padding-left: 10px;}
}
/*标题和过滤*/
.Comment h5,.layui-layer-content:not(#layui-layim) h5{padding: 8px 24px 8px 15px;background: #cececa;color: #fff;font-size: 14px;}
.block-content .Comment h5{display:none;}
.comment-container{background: #f1f1f1;border-radius: 0;z-index: 0;}
.Comment .filter-comment{
  width: 100%;
  display: inline-flex;
  text-align: center;
  line-height: 32px;
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
}
.Comment .filter-comment>div{width:50%;cursor:pointer;}
.Comment .filter-comment>div:first-child{border-right: 1px solid #fff;}
.Comment .filter-comment>div.show{color:#f79a32;}
/*@显示列表*/
.comment-container>.notifylist,.comment-container .notifylist select,.comment-container .notifylist .layui-form-select .layui-select-title{
  display: none !important;
}
.layui-form-selectoption .layui-select-group dd img{
  width:24px;margin-right:5px;
}
/*弹出层显示@列表*/
.notifylist_layershow{
  height: 100%;
}
.notifylist_layershow .layui-form-select{
  height: 100%;
}
.notifylist_layershow .layui-form-select .layui-select-title{
  display: none;
}
.notifylist_layershow .layui-form-select dl,.notifylist_layershow .layui-form-select .layui-select-group{
  position: relative;
  height: 100%;
  display: block !important;
  max-height: unset;
  box-shadow: none;
  border: none;
  width: 100%;
  padding-top: 0;
}
.notifylist_layershow .layui-form-select .layui-select-group *{
  border-bottom: 1px solid #eee;
}
.notifylist_layershow .layui-form-select .layui-select-group dd:last-child {
  padding-bottom: 48px;
}
/*评论列表及添加新评论外框*/
.entity-comment-container{
  display: block;
  overflow: auto;
  border-top: none;
}
/*添加新评论*/
#new-comment{padding: 0 5px;}
#new-comment .comment-form{border-bottom: 1px solid #ccc;}
/*评论编辑表单*/
.comment-frame{
  padding:10px 0px;
  position: relative;
}
.comment-frame .forwide{position: absolute;}
.comment-box{
  margin-left: 30px;
  position:relative;
  line-height: normal;
  margin-top:-10px;
}
.comment-box textarea{
  overflow: hidden;
  margin: 0;
  min-height: 75px;
  padding: 9px 11px 0;
  width: calc(100% - 24px );
  resize: none;
  border-radius: 3px;
  border: 0;
  border-bottom: solid 30px transparent;
  box-shadow: 0 1px 3px rgba(0,0,0,.33);
}
.comment-box .layui-layedit .layui-layedit-iframe iframe{background: #fff;}
@media (max-width:480px){
  .layui-util-face ul{width:186px;}
}
/*评论编辑表单--拖拽上传*/
.comment-frame .upload_drop{
  display: none;
}
.comment-frame .upload_drop.over{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  color: rgba(0, 0, 0, 0.93);
  opacity: .5;
  text-align: center;
}
.comment-frame .upload_drop .text{
  font-size: 24px;
  line-height: 24px;
  margin-top: 115px;
  pointer-events: none;
}
/*评论编辑表单--控制器*/
.comment-frame .comment-control{
  position:relative;
  line-height: 22px;
}
.comment-frame .comment-control span.count{cursor: pointer;}
.comment-frame .comment-control span i{
    font-size: 36px;
    position: absolute;
    bottom: 5px;
    display: inline-block;
    cursor:pointer;
}
.comment-frame .comment-control input[type=submit]{
    background: -webkit-linear-gradient(to bottom,orange 0,#f78814 100%);
    background: linear-gradient(to bottom,orange 0,#f78814 100%);
    box-shadow: 0 1px 0 #f78814;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 22px;
    margin: 8px 4px 0 0;
    padding: 7px 20px;
    text-align: center;
    border-radius: 3px;
    min-height: 2pc;
    border: 0;
}
.comment-frame .comment-control input[type=button]{
    background: -webkit-linear-gradient(to bottom,rgb(165, 165, 165) 0,rgb(165,165,165) 100%);
    background: linear-gradient(to bottom,rgb(165,165,165) 0, rgb(165,165,165) 100%);
    box-shadow: 0 1px 0 rgb(165,165,165);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 22px;
    margin: 8px 4px 0 0;
    padding: 7px 20px;
    text-align: center;
    border-radius: 3px;
    min-height: 2pc;
    border: 0;
}
.comment-frame .comment-control input[type=submit]:hover{background:#f78814;}
.comment-frame .comment-control input[type=submit][disabled]{
  background: #E2E4E6;
  box-shadow: none;
  color: #8c8c8c;
  cursor: default;
  font-weight: 400;
}
.comment-frame .comment-control input[type=submit][disabled]:hover{background: #E2E4E6;}
/*评论编辑表单--option-card-控制器*/
.comment-box .comment-box-options{
  position: absolute;
  right: 20px;
  bottom: 6px;
  text-align: right;
  padding:5px;
}
.comment-box .comment-box-options .comment-box-options-item{
  border-radius: 3px;
  height: 18px;
  padding: 6px;
  outline:0;
}
.comment-box .comment-box-options .comment-box-options-item:hover{
  background:#edeff0;
}
.comment-box .comment-box-options .comment-box-options-item span{
color:#999;text-align: center;
}
/*评论列表*/
.hidden_scroll_bar{margin-right:-20px;overflow-y: scroll !important;}
@media (max-width:480px){
  .hidden_scroll_bar>*{margin-right: 20px;}
}
.Comment .nothing{
  font-size: 14px;
  text-align: center;
  padding: 7px 0 14px;
  display: none;
}
.Comment #entity-comment-container .nothing {
  color: transparent;
  background: transparent;
  background-image: url(/static/images/no_comment.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Comment #entity-comment-container .nothing.en {
  color: transparent;
  background: transparent;
  background-image: url(/static/images/no_comments.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Comment .more{
  text-align: center;
  padding: 15px 0 10px 0;
  background: white;
  margin-top: -5px;
  cursor: pointer;
  font-size: 14px;
}
.Comment .end{
  font-size: 14px;
  text-align: center;
  padding: 7px 0 14px;
}
/*父级评论列表*/
.comment-list>li{padding:10px;border-bottom: 1px solid #E2E4E6;position: relative;}
.comment-list>li .heads,#new-comment .heads{
  font-size: 9pt;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  width: 30px;
  border-radius: 3px;
}
.comment-list>li .comment-content__notify-list {
  display: none;
  margin-left: 38px;
  margin-bottom: 1em;
}

.comment-list>li .comment-content__notify-list .comment-notify-list__member.comment-notify-list__member--part::before {
  content: attr(data-part-member);
  word-break: break-all;
}
.comment-list>li .comment-content__notify-list .comment-notify-list__member.comment-notify-list__member--part.comment-notify-list__member--expanded::before {
  content: attr(data-member);
}
.comment-list>li .comment-content__notify-list .comment-notify-list__count {
  color: #4494f0;
}
.comment-list>li .comment-content__notify-list .comment-notify-list__count::before {
  content: attr(data-member-count);
    cursor: pointer;
}
#new-comment .heads{margin-bottom: 5px; margin-right:5px;}
#new-comment .comment-frame .forwide{margin-top: 5px;}
#new-comment .comment-frame .follow{
  float: right;
  margin-top: 5px;
  color: #777777;
  cursor: pointer;
  font-size: 14px;
  display:none;
}
#new-comment .comment-frame .follow.followed{color: #fc9c05;}
#new-comment .comment-box{margin:0;}
.comment-list>li .forwide{
  font-size: 14px;
  position: relative;
  left: 0;
  white-space: nowrap;
  height: 2em;
  line-height: 2em;

  float: left;
  display: inline;
}
.children-box .comment-list>li .forwide{left:0;}
.comment-list>li .ename{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  margin:0 10px 0 0;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -2px;
  display: inline;
}
.comment-list>li .comment-content-wrapper {
  float: right;
  width: calc(100% - 30px - 9px);
  top: -6px;
  position: relative;

  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
    text-overflow: ellipsis;
}
.comment-list>li .ename:before {
  content: '\00b7';
  margin: 0 6px 0 6px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.comment-list>li .ment{
  display: block;
  margin-bottom: 0 !important;

  margin-top: 0.6em;

  height: 1.3em;
  line-height: 1.3em;

  margin-left: 38px;
}
.comment-list>li .js-control {
  float: right;
  margin-left: 1em;

  height: 1.3em;
  line-height: 1.3em;
}
.comment-list>li .js-control .js-action {
  margin-left: 0.5em;
  margin-right: 0.25em;
}
.comment-list>li .js-control .comment-reply {
  color: #8c8c8c !important;
  text-align: center;

  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .comment-list>li .comment-content-wrapper.expanded {
    overflow: visible;;
  }
  .comment-list>li .comment-content-wrapper.expanded .ename {
    display: inline;
    min-height: 2em;
    word-break: break-all;
    white-space: initial;
    text-overflow: initial;
    overflow: visible;;
  }
}

.comment-list>li .time{
  font-size:10px;
  color:#8c8c8c;

  height: 17px;
  line-height: 17px;
  display: inline-block;
}
.comment-list>li .ment a,
.comment-list>li .js-control a
{
  color: #8c8c8c !important;
  font-style: normal;
  font-size:10px;
  cursor: pointer;
}
.comment-list>li .ment a:hover{color: orange !important;}
.comment-list>li .reply-box{
  display: none;
}
.comment-list>li[data-com-layout-auto-expand] .reply-box{
  display: block;
}
/*子级评论列表*/
.children-box .comment-list>li{
  border-bottom: none;
}
.children-box .comment-list>li:first-child{
  margin-top:5px;
}
.children-box .comment-list>li:last-child{
  margin-bottom:0;
}
.children-box .comment-list>li .heads{
  display: none;
}
.children-box .comment-list>li .ename{
  display: none;
}
.children-box .comment-list .quota{
  margin-left: 45px;
}
.children-box .comment-list .content-box{
  margin-left: 30px;
}
/*单条评论*/
.quota{
  cursor:pointer;
  margin-left: 38px;
  margin-top: -4px;
  display: inline-block;
  max-width: calc(100% - 42px);
  word-break: break-word;
}
.quota .container:before{
  content: '';
  position: absolute;
  left: -16px;
  width: 0;
  height: 0;
  border-style: dashed solid dashed dashed;
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
}
.quota .container{
  padding: 9px 10px;
  border-radius: 3px;
  background:#fff;
  display:inline-block;
  border:none;
  position: relative;
  cursor:pointer;
}
.block-content .quota .container{
  background:#f1f1f1;
}
.quota .container p{
  margin:0;
  text-overflow: ellipsis;
  word-wrap: break-word;
  color: #4d4d4d;
  white-space: normal;
}
.quota .container p a,.quota .container alink{
  text-decoration: none;
  color: #ec7728;
}
.quota .container img{
  max-width:100%;
}
/*单条评论编辑和回复*/
.content-box{display: none;}
.content-box .comment-frame{margin:0;}
.content-box .comment-frame .comment-box{margin:0;}

/* 评论内的文件 */
.quota .container .file_in_comment{
  display: inline-block;
  margin-bottom: 10px;
}
.quota .container div a{
  text-decoration: none;
  color: #ec7728;
}
.quota .container .file_in_comment a{
  color: #ec7728;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display: inline-block;
}
.quota .container .file_in_comment span{
  vertical-align: middle;
  color: #333333;
}
.quota .container .file_size {
  color: #333333;
  margin-top:-5px;
  font-size: 10px;
}
.quota .container .click_to_show_files{
  color: #888888;
}
/*弹窗图片*/
.cliped-image {
  width: 100%;
}

.recalled-comment .ment {
  float: right;
  position: relative;
  bottom: 29px;
}

[data-attached-mod=""] .attach-mod-tags,
[data-attached-mod=""] .comment-tags-container--all
{
  display: none;
}

.comment-tag {
  display: inline-block;
  border: 1px solid #ccc;

  min-height: 1.5em;
  line-height: 1.5em;

  margin: 0.2em;
  padding: 0.2em 0.5em;
  min-width: 2em;
  text-align: center;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  cursor: pointer;
}

.comment-tag span.icon {
  display: none;
}

[data-attached-mod]:not([data-attached-mod=""]) .comment-tag[data-type=add] {
}

[data-attached-mod]:not([data-attached-mod=""]) .comment-tags-container--attached {
  padding: 1em 0.5em;
  border-top: 1px solid #ccc;
}

[data-attached-mod]:not([data-attached-mod=""]) .comment-tags-container--attached .comment-tag[data-tag-value]:hover span.icon,
.elem-new .comment-tag[data-tag-value]:not(.no-close):hover span.icon {
  display: inline;
  position: relative;
  bottom: 0.9em;
  left: 0;
  float: right;
  width: 0;
}

.comment-tags-container--all {
  padding: 1em;
}
.comment-tags-container--all .comment-tag {
  border-color: #2196e6;
  color: #2196e6;
}
.comment-tags-container--all .comment-tag.checked {
  background: #2196e6;
  color: #fff;
}

.comment-time-filter-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.comment-time-filter-wrapper .comment-time-filter {
  padding: 0.5em 1em;
}
.comment-time-filter-wrapper .comment-time-filter:first-child {
  padding-top: 0;
}
.comment-time-filter .comment-time-filter__label {
  width: 5em;
  display: inline-block;

  height: 2em;
  line-height: 2em;
}
.attached-label {
  width: 5.8em;
  display: inline-block;

  text-align: right;

  height: 2em;
  line-height: 2em;
}
.comment-time-filter .comment-time-selector,
.date-picker-wrapper .date-picker {
  width: calc(100% - 5em - (1em * 2));
  max-width: 25em;
  height: 1.7em;
  line-height: 1.6em;
  font-size: 1em;
  padding: 0 0.5em;
  border: 1px solid #c3c3c3;
}
.date-picker-wrapper .date-picker {
  width: calc(100% - 10em - (1em * 2));
}

.comment-list li.not-taged {
  display: none;
}
.comment-list li.not-ranged {
  display: none;
}
.comment-list li[data-not-ranged] {
  display: none;
}

.comment-tags-container--comment {
  padding-top: 0.25em;
  margin: 0 0 0.8em 28px;
}
.comment-tags-container--comment .comment-tag {
  border-color: #2196e6;
  color: #2196e6;
}
.comment-tags-container--all__date .date-picker-wrapper {
    margin: 0.5em 0;
}
.comment-tags-container--all__date .date-picker-wrapper .date-picker-label {
  min-width: 5em;
  width: 6em;
  display: inline-block;
  text-align: right;
}

  .layui-layer~.comment-box--mobile {
    bottom: 0;
    position: fixed !important;
    z-index: 2001;
  }
  .layui-layer~.comment-box--mobile form {
    position: absolute;
    bottom: 0;
  }
  .comment-box--mobile {
    /* position: fixed; */
    z-index: 980;
    width: 100vw;
    bottom: 0;

    --content-height: 36px;
  }
  .comment-box--mobile .notifylist {
    display: none;
  }
  .comment-box--mobile,
  .comment-box--mobile * {
    box-sizing: border-box;
  }
  .comment-box--mobile form {
    display: flex;
    justify-content: space-around;
    align-items: center;

    left: 0;
    bottom: var(--mobile-menu-height);

    height: calc(var(--content-height) + 16px);
    width: 100vw;

    background: white;

    z-index: 2000;

    padding: 8px 0 9px 10px ;

    border-top:1px solid #eeeeee;
  }
  .comment-box--mobile .comment-box__record-audio,
  .comment-box--mobile .comment-box__upload {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 56px;
    height: 48px;
    font-size: 32px;
  }
  .comment-box--mobile .comment-box__record-audio i,
  .comment-box--mobile .comment-box__upload i {
    display: inline-block;
    border-radius: 50%;

    width: 36px;
    height: 36px;
    text-align: center;

    color: #1a1a1a;
  }
  .comment-box--mobile #comment-image {
    display: none;
  }
  .comment-box--mobile textarea {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: var(--content-height);
    padding: 8px 11px;
    font-size: 14px;
    color: #1a1a1a;
    border: 1px solid #ccc;
    border-radius: var(--border-radius);
    overflow-y: hidden;
    resize: none;
    user-select:text;
    -webkit-user-select:text;
  }
  .comment-box--mobile .comment-box__submit {
    display: none;
    width: 56px;
    height: 48px;
    position: absolute;
    right: 0;
  }
  .comment-box--mobile .comment-box__submit.show {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .comment-box--mobile .comment-box__submit button {
    display: inline-block;
    width: 46px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: white;
    background: #ce4f43;
    border-radius: var(--border-radius);
    border: 0;
  }

  .comment-box--mobile .def-notify-list {
    display: none;
  }

  [data-attached-id] .end {
    margin-bottom: 50px;
  }

.notifylist_layershow dt.notify-list-group {
  height: 32px;
  background: #f2f2f2;
  padding-left: 16px;
}
.notifylist_layershow dd {
  height: 58px;
  line-height: 58px !important;
  padding-left: 20px !important;
  font-size: 15px;
  color: #181818;
  display: flex;
  align-items: center;
}
.notifylist_layershow dd img {
  width: 38px !important;
  height: 38px !important;
  margin-right: 13px !important;
  border-radius: 5px;
}
.notifylist_layershow dd div.ion-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  height: 38px !important;
  margin-right: 13px !important;
  border-radius: 5px;
  border: 0 !important;
  background: #ce4e43;
}
.notifylist_layershow dd div.ion-wrapper .ion {
  display: inline-block;
  font-size: 26px;
  color: white;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.notifylist_layershow .notify-list-search {
  background: #f2f2f2;
  padding: 8px 18px;
  height: 40px;
}
.notifylist_layershow .notify-list-search label,
.notifylist_layershow .notify-list-search input {
  width: calc(100% - 40px);
  height: 100%;
  border: 0;
}
.notifylist_layershow .notify-list-search label:before {
  content: "";
    background: url(/static/images/new/search.png) no-repeat center center;
    -webkit-background-size: 25px 25px;
    background-size: var(--primary-font-size);
    float: left;
    position: absolute;
    line-height: 40px;
    height: 40px;
    width: 40px;
}
.notifylist_layershow .notify-list-search input {
  padding-left: 40px;
  font-size: 15px;

  max-height: 40px;
}
.layui-layer-title.notify-list-title {
    padding: 0;
    text-align: center;
}
.layui-layer-title.notify-list-title+.cancel {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #ce4e43;
  width: 40px;

  position: absolute;
  top: 10px;
  left: 20px;
}

#comment-content {
}

.no_preview_img.en{
  color: transparent;
  background: transparent;

  background-image: url(/static/images/no_preview_en.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.no_preview_img.zh{
  color: transparent;
  background: transparent;
  background-image: url(/static/images/no_preview_zh.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.encrypt_preview_img.zh{
  color: transparent;
  background: transparent;
  background-image: url(/static/images/encrypt_preview_zh.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.encrypt_preview_img.en{
  color: transparent;
  background: transparent;
  background-image: url(/static/images/encrypt_preview_en.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.conversion_failed.zh{
  color: transparent;
  background: transparent;
  background-image: url(/static/images/conversion_failed_zh.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.conversion_failed.en{
  color: transparent;
  background: transparent;
  background-image: url(/static/images/conversion_failed_en.png);
  height: 154px;
  width: 142px;
  margin: 2em auto;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.Comment .layedit-tool-audio.recording, 
.comment-box__record-audio.recording i {
  color: red;
}