
.products .me1 {
            background-color: #f8f9fa;
            padding: 20px;
        }
        .table-responsive {
            margin-top: 20px;
        }
        .table {
            border-radius: 10px !important;
            table-layout: auto;
            background: #fff;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .table th {
            width: 20px !important;
            background: #337ab7;
            color: white;
            text-align: center;
            vertical-align: middle;
        }
        .table td {
            width: 20px !important;
            vertical-align: middle;
            text-align: center; /* 设置单元格内容居中 */
        }
        .table tbody tr:hover {
            background: #f1f1f1;
        }
        .btn-order {
            background: #28a745;
            color: white;
            padding: 5px 10px;
            border-radius: 3px;
            text-decoration: none;
        }
        .btn-order:hover {
            background: #218838;
        }


