.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_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;
}

.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;
}

.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: 354px;
}

.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;
}
