
.mapbox-hover-popup .mapboxgl-popup-content, .mapbox-price-popup .mapboxgl-popup-content {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.mapbox-hover-popup .mapboxgl-popup-tip, .mapbox-price-popup .mapboxgl-popup-tip {
  display: none !important;
}
.mapbox-detail-popup .mapboxgl-popup-content {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0px 10px 0px !important;
}
.mapbox-detail-popup .mapboxgl-popup-tip {
  display: none !important;
}
.map-point.active {
  z-index: 10;
}
.map-zb-point-txt {
    display: block!important;
    bottom: 10px !important;
    width:212px;
}
.listing-content{
    width:300px
}
.map-point-next{
    padding: 2px 6px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff, 
                 -1px -1px 2px #ffffff, 1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
    z-index: 9
}
/* 价格气泡样式 */
.mapbox-price-popup .mapboxgl-popup-content {
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    text-align: center !important;
    min-width: 40px;
    text-shadow: none !important;
}
.map-point-price {
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 4px;
    text-align: center;
    white-space: nowrap;
}

/* 鼠标跟随元素样式 */
.map-point-follower {
    position: absolute;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1000;
    pointer-events: none;
    -webkit-transform: translate(-50%, -270%);
        -ms-transform: translate(-50%, -270%);
            transform: translate(-50%, -270%);
    width:80px;
    text-align: center;
    line-height: 1.4;
}
.map-choose-out{
    left: 110px;
    bottom: 100px;
    z-index: 10;
}
.map-choose-out-nearby{
    left: 290px;
}
.map-choose-out-school{
    left: 200px;
}

/* 地图组件根容器 */
.society-map-container {
    width: 100%;
    height: 100%;
}

/* 地图容器包裹器 - 相对定位，使中心标记能够正确定位 */
.map-container-wrapper {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
}

/* 地图中心定位标志 */
.map-center-marker {
    position: absolute;
    z-index: 5;
    pointer-events: none;
}
.map-center-marker .center-marker-icon {
    width: 32px;
    height: 32px;
    background-color: #00c897;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}
.map-center-marker .center-marker-icon i {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: white;
    font-size: 16px;
}
.map-center-marker .center-marker-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-color: rgba(0, 200, 151, 0.3);
    border-radius: 50%;
    -webkit-animation: center-marker-pulse 2s infinite;
            animation: center-marker-pulse 2s infinite;
    z-index: -1;
}
@-webkit-keyframes center-marker-pulse {
0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
}
100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
}
}
@keyframes center-marker-pulse {
0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
}
100% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
}
}

/* 固定社区卡片弹窗 - 显示在地图右侧 */
.society-popup-fixed {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
}

/* 社区卡片链接容器 */
.society-popup-card-fixed-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* 社区卡片样式 - 外观与楼盘卡片一致 */
.society-popup-card-fixed {
    width: 300px;
    padding: 9px;
    margin-bottom: 0;
    border: 1px solid #C4C5CA;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.31);
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.society-popup-card-fixed a {
    text-decoration: none;
    color: inherit;
}

/* 关闭按钮 */
.society-popup-card-fixed .close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    cursor: pointer;
    z-index: 10;
    font-size: 12px;
}
.society-popup-card-fixed .close-btn::before {
    content: '✕';
}

/* 视频封面 - 圆角图片 */
.society-popup-card-fixed .society-video-card {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-bottom: 56.25%;
    background: #f0f0f0;
    cursor: pointer;
}
.society-popup-card-fixed .video-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.society-popup-card-fixed .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.society-popup-card-fixed .society-video-card:hover .play-icon {
    background: #00c897;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
}
.society-popup-card-fixed .video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    z-index: 2;
}

/* 社区信息区域 */
.society-popup-card-fixed .society-info {
    padding: 0;
    margin-top: 8px;
}
.society-popup-card-fixed .society-name {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 20px;
    color: #151929;
    font-weight: 600;
}
.society-popup-card-fixed .price-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 6px;
    padding: 4px 0;
    border-bottom: none;
}
.society-popup-card-fixed .price-row:last-child {
    margin-bottom: 0;
}
.society-popup-card-fixed .price-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    width: 100px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.society-popup-card-fixed .price-value {
    font-size: 12px;
    font-weight: 500;
    color: #09C398;
    width: 100px;
    white-space: nowrap;
}
.society-popup-card-fixed .year-rate {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 0 !important;
}
.society-popup-card-fixed .year-rate.data-up {
    color: #10C299;
}
.society-popup-card-fixed .year-rate.data-down {
    color: #DF1C1C;
}

