


/* 房屋商铺列表页--开始 */

.fwsplby-nr {
    max-width: 1200px;
    margin: 20px auto 50px;
    padding: 0 20px;   
}
.fwspsort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;   
}
.fwspsort-options {
    display: flex;
    align-items: center;
    gap: 10px;   
}
.fwspsort-option {
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;   
}
.fwspsort-option:hover {
    border-color: #00c6a0;
    color: #00c6a0;
}
.fwspsort-option.active {
    background-color: #00c6a0;
    color: white;
    border-color: #00c6a0;
}
.fwspresult-count {
    background-color: #00c6a0;
    color: white;
    border-color: #00c6a0;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
.fwsplby-zqy {
    display: flex;
    gap: 30px;   
}
.fwsplby-zbnr {
    flex: 1;
    min-width: 0;   
}
.fwsplby-zbkp {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fwspproperty-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: row;
    height: 180px;
}
.fwspproperty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}
.fwspproperty-img-container {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 100%;
    flex-shrink: 0;
}
.fwspproperty-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
.fwspproperty-card:hover .fwspproperty-img {
    transform: scale(1.05);
}
.fwspprice-type-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #00c6a0, #11d9b2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}
.fwspproperty-tags {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 2;
    max-width: 70%;
}
.fwspproperty-tag {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    backdrop-filter: blur(2px);
    white-space: nowrap;
}
.fwsptag-sticky {
    background-color: #ffb347;
    color: white;
}
.fwsptag-recommend {
    background: linear-gradient(135deg, #f346f3, #950c95);
    color: white;
}
.fwspproperty-info {
    flex: 1;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fwspproperty-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
    line-height: 1.4;
}
.fwspproperty-address {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6c6c6c;
    margin-bottom: 12px;    
}
.fwspproperty-address i {
    color: #00c6a0;
    font-size: 13px;
}
/* 亮点标签区域 (替换原 meta) */
.fwsphighlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    margin-bottom: 12px;
}
.fwsphighlight-tag {
    background-color: #eef9f5;
    color: #007f6e;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    border: 1px solid rgba(0,198,160,0.2);
}
.fwsphighlight-tag i {
    font-size: 12px;
}
.fwspproperty-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.fwspproperty-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}
.fwspzfprice-value {
    font-size: 24px;
    font-weight: 700;
    color: #00c6a0;
    font-family: 'ali95';
}
.fwspzfprice-unit {
    font-size: 15px;
    color: #00c6a0;
}
.fwspzf-jgdj {
    font-size: 12px;
    color: #64748b;
    margin-left: 5px;
}
/* 免租 / 起租标签 */
.fwsp-rent-tag, .fwsp-lease-tag {
    background-color: #f0f2f5;
    color: #2c3e50;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 30px;
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.fwsp-rent-tag i, .fwsp-lease-tag i {
    color: #00a888;
    font-size: 11px;
}
.fwspproperty-actions {
    display: flex;
    gap: 8px;
    align-items: center;   
}
.fwspaction-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #edf2f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff9292;
    transition: 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 15px;
}
.compare-checkbox {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #6c6c6c;
    cursor: pointer;
    margin-left: 8px;
}
.compare-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #00c6a0;
}
/* 右侧热推 */
.fwsphot-sidebar {
    width: 240px;
    flex-shrink: 0;   
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    height: fit-content;
    position: sticky;
    top: 100px;
}
.fwsphot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0f7f2;
}
.fwsphot-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;   
}
.fwsphot-title i {
    color: #00c6a0;
}
.fwsprefresh-btn {
    background: none;
    border: none;
    color: #00c6a0;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border-radius: 20px;
    transition: background-color 0.2s;
}
.fwsprefresh-btn:hover {
    background-color: #e0f7f2;
}
.fwsphot-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fwsphot-item {
    display: flex;
    gap: 12px;
    cursor: pointer;
    transition: 0.2s ease;
    border-radius: 12px;
    padding: 8px;
}
.fwsphot-item:hover {
    background-color: #e0f7f2;
}
.fwsphot-img {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}
.fwsphot-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fwsphot-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1.3;
}
.fwsphot-address {
    font-size: 12px;
    color: #6c6c6c;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 5px;
}
.fwsphot-address i {
    color: #00c6a0;
    font-size: 10px;
}
.fwsphot-price {
    font-size: 16px;
    font-weight: 700;
    color: #00c6a0;
    font-family: 'ali95';
}
.fwsphot-price small {
    font-size: 12px;
    font-weight: 400;
    color: #00c6a0;
    margin-left: 2px;
}
.fwsphot-tags {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}
.fwsphot-tag {
    background-color: #e0f7f2;
    color: #00a888;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
}
/* 分页及其他保持不变 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}
.page-item {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #4a4a4a;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #e9ecef;
}
.page-item:hover { 
    border-color: #00a888; 
    color: #00a888; 
}
.page-item.active { 
    background-color: #00c6a0; 
    color: white; 
    border-color: #00c6a0; 
}
.page-item.prev, .page-item.next {
    padding: 0 15px; 
    width: auto; 
}

/* 筛选卡片 */
.filter-card {
    width: 100%;
    max-width: 1165px;               
    background-color: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.02);
    padding: 20px 18px;              
    transition: all 0.2s;
    margin-bottom: 15px;
    border-radius: 20px;
}
.tag-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;   
    justify-content: left;               
}
.group-label {
    font-weight: 620;
    font-size: 14px;
    background-color: #00c6a0;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 40px;
    line-height: 1.45;
    white-space: nowrap;
    letter-spacing: 0.2px;
}
.tag {
    display: inline-block;
    background-color: #edf2f9;       
    color: #162b42;
    font-size: 13px;
    font-weight: 470;
    line-height: 1.5;
    padding: 8px 18px;
    border-radius: 40px;              
    white-space: nowrap;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: background-color 0.15s, box-shadow 0.1s;
    user-select: none;
    cursor: pointer;
}
.tag:not(.dropdown-trigger):hover { 
    background-color: #e0e8f2; 
}
.dropdown-trigger { 
    cursor: pointer; 
    background-color: #edf2f9; 
    padding-right: 14px; 
}
.dropdown-trigger:hover { 
    background-color: #dde5f0; 
}
.arrow-down { 
    display: inline-block; 
    font-size: 12px; 
    margin-left: 6px; 
    opacity: 0.7; 
    color: #3d4e66; 
    transform: translateY(1px); 
    pointer-events: none; 
}
.dropdown-container {
    position: relative; 
    display: inline-block; 
    vertical-align: middle; 
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);             
    left: 0;
    z-index: 15;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.04);
    min-width: 140px;
    padding: 8px 0;
    backdrop-filter: blur(2px);            
    border: 1px solid rgba(0,0,0,0.02);
}
.dropdown-container:hover .dropdown-menu { 
    display: block; 
}
.dropdown-item {
    padding: 12px 20px;
    font-size: 14.5px;
    color: #1e2f45;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.1s;
    line-height: 1.4;
}
.dropdown-item:hover { 
    background-color: #f0f5fd; 
}
.dropdown-item:first-child { 
    border-top-left-radius: 16px; 
    border-top-right-radius: 16px; 
}
.dropdown-item:last-child { 
    border-bottom-left-radius: 16px; 
    border-bottom-right-radius: 16px; 
}
.filter-card, .tag-group { 
    overflow: visible !important; 
}
.fwspresult-countzf {
    background-color: #00c6a0;
    color: white;
    border-color: #00c6a0;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    font-size: 10px;
    transition: all 0.2s;
}
/* 对比栏/弹窗保持原有 */
.compare-bar { 
    position: fixed; 
    bottom: -100px; 
    left: 0; 
    width: 100%; 
    background-color: #ffffff; 
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15); 
    padding: 15px 20px; display: flex; 
    justify-content: space-between; 
    align-items: center; 
    transition: bottom 0.3s ease; 
    z-index: 1000; 
    border-top: 2px solid #00c6a0; 
}
.compare-bar.show { 
    bottom: 0; 
}
.compare-info { 
    display: flex; 
    align-items: center; 
    gap: 20px;
}
.compare-count { 
    font-size: 16px; 
    font-weight: 600; 
    color: #1a1a1a; 
}
.compare-count span { 
    color: #00c6a0; 
    font-size: 20px; 
    margin-right: 5px; 
}
.compare-list { 
    display: flex; 
    gap: 10px; 
    flex-wrap: wrap; 
    max-width: 600px; 
}
.compare-tag { 
    background-color: #e0f7f2; 
    color: #00a888; 
    padding: 5px 12px; 
    border-radius: 30px; 
    font-size: 13px; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
}
.compare-tag i { 
    cursor: pointer; 
    font-size: 12px; 
}
.compare-tag i:hover { 
    color: #FF6B6B; 
}
.compare-btn { 
    background: linear-gradient(135deg, #00C6A0, #00D4A9); 
    color: white; 
    border: none; 
    margin-right: 30px; 
    padding: 10px 30px; 
    border-radius: 12px; 
    font-weight: 600; 
    font-size: 16px; 
    cursor: pointer; 
    transition: all 0.2s; 
    box-shadow: 0 4px 12px rgba(0,198,160,0.3); 
}
.compare-btn:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 16px rgba(0,198,160,0.4); 
}
.compare-btn:disabled { 
    opacity: 0.5; 
    cursor: not-allowed; 
    transform: none; 
    box-shadow: none; 
}
.compare-modal { 
    display: none; 
    position: fixed; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.5); 
    z-index: 2000; 
    align-items: center; 
    justify-content: center; 
}
.compare-modal.show { 
    display: flex; 
}
.modal-content { 
    background-color: #ffffff;
    border-radius: 20px; 
    width: 90%; 
    max-width: 1000px; 
    max-height: 80vh; 
    overflow-y: auto; 
    padding: 30px; 
    position: relative; 
    box-shadow: 0 8px 32px rgba(0,0,0,0.12); 
}
.modal-close { 
    position: absolute; 
    top: 20px; 
    right: 20px; 
    font-size: 24px; 
    color: #6c6c6c; 
    cursor: pointer; 
}
.modal-close:hover { 
    color: #FF6B6B; 
}
.modal-title { 
    font-size: 24px; 
    font-weight: 700; 
    color: #1a1a1a; 
    margin-bottom: 25px; 
    padding-bottom: 15px; 
    border-bottom: 2px solid #e0f7f2; 
}
.compare-table { 
    width: 100%; 
    border-collapse: collapse; 
}
.compare-table th, .compare-table td { 
    padding: 12px 15px; 
    text-align: left; 
    border-bottom: 1px solid #e9ecef; 
}
.compare-table th { 
    background-color: #e0f7f2; 
    color: #1a1a1a; 
    font-weight: 600; 
    width: 150px; 
}
.compare-table td { 
    background-color: #fff; 
}
.compare-table .property-img-cell { 
    width: 120px; 
}
.compare-table img { 
    width: 100px; 
    height: 80px; 
    object-fit: cover; 
    border-radius: 12px; 
}

