.comment {
  position: relative;
  margin: 5px auto;
  word-wrap: break-word;
  padding: 0;
  box-sizing: border-box;
}

.comment#disqus_thread {
  display: none;
}

.comment a {
  text-decoration: none;
}

.comment .icon {
  max-width: 20px;
}

.comment * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.comment strong,
.comment b {
  font-weight: bold;
  color: #000;
}

.comment :focus {
  outline: none;
}

.comment abbr[title] {
  text-decoration: none;
}

.comment .hide {
  display: none;
}

.comment .init-bg {
  display: none;
}

.comment.init {
  display: block;
}

.comment.init>* {
  display: none;
}

.comment.init .init-container {
  margin: 20px auto 20px;
  color: #9d9ea1;
  text-align: center;
  display: block;
  position: relative;
  height: 100px;
  line-height: 40px;
  width: 250px;
}

.comment.init .init-container .init-bg {
  display: block;
  transform: rotate(-135deg);
  margin: 0 auto;
}

.comment.init .init-container:before,
.comment.init .init-container:after {
  display: block;
  position: absolute;
}

.comment.init .init-container:before {
  content: attr(data-tips);
  top: 64px;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.comment.init .init-container:after {
  content: "";
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  top: 20px;
  left: 115px;
  border-width: 3px;
  border-style: solid;
  border-color: #9d9ea1 transparent;
  border-radius: 13px;
  transform-origin: 50% 50% 0;
  animation: disqus-loader-spinner-animation .7s infinite linear;
}

.comment.loading .comment-order {
  pointer-events: none;
}

.comment-box {
  display: flex;
  margin: 0 0 20px;
}

.comment-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}

.comment-navbar .comment-navbar-item {
  display: flex;
}

.comment-navbar .comment-recommend {
  display: flex;
  align-items: center;
  line-height: 27px;
  height: 27px;
  border: 1px solid #555;
  padding: 0 5px;
  color: #555;
  font-size: 12px;
}

.comment-navbar .comment-recommend .icon {
  fill: #555;
  width: 16px;
  height: 16px;
}

.comment-navbar .comment-recommend.voted .icon {
  fill: #f05f70;
}

.comment-navbar .comment-recommend-text {
  margin: 0 5px;
}

.comment-navbar .comment-order-label {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  font-size: 12px;
  padding: 0 5px;
  cursor: pointer;
}

.comment-navbar .comment-order-label:last-child {
  margin-right: 0;
}

.comment-navbar .comment-order-radio {
  display: none;
}

.comment-navbar .comment-order-radio:checked+.comment-order-label {
  background-color: #eee;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
}

.comment-header .comment-header-item {
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #555;
  display: inline-block;
  border-bottom: 2px solid #555;
  margin-bottom: -2px;
  margin-right: 10px;
  padding: 0 5px;
}

.comment-header .comment-header-item:last-child {
  margin-right: 0;
  border-bottom-color: transparent;
}

.comment-header .comment-header-item:last-child:hover {
  color: #222;
}

.comment-header #comment-user {
  display: none;
}

.comment-header #comment-user:checked+.comment-user {
  color: #222;
}

.comment-header #comment-user:checked+.comment-user:after {
  border-top-color: #222;
}

.comment-header #comment-user:checked+.comment-user .comment-logout {
  display: block;
}

.comment-header .comment-login {
  cursor: pointer;
}

.comment-header .comment-user {
  cursor: pointer;
  position: relative;
  padding-right: 15px;
}

.comment-header .comment-user:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #555;
  top: 50%;
  right: 0;
  margin-top: 0;
}

.comment-header .comment-user:hover:after {
  border-top-color: #222;
}

.comment-header .comment-logout {
  cursor: pointer;
  z-index: 1;
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  width: 80px;
  background-color: #fff;
  height: 32px;
  line-height: 28px;
  text-align: center;
  right: 0;
  top: 80%;
  color: #555;
  font-size: 13px;
}

.comment-header .comment-logout:hover {
  color: #0095dd;
}

.comment-header .comment-show {
  width: 120px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #2a2e2e;
  text-transform: capitalize;
  cursor: pointer;
  display: none;
}

.comment-header .comment-header-count {
  width: 120px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
  display: inline-block;
}

.comment-header .comment-header-count:after {
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: #2e9fff;
}