/* 隐藏全局样式中的箭头 */
.society-popup-card-fixed .year-rate.data-up:before,
.society-popup-card-fixed .year-rate.data-down:before {
    content: none !important;
    display: none !important;
}
.society-popup-card-fixed .year-rate i {
    font-size: 8px;
    margin-right: 4px;
}

/* See More 按钮 */
.society-popup-card-fixed .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding: 0;
}
.society-popup-card-fixed .links.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.society-popup-card-fixed .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #151929;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}
.society-popup-card-fixed .link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1px solid #DCDDE3;
    border-radius: 8px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}
.society-popup-card-fixed .link i {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}



.item-card-canv[data-v-0e8c450c] {
  width: 100%;
  height: 350px;
}
.item-card-tab ul li[data-v-0e8c450c] {
  cursor: pointer;
}

/* 地图容器样式 */
.society-map-container[data-v-0e8c450c] {
  margin-bottom: 20px;
}


/* 添加在模板的 style 部分 */
.swiper-button-next[data-v-86064b22],
.swiper-button-prev[data-v-86064b22] {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.swiper-button-next.swiper-button-disabled[data-v-86064b22],
.swiper-button-prev.swiper-button-disabled[data-v-86064b22] {
    opacity: 0;
    pointer-events: none;
}


.line-chart-container[data-v-d322f458] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
}
#line-chart[data-v-d322f458] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0; /* 防止flex子元素溢出 */
}


.zoushi-chart-container[data-v-5928e362] {
    background: #fff;
    border-radius: 12px;
    padding: 0 20px 20px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.item-card[data-v-5928e362] {
    margin-bottom: 20px;
}
.item-card-tit[data-v-5928e362] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

/* 价格汇总卡片列表 */
.price-summary-list[data-v-5928e362] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

/* 价格统计卡片 - 高度增加20px，内容上下左右居中 */
.price-summary-list .item[data-v-5928e362] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e9ecef;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.price-summary-list .item[data-v-5928e362]:hover {
    background: #f0f1f2;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.price-summary-list .item p[data-v-5928e362] {
    margin: 4px 0;
    font-size: 14px;
    color: #666;
}
.price-summary-list .item h3[data-v-5928e362] {
    margin: 8px 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
@media (max-width: 767px) {
.price-summary-list[data-v-5928e362] {
        gap: 8px;
        padding-right: 10px;
}
.price-summary-list .item[data-v-5928e362] {
        padding: 12px 8px;
        min-height: 120px;
}
.price-summary-list .item h3[data-v-5928e362] {
        font-size: 14px;
}
.price-summary-list .item p[data-v-5928e362] {
        font-size: 12px;
}
}
.price-summary-item[data-v-5928e362] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 150px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
}
.price-summary-item[data-v-5928e362]:hover {
    background: #f0f1f2;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.price-label[data-v-5928e362] {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.price-value[data-v-5928e362] {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.price-yoy[data-v-5928e362] {
    margin: 0;
    font-size: 13px;
    color: #888;
}
.price-yoy .up[data-v-5928e362] {
    color: #00b085;
    font-weight: 600;
}
.price-yoy .down[data-v-5928e362] {
    color: #ef4444;
    font-weight: 600;
}
/* 选项卡选择器 - 参考 result.vue */
.timeitem-card-choose[data-v-5928e362] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.timeitem-card-choose[data-v-5928e362]::-webkit-scrollbar {
    display: none;
}
.timeitem-card-choose .item[data-v-5928e362]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 6px 6px;
    border-radius: 6px;
    width:auto;
}
/* 选项卡选择器 - 参考 result.vue */
.item-card-choose[data-v-5928e362] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.item[data-v-5928e362] {
    width: 100px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    background: #f5f5f5;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.item[data-v-5928e362]:hover {
    background: #e8e8e8;
}
.item.active[data-v-5928e362] {
    background: #10c299;
    color: #fff;
    border-color: #10c299;
}