@media (max-width: 992px) {
    .fwsplby-zqy { 
        flex-direction: column; 
    }
    .fwsphot-sidebar { 
        width: 100%; 
        position: static; 
        margin-top: 30px; 
    }
    .fwspproperty-card { 
        height: auto; 
        flex-direction: column; 
    }
    .fwspproperty-img-container { 
        width: 100%; 
        height: 200px; 
    }
    .fwspproperty-info { 
        padding: 15px; 
    }
    .fwspproperty-title { 
        font-size: 18px; 
    }
}
@media (max-width: 768px) {
    .fwspproperty-card { 
        display: flex; 
        flex-direction: row; 
        height: auto; 
        min-height: 130px; 
    }
    .fwspproperty-img-container { 
        width: 120px; 
        height: 120px; 
        flex-shrink: 0; 
    }
    .fwspproperty-info { 
        padding: 10px 12px; 
    }
    .fwspproperty-title { 
        font-size: 15px; 
        margin-bottom: 4px; 
        -webkit-line-clamp: 2; 
        overflow: hidden; 
    }
    .fwspproperty-address { 
        font-size: 12px; 
        margin-bottom: 6px; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    .fwsphighlights { 
        gap: 4px; 
        margin-bottom: 8px; 
    }
    .fwsphighlight-tag { 
        font-size: 10px; 
        padding: 2px 8px; 
    }
    .fwspzfprice-value { 
        font-size: 16px; 
    }
    .fwspaction-btn { 
        width: 28px; 
        height: 28px; 
        font-size: 12px; 
    }
    .fwsp-rent-tag, .fwsp-lease-tag { 
        font-size: 10px; 
        padding: 2px 6px; 
    }
}
@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translateY(20px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}
.fwspproperty-card, .fwsphot-item { 
    animation: fadeIn 0.5s ease forwards; 
}


/* 房屋商铺列表页--结束 */


/* 房屋商铺内容页--开始 */

.fwspnr {
    line-height: 1.5;
    padding: 24px 20px 40px;
    background: #f5f9fc;
}

/* 面包屑 */
.fwsp-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 20px;
    gap: 6px;
}
.fwsp-breadcrumb a { color: #64748b; text-decoration: none; }
.fwsp-breadcrumb a:hover { color: var(--primary); }
.fwsp-breadcrumb i { font-size: 10px; margin: 0 4px; color: #94a3b8; }
.fwsp-breadcrumb .fwsp-current { color: #0f172a; font-weight: 500; }

/* ---------- 第一行：顶部混合卡片 ---------- */
.fwsp-top-row-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 24px;
    margin-bottom: 28px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03);
    border: 1px solid #e6edf2;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

/* 左侧图片区域 */
.fwsp-top-image-area {
    flex: 0 0 400px;
    border-radius: 20px;
    overflow: hidden;
    background: #e2e8f0;
    box-shadow: 0 6px 14px rgba(0,0,0,0.02);
    position: relative;
}
.fwsp-image-slider {
    position: relative;
    width: 100%;
    height: 320px;
}
.fwsp-slider-main {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: background-image 0.25s ease;
    border-radius: 20px 20px 0 0;
}
.fwsp-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.15s;
    border: 1px solid rgba(255,255,255,0.8);
    z-index: 2;
}
.fwsp-slider-arrow:hover { background: white; color: var(--primary); }
.fwsp-arrow-left { left: 14px; }
.fwsp-arrow-right { right: 14px; }
.fwsp-slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}
.fwsp-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,0.7); backdrop-filter: blur(2px);
    border: 0.5px solid rgba(0,0,0,0.1); cursor: pointer; transition: 0.2s;
}
.fwsp-dot.fwsp-active { background: var(--primary); width: 22px; border-radius: 10px; }
.fwsp-image-badge-tag {
    position: absolute; bottom: 16px; left: 14px;
    background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
    color: white; padding: 5px 14px; border-radius: 40px;
    font-size: 0.8rem; font-weight: 500; z-index: 2;
}
.fwsp-image-count-badge {
    position: absolute; top: 14px; right: 14px;
    background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
    color: white; padding: 5px 14px; border-radius: 30px;
    font-size: 0.8rem; z-index: 2;
}
.fwsp-thumb-strip {
    display: flex; gap: 8px; padding: 12px 16px;
    background: white; border-top: 1px solid var(--border-light);
}
.fwsp-thumb {
    width: 64px; height: 48px; border-radius: 10px;
    background-size: cover; background-position: center;
    border: 2px solid transparent; cursor: pointer; opacity: 0.7;
    transition: all 0.2s;
}
.fwsp-thumb.fwsp-active-thumb { border-color: var(--primary); opacity: 1; }
.fwsp-thumb:hover { opacity: 1; }