.comment-form {
  display: flex;
  flex-direction: column;
  width: calc(100% - 60px);
}

.comment-item-child .comment-form {
  width: calc(100% - 42px);
}

.placeholder {
  color: #7f919e;
  line-height: 30px;
  font-size: 12px;
  position: absolute;
  top: 7px;
  left: 10px;
  right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: text;
  overflow: hidden;
}

.comment-form-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  width: 100%;
}

.comment-actions {
  background: #eee;
  display: flex;
  justify-content: space-between;
  height: 0;
  transition: opacity linear .2s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.comment-actions .comment-actions-group {
  display: flex;
  position: relative;
}

.comment-actions .comment-actions-input {
  display: none;
}

.comment-actions .comment-actions-input[type="checkbox"]:checked+.comment-actions-label .icon {
  fill: #1d2f3a;
}

.comment-actions .comment-actions-label {
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.comment-actions .comment-actions-label .icon {
  height: 18px;
  margin: 8px;
  display: inline-block;
  color: #737474;
  cursor: pointer;
  fill: #ccc;
  transition: all .2s;
}

.comment-actions .comment-actions-label:hover .icon {
  fill: #1d2f3a !important;
}

.comment-actions .emojione-list {
  cursor: default;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  list-style: none;
  width: 125px;
  background-color: white;
  padding: 5px 0 0 5px;
  border-radius: 2px;
  border: 1px solid #ccc;
  bottom: 100%;
  left: -2px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.comment-actions .emojione-item {
  position: relative;
  height: 24px;
  width: 24px;
  margin: 0 5px 5px 0;
}

.comment-actions .emojione-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.comment-actions .emojione-item-image {
  height: 24px;
  width: 24px;
}

.comment-actions .comment-actions-input[type="checkbox"]:checked+.emojione:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  cursor: default;
}

.comment-actions .comment-actions-input[type="checkbox"]:checked+.emojione .emojione-list {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}

.expanded .comment-image {
  display: flex;
  overflow-x: auto;
}

.expanded .comment-image .comment-image-progress {
  position: relative;
  height: 80px;
  width: 0;
  background: url("https://a.disquscdn.com/next/embed/assets/img/loader.5cc23909da9c4a9874500d7a85c4125f.gif") center no-repeat;
  margin: 0 5px;
  overflow: hidden;
}

.expanded .comment-image .comment-image-progress:before {
  position: absolute;
  content: "";
  display: block;
  top: 55px;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background-color: #dbdfe4;
}

.expanded .comment-image .comment-image-progress .comment-image-loaded {
  position: absolute;
  background-color: #7f919e;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 5px;
  width: 0;
}

.expanded .comment-image .comment-image-list {
  list-style: none;
  display: flex;
}

.expanded .comment-image .comment-image-item {
  height: 80px;
  margin-left: 5px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  flex: none;
}

.expanded .comment-image .comment-image-item .comment-image-object {
  display: block;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.expanded .comment-image .comment-image-item.loading .comment-image-object {
  width: 20px;
  margin: 0 30px;
}

.comment-form-wrapper.editing+.comment-form-user {
  opacity: 1;
  height: auto;
  margin-top: 10px;
}

.comment-form-wrapper.editing .comment-form-textarea {
  height: 74px;
  font-size: 1em;
  line-height: 16px;
}

.comment-form-wrapper.editing .comment-image {
  transition: padding-bottom .15s ease-in-out;
  background-color: rgba(16, 48, 68, 0.03);
}

.comment-form-wrapper.editing .comment-actions {
  transition: all 0.2s ease-in-out;
  border-top: solid 1px #ccc;
  opacity: 1;
  height: 36px;
  filter: alpha(opacity=100);
  visibility: visible !important;
}

.comment-form-wrapper.editing .comment-actions-form {
  transition: all .3s .5s;
  margin: 87px -2px -2px;
}

.comment-form-wrapper.editing .comment-form-submit {
  opacity: 1;
}

.comment-form-wrapper.focus {
  border: 1px solid #999;
}

.comment-form-wrapper.focus .comment-actions {
  border-top: 1px solid #999;
}

.comment-form-wrapper.focus .comment-actions-label .icon {
  fill: #555;
}

.comment-form-wrapper.focus.expanded .comment-image {
  border-top: 1px solid #ccc;
}

.comment-form-wrapper.preview {
  border: 1px solid #ccc;
}

.comment-form-wrapper.preview .comment-actions {
  border-top: 1px solid #ccc;
}

.comment-form-wrapper.preview .comment-actions-label {
  pointer-events: none;
}

.comment-form-wrapper.preview .comment-actions-label[for^="preview-input"] {
  pointer-events: auto;
}

.comment-form-wrapper.preview .comment-actions-label[for^="preview-input"] .icon {
  fill: #555;
}

.comment-form-wrapper.expanded .comment-image {
  border-top: 2px solid #dbdfe4;
  padding: 10px 0 8px;
}

.comment-form-wrapper.logged-in .comment-form-submit {
  transition: none;
  opacity: 1;
}

.comment-form-wrapper.logged-in .comment-actions-form {
  margin: 0;
  transition: all .5s;
}

.comment-form-wrapper.logged-in+.comment-form-user {
  height: 0;
  opacity: 0;
  margin-top: -40px;
}

.comment-form-wrapper.logged-in .exit {
  display: block;
}

.comment-form-wrapper .comment-form-preview {
  border-radius: 4px;
  display: none;
  min-height: 74px;
  padding: 7px;
  white-space: pre-wrap;
}

.comment-form-wrapper .comment-form-textarea {
  width: 100%;
  display: block;
  border: none;
  font-size: 18px;
  line-height: 30px;
  border-radius: 4px;
  color: #222;
  cursor: text;
  resize: none;
  height: 44px;
  padding: 7px;
  transition: all .2s ease-in-out;
}

.comment-form-wrapper .comment-form-textarea::-webkit-input-placeholder {
  color: #7f919e;
}

.comment-form-wrapper .comment-form-textarea::-moz-placeholder {
  color: #7f919e;
}

.comment-form-wrapper .comment-form-alert:not(:empty) {
  background-color: #f05f70;
  padding: 10px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 -2px;
  border-top: 2px solid #dbdfe4;
}

.comment-actions-form {
  display: flex;
}

.comment-actions-form .comment-form-cancel {
  line-height: 36px;
  padding: 0 15px;
  font-size: 12px;
}

.comment-actions-form .comment-form-submit {
  z-index: 1;
  border: none;
  opacity: 0;
  margin: -2px;
  white-space: nowrap;
  height: 38px;
  width: 80px;
  display: inline-block;
  background-color: #555;
  cursor: pointer;
  line-height: 38px;
}

.comment-actions-form .comment-form-submit .icon {
  margin: 9px;
  fill: #fff;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.comment-actions-form .comment-form-submit:hover {
  background-color: #222;
}

.comment-form-user {
  display: flex;
  opacity: 0;
  transition: all .5s .2s;
  height: 0;
  margin: -40px -5px 40px;
  overflow: hidden;
  line-height: 32px;
}

.comment-form-user .comment-form-guest {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.comment-form-user .comment-form-auth {
  height: 32px;
}

.comment-form-user .comment-form-login {
  background-color: transparent;
  border: none;
  height: 32px;
  width: 32px;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.comment-thread-form {
  text-align: center;
  color: #555;
  line-height: 32px;
}

.comment-thread-form .comment-form-submit {
  background-color: #555;
  border: none;
  white-space: nowrap;
  height: 38px;
  width: 120px;
  display: inline-block;
  cursor: pointer;
  line-height: 38px;
  margin: 10px 0;
  color: #fff;
  font-size: 15px;
}

.comment-thread-form .comment-form-submit:hover {
  background-color: #222;
}

.comment-form-item {
  display: flex;
  margin: 10px 0;
}

.comment-form-item .comment-form-label {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #555;
  width: 100px;
  text-align: right;
  font-weight: bold;
}

.comment-form-item .comment-form-textarea {
  background-color: white;
  border: 1px solid #ccc;
  transition: all .2s linear;
  padding: 2px 10px;
  border-radius: 4px;
  height: 64px;
  margin: 0 5px;
  width: 30px;
  line-height: 20px;
  flex: auto;
}

.comment-form-item .comment-form-textarea:focus {
  border: 1px solid #999;
}

.comment-form-input {
  background-color: white;
  border: 1px solid #ccc;
  transition: all .2s linear;
  padding: 0 7px;
  height: 32px;
  margin: 0 5px;
  width: 30px;
  line-height: 32px;
  flex: auto;
}

.comment-form-input::-webkit-input-placeholder {
  color: #7f919e;
}

.comment-form-input::-moz-placeholder {
  color: #7f919e;
}

.comment-form-input:focus {
  border: 1px solid #999;
}

.comment-form-input[disabled] {
  color: #555;
}

.comment-list:empty:after {
  content: attr(data-tips);
  display: block;
  opacity: .6;
  line-height: 80px;
  text-align: center;
}

.comment-list p {
  margin: 0;
}

.comment-list a {
  border-bottom: none;
}

.comment-list a[href="javascript:void(0);"] {
  color: #000;
  cursor: default;
}

.comment-list code {
  line-height: 20px;
  font-size: 12px;
  font-family: monaco, menlo, monospace;
  padding: 0 .3em;
  display: inline-block;
  vertical-align: top;
  margin: 2px;
}

.comment-list pre {
  overflow-x: auto;
  margin: 0 0 15px;
  border-left: 4px solid #7f919e;
  padding: 0 0 0 12px;
}

.comment-list pre code {
  display: block;
  overflow-y: hidden;
  white-space: pre;
  line-height: 1.1;
}

.comment-list #comment-preview {
  opacity: .6;
}

.comment-list .comment-item {
  padding-top: 6px;
}

.comment-list .comment-item-body {
  display: flex;
  margin-bottom: 5px;
}

.comment-list .comment-item-header,
.comment-list .comment-item-footer {
  line-height: 1.2;
}

.comment-list .comment-item-header .comment-item-bullet,
.comment-list .comment-item-footer .comment-item-bullet {
  padding: 0 2px;
}

.comment-list .comment-item-header {
  font-size: 1.3rem;
}

.comment-list .comment-item-header .comment-item-pname {
  color: #555;
  position: relative;
}

.comment-list .comment-item-header .comment-item-pname .icon {
  width: 12px;
  height: 12px;
  margin: 1px 2px;
  vertical-align: top;
  fill: #555;
}

.comment-list .comment-item-header .comment-item-pname:hover {
  color: #222;
}

.comment-list .comment-item-header .comment-item-pname:hover .icon {
  fill: #555;
}

.comment-list .comment-item-header .comment-item-pname:hover .comment-item-parent {
  display: flex;
}

.comment-list .comment-item-header .comment-item-parent {
  display: none;
  position: absolute;
  border-radius: 3px;
  border: 2px solid #dbdfe4;
  padding: 5px;
  width: 250px;
  background-color: #fff;
  align-items: center;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  left: 15px;
  line-height: 18px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.comment-list .comment-item-header .comment-item-parent .comment-item-pmain {
  width: calc(100% - 42px);
}

.comment-list .comment-item-header .comment-item-parent .comment-item-pheader {
  color: #555;
}

.comment-list .comment-item-header .comment-item-parent .comment-item-pcontent {
  font-size: 12px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-list .comment-item-header .comment-item-badge {
  background: #eee;
  padding: 1px 3px;
  margin: 0 2px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 3px;
  display: inline-block;
}

.comment-list .comment-item-header .comment-item-time {
  font-size: 1.2rem;
  color: #7f919e;
  word-spacing: -2px;
  font-weight: 400;
}

.comment-list .comment-item-header .comment-item-name {
  font-weight: 700;
}

.comment-list .comment-item-header .comment-item-name[href^="javascript"] {
  cursor: text;
  color: black;
}

.comment-list .comment-item-footer {
  font-size: 1.2rem;
  padding: 5px 0;
}

.comment-list .comment-item-footer .comment-item-reply,
.comment-list .comment-item-footer .comment-item-edit,
.comment-list .comment-item-footer .comment-item-delete {
  color: #555;
  font-weight: 500;
}

.comment-list .comment-item-footer .comment-item-reply:hover,
.comment-list .comment-item-footer .comment-item-edit:hover,
.comment-list .comment-item-footer .comment-item-delete:hover {
  color: #222;
}

.comment-list .comment-item-footer .comment-item-cancel {
  color: #0095dd;
  font-weight: 700;
}

.comment-list .comment-item-image a {
  display: inline-block;
}

.comment-list .comment-item-image img {
  display: block;
  border-radius: 3px;
  max-width: 100%;
  max-height: 480px;
}

.comment-list iframe {
  width: 100%;
}

.comment-list .comment-item.transparent {
  opacity: .4;
}

.comment-list .comment-item-content {
  padding-top: 5px;
  letter-spacing: .5px;
}

.comment-list .comment-item-content spoiler {
  display: inline;
  background-color: #687a86;
  color: transparent;
  white-space: pre-wrap;
}

.comment-list .comment-item-content spoiler:hover {
  color: #222;
  background-color: transparent;
}

.comment-list .comment-item-content p {
  margin-bottom: 5px;
}

.comment-list .comment-item-content p:last-child {
  margin-bottom: 0;
}

.comment-list .comment-item-content a[data-dsq-mention]:before {
  content: "@";
}

.comment-list .comment-item-content .comment-item-content {
  min-height: 20px;
}

.comment-list .comment-item-content img.emojione {
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0 3px;
}

.comment-list .comment-item-children .comment-item-avatar,
.comment-list .comment-item-children .comment-item-avatar img,
.comment-list .comment-item-children .comment-box .comment-avatar,
.comment-list .comment-item-children .comment-box .comment-avatar-image,
.comment-list .comment-item-body+.comment-box .comment-avatar,
.comment-list .comment-item-body+.comment-box .comment-avatar-image {
  width: 36px;
  height: 36px;
  margin-right: 6px;
  box-shadow: 0 0.5px 0.5px 0 rgba(0, 0, 0, 0.05);
}

.comment-list .comment-form-textarea {
  height: 32px;
  padding: 5px;
  line-height: 22px;
}

.comment-list .comment-item-main {
  width: calc(100% - 60px);
}

.comment-list .comment-item-main:empty {
  line-height: 48px;
}

.comment-list .comment-item-main:empty:after {
  content: attr(data-message);
  line-height: 36px;
  color: #7f919e;
}

.comment-list .comment-box {
  margin: 0;
}

.comment-list .comment-box+.comment-item-body {
  display: none;
}

.comment-list .comment-item-body+.comment-box {
  padding-left: 60px;
  padding-top: 6px;
  margin-bottom: 20px;
}

.comment-list .comment-item-children {
  padding-left: 60px;
}

.comment-list .comment-item-children .comment-item-main {
  width: calc(100% - 42px);
}

.comment-list .comment-item-children .comment-item-main:empty {
  line-height: 36px;
}

.comment-list .comment-item-children .comment-item-children,
.comment-list .comment-item-children .comment-item-body+.comment-box {
  padding-left: 42px;
}

.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-item-children,
.comment-list .comment-item-children .comment-item-children .comment-item-children .comment-box,
.comment-list .comment-item-children .comment-item-body+.comment-box .comment-item-children .comment-item-children,
.comment-list .comment-item-children .comment-item-body+.comment-box .comment-item-children .comment-box {
  padding-left: 0;
}

.comment-list .comment-item-loadmore {
  text-decoration: underline;
  display: block;
  margin: 10px 0;
}

.comment-loadmore {
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 11px 14px;
  background-color: rgba(29, 47, 58, 0.6);
  color: #fff !important;
  line-height: 1.1;
  border-radius: 3px;
  transition: background .2s;
  text-shadow: none;
}

.comment-loadmore:hover {
  background-color: rgba(29, 47, 58, 0.7);
}

.comment-loadmore.loading {
  background-color: #edeff2;
  color: #444 !important;
  cursor: wait;
}

.comment-form-error {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  line-height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  margin-left: 2px;
  z-index: 10;
}

.comment-form-error:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  top: -4px;
  left: 15px;
}

.comment-form-error:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 12px;
  top: 0;
  left: 10px;
  background-color: #fff;
}

.comment-list,
.comment-item-children {
  text-align: left;
  list-style: none;
  margin-left: 0;
  line-height: 20px;
}

.comment-avatar,
.comment-item-avatar {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.comment-avatar img,
.comment-item-avatar img {
  border-radius: 3px;
  width: 48px;
  height: 48px;
}

.mention-user {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 1px rgba(29, 47, 58, 0.2);
  position: absolute;
  overflow: hidden;
}

.mention-user .mention-user-list {
  list-style: none;
}

.mention-user .mention-user-item {
  height: 30px;
  padding: 3px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  cursor: default;
}

.mention-user .mention-user-item.active {
  background-color: #2e9fff;
  color: #fff;
}

.mention-user .mention-user-item.active .mention-user-name {
  color: #fff;
}

.mention-user .mention-user-avatar {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: block;
}

.mention-user .mention-user-username {
  font-weight: 600;
  padding-left: 4px;
}

.mention-user .mention-user-name {
  color: #555;
  padding-left: 4px;
}

.comment-related {
  color: #444;
  margin-top: 20px;
  width: 100%;
}

.comment-related .comment-related-title {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(34, 59, 74, 0.5);
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-related .comment-related-forumname {
  color: #413a3a;
}

.comment-related .related-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.comment-related .related-list .related-item {
  width: 48%;
  margin-bottom: 10px;
}

.comment-related .related-list .related-item:nth-child(odd) {
  margin-right: 4%;
}

.comment-related .related-list .related-item-link {
  color: #000;
}

.comment-related .related-list .related-item-link:hover .related-item-avatar {
  opacity: .8;
}

.comment-related .related-list .related-item-link:hover .related-item-name {
  color: #aaa;
}

.comment-related .related-list .related-item-title {
  display: block;
  overflow: hidden;
  font-weight: 700;
}

.comment-related .related-list .related-item-desc {
  color: rgba(30, 55, 70, 0.4);
  font-weight: 500;
  font-size: 12px;
}

.comment-related .related-list .related-item-post {
  padding: 5px 0;
  display: flex;
}

.comment-related .related-list .related-item-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex: none;
}

.comment-related .related-list .related-item-avatar img {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.comment-related .related-list .related-item-main {
  flex: 1;
  height: 30px;
  line-height: 15px;
  overflow: hidden;
  font-size: 13px;
}

.comment-related .related-list .related-item-name {
  color: rgba(30, 55, 70, 0.4);
  font-weight: 600;
}

.comment-related .related-list .related-item-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-reaction {
  display: flex;
  flex-direction: column;
}

.comment-reaction .comment-reaction-header {
  text-align: center;
  line-height: 25px;
}

.comment-reaction .comment-reaction-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
}

.comment-reaction .comment-reaction-list:not(:empty) {
  padding: 10px 0;
}

.comment-reaction .comment-reaction-list .comment-reaction-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #555;
  margin-right: 10px;
}

.comment-reaction .comment-reaction-list .comment-reaction-item:last-child {
  margin-right: 0;
}

.comment-reaction .comment-reaction-list .comment-reaction-btn {
  display: flex;
  align-items: center;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  max-width: 100px;
  color: #555;
}

.comment-reaction .comment-reaction-list .comment-reaction-btn.selected {
  border-color: #555;
}

.comment-reaction .comment-reaction-list .comment-reaction-count {
  padding: 5px 0;
}

.comment-reaction .comment-reaction-list .comment-reaction-text {
  margin-left: 5px;
}

.comment-reaction .comment-reaction-list img {
  width: 20px;
  height: 20px;
}

@keyframes disqus-loader-spinner-animation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 450px) {
  .comment-reaction-text {
    display: none;
  }

  .comment-form-wrapper.editing .comment-actions-form {
    margin: 180px 0 0;
  }

  .comment-form-wrapper.logged-in .comment-actions-form {
    margin: 0;
  }

  .comment-item .at {
    display: none;
  }

  .comment-item .comment-avatar {
    display: none;
  }

  .comment-item .comment-form {
    width: 100%;
  }

  .comment-item .comment-item-children .comment-item-children,
  .comment-item .comment-item-children .comment-box {
    padding-left: 0 !important;
  }

  .comment-item .comment-item-children .comment-item-avatar {
    display: none;
  }

  .comment-item .comment-item-children .comment-item-main,
  .comment-item .comment-item-children .comment-form {
    width: 100%;
  }

  .comment-form-user {
    line-height: 42px;
  }

  .comment-form-user .comment-form-auth {
    margin: 5px;
  }

  .comment-form-user .comment-form-input {
    margin: 5px;
    width: 100%;
  }

  .comment-related .related-list .related-item {
    width: 100%;
    padding-left: 10px;
  }
}