 .search-pannel {
     padding-top: 40px;
 }

 body {
     margin: 0;
 }

 #main {
     float: left;
     margin: 0;
     position: relative;
     width: 100%;
     height: 100%;
 }

 /* 搜索区域修复样式 */
 .main-title {
     text-align: center;
     padding: 60px 0 40px;
     position: relative;
     z-index: 10000;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .main-title h2 {
     color: #fff;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
     margin-bottom: 20px;
     font-size: 28px;
     font-weight: 600;
 }

 .search-pannel {
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
     gap: 15px !important;
     flex-wrap: nowrap !important;
     width: 600px !important;
     max-width: 90vw !important;
     margin: 0 auto !important;
     padding: 25px 30px !important;
     background: rgba(255, 255, 255, 0.95) !important;
     border-radius: 15px !important;
     backdrop-filter: blur(10px) !important;
     border: 1px solid rgba(255, 255, 255, 0.3) !important;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
     box-sizing: border-box !important;
     position: relative !important;
     left: 20% !important;
     transform: translateX(-50%) !important;
 }

 /* 强制显示搜索框修复样式 */
 .search-pannel {
     display: flex !important;
     visibility: visible !important;
     opacity: 1 !important;
     position: relative !important;
     z-index: 10000 !important;
     flex-wrap: nowrap !important;
     max-width: 800px !important;
     width: 100% !important;
 }

 #input,
 .search-pannel input {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
     width: 250px !important;
     min-width: 250px !important;
     height: 40px !important;
     border: 1px solid #dddcda !important;
     background-color: white !important;
     border-radius: 8px !important;
     box-sizing: border-box !important;
     outline: none !important;
     padding: 0 15px !important;
     position: relative !important;
     z-index: 10001 !important;
     font-size: 14px !important;
     flex-shrink: 0 !important;
 }

 .search-pannel select {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
     width: 140px !important;
     height: 40px !important;
     border: 1px solid #dddcda !important;
     background-color: white !important;
     border-radius: 8px !important;
     outline: none !important;
     padding: 0 10px !important;
     font-size: 14px !important;
     position: relative !important;
     z-index: 10001 !important;
     cursor: pointer !important;
     flex-shrink: 0 !important;
 }

 .search-pannel .user-btn {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
     width: 100px !important;
     height: 40px !important;
     background: #f8a305 !important;
     color: #fff !important;
     border: none !important;
     border-radius: 8px !important;
     cursor: pointer !important;
     font-size: 14px !important;
     font-weight: 600 !important;
     transition: all 0.3s ease;
     position: relative !important;
     z-index: 10001 !important;
     box-shadow: 0 2px 8px rgba(248, 163, 5, 0.3) !important;
     flex-shrink: 0 !important;
 }

 .search-pannel .user-btn:hover {
     background: #e6930f;
     transform: translateY(-2px);
 }

 .search-pannel .user-btn i {
     margin-right: 5px;
 }

 /* 内容区域的基本样式 */
 .fullwidth-section {
     position: relative;
     z-index: 9999;
     /* 提高fullwidth-section的z-index */
 }

 .goal {
     position: relative;
     display: inline-block;
 }

 .goal-list {
     position: absolute;
     left: 0;
     top: 28px;
     width: 20vw;
     box-sizing: border-box;
     background-color: #fff;
     border: 1px solid #ccc;
     z-index: 10002;
     /* 提高下拉列表的z-index */
     display: none !important;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 .goal-list-item {
     cursor: pointer;
     padding: 10px;
 }

 .goal-list-item:hover {
     background-color: #f0f0f0;
 }


 #slider {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: 0;
     padding: 0;
     background-image: url(../picture/slider.png);
     /* 替换为你的背景图片路径 */
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     filter: brightness(0.9);
     width: 100%;
     height: 100vh;
     /* 100vh 表示视口高度的 100% */
     z-index: -1;
     /* 确保背景图层在最底层 */
 }

 .wrapper {
     clear: both;
     float: left;
     margin: 0;
     padding: 0;
     width: 100%;
     z-index: 9998 !important;
     /* 提高wrapper的z-index，但保持低于搜索区域 */
     position: relative;
     /* 改为relative定位 */
     top: 0;
 }

 .preview {
     padding: 55px 0;
     background-color: rgb(248, 244, 244);
     /*  暂时隐藏 */
     display: none;
 }

 .container {
     /* padding-right: 15px;
     padding-left: 15px; */
     margin: auto;
 }

 /* 容器宽度修复 */
 .container {
     width: 100%;
     margin: 0 auto;
 }

 /* 修复特定样式冲突 */
 .intro-text {
     position: relative !important;
     z-index: 10000 !important;
     width: 100% !important;
     display: flex !important;
     flex-direction: column !important;
     align-items: center !important;
     justify-content: center !important;
 }

 /* 确保所有内容区域都有正确的层级 */
 .platform-features,
 .platform-vision,
 .how-it-works,
 .wechat-miniprogram {
     position: relative;
     z-index: 10;
 }

 /* 确保主要内容区域层级正确 */
 #primary.content-full-width {
     position: relative !important;
     z-index: 9999 !important;
     /* 高于header但低于搜索框 */
 }

 #primary {
     position: relative !important;
     z-index: 9999 !important;
 }

 .list {
     padding-left: 1em;
     padding-right: 1em;
     display: flex;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-box-orient: vertical;
     flex-direction: column;
 }

 .list ul li {
     float: left;
     margin-right: 15px;
     margin-top: 15px;
 }

 #main-menu {
     margin-right: 10px;
 }

 .menu .link a {
     color: #000
 }

 .copyright {
     background: #fff;
     color: #444141;
     margin-top: -15px;
     margin-bottom: -30px;
     height: 30px;
     text-align: center;
 }

 #footer .copyright a {
     color: #444141 !important;
 }

 .overline {
     color: white !important;
 }

 .menu .btn {
     display: inline-block;
     margin-bottom: 0;
     font-weight: 600;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857;
     border-radius: 2px;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     color: #191d1f;
     border-radius: 4px;
     margin-left: 14px;
     margin-right: 14px;
     background-color: #f8a305;
     border-color: #f8a305;
     margin-top: 8px;
     margin-bottom: 8px;
 }

 .user-btn {
     width: 140px;
     height: 40px;
     border: none;
     border-radius: 5px;
     background: #f8a305;
     vertical-align: middle;
     outline: none;
     color: #000;
     font-size: 16px;
     cursor: pointer;
     margin-left: -3px;
 }

 .search-btn-text {
     margin-left: 4px;
     font-weight: 400;
 }

 .homebox-item {
     position: relative;
     border: 1px solid #e3e3e3;
     background: #fff;
     border-radius: 5px;
 }

 .homebox-pic {
     position: relative;
     height: 0;
     padding-top: 56.25%;
     background: #f1f1f1;
     border-radius: 5px 5px 0 0;
     background-repeat: no-repeat;
     background-size: cover;
     cursor: pointer;
 }

 .homebox-picture .homebox-image {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 100%;
     height: 100%;
     -webkit-transition: opacity .3s ease;
     transition: opacity .3s ease;
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .user-pic {
     position: absolute;
     top: 0;
     right: 0;
     width: 60px;
     height: 60px;
     border: 1px solid #fff;
     border-radius: 50%;
     background-size: cover;
     cursor: pointer;
 }

 .homebox-content {
     padding-bottom: 5px;
 }

 .homebox-item header h2,
 .homebox-item header h3 {
     color: #191d1f;
     font-size: 15px;
     font-weight: 700;
     height: 21px;
     margin: 0;
 }

 .badge-verified {
     float: left;
     margin-right: 5px;
 }

 .list h2,
 .search-more {
     display: none;
 }

 .summary {
     line-height: 22px;
     display: block;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     font-family: "Microsoft YaHei";
     font-weight: bold;
     padding-left: 6px;
     color: black;
 }

 .home-location {
     overflow: hidden;
     padding: 0 8px;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 12px;
 }

 .homebox-review {
     color: #8d8d8d;
     font-size: 12px;
     width: 100%;
     min-height: 28px;
     padding: 5px 7px 0;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     text-align: right;
 }

 .home-rating {
     margin-right: 15px;
 }

 .rating {
     color: #f7a800;
     margin-right: 6px;
 }

 .rating:before {
     content: " \2605";
     font-family: Arial, sans-serif;
 }

 .homebox-review i {
     font-size: 14px;
     padding: 1px 2px 0 0;
 }

 .icon-home-exchange:before {
     content: "\2B80";
 }

 .capacity {
     white-space: nowrap;
     padding-right: 15px;
 }

 .homebox-review>*,
 .homebox .homebox-review>*>* {
     display: inline-block;
     vertical-align: middle;
 }

 .homebox-review>* {
     min-height: 20px;
     line-height: 14px;
 }

 .homebox-review {
     color: #8d8d8d;
     font-size: 12px;
     width: 100%;
     min-height: 28px;
     padding: 5px 7px 0;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 img {
     overflow-clip-margin: content-box;
     overflow: clip;
     max-width: 100%;
     height: auto;
     border-radius: 4px;
     vertical-align: middle;
 }

 .home-image-user-badge {
     position: absolute;
     top: 35px;
     left: 30px;
     height: 38px;
     width: auto;
 }

 .list h2 {
     font-size: 20px;
     font-weight: 300;
 }

 .list ul li {
     width: calc(25% - 20px);
     /* 四列布局，考虑间距 */
 }

 .search-more {
     width: 100%;
     text-align: center;
 }

 .mCSB_buttonLeft {
     background: url("./static/image/btnPrevious1.png") no-repeat center;
     width: 40px;
     height: 40px;
     border-radius: 50%;
 }

 .mCSB_buttonRight {
     background: url("./static/image/btnNext1.png") no-repeat center;
     width: 40px;
     height: 40px;
     border-radius: 50%;
 }

 .message {
     position: fixed;
     top: 20px;
     right: 20px;
     cursor: pointer;
 }

 .SumoSelect {
     width: 200px !important;
     margin-right: 5px !important;
     top: 3px;
 }

 .SumoSelect>.CaptionCont {
     top: 8px;
 }

 .SumoSelect p {
     line-height: 29px;
 }

 .search-pannel2 {
     text-align: center;
 }

 .SumoSelect>.CaptionCont {
     border-radius: 5px !important;
 }

 .menu .myinfo {
     display: none;
 }

 .title1 {
     text-align: center;
     margin: 0 auto;
 }

 .title2 {
     text-align: center;
     margin: 0 auto;
 }

 /* 新增的平台优势展示区域样式 */
 .platform-features {
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     padding: 80px 0;
     position: relative;
     background-image: url(../picture/slider.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .platform-features::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(248, 249, 250, 0.85);
     pointer-events: none;
     z-index: 1;
 }

 .features-header {
     text-align: center;
     margin-bottom: 60px;
     position: relative;
     z-index: 2;
 }

 .section-title {
     font-size: 36px;
     font-weight: 700;
     color: #2c3e50;
     margin-bottom: 16px;
     letter-spacing: -0.5px;
 }

 .section-subtitle {
     font-size: 18px;
     color: #6c757d;
     max-width: 600px;
     margin: 0 auto;
     line-height: 1.6;
 }

 .features-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
     gap: 40px;
     margin-top: 60px;
     position: relative;
     z-index: 2;
     padding: 0 20px;
 }

 .feature-card {
     background: #fff;
     border-radius: 16px;
     padding: 40px 30px;
     text-align: center;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
 }

 .feature-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 4px;
     background: linear-gradient(90deg, #f8a305, #ffc107);
     transform: scaleX(0);
     transition: transform 0.3s ease;
 }

 .feature-card:hover::before {
     transform: scaleX(1);
 }

 .feature-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
 }

 .feature-icon {
     width: 80px;
     height: 80px;
     margin: 0 auto 24px;
     background: linear-gradient(135deg, #f8a305, #ffc107);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }

 .feature-card:hover .feature-icon {
     transform: scale(1.1);
 }

 .feature-icon img {
     width: 40px;
     height: 40px;
     filter: brightness(0) invert(1);
 }

 .feature-card h3 {
     font-size: 24px;
     font-weight: 600;
     color: #2c3e50;
     margin-bottom: 16px;
 }

 .feature-card p {
     color: #6c757d;
     line-height: 1.6;
     margin-bottom: 24px;
     font-size: 16px;
 }

 .feature-highlight {
     display: flex;
     justify-content: center;
     gap: 8px;
     flex-wrap: wrap;
 }

 .highlight-tag {
     background: linear-gradient(135deg, #f8a305, #ffc107);
     color: #fff;
     padding: 6px 12px;
     border-radius: 20px;
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 /* 平台愿景与承诺展示样式 */
 .platform-vision {
     background: #fff;
     padding: 80px 20px;
     position: relative;
 }

 .vision-content {
     display: flex;
     align-items: center;
     gap: 60px;
 }

 .vision-text {
     flex: 1;
     padding-right: 20px;
 }

 .vision-title {
     font-size: 36px;
     font-weight: 700;
     color: #2c3e50;
     margin-bottom: 24px;
     position: relative;
     padding-bottom: 16px;
 }

 .vision-title::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 60px;
     height: 4px;
     background: linear-gradient(90deg, #f8a305, #ffc107);
     border-radius: 2px;
 }

 .vision-description {
     font-size: 18px;
     line-height: 1.8;
     color: #6c757d;
     margin-bottom: 40px;
     text-align: justify;
 }

 .vision-promises {
     display: flex;
     flex-direction: column;
     gap: 24px;
 }

 .promise-item {
     display: flex;
     align-items: flex-start;
     gap: 16px;
     padding: 20px;
     background: #f8f9fa;
     border-radius: 12px;
     border-left: 4px solid #f8a305;
     transition: all 0.3s ease;
 }

 .promise-item:hover {
     background: #fff;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
     transform: translateY(-2px);
 }

 .promise-icon {
     font-size: 28px;
     width: 50px;
     height: 50px;
     background: linear-gradient(135deg, #f8a305, #ffc107);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     filter: grayscale(1) brightness(1.2);
 }

 .promise-text h4 {
     font-size: 20px;
     font-weight: 600;
     color: #2c3e50;
     margin-bottom: 8px;
 }

 .promise-text p {
     color: #6c757d;
     line-height: 1.6;
     margin: 0;
 }

 .vision-image {
     flex: 0 0 680px;
     height: 400px;
     position: relative;
 }

 .image-placeholder {
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     border-radius: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     overflow: hidden;
 }

 .image-placeholder::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="vision-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23f8a305" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23vision-pattern)"/></svg>');
     pointer-events: none;
 }

 .image-placeholder p {
     font-size: 16px;
     color: #6c757d;
     text-align: center;
     padding: 20px;
     background: rgba(255, 255, 255, 0.9);
     border-radius: 8px;
     margin: 0;
     position: relative;
     z-index: 1;
 }

 /* 使用流程样式 */
 .how-it-works {
     background: #fff;
     padding: 80px 0;
     position: relative;
     z-index: 10;
 }

 .section-header {
     text-align: center;
     margin-bottom: 60px;
 }

 .process-steps {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 40px;
     margin-top: 60px;
     padding: 0 20px;
 }

 .step-item {
     position: relative;
     text-align: center;
     padding: 40px 20px;
     background: #f8f9fa;
     border-radius: 16px;
     transition: all 0.3s ease;
 }

 .step-item:hover {
     background: #fff;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     transform: translateY(-5px);
 }

 .step-number {
     position: absolute;
     top: -20px;
     left: 50%;
     transform: translateX(-50%);
     width: 40px;
     height: 40px;
     background: linear-gradient(135deg, #f8a305, #ffc107);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
     font-size: 18px;
     box-shadow: 0 4px 12px rgba(248, 163, 5, 0.3);
 }

 .step-icon {
     width: 60px;
     height: 60px;
     margin: 20px auto 20px;
     background: #e9ecef;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }

 .step-item:hover .step-icon {
     background: #f8a305;
     transform: scale(1.1);
 }

 .step-icon img {
     width: 30px;
     height: 30px;
     filter: brightness(0) saturate(100%) invert(37%) sepia(26%) saturate(0%) hue-rotate(336deg) brightness(96%) contrast(93%);
 }

 .step-item:hover .step-icon img {
     filter: brightness(0) invert(1);
 }

 .step-item h4 {
     font-size: 20px;
     font-weight: 600;
     color: #2c3e50;
     margin-bottom: 12px;
 }

 .step-item p {
     color: #6c757d;
     line-height: 1.6;
     font-size: 14px;
 }

 /* 响应式设计 */
 /* 中等屏幕优化 */
 @media (min-width: 769px) and (max-width: 1199px) {
     .search-pannel {
         width: 600px !important;
         max-width: 90vw !important;
         padding: 25px 25px;
     }

     #input,
     .search-pannel input {
         width: 250px !important;
         min-width: 250px !important;
     }

     .search-pannel select {
         width: 140px !important;
     }

     .search-pannel .user-btn {
         width: 100px !important;
     }

     .search-pannel .SumoSelect {
         width: 140px !important;
     }
 }

 @media (max-width: 768px) {
     .platform-features {
         padding: 60px 0;
     }

     .features-grid {
         grid-template-columns: 1fr;
         gap: 30px;
         margin-top: 40px;
     }

     .feature-card {
         padding: 30px 20px;
     }

     .section-title {
         font-size: 28px;
     }

     .section-subtitle {
         font-size: 16px;
     }

     .stats-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 30px;
     }

     .stat-number {
         font-size: 36px;
     }

     .process-steps {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .step-item {
         padding: 30px 15px;
     }

     .platform-vision {
         padding: 60px 0;
     }

     .vision-content {
         flex-direction: column;
         gap: 40px;
     }

     .vision-text {
         padding-right: 0;
     }

     .vision-title {
         font-size: 28px;
         text-align: center;
     }

     .vision-title::after {
         left: 50%;
         transform: translateX(-50%);
     }

     .vision-description {
         font-size: 16px;
         text-align: center;
     }

     .vision-image {
         flex: none;
         height: 300px;
     }

     .promise-item {
         flex-direction: column;
         text-align: center;
         gap: 12px;
     }

     .promise-icon {
         align-self: center;
     }

     /* 搜索区域响应式修复 */
     .main-title {
         padding: 40px 0 30px;
     }

     .main-title h2 {
         font-size: 22px;
     }

     .search-pannel {
         flex-direction: column !important;
         gap: 15px !important;
         margin: 0 20px !important;
         padding: 25px 20px !important;
         max-width: none !important;
         width: calc(100% - 40px) !important;
         flex-wrap: nowrap !important;
         position: relative !important;
         left: 50% !important;
         transform: translateX(-50%) !important;
     }

     #input,
     .search-pannel input {
         width: 100% !important;
         min-width: auto !important;
     }

     .search-pannel select {
         width: 100% !important;
     }

     .search-pannel .user-btn {
         width: 100% !important;
     }

     .search-pannel .SumoSelect {
         width: 100% !important;
     }
 }

 @media (max-width: 480px) {
     .stats-grid {
         grid-template-columns: 1fr;
     }

     .platform-stats,
     .how-it-works {
         padding: 40px 0;
     }
 }

 /* 临时占位图标样式 - 在生成真实图片前使用 */
 .feature-icon img,
 .step-icon img {
     display: none;
     /* 暂时隐藏图片 */
 }

 .feature-icon::after,
 .step-icon::after {
     content: '';
     width: 40px;
     height: 40px;
     display: block;
     background: #fff;
     border-radius: 4px;
     position: relative;
 }

 /* 为不同的功能图标添加不同的符号 */
 .feature-card:nth-child(1) .feature-icon::after {
     content: '⇄';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     color: #fff;
     background: none;
 }

 .feature-card:nth-child(2) .feature-icon::after {
     content: '✓';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     color: #fff;
     background: none;
 }

 .feature-card:nth-child(3) .feature-icon::after {
     content: '★';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     color: #fff;
     background: none;
 }

 .step-item:nth-child(1) .step-icon::after {
     content: '👤';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     background: none;
 }

 .step-item:nth-child(2) .step-icon::after {
     content: '🔍';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     background: none;
 }

 .step-item:nth-child(3) .step-icon::after {
     content: '📅';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     background: none;
 }

 .step-item:nth-child(4) .step-icon::after {
     content: '🏠';
     font-size: 24px;
     line-height: 40px;
     text-align: center;
     background: none;
 }

 /* 微信小程序展示区域样式 */
 .wechat-miniprogram {
     background: linear-gradient(135deg, #1AAD19 0%, #2DC653 100%);
     padding: 60px 0;
     position: relative;
     overflow: hidden;
 }

 .wechat-miniprogram::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="wechat-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="%23fff" opacity="0.1"/><circle cx="40" cy="30" r="1.5" fill="%23fff" opacity="0.08"/><circle cx="25" cy="45" r="1" fill="%23fff" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23wechat-pattern)"/></svg>');
     pointer-events: none;
 }

 .wechat-content {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 40px;
     position: relative;
     z-index: 1;
 }

 .wechat-info {
     flex: 1;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .wechat-icon {
     width: 80px;
     height: 80px;
     background: rgba(255, 255, 255, 0.2);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     backdrop-filter: blur(10px);
     border: 2px solid rgba(255, 255, 255, 0.3);
 }

 .wechat-icon i {
     font-size: 36px;
     color: #fff;
 }

 .wechat-text h3 {
     font-size: 28px;
     font-weight: 700;
     color: #fff;
     margin-bottom: 8px;
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 }

 .wechat-text p {
     font-size: 16px;
     color: rgba(255, 255, 255, 0.9);
     margin-bottom: 20px;
     line-height: 1.6;
 }

 .wechat-features {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
 }

 .wechat-features .feature-tag {
     background: rgba(255, 255, 255, 0.2);
     color: #fff;
     padding: 6px 12px;
     border-radius: 20px;
     font-size: 14px;
     font-weight: 500;
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.3);
 }

 .wechat-qr {
     text-align: center;
     background: #fff;
     padding: 20px;
     border-radius: 16px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s ease;
 }

 .wechat-qr:hover {
     transform: translateY(-5px);
 }

 .wechat-qr img {
     width: 120px;
     height: 120px;
     border-radius: 8px;
     margin-bottom: 12px;
     display: block;
     margin-left: auto;
     margin-right: auto;
 }

 .qr-hint {
     font-size: 14px;
     color: #666;
     margin: 0;
     font-weight: 500;
 }

 /* 响应式设计 */
 @media (max-width: 768px) {
     .wechat-miniprogram {
         padding: 40px 0;
     }

     .wechat-content {
         flex-direction: column;
         text-align: center;
         gap: 30px;
     }

     .wechat-info {
         flex-direction: column;
         gap: 15px;
     }

     .wechat-text h3 {
         font-size: 24px;
     }

     .wechat-features {
         justify-content: center;
     }

     .wechat-qr {
         max-width: 200px;
         margin: 0 auto;
     }
 }

 @media (max-width: 480px) {
     .wechat-icon {
         width: 60px;
         height: 60px;
     }

     .wechat-icon i {
         font-size: 24px;
     }

     .wechat-text h3 {
         font-size: 20px;
     }

     .wechat-features .feature-tag {
         font-size: 12px;
         padding: 4px 8px;
     }

     .wechat-qr img {
         width: 100px;
         height: 100px;
     }
 }

 /* 额外的搜索框显示保险样式 */
 .fullwidth-section .intro-text .main-title .search-pannel {
     display: flex !important;
     visibility: visible !important;
     opacity: 1 !important;
     clear: both !important;
     position: relative !important;
     z-index: 10000 !important;
     /* 统一使用10000 */
 }

 .fullwidth-section .intro-text .main-title .search-pannel * {
     visibility: visible !important;
     opacity: 1 !important;
     display: inline-block !important;
     position: relative !important;
     z-index: 10001 !important;
     /* 统一使用10001 */
 }

 .fullwidth-section .intro-text .main-title .search-pannel input,
 .fullwidth-section .intro-text .main-title .search-pannel select,
 .fullwidth-section .intro-text .main-title .search-pannel button {
     display: inline-block !important;
     visibility: visible !important;
     opacity: 1 !important;
 }

 /* 覆盖可能的隐藏样式 */
 .search-pannel,
 .search-pannel *,
 #input,
 .goal,
 .user-btn {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
 }

 .search-pannel input,
 .search-pannel select,
 .search-pannel button {
     display: inline-block !important;
 }

 /* 确保背景不会遮盖搜索区域 */
 #slider {
     z-index: -10 !important;
 }

 .wrapper {
     z-index: 9998 !important;
     /* 与上面保持一致 */
 }

 /* 移除调试边框，使用正常样式 */
 .search-pannel {
     min-height: 80px;
 }

 .search-pannel input,
 .search-pannel select,
 .search-pannel button {
     border: 1px solid #ddd;
 }

 /* SumoSelect 插件样式修复 */
 .search-pannel .SumoSelect,
 .search-pannel .SumoSelect>.CaptionCont {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
     position: relative !important;
     z-index: 10001 !important;
 }

/* 默认隐藏下拉列表（仅限首页搜索面板内部） */
.search-pannel .SumoSelect>.optWrapper,
.search-pannel .SumoSelect>.optWrapper>.options {
    display: none !important;
    visibility: hidden !important;
}

/* 只有在激活时才显示下拉列表（仅限首页搜索面板内部） */
.search-pannel .SumoSelect.open>.optWrapper,
.search-pannel .SumoSelect.open>.optWrapper>.options {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 10002 !important;
}

/* 强制隐藏所有下拉选项（仅限首页搜索面板内部，避免影响其它页面的 SumoSelect） */
.search-pannel .optWrapper,
.search-pannel .options,
.search-pannel .opt {
    display: none !important;
    visibility: hidden !important;
}

 /* 确保SumoSelect的主体部分可见 */
 .search-pannel .SumoSelect>.CaptionCont,
 .search-pannel .SumoSelect>.CaptionCont>label {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
 }

 .search-pannel .SumoSelect {
     width: 140px !important;
     height: 40px !important;
     border: 1px solid #dddcda !important;
     background-color: white !important;
     border-radius: 8px !important;
     margin: 0 !important;
     flex-shrink: 0 !important;
 }

 .search-pannel .SumoSelect>.CaptionCont {
     height: 38px !important;
     line-height: 38px !important;
     padding: 0 10px !important;
     background: white !important;
     border-radius: 8px !important;
     font-size: 14px !important;
     border: none !important;
 }

 .search-pannel .SumoSelect>.CaptionCont>label {
     margin: 0 !important;
     line-height: 38px !important;
     color: #333 !important;
 }

 /* 修复所有可能影响搜索框的样式 */
 .search-pannel,
 .search-pannel .goal,
 .search-pannel #input,
 .search-pannel .SumoSelect,
 .search-pannel .user-btn {
     position: relative !important;
     float: none !important;
     clear: none !important;
     margin: 0 !important;
 }

 /* 大屏幕优化 */
 @media (min-width: 1200px) {
     .search-pannel {
         width: 700px !important;
         max-width: 90vw !important;
         padding: 30px 20px;
     }

     #input,
     .search-pannel input {
         width: 300px !important;
         min-width: 300px !important;
     }

     .search-pannel select {
         width: 160px !important;
     }

     .search-pannel .user-btn {
         width: 120px !important;
     }

     .search-pannel .SumoSelect {
         width: 160px !important;
     }
 }