@charset "UTF-8";
.base-info {
  margin-top: 25px;
}

.base-info__main {
  width: 563px;
}

.base-info__section + .base-info__section {
  margin-top: 18px;
}

.base-info__section__title {
  margin-right: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base-info__section__content {
  font-size: 18px;
  /* font-weight: 500; */
  color: #333;
}

.base-info__section__content span {
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: bottom;
}

.base-info__link {
  margin-left: 12px;
  font-size: 13px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* vertical-align: text-top; */
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}

.base-info__link:hover {
  color: #c10000;
}

.base-info__link__icon {
  height: 18px;
  margin-bottom: 3px;
  margin-right: 6px;
}

.base-info__more {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #db091b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base-info__more:hover {
  color: #c10000;
}

.base-info__contact {
  margin-top: 24px;
  padding-right: 58px;
}

.base-info__tel {
  display: inline-block;
  padding: 15px 76px 6px 28px;
  background: #fff7f7;
}

.base-info__tel__tips {
  font-size: 16px;
  color: #e03336;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base-info__tel__main {
  padding-left: 48px;
  font-size: 34px;
  font-weight: 600;
  color: #e03336;
  background-repeat: no-repeat;
  background-size: 39px;
  background-position: left center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_info_tel.png");
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base-info__qrcode {
  width: 91px;
}

.base-info__qrcode__main {
  width: 91px;
  height: 91px;
  overflow: hidden;
}

.base-info__qrcode__main img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.base-info__qrcode__tips {
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base-info__agent {
  width: 505px;
  height: 88px;
  padding: 18px 24px 15px 28px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 2px 4px 4px rgba(222, 222, 222, 0.38);
  box-shadow: 2px 4px 4px rgba(222, 222, 222, 0.38);
  background: #fff;
}

.base-info__agent__avatar {
  width: 48px;
  height: 48px;
  margin-right: 14px;
  border-radius: 50%;
  overflow: hidden;
}

.base-info__agent__avatar img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.base-info__agent__name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.base-info__agent__tips {
  margin-top: 5px;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
}

.base-info__agent__btn {
  width: 114px;
  height: 36px;
  margin-top: 5px;
  padding-left: 34px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #fc5133;
  white-space: nowrap;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-position: 17px center;
  background-image: url("../images/fangchan_pc_remake_house_detail_wechat.png");
  background-color: #fff7e7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.base-info__agent__btn:hover .base-info__agent__qrcode {
  display: block;
}

.base-info__agent__qrcode {
  display: none;
  position: absolute;
  width: 140px;
  height: 140px;
  padding: 10px;
  margin-left: -70px;
  left: 50%;
  bottom: -150px;
  background: #ffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 2px 4px 4px rgba(222, 222, 222, 0.38);
  box-shadow: 2px 4px 4px rgba(222, 222, 222, 0.38);
  z-index: 100;
}

.base-info__agent__qrcode::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: rgba(222, 222, 222, 0.2);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
}

.base-info__agent__qrcode img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.detail-house-section {
  margin-top: 36px;
}

.detail-house-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-house-section__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  cursor: pointer;
}

.detail-house-section__more:hover {
  color: #db091b;
}

.detail-house-section__content {
  margin-top: 35px;
}

.consultant-section__content {
  padding: 0;
  font-size: 0;
}

.activity-section {
  width: 587px;
}

.news-section {
  width: 583px;
}

.news-section__main {
  height: 241px;
  padding: 22px 40px;
  background: #fff;
  border: 1px solid #efefef;
}

.comment-section__head {
  padding-bottom: 36px;
  border-bottom: 1px solid #e5e5e5;
}

.comment-section__head__title {
  line-height: 39px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-section__head__title span {
  color: #e03336;
}

.comment-section__head__ranking {
  margin-left: 11px;
  line-height: 39px;
  font-size: 0;
}

.comment-star {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.comment-star + .comment-star {
  margin-left: 5px;
}

.comment-star--mini {
  width: 24px;
  height: 24px;
}

.comment-star--full {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_full_star.png");
}

.comment-star--half {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_half_star.png");
}

.comment-star--empty {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_empty_star.png");
}

.write-comment-btn {
  width: 188px;
  line-height: 39px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #fd5456;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.write-comment-btn:hover {
  background: #de3f41;
}

.realative-estate-section__content {
  font-size: 0;
}

.consultant-item {
  display: inline-block;
  width: 288px;
  padding: 17px 11px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 6px 3px 6px rgba(222, 222, 222, 0.38);
  box-shadow: 6px 3px 6px rgba(222, 222, 222, 0.38);
}

.consultant-item + .consultant-item {
  margin-left: 16px;
}

.consultant-item__avatar {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}

.consultant-item__avatar img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.consultant-item__content {
  width: 187px;
  margin-top: 23px;
}

.consultant-item__name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.consultant-item__btn {
  padding: 4px 16px 4px 34px;
  font-size: 10px;
  color: #db091b;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 12px center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_consult_online.png");
  background-color: rgba(219, 9, 27, 0.1);
  border: 1px solid #db091b;
  border-radius: 5px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
}

.consultant-item__btn:hover .consultant-item__qrcode {
  display: block;
}

.consultant-item__qrcode {
  display: none;
  width: 170px;
  height: 186px;
  padding-top: 42px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_qrcode_bg.png");
  overflow: hidden;
  position: absolute;
  left: 38%;
  bottom: -176px;
  margin-left: -70px;
}

.consultant-item__qrcode__tips {
  font-size: 12px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.consultant-item__qrcode img {
  width: 75px;
  margin-top: 8px;
  overflow: hidden;
}

.floor-plan-item {
  display: inline-block;
  width: 276px;
  position: relative;
}

.floor-plan-item:nth-of-type(4n-2),
.floor-plan-item:nth-of-type(4n-1),
.floor-plan-item:nth-of-type(4n) {
  margin-left: 27px;
}

.floor-plan-item + .floor-plan-item {
  /* margin-left: 27px; */
}

.floor-plan-item--saling::before {
  content: "在售";
  width: 94px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #db091b;
  border-radius: 0 21px 21px 0;
  position: absolute;
  left: 0;
  top: 16px;
}

.floor-plan-item--awaiting::before {
  content: "即将开盘";
  width: 94px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #ef8a5d;
  border-radius: 0 21px 21px 0;
  position: absolute;
  left: 0;
  top: 16px;
}

.floor-plan-item--out::before {
  content: "售罄";
  width: 94px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #b2b2b2;
  border-radius: 0 21px 21px 0;
  position: absolute;
  left: 0;
  top: 16px;
}

.floor-plan-item__cover {
  width: 100%;
  height: 234px;
  overflow: hidden;
}

.floor-plan-item__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.floor-plan-item__name {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor-plan-item__info {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-item {
  padding: 41px 22px 48px;
  background: #fff;
  border: 1px solid #efefef;
}

.activity-item__cover {
  width: 212px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.activity-item__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.activity-item__content {
  width: 298px;
}

.activity-item__title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-item__subtitle {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-item__info {
  margin-top: 21px;
}

.activity-item__review {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.activity-item__review span {
  color: #e03336;
}

.activity-item__apply {
  width: 196px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #db091b;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.15);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-item__apply:hover {
  background-color: #c10000;
}

.news-item + .news-item {
  margin-top: 30px;
}

.news-item:hover .news-item__title {
  color: #db091b;
}

.news-item__title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.news-item__time {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
}

.comment-item {
  padding: 36px 0;
  border-bottom: 1px solid #efefef;
}

.comment-item__avatar {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-item__avatar img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.comment-item__content {
  width: 1087px;
}

.comment-item__name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__ranking {
  margin-top: 9px;
  font-size: 0;
}

.comment-item__main {
  margin-top: 9px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__info {
  margin-top: 8px;
  padding-right: 18px;
}

.comment-item__time {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__useful {
  padding-left: 28px;
  font-size: 14px;
  color: #666;
  background-repeat: no-repeat;
  background-size: 19px 17px;
  background-position: left center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_comment_useful.png");
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__useful--liked {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_comment_useful_liked.png");
}

.realative-estate-item {
  display: inline-block;
  width: 290px;
}

.realative-estate-item + .realative-estate-item {
  margin-left: 13px;
}

.realative-estate-item__cover {
  width: 290px;
  height: 206px;
  overflow: hidden;
}

.realative-estate-item__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.realative-estate-item__info {
  margin-top: 7px;
}

.realative-estate-item__title {
  max-width: 190px;
  font-size: 19px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.realative-estate-item__price {
  font-size: 20px;
  font-weight: 600;
  color: #e03336;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.realative-estate-item__spec {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.realative-estate-item__spec span {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.realative-estate-item__address {
  width: 290px;
  margin-top: 7px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.realative-estate-item__address span {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-house-surrounding {
  height: 523px;
  padding-bottom: 73px;
  background: #efefef;
  position: relative;
}

.detail-house-surrounding__tabs {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.detail-house-surrounding__tabs__item {
  display: inline-block;
  width: 11.111111%;
  padding: 18px 0;
  font-size: 14px;
  color: #000;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.detail-house-surrounding__tabs__item--curr,
.detail-house-surrounding__tabs__item:hover {
  color: #db091b;
}

.detail-house-surrounding__tabs__item__icon {
  width: 34px;
  margin-right: 12px;
  overflow: hidden;
}

.house-news-item + .house-news-item {
  margin-top: 22px;
}

.house-news-item--curr .house-news-item__title {
  /* font-size: 24px; */
  color: #db091b;
}

.house-news-item--curr .house-news-item__content {
  /* height: auto; */
}

.house-news-item__head {
  font-size: 0;
}

.house-news-item__label {
  display: inline-block;
  margin-top: 3px;
  margin-right: 11px;
  padding: 2px 4px;
  line-height: normal;
  font-size: 13px;
  color: #db091b;
  border: 1px solid #db091b;
  border-radius: 2px;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-news-item__title {
  display: inline-block;
  max-width: 503px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-news-item__time {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-news-item__content {
  height: 0;
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.question-list__item {
  position: relative;
}

.question-list__item + .question-list__item {
  margin-top: 19px;
}

.question-list__item--question {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_question.png");
}

.question-list__item:hover .question-list__item__title {
  color: #e03336;
}

.question-list__item__title {
  max-width: 380px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.question-list__item__status {
  font-size: 14px;
  font-weight: bold;
}

.question-list__item__status--answered {
  color: #e03336;
}

.post-question {
  margin-top: 20px;
}

.post-question__textarea {
  width: 100%;
  padding: 7px 11px;
  height: 90px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #e0e0e0;
  outline: 0;
  resize: none;
}

.post-question__textarea:-moz-placeholder {
  font-size: 14px;
  color: #bfbfbf;
  text-align: left;
}

.post-question__textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
  text-align: left;
}

.post-question__textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
  text-align: left;
}

.post-question__item {
  display: inline-block;
  width: 160px;
  padding: 2px 10px 2px 42px;
  background-repeat: no-repeat;
  background-position: 12px center;
  border: 1px solid #e0e0e0;
}

.post-question__item + .post-question__item {
  margin-left: 10px;
}

.post-question__item--name {
  background-size: 21px 19px;
  background-image: url("../images/fangchan_pc_remake_qa_name.png");
}

.post-question__item--tel {
  background-size: 19px 21px;
  background-image: url("../images/fangchan_pc_remake_qa_tel.png");
}

.post-question__input {
  width: 100%;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  border: 0;
  outline: 0;
}

.post-question__input:-moz-placeholder {
  font-size: 14px;
  color: #bfbfbf;
  text-align: left;
}

.post-question__input:-ms-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
  text-align: left;
}

.post-question__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
  text-align: left;
}

.post-question__btn {
  width: 115px;
  margin-left: 10px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #db091b;
  outline: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.15);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-question__btn:hover {
  background-color: #c10000;
}

.house-showcase-swiper {
  width: 617px;
}

.house-showcase-swiper__main .swiper-container {
  width: 617px;
  height: 388px;
}

.house-showcase-swiper__main .swiper-container img {
  width: 100%;
  height: 100%;
}

.house-showcase-swiper__main .arrow-left {
  background: url("../images/index_tab_l.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.house-showcase-swiper__main .arrow-right {
  background: url("../images/index_tab_r.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.house-showcase-swiper__preview {
  width: 100%;
  margin: 10px 0 0;
  padding: 0 32px;
  position: relative;
  overflow: hidden;
}

.house-showcase-swiper__preview .swiper-container {
  /* width: 582px; */
  height: 116px;
  /* margin: 0 35px; */
}

.house-showcase-swiper__preview .swiper-slide {
  width: 177px;
  height: 116px;
  cursor: pointer;
}

.house-showcase-swiper__preview .swiper-slide img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.house-showcase-swiper__preview .swiper-slide.active-nav img {
  border-color: #e03336;
}

.house-showcase-swiper__preview .arrow-left {
  background: url("../images/feel3.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.house-showcase-swiper__preview .arrow-right {
  background: url("../images/feel4.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.signup-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.signup-popup {
  width: 523px;
  padding: 68px 0 44px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -191px;
  margin-left: -262px;
  border-radius: 6px;
}

.signup-popup__close {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_close.png");
  position: absolute;
  right: 12px;
  top: 12px;
}

.signup-popup__title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.signup-popup__main {
  width: 63.880126%;
  margin: 36px auto 0;
}

.signup-popup__item {
  padding: 14px 10px 14px 50px;
  border: 1px solid #e0e0e0;
}

.signup-popup__item + .signup-popup__item {
  margin-top: 26px;
}

.signup-popup__item--name {
  background-repeat: no-repeat;
  background-size: 21px 19px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_name.png");
}

.signup-popup__item--tel {
  background-repeat: no-repeat;
  background-size: 17px 21px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_tel.png");
}

.signup-popup__input {
  width: 100%;
  font-size: 15px;
  color: #333;
  border: 0;
  outline: 0;
}

.signup-popup__input:-moz-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.signup-popup__input:-ms-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.signup-popup__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.signup-popup__btn {
  width: 100%;
  margin-top: 34px;
  line-height: 50px;
  font-size: 16px;
  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: 6px;
  border: 0;
  outline: 0;
}

.signup-popup__btn:hover {
  background-color: #c10000;
}

.kanfang-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.kanfang-popup {
  width: 523px;
  padding: 68px 0 44px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -191px;
  margin-left: -262px;
  border-radius: 6px;
}

.kanfang-popup__close {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_close.png");
  position: absolute;
  right: 12px;
  top: 12px;
}

.kanfang-popup__title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.kanfang-popup__main {
  width: 63.880126%;
  margin: 36px auto 0;
}

.kanfang-popup__item {
  padding: 14px 10px 14px 50px;
  border: 1px solid #e0e0e0;
}

.kanfang-popup__item + .kanfang-popup__item {
  margin-top: 26px;
}

.kanfang-popup__item--name {
  background-repeat: no-repeat;
  background-size: 21px 19px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_name.png");
}

.kanfang-popup__item--tel {
  background-repeat: no-repeat;
  background-size: 17px 21px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_tel.png");
}

.kanfang-popup__input {
  width: 100%;
  font-size: 15px;
  color: #333;
  border: 0;
  outline: 0;
}

.kanfang-popup__input:-moz-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.kanfang-popup__input:-ms-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.kanfang-popup__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.kanfang-popup__btn {
  width: 100%;
  margin-top: 34px;
  line-height: 50px;
  font-size: 16px;
  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: 6px;
  border: 0;
  outline: 0;
}

.kanfang-popup__btn:hover {
  background-color: #c10000;
}

.comment-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.comment-popup {
  width: 523px;
  padding: 14px 24px 44px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -234px;
  margin-left: -262px;
  border-radius: 6px;
}

.comment-popup__close {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_close.png");
  position: absolute;
  right: 12px;
  top: 12px;
}

.comment-popup__title {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-popup__ranking {
  margin-top: 50px;
  padding: 0 40px;
}

.comment-popup__ranking__title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-popup__ranking__main {
  margin-left: 10px;
  font-size: 0;
}

.comment-popup__ranking__score {
  margin-left: 22px;
  font-size: 20px;
  font-weight: 500;
  color: #fd5456;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-popup__item {
  margin-top: 50px;
  padding: 18px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  position: relative;
}

.comment-popup__textarea {
  width: 100%;
  height: 122px;
  font-size: 15px;
  color: #333;
  border: 0;
  outline: 0;
  resize: none;
}

.comment-popup__textarea:-moz-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.comment-popup__textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.comment-popup__textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.comment-popup__text-count {
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.comment-popup__btn {
  display: block;
  width: 70%;
  margin: 34px auto 0;
  line-height: 50px;
  font-size: 16px;
  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: 6px;
  border: 0;
  outline: 0;
}

.comment-popup__btn:hover {
  background-color: #c10000;
}

.ranking-star {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: bottom;
}

.ranking-star + .ranking-star {
  margin-left: 5px;
}

.ranking-star--full {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_full_star.png");
}

.ranking-star--half {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_half_star.png");
}

.ranking-star--empty {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_empty_star.png");
}

.house-calc-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.house-calc-popup {
  width: 822px;
  padding: 40px 40px 25px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -209px;
  margin-left: -411px;
}

.house-calc-form-item + .house-calc-form-item {
  margin-top: 26px;
}

.house-calc-form-item__title {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor-plan-info__btn {
  width: 284px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 18px;
  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;
  cursor: pointer;
}

.floor-plan-info__btn:hover {
  color: #fff;
  background-color: #c10000;
}

.house-calc-section__title {
  margin-bottom: 36px;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-calc-section__content {
  padding: 62px 70px;
  border: 1px solid #e5e5e5;
}

.house-calc-form__submit {
  width: 380px;
  margin-top: 20px;
  line-height: 44px;
  font-size: 18px;
  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;
}

.house-calc-form__submit:hover {
  color: #fff;
  background-color: #c10000;
}

.house-calc-form-total {
  font-size: 24px;
  color: #e03336;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-calc-form-average {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-calc-graph__main {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.custom-select {
  display: inline-block;
  width: 280px;
  position: relative;
}

.custom-select select {
  display: none;
}

.custom-select__select {
  font-size: 16px;
  color: #999;
  padding: 8px 16px;
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: 250px center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_house_calc_arrow.png");
  border: 1px solid #e0e0e0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select__select::after {
  display: none;
  content: "";
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_house_calc_arrow.png");
}

.custom-select__list {
  width: 100%;
  max-height: 195px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 10;
}

.custom-select__list__item {
  font-size: 16px;
  color: #999;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select__list__item + .custom-select__list__item {
  border-top: 1px solid #e0e0e0;
}

.house-calc-detail {
  width: 348px;
  margin: 0 auto;
  text-align: center;
}

.house-calc-detail__summary {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.house-calc-detail__summary span {
  color: #e03336;
}

.house-calc-detail__tips {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  text-align: center;
}

.house-calc-detail__item {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-left: 90px;
  font-size: 20px;
  font-weight: 500;
  color: #666;
  text-align: left;
}

.house-calc-detail__item + .house-calc-detail__item {
  margin-top: 10px;
}

.house-calc-detail__item__dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
}

.house-calc-detail__item__dot--yellow {
  background: #feba2c;
}

.house-calc-detail__item__dot--green {
  background: #98cf28;
}

.house-calc-detail__item__dot--orange {
  background: #f37440;
}