/* 中间信息 */
.fwsp-top-info-area {
    flex: 1; display: flex; 
    flex-direction: column; 
    justify-content: space-between;
    min-width: 260px;
}
.fwsp-title-tags {
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px; 
    margin-bottom: 14px;
}
.fwsp-tag {
    background: #e0faf4; 
    color: #009b7d;
    padding: 5px 14px; 
    border-radius: 40px; 
    font-size: 0.8rem;
    font-weight: 600; 
    display: inline-flex; 
    align-items: center; 
    gap: 6px;
}
.fwsp-gold-tag {
    background: linear-gradient(145deg, #fbbf24, #f59e0b);
    color: #1e293b; 
    font-weight: 700; 
    box-shadow: 0 2px 6px rgba(245,158,11,0.2);
}
.fwsp-property-title {
    font-size: 1.9rem; 
    font-weight:700; 
    line-height: 1.25;
    letter-spacing: -0.02em; 
    color: #0f172a; 
    margin-bottom: 10px;
}
.fwsp-address-line {
    display: flex; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 16px; 
    color: #475569;
    font-size: 0.95rem; 
    margin: 10px 0 12px;
}
.fwsp-address-main {
    display: flex; 
    align-items: center; 
    gap: 8px;
}
.fwsp-address-main i { 
    color: #00c6a0;
 }
.fwsp-meta-info {
    display: flex; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 16px;
}
.fwsp-meta-item {
    display: flex; 
    align-items: center; 
    gap: 5px;
    font-size: 0.85rem; 
    color: #64748b;
}
.fwsp-meta-item i { 
    color: #00c6a0; 
    font-size: 0.9rem; 
}
.fwsp-meta-item.fwsp-favorite i { 
    color: #ef4444; 
}

/* 价格区域 */
.fwsp-price-wrapper {
    margin-top: 8px; 
    display: flex; 
    align-items: baseline; 
    flex-wrap: wrap;
    gap: 12px 20px; 
    background: #fafdfc; 
    padding: 14px 18px;
    border-radius: 20px; 
    border: 1px solid #e0faf4;
}
.fwsp-big-price {
    font-size: 2.6rem; 
    font-weight: 800; 
    color: #00c6a0;
    display: inline-flex; 
    align-items: baseline;
}
.fwsp-big-price small { 
    font-size: 1.1rem; 
    font-weight: 500; 
    color: #00c6a0; 
    margin-left: 4px; 
}
.fwsp-price-unit-block { 
    display: flex; 
    flex-direction: column; 
}
.fwsp-unit-price {
    color: #0f172a; 
    font-size: 1.1rem; 
    font-weight: 600;
    background: #e0faf4; 
    padding: 4px 12px; 
    border-radius: 30px;
}
.fwsp-key-features {
    display: flex; 
    gap: 50px; 
    margin-left: auto;
}
.fwsp-key-item { 
    display: flex; 
    flex-direction: column; 
}
.fwsp-key-label { 
    font-size: 0.8rem; 
    color: #64748b; 
}
.fwsp-key-value { 
    font-size: 1.6rem; 
    font-weight: 700; 
    color: #0f172a; 
    line-height: 1.2; 
}
.fwsp-key-unit { 
    font-size: 0.9rem; 
    font-weight: 400; 
    color: #64748b; 
    margin-left: 4px; 
}

.fwsp-auth-note {
    margin-top: 10px; 
    font-size: 0.9rem; 
    color: #2c3e50;
    display: flex; 
    align-items: center; 
    gap: 6px;
}
.fwsp-auth-note i { 
    color: #00c6a0; 
}

/* 右侧会员简卡 */
.fwsp-top-member-card {
    flex: 0 0 280px; 
    background: #fafdff; 
    border-radius: 20px;
    padding: 20px 18px; 
    border: 1px solid #e6edf2;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
}
.fwsp-member-mini-header { 
    display: flex; 
    align-items: center; 
    gap: 16px; 
    margin-bottom: 14px; 
}
.fwsp-mini-avatar {
    width: 64px; 
    height: 64px; 
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(145deg, #00C6A0, #00a386);
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: white; 
    font-size: 2rem; 
    border: 3px solid white;
    box-shadow: 0 8px 14px rgba(0,198,160,0.15);
    flex-shrink: 0;
}
.fwsp-mini-info h4 { 
    font-weight: 700; 
    font-size: 1.2rem; 
    display: flex; 
    align-items: center; 
    gap: 6px; 
}
.fwsp-level-badge { 
    background: #f1f5f9; 
    padding: 2px 8px; 
    border-radius: 30px; 
    font-size: 0.7rem; 
    font-weight: 600; 
}
.fwsp-hybqgs {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.8rem;
}
.fwsp-hybqgs i {
    color: #00C6A0;
}

.fwsp-auth-list {
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px 8px; 
    margin-top: 6px;
}
.fwsp-auth-item {
    font-size: 0.3rem;
    background-color: #e0f7f2;
    padding: 3px 10px;
    border-radius: 30px;
    color: #00a888;
    display: flex; 
    align-items: center;
    gap: 4px;
}
.fwsp-auth-item i { 
    color: #00c6a0; 
    width: 16px; 
}
.fwsp-member-stats-mini { 
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0 10px;
}
.fwsp-stat-mini { 
    display: flex; 
    align-items: center; 
    gap: 5px; 
    font-size: 0.85rem; 
    color: #334155; 
}
.fwsp-stat-mini i { 
    color: #00c6a0; 
}
.fwsp-btn-contact-outline {
    background: transparent; 
    border: 1.8px solid #00c6a0;
    color: #009b7d; 
    padding: 12px 12px; 
    border-radius: 40px;
    font-weight: 600; 
    font-size: 0.95rem; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 8px; cursor: pointer;
    transition: 0.2s;
}
.fwsp-btn-contact-outline:hover { 
    background: #00C6A0; 
    color: #fff; 
}
/* 二维码 */
.fwsp-qrcode-section {
    margin-top: 16px; 
    display: flex; 
    align-items: center; 
    gap: 12px;
    padding-top: 12px; 
    border-top: 1px dashed #e6edf2;
    justify-content: center;
}
.fwsp-qrcode-img {
    width: 90px; 
    height: 90px; 
    background: #fff; 
    border-radius: 10px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    border: 1px solid #e6edf2;
}
.fwsp-qrcode-img img { 
    width: 80px;
    height: 80px;
}
.fwsp-qrcode-text { 
    font-size: 1rem; 
    color: #64748b; 
}

/* ---------- 第二行：左右两列 ---------- */
.fwsp-two-column-row {
    display: flex; 
    gap: 28px; 
    align-items: stretch;
}
.fwsp-left-column { 
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    gap: 24px; 
}
.fwsp-right-column { 
    flex: 0 0 360px; 
}

.fwsp-card {
    background: #ffffff; 
    border-radius: 24px; 
    padding: 26px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03); 
    border: 1px solid #e6edf2;
}
.fwsp-cardly {
    background: #ffffff; 
    margin-top: 15px;
    border-radius: 24px; 
    padding: 26px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03); 
    border: 1px solid #e6edf2;
}
.fwsp-section-title {
    font-size: 1.3rem; 
    font-weight: 700; 
    margin-bottom: 22px;
    display: flex; 
    align-items: center; 
    gap: 10px;
}
.fwsp-section-title i { 
    color: #00c6a0; 
}

