@charset "UTF-8";

.navbar-brand>img {
  display: inline-block;
}

.breadcrumb-nav {
  margin-top: 50px;
}

.pagination {
  margin-top: 30px;
}

.footer {
  margin-top: 99px;
}

.qa-list-section {
  padding: 14px 9px 7px 11px;
  border: 1px solid #e5e5e5;
}

.qa-list-section--left {
  width: 274px;
}

.qa-list-section--right {
  width: 274px;
  padding-bottom: 19px;
}

.qa-list-section__title {
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qa-list-section__content {
  padding: 19px 0 0;
}

.qa-category {
  padding: 18px 0 7px;
}

.qa-category:first-of-type {
  padding-top: 0;
}

.qa-category:last-of-type {
  padding-bottom: 0;
}

.qa-category + .qa-category {
  border-top: 1px solid #e5e5e5;
}

.qa-category__title {
  padding-bottom: 14px;
  font-size: 18px;
  /* font-weight: bold; */
  font-weight: 500;
  color: #333;
}

.qa-category__title a:hover {
  color: #db091b;
}

.qa-category__list {
  font-size: 0;
}

.qa-category__item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 12px;
  font-size: 14px;
}

.qa-category__item a {
  color: #666;
}

.qa-category__item a:hover {
  color: #db091b;
}

.qa-hot-list__item {
  font-size: 14px;
}

.qa-hot-list__item + .qa-hot-list__item {
  margin-top: 12px;
}

.qa-hot-list__item a:hover {
  color: #db091b;
}

.qa-ask__title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qa-ask__content {
  margin-top: 18px;
}

.qa-ask__block {
  font-size: 0;
}

.qa-ask__block + .qa-ask__block {
  margin-top: 19px;
}

.qa-ask__item {
  display: inline-block;
  width: 31.8%;
  padding: 0 10px 0 43px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #e5e5e5;
}

.qa-ask__item + .qa-ask__item {
  margin-left: 28px;
}

.qa-ask__item--name {
  background-repeat: no-repeat;
  background-size: 21px 19px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_qa_name.png");
}

.qa-ask__item--tel {
  background-repeat: no-repeat;
  background-size: 17px 21px;
  background-position: 12px 13px;
  background-image: url("../images/fangchan_pc_remake_qa_tel.png");
}

.qa-ask__input {
  width: 100%;
  font-size: 14px;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
}

.qa-ask__input:-moz-placeholder {
  font-size: 14px;
  color: #c3c3c3;
  text-align: left;
}

.qa-ask__input:-ms-input-placeholder {
  font-size: 14px;
  color: #c3c3c3;
  text-align: left;
}

.qa-ask__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c3c3c3;
  text-align: left;
}

.qa-ask__textarea {
  width: 100%;
  padding: 10px;
  height: 114px;
  font-size: 14px;
  color: #333;
  background: transparent;
  border: 1px solid #e5e5e5;
  outline: 0;
  resize: none;
}

.qa-ask__textarea:-moz-placeholder {
  font-size: 14px;
  color: #c3c3c3;
  text-align: left;
}

.qa-ask__textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #c3c3c3;
  text-align: left;
}

.qa-ask__textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #c3c3c3;
  text-align: left;
}

.qa-ask__btn {
  /* width: 147px; */
  width: 24%;
  /* margin-left: 18px; */
  margin-top: 2px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #db091b;
  border-radius: 22px;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.15);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.15);
  border: 0;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qa-ask__btn:hover {
  color: #fff;
  background-color: #c10000;
}

.qa-question-list {
  margin-top: 24px;
}

.qa-question-list__title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qa-question-list__item {
  margin-top: 17px;
  padding: 0px 0 0px 41px;
  font-size: 16px;
  /* font-weight: bold; */
  font-weight: 500;
  position: relative;
}

.qa-question-list__item--ques::before {
  content: "问";
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  background: -webkit-linear-gradient(135deg, #FF6A77 0%, #DB091B 100%);
  background: linear-gradient(315deg, #FF6A77 0%, #DB091B 100%);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.qa-question-list__item a:hover .qa-question-list__item__title {
  color: #db091b;
}

.qa-question-list__item__title {
  max-width: 460px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qa-question-list__item__time {
  color: #333;
  font-weight: normal;
}
