.left-silder-container {
            width: 320px;
            max-height: 100vh;
            background-color: #fff;
            box-shadow: 2px 0 8px rgba(0,0,0,0.08);
            display: flex;
            flex-direction: column;
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 9999999;
            transition:transform  0.3s ease;
        }
        .left-silder-container.closed {
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }
        .left-silder-header {
            padding: 20px;
            border-bottom: 1px solid #e0e0e0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .left-silder-title {
            font-size: 18px;
            font-weight: 500;
            color: #333;
            margin: 0;
        }
        .left-silder-close {
            width: 32px;
            height: 32px;
            border: none;
            background-color: transparent;
            cursor: pointer;
            font-size: 24px;
            color: #999;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .left-silder-close:hover {
            background-color: #f5f5f5;
            color: #666;
        }
        .left-silder-results {
            padding: 15px 20px;
            font-size: 14px;
            color: #666;
            border-bottom: 1px solid #e0e0e0;
            font-weight: 500;
            height: auto;
            padding-bottom: 10px;
        }
        .left-silder-results::after{
            clear: both;
        }
        .left-silder-results label{
            float: left;
            margin-bottom: 5px;
        }
        .left-silder-results a{
            font-size: 10px;
            margin-left: 10px;
            padding-bottom: 3px;
            padding-top: 3px;
            padding-left: 5px;
            border: 1px #ddd solid;
            float: left;
            margin-bottom: 5px;
        }
        .left-silder-results span{
            padding-left: 5px;
            padding-right: 5px;
            color: red;
        }
        .left-silder-content {
            flex: 1;
            overflow-y: auto;
            padding: 0px;
            padding: 0px 10px;
        }
        .left-silder-footer {
            padding: 20px;
            border-top: 1px solid #e0e0e0;
        }
        .left-silder-view-results {
            width: 100%;
            padding: 12px;
            background-color: #141543;
            color: #fff;
            border: none;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .left-silder-view-results:hover {
            background-color: #141543;
        }
        /* 滚动条样式 */
        .left-silder-content::-webkit-scrollbar {
            width: 6px;
        }
        .left-silder-content::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        .left-silder-content::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 3px;
        }
        .left-silder-content::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }


        /* 左侧筛选面板样式 */
        
        .search-left-silder-header {
            padding: 10px 0px;
            border-bottom: 1px solid #f0f0f0;
            margin-bottom: 10px;
        }
        .search-left-silder-title {
            font-size: 18px;
            font-weight: 500;
            color: #333;
            margin: 0 0 15px 0;
        }
        .search-left-silder-search-box {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .search-left-keyword-btn {
            width: 45px;
            height: 32px;
            border: none;
            background-color: transparent;
            cursor: pointer;
            font-size: 24px;
            color: #999;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            transition: all 0.3s ease;
            border: 1px #141543 solid;
            background-color: #141543;
            color: #fff;
            margin-left: 10px;
        }
        .search-left-silder-search-input {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 0px;
            font-size: 14px;
            padding-right: 40px;
            outline: none;
            transition: border-color 0.3s ease;
            box-sizing: border-box;
        }
        .search-left-silder-search-input:focus {
            border-color: #141543;
        }
        .search-left-silder-search-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            width: 16px;
            height: 16px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .search-left-silder-tabs {
            display: flex;
            border-bottom: 1px solid #f0f0f0;
        }
        .search-left-silder-tab {
            flex: 1;
            text-align: center;
            padding: 12px;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            transition: all 0.3s ease;
            position: relative;
        }
        .search-left-silder-tab.active {
            color: #141543;
            font-weight: 500;
        }
        .search-left-silder-tab.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #141543;
        }
        .search-left-silder-content {
            padding: 0px;
            padding-bottom: 10px;
        }
        .search-left-silder-section {

        }
        .search-left-silder-section-title {
            font-size: 16px;
            font-weight: 500;
            color: #333;
            margin: 0 0 15px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        .search-left-silder-section-toggle {
            background: none;
            border: none;
            color: #999;
            cursor: pointer;
            font-size: 12px;
            padding: 4px 8px;
            border-radius: 0px;
            transition: all 0.3s ease;
        }
        .search-left-silder-section-toggle:hover {
            background-color: #f5f5f5;
            color: #666;
        }
        /* 可折叠内容容器 */
        .search-left-silder-section-content {
            max-height: 1000px;
            transition: max-height 0.3s ease;
        }
        /* 收起状态 */
        .search-left-silder-section.collapsed .search-left-silder-section-content {
            display: none;
            margin-bottom: 0;
        }
        /* 展开/收起图标 */
        .search-left-silder-section-expand-icon {
            width: 12px;
            height: 12px;
            fill: none;
            stroke: #999;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: transform 0.3s ease;
            margin-left: 8px;
        }
        .search-left-silder-section.collapsed .search-left-silder-section-expand-icon {
            transform: rotate(-90deg);
        }
        .search-left-silder-shape-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }
        .search-left-silder-shape-item {
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 0px;
            border: 1px solid transparent;
            padding-top: 8px;
            padding-bottom: 5px;
        }
        .search-left-silder-shape-item:hover {
            background-color: #f5f5f5;
        }
        .search-left-silder-shape-item.selected {
            background-color: #f0f7ff;
            border: 1px solid #141543;
        }
        .search-left-silder-shape-image {
            width: 50px;
            height: 50px;
            margin: 0 auto 5px;
            background-color: #f9f9f9;
            border-radius: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        .search-left-silder-shape-item.selected .search-left-silder-shape-image {
            background-color: #e6f0ff;
        }
        .search-left-silder-shape-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        .search-left-silder-shape-name {
            font-size: 12px;
            color: #666;
            margin: 0;
        }
        .search-left-silder-slider {
            margin-bottom: 15px;
            padding-left: 10px;
            padding-right: 10px;
        }
        .search-left-silder-slider-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
            color: #666;
        }
        .search-left-silder-slider-value {
            font-weight: 500;
            color: #141543;
        }
        .search-left-silder-slider-value i{
            font-size: 12px;
        }
        .search-left-silder-checkbox-group {
            margin-bottom: 10px;
        }
        .search-left-silder-checkbox-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            cursor: pointer;
        }
        .search-left-silder-checkbox-item:last-child {
            margin-bottom: 0;
        }
        .search-left-silder-checkbox-item input[type="checkbox"] {
            margin-right: 8px;
        }
        .search-left-silder-checkbox-item label {
            font-size: 14px;
            color: #666;
            cursor: pointer;
        }
        .search-left-silder-select {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #e0e0e0;
            border-radius: 0px;
            font-size: 14px;
            outline: none;
            background-color: #fff;
            cursor: pointer;
            transition: border-color 0.3s ease;
        }
        .search-left-silder-select:focus {
            border-color: #141543;
        }
        .search-left-silder-divider {
            height: 1px;
            background-color: #f0f0f0;
            margin: 20px 0;
        }
        .search-left-silder-footer {
            padding: 20px;
            border-top: 1px solid #f0f0f0;
        }
        .search-left-silder-actions {
            display: flex;
            gap: 10px;
        }
        .search-left-silder-reset-btn {
            flex: 1;
            padding: 10px 15px;
            background-color: #fff;
            color: #666;
            border: 1px solid #e0e0e0;
            border-radius: 0px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .search-left-silder-reset-btn:hover {
            background-color: #f5f5f5;
        }
        .search-left-silder-apply-btn {
            flex: 1;
            padding: 10px 15px;
            background-color: #141543;
            color: #fff;
            border: none;
            border-radius: 0px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .search-left-silder-apply-btn:hover {
            background-color: #141543;
        }

        