@charset "utf-8";
:root {
  font-size: 100px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../webfonts/iconfont.woff2?t=1753333334999') format('woff2'), url('../webfonts/iconfont.woff?t=1753333334999') format('woff'), url('../webfonts/iconfont.ttf?t=1753333334999') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-size: 0.26rem;
  color: #333;
  margin: 0;
  padding: 0;
}
.content-area {
  margin: 0 0.2rem;
}
/* 头部样式 */
.header {
  height: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  background: #fff;
}
.logo {
  width: 4rem;
}
.logo img {
  width: 3.95rem;
}
.login-register {
  display: flex;
  align-items: center;
}
.login-register a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.call-button {
  width: 0.68rem;
  height: 0.68rem;
  background-color: #e70000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  margin-left: .2rem;
}
/* 导航区域 */
.nav-section {
  background: linear-gradient(to bottom, #e70000, #e70000, #eea5a5, #f1f1f1, #f1f1f1);
  padding-bottom: 0.3rem;
}
.nav-section-n {
  background: #e70000;
  padding-bottom: 0.3rem;
}
.main-nav {
  height: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main-nav a {
  color: white;
  font-size: 0.30rem;
  text-decoration: none;
  position: relative;
}
.main-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.05rem;
  background-color: white;
}
/* 搜索框 */
.search-container {
  height: 0.66rem;
  background-color: white;
  border-radius: 0.33rem;
  display: flex;
  align-items: center;
  padding: 0 0.1rem 0 0.2rem;
}
.search-icon {
  color: #e70000;
  font-size: 0.28rem;
}
.search-container form{ width:100%;}
.search-input {
  border: none;
  outline: none;
  flex-grow: 1;
  margin-left: 0.15rem;
  font-size: 0.26rem; width:calc( 100% - 2.1rem );
}
.search-button {
  background-color: #e70000;
  color: white;
  border: none;
  border-radius: 0.24rem;
  width: 1.48rem;
  height: 0.48rem;
  font-size: 0.26rem;
  margin-left: auto;
}
/* Banner区域 */
.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: .24rem;
  padding: 0 0.2rem;
}
.carousel-indicators li {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #e70000;
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel-inner {
  border-radius: 0.2rem;
}
.telbohao {
  color: #fff;
  font-size: .3rem;
  font-style: normal;
  font-weight: normal;
}
/* 外层容器 */
.image-links-outer {
  width: 100%;
  background-color: #f1f1f1;
  padding: 0 0.2rem 0.22rem;
}
/* 图片链接区域 */
.image-links-section {
  background-color: white;
  border-radius: 0.2rem;
  margin: 0;
  padding: 0.36rem 0 0;
}
.image-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.image-link-item {
  width: 20%;
  text-align: center;
  margin-bottom: 0.36rem;
}
.image-link-img {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 auto;
}
.image-link-text {
  font-size: 0.24rem;
  font-weight: bold;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  color: #333;
}
.support-center {
  width: 100%;
  background-color: white;
  padding: 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: .26rem;
  border-radius: .2rem;
}
.support-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.15rem;
}
.support-container {
  width: 200%;
  display: flex;
  transition: transform 0.3s ease;
}
.support-links {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.support-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 0.1rem 0;
  box-sizing: border-box;
}
.support-icon {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.05rem;
}
.support-text {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.indicator-container {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.indicator {
  height: 0.06rem;
  background-color: #c4c4c4;
  border-radius: 0.01rem;
  margin: 0 0.02rem;
  transition: width 0.3s ease;
}
.indicator.active {
  background-color: #0474dc;
}
/* 图标颜色 */
.khxq01 {
  color: #0474dc;
  font-size: .7rem;
  text-decoration: none;
}
.khxq02 {
  color: #f5a623;
  font-size: .7rem;
  text-decoration: none;
}
.khxq03 {
  color: #e76767;
  font-size: .7rem;
  text-decoration: none;
}
.khxq04 {
  color: #c5871b;
  font-size: .7rem;
  text-decoration: none;
}
.khxq05 {
  color: #5aaae5;
  font-size: .7rem;
  text-decoration: none;
}
.khxq06 {
  color: #14d5aa;
  font-size: .7rem;
  text-decoration: none;
}
.khxq07 {
  color: #c71622;
  font-size: .7rem;
  text-decoration: none;
}
.khxq08 {
  color: #0057bf;
  font-size: .7rem;
  text-decoration: none;
}
.khxq09 {
  color: #cd9c32;
  font-size: .7rem;
  text-decoration: none;
}
.promotion-area {
  width: 100%;
  padding: 0;
  margin-top: 0.26rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promotion-item {
  width: calc(50% - 0.06rem);
  height: 0;
  padding-bottom: 62.2%;
  background-size: cover !important;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.12rem;
  display: flex;
}
.promotion-content {
  position: absolute;
  left: 0.28rem;
  top: 1rem;
  color: white;
  width: calc(100% - 0.56rem);
  height: calc(100% - 0.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promotion-heading {
  font-size: 0.4rem;
  margin-bottom: 0.28rem;
  font-weight: bold;
}
.promotion-desc {
  font-size: 0.24rem;
  margin-bottom: 0.34rem;
}
.promotion-btn {
  width: 1.3rem;
  height: 0.55rem;
  border-radius: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.40rem;
  color: white;
  margin-bottom: 1.66rem;
  align-self: flex-start;
}
.btn-residential {
  background-color: #006ce5;
}
.btn-commercial {
  background-color: #c5871b;
}
.btn-retail {
  background-color: #d2051a;
}
.btn-industrial {
  background-color: #ff60fc;
}
.bottom-section {
  height: 0.7rem;
  margin-top: 0.1rem;
  background-color: white;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}
.zzbg {
  background: url("../images/ad01.jpg") no-repeat center/cover;
}
.sybg {
  background: url("../images/ad02.jpg") no-repeat center/cover;
}
.msbg {
  background: url("../images/ad03.jpg") no-repeat center/cover;
}
.cfbg {
  background: url("../images/ad04.jpg") no-repeat center/cover;
}
.bottom-section {
  height: 1.12rem;
  background-color: white;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0 0.16rem;
  box-sizing: border-box;
  overflow: hidden;
}
.news-heading {
  font-size: 0.26rem;
  font-weight: bold;
  white-space: nowrap;
}
.section-divider {
  width: 1px;
  height: 0.3rem;
  background-color: #dcdcdc;
  margin: 0 0.2rem;
}
.wcbj {
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news-scroller {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news-items {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-entry {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  transition: transform 0.5s ease;
}
.news-marker {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #c71622;
  margin-right: 0.13rem;
  flex-shrink: 0;
}
.news-title {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0;
}
.news-time {
  font-size: 0.24rem;
  color: #888;
  flex-shrink: 0;
}
.view-all-divider {
  width: 1px;
  height: 0.3rem;
  background-color: #dcdcdc;
  margin: 0 0.22rem;
}
.view-all-btn {
  font-size: 0.24rem;
  padding: 0.05rem 0.15rem;
  border-radius: 0.15rem;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}
.property-list-container {
  background-color: white;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.property-list-header {
  height: 1.22rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-list-title {
  font-size: 0.3rem;
  font-weight: bold;
}
.view-more {
  font-size: 0.24rem;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}
.view-more-count {
  color: #0474dc;
  font-weight: bold;
  margin: 0 0.08rem;
}
.property-list {
  padding: 0.2rem 0;
}
.property-card {
  display: flex;
  margin-bottom: 0.43rem;
}
.property-card:last-child {
  margin-bottom: 0;
}
.property-image {
  width: 2.2rem;
  height: 1.66rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0474dc;
  color: white;
  font-size: 0.14rem;
  padding: 0.04rem 0.12rem;
  border-radius: 0 0.14rem 0.14rem 0;
  z-index: 10;
}
.property-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.36rem;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.24rem;
  z-index: 10;
}
.property-info {
  margin-left: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.property-name {
  font-size: 0.26rem;
  line-height: 0.38rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: .76rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.property-row {
  display: flex;
  justify-content: space-between;
}
.property-price {
  font-size: 0.24rem;
  color: #0474dc;
  font-weight: bold;
}
.property-price-number {
  font-size: 0.28rem;
}
.property-location {
  font-size: 0.24rem;
  color: #333;
  display: flex;
  align-items: center;
}
.location-icon {
  color: #c9c9c9;
  margin-right: 0.05rem;
}
.property-type {
  font-size: 0.24rem;
  color: #333;
}
.property-views {
  font-size: 0.24rem;
  color: #333;
}
.property-price::before {
  content: "参考金额：";
  color: #333;
  font-size: .24rem;
  font-weight: normal;
}
.property-type::before {
  content: "资产性质：";
  color: #333;
  font-size: .24rem;
  font-weight: normal;
}
.footer {
  width: 100%;
}
.footer-top {
  background-color: #f1f1f1;
  padding: 0.4rem 0.2rem 0;
}
.dropdown-container {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}
.dropdown {
  width: 48%;
  height: 0.72rem;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.4rem 0 0.2rem;
  cursor: pointer;
}
.dropdown-arrow {
  position: absolute;
  right: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  transition: transform 0.3s;
}
.dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 100%;
  max-height: 3.6rem;
  overflow-y: auto;
  background-color: white;
  border-radius: 0 0 0.1rem 0.1rem;
  z-index: 100;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.dropdown.active .dropdown-content {
  display: block;
}
.dropdown-item {
  padding: 0.15rem 0.2rem;
  border-bottom: 1px solid #f0f0f0;
}
.logo-container {
  text-align: center;
  padding: 0.4rem 0;
}
.footer-logo {
  width: 3.9rem;
  height: auto;
}
.footer-bottom {
  background-color: #3f3f3f;
  padding: 0.3rem 0.2rem;
  text-align: center;
}
.footer-info {
  font-size: 0.24rem;
  color: #969696;
  line-height: 0.42rem;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.recommend-title {
  width: 100%;
  height: 1rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.title-text {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
  margin: 0 0.32rem;
  position: relative;
}
.title-text::before, .title-text::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #0474dc;
  transform: translateY(-50%);
}
.title-text::before {
  left: -0.42rem;
}
.title-text::after {
  right: -0.42rem;
}
.divider-left, .divider-right {
  flex-grow: 1;
  height: 0.02rem;
  background-color: #d1d1d1;
}
.asset-detail-container {
  padding: 0 0.2rem;
}
.asset-highlight {
  background-color: white;
  padding: 0.2rem 0;
}
.highlight-title {
  font-size: 0.28rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.2rem;
}
.title-decoration {
  display: flex;
  align-items: flex-end;
  margin-right: 0.16rem;
  height: 0.28rem;
}
.decoration-bar {
  width: 0.07rem;
  background-color: #0474dc;
  margin-right: 0.02rem;
  align-self: flex-end;
}
.decoration-bar:last-child {
  margin-right: 0;
}
.bar-1 {
  height: 0.21rem;
}
.bar-2 {
  height: 0.14rem;
}
.bar-3 {
  height: 0.07rem;
}
.highlight-description {
  font-size: 0.26rem;
  line-height: 0.5rem;
  padding: 0.2rem 0;
}
.asset-info-section {
  background-color: white;
  padding: 0.2rem 0;
}
.section-title {
  font-size: 0.28rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin-bottom: 0.2rem;
}
.info-content {
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.info-table,.highlight-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.2rem 0;
}
.info-table td,.highlight-description table td {
  padding: 0.15rem;
  border: 1px solid #e0e0e0;
}


.highlight-description table td:first-child,.highlight-description table td.g {
    background-color: #f7f7f7;
    font-weight: bold;
    width: 120px;
}

.highlight-description img{ max-width:100%!important; height:auto!important; margin-bottom:.3rem;}

.info-table .label {
  color: #666;
  width: 30%;
}
.info-table .value {
  font-weight: bold;
}
.additional-info {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-top: 0.2rem;
  color: #666;
}
.slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.slider-item {
  width: 100%;
  flex-shrink: 0;
}
.slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-indicators {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.indicator {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: white;
  margin: 0 0.05rem;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.indicator.active {
  background-color: #0474dc;
  opacity: 1;
}
.asset-detail-area {
  padding: 0.2rem;
  background-color: white;
}
.asset-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.asset-tag {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #f0f0f0;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
}
.favorite-btn {
  width: 1.2rem;
  height: 0.6rem;
  background-color: #f0f0f0;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  cursor: pointer;
  border: none;
  outline: none;
}
.favorite-btn.active {
  background-color: #0474dc;
  color: white;
}
.favorite-icon {
  margin-right: 0.05rem;
}
.asset-title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
}
.asset-info {
  margin-top: 0.2rem;
}
.info-row {
  display: flex;
  margin-bottom: 0.25rem;
  align-items: center;
}
.info-label {
  font-size: 0.26rem;
  color: #888;
  width: 1.3rem; width:2.3rem;
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
}
.info-value {
  font-size: 0.26rem;
  color: #333;
  text-align: left;
  flex-grow: 1;
}
.total-amount {
  font-size: 0.4rem;
  font-weight: bold;
  color: #0474dc;
}
.contact-container {
  background-color: #f0f0f0;
  height: 1.6rem;
  border-radius: 0.1rem;
  padding: 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-title {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.action-button {
  height: 0.6rem;
  border-radius: 0.3rem;
  color: white;
  font-size: 0.26rem;
  border: none;
  outline: none;
  cursor: pointer;
  flex: 1;
  max-width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-btn {
  background-color: #0474dc;
}
.login-btn2 {
  background-color: #0474dc;
}
.consult-btn {
  background-color: #a9a5a5;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .3rem 0;
  font-family: Arial, sans-serif;
}
.page-item {
  width: .5rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  border-radius: 0.05rem;
  background-color: white;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  transition: all 0.3s;
  font-size: .24rem;
  color: #333;
}
.page-item:hover {
  background-color: white;
  border-color: #0474dc;
  color: #0474dc;
}
.page-item.active {
  background-color: #0474dc;
  border-color: #0474dc;
  color: white;
}
.page-prev, .page-next {
  width: auto;
  padding: 0 .1rem;
}
.page-ellipsis {
  cursor: default;
  background-color: transparent;
  border: none;
}
.page-ellipsis:hover {
  background-color: transparent;
  border: none;
  color: #333;
}
.shaixuan-container {
  width: 100%;
  padding: 0.2rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shaixuan-container::-webkit-scrollbar {
  display: none;
}
.shaixuan-buttons {
  display: inline-block;
  padding-left: 0.2rem;
}
.shaixuan-button {
  height: 0.6rem;
  width: 1.5rem;
  background-color: #f2f2f2;
  border-radius: 0.1rem;
  border: none;
  margin-right: 0.1rem;
  font-size: 0.24rem;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shaixuan-button.active {
  background-color: #f2f2f2;
  color: #0474dc;
  font-weight: bold;
}
/*筛选部分*/
.sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.2rem;
  background-color: white;
  border-bottom: 1px solid #f0f0f0;
}
.sort-button {
  font-size: 0.28rem;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
}
.sort-button.active {
  color: #0474dc;
}
.sort-icon {
  margin-left: 0.05rem;
  width: 0.13rem;
  height: 0.13rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
}
.price-sort {
  display: flex;
  flex-direction: column;
  margin-left: 0.05rem;
}
.price-arrow {
  width: 0;
  height: 0;
  border-left: 0.065rem solid transparent;
  border-right: 0.065rem solid transparent;
}
.price-arrow.up {
  border-bottom: 0.065rem solid #333;
  margin-bottom: 0.02rem;
}
.price-arrow.down {
  border-top: 0.065rem solid #333;
}
.price-arrow.active {
  border-bottom-color: #0474dc;
  border-top-color: #0474dc;
}
.filter-icon {
  width: 0.15rem;
  height: 0.15rem;
  margin-left: 0.05rem;
  margin-top: -0.2rem;
}
/* 地址选择面板样式 */
.location-panel {
  position: fixed;
  bottom: -80%;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: white;
  z-index: 100;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.location-panel.show {
  transform: translateY(-100%);
}
.location-header {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  border-bottom: 1px solid #f0f0f0;
}
.location-title {
  font-size: 0.3rem;
  font-weight: bold;
}
.close-btn {
  font-size: 0.4rem;
  cursor: pointer;
}
.location-content {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.province-list {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.province-list::-webkit-scrollbar {
  display: none;
}
.province-item {
  height: 0.9rem;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  cursor: pointer;
  position: relative;
}
.province-item.active {
  background-color: white;
  font-weight: bold;
}
.province-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0.09rem;
  height: 0.28rem;
  background-color: #0474dc;
}
.recommend-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.current-location {
  height: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
  color: #888;
  font-size: 0.26rem;
  border-bottom: 1px solid #f0f0f0;
}
.current-city {
  height: 0.64rem;
  background-color: #f6f6f6;
  border-radius: 0.64rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  margin: 0.2rem 0.4rem;
}
.location-icon {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  margin-top: -0.12rem;
}
.hot-cities {
  padding: 0 0.4rem;
}
.hot-title {
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.15rem;
}
.city-btn {
  height: 0.64rem;
  background-color: #f6f6f6;
  border-radius: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  cursor: pointer;
}
.city-btn.active {
  background-color: #0474dc;
  color: white;
}
.city-district-container {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.city-list, .district-list {
  flex: 1;
  overflow-y: auto;
}
.city-item, .district-item {
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  font-size: 0.26rem;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.city-item.active, .district-item.active {
  color: #0474dc;
  font-weight: bold;
}
.divider {
  width: 1px;
  background-color: #f0f0f0;
}
.panel-footer {
  height: 1.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  background-color: white;
  border-top: 1px solid #f0f0f0;
}
.reset-btn {
  width: 3rem;
  height: 0.74rem;
  background-color: white;
  border: 1px solid #c3c3c3;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #333;
  cursor: pointer;
}
.confirm-btn {
  width: 3rem;
  height: 0.74rem;
  background-color: #0474dc;
  color: white;
  border-radius: 0.1rem;
  border: none;
  font-size: 0.28rem;
  cursor: pointer;
  margin-left: 20px;
}
/* 筛选面板样式 */
.filter-panel {
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  height: 100%;
  background-color: white;
  z-index: 101;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -0.05rem 0 0.1rem rgba(0, 0, 0, 0.1);
}
.filter-panel.show {
  transform: translateX(-100%);
}
.filter-header {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  border-bottom: 1px solid #f0f0f0;
}
.filter-title {
  font-size: 0.3rem;
  font-weight: bold;
}
.filter-content {
  flex: 1;
  overflow-y: auto;
  background: #f2f2f2;
  padding: 0.2rem 0;
}
.filter-item {
  margin-bottom: 0.2rem;
  background: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
}
.filter-item-title {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
  color: #333;
  font-weight: bold;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.1rem;
}
.filter-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 0.07rem);
  height: 0.6rem;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 0.1rem;
  transition: all 0.3s ease;
}
.filter-option input{ display:none; }
.filter-option.active {
  color: #0474dc;
  border-color: #0474dc;
  background-color: #fff;
  font-weight: bold;
}
.filter-option:hover {
  background-color: #f2f2f2;
  color: #0474dc;
  border: 1px solid #0474dc;
}
.current-city {
  cursor: pointer;
}
.recommend-section .active {
  background-color: #0474dc;
  color: white;
}
.recommend-section .active .iconfont {
  color: white;
}
.filter-dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
}
.filter-dropdown {
  width: calc(33.33% - 0.07rem);
  min-width: 0;
}
.filter-dropdown .dropdown-select {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.1rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.1rem;
  background-color: #f2f2f2;
  font-size: 0.26rem;
  color: #333;
  outline: none;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.filter-dropdown .dropdown-select:focus, .filter-dropdown .dropdown-select:active {
  border-color: #0474dc;
  color: #0474dc;
  font-weight: bold;
}
.filter-dropdown .dropdown-select option {
  background-color: #fff;
  color: #333;
}
/* 地铁下拉框样式 */
.filter-item > .filter-dropdown {
  width: 100%;
}
.filter-item > .filter-dropdown .dropdown-select {
  width: 100%;
}
.price-range-container {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: 100%;
}
.price-input {
  position: relative;
  flex: 1;
  height: 0.64rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  background-color: #f2f2f2;
}
.currency-symbol {
  color: #333;
  font-size: 0.26rem;
  margin-right: 0.05rem;
}
.price-input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.26rem;
  color: #333;
  background: transparent;
}
.price-separator {
  margin: 0 0.1rem;
  font-size: 0.26rem;
  color: #333;
}
.confirm-btn2 {
  width: 1.2rem;
  height: 0.64rem;
  background-color: #0474dc;
  color: white;
  border: none;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.confirm-btn:hover {
  background-color: #0362b7;
}
/* 输入框聚焦样式 */
.price-input:focus-within {
  border-color: #0474dc;
}
.area-range-container {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: 100%;
}
.area-input {
  position: relative;
  flex: 1;
  height: 0.64rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.1rem;
  background-color: #f2f2f2;
  overflow: hidden;
}
.unit-symbol {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 0.26rem;
  pointer-events: none;
}
.area-input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.26rem;
  color: #333;
  background: transparent;
  padding: 0 0.5rem 0 0.1rem;
  text-align: left;
}
.area-separator {
  margin: 0 0.1rem;
  font-size: 0.26rem;
  color: #8e8e8e;
}
.confirm-btn2 {
  width: 1.2rem;
  height: 0.64rem;
  background-color: #0474dc;
  color: white;
  border: none;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  cursor: pointer;
}
/* 输入框聚焦样式 */
.area-input:focus-within {
  border-color: #0474dc;
  background-color: #fff;
}
/* 占位文字样式 */
.area-input input::placeholder {
  color: #8e8e8e;
}
.customer-demand-container {
  padding: .2rem;
}
.customer-demand-title {
  text-align: center;
  font-size: .4rem;
  font-weight: bold;
  height: 1rem;
  line-height: 1rem;
  margin: 0;
}
.about h2 {
  font-size: .26rem;
  font-weight: bold;
  margin: 0;
  line-height: .5rem;
}
.about {
  font-size: .26rem;
  line-height: .5rem;
}
.about p {
  margin: 0;
}
.about h3 {
  margin: 0;
  font-size: .26rem;
  font-weight: normal;
  line-height: .5rem;
}
.qua-ms {
  font-size: .26rem;
  line-height: .48rem;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: .3rem;
  box-sizing: border-box;
}
.image-card {
  width: calc(50% - 0.15rem);
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.image-wrapper {
  width: 100%;
  aspect-ratio: 1/1.4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery-image:hover {
  transform: scale(1.02);
}
.image-desc {
  padding: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  text-align: center;
  height: 1.2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
/* 大图预览样式 */
.image-modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
.modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: .8rem;
  box-sizing: border-box;
}
.modal-content {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
#image-caption {
  margin: 0.3rem auto;
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  max-width: 80%;
}
.close-modal {
  position: fixed;
  top: 0.1rem;
  right: 0.1rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  cursor: pointer;
  z-index: 101;
}
.close-modal:hover {
  color: #ccc;
}
.n-container {
  padding: 0.26rem 20px;
  background-color: #fff;
}
.n-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.07rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.n-item {
  position: relative;
  width: calc(33.333% - 0.05rem);
  min-width: 0;
  margin-bottom: 0.07rem;
}
.n-link, .n-submenu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.6rem;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.26rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-has-submenu .n-link {
  justify-content: space-between;
  padding: 0 0.15rem;
}
.n-main-text {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-arrow {
  font-size: 0.2rem;
  margin-left: 0.05rem;
  color: #333;
  transition: all 0.3s;
}
.n-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}
.n-submenu-item {
  padding: 0;
}
.n-submenu-link:hover {
  background-color: #f2f2f2;
}
.n-submenu-item a {
  background: #fff;
}
/* 当前页面样式 */
.n-link.n-current, .n-submenu-link.n-current {
  color: #0474dc;
  font-weight: bold;
}
/* 选中状态 */
.n-item.n-active .n-link, .n-item.n-active .n-arrow, .n-item.n-selected .n-main-text, .n-item.n-selected .n-arrow {
  color: #0474dc;
  font-weight: bold;
}
.n-item.n-active .n-arrow {
  transform: rotate(180deg);
}
.n-item.n-active .n-submenu {
  display: block;
}
.customer-demand-row {
  display: flex;
  margin: 0.2rem 0;
  align-items: center;
  min-height: 0.8rem;
}
.customer-demand-label {
  width: 2.4rem;
  text-align: right;
  font-size: 0.26rem;
  color: #333;
  padding-right: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
}
.customer-demand-label.required::before {
  content: '*';
  color: #ff4d4f;
  margin-right: .1rem;
}
.customer-demand-input-group {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.customer-demand-input, .customer-demand-select, .customer-demand-textarea {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.15rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.04rem;
  font-size: 0.26rem;
  color: #333;
  background-color: white;
  box-sizing: border-box;
}
.customer-demand-textarea {
  height: 2rem;
  padding: 0.1rem 0.15rem;
  resize: vertical;
}
.customer-demand-city-group {
  flex: 1;
  display: flex;
  gap: 0.15rem;
  align-items: center;
  height: 100%;
  width: 100%;
}
.customer-demand-city-group select {
  flex: 1;
  height: 0.8rem;
  padding: 0 0.15rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.04rem;
  font-size: 0.26rem;
  color: #333;
  background-color: white;
  box-sizing: border-box;
}
.customer-demand-captcha-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.customer-demand-captcha-input {
  width: 2rem;
  margin-right: 0.15rem;
}
.customer-demand-captcha-img {
  width: 2.2rem;
  height: 0.8rem;
  background-color: #f0f0f0;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.2rem;
  font-style: italic;
}
.customer-demand-submit-btn {
  width: 2.72rem;
  height: 0.8rem;
  background-color: #0474dc;
  color: white;
  border: none;
  border-radius: 0.22rem;
  font-size: 0.28rem;
  font-weight: 500;
  cursor: pointer;
  margin: 0.5rem auto 0.4rem;
  display: block;
  transition: background-color 0.3s;
}
.customer-demand-submit-btn:hover {
  background-color: #0366c4;
}
.scope-show-content {
  width: 100%;
  padding: 0 20px 20px;
}
.scope-show-module {
  margin-bottom: .2rem;
  border-radius: 10px;
  background-color: #f6f6f6;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.scope-show-module:hover {
  transform: translateY(-5px);
}
.scope-show-module-header {
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 .35rem;
  font-size: .3rem;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}
.scope-show-module-body {
  padding: .35rem;
  line-height: .48rem;
  font-size: .26rem;
  transition: none;
}
.scope-show-module:nth-child(3n+1) .scope-show-module-header {
  background: linear-gradient(to bottom, #dae9f7, #f6f6f6);
}
.scope-show-module:nth-child(3n+2) .scope-show-module-header {
  background: linear-gradient(to bottom, #ffefe1, #f6f6f6);
}
.scope-show-module:nth-child(3n+3) .scope-show-module-header {
  background: linear-gradient(to bottom, #ffe4e6, #f6f6f6);
}
.scope-show-module:nth-child(3n+4) .scope-show-module-header {
  background: linear-gradient(to bottom, #dae9f7, #f6f6f6);
}
.scope-show-module:nth-child(3n+5) .scope-show-module-header {
  background: linear-gradient(to bottom, #ffefe1, #f6f6f6);
}
.scope-show-module-body p {
  margin: 0;
}
.scope-content {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 .2rem;
}
.scope-business-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .7rem;
}
.scope-business-module {
  width: 100%;
  margin: 0;
}
.scope-business-module-last-row {
  width: 100%;
  margin: 0 .1rem .2rem;
  margin-right: auto;
}
.scope-title-module {
  height: 2.37rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scope-title-bg {
  position: absolute;
  font-size: 1.58rem;
  font-weight: bold;
  color: #eaeaea;
  z-index: 0;
  top: -0.1rem;
}
.scope-title-text {
  font-size: .4rem;
  font-weight: bold;
  color: #0474dc;
  position: relative;
  z-index: 1;
  padding: 0 .2rem;
}
.scope-title-divider {
  height: 1px;
  background-color: #dedede;
  flex: 1;
  position: relative;
  transition: all 0.3s;
}
.scope-title-divider::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #0474dc;
  transform: rotate(45deg);
  top: -3px;
  transition: all 0.3s;
}
.scope-title-divider-left {
  margin-right: 12px;
}
.scope-title-divider-left::before {
  right: -3px;
}
.scope-title-divider-right {
  margin-left: 12px;
}
.scope-title-divider-right::before {
  left: -3px;
}
.scope-business-image {
  width: 100%;
  height: 4rem;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: .3rem;
  position: relative;
  transition: transform 0.3s;
}
.scope-business-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.scope-business-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.scope-business-image:hover img {
  transform: scale(1.05);
}
.scope-business-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scope-business-item {
  height: 1.18rem;
  display: flex;
  align-items: center;
}
.scope-business-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
  transition: all 0.3s;
}
.scope-business-item:hover a {
  color: #0474dc;
}
.scope-item-marker {
  width: .32rem;
  height: 1.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scope-item-marker-inner {
  width: 5px;
  height: 5px;
  background-color: #0474dc;
  transition: all 0.3s;
}
.scope-business-item:hover .scope-item-marker-inner {
  transform: scale(1.5);
}
.scope-item-title {
  font-size: .28rem;
  flex: 1;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  line-height: 1.18rem;
}
.scope-business-item:hover .scope-item-title {
  color: #0474dc;
  border-bottom-color: #0474dc;
}
.news-l-title {
  font-size: .4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.news-list-container {
  width: 100%;
}
.news-list-item {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  color: inherit;
  transition: all 0.3s ease;
}
.news-list-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.news-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  padding-left: 13px;
}
.news-list-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: .28rem;
  background-color: #2776f0;
}
.news-list-title {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-date {
  font-size: .24rem;
  color: #888;
}
.news-list-description {
  font-size: .26rem;
  color: #888;
  line-height: .52rem;
  margin-bottom: 12px;
  padding-left: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-more {
  font-size: .24rem;
  color: #888;
  text-align: left;
  padding-left: 13px;
}
.news-list-more::after {
  content: '>>';
  margin-left: 4px;
}
.customer-demand-title2 {
  text-align: center;
  font-size: .4rem;
  font-weight: bold;
  line-height: .7rem;
  margin: 0;
}
.news-ly {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #888;
  font-size: .24rem;
}
.news-ly a {
  color: #888;
}
.news-ly p {
  margin: 0;
  line-height: .2rem
}
.login-main {
  flex: 1;
  background: url("../images/loginbg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding-top: 1.06rem;
  padding-bottom: 1.06rem;
  min-height: 80vh;
}
.login-wrapper {
  width: 90%;
  max-width: 500px;
  height: auto;
  height: 9rem;
  max-height: 500px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  margin: 0 auto;
}
.login-container {
  width: 100%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.login-header {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .3rem;
}
.login-title {
  font-size: .4rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.input-group {
  position: relative;
  margin-bottom: 20px;
}
.input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: .26rem;
  transition: all 0.3s;
}
.login-input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 60px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: .26rem;
  color: #333;
  transition: all 0.3s;
}
.login-input:hover + .input-icon, .login-input:focus + .input-icon {
  color: #2776f0;
}
.login-input:hover {
  border-color: #9abff8;
}
.login-input:focus {
  border-color: #0474dc;
  outline: none;
  box-shadow: 0 0 0 2px rgba(154, 191, 248, 0.5);
}
.captcha-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.captcha-input {
  flex: 1;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: .26rem;
  color: #333;
}
.captcha-img {
  width: 120px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-style: italic;
  cursor: pointer;
}
.login-btn {
  width: 100%;
  height: 48px;
  background-color: #0474dc;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: .26rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(4, 116, 220, 0.3);
  transition: all 0.3s;
  margin-top: 20px;
}
.login-btn:hover {
  background-color: #0366c4;
  box-shadow: 0 2px 15px rgba(4, 116, 220, 0.4);
}
.register-link {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #0474dc;
  text-decoration: none;
  font-size: .24rem;
}
.register-link:hover {
  text-decoration: none;
}
.reg-wrapper {
  width: 100%;
  height: 700px;
  background: url("../images/zccg.png") no-repeat center 50px;
  background-color: #fff;
  top: 50%;
  right: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg-main {
  flex: 1;
  background: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 1.06rem - 2.28rem);
  padding: 0 .2rem;
}
.countdown {
  font-size: 16px;
  color: #888;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  margin-top: 450px;
}
.confirm-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.confirm-btn {
  width: 320px;
  height: 45px;
  background-color: #2776f0;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: .26rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.confirm-btn:hover {
  background-color: #1a5dc8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 118, 240, 0.3);
}
.reg1-wrapper {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-container {
  width: 580px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 42px 40px 30px;
}
.register-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.register-form-group {
  display: flex;
  align-items: center;
  position: relative;
}
.register-form-label {
  width: 1.8rem;
  text-align: right;
  font-size: .26rem;
  padding-right: .2rem;
  white-space: nowrap;
  margin: 0 !important;
}
.register-form-input-container {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}
.register-form-input {
  width: 100%;
  height: .8rem;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: .26rem;
  color: #333;
  margin-right: 30px;
}
.register-form-input:focus {
  border-color: #2776f0;
  outline: none;
}
.register-validation-icon {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.register-valid-icon {
  background-color: #2776f0;
  color: white;
  display: none;
}
.register-error-icon {
  background-color: #ff4d4f;
  color: white;
  display: none;
}
.register-validation-message {
  height: .4rem;
  padding-left: 1.8rem;
  font-size: .24rem;
  color: #ff4d4f;
  display: flex;
  align-items: center;
}
.register-radio-group {
  display: flex;
  gap: 20px;
}
.register-radio-option {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .26rem;
  white-space: nowrap;
  margin: 0 !important;
}
.register-agreement {
  font-size: .24rem;
  margin-top: .5rem;
  text-align: center;
  position: relative;
}
.register-agreement.error {
  color: #ff4d4f;
}
.register-agreement-link {
  color: #2776f0;
  cursor: pointer;
  text-decoration: none;
}
.register-submit-btn {
  width: 320px;
  height: 45px;
  background-color: #2776f0;
  color: white;
  border: none;
  border-radius: 24px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}
.register-submit-btn:hover {
  background-color: #1a5dc8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(39, 118, 240, 0.3);
}
.register-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.register-modal-content {
  width: 600px;
  max-height: 80vh;
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
  max-width: 90vw;
}
.register-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.register-modal-title {
  font-size: .4rem;
  font-weight: bold;
  margin: 0;
}
.register-close-btn {
  font-size: .6rem;
  cursor: pointer;
}
.register-modal-body {
  font-size: .26rem;
  line-height: 1.6;
}
.regform {
  width: 100%;
}
.login-header h1 {
  margin: 0;
}
.section h2 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 22px;
}
.section h3 {
  color: #444;
  margin-top: .2rem;
  font-size: .3rem;
}
.section p, .section li {
  margin-bottom: 10px;
  font-size: 15px;
}
.section ul {
  padding-left: 20px;
  margin: 0;
}
.section {
  margin-bottom: 40px;
  height: 60vh;
  overflow-y: auto;
}
.highlight {
  background-color: #f8f9fa;
  padding: 15px;
  border-left: 4px solid #1a73e8;
  margin: 15px 0;
}
.customer-demand-area-group {
  display: flex;
  gap: 10px;
  width: 100%;
}
.customer-demand-area-group select {
  flex: 1;
  min-width: 0;
}
.password-error-message {
  color: #ff4d4f;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  display: none;
  text-align: left;
  padding-left: 0;
}
.customer-demand-input.error {
  border-color: #ff4d4f !important;
}
.customer-demand-submit-btn:disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
  opacity: 0.7;
}

 .about-section33 {
            width: 100%;
            padding: .6rem .3rem;
            background-color: #ededed;
            margin-bottom: .3rem;
            display: flex;
            align-items: center; 
        }
        .section-title33 {
            color: #e70404;
            font-weight: bold;
            text-align: left;
            font-size: .3rem;
            margin-bottom: .2rem;
        }
        .section-content33 {
            color: #333;
            text-align: left;
            font-size: .26rem;
            line-height: .6rem;
        }
        .img-container33 {
           
            display: flex;
            align-items: center; 
            justify-content: center; 
            height: 100%;
        }
		.section-content33 p {margin-bottom:.3rem;}
        .img-container33 img {
            max-width: 50%;
            max-height: 100%;
            object-fit: contain;
			padding:0 .1rem;
        }
        .location-icon.iconfont{ }
       .property-location.iconfont{ }
       .row.about-section33{ margin-left:0; margin-right:0;}
       .row.about-section33 .order-1{ padding-left:0; padding-right:0;}
       .row.about-section33 .order-lg-2{padding-left:0; padding-right:0;}
        @media (max-width: 992px) {
            .about-section33 {
                flex-direction: column;
            }
            .img-container33 {
                margin-top: 20px;
                padding: 0;
            }
        }
        .about img{ max-width:100%!important; height:auto!important;}