@charset "UTF-8";
/* 首頁內容 */
.home .title {
  padding: 50px 0 20px;
}
.home .title h2 {
  padding-left: 100px;
  background: linear-gradient(#e9f9fa, #e9f9fa 75%, #cee8e8 75%, #cee8e8 100%);
}
.home .title h2 a {
  display: inline-block;
  padding: 0 20px;
  background: #effbfb;
}
.home .title h2 a:nth-of-type(2) {
  float: right;
  font-size: small;
}
.home .title h2 a span {
  display: block;
  width: 62px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
.home .title h2 a span::before, .home .title h2 a span::after {
  content: "";
  position: absolute;
  width: 85px;
  top: 50%;
  right: 62px;
  border-top: 1px solid #000;
}
.home .title h2 a span::after {
  left: 62px;
}
.home .title h2 a span img {
  width: 25px;
  vertical-align: middle;
}
.home .title h2 a:hover span::before, .home .title h2 a:hover span::after {
  border-color: #a7a7a7;
}
.home .title h2 a:hover span img {
  opacity: 0.5;
}
.home .title h2.h2 {
  position: relative;
  padding: 0;
  text-align: center;
  background: transparent;
  overflow: hidden;
}
.home .title h2.h2 a {
  position: relative;
  background: none;
}
.home .title h2.h2 a:nth-of-type(2) {
  position: absolute;
  right: 0;
  overflow: hidden;
}
.home .title h2.h2 a::before, .home .title h2.h2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  border: 1px solid #a6c1c0;
}
.home .title h2.h2 a::before {
  left: 100%;
}
.home .title h2.h2 a::after {
  right: 100%;
}
.home .sandr {
  display: none;
}
.home .firstHse {
  /* iframe { */
  /* height: 367px; */
  /* margin-top: 50px; */
  /* padding: 20px; */
  /* border: 7px solid #a6c1c0; */
  /* vertical-align: middle; */
  /* } */
}
.home .firstHse .fTab {
  height: 30px;
  line-height: 30px;
  font-size: 0;
  color: #fff;
  background: #415d5f;
}
.home .firstHse .fTab span,
.home .firstHse .fTab a {
  display: inline-block;
  width: 25%;
  max-width: 120px;
  text-align: center;
  vertical-align: top;
  font-size: 20px;
  color: #fff;
  background: #5699e8;
  cursor: pointer;
}
.home .firstHse .fTab span:nth-of-type(2),
.home .firstHse .fTab a:nth-of-type(2) {
  background: #83c6ab;
}
.home .firstHse .fTab span:nth-of-type(3),
.home .firstHse .fTab a:nth-of-type(3) {
  background: #e8bf71;
}
.home .firstHse .fTab span:nth-of-type(4),
.home .firstHse .fTab a:nth-of-type(4) {
  background: #b876c9;
}
.home .firstHse .fTab span.at,
.home .firstHse .fTab a.at {
  position: relative;
  padding: 13px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* .home .firstHse .fTab a {
  float: right;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
} */
.home .firstHse .fMain > div {
  display: none;
  padding: 30px 10px 0;
  background: #c2dbfb;
  /* background: #e0f8f7; */
}
.home .firstHse .fMain > div:nth-of-type(2) {
  background: #b3dfce;
}
.home .firstHse .fMain > div:nth-of-type(3) {
  background: #fbf1dc;
}
.home .firstHse .fMain > div:nth-of-type(4) {
  background: #efd6f5;
}
.home .firstHse .fMain > div.at {
  display: block;
}
.home .firstHse .fMain > div .p span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #c39;
  font-family: "宋体";
}
.home .firstHse .fMain > div .p span:nth-of-type(2) i {
  background: #07bb07;
}
.home .firstHse .fMain > div .p span:nth-of-type(3) i {
  background: #eb1c24;
}
.home .firstHse .ytb {
  margin-top: 50px;
  padding: 0 20px;
  /* border: 7px solid #a6c1c0; */
  /* background: #effbfb ; */
}
.home .firstHse .ytb .ytbv {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #f5f5f5;
}
.home .firstHse .ytb .ytbv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .firstHse .ytb .ytbt {
  /* margin: 0 -20px; */
  padding: 9px 0 8px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #a6c1c0;
}
.home .hseHot {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.home .hseHot ul {
  width: 50%;
  padding: 0 10px;
}
.home .hseHot ul li > h3 {
  display: none;
}
.home .hseHot ul li a {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.home .hseHot ul li a img {
  flex-shrink: inherit;
  width: 100%;
  min-height: 100%;
  vertical-align: middle;
}
.home .hseHot ul li a .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  color: #fff;
}
.home .hseHot ul li a .txt:before, .home .hseHot ul li a .txt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home .hseHot ul li a .txt:before {
  top: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.home .hseHot ul li a .txt:after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.home .hseHot ul li a .txt h3 {
  padding: 5px 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home .hseHot ul li a .txt p {
  text-align: justify;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home .hseHot ul li a .txt .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-style: italic;
}
.home .hseHot ul li:hover .txt {
  background: rgba(0, 0, 0, 0.3);
}
.home .hseHot ul li:hover .txt::before, .home .hseHot ul li:hover .txt::after {
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  opacity: 1;
}
.home .hseHot ul li:hover .txt h3,
.home .hseHot ul li:hover .txt p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home .hseHot ul:nth-of-type(1) li:nth-of-type(1) a, .home .hseHot ul:nth-of-type(2) li:nth-of-type(2) a {
  height: 400px;
}
.home .hseNew ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.home .hseNew ul li {
  width: calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin: 0 20px 20px;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 5px #0003;
  background: #fff;
  cursor: pointer;
}
.home .hseNew ul li .img {
  /* height: 230px; */
  /* position: relative; */
  /* display: -webkit-flex; */
  /* display: flex; */
  /* justify-content: space-around; */
  /* flex-shrink: 0; */
  /* overflow: hidden; */
  /* background: #f5f5f5; */
  position: relative;
  height: 0;
  padding-bottom: 67%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.home .hseNew.sSwiper ul li .img {
  padding-bottom: 56.25%;
}
.home .hseNew ul li .img img {
  position: absolute;
  flex-shrink: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .home .hseNew ul li .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background-color: rgba(112, 103, 100, 0.8);
} */
.home .hseNew ul li .img .type,
.home .hseNew ul li .img .price {
  position: absolute;
  left: 0;
  width: 100%;
}
.home .hseNew ul li .img .price {
  bottom: 0;
  text-align: right;
}
.home .hseNew ul li .img .type span,
.home .hseNew ul li .img .price span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background-color: rgba(112, 103, 100, 0.8);
}
.home .hseNew ul li .txt {
  padding: 0 8px;
}
.home .hseNew ul li .txt h4 {
  height: 24px;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .hseNew ul li .txt h5 {
  max-height: 100%;
  font-size: 14px;
  text-align: left;
}
.home .hseNew ul li .txt p {
  /* display: -webkit-flex;
  display: flex;
  justify-content: space-between; */
  height: 29px;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .hseNew ul li .txt p .iconfont {
  margin: 0 5px;
}
.home .hseNew ul li .txt p:last-of-type {
  /* border-top: 1px solid #ebebeb; */
}
.home .pptList ul li .img .type span {
  margin: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #948358;
  background: #fff;
}
.home .pptList ul li .img .type span .iconzan1 {
  vertical-align: bottom;
  font-size: 22px;
}
.home .pptList ul li .txt p:last-of-type{
  border-top: none;
}
.home .pptList ul li .priceBox,.home .hseNew  ul li .priceBox  {
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px solid #ebebeb;
  text-align: right;
}
.home .pptList ul li .priceBox .op {
  position: relative;
  color: #999;
}
.home .pptList ul li .priceBox .op::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #f00;
}
.home .pptList ul li .priceBox .pc {
  font-weight: bold;
  color: #f00;
}
.home .pptList ul li .priceBox .cp, .home .hseNew  ul li .priceBox .cp{
  max-height: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #00f;
}
.home .pptList ul li .priceBox .cpr, .home .hseNew  ul li .priceBox  .cpr{
  color: #666;
}
.home .pptList ul li .priceBox .cp span {
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: normal;
  color: #fff;
  background: #00f;
}
.home .pptList ul li .priceBox .cpr span {
  background: #666;
}
.home .habout {
  max-width: 773px;
  margin: auto;
  padding: 0 5px 20px;
  text-align: justify;
}
.home .habout p {
  margin-bottom: 15px;
}
.home .hcontact {
  margin-top: 50px;
  padding: 30px 0;
  color: #fff;
  background: #393939;
}
.home .hcontact h3 {
  margin: 20px 0 10px;
}
.home .hcontact input,
.home .hcontact button {
  height: 40px;
  border: none;
  outline: none;
  vertical-align: middle;
}
.home .hcontact input {
  width: 100%;
  padding: 0 20px;
}
.home .hcontact button {
  width: 80px;
  color: #fff;
  background: #bcaea9;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .home .firstHse .xfL {
    width: 100%;
  }
  .home .firstHse .xfL .fTab .at {
    z-index: 1;
  }
  .home .firstHse .xfL .fMain > div {
    position: relative;
    /* &:nth-of-type(2) ul li:nth-of-type(5)::before { */
    /* background: #b3dfce; */
    /* } */
    /* &:nth-of-type(3) ul li:nth-of-type(5)::before { */
    /* background: #fbf1dc; */
    /* } */
    /* &:nth-of-type(4) ul li:nth-of-type(5)::before { */
    /* background: #efd6f5; */
    /* } */
  }
  .home .firstHse .xfL .fMain > div::before {
/*     content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: inherit; */
  }
  .home .firstHse .xfL .fMain > div .hseNew {
    overflow: initial;
  }
  .home .firstHse .xfL .fMain > div .hseNew ul li {
   /*  width: calc(50% - 40px); */
    max-width: calc(50% - 40px);
  }
  .home .firstHse .xfL .fMain > div .hseNew ul li:nth-of-type(5) {
    /* position: absolute;
    top: 50%;
    left: 100%;
    height: auto; */
    /* &::before { */
    /* content: ''; */
    /* position: absolute; */
    /* top: -20px; */
    /* left: -20px; */
    /* right: -42px; */
    /* bottom: -21px; */
    /* background: #c2dbfb; */
    /* z-index: -1; */
    /* } */
  }
  .home .firstHse .xfR {
    position: relative;
    width: 33.3333%;
  }
  .home .firstHse .ytb {
    position: absolute;
    width: 100%;
    margin-top: 157px;
    padding: 0 41px 0 11px;
    z-index: 1;
  }
  .home .firstHse .ytb .ytbt,
  .home .morehouse {
    position: relative;
  }
  .home .morehouse a {
    position: absolute;
    top: -20px;
    right: -52%;
  }
}
@media screen and (max-width: 1200px) {
  .home .hseNew ul li {
    width: calc(33.3333% - 40px);
    max-width: calc(33.3333% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .banner .dSwiper {
    height: 320px;
  }

  /* .home .firstHse .hseNew ul {
    flex-wrap: nowrap;
  } */
  .home .firstHse .hseNew ul li {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .home .hseHot {
    flex-direction: column;
  }
  .home .hseHot ul {
    width: auto;
  }
  .home .hseHot ul li > h3 {
    display: block;
  }
  .home .hseHot ul li a .txt {
    background: rgba(0, 0, 0, 0.3);
  }
  .home .hseHot ul li a .txt::before, .home .hseHot ul li a .txt::after {
    width: calc(100% - 21px);
    height: calc(100% - 21px);
    opacity: 1;
  }
  .home .hseHot ul li a .txt h3 {
    display: none;
  }
  .home .hseHot ul li a .txt p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .home .hseHot ul:nth-of-type(1) li:nth-of-type(1) a, .home .hseHot ul:nth-of-type(2) li:nth-of-type(2) a {
    height: 250px;
  }
  .home .hseNew ul li {
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .banner .dSwiper {
    height: 185px;
  }

  .home .sandr {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
  }
  .home .sandr a {
    /* flex: 0 0 48.5%; */
    flex: 0 0 33%;
    height: 40px;
    line-height: 35px;
    border: 2px solid #bcaea9;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    background: #5699e8;
    cursor: pointer;
  }
  .home .sandr a:nth-of-type(1) {
    background: #83c6ab;
  }
  .home .sandr a:nth-of-type(2) {
    background: #e8bf71;
  }
  .home .sandr a:nth-of-type(3) {
    background: #b876c9;
  }
  .home .sandr a.at, .home .sandr a:hover {
    background: #bcaea9;
  }
  .home .hseHot ul li a .txt p {
    font-size: 12px;
  }
  .home .hseNew ul li {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .home .about {
    padding: 10px;
  }
  .home .contact {
    padding: 30px 10px;
  }
}


.search-section {
	background:  linear-gradient(135deg, #05C7F2 0%, #05c7f217 100%);
	color: white;
	padding: 40px 0;
	margin-bottom: 30px;
}

.search-container {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.search-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: white;
}

.search-subtitle {
	font-size: 1.1rem;
	margin-bottom: 30px;
	opacity: 0.9;
}

.search-form {
	margin-bottom: 30px;
}

.search-input-group {
	display: flex;
	align-items: stretch;
	height:56px;
	gap: 0;
	margin-bottom: 20px;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 租售选项样式 */
.transaction-tabs {
	display: flex;
	height: 100%;
}

.transaction-tab {
	background: #f5f5f5;
	color: #666;
	border: none;
	padding: 16px 24px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	border-right: 1px solid #e0e0e0;
}

.transaction-tab:hover {
	background: #e8e8e8;
}

.transaction-tab.active {
	background: #F2D43D;
	color: white;
}

.transaction-tab.active:hover {
	background: #ff5722;
}

.transaction-tab span {
	display: block;
}

/* 搜索输入框样式 */
.search-input-wrapper {
	flex: 1;
	position: relative;
}

.search-input {
	width: 100%;
	padding: 16px 20px;
	font-size: 1.1rem;
	border: none;
	outline: none;
	background: transparent;
}

.search-input::placeholder {
	color: #999;
}

/* 搜索按钮样式 */
.search-button {
	background: #F2D43D;
	color: white;
	border: none;
	padding: 0 30px;
	height: 100%;
	min-width: 60px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	transition: background 0.3s ease;
}

.search-button:hover {
	background: #ff5722;
}

.search-button .iconsearch{
		font-size: 28px
}

/* 筛选器样式 */
.search-filters {
	margin-top: 20px;
}

.filter-label {
	font-size: 1rem;
	opacity: 0.9;
	margin-right: 15px;
}

.property-type-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.property-type-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.type-tab {
	background: rgba(255, 255, 255, 0.1);
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.type-tab:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
}

.type-tab.active {
	background: white;
	color: #1a237e;
	border-color: white;
	font-weight: 600;
}

/* 热门搜索区域样式 */
.search-hot-areas {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hot-area-title {
	font-size: 1rem;
	opacity: 0.9;
	margin-right: 10px;
}

.hot-area-tags {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.hot-area-tag {
	background: rgba(255, 255, 255, 0.1);
	color: white;
	padding: 6px 15px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.hot-area-tag:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
	text-decoration: none;
	color: white;
}

/* 搜索建议框样式 */
.search-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	margin-top: 5px;
	display: none;
	z-index: 1000;
	max-height: 300px;
	overflow-y: auto;
}

.search-suggestions.show {
	display: block;
}

.search-suggestion-item {
	padding: 12px 20px;
	color: #333;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	transition: background 0.2s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-suggestion-item:hover {
	background: #f5f5f5;
}

.search-suggestion-item:last-child {
	border-bottom: none;
}

.suggestion-type {
	font-size: 0.8rem;
	color: #666;
	background: #e0e0e0;
	padding: 2px 8px;
	border-radius: 4px;
}

/* 响应式设计 */
/* 修改现有的移动版样式，保持横向布局 */
@media (max-width: 768px) {
    .search-section {
        padding: 30px 0;
    }
    
    .search-container {
        padding: 0 20px;
    }
    
    .search-title {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    
    .search-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    /* 关键修改：保持横向布局，不改为垂直布局 */
    .search-input-group {
        flex-direction: row; /* 保持横向 */
        height: 56px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    /* 交易类型标签调整 */
    .transaction-tabs {
        flex: 0 0 auto;
        height: 100%;
        width: auto; /* 不占满宽度 */
    }
    
    .transaction-tab {
        padding: 0 20px;
        min-width: 70px;
        border-right: 1px solid #e0e0e0;
        border-bottom: none;
        font-size: 1.1rem;
    }
    
    /* 搜索输入框调整 */
    .search-input-wrapper {
        flex: 1;
    }
    
    .search-input {
        padding: 16px 20px;
        border-top: none;
        font-size: 1rem;
    }
    
    /* 搜索按钮调整 */
    .search-button {
        width: auto;
        min-width: 80px;
        border-radius: 0;
        padding: 0 25px;
    }
    
    /* 搜索建议框适配 */
    .search-suggestions {
        left: 0;
        right: 0;
        width: 100%;
    }
    
    /* 过滤器区域调整 */
    .search-filters {
        margin-top: 25px;
    }
    
    .property-type-filter {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .property-type-tabs {
        justify-content: center;
    }
    
    .type-tab {
        padding: 8px 18px;
        font-size: 0.95rem;
    }
    
    /* 热门区域标签 */
    .hot-area-tags {
        justify-content: center;
    }
    
    .hot-area-tag {
        padding: 8px 18px;
        font-size: 0.95rem;
    }
}

/* 小屏幕手机优化 */
@media (max-width: 480px) {
    .search-title {
        font-size: 1.8rem;
    }
    
    .search-input-group {
        height: 52px;
    }
    
    .transaction-tab {
        padding: 0 15px;
        min-width: 60px;
        font-size: 1rem;
    }
    
    .transaction-tab span {
        font-size: 1rem;
    }
    
    .search-input {
        padding: 14px 16px;
        font-size: 0.95rem;
    }
    
    .search-button {
        min-width: 70px;
        padding: 0 20px;
        font-size: 1rem;
    }
    
    .search-button .iconsearch {
        font-size: 24px;
    }
    
    .type-tab {
        padding: 6px 14px;
        font-size: 0.9rem;
    }
    
    .hot-area-tag {
        padding: 6px 14px;
        font-size: 0.9rem;
    }
}

/* 超小屏幕手机（如iPhone SE） */
@media (max-width: 375px) {
    .search-container {
        padding: 0 15px;
    }
    
    .search-title {
        font-size: 1.6rem;
    }
    
    .search-subtitle {
        font-size: 0.9rem;
    }
    
    .search-input-group {
        height: 48px;
    }
    
    .transaction-tab {
        padding: 0 12px;
        min-width: 55px;
        font-size: 0.95rem;
    }
    
    .search-input {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
    
    .search-input::placeholder {
        font-size: 0.9rem;
    }
    
    .search-button {
        min-width: 60px;
        padding: 0 15px;
        font-size: 0.95rem;
    }
    
    .search-button .iconsearch {
        font-size: 20px;
    }
}