.trivia-wrap {
  padding-top: 30px;
  background: #ffffff;
  font-family: PingFang SC, Microsoft YaHei;
}

.trivia_container {
  padding-bottom: 70px;
}

.trivia_banner {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}

.trivia_body {
  display: flex;
}

.trivia_content {
  width: 816px;
  margin-right: 30px;
}

.trivia_question_type_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
}

.trivia_question_type_wrap a {
  color: #666;
}

.trivia_list_type_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  height: 44px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  margin-right: 12px;
  border-bottom: 2px solid transparent;
}

.trivia_list_type_item:last-child {
  margin-right: 0;
}

.trivia_list_type_item.active {
  font-weight: 600;
  color: #00a378;
  border-bottom: 2px solid #00a378;
}

.trivia_question_type_list_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.trivia_question_type_list {
  display: flex;
}

.trivia_question_type_item {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  margin-right: 32px;
  cursor: pointer;
}

.trivia_question_type_item:last-child {
  margin-right: 0;
}

.trivia_question_type_item.active {
  font-weight: 600;
  color: #00a378;
}

.trivia_question_type_item:hover {
  color: #00a378;
}

.trivia_question_type_search_wrap {
  display: flex;
  align-items: center;
  width: 220px;
  height: 34px;
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding: 0 12px;
  justify-content: space-between;
}

.trivia_question_type_search_input {
  width: 140px;
  height: 26px;
  /* margin-right: 12px; */
  color: #000000;
  border: 0;
  outline: none;
}

.trivia_question_type_search_icons {
  display: flex;
}

.trivia_question_type_search_remove {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  /* display: block; */
  cursor: pointer;
  display: none;
}

.trivia_question_type_search_icon {
  width: 17px;
  height: 17px;
  display: block;
  cursor: pointer;
}

a.trivia_question_item {
  display: block;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}

a.trivia_question_item:last-child {
  margin-bottom: 0;
  border: 0;
}

.trivia_question_item:last-child .title_question_content {
  padding-bottom: 0;
}

.trivia_question_item_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

a.trivia_question_item:hover .title_text {
  color: #00a378;
}

.trivia_question_item_title .title_text {
  max-width: 770px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title_question_type {
  display: flex;
  align-items: center;
  margin-left: 8px;
  height: 18px;
  padding: 0 7px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
}

.title_question_type.furniture {
  color: #ff7119;
  background: #fff6ee;
}

.title_question_type.wood {
  color: #1eb073;
  background: #eefff8;
}

.title_question_type.other {
  color: #2a74f5;
  background: #eef7ff;
}

.title_question_type.fitment {
  color: #f59919;
  background: #fff8eb;
}

.title_question_content {
  /* padding: 16px; */
  /* background: #F8F8F8; */
  /* border-radius: 4px; */
  padding-bottom: 24px;
}

.title_question_content_desc {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}

.title_question_content_num {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  /* margin-bottom: 24px; */
}

.send_date {
  margin: 0 20px;
}

.num_item span {
  margin-left: 4px;
}

.trivia_aside {
  width: 354px;
}
.trivia_aside_question {
  width: 354px;
  height: 170px;
  margin-bottom: 30px;
  cursor: pointer;
}
.trivia_aside_question img {
  width: 100%;
  height: 100%;
}
.trivia_detail_answer_item_top {
  margin-bottom: 12px;
  justify-content: space-between;
}
.trivia_detail_answer_item_top_logo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.trivia_detail_answer_item_top_name {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 4px;
}
.delete_icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.trivia_aside_hot_question {
  margin-bottom: 30px;
}

.trivia_aside_hot_question_title {
  margin-bottom: 16px;
}

.trivia_aside_hot_question_list {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.trivia_aside_hot_question_item {
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
}

.trivia_aside_hot_question_item:last-child {
  margin-bottom: 0;
}

.trivia_aside_hot_question_item_title {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.trivia_aside_hot_question_item:hover .trivia_aside_hot_question_item_title {
  color: #00a378;
}

.trivia_aside_hot_question_item_answer_read {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}

.answer_read span {
  margin-right: 4px;
}

.trivia_aside_hot_question_item_answer {
  margin-right: 12px;
}

.trivia_aside_hot_question_title {
  margin-bottom: 16px;
}

.trivia_aside_information_recommendation_item {
  display: flex;
  cursor: pointer;
  margin-bottom: 22px;
}

.trivia_aside_information_recommendation_item:hover .content_title {
  color: #00a378;
}

.trivia_aside_information_recommendation_item:last-child {
  margin-bottom: 0;
}

.trivia_aside_information_recommendation_img {
  width: 124px;
  height: 76px;
  border-radius: 4px;
  margin-right: 16px;
}

.trivia_aside_information_recommendation_content {
  width: 214px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content_title {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content_form {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}

.trivia_laypage_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}

.trivia_laypage_wrap .layui-laypage {
  margin: 0;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0;
}

#trivia_laypage .layui-laypage a,
#trivia_laypage .layui-laypage .layui-laypage-curr,
#trivia_laypage .layui-laypage .layui-laypage-spr {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-right: 8px;
  padding: 0;
  overflow: hidden;
}

#trivia_laypage .layui-laypage .layui-laypage-prev,
#trivia_laypage .layui-laypage .layui-laypage-next {
  width: auto;
  padding: 0 12px;
}

#trivia_laypage .layui-laypage .layui-laypage-prev .layui-icon,
#trivia_laypage .layui-laypage .layui-laypage-next .layui-icon {
  font-size: 14px;
}

.trivia_laypage_total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  font-family: PingFang SC, Microsoft YaHei;
  margin-left: 20px;
}

