.container {
  min-height: 1000px;
}
.text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*控制行数*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h20 {
  height: 20px;
  overflow: hidden;
  clear: both;
}
.nice-select {
  width: 100%;
  padding: 0 10px;
  height: 38px;
  border: 1px solid #999;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nice-select input {
  display: block;
  width: 90%;
  height: 38px;
  line-height: 38px \9;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}
.nice-select ul {
  width: 100%;
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  overflow: hidden;
  background-color: #fff;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  z-index: 9999;
  padding: 10px;
}
.nice-select li {
  margin: 10px 0;
  cursor: pointer;
}
.nice-select-icon {
  width: 14px;
  height: 9px;
  position: absolute;
  right: 16px;
  top: 14px;
}
/* ----------话题--------- */
.qa-tag {
  padding: 29px 16px 19px 20px;
  /* height: 100%; */
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  /* align-items: center; */
  margin-bottom: 12px;
}
.qa-tag-left {
  width: 42px;
  margin-right: 2px;
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  line-height: 36px;
}
.qa-tag-center {
  width: 700px;
}
.qa-tag-right {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 10px;
}
.qa-tag-right-up {
  display: none;
}
.qa-tag-right .qa-tag-right-img {
  width: 100%;
  height: 100%;
}
.qa-tag-center .tag-list {
  width: 100%;
  display: inline-block;
  height: 36px;
  overflow: hidden;
}
.qa-tag-center .open-tags {
  height: auto !important;
}
.qa-tag-center .tag-list .first-item {
  padding-left: 34px !important;
  background: url('/img/qa/qa_all.png') no-repeat;
  background-size: 16px 16px;
  background-position: 16px;
}
.tag-list .active-item.first-item {
  padding-left: 34px !important;
  background: url('/img/qa/qa_all_first.png') no-repeat;
  background-size: 16px 16px;
  background-position: 16px;
}
.qa-tag-center .tag-list .tag-list-item {
  display: inline-block;
  height: 36px;
  padding: 8px 18px;
  border-radius: 23px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  color: #818386;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag-list .tag-list-item .list-item-text {
  font-size: 14px;
  color: #818386;
}
.tag-list .active-item {
  background-color: #ffdb33 !important;
  border-color: #fff !important;
  color: #212629;
}
.tag-list .active-item .list-item-text {
  color: #212629;
}
/* ----------问答列表--------- */

.qa-content {
  /* background-color: #fff; */
  border-radius: 8px 8px 0 0;
}

.qa-content-title {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #e9ebef;
}
.qa-content-title .content-title-item1 {
  font-size: 14px;
  display: inline-block;
  height: 54px;
  padding: 14px 12px 20px 14px;
  position: relative;
}
.qa-content-title .content-title-item2 {
  font-size: 14px;
  display: inline-block;
  height: 54px;
  padding: 14px 12px 20px 12px;
}
.active-tab {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
}
.content-title-item1::before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #e9ebef;
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
}
.qa-content-list {
  padding: 24px 20px;
  background-color: #fff;
  margin-bottom: 16px;
}
.qa-content-loading {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #607d8b;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.content-list-item {
  /* border-bottom: 1px solid #e9ebef; */
  padding-top: 24px;
}
.answer-content-more .content-list-item {
  border-bottom: 1px solid #e9ebef;
}
.content-list-item:first-child {
  padding-top: 0;
}
.list-item-top {
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
}

.item-top-title {
  width: 690px;
}
.item-top-title a {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
}
.list-item-center {
  display: flex;
  margin-bottom: 8px;
  line-height: 25px;
}
.art-half-img {
  width: 190px;
  height: 104px;
  border-radius: 4px;
  margin-right: 16px;
}
.item-top-answerBtn {
  width: 62px;
  color: #818386;
  font-size: 14px;
  padding-left: 18px;
  background: url('/img/qa/qa_write_1.png') no-repeat;
  background-size: 16px;
}
.item-top-answerBtn:hover {
  background: url('/img/qa/qa_write_2.png') no-repeat;
  background-size: 16px;
  color: #f67304;
  background-position: 0px 1px;
}
.list-item-article {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  cursor: pointer;
}
.list-item-article img {
  width: 190px;
}
.list-item-article:hover {
  color: #646464;
}
.item-article-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-bottom: 8px;
  color: #212629;
  line-height: 25px;
}
.article-user {
  display: flex;
}

