/* slider样式 */
.layui-slider {
    height: 14px;
    border-radius: 7px;
}
.layui-slider-bar {
    border-radius: 7px;
}
.layui-slider-wrap {
    top: -12px;
}
.layui-slider-wrap-btn {
    width: 15px;
    height: 15px;
    /* border-radius: 8px; */
}
.layui-slider-tips {
    background: #a81010;
}
.layui-slider-tips:after {
    border-color:#a81010 transparent transparent transparent
}


/* 表格样式 */
.layui-table-cell {
    height: auto;
    text-align: center;
}
.layui-table td, .layui-table th {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.layui-table img {
    max-width: 100% !important;
}
.layui-table-tool-self {
    right: unset;
    left: 17px;
}

.layui-table-checked {
    background-color: rgba(276,178,83,.5);
}
.layui-table-checked.layui-table-hover {
    background-color: rgba(276,178,83,1);
}
/* .table-head {
    font-size: 12px;
    text-align: center;
} */

.layui-laypage a:hover {
    color: var(--main-color);
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
}

#product-page {
    position: absolute;
    opacity: 0;
    z-index: -1;
    margin-top: 6.25rem;
}
#product-page.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.layui-laypage a, .layui-laypage span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
}