.trivia_question_list_empty {
  width: 816px;
  padding: 80px 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #969799;
  line-height: 24px;
  display: none;
  position: absolute;
}

.trivia_question_list_empty img {
  width: 330px;
  height: 192px;
  margin-bottom: 16px;
}
.trivia_gg img {
  width: 100%;
  height: 100%;
}
.trivia_detail_wrap {
  background-color: #fff;
  padding-bottom: 40px;
  font-size: 14px;
  font-family: PingFang SC, Microsoft YaHei;
}

.trivia_detail_body {
  display: flex;
  margin-top: 20px;
  padding-left: 30px;
  width: 1230px;
}
.trivia-detail-fixed {
  margin-right: 50px;
  margin-top: 82px;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-detail-fixed-like {
  width: 44px;
  height: 44px;
  padding: 13px 0;
  text-align: center;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.news-detail-fixed-like-box {
  width: 44px;
}
.trivia-detail-fixed-collect {
  width: 44px;
}
.trivia-detail-fixed-share {
  width: 44px;
}
.news-detail-fixed-like-num {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
.like-icon {
  width: 18px;
  height: 18px;
}
.trivia_detail_main {
  width: 770px;
  margin-right: 50px;
}

.trivia_detail_content_wrap {
}

.trivia_detail_content_top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.trivia_detail_content_title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-right: 8px;
  word-break: break-all;
}

.trivia_detail_content_type {
  display: flex;
  align-items: center;
  height: 18px;
  font-weight: 600;
  font-size: 12px;
  color: #ff7119;
  padding: 0 7px;
  border-radius: 2px;
  max-width: 40px;
  margin-right: 16px;
}

.trivia_detail_content_type.furniture {
  color: #ff7119;
  background: #fff6ee;
}

.trivia_detail_content_type.wood {
  color: #1eb073;
  background: #eefff8;
}

.trivia_detail_content_type.other {
  color: #2a74f5;
  background: #eef7ff;
}

.trivia_detail_content_type.fitment {
  color: #f59919;
  background: #fff8eb;
}

.trivia_detail_content_num {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 16px;
}

.trivia_detail_content_date {
  margin: 0 16px;
}

.trivia_detail_question_content {
  margin-bottom: 30px;
}

.trivia_detail_question_content img {
  max-width: 100%;
}

.trivia_detail_answer_title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}

.trivia_detail_answer_title span {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin-left: 4px;
  line-height: 28px;
}

.trivia_detail_answer_no_data {
  padding-top: 64px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}

.trivia_detail_answer_no_data .no_data {
  margin: 0 auto;
  width: 330px;
  height: 192px;
  margin-bottom: 16px;
}

.no_data_text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #969799;
  line-height: 24px;
}

