hr{
    background-color:red;
}
h2{
    color: #00bf00;
}

.hot-search {
    margin: 12px 0 18px;
    line-height: 1.8;
    font-size: 14px;
}

.hot-search .page-link {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.hot-search .page-link:hover {
    border-color: #ff7a00;
    color: #ff7a00;
}

.list-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 18px;
    margin: 28px 0 36px;
    padding: 16px 12px;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.list-pager-total {
    font-weight: 600;
    white-space: nowrap;
}

.list-pager-size select {
    height: 36px;
    min-width: 96px;
    padding: 0 28px 0 10px;
    border: 1px solid #ff7a00;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    appearance: auto;
}

.list-pager-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.list-pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1;
}

a.list-pager-btn:hover {
    border-color: #ff7a00;
    color: #ff7a00;
}

.list-pager-btn.is-active {
    background: #ff7a00;
    border-color: #ff7a00;
    color: #fff;
    font-weight: 600;
}

.list-pager-btn.is-disabled {
    color: #bbb;
    background: #fafafa;
    border-color: #e8e8e8;
}

.list-pager-ellipsis {
    padding: 0 4px;
    color: #888;
}

.list-pager-goto {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.list-pager-goto input {
    width: 52px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 768px) {
    .list-pager {
        flex-direction: column;
        align-items: stretch;
    }
    .list-pager-nav,
    .list-pager-goto,
    .list-pager-size,
    .list-pager-total {
        justify-content: center;
    }
    .list-pager-size select {
        width: 100%;
    }
}


.table
{
    width: 100%;
    padding: 0;
    margin: 0;
}
th {

    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA no-repeat;
}
td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    font-size:14px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}
td.alt {
    background: #F5FAFA;
    color: #797268;
}
th.spec,td.spec {
    border-left: 1px solid #C1DAD7;
}
html>body td{ font-size:14px;}
tr.select th,tr.select td
{
    background-color:#CAE8EA;
    color: #797268;
}