body {
  background: #F9F9F9;
}
.media {
  font-family: Microsoft YaHei;
}
.media .header {
  background: #333231;
}
.media .media-content {
  padding: 40px 0;
  min-height: calc(100vh - 30rem);
  background: #fff;
  text-align: center;
}
.media .media-content .main-header h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 3rem;
}
.media .media-content .main-header p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3D3D3D;
  opacity: 0.6;
}
.media .media-content .main-txt img {
  width: 100% !important;
  display: block;
}
.media .media-content .main-txt {
  word-break: break-all;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 1rem;
  line-height: 200%;
  color: #000;
  text-align: left;
  text-indent: 2rem;
}
.media .mini_chengxu_card {
  width: 100%;
  height: 10.625rem;
  display: flex;
  justify-content: space-around;
  padding: 0 1.25rem;
  box-sizing: border-box;
  align-items: center;
}
.media .mini_chengxu_card img {
  width: 9rem;
  height: 9rem;
}
.media .mini_chengxu_card .text {
  box-sizing: border-box;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  font-size: 1rem;
  color: #333;
  font-weight: 700;
}
.media .zixun_house_card {
  width: 100%;
  padding: 1.875rem;
  border-radius: 0.3125rem;
  box-sizing: border-box;
}
.media .zixun_house_card .big_img {
  width: 100%;
  height: auto;
}
.media .zixun_house_card .title1 {
  color: #E80000;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.625rem 0;
}
.media .zixun_house_card .title2 {
  display: flex;
  justify-content: space-between;
}
.media .zixun_house_card .title2 .name {
  font-weight: 700;
  color: #333;
  font-style: 1rem;
}
.media .zixun_house_card .title2 .weizhi {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.625rem;
}
.media .zixun_house_card .title2 .price {
  color: #FFAA19;
  font-size: 1rem;
  font-weight: 700;
}
.media .zixun_house_card .title3 {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.625rem;
}
.media .zixun_house_card .tag_div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.media .zixun_house_card .tag_div .tag_item {
  margin: 0 0.9375rem 0.9375rem 0;
  background-color: #eee;
  font-size: 0.875rem;
  color: #666;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.125rem;
}
.media .zixun_house_card .more_btn {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #FFAA19;
  border: 0.0625rem solid #FFAA19;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-top: 0.625rem;
}
.media .zixun_house_card .more_btn:hover {
  background-color: #FFAA19;
  color: #fff;
}
.media .more_msg_card {
  padding: 1.875rem;
  width: 100%;
  box-sizing: border-box;
}
.media .more_msg_card .top_title {
  display: flex;
  justify-content: space-between;
}
.media .more_msg_card .top_title .title_name {
  font-weight: 700;
  color: #333;
  font-size: 1.25rem;
}
.media .more_msg_card .top_title .more_btn {
  cursor: pointer;
  color: #333;
  font-size: 1rem;
  transition: all 0.2s linear;
}
.media .more_msg_card .top_title .more_btn:hover {
  color: #FFAA19;
}
.media .more_msg_card .msg_content .msg_item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0.9375rem;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.625rem;
  cursor: pointer;
  transition: all 0.2s linear;
}
.media .more_msg_card .msg_content .msg_item:hover {
  color: #FFAA19;
}
.media .more_msg_card .msg_content .msg_item:after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.footer {
  margin-top: 0;
}
/*# sourceMappingURL=media.css.map */



.search_div {
  position: relative;
}
.search_div .search_result_list {
  display: none;
  position: absolute;
  left: 0;
  bottom: -13.75rem;
  width: 35rem;
  height: 12.5rem;
  background: #fff;
  box-shadow: 0 0 0.375rem #ccc;
  z-index: 2;
  box-sizing: border-box;
  font-size: 0.875rem;
}
.search_div .search_result_list::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 10%;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(45deg);
  box-shadow: 0 0 0.375rem #ccc;
  z-index: 1;
  background: #fff;
}
.search_div .search_result_list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background: #fff;
  z-index: 2;
}
.search_div .search_result_list ul {
  overflow-y: auto;
  position: relative;
  height: 100%;
  color: #333;
  z-index: 3;
}
.search_div .search_result_list ul li {
  padding: 0.6rem 1.25rem;
  line-height: 1rem;
  cursor: pointer;
  color: #888;
}
.search_div .search_result_list ul li:hover {
  background: #F3F3F3;
}