/* 加载状态 */
.chart-loading[data-v-5928e362] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    font-size: 14px;
    min-height: 300px;
}
.loading-spinner[data-v-5928e362] {
    width: 32px;
    height: 32px;
    border: 3px solid #e2e8f0;
    border-top-color: #10c299;
    border-radius: 50%;
    -webkit-animation: spin-5928e362 0.8s linear infinite;
            animation: spin-5928e362 0.8s linear infinite;
    margin-bottom: 12px;
}
@-webkit-keyframes spin-5928e362 {
to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
}
}
@keyframes spin-5928e362 {
to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
}
}

/* 空数据状态 */
.chart-empty[data-v-5928e362] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    font-size: 14px;
    min-height: 200px;
}

/* 图表容器样式 - 确保LineChart组件能正确显示 */
[data-v-5928e362] .item-card-canv {
    width: 100%;
    height: 350px;
}


.zoushi-page[data-v-f565cfc0] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

:root { --green: #00c897; --green-dark: #006b50; --sidebar: 280px;--pislaka-green: #00c897;--pislaka--green-dark: #006b50; }
        
.hide-scrollbar::-webkit-scrollbar, textarea::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.text-green { color: var(--green); }
.bg-green { background-color: var(--green); }
.border-green { border-color: var(--green); }

.scroll-hover::-webkit-scrollbar { width: 4px; }
.scroll-hover::-webkit-scrollbar-track, .scroll-hover::-webkit-scrollbar-thumb { background: transparent; border-radius: 10px; }
.scroll-hover:hover::-webkit-scrollbar-thumb { background: #e2e8f0; }

#main-wrapper, #top-header { -webkit-transition: padding-right 0.3s cubic-bezier(0.4, 0, 0.2, 1); transition: padding-right 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
body.sidebar-open #main-wrapper { padding-right: var(--sidebar); }
body.sidebar-open #top-header { padding-right: calc(var(--sidebar) + 1.5rem); }
@media (max-width: 768px) { body.sidebar-open #main-wrapper { padding-right: 0; } body.sidebar-open #top-header { padding-right: 1.5rem; } }

#ai-sidebar { -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
#ai-sidebar.expanded { width: 95vw !important; height: 92vh !important; top: 4vh !important; left: 2.5vw !important; right: auto !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; border-radius: 1rem !important; border: none !important; }
@media(min-width: 768px) { #ai-sidebar.expanded { width: 1000px !important; left: calc(50vw - 500px) !important; } }

.float-btn { position: fixed; right: 2.5rem; -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index: 80; }
.float-btn:hover { -webkit-transform: translateY(-4px); -ms-transform: translateY(-4px); transform: translateY(-4px); box-shadow: 0 20px 25px -5px rgba(0, 200, 151, 0.3); }
body.sidebar-open .float-btn { right: calc(var(--sidebar) + 2.5rem); }
@media (max-width: 768px) { .float-btn { right: 1.5rem; } body.sidebar-open .float-btn { right: 1.5rem; } }
#floating-ai-btn { bottom: 6.5rem; z-index: 45; }
body.sidebar-open #floating-ai-btn { opacity: 0; pointer-events: none; -webkit-transform: translateY(20px) scale(0.9); -ms-transform: translateY(20px) scale(0.9); transform: translateY(20px) scale(0.9); }
#floating-post-btn { bottom: 2.5rem; }
@media (max-width: 768px) { #floating-ai-btn { bottom: 5.5rem; } #floating-post-btn { bottom: 1.5rem; } }

.ai-input { background: #f8f9fa; border: 1px solid #e2e8f0; padding: 6px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.ai-input:focus-within { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); background: #fff; }
.ai-input ::-webkit-input-placeholder { color: #94a3b8; }
.ai-input ::-moz-placeholder { color: #94a3b8; }
.ai-input :-ms-input-placeholder { color: #94a3b8; }
.ai-input ::placeholder { color: #94a3b8; }
.ai-btn { background: var(--green); color: white; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: background 0.2s; transition: background 0.2s; }
.ai-btn:hover { background: #00b085; }

.play-icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 48px; height: 48px; background: rgba(0,0,0,0.6); border-radius: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: white; font-size: 20px; -webkit-transition: all 0.2s; transition: all 0.2s; pointer-events: none; }
.video-card:hover .play-icon { background: var(--green); -webkit-transform: translate(-50%, -50%) scale(1.05); -ms-transform: translate(-50%, -50%) scale(1.05); transform: translate(-50%, -50%) scale(1.05); }

.gallery { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem; }
.gallery-item { -webkit-column-break-inside: avoid; break-inside: avoid; margin-bottom: 1rem; }
@media (max-width: 768px) { .gallery { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }
@media (max-width: 480px) { .gallery { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }

.tag { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 999px; font-size: 13.5px; padding: 8px 18px; color: #4b5563; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tag:hover { background: #fff; border-color: var(--green); color: var(--green); }

.more-btn { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--green); margin-top: 1rem; cursor: pointer; background: transparent; border: none; padding: 4px 0; -webkit-transition: color 0.2s; transition: color 0.2s; }
.more-btn:hover { color: var(--green-dark); }
.more-btn i { font-size: 12px; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }

/* 视频弹窗样式 */
.out-video-swiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.out-video-swiper .video-gallery-top {
    width: 80%;
    max-width: 900px;
    height: 60%;
    margin-bottom: 20px;
}
/* 视频弹窗缩略图样式 */
.out-video-swiper .video-gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    max-width: 90%;
}
.out-video-swiper .video-gallery-thumbs .swiper-slide {
    width: 80px;
    height: 60px;
    background: #000;
    border-radius: 9px;
    overflow: hidden;
    opacity: 0.4;
    cursor: pointer;
}
.out-video-swiper .video-gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.out-video-swiper .video-gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.more-btn:hover i { -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); }
.more-btn.less i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.source-pill { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 4px; background: #f1f5f9; border: 1px solid #e2e8f0; color: #64748b; padding: 2px 8px; border-radius: 9999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-left: 8px; }

@-webkit-keyframes pulse-aura { 0%, 100% { -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; } 50% { -webkit-transform: scale(2.2); transform: scale(2.2); opacity: 0; } }

@keyframes pulse-aura { 0%, 100% { -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; } 50% { -webkit-transform: scale(2.2); transform: scale(2.2); opacity: 0; } }
@-webkit-keyframes star-pulse { 0%, 100% { -webkit-transform: scale(1); transform: scale(1); -webkit-filter: drop-shadow(0 0 2px rgba(0, 200, 151, 0.4)); filter: drop-shadow(0 0 2px rgba(0, 200, 151, 0.4)); } 50% { -webkit-transform: scale(1.15); transform: scale(1.15); -webkit-filter: drop-shadow(0 0 8px rgba(0, 200, 151, 1)); filter: drop-shadow(0 0 8px rgba(0, 200, 151, 1)); } }
@keyframes star-pulse { 0%, 100% { -webkit-transform: scale(1); transform: scale(1); -webkit-filter: drop-shadow(0 0 2px rgba(0, 200, 151, 0.4)); filter: drop-shadow(0 0 2px rgba(0, 200, 151, 0.4)); } 50% { -webkit-transform: scale(1.15); transform: scale(1.15); -webkit-filter: drop-shadow(0 0 8px rgba(0, 200, 151, 1)); filter: drop-shadow(0 0 8px rgba(0, 200, 151, 1)); } }
.animate-pulse { -webkit-animation: pulse-aura 2.5s ease-out infinite; animation: pulse-aura 2.5s ease-out infinite; }
.animate-star { -webkit-animation: star-pulse 2s ease-in-out infinite; animation: star-pulse 2s ease-in-out infinite; }

.section { scroll-margin-top: 6rem; padding-top: 2.5rem; border-top: 1px solid #f3f4f6; }
.section-title { font-size: 1.875rem; font-weight: 700; color: #1f2937; margin-bottom: 2rem; }

.stat-card { background: white; border: 1px solid #f3f4f6; border-radius: 1rem; padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); min-height: 8rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-transition: border-color 0.2s; transition: border-color 0.2s; }
.stat-card:hover { border-color: var(--green); }
.stat-card .label { font-size: 11px; font-weight: 800; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.375rem; }
.stat-card .value { font-size: 32px; font-weight: 900; color: #111827; line-height: 1; margin-bottom: 0.5rem; }
.stat-card .desc { font-size: 12px; color: #6b7280; }

.badge { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0.375rem 0.625rem; background: #ecfdf5; color: #047857; border-radius: 0.5rem; font-size: 11.5px; font-weight: 700; border: 1px solid rgba(167, 243, 208, 0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.badge.gray { background: #f3f4f6; color: #374151; border-radius: 9999px; border: none;white-space: wrap;text-align: left; }

.video-card { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 0.75rem; cursor: pointer; }
.video-card .thumb { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 0.5rem; }
.video-card .thumb img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }
.video-card:hover .thumb img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.video-card .duration { position: absolute; bottom: 0.5rem; right: 0.5rem; background: rgba(0,0,0,0.8); color: white; font-size: 11px; font-weight: 700; padding: 0.125rem 0.375rem; border-radius: 0.25rem; }
.video-card .duration.live { background: #dc2626; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 0.25rem; }
.video-card .info { padding: 0 0.25rem; }
.video-card .info h4 { font-size: 15px; font-weight: 700; color: #111827; line-height: 1.375; -webkit-transition: color 0.2s; transition: color 0.2s; }
.video-card:hover .info h4 { color: var(--green); }
.video-card .info p { font-size: 12px; color: #6b7280; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 0.25rem; margin-top: 0.25rem; }

.update-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.update-item .marker { margin-top: 0.5rem; margin-right: 1rem; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 0.75rem; height: 0.75rem; background: var(--green); border-radius: 0.125rem; }
.update-item h4 { font-size: 18px; font-weight: 700; color: #1f2937; -webkit-transition: color 0.2s; transition: color 0.2s; margin-bottom: 0.5rem; }
.update-item p { font-size: 15px; color: #4b5563; line-height: 1.625; }

.source-item { cursor: pointer; }
.source-item h5 { font-size: 14px; font-weight: 700; color: #111827; -webkit-transition: all 0.2s; transition: all 0.2s; margin-bottom: 0.125rem; }
.source-item:hover h5 { color: var(--green); text-decoration: underline; }
.source-item p { font-size: 12px; color: #6b7280; line-height: 1.375; margin-bottom: 0.25rem; }
.source-item .date { font-size: 10px; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em; display: block }

/* Investment Section */
.investment-section { margin-top: 2rem; }
.investment-block { margin-bottom: 2rem; }
.investment-block:last-child { margin-bottom: 0; }
.investment-title { font-size: 1.875rem; font-weight: 700; color: #1f2937; margin-bottom: 2rem; }
.investment-content p { font-size: 15px; color: #1f2937; line-height: 1.625; margin-bottom: 0.5rem; }
.investment-content p:last-child { margin-bottom: 0; }
.investment-content .investment-label { font-weight: 700; }

/* Reviews Section */
#reviews-section { }
#reviews-section .item-card-tit { font-size: 1.875rem; font-weight: 700; color: #1f2937; margin-bottom: 2rem; }
.reviews-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 2rem; }
.reviews-column { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.reviews-subtit { font-size: 1.25rem; font-weight: 700; color: #1f2937; margin-bottom: 1rem; }
.reviews-divider { margin-bottom: 1rem; }
.review-item-card { margin-bottom: 1.5rem; }
.review-item-card:last-child { margin-bottom: 0; }
.review-item-tit { font-size: 1.125rem; font-weight: 700; color: #1f2937; margin-bottom: 0.5rem; }
.review-item-card p { font-size: 15px; color: #1f2937; line-height: 1.625; margin-bottom: 0.5rem; }
.source-links { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; }
.source-links .source-pill { cursor: pointer; }

.price-card { background: #f9fafb; padding: 1.25rem; text-align: center; border: 1px solid #e5e7eb; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.price-card .label { color: #9ca3af; font-size: 0.75rem; margin-bottom: 0.375rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
.price-card .value { font-size: 1.25rem; font-weight: 700; color: #1f2937; margin-bottom: 0.25rem; }
.price-card .change { font-size: 13px; font-weight: 700; }
.price-card .change.up { color: #10b981; }
.price-card .change.down { color: #ef4444; }

.listing-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.listing-card .card-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; font-size: 15px; font-weight: 800; color: #111827; text-transform: uppercase; letter-spacing: 0.025em; }
.listing-card .card-title i { font-size: 16px; }
.listing-card .item { margin-bottom: 1rem; }
.listing-card .item:last-child { margin-bottom: 0; }
.listing-card .item-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 0.25rem; }
.listing-card .item-header .name { font-size: 14px; font-weight: 700; color: #111827; }
.listing-card .item-header .tag { padding: 0.125rem 0.5rem; border-radius: 0.25rem; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border: none; }
.listing-card .item p { font-size: 13px; color: #6b7280; line-height: 1.375; }
.listing-card .divider { width: 100%; height: 1px; background: #e5e7eb; margin: 1rem 0; }

.listing-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #f3f4f6; -webkit-transition: background 0.2s; transition: background 0.2s; cursor: pointer; }
.listing-row:hover { background: #f9fafb; }
.listing-row .main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 3rem; width: 66.666%; }
.listing-row .type { font-weight: 700; font-size: 15px; min-width: 140px; }
.listing-row .location { color: #6b7280; font-size: 13px; min-width: 100px; }
.listing-row .price { font-weight: 600; color: #374151; font-size: 14px; }
.listing-row .meta { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 1.5rem; }
.listing-row .count { font-size: 13px; font-weight: 700; color: var(--green); }
.listing-row .arrow { color: #d1d5db; -webkit-transition: all 0.2s; transition: all 0.2s; }
.listing-row:hover .arrow { color: var(--green); -webkit-transform: translateX(0.25rem); -ms-transform: translateX(0.25rem); transform: translateX(0.25rem); }

.info-box { background: #f8fafc; padding: 1.5rem; border: 1px solid #e5e7eb; border-radius: 0.75rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.info-box h4 { font-weight: 700; color: #1f2937; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 0.5rem; font-size: 1.125rem; margin-bottom: 0.5rem; }
.info-box p { font-size: 14.5px; color: #4b5563; line-height: 1.625; }

.review-item { margin-bottom: 2rem; }
.review-item:last-child { margin-bottom: 0; }
.review-item h5 { font-size: 15.5px; font-weight: 700; color: #111827; margin-bottom: 0.375rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0.5rem; }
.review-item > p { font-size: 14px; color: #374151; line-height: 1.625; margin-bottom: 0.625rem; }
.review-item .quote { padding-left: 0.75rem; border-left: 2px solid #e5e7eb; }
.review-item .quote p { font-size: 12.5px; color: #9ca3af; font-style: italic; }

.detail-list { list-style: none; padding: 0; }
.detail-list li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; gap: 0.625rem; font-size: 15px; color: #374151; margin-bottom: 0.625rem; }
.detail-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #9ca3af; margin-top: 0.5rem; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.comparison-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.comparison-table th, .comparison-table td { padding: 1rem 1.5rem; text-align: left; }
.comparison-table thead tr { border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.comparison-table thead th { font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; color: #6b7280; font-weight: 700; }
.comparison-table thead th.highlight { font-weight: 800; color: var(--green); }
.comparison-table tbody tr { border-bottom: 1px solid #f3f4f6; -webkit-transition: background 0.2s; transition: background 0.2s; }
.comparison-table tbody tr:last-child { border-bottom: none; }
.comparison-table tbody tr:hover { background: #f9fafb; }
.comparison-table tbody td { font-size: 14.5px; color: #374151; }
.comparison-table tbody td.label { font-weight: 600; color: #111827; }
.comparison-table tbody td.highlight { font-weight: 700; color: #111827; }
@media (min-width: 1024px) { .lg\:grid-cols-5 { -ms-grid-columns: (minmax(0, 1fr))[5]; grid-template-columns: repeat(5, minmax(0, 1fr)); }}
.mb-12 { margin-bottom: 3rem; }
@media (min-width: 1024px) { .lg\:text-5xl { font-size: 3rem; line-height: 1;}}
.scroll-mt-24 { scroll-margin-top: 6rem;}
.py-8 { padding-top: 2rem; padding-bottom: 2rem;}
.mb-6 { margin-bottom: 1.5rem;}
.grid { display: -ms-grid; display: grid;}
@media (min-width: 1024px) { .lg\:grid-cols-3 { -ms-grid-columns: (minmax(0, 1fr))[3]; grid-template-columns: repeat(3, minmax(0, 1fr));}}
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem* var(--tw-space-y-reverse));
}
.flex-1 { -webkit-box-flex: 1; -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%;}
.shrink-0 { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0;}
.fa-location-dot:before, .fa-map-marker-alt:before { content: "\f3c5";}
.md:block {  display: block;}
.bg-gray-200 {  --tw-bg-opacity: 1;    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));}
.w-px { width: 1px;}
.text-\[\#00b085\] { --tw-text-opacity: 1; color: rgb(0 176 133 / var(--tw-text-opacity, 1));}
.text-red-500 { --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity, 1));}
.font-black { font-weight: 900;}
.font-bold { font-weight: 700;}
.text-gray-400 { --tw-text-opacity: 1;  color: rgb(156 163 175 / var(--tw-text-opacity, 1));}
.tracking-widest { letter-spacing: 0.1em;}
.uppercase { text-transform: uppercase;}
.font-extrabold { font-weight: 800;}
.text-\[12px\] { font-size: 12px;}
.pad-5 { padding: 1.25rem; }
.pat-2 { padding-bottom: 0.5rem; }
.pax-5 { padding-left: 1.25rem; padding-right: 1.25rem;}
.overflow-y-auto { overflow-y: auto;}
.h-\[420px\] { height: 420px;}
.h-\[calc\(100\%-48px\)\] { height: calc(100% - 48px);}
.relative { position: relative;}
.see-more-btn { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--pislaka-green); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; margin-top: 1rem; cursor: pointer; background: transparent; border: none; padding: 4px 0; outline: none; }
.see-more-btn:hover { color: var(--pislaka-dark-green); }
.see-more-btn i { font-size: 12px; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }
.see-more-btn:hover i { -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); }
.see-more-btn.less i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.see-more-btn.less:hover i { -webkit-transform: rotate(180deg) translateY(-2px); -ms-transform: rotate(180deg) translateY(-2px); transform: rotate(180deg) translateY(-2px); }
.stat-card1 { background: white; border: 1px solid #f3f4f6; border-radius: 1rem; padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); height: 9.5rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-transition: border-color 0.2s; transition: border-color 0.2s; }
.stat-card1:hover { border-color: var(--green); }
.stat-card1 .label { font-size: 11px; font-weight: 800; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.1em;  }
.stat-card1 .value { font-size: 32px; font-weight: 900; color: #111827; line-height: 1;  }
.stat-card1 .desc { font-size: 12px; color: #6b7280; }
.text-\[8px\] { font-size: 8px; }
.text-\[10px\] {font-size: 10px;}
.z-10 { z-index: 10;}
.bg-gray-50\/50 { background-color: rgb(249 250 251 / 0.5);}
@media (min-width: 1024px) {.lg\:w-\[300px\] { width: 300px;}}
.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
@media (min-width: 1024px) {.lg\:gap-12 { gap:3rem}.lg\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem* calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem* var(--tw-space-y-reverse));}
.bg-gray-200\/50 { background-color: rgb(229 231 235 / 0.5);}
.w-full { width: 100%;}
.h-px { height: 1px;}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {    --tw-space-y-reverse: 0;    margin-top: calc(2.5rem* calc(1 - var(--tw-space-y-reverse)));    margin-bottom: calc(2.5rem* var(--tw-space-y-reverse));}

/* Investment Section Styles */
.investment-section {
    margin-top: 32px;
}

.investment-block {
    margin-bottom: 24px;
    background: #F7F7FB;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 24px;
}

.investment-block:last-child {
    margin-bottom: 0;
}

.investment-title {
    font-size: 18px;
    font-weight: 650;
    color: #1f2937;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    margin-bottom: 0.5rem;
}

.investment-content {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
}

.investment-content p {
    margin-bottom: 8px;
}

.investment-content p:last-child {
    margin-bottom: 0;
}

.investment-label {
    font-weight: 650;
    color: #1f2937;
}

/* Reviews Section Styles */
.reviews-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .reviews-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.reviews-column .reviews-subtit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.reviews-column.advantages .reviews-subtit {
    color: #10c299;
}

.reviews-column.drawbacks .reviews-subtit {
    color: #ef4444;
}

.reviews-column .reviews-subtit i {
    font-size: 16px;
}

.reviews-divider {
    height: 1px;
    margin-bottom: 16px;
}

.advantages .reviews-divider {
    background: #BBF7D0;
}

.drawbacks .reviews-divider {
    background: #FECACA;
}

.review-item-card {
    display: block;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 16px;
    text-decoration: none;
}

.advantages .review-item-card {
    --tw-border-opacity: 1;
    border-color:  #BBF7D0;
    background-color: rgb(240 253 244 / 0.3);
}

.drawbacks .review-item-card {
    --tw-border-opacity: 1;
    border-color:  #FECACA;
    background-color: rgb(254 242 242 / 0.3);
}


.review-date {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
}

.review-date i {
    font-size: 10px;
    color: #9ca3af;
}

.review-item-card .review-item-tit {
    font-size: 15px;
    font-weight: 650;
    color: #1f2937;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    margin-bottom: 0.5rem;
}

.review-item-card p {
    font-size: 15px;
    color: #1f2937;
    line-height: 1.5;
    margin: 0;
}

/* Video Gallery Styles */
.video-gallery-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.video-gallery-hero .w-1\/2 {
    width: 50%;
}

.video-gallery-main,
.video-gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

/* 右侧网格布局 */
#video-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
}

/* Market Snapshot 卡片网格 */
.market-snapshot-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.market-snapshot-grid .stat-card {
    width: 100%;
}

/* 视频查看更多按钮 - 楼盘详情页样式 */
.video-gallery-item .pic-num {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 12px;
    bottom: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #151929;
    font-weight: 500;
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
}

.video-gallery-item .pic-num i {
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAAXNSR0IArs4c6QAAAA9QTFRFAAAAACoqFRgpFRopFRkpB0BeeAAAAAR0Uk5TAAaI5g0tTyYAAABnSURBVHja7ZLBCYAwEARXsYDDDmItKdtatINwHSisIi7qx4dguHmESYb7hENwR8NjSLyUycWBljmB9CZ+ZOyYOtBteeRLNnFOPxL5beafL8ggLs5pZpwyLnkGKS7+a2LPK8ux59+zAk3oMV9HgTp1AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

/* 视频查看弹窗 */
/* 视频查看弹窗 - 楼盘详情页样式 */
.out-video-swiper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.out-video-swiper .video-gallery-top {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.out-video-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.out-video-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.video-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.video-slide-content a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.video-slide-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-play-icon-large {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.video-play-icon-large i {
    font-size: 32px;
    color: #333;
    margin-left: 5px;
}

.out-video-swiper .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10000;
}

.out-video-swiper .close i {
    font-size: 20px;
    color: #333;
}

/* 左右切换按钮 - 楼盘详情页样式 */
.out-video-swiper .swiper-button-next,
.out-video-swiper .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: auto;
    z-index: 10001;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.out-video-swiper .swiper-button-next:hover,
.out-video-swiper .swiper-button-prev:hover {
    background: #fff;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.out-video-swiper .swiper-button-next {
    right: 20px;
}

.out-video-swiper .swiper-button-prev {
    left: 20px;
}

.out-video-swiper .swiper-button-next i,
.out-video-swiper .swiper-button-prev i {
    font-size: 20px;
    color: #333;
}

/* 移除 Swiper 默认的 after 伪元素 */
.out-video-swiper .swiper-button-next:after,
.out-video-swiper .swiper-button-prev:after {
    display: none;
}

.video-gallery-main img,
.video-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.video-gallery-main:hover img,
.video-gallery-item:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.video-gallery-main .play-icon,
.video-gallery-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 18px;
    z-index: 10;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
}

.video-gallery-main .duration,
.video-gallery-item .duration {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    z-index: 10;
}

/* 查看更多按钮样式 - 复刻 property_xf_new.njk 中的 .pic-num 样式 */
.video-view-more-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #ffffff;
    color: #1f2937;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    z-index: 20;
    -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
    letter-spacing: 0.03em;
    border: none;
    cursor: pointer;
}

.video-view-more-btn:hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.video-view-more-btn i {
    font-size: 14px;
}

/* 重写查看更多按钮样式以匹配截图中的 replica-view-more-btn */
.video-view-more-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #ffffff;
    color: #1f2937;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    z-index: 20;
    -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
    letter-spacing: 0.03em;
    border: none;
    cursor: pointer;
}

.video-view-more-btn:hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.video-view-more-btn i {
    font-size: 14px;
}

.video-card-hidden {
    display: none;
}

#video-grid.show-all .video-card-hidden {
    display: block;
}

.video-info {
    margin-top: 1rem;
}

.video-info h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.375;
}

.video-info p {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Responsive styles for video gallery */
@media (max-width: 768px) {
    .video-gallery-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .video-gallery-hero .w-1\/2 {
        width: 100%;
    }
    
    .video-view-more-btn {
        right: 6px;
        bottom: 6px;
        padding: 6px 12px;
        font-size: 11px;
    }
}