.article-user-name {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-bottom: 4px;
  color: #212629;
}
.article-user-tips {
  width: 300px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.article-user img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 16px;
}
.article-recomm {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #4b8dad;
  margin: 10px 0 16px;
}
.article-more {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #4a7ab4;
  cursor: pointer;
}
.article-more-up {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #4a7ab4;
  cursor: pointer;
}
.article-text {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  white-space: pre-wrap;
}
/* 点赞工具区 */
.list-item-tool {
  margin: 16px 0;
  margin-bottom: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(233, 235, 239, 0.6);
}
.tool-fav {
  padding: 5px 14px;
  border-radius: 4px;
  border: 1px solid #c3c4c4;
  color: #212629;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.tool-fav img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.tool-fav.isFav {
  background-color: #ffdb33;
  border: 1px solid #fff;
}

.tool-show-commit {
  padding: 6px 14px 6px 0;
  display: flex;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.tool-show-commit img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.tool-show-commit span {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
}
.tool-small {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.tool-small-more {
  width: 16px;
  height: 16px;
  background: url('/img/qa/qa_more.png') no-repeat;
  background-size: 16px;
}
.tool-group {
  z-index: 186;
  background: #ffffff;
  box-shadow: 0px 2px 6px 2px rgba(233, 235, 239, 0.6);
  border: 1px solid #e9ebef;
  border-radius: 8px;
  width: 64px;
  position: absolute;
  left: 50%;
  top: 27px;
  transform: translateX(-50%);
  display: none;
}
.tool-group:before {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: 9px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.tool-group:after {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: 9px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #e9ebef transparent;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.tool-group-list {
  width: 62px;
  margin: 15px 0px 10px;
}

.tool-group-item {
  width: 100%;
  height: 32px;
  display: inline-block;
  color: rgba(129, 131, 134, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  line-height: 32px;
  display: block;
  text-align: center;
}
.tool-group-item:hover {
  background: rgba(240, 241, 244, 0.5);
  color: #818386;
}
.tool-answerName {
  float: right;
  margin-top: 6px;
}
.tool-user {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  margin-right: 6px;
}
.tool-user-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}

/* 回答 */
.list-item-commit {
  background-color: #f9f9f9;
  border-radius: 4px;
}

.item-commit-title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  padding: 16px 24px;
  border-bottom: 1px solid #e9ebef;
}
.commit-list-item {
  display: flex;
  padding: 16px 24px;
}

.commit-list-item .item-left {
  flex: 1;
  border-bottom: 1px solid #e9ebef;
}
.item-left img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.commit-list-item .item-right {
  flex: 15;
  border-bottom: 1px solid #e9ebef;
}

.commit-list-item .item-right-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.commit-name {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.commit-date {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.item-right-center {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  margin-bottom: 10px;
}
.item-right-bottom {
  margin-bottom: 14px;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.tool-dianzan {
  padding-left: 22px;
  background: url('/img/qa/qa_noFav.png') no-repeat;
  background-size: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  cursor: pointer;
  display: inline-block;
  margin-right: 32px;
}
.tool-dianzan.nodz {
  background: url('/img/qa/qa_isFav.png') no-repeat;
  background-size: 16px;
  display: inline-block;
}

.tool-report {
  padding-left: 22px;
  background: url('/img/qa/qa_error.png') no-repeat;
  background-size: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  cursor: pointer;
  display: inline-block;
}
.commit-bottom-input {
  display: flex;
  padding: 8px 24px;
  justify-content: space-between;
  align-items: center;
}
.commit-text {
  width: 630px;
  min-height: 38px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #acadaf;
  padding: 10px 24px;
}
.commit-text textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
}
.commit-submit {
  width: 60px;
  height: 38px;
  background: rgba(255, 219, 51, 0.6);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.content-list-nodata {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #607d8b;
  text-align: center;
}
.new-qa-list {
  padding: 24px 20px;
  background-color: #fff;
}
.content-new-item {
  /* padding: 24px 20px; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9ebef;
  margin-bottom: 16px;
}
.new-item-top-avator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.new-item-top-info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  display: inline-block;
}

.top-info-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.top-info-date {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  margin: 0 8px;
}
.content-new-item-top {
  margin-bottom: 16px;
}
.content-new-item-center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.new-item-center-title {
  width: 600px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
}
.new-item-center-btn {
  width: 95px;
  height: 32px;
  background: #ffdb33;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.new-item-center-btn img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}
/* 用户去提问 */
.commit-userInfo {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
}
.userInfo-name {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  margin-bottom: 16px;
}
.userInfo-tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  margin-bottom: 24px;
}
.userInfo-toQ {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ffdb33;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

/* 热门问题 */
.commit-hot {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
}
.commit-hot-title {
  display: flex;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #e9ebef;
  justify-content: space-between;
}
.hot-title-left-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
}
.hot-title-left-text {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  display: inline-block;
}
.hot-title-right {
  width: 80px;
  display: flex;
  align-items: center;
}
.hot-title-right-step {
  margin: 0 6px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.hot-title-right-prev {
  width: 20px;
  height: 20px;
  background: url('/img/qa/qa_hover_left1.png') no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.hot-title-right-next {
  width: 20px;
  height: 20px;
  background: url('/img/qa/qa_hover-right1.png') no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.hot-title-right-prev:hover {
  background: url('/img/qa/qa_hover_left2.png') no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.hot-title-right-next:hover {
  background: url('/img/qa/qa_hover_right2.png') no-repeat;
  background-size: 20px;
  cursor: pointer;
}

.commit-hot-all {
  overflow: hidden;
}
.commit-hot-list {
  padding-bottom: 16px;
  width: 354px;
}
.commit-hot-all-box {
  width: 1000%;
  display: flex;
  flex-wrap: nowrap;
}
.hot-list-item {
  padding: 16px 24px;
  padding-bottom: 0;
  display: flex;
}
.hot-list-item-icon {
  width: 21px;
  height: 21px;
  margin-right: 8px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
}
.hot-list-item-text {
  width: 275px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 块元素显示的文本的行数 */
  line-clamp: 2;
  /* 此属性不生效 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 ,盒子行数根据高度来计算 */
  overflow-wrap: break-word; /* 设置div换行 */
}
/* 优质回答人 */
.commit-hq {
  background-color: #fff;
  border-radius: 8px;
}
.commit-hq-title {
  padding: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9ebef;
}
.commit-hq-title-icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.commit-hq-title-text {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  display: inline-block;
}
.commit-hq-list {
  padding: 0 24px;
}
.hq-list-item {
  padding: 16px 0;
  border-bottom: 1px solid #e9ebef;
  display: flex;
  justify-content: space-between;
}
.hq-list-item:last-child {
  border-bottom: 0;
}
.hq-list-item-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 12px;
}
.hq-list-item-num {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #ffa000;
}
.hq-list-item-name {
  width: 160px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #212629;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hq-list-item-tips {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hq-list-item-l {
  display: flex;
}

.report-modal-content {
  width: 390px;
  padding: 24px 32px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.report-close {
  width: 20px;
  height: 20px;
  background: url('/img/qa/qa_report_close.png') no-repeat;
  background-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.report-title {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  text-align: center;
  margin-bottom: 57px;
}
.nice-select {
  margin-bottom: 24px;
}
.report-textarea {
  width: 100%;
  height: 230px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px;
  margin-bottom: 40px;
}
.report-textarea textarea {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  resize: none;
}
.report-submit {
  width: 166px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffdb33;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  margin: 0 auto;
}

.nice-select input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.nice-select input:-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.nice-select input::-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.nice-select input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.report-textarea textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.report-textarea textarea:-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.report-textarea textarea::-moz-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.report-textarea textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.answer-list-bottom {
  padding: 12px 0;
  position: relative;
  height: 80px;
}
.answer-list-bottom .editor-submit {
  position: absolute;
  right: 12px;
}
.recom-ewm {
  margin-top: 16px;
  border-radius: 8px;
}
.hotnum1 {
  background-color: #f44848;
}
.hotnum2 {
  background-color: #f97c4a;
}
.hotnum3 {
  background-color: #3c7ef4;
}
.hotnum4 {
  background-color: #b2b6c7;
}
