.register * {
  box-sizing: content-box;
}
.index-footer {
  margin-top: 0 !important;
}
header.page-header .box .tab-list .item.pitch {
  color: #fddf6d !important;
}
header.page-header .box .tab-list .item.pitch::after {
  background-color: #fddf6d !important;
}
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  width: 0 !important;
}
@font-face {
  font-family: "emojifont";
  src: url("https://oss.x-php.com/static/riposte/emojifont-sbix.ttf?t=questions");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  word-break: break-all;
}
a {
  text-decoration: none !important;
}
/* Webkit浏览器(Chrome、Safari等) */
*::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
*::-webkit-scrollbar-button {
  display: none;
}
/* Firefox浏览器 */
/* 注意:Firefox浏览器不支持修改滚动条的宽度 */
/* 若要修改滚动条的宽度,可以使用一些特殊的插件或者自定义滚动条的替代方案 */
/* 以下代码只是修改滚动条的颜色和背景色 */
* {
  scrollbar-width: thin;
  scrollbar-color: #d7d7d7 transparent;
}
*::-moz-scrollbar-thumb {
  background-color: #d7d7d7;
}
*::-moz-scrollbar-thumb:hover {
  background-color: #666;
}
.flexflex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexacenter {
  display: flex;
  align-items: center;
}
.flexjcenter {
  display: flex;
  justify-content: center;
}
/* // 一行显示 */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#answer-app {
  min-width: 1200px;
  overflow-x: hidden;
  word-break: break-all;
  min-height: calc(100vh - 253px);
}
#answer-app #pageHeader {
  background: #f6f6f6;
  height: 150px;
  border: 1px solid #ebebeb;
  min-width: 1200px;
  margin: 0 auto;
  flex-direction: column;
  padding-top: 24px;
}
#answer-app #pageHeader .top {
  width: 1200px;
  margin-bottom: 31px;
}
#answer-app #pageHeader .top .logo {
  width: 73px;
  cursor: pointer;
}
#answer-app #pageHeader .top .right {
  justify-content: flex-end;
}
#answer-app #pageHeader .top .right .searchInput {
  width: 320px;
  height: 32px;
  border: 1px solid #ebebeb;
  border-radius: 104px;
  background-color: #fff;
  font-size: 13px;
  padding-right: 16px;
  position: relative;
}
#answer-app #pageHeader .top .right .searchInput input {
  border: none;
  outline: none;
  height: 100%;
  padding-left: 16px;
  border-radius: 104px;
}
#answer-app #pageHeader .top .right .searchInput .input-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#answer-app #pageHeader .top .right .searchInput .clear-search .cross-circle-black {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#answer-app #pageHeader .top .right .searchInput .clear-search .halving-line {
  width: 1px;
  height: 13px;
  background-color: #ebebeb;
  margin: 0 17px;
}
#answer-app #pageHeader .top .right .searchInput .history-box {
  position: absolute;
  top: 36px;
  left: 0;
  width: 320px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding-top: 15px;
  z-index: 10;
  padding-bottom: 14px;
}
#answer-app #pageHeader .top .right .searchInput .history-box .history-title {
  font-size: 13px;
  color: #aaaaaa;
  padding-left: 16px;
  margin-bottom: 9px;
}
#answer-app #pageHeader .top .right .searchInput .history-box .history-list .history-item {
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  cursor: pointer;
}
#answer-app #pageHeader .top .right .btn-list {
  width: 221px;
  height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  font-size: 13px;
  color: #555;
  margin-left: 20px;
}
#answer-app #pageHeader .top .right .btn-list .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}
#answer-app #pageHeader .top .right .btn-list .item:not(:last-of-type)::before {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #d7d7d7;
  font-size: 13px;
}
#answer-app #pageHeader .top .right .add-btn {
  width: 130px;
  height: 30px;
  background-color: #fddf6d;
  border-radius: 5px;
  color: #000000;
  font-size: 13px;
  cursor: pointer;
  margin-left: 20px;
}
#answer-app #pageHeader .top .right .add-btn .add-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
#answer-app #pageHeader .tab-box {
  width: 100%;
  min-width: 1200px;
  z-index: 1;
  background-color: #f6f6f6;
  padding: 5px 0;
  margin: 0 auto;
}
#answer-app #pageHeader .tab-box.tab-list-fixed {
  position: fixed;
  top: 0;
}
#answer-app #pageHeader .tab-box .tab-list {
  width: 1200px;
}
#answer-app #pageHeader .tab-box .tab-list .item {
  text-align: center;
  font-size: 14px;
  height: 24px;
  color: #333;
  cursor: pointer;
}
#answer-app #pageHeader .tab-box .tab-list .item:not(:last-of-type) {
  margin-right: 23px;
}
#answer-app #pageHeader .tab-box .tab-list .item.pitch {
  padding: 0 11px;
  background-color: #fa6b11;
  border-radius: 19px;
  font-weight: 650;
  color: #ffffff;
}
#answer-app #pageHeader .tab-box .tab-list .halving-line {
  font-size: 14px;
  color: #d7d7d7;
  margin-right: 23px;
}
#answer-app .main {
  margin: 0 auto;
  height: calc(100vh - 167px);
  justify-content: center;
  background-color: #fbfbfb;
  min-width: 1200px;
}
#answer-app .main .transmit-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#answer-app .main.mode-list {
  background: #fff;
  height: auto;
}
#answer-app .main.mode-list .main-header {
  width: 100%;
  border-right: none;
}
#answer-app .main.mode-list .list-box .list .item {
  border-right: none;
}
#answer-app .main.mode-list .list-box .list .item:nth-child(2) {
  border-top: 1px solid #ebebeb;
}
#answer-app .main .main-header {
  min-width: 508px;
  margin: 0 auto;
  padding-left: calc((100vw - 1200px) / 2);
  display: inline-flex;
  width: calc((100vw - 1200px) / 2 + 512px);
  background: #fff;
  border-right: 1px solid #ebebeb;
  height: 68px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
}
#answer-app .main .main-header .search-keyword {
  color: #fa6b11;
  font-size: 14px;
  height: 20px;
  cursor: pointer;
  max-width: 400px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ebebeb;
}
#answer-app .main .main-header .search-keyword .search-keyword-cross {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
#answer-app .main .main-header .total {
  font-size: 13px;
  color: #7f7f7f;
  height: 20px;
}
#answer-app .main .main-header .look-only {
  font-size: 13px;
  color: #7f7f7f;
  height: 20px;
  cursor: pointer;
}
#answer-app .main .main-header .look-only .look-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
#answer-app .main .list-box {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#answer-app .main .list-box::-webkit-scrollbar {
  width: 0 !important;
}
#answer-app .main .list-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  min-width: 508px;
}
#answer-app .main .list-box .list .item {
  cursor: pointer;
  position: absolute;
  padding: 20px 0 0;
  transition-property: top, left, background;
  transition-duration: 0.5s;
  border-right: 1px solid #ebebeb;
  background-color: #fff;
}
#answer-app .main .list-box .list .item:first-of-type {
  border-top: 1px solid #ebebeb;
}
#answer-app .main .list-box .list .item.upLevel .content {
  border: none;
}
#answer-app .main .list-box .list .item.pitch {
  background-color: #fbfbfb;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