/* 概况表格 */
.fwsp-overview-grid {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 16px; 
    margin-bottom: 8px;
}
.fwsp-overview-item {
    display: flex; 
    align-items: baseline; 
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 8px;
}
.fwsp-overview-label {
    width: 100px; 
    font-size: 0.9rem; 
    color: #64748b;
}
.fwsp-overview-value {
    flex: 1; 
    font-weight: 600; 
    color: #1e293b;
}
.fwsp-transfer-note {
    margin-top: 22px; 
    padding: 16px 18px; 
    background: #fffbeb;
    border-radius: 18px; 
    border-left: 5px solid #fbbf24;
    display: flex; 
    align-items: center; 
    gap: 14px; 
    font-weight: 500;
}

/* 配套模块 */
.fwsp-facility-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 12px; 
    margin-top: 10px;
}
.fwsp-facility-item {
    background: #f8fafc; 
    padding: 12px 14px; 
    border-radius: 16px;
    display: flex; 
    align-items: center; 
    gap: 10px;
    border: 1px solid #edf2f7;
}
.fwsp-facility-item i { 
    color: #00c6a0; 
    width: 22px; 
    font-size: 1.2rem; 
}

.fwsp-desc-text { 
    color: #334155; 
    line-height: 1.75; 
    margin-bottom: 20px; 
}
.fwsp-map-mini {
    background: #f1f5f9; 
    border-radius: 18px; 
    height: 130px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: #64748b; 
    border: 1px dashed #cbd5e1; 
    margin-top: 16px;
}

