@charset "UTF-8";
@import "https://file-cn.liuzhuapp.com/xjpzf/libs/swiper/swiper-bundle.min.css";
.ui-preview-swiper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-header .ui-preview-close {
  width: 80px;
  height: 80px;
  background: #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 50%;
  cursor: pointer;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-header .ui-preview-close i {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box {
  margin-top: 40px;
  padding: 0 20px;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box .swiper-button-next, .ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box .swiper-button-prev {
  color: #fff;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box .swiper {
  overflow: hidden;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  height: 600px;
  object-fit: contain;
}
.ui-preview-swiper .ui-preview-swiper-content .ui-preview-swiper-box .swiper .swiper-wrapper video {
  width: auto;
  height: 600px;
}

li {
  list-style: none;
}

.main .container {
  padding-top: 40px;
  padding-bottom: 90px;
}

h1.house-name {
  font-weight: 700;
  font-size: 28px;
  color: #352A2A;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}

.house-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.house-header .house-banner .swiper-main-image {
  width: 560px;
  height: 420px;
  background: #f6f6f6;
  overflow: hidden;
  cursor: pointer;
}
.house-header .house-banner .swiper-main-image .swiper {
  overflow: hidden;
}
.house-header .house-banner .swiper-main-image .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.house-header .house-banner .swiper-main-image .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  height: 420px;
  object-fit: contain;
}
.house-header .house-banner .swiper-main-image .swiper .swiper-wrapper video {
  width: 560px;
  height: 420px;
}
.house-header .house-banner .swiper-main-image .swiper .swiper-wrapper .video-play {
  display: none;
}
.house-header .house-banner .swiper-main-image-switch {
  position: relative;
  z-index: 0;
  width: 560px;
  height: 68px;
  margin-top: 10px;
  overflow: hidden;
  background: #fff;
}
.house-header .house-banner .swiper-main-image-switch .swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
  pointer-events: none; /* 阻止点击事件 */
}
.house-header .house-banner .swiper-main-image-switch .swiper-prev, .house-header .house-banner .swiper-main-image-switch .swiper-next {
  position: absolute;
  cursor: pointer;
}
.house-header .house-banner .swiper-main-image-switch .swiper-prev:hover, .house-header .house-banner .swiper-main-image-switch .swiper-next:hover {
  opacity: 0.9;
}
.house-header .house-banner .swiper-main-image-switch .swiper-prev {
  left: 0;
}
.house-header .house-banner .swiper-main-image-switch .swiper-next {
  right: 0;
}
.house-header .house-banner .swiper-main-image-switch .swiper {
  margin-left: 35px;
  margin-right: 35px;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide {
  opacity: 0.4;
  transition: 0.2s;
  background: #f1f1f1;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide video {
  width: 90px;
  height: 68px;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide img {
  width: 90px;
  height: 68px;
  object-fit: contain;
  cursor: pointer;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide.video {
  width: 90px;
  height: 68px;
  position: relative;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide.video .video-play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.house-header .house-banner .swiper-main-image-switch .swiper .swiper-wrapper .swiper-slide.video .video-play i {
  font-size: 16px;
  color: #fff;
}
.house-header .house-panel {
  width: 610px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  padding: 25px 30px;
  box-sizing: border-box;
}
.house-header .house-panel .house-price {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.house-header .house-panel .house-price > div {
  display: flex;
  align-items: flex-end;
}
.house-header .house-panel .house-price .value {
  font-weight: 700;
  font-size: 36px;
  color: #E82D3E;
  line-height: 36px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-price .unit {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-price .house-num span {
  font-size: 14px;
  color: #999;
}
.house-header .house-panel .house-price .house-num b {
  font-weight: bold;
  font-size: 14px;
  color: var(--theme-color);
}
.house-header .house-panel .house-price .house-num i {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  padding: 3px;
}
.house-header .house-panel .house-tags {
  margin: 10px 0 14px 0;
}
.house-header .house-panel .house-grid {
  border-top: 1px solid #EDEDED;
  display: flex;
  flex-wrap: wrap;
}
.house-header .house-panel .house-grid .house-grid-item {
  margin-top: 20px;
  width: 33.3333%;
}
.house-header .house-panel .house-grid .house-grid-item .item-value {
  height: 18px;
  font-size: 16px;
  color: #352A2A;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-grid .house-grid-item .item-name {
  margin-top: 6px;
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-address {
  padding: 12px 20px;
  background-color: #F8F8F8;
  border-radius: 2px;
  background-image: url("https://file-cn.liuzhuapp.com/xjpzf/images/panel-address-bg.png");
  background-size: cover;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.house-header .house-panel .house-address .house-address-main {
  flex: 1;
}
.house-header .house-panel .house-address .house-address-main .room-name {
  height: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #352A2A;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-address .house-address-main .room-address {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 5px 0 14px 0;
  display: flex;
}
.house-header .house-panel .house-address .house-address-main .room-address i {
  width: 12px;
  margin-right: 5px;
  font-size: 12px;
}
.house-header .house-panel .house-address .house-address-main .room-address span {
  line-height: 14px;
}
.house-header .house-panel .house-address .house-address-main .school-info {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.house-header .house-panel .house-address .house-address-main .school-info span {
  height: 18px;
  font-size: 14px;
  color: #352A2A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 3px;
}
.house-header .house-panel .house-address .house-address-main .school-info strong {
  font-size: 14px;
}
.house-header .house-panel .house-address .house-address-main .school-info b {
  font-weight: normal;
  color: var(--theme-color);
  margin-left: 5px;
}
.house-header .house-panel .house-address .house-address-main .school-info i {
  width: 48px;
  height: 20px;
  background: url("https://file-cn.liuzhuapp.com/xjpzf/images/icon-bg-lately.png") no-repeat;
  background-size: 100% 100%;
  color: #38555B;
  font-size: 12px;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: end;
  line-height: 20px;
  margin-left: 13px;
}
.house-header .house-panel .house-address .house-address-main .need-time {
  list-style-type: none;
  margin: 4px 0 0 0;
  overflow: hidden;
}
.house-header .house-panel .house-address .house-address-main .need-time li {
  margin-right: 20px;
  float: left;
  height: 14px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-address .house-address-main .need-time li:last-child {
  margin-right: 20px;
}
.house-header .house-panel .house-address .house-address-affix {
  flex-shrink: 0;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.house-header .house-panel .house-address .house-address-affix span {
  margin-top: 6px;
  display: inline-flex;
  font-size: 12px;
  color: #333;
  line-height: 12px;
  font-weight: 700;
}
.house-header .house-panel .house-address .house-address-affix span i {
  font-size: 8px;
}
.house-header .house-panel .house-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.house-header .house-panel .house-contact .house-contact-main {
  flex: 1;
}
.house-header .house-panel .house-contact .house-contact-main .customer-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.house-header .house-panel .house-contact .house-contact-main .customer-service .info {
  flex: 1;
  padding-left: 10px;
}
.house-header .house-panel .house-contact .house-contact-main .customer-service .info .name {
  display: flex;
  align-items: center;
}
.house-header .house-panel .house-contact .house-contact-main .customer-service .info .name span {
  height: 18px;
  font-weight: 700;
  font-size: 18px;
  color: #352A2A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-contact .house-contact-main .customer-service .info .name img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.house-header .house-panel .house-contact .house-contact-main .customer-service .info .intro {
  margin-top: 7px;
  height: 14px;
  font-weight: 400;
  font-size: 12px;
  color: #969595;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-header .house-panel .house-contact .house-contact-main .operation {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.house-header .house-panel .house-contact .house-contact-main .operation .contact-way {
  margin-right: 20px;
  position: relative;
}
.house-header .house-panel .house-contact .house-contact-main .operation .contact-way .contact-number {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  height: 48px;
  line-height: 48px;
  width: 200px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.3);
  text-align: center;
  font-size: 18px;
  padding: 0 8px;
  letter-spacing: 1px;
  display: none;
}
.house-header .house-panel .house-contact .house-contact-main .operation .contact-way .contact-number::before {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.house-header .house-panel .house-contact .house-contact-main .operation .contact-way:hover .contact-number {
  display: block;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button-popup {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button-popup:hover .operation-button-popup-layer {
  display: inline-block;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button-popup .operation-button-popup-layer {
  display: none;
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  right: 50%;
  transform: translateX(50%);
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button {
  display: inline-block;
  outline: none;
  min-width: 160px;
  padding: 0 10px;
  height: 48px;
  background-color: #FFF5F6;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #E82D3E;
  line-height: 14px;
  font-style: normal;
  text-transform: none;
  border-width: 0;
  text-align: center;
  margin-right: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button.operation-button--fill {
  color: #ffffff;
  background-image: linear-gradient(133deg, #E82D3E 0%, #FF6F6F 100%);
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button.operation-button--y {
  color: #ffffff;
  background-image: linear-gradient(133deg, #E82D3E 0%, #FF6F6F 100%);
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button:hover {
  opacity: 0.8;
}
.house-header .house-panel .house-contact .house-contact-main .operation .operation-button:last-child {
  margin-right: 0;
}
.house-header .house-panel .house-contact .house-contact-affix {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  min-height: 146px;
}
.house-header .house-panel .house-contact .house-contact-affix img {
  width: 120px;
  height: 120px;
}
.house-header .house-panel .house-contact .house-contact-affix p {
  margin-top: 10px;
  height: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #616161;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.nearby-house > h1, .nearby-school > h1 {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.nearby-house > h2, .nearby-school > h2 {
  height: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.nearby-school {
  padding-top: 40px;
}
.nearby-school .path-plan-box {
  min-width: 360px;
  min-height: 40px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 8px;
  padding: 15px;
}
.nearby-school .path-plan-box .dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
  /* 触发按钮样式 */
}
.nearby-school .path-plan-box .dropdown .dropdown-btn {
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  min-width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.nearby-school .path-plan-box .dropdown .dropdown-btn::after {
  content: "▼";
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s;
  color: #ddd;
}
.nearby-school .path-plan-box .dropdown {
  /* 展开状态的按钮样式 */
}
.nearby-school .path-plan-box .dropdown .dropdown-btn.active::after {
  transform: rotate(180deg);
}
.nearby-school .path-plan-box .dropdown {
  /* 下拉菜单容器 */
}
.nearby-school .path-plan-box .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  /* 默认隐藏 */
  z-index: 1000;
  max-height: 400px;
  overflow: auto;
}
.nearby-school .path-plan-box .dropdown .dropdown-menu li {
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #666;
}
.nearby-school .path-plan-box .dropdown .dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.nearby-school .path-plan-box .dropdown .dropdown-menu li.active {
  background-color: #e8f1f8;
  color: #333;
  font-weight: bold;
}
.nearby-school .path-plan-box .path-plan-info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nearby-school .path-plan-box .path-plan-info ul li {
  font-size: 12px;
  display: flex;
  color: #333;
  padding: 15px 0 0;
}
.nearby-school .path-plan-box .path-plan-info ul li .time {
  margin-left: 5px;
}
.nearby-school .path-plan-box .path-plan-info ul li .iconfont {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  color: #666;
}
.nearby-school .path-plan-box .path-plan-info ul li .icon {
  width: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.nearby-school .path-plan-box .path-plan-info ul li .icon span.line {
  display: inline-block;
  width: 16px;
  height: 4px;
}
.nearby-school .map-box {
  width: 1200px;
  height: 500px;
  position: relative;
}
.nearby-school #map {
  width: 100%;
  height: 100%;
  background-color: #f3f7f9;
}
.nearby-school .nearby-school-list {
  position: absolute;
  right: 30px;
  top: 30px;
  bottom: 30px;
  width: 400px;
  height: 440px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.3);
  overflow-y: auto;
  z-index: 999;
}
.nearby-school .nearby-school-list .title {
  padding: 20px 20px 10px 20px;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 14px;
  color: #352A2A;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.nearby-school .nearby-school-list .school-list {
  padding: 0 20px 20px 20px;
}
.nearby-school .nearby-school-list .school-list .school {
  border-top: 1px solid #EDEDED;
  padding: 20px 0;
}
.nearby-school .nearby-school-list .school-list .school:last-child {
  border-bottom: 1px solid #EDEDED;
}
.nearby-school .nearby-school-list .school-list .school .school-header {
  display: flex;
  justify-content: space-between;
}
.nearby-school .nearby-school-list .school-list .school .school-header .school-name {
  flex: 1;
  display: inline-flex;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 15px;
}
.nearby-school .nearby-school-list .school-list .school .school-header .school-name span {
  margin-left: 3px;
  font-weight: 700;
  font-size: 14px;
  color: #352A2A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.nearby-school .nearby-school-list .school-list .school .school-header .school-distance {
  flex-shrink: 0;
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #352A2A;
  line-height: 14px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.nearby-school .nearby-school-list .school-list .school .school-info {
  padding-top: 10px;
}
.nearby-school .nearby-school-list .school-list .school .school-info .need-time {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nearby-school .nearby-school-list .school-list .school .school-info .need-time li {
  margin-right: 20px;
  float: left;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.nearby-school .nearby-school-list .school-list .school .school-info .need-time li:last-child {
  margin-right: 20px;
}

.house-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}
.house-body .house-body-main > h1, .house-body .house-body-aside > h1 {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-body .house-body-main > h2, .house-body .house-body-aside > h2 {
  height: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-body .house-body-main {
  flex: 1;
  margin-right: 140px;
}
.house-body .house-body-main .tab-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.house-body .house-body-main .tab-header .tab-header-affix:hover .operation-button-popup-layer {
  display: block;
}
.house-body .house-body-main .tab-header .operation-button-popup-layer {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.3);
  border-radius: 8px;
  cursor: default;
  display: none;
}
.house-body .house-body-main .key-value tbody tr td {
  font-weight: 400;
  font-size: 14px;
  color: #352A2A;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 32px;
}
.house-body .house-body-main .key-value tbody tr td.key {
  color: #999999;
  padding-right: 30px;
}
.house-body .house-body-main .key-value tbody tr td p {
  margin: 0;
  padding: 0;
}
.house-body .house-body-main .time-grid {
  display: flex;
  flex-direction: row;
}
.house-body .house-body-main .time-grid .time-grid-item {
  display: inline-block;
  width: 25%;
  padding-top: 15px;
  padding-left: 8px;
}
.house-body .house-body-main .time-grid .time-grid-item .time-grid-item-label {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-body .house-body-main .time-grid .time-grid-item .time-grid-item-value {
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #352A2A;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house-body .house-body-main .time-grid .time-grid-item .no-support {
  color: #999;
}
.house-body .house-body-main .device-grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 30px;
}
.house-body .house-body-main .device-grid .device-grid-item {
  min-width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.house-body .house-body-main .device-grid .device-grid-item .device-grid-icon {
  height: 32px;
  width: 32px;
}
.house-body .house-body-main .device-grid .device-grid-item .device-grid-icon .iconfont {
  font-size: 32px;
}
.house-body .house-body-main .device-grid .device-grid-item .device-grid-label {
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.house-body .house-body-main .rich-text {
  font-weight: 400;
  font-size: 16px;
  color: #352A2A;
  line-height: 36px;
  white-space: pre-line;
}
.house-body .house-body-aside {
  flex-shrink: 0;
  width: 200px;
}
.house-card {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
}
.house-card:last-child {
  margin-bottom: 0;
}
.house-card .house-thumb {
  width: 200px;
  height: 150px;
  background: #D8D8D8;
  object-fit: cover;
}
.house-card .house-name {
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #352A2A;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.house-card .house-intro {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-flex;
}
.house-card .house-intro span::before {
  content: "|";
  display: inline-block;
  padding: 0 2px;
  width: 5px;
  text-align: center;
}
.house-card .house-intro span:first-child::before {
  content: "";
  display: none;
}
.house-card .house-price {
  margin: 8px 0 0;
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
}
.house-card .house-price span {
  font-size: 14px;
  color: var(--theme-color);
}
.house-card .house-price i {
  font-size: 12px;
  margin-left: 2px;
}

.same-position {
  margin-top: 100px;
}
.same-position h1 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
.same-position .room-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}
.same-position .room-list .house-card {
  margin-bottom: 0;
}
.same-position .room-list .house-card img {
  width: 216px;
  height: 150px;
  object-fit: cover;
}

/*# sourceMappingURL=detail.css.map */
