        .filter-where {
            font-size: 15px;
        }

        .filter-where>li>.where-child {
            border-top: 1px solid #e2e2e2;
            line-height: 40px;
            padding: 0 15px;
        }

        .filter-where>li>.where-child>span {
            clear: both;
            float: right;
            font-size: 24px;
            color: #727272
        }

        .filter-where>li>.where-child:hover {
            background-color: #e2e2e2;
            cursor: pointer
        }
        .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            /*max-width: 1200px;*/
        }

        

        .box .image-container {
            width: 100%;
            /*height: 220px; !* 统一图片高度 *!*/
            padding-top: 100%;
            /* 保持高度和宽度一致 */
            background-size: cover;
            background-position: center;
        }

        .content {
            padding: 10px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .title {
            font-size: 24px;
            color:#bf0000;
            font-weight: bold;
            margin: 0;
            line-height: 1.2em;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        .title>span{font-size: 14px;}

        .description {
            font-size: 14px;
            margin: 5px 0 0 0;
            line-height: 1.2em;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .show {
            display: block;
            padding: 10px 0 10px 10px;
        }

        .hidden {
            display: none;
        }

        .layui-input:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff !important;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
        }

        .categories {
            text-align: center;
            padding: 20px 0;
            border-bottom: 1px solid #ddd;
        }

        .categories h2 {
            margin: 0;
            padding-bottom: 10px;
            font-size: 20px;
            color: #333;
            border-bottom: 2px solid #f56c6c;
            display: inline-block;
        }

        .categories .category-list {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 20px;
        }

    
        .categories .category-item img {
            width: 60%;
            height: auto;
            border-radius: 50%;
            object-fit: cover;
        }

        .categories .category-item p {
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold;
            color: #666;
        }