@charset "UTF-8";
.detail-qa-main {
  width: 900px;
}

.qa-ask__title {
  font-size: 25px;
  font-weight: bold;
  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: 281px;
  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: 241px;
  margin-left: 28px;
  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-item {
  padding: 36px 0;
  border-bottom: 1px solid #e5e5e5;
}

.qa-item:nth-of-type(1) {
  padding-top: 0;
}

.qa-item:hover .qa-item__title,
.qa-item:hover .qa-item__time {
  color: #db091b;
}

.qa-item__head {
  padding-left: 42px;
  font-size: 0;
  position: relative;
}

.qa-item__head::before {
  content: "问";
  padding: 2px 6px;
  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: 2px;
}

.qa-item__title {
  display: inline-block;
  font-size: 20px;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qa-item__time {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qa-item__content {
  margin-top: 22px;
  padding-left: 42px;
  position: relative;
}

.qa-item__content::before {
  content: "答";
  padding: 2px 6px;
  font-size: 14px;
  color: #fff;
  line-height: normal;
  background: -webkit-linear-gradient(135deg, #6ADDFF 0%, #09A2DB 100%);
  background: linear-gradient(315deg, #6ADDFF 0%, #09A2DB 100%);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
}

.qa-item__answer {
  font-size: 20px;
  color: #333;
}

.tuangou-list {
  width: 286px;
  padding: 0 9px 14px 10px;
  border: 1px solid #efefef;
}

.tuangou-list__title {
  padding: 13px 0 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #efefef;
}

.tuangou-item {
  padding: 9px 0 0px;
}

.tuangou-item:hover .news-tuangou-item__title {
  color: #e03336;
}

.tuangou-item--curr .tuangou-item__detail {
  display: block;
}

.tuangou-item__title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__price {
  font-size: 14px;
  font-weight: bold;
  color: #e03336;
}

.tuangou-item__bottom {
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

.tuangou-item__label {
  display: inline-block;
  margin-right: 11px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #db091b;
  border-radius: 4px;
}

.tuangou-item__desc {
  display: inline-block;
  max-width: 65%;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail {
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
  display: none;
}

.tuangou-item__detail__cover {
  width: 116px;
  height: 87px;
  overflow: hidden;
}

.tuangou-item__detail__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tuangou-item__detail__main {
  width: 135px;
}

.tuangou-item__detail__title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail__desc {
  margin-top: .4rem;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tuangou-item__detail__info {
  margin-top: .4rem;
}

.tuangou-item__detail__price {
  font-size: 12px;
  color: #e03336;
}

.tuangou-item__detail__btn {
  width: 68px;
  margin-top: -3px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #db091b;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  border-radius: 12px;
  border: 0;
  outline: 0;
}

.tuangou-item__detail__btn:hover {
  background-color: #c10000;
}