/* ----- 室内实拍模块 ----- */
.fwsp-indoor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.fwsp-indoor-item {
    border-radius: 16px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 4 / 3;
}
.fwsp-indoor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
}
.fwsp-indoor-img:hover {
    transform: scale(1.02);
}
.fwsp-indoor-hidden {
    display: none;
}
.fwsp-view-more-btn {
    margin: 20px 0;
    text-align: center;
}
.fwsp-btn-view-more {
    background: transparent;
    border: 1.5px solid #e6edf2;
    color: #00c6a0;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.fwsp-btn-view-more:hover {
    background: #00c6a0;
    color: white;
}

/* 右侧会员完整卡 + 房源模块 */
.fwsp-full-member-card {
    background: #ffffff; 
    border-radius: 28px; 
    padding: 28px 22px;
    box-shadow: 0 16px 28px -8px rgba(0, 198, 160, 0.08); 
    border: 1px solid #e6edf2;
    margin-bottom: 24px;
}
.fwsp-member-header-large { 
    display: flex; 
    gap: 18px; 
    margin-bottom: 22px; 
}
.fwsp-large-avatar {
    width: 60px; 
    height: 60px; 
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(145deg, #00C6A0, #00a88e);
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: white; 
    font-size: 2.5rem; 
    border: 3px solid white;
    box-shadow: 0 10px 18px rgba(0,198,160,0.2);
    flex-shrink: 0;
}
.fwsp-member-detail h3 { 
    font-size: 1.2rem; 
    font-weight: 700; 
    margin-bottom: 6px;
}
.fwsp-verified-tag { 
    background: #e6f7ff; 
    color: #0077b6; 
    font-size: 0.75rem; 
    padding: 2px 10px; 
    border-radius: 30px; 
    margin-left: 8px; 
}
.fwsp-member-stats-big {
    display: flex; 
    justify-content: space-around; 
    background: #f8fafc;
    padding: 20px 6px; 
    border-radius: 24px; 
    margin: 22px 0;
}
.fwsp-stat-block { 
    text-align: center; 
}
.fwsp-stat-num { 
    font-weight: 800; 
    font-size: 1.2rem;
    color: #00c6a0;
}
.fwsp-stat-label { 
    font-size: 0.85rem; 
    color: #64748b; 
}
.fwsp-contact-buttons-large { 
    display: flex; 
    flex-direction: column; 
    gap: 14px; 
}
.fwsp-btn-primary-lg {
    background: #00c6a0; 
    color: #ffffff; 
    border: none;
    padding: 18px; 
    border-radius: 60px; 
    font-weight: 700; 
    font-size: 1.1rem;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 12px;
    cursor: pointer; 
    box-shadow: 0 10px 20px rgba(0,198,160,0.25);
}
.fwsp-btn-outline-lg {
    background: transparent; 
    border: 1.8px solid #e6edf2;
    padding: 16px; 
    border-radius: 60px; 
    font-weight: 600;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    cursor: pointer;
}
.fwsp-member-footer-links { 
    margin-top: 20px; 
    font-size: 0.9rem; 
    color: #64748b; 
    text-align: center; 
}

/* 该会员其他房源 */
.fwsp-other-listings {
    background: #ffffff; 
    border-radius: 24px; 
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03); 
    border: 1px solid #e6edf2;
}
.fwsp-listing-header {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 18px;
}
.fwsp-listing-header h3 { 
    font-size: 1.2rem; 
    font-weight: 700; 
}
.fwsp-listing-item {
    display: flex; 
    gap: 14px; 
    padding: 14px 0; 
    border-bottom: 1px solid #edf2f7;
}
.fwsp-listing-item:last-child { 
    border-bottom: none; 
}
.fwsp-listing-img {
    width: 70px; 
    height: 60px; 
    border-radius: 14px;
    background-size: cover; 
    background-position: center;
    flex-shrink: 0;
}
.fwsp-listing-info h4 { 
    font-weight: 700; 
    font-size: 0.95rem; 
    margin-bottom: 4px; 
}
.fwsp-listing-meta { 
    font-size: 0.75rem; 
    color: #64748b; 
}
.fwsp-listing-price { 
    font-weight: 700; 
    color: #009b7d; 
    margin-top: 4px; 
}

