.house-container{padding:20px;background:#f5f7fa;min-height:100vh}.search-box{background:#fff;padding:20px;border-radius:6px;margin-bottom:20px}.house-card{background:#fff;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08);border-top:5px solid #ccc;-webkit-transition:.3s;transition:.3s;cursor:pointer}.house-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12)}.house-info{padding:16px}.house-title{margin:0 0 10px;font-size:16px;font-weight:600}.house-info p{margin:4px 0;color:#666;font-size:14px}.house-green{border-top-color:#52c41a;background-color:#f0fff3}.house-gray{border-top-color:#8c8c8c;background-color:#fff8d2}.status-text{margin-top:8px;font-weight:700}.house-green .status-text{color:#52c41a}.house-gray .status-text{color:#8c8c8c}.custom-menu{position:fixed;background:#fff;border:1px solid #eee;border-radius:4px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.1);box-shadow:0 2px 12px rgba(0,0,0,.1);z-index:9999;width:160px}.menu-item{padding:8px 12px;cursor:pointer;font-size:14px}.menu-item:hover{background:#f5f7fa}.menu-line{height:1px;background:#eee;margin:4px 0}.load-tip{text-align:center;padding:20px;color:#999}