input::placeholder{color:#999;font-size:12px!important}.house{display:flex;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto}.house-left{flex:0 0 50%;min-width:0;padding:0 32px 60px 0}.house-right{flex:0 0 50%;position:sticky;top:100px;height:calc(100vh - 100px);overflow:visible}#map{width:100%;height:100%;overflow:hidden;border-radius:12px}.crumb{padding-top:20px;padding-bottom:8px;font-size:12px}.house-search-sentinel{height:0;visibility:hidden}.house-search{position:sticky;top:10px;z-index:50;display:flex;flex-direction:column;gap:12px;margin-top:16px;background:#fff;padding-bottom:12px;transition:box-shadow .2s}.house-search.is-stuck{box-shadow:0 4px 16px rgba(0,0,0,.08);padding-top:10px}.house-search-item{display:flex;width:100%;height:36px;position:relative}.house-search-item .iconfont{position:absolute;top:50%;transform:translateY(-50%);left:12px;font-size:16px!important;color:#999!important;pointer-events:none}.search-item-input{flex:1;min-width:0;border:.5px solid #ccc;border-right:none;border-radius:8px 0 0 8px;font-size:12px;color:#1a1a1a;height:36px;box-sizing:border-box;padding-left:36px}.search-item-btn{flex-shrink:0;font-size:16px;color:#fff;height:36px;padding:0 20px;cursor:pointer;background:#f74;font-weight:500;border-radius:0 6px 6px 0;white-space:nowrap}.house-search-city{width:100%;background:#fff;border-radius:6px;position:absolute;top:52px;left:0;display:none;z-index:999;border:1px solid #f5f5f5}.search-city-title{color:#333;padding:10px 30px;font-size:16px;background:#f8f8f6;display:flex;flex-wrap:wrap;align-items:center;row-gap:8px}.city-title-text{cursor:pointer;padding:10px 0;margin-right:40px;white-space:nowrap;font-size:14px}.city-title-text:hover{color:#ff5212}.city-title-active{color:#ff5212;border-bottom:2px #ff5212 solid}.search-city-content{padding:20px 30px;width:100%;display:flex;flex-wrap:wrap}.city-content-item{width:100px;margin-bottom:4px;padding:6px 6px;font-size:14px;cursor:pointer;background:#fff}.city-item-text{color:#666}.city-item-text:hover{color:#ff5212}.search-top-auto{width:100%;max-height:500px;background:#fff;border-radius:6px;position:absolute;top:52px;left:0;z-index:999;box-shadow:0 2px 8px 0 rgb(0 0 0 / 20%);overflow-y:scroll;box-sizing:border-box;display:none}.auto-city-label{height:50px;font-size:14px;color:#666;padding-left:20px;line-height:50px;border-bottom:1px solid #f5f5f5;box-sizing:border-box;margin-left:30px;margin-right:30px;background:url(/img/city.png) no-repeat left center;background-size:15px 15px}.auto-region-label{height:50px;font-size:14px;color:#666;padding-left:20px;line-height:50px;border-bottom:1px solid #f5f5f5;box-sizing:border-box;margin-left:30px;margin-right:30px;background:url(/img/region.png) no-repeat left center;background-size:15px 15px}.auto-item-value{overflow:hidden;height:56px;padding-left:50px;cursor:pointer;display:flex;justify-content:space-between;align-content:center}.auto-item-value:hover{background:#f5f5f5}.value-left-master{font-size:14px;color:#333;font-weight:700;margin-top:10px}.value-left-slave{font-size:10px;color:#999;margin-top:2px}.item-value-right{font-size:14px;color:#999;margin-top:20px;padding-right:30px}.house-filter-bar{display:flex;gap:12px;width:100%}.filter-item{position:relative;flex:1}.filter-btn{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;height:38px;border:.5px solid #ccc;border-radius:8px;cursor:pointer;font-size:14px;color:#1a1a1a;background:#fff;user-select:none;box-sizing:border-box}.filter-btn-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:38px}.filter-chevron{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #f74;margin-left:8px;flex-shrink:0;transition:transform .2s;position:relative;top:1px}.filter-btn.open .filter-chevron{transform:rotate(180deg)}.filter-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;min-width:100%;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 6px 20px rgba(0,0,0,.1);z-index:200;padding:6px 0;white-space:nowrap}.filter-dropdown.open{display:block}.filter-opt{display:block;padding:9px 16px;font-size:13px;color:#444;cursor:pointer;line-height:1.4}.filter-opt:hover{background:#fff5f2;color:#ff5212}.filter-opt-active{color:#ff5212;font-weight:600}.filter-item-date{position:relative}.filter-date-anchor{position:absolute;bottom:0;left:0;width:100%;height:1px;opacity:0;pointer-events:none;overflow:visible;z-index:0}.filter-date-anchor input{display:block;width:100%;height:1px}.house-item{width:100%}.house-item-title{background:#f5f5f5;border-radius:5px;width:100%;height:40px;line-height:40px;margin-top:10px}.house-title-item{margin-left:40px;cursor:pointer}.house-title-text{font-size:14px;color:#666;font-weight:700}.house-title-text:hover{color:#ff5212}.title-text-active{color:#ff5212}.house-empty{width:100%;border-radius:10px;background:#f5f5f5;margin:40px 0;padding:100px 0 200px;box-sizing:border-box;text-align:center}.house-empty-image{width:210px;height:160px;margin:0 auto}.house-empty-tip{font-size:12px;color:#999;margin-top:20px}.house-empty-publish{font-size:14px;color:#333;font-weight:700;margin-top:8px}.house-publish-text{color:#f74}.house-grid{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;min-height:400px}.house-card{display:block;border-radius:12px;overflow:hidden;border:.5px solid #f0f0f0;background:#fff;cursor:pointer;transition:box-shadow .2s,transform .6s cubic-bezier(.22, 1, .36, 1)}.house-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.14);transform:translateY(-6px)}.card-cover{width:100%;aspect-ratio:4/3;position:relative;overflow:hidden;background:#e5e5e5}.card-cover-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-avail{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.65);color:#fff;font-size:11px;padding:4px 8px;border-radius:4px;white-space:nowrap}.card-video-badge{position:absolute;bottom:10px;left:10px;color:#fff;background:rgba(0,0,0,.6) url("../../img/video.png") no-repeat 8px center;background-size:10px 6px;height:20px;border-radius:10px;font-size:12px;padding:0 10px 0 24px;line-height:20px}.card-user{position:absolute;bottom:10px;right:10px;display:flex;align-items:center;gap:5px}.card-user-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;background:#ddd;border:1.5px solid #fff;flex-shrink:0}.card-user-avatar img{width:100%;height:100%;object-fit:cover}.card-user-name{font-size:12px;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.5)}.card-info{padding:10px 12px 12px}.card-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.card-title{font-size:14px;color:#1a1a1a;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.card-price{font-size:13px;color:#f74;font-weight:600;white-space:nowrap;flex-shrink:0}.card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#999;gap:4px}.card-address{display:flex;align-items:center;gap:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.card-address .iconfont{font-size:12px!important;flex-shrink:0}.card-address span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-count{display:flex;align-items:center;gap:3px;flex-shrink:0;white-space:nowrap}.card-count .iconfont{font-size:12px!important}.mapboxgl-popup-content{position:relative;background:#fff;border:none;border-radius:20px;padding:6px 10px;box-shadow:0 2px 8px rgba(0,0,0,.2);font-weight:600;font-size:13px;color:#222;cursor:pointer;pointer-events:auto;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.mapboxgl-popup-content .map-tag{color:#222!important;font-size:13px}.mapboxgl-popup-content:hover{background:#f74;transform:scale(1.1);box-shadow:0 4px 16px rgba(255,119,68,.4);z-index:9999}.mapboxgl-popup-content:hover .map-tag{color:#fff!important}.mapboxgl-popup-content.is-active{background:#f74;transform:scale(1.15);box-shadow:0 4px 16px rgba(255,119,68,.4);z-index:9999}.mapboxgl-popup-content.is-active .map-tag{color:#fff!important}.mapboxgl-popup-tip{display:none}.map-tag{font-size:13px}.map-detail{width:240px;background:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.2);display:none;position:absolute;z-index:9999;cursor:pointer;overflow:hidden;pointer-events:auto;animation:mapCardIn .15s ease}@keyframes mapCardIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.map-detail-cover{width:100%;height:150px;object-fit:cover;display:block;border-radius:0;margin:0}.map-detail-close{display:none}.map-detail-body{padding:10px 12px 12px}.map-detail-title{font-size:13px;font-weight:600;color:#222;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-detail-address{font-size:12px;color:#777;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-detail-price{font-size:15px;font-weight:700;color:#222}@media screen and (max-width:1200px){.house-left{padding:0 20px 40px 20px}}@media screen and (max-width:900px){.house{flex-direction:column}.house-left{padding:0 20px 40px;width:100%}.house-right{display:none}.house-grid{grid-template-columns:repeat(2,1fr);gap:12px}.house-filter-bar{flex-wrap:nowrap;gap:8px}.filter-item{flex:1 1 0;min-width:0}.search-item-btn{font-size:14px;padding:0 14px}.search-city-title{font-size:13px;padding:8px 16px}.city-title-text{margin-right:20px}}@media screen and (max-width:500px){body,html{overflow-x:hidden}.c-datepicker-picker.c-datepicker-date-picker.c-datepicker-popper{max-width:calc(100vw - 16px)!important;left:8px!important;right:8px!important;transform:none!important}}@media screen and (max-width:374px){.house-left{padding:0 12px 40px}.house-grid{grid-template-columns:1fr;gap:10px}.house-filter-bar{flex-wrap:wrap;gap:8px}.filter-item{flex:0 0 100px;min-width:0}.filter-item-date{flex:0 0 100px}.search-item-btn{font-size:12px;padding:0 10px}.search-city-title{font-size:12px;padding:6px 12px}.city-title-text{margin-right:12px}}