#answer-app .main .list-box .list .item.pitch::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 100%;
  background-color: #fddf6d;
}
#answer-app .main .list-box .list .item.pitch::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/img/triangle-icon.svg");
}
#answer-app .main .list-box .list .item.pitch .content {
  border: none;
}
#answer-app .main .list-box .list .item:hover .issue {
  text-decoration: underline;
}
#answer-app .main .list-box .list .item .dot {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  margin-right: 14px;
}
#answer-app .main .list-box .list .item .content {
  border-bottom: 1px dotted #ebebeb;
  padding-bottom: 24px;
}
#answer-app .main .list-box .list .item .content .issue-title .hot-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
#answer-app .main .list-box .list .item .content .issue-title .issue {
  font-weight: 650;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
}
#answer-app .main .list-box .list .item .content .issue-title .issue em {
  color: #ff0000;
}
#answer-app .main .list-box .list .item .content .issue-title .recommend {
  font-size: 12px;
  color: #72db86;
  text-align: center;
  height: 21px;
  background-color: rgba(114, 219, 134, 0.117647);
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 10px;
}
#answer-app .main .list-box .list .item .content .answer {
  color: #555;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
  font-weight: 400;
}
#answer-app .main .list-box .list .item .content .answer * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#answer-app .main .list-box .list .item .content .answer em {
  color: #ff0000;
}
#answer-app .main .list-box .list .item .content .answer .halving-line {
  margin: 0 10px;
  color: #d7d7d7;
}
#answer-app .main .list-box .list .item .content .answer .value-value:not(:last-of-type) {
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
#answer-app .main .list-box .list .item .content .answer .value-value:not(:last-of-type)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  color: #d7d7d7;
  transform: translateY(-50%);
}
#answer-app .main .list-box .list .item .content .bottom {
  margin-top: 18px;
  font-size: 12px;
  justify-content: space-between;
}
#answer-app .main .list-box .list .item .content .bottom .typename {
  font-size: 12px;
  color: #7f7f7f;
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0 3px;
  height: 21px;
}
#answer-app .main .list-box .list .item .content .bottom .quantity {
  color: #aaa;
}
#answer-app .main .list-box .list .item .content .bottom .amount {
  color: #aaa;
  margin-left: 20px;
}
#answer-app .main .list-box .list .item .content .bottom .amount .amount-icon {
  width: 14px;
  height: 13px;
  margin-right: 5px;
}
#answer-app .main .list-box .list .item .content .bottom .longString {
  width: 1px;
  height: 13px;
  background-color: #d7d7d7;
  margin: 0 15px;
}
#answer-app .main .list-box .list .item .content .bottom .answer-btn {
  color: #72db86;
  cursor: pointer;
}
#answer-app .main .list-box .empty-box {
  width: 690px;
  height: 490px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  flex-direction: column;
}
#answer-app .main .list-box .empty-box .dot-list .item {
  width: 8px;
  height: 8px;
}
#answer-app .main .list-box .empty-box .dot-list .item:not(:last-of-type) {
  margin-right: 5px;
}
#answer-app .main .list-box .empty-box .empty-icon {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#answer-app .main .list-box .empty-box .empty-hint {
  font-size: 13px;
  color: #7f7f7f;
  line-height: 22px;
}
#answer-app .main .details-area-box {
  width: calc((100vw - 1200px) / 2 + 688px);
  min-width: 688px;
  background-color: #fbfbfb;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
