@charset "utf-8";
@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 {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Microsoft YaHei', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}
.container-1210 {
  width: 1210px;
  margin: 0 auto;
}
.top-login-bar {
  height: 48px;
  background-color: #f1f1f1;
  font-size: 14px;
  color: #333;
}
.top-login-bar a {
  color: #c71622;
  text-decoration: none;
}
.customer-service {
  font-size: 14px;
  color: #333;
}
.customer-service span {
  padding: 0 5px;
}
.phone-number {
  font-size: 24px;
  color: #c71622;
  font-weight: bold;
}
.top-login-phone {
  font-size: 18px;
}
.main-navbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 140px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #000;
}
.nav-separator {
  height: 44px;
  width: 1px;
  background-color: #b0b0b0;
  margin: 0 20px;
}
.nav-link {
  padding: 0 14px !important;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none !important;
}
.nav-link:hover {
  color: #c71622;
}
.nav-link.active {
  color: #c71622;
  font-weight: bold;
}
/*       .nav-link.active:after {
             content: '';
    position: absolute;
    bottom: -10px;
    left: 14px;
    width: calc(100% - 30px); 
    height: 2px;
    background-color: #c71622;
        }*/
.search-container {
  display: flex;
  align-items: center;
}
.search-input {
  width: 225px;
  height: 40px;
  background-color: #f1f1f1;
  border: none;
  padding: 0 15px;
}
.search-btn {
  width: 60px;
  height: 40px;
  background-color: #c71622;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.soso {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 12px;
}
.main-content {
  padding: 30px 0;
}
.footer {
  background-color: #3f3f3f;
  padding: 20px 0 10px;
}
.copyright {
  text-align: center;
  color: #969696;
  font-size: 12px;
}
.friend-links-container {
  background-color: #e4e4e4;
  padding: 20px 0;
  position: relative;
}
.friend-links-wrapper {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 60px;
}
.filter-container {
  display: flex;
}
.filter-box {
  position: relative;
  margin-left: 20px;
}
.filter-header {
  width: 320px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  border-radius: 10px;
}
.filter-header i {
  transition: transform 0.3s;
}
.filter-content {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 320px;
  background-color: #efefef;
  display: none;
  padding: 10px 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.filter-box.active .filter-content {
  display: block;
}
.filter-box.active .filter-header i {
  transform: rotate(180deg);
}
.filter-link {
  display: block;
  padding: 8px 15px;
  color: #666;
  font-size: 14px;
  line-height: 36px;
}
.filter-link:hover {
  color: #c71622;
  background-color: #e8e8e8;
}
.bgf7f7f7 {
  background: #f7f7f7;
}
.bgf1f1f1 {
  background: #f1f1f1;
}
.section-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.section-mbx {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.section-title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 100px;
}
.section-title span:first-child {
  color: #0474dc;
}
.more-link {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  background: #e2e2e2;
  padding: 3px 15px;
  border-radius: 15px;
}
.more-link span {
  color: #0474dc;
}
.more-link:hover {
  color: #0474dc;
}
.property-types {
  margin: 30px 0 20px;
  display: flex;
  align-items: center;
}
.property-types-header {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
.type-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.type-tag {
  font-size: 16px;
  color: #666;
  padding: 1px 15px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #b0b0b0;
}
.type-tag:hover {
  background-color: #0474dc;
  color: white;
  border-color: #0474dc;
}
.property-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.property-list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.property-card {
  position: relative;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  isolation: isolate;
  cursor: pointer;
}
.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
.property-card:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #0474dc;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10;
}
.property-image {
  height: 218px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.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: 12px;
  width: 100px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 14px 14px 0;
  z-index: 20;
}
.property-info {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.property-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.property-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}
.property-price::before {
  content: "参考金额：";
  color: #666;
  font-size: 14px;
}
.property-price {
  color: #0474dc;
  font-weight: bold;
  font-size: 18px;
}
.property-location {
  color: #666;
}
.property-type::before {
  content: "资产性质：";
  color: #666;
}
.property-type {
  color: #666;
}
.property-views {
  color: #999;
}
.floating-nav {
  position: fixed;
  right: calc(50% - (1210px / 2) - 50px);
  width: 37px;
  border-radius: 4px;
  z-index: 1000;
  display: none;
  flex-direction: column;
  padding: 5px 0;
  top: 400px;
}
.floating-nav.visible {
  display: flex;
}
.floating-nav-btn {
  width: 37px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin: 1px 0;
  transition: all 0.3s;
  line-height: 1.2;
  text-align: center;
  background: #e2e2e2;
}
.floating-nav-btn span {
  display: block;
}
.floating-nav-btn:hover, .floating-nav-btn.active {
  background-color: #0474dc;
  color: white;
}
.main-container {
  width: 1210px;
  margin: 0 auto;
  position: relative;
}
.top-section {
  height: 468px;
  display: flex;
}
.left-section {
  width: 324px;
  display: flex;
  flex-direction: column;
}
.right-section {
  width: 876px;
  margin-left: 10px;
}
.asset-category {
  height: 230px;
  background-color: white;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
}
.category-title {
  font-size: 18px;
  font-weight: bold;
}
.category-more {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.category-options {
  display: grid;
  gap: 10px;
}
.category-option {
  font-size: 14px;
  color: #333;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
}
.category-option:hover {
  color: red;
}
.type-options {
  grid-template-columns: repeat(3, 1fr);
}
.location-options {
  grid-template-columns: repeat(4, 1fr);
}
.slider-area {
  height: 468px;
  background-color: #ddd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.slider-dot.active {
  background-color: red;
}
.middle-section {
  height: 232px;
  margin-top: 10px;
  display: flex;
}
.support-center {
  width: 324px;
  background-color: white;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
}
.support-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.support-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.support-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.support-item:hover {
  color: #333;
}
.support-icon {
  width: 50%;
  height: 40px;
  position: relative;
}
.support-text {
  width: 50%;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
/* 广告区域 */
.promotion-area {
  width: 876px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
}
.promotion-item {
  width: 210px;
  height: 232px;
  background-color: #333;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.promotion-content {
  position: absolute;
  left: 28px;
  top: 30px;
  color: white;
}
.promotion-heading {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold
}
.promotion-desc {
  font-size: 14px;
  margin-bottom: 12px;
}
.promotion-btn {
  width: 82px;
  height: 36px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}
.btn-residential {
  background-color: #006ce5;
}
.btn-commercial {
  background-color: #c5871b;
}
.btn-retail {
  background-color: #d2051a;
}
.btn-industrial {
  background-color: #ff60fc;
}
.bottom-section {
  height: 70px;
  margin-top: 10px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.news-heading {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.section-divider {
  width: 1px;
  height: 32px;
  background-color: #e9e9e9;
  margin: 0 15px;
}
.news-scroller {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news-items {
  position: absolute;
  width: 100%;
  transition: transform 0.5s;
}
.news-entry {
  display: flex;
  align-items: center;
  height: 25px;
}
.news-marker {
  width: 7px;
  height: 7px;
  background-color: red;
  margin-right: 10px;
}
.news-title {
  font-size: 14px;
  margin-right: 15px;
}
.news-time {
  font-size: 14px;
  color: #888;
}
.view-all-btn {
  font-size: 14px;
  background-color: #ededed;
  padding: 5px 15px;
  border-radius: 15px;
  text-decoration: none;
  color: #333;
}
.zzbg {
  background: url("../images/ad01.jpg") no-repeat;
}
.sybg {
  background: url("../images/ad02.jpg") no-repeat;
}
.msbg {
  background: url("../images/ad03.jpg") no-repeat;
}
.cfbg {
  background: url("../images/ad04.jpg") no-repeat;
}
.khxq01 {
  color: #0474dc;
  font-size: 36px;
  position: absolute;
  left: -10px;
  top: -6px
}
.khxq02 {
  color: #f5a623;
  font-size: 36px;
  position: absolute;
  left: 5px;
  top: -6px
}
.khxq03 {
  color: #e76767;
  font-size: 36px;
  position: absolute;
  left: 7px;
  top: -6px
}
.khxq04 {
  color: #c5871b;
  font-size: 36px;
  position: absolute;
  left: 6px;
  top: -6px
}
.khxq05 {
  color: #5aaae5;
  font-size: 36px;
  position: absolute;
  left: 6px;
  top: -6px
}
.khxq06 {
  color: #14d5aa;
  font-size: 36px;
  position: absolute;
  left: 6px;
  top: -6px
}
.khxq07 {
  color: #c71622;
  font-size: 36px;
  position: absolute;
  left: 6px;
  top: -6px
}
.khxq08 {
  color: #0057bf;
  font-size: 36px;
  position: absolute;
  left: 6px;
  top: -6px
}
.khxq09 {
  color: #cd9c32;
  font-size: 36px;
  position: absolute;
  left: 6px;
  top: -6px
}
.slider-container {
  width: 100%;
  height: 468px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.slider-content {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.slider-item {
  min-width: 100%;
  height: 100%;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.slider-dot.active {
  background-color: red;
}
.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 50%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  display: none;
}
.slider-prev {
  left: 20px;
}
.slider-next {
  right: 20px;
}
.wcbj {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  overflow: hidden;
  flex: 1;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  font-family: Arial, sans-serif;
}
.page-item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  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 10px;
}
.page-ellipsis {
  cursor: default;
  background-color: transparent;
  border: none;
}
.page-ellipsis:hover {
  background-color: transparent;
  border: none;
  color: #333;
}
.filter-container {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.filter-btn {
  width: 100px;
  height: 32px;
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  transition: all 0.3s;
  position: relative;
  padding: 0 8px;
}
.filter-btn.active {
  color: #0474dc;
}
.arrow-container {
  display: flex;
  margin-left: 5px;
  gap: 2px;
}
.arrow-up, .arrow-down {
  color: #e2e2e2;
  transition: all 0.3s;
  width: 5px;
}
.arrow-up.active {
  color: #0474dc;
}
.arrow-down.active {
  color: #0474dc;
}
.filter-btn:hover {
  border-color: #0474dc;
}
.sstitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.news-l-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.filter-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}
.breadcrumbn {
  font-size: 14px;
  color: #333;
}
.clear-all {
  font-size: 12px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
.clear-all:hover {
  color: #0474dc;
  border-color: #0474dc;
}
.filter-area {
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin-top: 0px;
  overflow: hidden;
}
.filter-group {
  padding: 15px 20px;
  border-bottom: 1px dashed #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-group:last-child {
  border-bottom: none;
}
.filter-title {
  width: 100px;
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 10px;
  align-items: center;
}
.checkbox-wrapper {
  position: relative;
}
.checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 0 !important;
}
.custom-checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-right: 8px;
  background-color: white;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-input:checked + .checkbox-label .custom-checkbox {
  background-color: #0474dc;
  border-color: #0474dc;
}
.checkbox-input:checked + .checkbox-label .custom-checkbox::after {
  content: '✓';
  color: white;
  font-size: 10px;
}
select {
  width: 100px;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
}
.range-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-wrapper {
  position: relative;
}
.range-input input {
  width: 150px;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 0 25px 0 10px;
  font-size: 14px;
  text-indent: 1em;
}
.price-input::before {
  content: '￥';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
.price-input::after{
  content: '万';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;  
}
.area-input::after {
  content: '㎡';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
.tdmj-input::after {
  content: '亩';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
.toggle-more {
  width: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}
.toggle-more:hover {
  background-color: #e0e0e0;
}
.toggle-icon {
  margin-left: 5px;
}
.hidden-filters {
  display: none;
}
.show-all .hidden-filters {
  display: block;
}
.multi-line-group {
  position: relative;
}
.multi-line-options {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 10px;
  align-items: center;
}
.toggle-line {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.toggle-line i {
  margin-left: 5px;
  font-size: 12px;
}
.collapsed {
  max-height: 40px;
  overflow: hidden;
}
.scope-breadcrumb {
  height: 36px;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
}
.scope-breadcrumb-container {
  width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}
.scope-breadcrumb-text {
  font-size: 14px;
  color: #333;
}
.scope-breadcrumb-text a {
  color: #333;
  text-decoration: none;
}
.scope-breadcrumb-text a:hover {
  color: #0474dc;
}
.scope-content {
  width: 1210px;
  margin: 0 auto;
  background-color: #fff;
}
.scope-business-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.scope-business-module {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
.scope-business-module-last-row {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
  margin-right: auto;
}
.scope-title-module {
  height: 110px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.scope-title-bg {
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  color: #eaeaea;
  z-index: 0;
}
.scope-title-text {
  font-size: 30px;
  font-weight: bold;
  color: #0474dc;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.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: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  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: 48px;
  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: 32px;
  height: 48px;
  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: 18px;
  flex: 1;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  line-height: 48px;
}
.scope-business-item:hover .scope-item-title {
  color: #0474dc;
  border-bottom-color: #0474dc;
}
.scope-confirm-btn {
  background-color: #0474dc;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 4px 12px;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.scope-confirm-btn:hover {
  background-color: #0362b8;
}
.scope-show-container {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
}
.scope-show-nav {
  width: 165px;
  display: flex;
  flex-direction: column;
}
.scope-show-nav-title {
  height: 70px;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.scope-show-nav-title2 {
  height: 70px;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.scope-show-nav-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  height: 1px;
  background-color: #f0f0f0;
}
.scope-show-nav-items {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.scope-show-nav-item {
  height: 70px;
  background-color: white;
  border: 1px solid #f0f0f0;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}
.scope-show-nav-item.active {
  font-weight: bold;
  background-color: #f1f1f1;
}
.scope-show-content {
  width: 998px;
  margin-left: auto;
}
.scope-show-module {
  margin-bottom: 20px;
  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: 64px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}
.scope-show-module-body {
  padding: 35px;
  line-height: 30px;
  font-size: 16px;
  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);
}
.subject-container {
  width: 1210px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
}
.subject-slide-area {
  width: 582px;
  margin: 18px;
}
.subject-main-slide {
  width: 600px;
  height: 452px;
  position: relative;
  overflow: hidden;
}
.subject-slide-container {
  display: flex;
  width: 3000px;
  transition: transform 0.5s ease;
}
.subject-slide-item {
  width: 600px;
  height: 452px;
  flex-shrink: 0;
}
.subject-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subject-slide-indicator {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.subject-indicator-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}
.subject-indicator-dot.active {
  background-color: #0474dc;
}
.subject-thumbnail-wrapper {
  position: relative;
  margin-top: 35px;
  margin-left: 18px;
}
.subject-thumbnail-container {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding-bottom: 5px;
}
.subject-thumbnail-item {
  width: 105px;
  height: 76px;
  flex-shrink: 0;
  border: 2px solid #e5e6e5;
  cursor: pointer;
  box-sizing: border-box;
}
.subject-thumbnail-item.active {
  border-color: black;
}
.subject-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subject-thumbnail-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  color: #888888;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.subject-thumbnail-prev {
  left: -28px;
}
.subject-thumbnail-next {
  right: -28px;
}
.subject-detail-area {
  width: 572px;
  position: relative;
}
.subject-data-tag {
  width: 100px;
  height: 30px;
  background-color: #0474dc;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.subject-title-section {
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  margin-top: 40px;
}
.subject-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.subject-favorite-btn {
  width: 84px;
  height: 32px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.subject-favorite-btn:hover {
  color: #c71622;
  border-color: #c71622;
}
.subject-favorite-btn i {
  transition: all 0.3s ease;
}
.subject-favorite-btn:hover i {
  color: #c71622;
}
.subject-info-row {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 25px;
}
.subject-info-title {
  font-size: 16px;
  color: #888;
  width: 150px;
}
.subject-info-content {
  font-size: 16px;
  color: #333;
}
.subject-location-row {
  height: 46px;
}
.subject-amount-row {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 25px;
}
.subject-amount-content {
  font-size: 24px;
  font-weight: bold;
  color: #0474dc;
  height: 80px;
  line-height: 80px;
}
.subject-divider {
  height: 2px;
  background-color: #888;
  margin: 0 25px 24px;
  opacity: 0.2;
}
.subject-contact-section {
  margin: 25px;
  height: 55px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.subject-contact-title {
  font-size: 16px;
  color: #333;
}
.subject-contact-btns {
  display: flex;
  gap: 10px;
}
.subject-contact-btn {
  width: 180px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0;
}
.subject-login-btn {
  background-color: #c71622;
}
.subject-login-btn:hover {
  background-color: #a0101a;
}
.subject-consult-btn {
  background-color: #a9a5a5;
}
.subject-consult-btn:hover {
  background-color: #8a8787;
}
.subject-thumbnail-container {
  scroll-behavior: smooth;
  transition: scroll-left 0.3s ease;
  scroll-snap-type: x mandatory;
}
.subject-thumbnail-item {
  scroll-snap-align: center;
}
.business-section {
  width: 100%;
  background-color: #f7f7f7;
  padding: 30px 0;
}
.business-container {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content-detail {
  width: 900px;
  background-color: white;
  padding: 30px;
}
.detail-header {
  display: flex;
  align-items: center;
  height: 64px;
  margin-bottom: 30px;
}
.detail-header h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 15px;
}
.blue-square {
  width: 10px;
  height: 10px;
  background-color: #0474dc;
  margin: 0 15px;
}
.divider-line {
  height: 2px;
  background-color: #d1d1d1;
  flex-grow: 1;
}
.detail-section {
  margin-bottom: 30px;
}
.section-header2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.signal-icon {
  width: 7px;
  height: 14px;
  background-color: #0474dc;
  position: relative;
  margin-right: 10px;
  bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}
.signal-icon::before, .signal-icon::after {
  content: '';
  position: absolute;
  background-color: #0474dc;
  bottom: 0;
}
.signal-icon::before {
  width: 7px;
  height: 21px;
  left: -9px;
}
.signal-icon::after {
  width: 7px;
  height: 7px;
  left: 9px;
}
.section-header2 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 24px 0 0;
}
.section-header2 .divider-line {
  height: 1px;
  margin-right: 30px;
}
.section-content {
  padding: 0 30px;
  line-height: 24px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
table td {
  border: 1px solid #e8e8e8;
  padding: 12px 15px;
  font-size: 14px;
}
table td:first-child {
  background-color: #f7f7f7;
  font-weight: bold;
  width: 120px;
}
.tip-text {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
}
.recommend-sidebar {
  width: 288px;
}
.recommend-header {
  height: 66px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.recommend-header h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 10px;
}
.property-card2 {
  position: relative;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-bottom: 18px;
  text-decoration: none;
  color: #333;
  display: block;
}
.property-card2:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.property-card2:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #0474dc;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10;
}
.property-image2 {
  height: 160px;
  background-color: #f5f5f5;
  position: relative;
}
.property-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-tag2 {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #0474dc;
  color: white;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 0 14px 14px 0;
  z-index: 20;
}
.property-info2 {
  padding: 15px;
}
.property-name2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.property-row2 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}
.property-price2 {
  color: #0474dc;
  font-weight: bold;
  font-size: 18px;
}
.property-type2 {
  color: #666;
}
.property-views2 {
  color: #999;
}
.property-location2 {
  color: #666;
}
.bgf6f6f6 {
  background: #f6f6f6;
}
.customer-demand-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 30px 60px;
}
.customer-demand-title {
  height: 72px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 72px;
  margin-bottom: 30px;
}
.customer-demand-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.customer-demand-label {
  width: 180px;
  text-align: right;
  font-size: 16px;
  color: #333;
  padding-right: 40px;
  position: relative;
}
.customer-demand-label.required::before {
  content: '*';
  color: #ff4d4f;
  right: 30px;
}
.customer-demand-input-group {
  flex: 1;
  display: flex;
  align-items: center;
}
.customer-demand-input, .customer-demand-select, .customer-demand-textarea ,.customer-demand-input-group select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: white;
  margin-right: 0;
}
.customer-demand-textarea {
  height: 90px;
  padding: 10px 15px;
  resize: vertical;
}
.customer-demand-captcha-input {
  width: 200px;
  margin-right: 15px;
}
.customer-demand-captcha-img {
  width: 100px;
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-style: italic;
}
.customer-demand-city-group {
  display: flex;
  gap: 15px;
}
.customer-demand-city-group select {
  flex: 1;
}
.customer-demand-submit-btn {
  width: 172px;
  height: 44px;
  background-color: #0474dc;
  color: white;
  border: none;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 50px auto 40px;
  display: block;
}
.customer-demand-submit-btn:hover {
  background-color: #0366c4;
}
.customer-demand-input-group {
  width: 100%;
}
.ssqld {
  width: 222px;
}
.Qua-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px
}
.Qua-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}
.Qua-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.Qua-gallery-item:hover {
  transform: translateY(-5px);
}
.Qua-gallery-link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.Qua-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.Qua-gallery-link:hover .Qua-gallery-img {
  transform: scale(1.05);
}
.Qua-gallery-caption {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 0 10px;
}
.login-main {
  flex: 1;
  background: url("../images/loginbg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 139px - 98px);
}
.login-content {
  width: 1210px;
  margin: 0 auto;
  position: relative;
}
.login-wrapper {
  position: absolute;
  width: 420px;
  height: 502px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  right: 0;
  padding: 30px;
}
.login-container {
  width: 420px;
  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: 30px;
}
.login-title {
  font-size: 30px;
  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: 16px;
  transition: all 0.3s;
}
.login-input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 60px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 16px;
  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: 16px;
  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: 16px;
  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: 14px;
}
.register-link:hover {
  text-decoration: none;
}
.reg-wrapper {
  position: absolute;
  width: 1210px;
  height: 700px;
  background: url("../images/zccg.png") no-repeat center 50px;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg-main {
  flex: 1;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 139px - 98px);
}
.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: 24px;
  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 {
  position: absolute;
  width: 1210px;
  height: 700px;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  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;
  margin-bottom: 30px;
}
.register-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.register-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.register-form-label {
  width: 130px;
  text-align: right;
  font-size: 18px;
  padding-right: 20px;
  white-space: nowrap;
}
.register-form-input-container {
  display: flex;
  align-items: center;
  width: 300px;
  position: relative;
}
.register-form-input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
}
.register-form-input:focus {
  border-color: #2776f0;
  outline: none;
}
.register-validation-icon {
  position: absolute;
  right: -36px;
  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: 32px;
  padding-left: 140px;
  font-size: 14px;
  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: 18px;
  white-space: nowrap;
}
.register-agreement {
  font-size: 14px;
  margin: 20px 0 30px;
  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;
}
.register-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.register-modal-title {
  font-size: 20px;
  font-weight: bold;
}
.register-close-btn {
  font-size: 24px;
  cursor: pointer;
}
.register-modal-body {
  font-size: 14px;
  line-height: 1.6;
}
.regform {
  margin-left: -10px;
}
.section h2 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 22px;
}
.section h3 {
  color: #444;
  margin-top: 20px;
  font-size: 18px;
}
.section p, .section li {
  margin-bottom: 10px;
  font-size: 15px;
}
.section ul {
  padding-left: 20px;
}
.update-date {
  text-align: right;
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
}
.section {
  margin-bottom: 40px;
  height: 635px;
  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;
}
.about {
  font-size: 16px;
  ;
}
.about h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px
}
.about h3 {
  font-size: 16px;
}
.news-ly {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
  color: #888
}
.news-ly a {
  color: #888;
}
.news-list-container {
  width: 100%;
  max-width: 1200px;
}
.news-list-item {
  width: 998px;
  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: 20px;
  background-color: #2776f0;
}
.news-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.news-list-date {
  font-size: 14px;
  color: #888;
}
.news-list-description {
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-bottom: 12px;
  padding-left: 13px;
}
.news-list-more {
  font-size: 14px;
  color: #888;
  text-align: left;
  padding-left: 13px;
}
.news-list-more::after {
  content: '>>';
  margin-left: 4px;
}


.scope-show-nav-items3{ display:block; width:100%; float:none; }

.pagination a:nth-child(1){ display:none;}
.pagination b{    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;background-color: #0474dc; color:#fff; }
    
    td.g{background-color: #f7f7f7;
    font-weight: bold;}
    
    .bdsharebuttonbox{ float:right;}
    
    .section-content img{ max-width:100%!important; height:auto!important; margin-bottom:10px;}
    
    
    
    
    .about-section33 {
            width: 100%;
            padding: 60px 40px;
            background-color: #ededed;
            margin-bottom: 20px;
            display: flex;
            align-items: center; 
        }
        .section-title33 {
            color: #e70404;
            font-weight: bold;
            text-align: left;
            font-size: 24px;
            margin-bottom: 20px;
        }
        .section-content33 {
            color: #333;
            text-align: left;
            font-size: 16px;
            line-height: 30px;
        }
        .img-container33 {
           
            display: flex;
            align-items: center; 
            justify-content: center; 
            height: 100%;
        }
        .img-container33 img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
			padding:0 30px;
        }
        
       
        @media (max-width: 992px) {
            .about-section33 {
                flex-direction: column;
            }
            .img-container33 {
                margin-top: 20px;
                padding: 0;
            }
        }