.trivia_detail_answer_list {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.trivia_detail_answer_item {
  padding: 16px;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 24px;
  width: 770px;
}

.trivia_detail_answer_item:last-child {
  margin-bottom: 0;
}

.answer_item_content {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 12px;
  white-space: break-spaces;
}

.answer_item_content_img_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.answer_item_content_img {
  width: 173px;
  height: 100px;
  border-radius: 4px;
  margin-right: 15px;
  margin-top: 16px;
}
.answer_item_content_img:last-child {
  margin-right: 0;
}

.answer_item_content_img:nth-child(4n) {
  margin-right: 0;
}

.answer_item_content_img:nth-child(1),
.answer_item_content_img:nth-child(2),
.answer_item_content_img:nth-child(3),
.answer_item_content_img:nth-child(4) {
  margin-top: 0;
}

.answer_item_content_date {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  justify-content: space-between;
}
.like_icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  cursor: pointer;
}
.no_like_icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  cursor: pointer;
}
.answer_item_content_date-right-like {
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.answer_item_content_date-right-no-like {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.trivia_detail_more_answer_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5fcfa;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 24px;
}

.trivia_detail_more_answer {
  font-weight: 400;
  font-size: 16px;
  color: #00a378;
  line-height: 28px;
}

.trivia_detail_more_answer span {
  margin: 0 4px;
}

.trivia_detail_aside {
  width: 320px;
}

.trivia_detail_aside_hot_question {
  margin-bottom: 30px;
}

.trivia_detail_aside_hot_question_title {
  margin-bottom: 16px;
}

.trivia_detail_aside_hot_question_list {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.trivia_detail_aside_hot_question_item {
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
}

.trivia_detail_aside_hot_question_item:last-child {
  margin-bottom: 0;
}

.trivia_detail_aside_hot_question_item_title {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.trivia_detail_aside_hot_question_item:hover .trivia_detail_aside_hot_question_item_title {
  color: #00a378;
}

.trivia_detail_aside_hot_question_item_answer_read {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}

.answer_read span {
  margin-right: 4px;
}

.trivia_detail_aside_hot_question_item_answer {
  margin-right: 12px;
}

.trivia_detail_aside_hot_question_title {
  margin-bottom: 16px;
}

.trivia_detail_aside_information_recommendation_item {
  display: flex;
  cursor: pointer;
  margin-bottom: 22px;
}

.trivia_detail_aside_information_recommendation_item:hover .content_title {
  color: #00a378;
}

.trivia_detail_aside_information_recommendation_item:last-child {
  margin-bottom: 0;
}

.trivia_detail_aside_information_recommendation_img {
  width: 124px;
  height: 76px;
  border-radius: 4px;
  margin-right: 16px;
}

.trivia_detail_aside_information_recommendation_content {
  width: 214px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content_title {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content_form {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}
.echo_image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.trivai-item-img-item {
  position: relative;
  display: inline-block;
}
.trivai-item-img-item .uploaded-img {
  width: 154px;
  height: 100px;
}
.trivai-item-img-item .uploaded-img .uploaded-imgs {
  width: 154px;
  height: 100px;
}
.answer_textarea_logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.answer_textarea_logo img {
  width: 100%;
  height: 100%;
}
.answer_textarea_active {
  width: 684px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  padding: 9px 16px;
}
.answer_textarea_active_upload {
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
}
.answer_textarea {
  margin-bottom: 28px;
}
.answer_textarea_active textarea {
  border: none;
  width: 100%;
  min-height: 42px;
  background: #ffffff;
  resize: none;
  /* padding-bottom: 12px; */
  overflow: hidden;
  scrollbar-width: none; /* Firefox隐藏滚动条 */
}
.answer_textarea_active textarea::-webkit-scrollbar {
  display: none;
}
.uploaded-img {
  position: relative;
  display: inline-block;
}

.uploaded-imgs {
  border-radius: 4px;
  border: 1px solid #eee;
}

.answer_textarea_active_upload_left {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.answer_textarea_active_upload_left_input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.picture {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.answer_textarea_active_upload_right {
  cursor: pointer;
  width: 62px;
  height: 30px;
  background: #00a378;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.trivia_detail_answer_item_top_right {
  cursor: pointer;
}
.theme_dialog_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 32, 35, 0.4);
  z-index: 999;
  font-family: PingFang SC, PingFang SC;
}

.theme_dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  /* height: 196px; */
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 24px 32px;
}

.theme_dialog_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.theme_dialog_header_icon {
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
}

.save_dialog_title,
.remove_dialog_title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}

.save_dialog_tips,
.remove_dialog_tips {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}

.save_dialog_btn_wrap,
.remove_dialog_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  margin-top: 32px;
}

.save_dialog_btn,
.remove_dialog_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 120px;
  height: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #d1d5db;
  border-radius: 2px;
}

.save_dialog_btn.confirm,
.remove_dialog_btn.confirm {
  color: #ffffff;
  background: #00a378;
  border-color: #00a378;
}
/* 反馈对话框样式 */
.trivia-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.trivia-dialog-main {
  width: 740px;

  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  margin: 120px auto 0;
}
.trivia-dialog-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 42px 40px;
}
.trivia-dialog-content-item {
  margin-bottom: 40px;
}
.trivia-dialog-content-item-title {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
  font-weight: 400;
}
.trivia-type-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trivia-type-option {
  margin-right: 40px;
  cursor: pointer;
  font-size: 12px;
}
.trivia-type-option-m {
  margin-right: 0;
}
.trivia-dialog-content-item-sub-title {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.trivia-dialog-content-item-sub-title span {
  color: red;
}
.trivia-dialog-content-item-textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d5db;
  resize: none;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  color: #111111;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.trivia-dialog-content-item-textarea-box {
  width: 660px;
  /* height: 300px; */
  position: relative;
}
.tox.tox-edit-focus .tox-edit-area::before {
  border-color: transparent !important;
}
.tox .tox-edit-area::before {
  border: none !important;
}
#editor-container {
  height: 300px;
}
.trivia-dialog-content-item-textarea-input-box {
  display: flex;
  align-items: center;
}
.trivia-dialog-content-item-textarea-input {
  width: 614px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d5db;
  padding: 6px 12px;
  font-size: 14px;
}
.trivia-char-count {
  text-align: right;
  font-size: 12px;
  color: #999;
  padding: 12px 0 !important;
  margin-left: 8px;
}

