.house-detail-head__title {
  max-width: 980px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.house-detail-head__keyword {
  margin-top: 13px;
}

.house-detail-head__keyword__item {
  font-size: 12px;
  padding: 4px 10px;
  background: #edf0f4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-detail-head__contact {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-size: 59px 59px;
  background-position: left center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_hotline.png");
}

.house-detail-head__contact__tips {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.house-detail-head__contact__tel {
  margin-top: 4px;
  font-size: 21px;
  font-weight: bold;
  color: #e03336;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-register {
  margin-top: 30px;
}

.activity-register__main {
  height: 175px;
  padding: 43px 50px;
  background-image: linear-gradient(281deg, #DB091B 0%, #FD505F 100%);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.activity-register__main::before {
  content: "";
  width: 638px;
  height: 118px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_head_bg.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.activity-register__title {
  font-size: 26px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-register__subtitle {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-register__signup {
  width: 192px;
  margin-top: 18px;
  margin-right: 152px;
  line-height: 52px;
  font-size: 18px;
  color: #e3192b;
  text-align: center;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 26px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-register__signup:hover {
  -webkit-box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.6);
  box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.6);
}

.activity-register__countdown__title {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-register__countdown__content {
  margin-top: 8px;
  font-size: 0;
}

.activity-register__countdown__content span {
  display: inline-block;
  padding: 4px 5px;
  font-size: 16px;
  color: #e3192b;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-register__countdown__content span:nth-of-type(2),
.activity-register__countdown__content span:nth-of-type(3) {
  /* width: 30px; */
}

.activity-register__countdown__content i {
  display: inline-block;
  margin: 2px 8px 0;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  vertical-align: top;
}

.house-detail-nav {
  margin-top: 30px;
}

.house-detail-nav__wrapper {
  font-size: 0;
  border-bottom: 2px solid #db091b;
}

.house-detail-nav__item {
  display: inline-block;
  width: 12.5%;
  padding: 0 20px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.house-detail-nav__item a {
  color: #333;
}

.house-detail-nav__item--curr {
  background: #db091b;
}

.house-detail-nav__item--curr a {
  color: #fff;
}

.house-detail-tabs {
  margin: 46px 0;
}

.house-detail-tabs__item {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.house-detail-tabs__item + .house-detail-tabs__item {
  margin-left: 26px;
}

.house-detail-tabs__item--curr {
  border-bottom-color: #db091b;
  cursor: default;
}

.house-detail-tabs__item--curr a {
  color: #db091b;
}

.house-detail-tabs__item:hover {
  color: #db091b;
  border-bottom-color: #db091b;
}

.house-detail-tabs__item a:hover {
  color: #db091b;
}
