<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.disabled {
  cursor: not-allowed !important;
}
.comment-view {
  margin-top: 20px;
  width: 1000px;
  background-color: #f8f8f8;
  margin: auto;
}
.comment-view .comment-header {
  padding: 0 10px;
}
.comment-view .comment-list .comment-item {
  padding: 0 0 20px;
}
.comment-view .comment-list .comment-item .content {
  width: 915px;
}
.comment-view .comment-list .comment-reply {
  border-bottom: none;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(34,34,34,0.1);
}
.comment-view .comment-list .comment-reply .comment-second {
  background-color: rgba(34,34,34,0.05);
  padding-top: 20px;
  padding-right: 20px !important;
}
.comment-view .comment-list .comment-reply li.comment-reply-item {
  padding: 0;
  border-bottom: 1px solid rgba(34,34,34,0.1);
}
.comment-view .comment-list .comment-reply li.comment-reply-item .content {
  width: 810px;
}
.comment-view .comment-list .comment-reply .comment-rely-list {
  margin-top: 30px;
  width: 900px;
}
.comment-view .comment-list .comment-reply .name,
.comment-view .comment-list .comment-reply .time {
  line-height: 1;
}
.comment-view .comment-list .comment-reply .name {
  font-weight: 800;
  font-size: 18px !important;
}
.comment-view .comment-list .comment-reply .name-time-wrap {
  margin-bottom: 10px;
}
.comment-view .comment-list .comment-reply .like {
  background-image: url("//file.ficfun.com/group1/M00/04/55/rB84dl6FgEeAaAaCAAAECGro87g616.png") !important;
}
.comment-view .comment-list .comment-reply .like.active {
  background-image: url("//file.ficfun.com/group1/M00/00/9C/rB84XVwYWNiACxPMAAAC4_BxL1c092.png") !important;
}
.comment-view .comment-list .comment-reply .reply {
  background-image: url("//file.ficfun.com/group1/M00/04/55/rB84dl6FgEeAWFYfAAADNaoNstM780.png") !important;
}
.comment-view .comment-list .comment-reply .comment-one-reply .comment-reply {
  padding-right: 0px;
}
.comment-view .comment-list .comment-reply .at-name {
  display: inline-block;
}
.comment-view .comment-list .comment-reply .at {
  position: relative;
  color: skyBlue;
  font-size: 16px;
}
.comment-view .comment-list .comment-reply .at .close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  right: 0px;
  margin-right: -15px;
  color: #000;
  cursor: pointer;
  background-size: contain;
  background-image: url("//file.ficfun.com/group1/M00/00/5A/rB84XVuhwPmANqolAAABNG8Rk8M077.png");
}
.comment-view .comment-list .comment-reply .comment-reply-item {
  padding: 16px 0;
}
.comment-view .comment-list .comment-reply .comment-reply-item .comment-reply {
  padding-right: 0;
}
.comment-view .comment-list .comment-reply .right-wrap {
  width: 96%;
}
.comment-view .comment-list .comment-reply .right-wrap .comment-form {
  padding: 12px 20px 12px 0;
}
.comment-view .comment-list .comment-reply .reply-right-wrap {
  width: 94%;
}
.comment-view .comment-list .comment-reply .more,
.comment-view .comment-list .comment-reply .folder {
  margin-top: 30px;
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 30px;
}
.comment-view .comment-form {
  padding: 12px 20px;
}
.comment-view .comment-form .comtent-area {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
}
.button-cancel {
  font-size: 18px;
  border: none;
  color: #808080;
  background-color: transparent;
}
.avatar-box {
  width: 44px;
  height: 44px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .prev-page,
.pagination .next-page {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ab4af2;
  border: 1px solid #ab4af2;
  border-radius: 5px;
}
.pagination .page-select {
  margin: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: cneter;
      -ms-flex-pack: cneter;
          justify-content: cneter;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-select .page-input {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  border: none;
  border: 1px solid;
}
.pagination .page-select span {
  font-size: 18px;
}
.pagination .disabled {
  color: #808080;
  border: 1px solid #808080;
}
</pre></body></html>