<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.answer-content-top {
  padding: 24px 20px;
  background: #ffffff;
  border-radius: 8px;
}
.question-answer-list {
  /* padding: 24px 20px; */
  background: #ffffff;
  border-radius: 8px;
  margin-top: 16px;
}
.answer-content-more .list-item-tool {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.answer-content-top .answer-tag {
  display: inline-block;
  height: 30px;
  text-align: center;
  background: rgba(255, 219, 51, 0.25);
  border-radius: 16px;
  border: 1px solid #ffdb33;
  padding: 5px 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  margin-bottom: 16px;
}
.answer-content-top .answer-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.answer-content-top .answer-title-text {
  width: 600px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
}
.answer-content-top .answer-noGood {
  width: 63px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  background: url('../images/qa_nofav1.png') no-repeat;
  background-size: 14px;
  background-position: 0 2px;
  padding-left: 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.answer-content-top .answer-isGood {
  width: 63px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  background: url('../images/qa_isfav.png') no-repeat;
  background-size: 14px;
  background-position: 0 2px;
  padding-left: 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.answer-content-top .answer-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  margin-bottom: 26px;
}
.answer-content-top .answer-user {
  margin-bottom: 33px;
}
.answer-content-top .answer-user .answer-user-avator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.answer-content-top .answer-user .answer-user-name {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  margin-right: 16px;
}
.answer-content-top .answer-user .answer-user-tips {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.answer-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.answer-tool .answer-tool-l {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.answer-tool .answer-tool-r {
  display: flex;
}
.answer-tool-r .tool-focus {
  margin-right: 24px;
}
.answer-tool .answer-tool-r .tool-noFocus {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  background: #ffdb33;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
}
.answer-tool .answer-tool-r .tool-iSFocus {
  padding: 6px 12px;
  background: #f1f1f1;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #5c6a70;
  cursor: pointer;
}
.answer-tool .answer-tool-r .tool-noFocus img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.answer-tool .answer-tool-r .tool-answer {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  background: #ffdb33;
  border-radius: 4px;
  padding: 6px 12px;
  margin-right: 24px;
  cursor: pointer;
}
.answer-tool .answer-tool-r .tool-answer img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.tool-small-more {
  margin-top: 10px;
}
.tool-group {
  top: 40px;
}

.answer-more {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #607d8b;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 16px;
}
.answer-content-topanswer {
  margin-bottom: 12px;
}
.answer-content-topanswer .content-list-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 31px 20px 0px;
  border-bottom: none;
}

/* æ”¶è— */
.tool-isCollet {
  background: url('../images/qa_nofollow.png') no-repeat;
  background-size: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  background-position: 0 1px;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
}
.tool-noCollet {
  background: url('../images/qa_isfollow.png') no-repeat;
  background-size: 16px;
  background-position: 0 1px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
}

.answer-content-more {
  background-color: #fff;
  border-radius: 8px;
}
.answer-split {
  width: 100%;
  height: 50px;
  position: relative;
}
.answer-split-line {
  width: 630px;
  height: 1px;
  background-color: rgba(75, 141, 173, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.answer-split-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(75, 141, 173, 0.8);
  width: 120px;
  text-align: center;
  background: #ffff;
  z-index: 15;
}
.answer-content-more .content-list-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 31px 20px 24px;
  border-radius: 0;
}
.answer-content-more .content-list-item:last-child {
  border-bottom: none;
}
/* å…³äºŽä½œè€… */
.qa-author .author-info {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
}
.qa-author .author-info-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  margin-bottom: 24px;
}
.qa-author .author-info-content {
  border-bottom: 1px solid #e9ebef;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.qa-author .author-info-avator {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 14px;
}
.qa-author .author-info-name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  margin-bottom: 8px;
}
.qa-author .author-info-tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.qa-author .author-info-bottom {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.info-bottom-num {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}
.info-bottom-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
/* ç›¸å…³é—®é¢˜ */
.relevant-question,
.new-question {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
}
.question-title {
  padding: 24px;
  border-bottom: 1px solid rgba(233, 235, 239, 1);
}
.question-title:before {
  content: '';
  width: 4px;
  height: 18px;
  background: #ffdb33;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.question-list {
  padding: 16px 0;
}
.question-list-item {
  display: flex;
  padding: 0 16px;
  margin-bottom: 16px;
}
.question-list-item .list-item-text:hover {
  color: #0086ffff;
}
.list-item-text {
  width: 320px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.question-list-item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  background: #cccccc;
  position: relative;
  top: 7px;
}

.question-answer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #607d8b;
  background: #fff;
  border-radius: 8px;
}

/* å‘å¸ƒé—®é¢˜ */
.editor-content {
  width: 1173px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  /* padding: 24px 0; */
}
.editor-content .question-answer-list {
  padding: 0 24px;
  margin-top: 24px;
  margin-bottom: 16px;
  min-height: 500px;
}
.editor-content .editor-title {
  border-bottom: 1px solid #e9ebefff;
}
.editor-title-input {
  width: 100%;
  height: 90px;
  font-size: 24px;
  border: 0;
  outline: none;
  padding: 24px 35px;
  resize: none;
}
.editor-title-error {
  position: absolute;
  right: 24px;
  top: 95px;
  color: #f1403c;
  font-size: 14px;
}
.editor-tool {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 64px;
}
.editor-tool-tag {
  display: flex;
  cursor: pointer;
}
.editor-tool-tag img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.editor-tool-bind {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #ffac02;
}
.editor-submit {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ffdb33;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  cursor: pointer;
  margin-top: 8px;
}
.editor-tag-list {
  position: absolute;
  left: 0;
  top: -230px;
  padding: 16px;
  box-shadow: 0px 2px 6px 2px rgba(233, 235, 239, 0.6);
  background-color: #fff;
}
.editor-tool-l {
  position: relative;
  display: flex;
  align-items: center;
}
.editor-list-input {
  height: 32px;
  background: #f9f9f9;
  border-radius: 16px;
  width: 294px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.editor-list-input img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.editor-list-input input {
  outline: none;
  border: 0;
  display: inline-block;
  width: 300px;
  padding-left: 10px;
  background-color: #f9f9f9;
}

.editor-list-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  background-color: #f9f9f9;
}
.editor-list-input input:-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  background-color: #f9f9f9;
}
.editor-list-input input::-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  background-color: #f9f9f9;
}
.editor-list-input input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  background-color: #f9f9f9;
}
.editor-list-item {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  height: 140px;
  overflow-y: auto;
}
.tag-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
}
.tag-item-l {
  width: 125px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
}
.tag-item-r {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.editor-tag-active {
  background: rgba(255, 219, 51, 0.25);
  border-radius: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  margin-left: 16px;
}
.editor-tag-active img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
/* é—®ç­”äººçš„è¯¦æƒ… */
.container-top {
  width: 100%;
  height: 240px;
  background: url('../images/step_1_4_1659522335161.4920.png') no-repeat;
  background-size: 100%;
}

.answer-content-more .art-half {
  flex-direction: column;
}
.answer-content-more .article-recomm {
  margin: 10px 0px;
}
</pre></body></html>