#answer-app .main .details-area-box .loading-bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 53px;
  width: 688px;
}
#answer-app .main .details-area-box .loading-bj svg {
  width: 60px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: calc(100vh / 2);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#answer-app .main .details-area-box .details-box {
  width: 688px;
  padding-left: 53px;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding-bottom: 200px;
}
#answer-app .main .details-area-box .details-box .emoji-box-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#answer-app .main .details-area-box .details-box .close-box {
  height: 69px;
  padding-top: 29px;
  display: flex;
  justify-content: flex-end;
}
#answer-app .main .details-area-box .details-box .close-box .close-circle {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#answer-app .main .details-area-box .details-box .close-box .close-circle .close-icon {
  width: 20px;
  height: 20px;
}
#answer-app .main .details-area-box .details-box .close-box .close-circle .details-cross-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#answer-app .main .details-area-box .details-box .label {
  font-size: 12px;
  color: #ffffff;
  height: 21px;
  line-height: 21px;
  padding: 0 4px;
  background-color: #72db86;
  border-radius: 5px;
  display: inline-block;
  margin-left: 23px;
  margin-bottom: 12px;
}
#answer-app .main .details-area-box .details-box .details-issue {
  border-radius: 8px;
  background-color: #fff;
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.10196078);
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  padding-top: 19px;
  margin-bottom: 28px;
  position: relative;
  word-break: break-all;
}
#answer-app .main .details-area-box .details-box .details-issue .icon {
  background-color: #72db86;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  border: 4px solid #fbfbfb;
  position: absolute;
  top: -4px;
  left: -4px;
}
#answer-app .main .details-area-box .details-box .details-issue .qq {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 28px;
}
#answer-app .main .details-area-box .details-box .details-issue .titletitle {
  font-weight: 650;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding: 0 24px;
  margin-bottom: 12px;
}
#answer-app .main .details-area-box .details-box .details-issue .hint {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 24px;
  white-space: pre-line;
}
#answer-app .main .details-area-box .details-box .details-issue .hint img {
  height: auto !important;
}
#answer-app .main .details-area-box .details-box .details-issue .operate-box .answer-btn {
  width: 120px;
  height: 28px;
  background-color: #f6f6f6;
  border-radius: 43px;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .details-issue .operate-box .answer-btn.white {
  background-color: #62b1ff;
  color: #ffffff;
}
#answer-app .main .details-area-box .details-box .details-issue .operate-box .answer-btn.white .answer-icon-white {
  display: block;
}
#answer-app .main .details-area-box .details-box .details-issue .operate-box .answer-btn.white .answer-icon-edit {
  display: none;
}
#answer-app .main .details-area-box .details-box .details-issue .operate-box .answer-btn .answer-btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: none;
}
#answer-app .main .details-area-box .details-box .details-issue .operate-box .answer-btn .answer-icon-edit {
  display: block;
}
#answer-app .main .details-area-box .details-box .answer-discuss {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11764706);
  padding: 18px 22px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box {
  width: 650px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 15px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .text {
  font-size: 18px;
  font-weight: 650;
  margin-bottom: 15px;
  color: #000;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .input-box {
  margin-right: 0;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .input-box .bottom {
  border-top: 1px solid #ebebeb;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .btn-list {
  padding: 15px 0;
  justify-content: flex-end;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .btn-list .btn {
  font-size: 14px;
  color: #333;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 43px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-left: 20px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .btn-list .btn.send {
  background-color: #fddf6d;
  border: 1px solid #fddf6d;
}
#answer-app .main .details-area-box .details-box .answer-discuss .header {
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  color: #000000;
  font-size: 16px;
  margin-bottom: 17px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .header .num {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  color: #555555;
  margin-left: 10px;
  font-weight: 400;
  margin-left: 6px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top {
  padding: 0 14px;
  position: relative;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-placeholder {
  color: #7f7f7f;
  pointer-events: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 14px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-textarea {
  font-size: 14px;
  border: none;
  outline: none;
  background-color: transparent;
  min-height: 80px;
  padding-bottom: 11px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-textarea * {
  background: transparent !important;
  color: #000 !important;
  border: none !important;
  outline: none !important;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-textarea img {
  display: none !important;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .picture-box {
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
  padding-left: 14px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .picture-box .picture {
  position: relative;
  width: fit-content;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .picture-box .picture .img {
  height: 60px;
  border-radius: 5px;
  display: block;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .picture-box .picture .close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom {
  height: 52px;
  padding: 0 14px;
  justify-content: space-between;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item {
  display: inline-flex;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item.pitch .emoji-box {
  display: flex;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item.pitch::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  /* 鼠标悬停时显示为可点击 */
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .emoji-box {
  width: 581px;
  border-radius: 8px;
  background-color: #fff;
  filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.1));
  top: 45px;
  position: absolute;
  z-index: 1;
  left: -14px;
  border: 1px solid #ebebeb;
  display: none;
  flex-wrap: wrap;
  font-size: 22px;
  padding: 8px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .emoji-box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -8px;
  left: 15px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .emoji-box .emoji-icon {
  margin: 5px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .file {
  opacity: 0;
  /* 隐藏输入框 */
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .file::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item:hover .file-hint {
  display: inline-block;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .operate .item .file-hint {
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  background-color: #333333;
  border-radius: 137px;
  padding: 0 8px;
  margin-left: 9px;
  display: none;
}
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .bottom .btn {
  font-size: 14px;
  color: #333;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #fddf6d;
  border-radius: 43px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-total-amount {
  color: #555555;
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 20px;
}
#answer-app .main .details-area-box .details-box .your-answer-box {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  background-color: #fff;
  margin-bottom: 25px;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-header {
  height: 67px;
  font-weight: 650;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  padding-left: 24px;
  border-bottom: 1px dotted #ebebeb;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-textarea {
  font-size: 14px;
  padding: 20px 23px;
  width: 100%;
  height: 224px;
  border: none;
  outline: none;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-textarea.placeholder::after {
  content: "输入图文内容回答提问(支持直接粘贴图片)";
  color: #999;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-textarea img {
  max-width: 100%;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-bottom {
  height: 50px;
  background-color: #f6f6f6;
  justify-content: space-between;
  padding-left: 25px;
  border-radius: 0 0 10px 10px;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-bottom .option-box {
  font-size: 14px;
  color: #7f7f7f;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-bottom .option-box .option-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
#answer-app .main .details-area-box .details-box .your-answer-box .your-answer-bottom .your-answer-submit {
  width: 120px;
  height: 50px;
  font-size: 14px;
  color: #333;
  border-radius: 0 0 10px 0;
  background-color: #fddf6d;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-box-item {
  border-radius: 8px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.10196078);
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  margin-bottom: 21px;
  position: relative;
}
#answer-app .main .details-area-box .details-box .answer-box-item .edit-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f6f6f6;
  position: absolute;
  top: 10px;
  right: 10px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .edit-btn .edit-icon {
  width: 16px;
  height: 16px;
}
#answer-app .main .details-area-box .details-box .answer-box-item * {
  white-space: break-spaces !important;
}
#answer-app .main .details-area-box .details-box .answer-box-item .aa {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 28px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .icon-box {
  background-color: #62b1ff;
  font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  font-weight: 650;
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  border: 4px solid #fbfbfb;
  position: absolute;
  top: -4px;
  left: -4px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-text {
  font-size: 14px;
  color: #555555;
  padding: 0 24px;
  margin-bottom: 20px;
  word-break: break-all;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-text img {
  max-width: 100%;
  cursor: pointer;
  height: auto !important;
}
#answer-app .main .details-area-box .details-box .answer-box-item .operate-box {
  padding: 0 24px;
  background-color: #fbfbfb;
}
#answer-app .main .details-area-box .details-box .answer-box-item .operate-box .interaction-box .interaction-item {
  font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
#answer-app .main .details-area-box .details-box .answer-box-item .operate-box .interaction-box .interaction-item .amount {
  color: #555555;
  font-weight: 400;
}
#answer-app .main .details-area-box .details-box .answer-box-item .operate-box .interaction-box .interaction-item:not(:last-of-type) {
  margin-right: 40px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .operate-box .interaction-box .interaction-item.pitch {
  font-weight: 650;
  color: #000000;
}
#answer-app .main .details-area-box .details-box .answer-box-item .operate-box .interaction-box .interaction-item.pitch::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 100%;
  height: 4px;
  background-color: #fddf6d;
  border-radius: 43px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins {
  background-color: #fbfbfb;
  padding: 22px 22px 40px;
  border-radius: 0 0 8px 8px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .coins-show {
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 8px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .coins-show .coins-icon {
  width: 31px;
  height: 36px;
  margin-right: 10px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .coins-show .coins-text {
  font-size: 14px;
  color: #333333;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .coins-show .coins-text .quantity {
  font-family: "Arial-Black", "Arial Black", sans-serif;
  font-weight: 900;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .coins-show .coins-btn {
  width: 125px;
  height: 40px;
  background-color: #62b1ff;
  border-radius: 150px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list {
  margin-top: 20px;
  max-height: 253px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item {
  padding: 16px 20px 14px 32px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item:not(:last-of-type) {
  border-bottom: 1px dotted #f2f2f2;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item .ranking {
  width: 118px;
  font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #333333;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item .coins-user {
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item .coins-user .coins-user-img {
  width: 24px;
  height: 24px;
  margin-right: 18px;
  border-radius: 50%;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item .coins-user .coins-user-name {
  font-weight: 400;
  color: #555555;
  font-size: 13px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item .bi {
  color: #000000;
  font-size: 13px;
  line-height: 16px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .answer-coins .answer-coins-list .answer-coins-item .bi .bi-amount {
  font-size: 16px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area {
  background-color: #fbfbfb;
  padding: 13px 24px 40px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 8px 8px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .respond-already-item {
  font-size: 12px;
  color: #555555;
  text-align: center;
  padding: 0 6px;
  width: fit-content;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .respond-already-item.pitch {
  background: #f2f2f2;
  border: none;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .respond-already-item .code {
  font-family: "emojifont";
  margin-right: 4px;
  font-size: 15px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .respond-select {
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 6px 15px 15px 6px;
  margin-right: 10px;
  padding-left: 16px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .respond-select .respond-select-item {
  font-family: "emojifont";
  margin-right: 16px;
  font-size: 15px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .plus-add {
  width: 30px;
  height: 30px;
  background-color: #62b1ff;
  border-radius: 15px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-area .plus-add .plus-icon {
  width: 14px;
  height: 14px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-list-btn {
  font-weight: 400;
  cursor: pointer;
  color: #555555;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding-top: 10px;
  width: 100%;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-list-btn .respond-list-btn-amount {
  font-weight: 650;
  color: #333;
  margin: 0 5px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .respond-list-btn .respond-list-btn-icon {
  width: 6px;
  margin-left: 5px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .comments-area {
  background-color: #fbfbfb;
  border-radius: 6px;
  padding-top: 13px;
  padding-bottom: 40px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .post-comment-box {
  background-color: #fbfbfb;
  border-radius: 6px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .post-comment {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  margin: 0 23px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .post-comment .post-input {
  height: 60px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 8px;
  font-size: 14px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .post-comment .post-input::placeholder {
  color: #aaaaaa;
}
#answer-app .main .details-area-box .details-box .answer-box-item .post-comment .post-ok {
  width: 60px;
  height: 60px;
  background-color: #62b1ff;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  border-radius: 6px;
}
#answer-app .main .details-area-box .details-box .answer-box-item .comments-empty-box {
  height: 321px;
  flex-direction: column;
  justify-content: center;
}
#answer-app .main .details-area-box .details-box .comments-box {
  padding: 17px 0 0;
  border-radius: 6px;
}
#answer-app .main .details-area-box .details-box .comments-box.show-one-comment .reverl-all {
  display: none;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item {
  padding: 13px 0 0;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item:not(:last-of-type) .child-comments {
  border-bottom: 1px dotted #ebebeb;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item:not(:last-of-type) .comments-content {
  border-bottom: 1px dotted #ebebeb;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item:last-of-type .child-comments {
  border-top: 1px dotted #ebebeb;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header {
  justify-content: space-between;
  margin-bottom: 9px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-left {
  font-size: 13px;
  position: relative;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-left .comments-avatar {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-left .comments-username {
  color: #555;
  margin-right: 10px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-left .comments-time {
  color: #aaaaaa;
  margin-right: 8px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-left .comments-identity {
  font-size: 12px;
  color: #7f7f7f;
  padding: 0 3px;
  height: 20px;
  background-color: #f0f2f5;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box {
  position: relative;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box:hover .operate-boxx {
  display: flex;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .menu-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 24px;
  right: 0;
  font-size: 12px;
  color: #7f7f7f;
  cursor: pointer;
  width: 60px;
  z-index: 2;
  border-radius: 5px;
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx .item {
  height: 24px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx .item:not(:last-of-type) {
  border-bottom: 1px solid #d7d7d7;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx::after {
  content: "";
  width: 58px;
  height: 36px;
  position: absolute;
  top: -14px;
  right: 0;
  z-index: -1;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .comment-icon {
  width: 14px;
  height: 13px;
  margin-left: 40px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .like-box {
  font-size: 12px;
  color: #aaa;
  margin-left: 40px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .like-box .like-icon {
  width: 14px;
  height: 14px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .like-box .like-quantity {
  margin-left: 6px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content {
  margin-left: 30px;
  padding-bottom: 12px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content img {
  border-radius: 5px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .input-box {
  position: relative;
  margin-right: 6px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .input-box .cross {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 2;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-text {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  white-space: pre-wrap;
  /* 保留空白符并自动换行 */
  word-break: break-word;
  /* 在单词内部进行断行 */
  overflow-wrap: break-word;
  /* 允许长单词内部断行 */
  margin-bottom: 13px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-text .comments-reply {
  color: #92a1bf;
  display: inline;
  margin-right: 10px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-img {
  width: 75px;
  margin-bottom: 13px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box {
  margin-top: 13px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box .comments-input {
  width: 519px;
  height: 60px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  margin-right: 16px;
  position: relative;
  z-index: 1;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box .comments-input::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #d7d7d7;
  position: absolute;
  top: -2px;
  left: 21px;
  transform: rotate(45deg);
  z-index: -1;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box .comments-input textarea {
  border: none;
  outline: none;
  resize: none;
  padding: 11px 16px;
  border-radius: 7px 0 0 7px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box .comments-input textarea::-webkit-scrollbar {
  width: 0 !important;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box .comments-input .comments-btn {
  width: 58px;
  height: 58px;
  background-color: #72db86;
  border-radius: 0 7px 7px 0;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box .forkfork {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .child-comments {
  margin-left: 24px;
}
#answer-app .main .details-area-box .details-box .comments-box .child-comments .comments-item:last-of-type .comments-content {
  border-bottom: none;
}
#answer-app .main .details-area-box .details-box .comments-box .child-comments .comments-also {
  color: #62b1ff;
  line-height: 22px;
  font-size: 13px;
  height: 46px;
  margin-left: 30px;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .child-comments .comments-also .also-icon {
  width: 10px;
  height: 10px;
  margin-left: 8px;
}
#answer-app .main .details-area-box .details-box .comments-box .reverl-all {
  width: 120px;
  height: 28px;
  border: 1px solid #ebebeb;
  border-radius: 43px;
  color: #555555;
  line-height: 20px;
  font-size: 13px;
  margin: 16px auto 0;
  cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .reverl-all .arrow-circular {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
#answer-app .main .details-area-box .details-box .comments-box .more-comments {
  width: 120px;
  height: 28px;
  border: 1px solid #ebebeb;
  border-radius: 43px;
  color: #555;
  line-height: 28px;
  cursor: pointer;
  margin: 20px auto 0;
}
#answer-app .main .details-area-box .details-box .comments-box .more-comments .more-comments-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
#answer-app .main .details-area-box .details-box .info-box {
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 20px;
}
#answer-app .main .details-area-box .details-box .info-box .user-info {
  cursor: pointer;
  position: relative;
}
#answer-app .main .details-area-box .details-box .info-box .user-info .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
#answer-app .main .details-area-box .details-box .info-box .user-info .user-name {
  color: #7f7f7f;
  font-size: 13px;
  margin-right: 10px;
}
#answer-app .main .details-area-box .details-box .info-box .user-info .homeShare {
  height: 14px;
}
#answer-app .main .details-area-box .details-box .info-box .time {
  font-size: 12px;
  color: #aaaaaa;
}
#answer-app .main .details-area-box .details-box .info-box .operate-item {
  font-size: 12px;
  color: #7f7f7f;
  margin-right: 7px;
}
#answer-app .main .details-area-box .details-box .info-box .operate-item .operate-icon {
  margin-right: 7px;
}
#answer-app .main .details-area-box .details-box .operate-box {
  justify-content: space-between;
  height: 54px;
  border-top: 1px dotted #ebebeb;
  padding: 0 24px;
  flex: 1;
  position: relative;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item {
  font-size: 13px;
  color: #7f7f7f;
  cursor: pointer;
  height: 53px;
  line-height: 54px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item:not(:first-of-type) {
  margin-left: 36px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item .operate-icon {
  margin-right: 5px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.commentnum {
  z-index: 1;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.commentnum::after {
  content: "";
  width: 80px;
  height: 100%;
  background: inherit;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item .operate-icon {
  margin-right: 5px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item .operate-icon.operate-transmit-icon {
  width: 14px;
  height: 14px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item .operate-icon.operate-comment-icon {
  width: 14px;
  height: 13px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item .operate-icon.operate-collect-icon {
  width: 16px;
  height: 16px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item .operate-icon.operate-like-icon {
  width: 16px;
  height: 16px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  z-index: 10;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box {
  width: 635px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  position: absolute;
  top: 64px;
  left: 0;
  background: #fff;
  justify-content: space-between;
  padding: 40px 35px 42px;
  z-index: 3;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .cross-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  padding: 6px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-title {
  font-weight: 650;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 24px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-content {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-web .transmit-content {
  width: 300px;
  font-size: 14px;
  line-height: 24px;
  padding: 14px 16px;
  margin-bottom: 32px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-web .transmit-content .transmit-headline {
  color: #333333;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-web .transmit-content .transmit-url {
  color: #aaaaaa;
  word-wrap: break-word;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-web .transmit-web-btn {
  width: 120px;
  height: 38px;
  background-color: #fddf6d;
  border-radius: 8px;
  font-size: 14px;
  color: #000000;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-mini .transmit-content {
  flex-direction: column;
  padding: 22px 44px;
  color: #555555;
  font-size: 13px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-mini .transmit-content .transmit-mini-img {
  width: 90px;
  height: 90px;
  margin-bottom: 21px;
}
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item.operate-transmit .transmit-box .transmit-mini .transmit-content .give-sweep {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
#answer-app .main .details-area-box .details-box .copyright {
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  height: 32px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check {
  width: 150px;
  padding: 10px 0;
  margin-bottom: 50px;
  color: #7f7f7f;
  font-size: 13px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  margin: 39px auto 50px;
  cursor: pointer;
  position: relative;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check .QRCode-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check:hover .QRCode-pop {
  display: flex;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check .QRCode-pop {
  display: none;
  position: absolute;
  bottom: 45px;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 17px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16078431);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16078431);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16078431);
  flex-direction: column;
  z-index: 1;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check .QRCode-pop .offer-mini-QRcode {
  width: 113px;
  margin-bottom: 18px;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check .QRCode-pop .QRCode-hint {
  font-size: 13px;
  color: #333333;
}
#answer-app .main .details-area-box .details-box .mobile-phone-check .QRCode-pop .QRCode-hint .QRCode-img {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
#answer-app .main .details-area-box .empty-box {
  flex-direction: column;
  margin-bottom: 16px;
}
#answer-app .main .details-area-box .empty-box .dot-list {
  margin-bottom: 8px;
}
#answer-app .main .details-area-box .empty-box .dot-list .dot-item {
  width: 8px;
  height: 8px;
}
#answer-app .main .details-area-box .empty-box .dot-list .dot-item:not(:last-of-type) {
  margin-right: 5px;
}
#answer-app .main .details-area-box .empty-box .empty-icon {
  width: 100px;
  height: 100px;
}
#answer-app .main .details-area-box .empty-hint {
  color: #7f7f7f;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
}
#answer-app .issue-box .choosing-theme {
  width: 530px;
  background: inherit;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  padding: 30px 36px 45px;
}
#answer-app .issue-box .choosing-theme .titletitle {
  font-size: 14px;
  font-weight: 650;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
}
#answer-app .issue-box .choosing-theme .titletitle::before {
  content: "";
  width: 5px;
  height: 12px;
  background-color: #72db86;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#answer-app .issue-box .choosing-theme .theme-list {
  flex-wrap: wrap;
}
#answer-app .issue-box .choosing-theme .theme-list .theme-stair-box {
  flex-wrap: wrap;
}
#answer-app .issue-box .choosing-theme .theme-list .theme-item {
  width: 106px;
  height: 36px;
  background-color: #f6f6f6;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin-bottom: 10px;
}
#answer-app .issue-box .choosing-theme .theme-list .theme-item:not(:nth-child(4n)) {
  margin-right: 11px;
}
#answer-app .issue-box .choosing-theme .theme-list .theme-item:hover {
  color: #000000;
  background-color: #fddf6d;
}
#answer-app .issue-box .issue-form {
  padding-top: 30px;
  width: 720px;
  height: 520px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-position: -4px -3px;
}
#answer-app .issue-box .issue-form .issue-bj {
  position: absolute;
  left: -4px;
  top: -3px;
  width: 727px;
  height: 526px;
  z-index: -1;
}
#answer-app .issue-box .issue-form .q {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 650;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
  background-color: #72db86;
  position: absolute;
  top: -1px;
  left: -1px;
}
#answer-app .issue-box .issue-form .cross-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#answer-app .issue-box .issue-form input,
#answer-app .issue-box .issue-form textarea {
  border: none;
  outline: none;
}
#answer-app .issue-box .issue-form .issue-input {
  padding: 0 30px;
  width: 720px;
  height: 80px;
  border-bottom: 1px dotted #ebebeb;
}
#answer-app .issue-box .issue-form .issue-input textarea {
  font-size: 18px;
  width: 100%;
  height: 100%;
  resize: none;
}
#answer-app .issue-box .issue-form .issue-input textarea::placeholder {
  color: #aaaaaa;
}
#answer-app .issue-box .issue-form .issue-replenish {
  width: 720px;
  height: 360px;
  font-size: 14px;
  padding: 20px 30px;
  resize: none;
  display: block;
}
#answer-app .issue-box .issue-form .issue-replenish::placeholder {
  color: #aaaaaa;
}
#answer-app .issue-bottom {
  justify-content: space-between;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 0 0 10px 10px;
  padding-left: 30px;
}
#answer-app .issue-bottom .option-box {
  font-size: 14px;
  color: #7f7f7f;
  cursor: pointer;
}
#answer-app .issue-bottom .option-box .option-icon {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
#answer-app .issue-bottom .issue-btn {
  width: 120px;
  height: 50px;
  background-color: #fddf6d;
  border-radius: 0 0 10px 0;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
#answer-app .i-answer-box {
  width: 720px;
  height: 660px;
  max-height: 92vh;
  background-color: #ffffff;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11764706);
  flex-direction: column;
  position: relative;
}
#answer-app .i-answer-box .close-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
#answer-app .i-answer-box .question-header {
  padding: 25px 8px 25px 20px;
  border-bottom: 1px solid #ebebeb;
}
#answer-app .i-answer-box .question-header .question-title {
  font-size: 18px;
  color: #000000;
  font-weight: 650;
  margin-bottom: 20px;
}
#answer-app .i-answer-box .question-header .question-title .question-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #72db86;
  font-weight: 650;
  font-size: 13px;
  color: #ffffff;
  margin-right: 12px;
  margin-top: 3px;
}
#answer-app .i-answer-box .question-header .question-replenish {
  max-height: 87px;
  color: #7f7f7f;
  line-height: 24px;
  overflow: auto;
  font-weight: 400;
  font-size: 13px;
  padding-left: 33px;
}
#answer-app .i-answer-box .question-middle {
  flex: 1;
  padding: 23px 20px;
  height: calc(100% - 172px);
}
#answer-app .i-answer-box .question-middle .question-icon {
  font-weight: 650;
  font-size: 13px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background-color: #62b1ff;
  border-radius: 50%;
  margin-right: 12px;
}
#answer-app .i-answer-box .question-middle .question-textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  resize: none;
  overflow: auto;
  font-size: 14px;
}
#answer-app .i-answer-box .question-middle .question-textarea.placeholder::after {
  content: "输入图文内容回答提问(支持直接粘贴图片)";
  color: #999;
}
#answer-app .i-answer-box .question-middle .question-textarea img {
  max-width: 100%;
}
#answer-app .detail-image-mask {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
#answer-app .detail-image-mask .detail-image {
  width: 80vw;
  height: 80vh;
  border-radius: 8px;
  background-color: #111;
}
#answer-app .detail-image-mask .detail-image .detail-img {
  max-width: 100%;
  max-height: 100%;
}
#answer-app .box-item {
  min-width: 380px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background-color: #edf2fc;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  z-index: 5000;
}
#answer-app .box-item-success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
#answer-app .box-item-warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
#answer-app .box-item-error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.numberwords {
  color: #b9b8b8;
  text-align: right;
  margin-right: 40px;
}