/* 附近热门铺源 */
.fwsp-related-section { 
    margin-top: 36px; 
}
.fwsp-related-header { 
    display: flex; 
    align-items: baseline; 
    justify-content: space-between; 
    margin-bottom: 18px; 
}
.fwsp-related-header h2 { 
    font-size: 1.6rem; 
    font-weight: 700; 
}
.fwsp-related-grid { 
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; 
}
.fwsp-related-card {
    background: #ffffff; 
    border-radius: 20px; 
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03); 
    border: 1px solid #e6edf2;
    transition: transform 0.15s;
}
.fwsp-related-img {
    width: 100%; 
    height: 200px;
    background-size: cover; 
    background-position: center;
}
.fwsp-related-info { 
    padding: 16px 14px; 
}
.fwsp-related-title { 
    font-weight: 700;
    margin-bottom: 6px; 
}
.fwsp-related-address {
    font-size: 0.8rem; 
    color: #64748b; 
    margin-bottom: 8px;
    display: flex; 
    align-items: center; 
    gap: 4px;
}
.fwsp-related-price {
    font-weight: 800; 
    color: #0f172a; 
    margin-bottom: 8px;
}
.fwsp-related-tags {
    display: flex; 
    flex-wrap: wrap; 
    gap: 6px;
}
.fwsp-related-tag {
    background: #f1f5f9; 
    color: #475569; 
    font-size: 0.7rem;
    padding: 3px 8px; 
    border-radius: 30px;
}

