<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.question-answer-session .question-answer-main .question-answer-box {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.correlation-encyclopedia-issue .head-wiki-img {
  width: 66px;
  height: 66px;
  margin-bottom: 10px;
}

.title-content {
  padding-bottom: 20px !important;
}
/* ä¸Šé¢æ&nbsp;‡é¢˜ å†…å®¹ */
.title-content .title-name-date {
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.title-content .content-text button {
  font-size: 14px;
  color: #999999;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 28px;
  padding: 3px 20px;
  margin: 24px 12px 0 0;
}

.title-content .write-reply {
  font-size: 14px;
  color: #999999;
  margin-top: -50px;
}

.title-content .write-reply button {
  font-size: 14px;
  color: var(--color-primary);
  background: none;
  border: 1px solid var(--color-primary);
  border-radius: var(--border-radius-base);
  padding: 12px 24px;
  min-width: 105px;
}

.link-team-player {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 10px;
}

.link-team-player .link-item-logo {
  width: 66px;
  min-width: 66px;
  height: 66px;
}

.link-team-player .link-item-main {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .link-team-player {
    grid-template-columns: repeat(1, 100%);
    padding-right: 0;
  }
}

/* å›žç­” */
.head-portrait-input {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-base);
}
.head-portrait-input .head-portrait {
  margin-right: 6px;
}
.head-portrait-input .head-portrait img {
  width: 42px;
  height: 42px;
  border-radius: 42px;
}
.head-portrait-input .input-date-browse .name-date-text {
  background-color: var(--background-regular);
  border-radius: 0px 10px 10px 10px;
  padding: 22px;
}

.head-portrait-input .input-date-browse .name-date-text .name-date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
}
.head-portrait-input .input-date-browse .name-date-text .text {
  font-size: 16px;
  color: var(--color-text-primary);
  line-height: 30px;
  margin: 0;
  white-space: pre-wrap;
}

.head-portrait-input .input-date-browse .people-reply-collect-share {
  position: relative;
}
.head-portrait-input .input-date-browse .people-reply-collect-share button {
  background: var(--color-primary);
  border-radius: 8px;
  border: none;
  color: white;
  font-size: 12px;
  padding: 10px 20px;
}
.head-portrait-input .input-date-browse .people-reply-collect-share button img {
  margin-right: 4px;
  width: 23px;
}
.head-portrait-input .input-date-browse .people-reply-collect-share button.checked {
  background: var(--background-regular);
  color: var(--color-text-secondary);
}
.head-portrait-input .input-date-browse .people-reply-collect-share button.checked .approve {
  display: none;
}
.head-portrait-input .input-date-browse .people-reply-collect-share button:not(.checked) .rentong-white {
  display: none;
}
.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share {
  font-size: 12px;
  color: var(--color-text-primary);
}
.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .icon {
  margin-right: 5px;
}
.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .icon img {
  width: 14px;
  height: 14px;
}

.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .collect-macro-btn.checked {
  color: var(--color-primary);
}

.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .share-macro-btn {
  display: flex;
}
.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .share-macro-btn-link {
  display: none;
}

.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .collect-macro-btn.checked .gray {
  display: none;
}
.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .collect-macro-btn.checked .blue {
  display: block;
}

.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .collect-macro-btn .blue {
  display: none;
}
.head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .collect-macro-btn .gray {
  display: block;
}
.head-portrait-input .input-date-browse .input-text {
  margin-top: 20px;
  background-color: var(--background-regular);
  border-radius: 10px;
  position: relative;
}
.head-portrait-input .input-date-browse .input-text .answer {
  padding: 18px 20px;
  background-color: transparent;
  border-radius: 10px;
  height: 100px;
  width: 84%;
  max-width: 530px;
  border: none;
  resize: none;
  /* color: #999999; */
}
.head-portrait-input .input-date-browse .input-text button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  color: white;
  background: var(--color-primary);
  border-radius: 8px;
  padding: 10px 28px;
  border: 0;
  /* margin-bottom: 10px; */
}
.head-portrait-input .input-date-browse .input-text .cancel-btn {
  position: absolute;
  padding: 8px;
  bottom: 10px;
  right: 105px;
  font-size: 14px;
  line-height: 1;
  color: var(--color-text-primary);
  background-color: var(--background-primary);
}
.head-portrait-input .input-date-browse .input-text .cancel-btn.none {
  display: none;
}
.head-portrait-input .input-date-browse .reply-list .ground-floor {
  margin-top: 30px;
}
.head-portrait-input .input-date-browse .reply-list .ground-floor .head-portrait-name-reply {
  margin: 25px 0;
}
.head-portrait-input .input-date-browse .reply-list .ground-floor .head-portrait-name-reply .head-portrait-name-date .head-portrait {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  overflow: hidden;
  margin-right: 12px;
}
.head-portrait-input .input-date-browse .reply-list .ground-floor .head-portrait-name-reply .head-portrait-name-date .head-portrait img {
  width: 36px;
  height: 36px;
}
.head-portrait-input .input-date-browse .reply-list .ground-floor .head-portrait-name-reply .head-portrait-name-date .name {
  font-size: 16px;
  color: var(--color-text-primary);
}

.head-portrait-input .input-date-browse .reply-list .ground-floor .head-portrait-name-reply .head-portrait-name-date .name {
  font-size: 16px;
  color: var(--color-text-primary);
  padding-right: 12px;
  margin-right: 12px;
  line-height: 16px;
  border-right: 1px solid var(--color-text-primary);
}

.head-portrait-input .input-date-browse .reply-list .ground-floor .head-portrait-name-reply .head-portrait-name-date .date {
  font-size: 14px;
  color: #999;
}

.head-portrait-input .input-date-browse .reply-list .ground-floor .reply-content,
.head-portrait-input .input-date-browse .reply-list .ground-floor .reply-name-content {
  font-size: 16px;
  color: var(--color-text-primary);
  line-height: 32px;
}
.head-portrait-input .input-date-browse .reply-list .ground-floor .reply-name-content a {
  color: var(--color-primary);
}
.head-portrait-input .fold {
  display: none;
}

/* å¼¹çª— */
.comment-sharing {
  display: none;
  position: absolute;
  bottom: 40px;
  right: -12%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #fff;
  z-index: 999;
}
.comment-sharing .top {
  padding: 12px 20px;
  padding-bottom: 0;
}
.comment-sharing .top .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.comment-sharing .qrcode img {
  width: 150px;
}
.comment-sharing .link {
  text-align: center;
  margin-bottom: 20px;
}
.comment-sharing .link .copylink {
  font-size: 16px;
  border: none;
  background-color: #fff;
}
.comment-sharing .link .copylink:hover {
  color: #3879f1;
}
.none-answer {
  margin: 150px 0;
  text-align: center;
  color: #999999;
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 62px;
  }
  .right-content {
    padding: 0;
  }
  .title-content .write-reply {
    display: flex;
    margin-top: 0;
  }
  .head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .share-macro-btn {
    display: none;
  }
  .head-portrait-input .input-date-browse .people-reply-collect-share .reply-collect-share .share-macro-btn-link {
    display: flex;
  }
}
</pre></body></html>