.trivia-dialog-submit {
  width: 120px;
  height: 36px;
  background: #00a378;
  border-radius: 2px 2px 2px 2px;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 46px auto 0;
  cursor: pointer;
}
.trivia-dialog-submit:hover {
  background: #00c28e;
}
.check_active_icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.trivia-dialog-content-item-img-title {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.trivia_detail_aside_user {
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 16px;
}
.demand_detail_shop_detail_head_img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.trivia_detail_aside_user_name .name {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 4px;
}
.trivia_detail_aside_user_name .followedNumber {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.trivia_detail_aside_user_bottom {
  margin-top: 16px;
  width: 280px;
  height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  justify-content: center;
  cursor: pointer;
}
.trivia_detail_aside_user_avatar {
  margin-right: 12px;
}
.add_icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.trivia_detail_aside_user_bottom_followed {
  background: #00a378;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.trivia_detail_aside_user_bottom_followed:hover {
  background: #00c28e;
}
.trivia-dialog-content {
  padding: 0 40px;
  height: 640px;
  overflow-y: auto;
  padding-bottom: 36px;
}
/* 滚动条宽度 */
.trivia-dialog-content::-webkit-scrollbar {
  width: 2px;
}
.trivia-dialog-close {
  position: absolute;
  top: 24px;
  right: 40px;
  cursor: pointer;
}
.close-btn-img {
  width: 18px;
  height: 18px;
}
.trivia-dialog-content-item1 {
  margin-bottom: 24px;
}
/* 富文本编辑器光标修复 */
#editor-container .w-e-text-container {
  line-height: 1.6 !important;
  font-size: 14px !important;
  min-height: 200px !important;
}

#editor-container .w-e-text {
  line-height: 1.6 !important;
  font-size: 14px !important;
  padding: 12px 15px !important;
}

/* 光标样式修复 */
#editor-container .w-e-text [data-slate-editor] {
  line-height: 1.6 !important;
}

#editor-container .w-e-text [contenteditable='true'] {
  caret-color: #000 !important;
}

/* 确保段落有合适的高度 */
#editor-container .w-e-text p {
  margin: 0 0 8px 0 !important;
  line-height: 1.6 !important;
  min-height: 1.6em !important;
}
/* 取消编辑器聚焦时的边框 */
.tox-tinymce:focus {
  outline: none !important;
  border-color: transparent !important; /* 可选：设置自定义边框颜色 */
}

/* 或者更具体的选择器 */
.tox .tox-editor-container:focus {
  outline: none !important;
}