/* 响应式 */
@media (max-width: 900px) {
    body { 
        padding: 16px 12px; 
    }
    .fwsp-top-row-card { 
        flex-direction: column; 
    }
    .fwsp-top-image-area { 
        flex: auto; width: 100%; 
    }
    .fwsp-two-column-row { 
        flex-direction: column;
     }
    .fwsp-right-column { 
        flex: auto; 
    }
    .fwsp-overview-grid { 
        grid-template-columns: 1fr; 
    }
    .fwsp-facility-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .fwsp-related-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .fwsp-address-line { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 8px; 
    }
    .fwsp-indoor-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .fwsp-key-features { 
        margin-left: 0; 
    }
}

@media (max-width: 600px) {
    .fwsp-property-title { 
        font-size: 1.5rem; 
    }
    .fwsp-price-wrapper { 
        flex-direction: column; 
        align-items: flex-start; 
    }
    .fwsp-top-member-card { 
        width: 100%; 
    }
    .fwsp-related-grid { 
        grid-template-columns: 1fr; 
    }
    .fwsp-facility-grid { 
        grid-template-columns: 1fr; 
    }
    .fwsp-qrcode-section { 
        flex-direction: column; 
        align-items: flex-start; 
    }
    .fwsp-related-img { 
        height: 180px; 
    }
    .fwsp-indoor-grid { 
        grid-template-columns: 1fr; 
    }
}


/* 房屋商铺内容页--结束 */


@font-face {
    font-family: 'ali95';
    src: url('/fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff2') format('woff2'),
         url('/fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff') format('woff');
    font-style: normal;
    font-display: swap; 
  }
  @font-face {
    font-family: 'ali115';
    src: url('/fonts/AlibabaPuHuiTi-2-115-Black.woff2') format('woff2'),
         url('/fonts/AlibabaPuHuiTi-2-115-Black.woff') format('woff');
    font-style: normal;
    font-display: swap; 
  }