.product_main {
    background-color: #f5f5f5;
}

.product_main .w-100 {
    width: 100%;
    max-width: 1215px;
}

.product_main .m-auto {
    margin: 0 auto;
}

.product_main .sx {
    width: 1px;
    height: 24px;
    background-color: #CDCDCD;
    margin-right: 12px;
    padding: 0;
}

.product_main .list {
    padding: 0px;
}

.product_main .list .list_title {
    padding: 15px 0px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 19px;
    margin: 0;
}

.product_main .list .list_xtitle {
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.product_main .list .list_xtitle .order {
    text-align: right;
}

.product_main .list .list_xtitle .order a {
    color: #0d6efd;
    cursor: pointer;
    margin-left: 15px;
}

.product_main .list .list_xtitle .hr {
    color: #999;
    padding: 0 2px;
}

.product_main .list .list_xtitle .score a {
    color: #0d6efd;
    cursor: pointer;
}

.product_main .list .list_xtitle .score a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.product_main .list .list_xtitle .order a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.product_main .list dl {
    padding: 5px 5px;
    display: flex;
    margin-bottom: 5px;
}

.product_main .list dt,
.product_main .list dd {
    font-size: 14px;
    color: #4A4B4F;
    padding: 5px 14px;
    border-radius: 5px;
    margin: 5px 5px 0 5px;
}

.product_main .list .wr {
    padding: 5px 0;
    margin-left: 0;
}

.product_main .list dt {
    font-size: 15px;
    color: #929292;
}

.product_main .list dd {
    cursor: pointer;
}

.product_main .list dd:hover,
.product_main .list .select {
    background-color: var(--tp-theme-primary);
    color: #ffffff;
}

.product_main .list .list_data {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    margin-top: 12.5px;
}

.product {
    margin: 7.5px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.product:hover {
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product:hover .product-header a {
    display: block;
    cursor: pointer;
}

.product-header {
    position: relative;
}

.product-header img {
    width: 100%;
    margin-bottom: 3px;
    border-radius: 3px;
}

.product-header a {
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 5px;
    background-color: #0A8DFF;
    color: #ffffff !important;
    position: absolute;
    right: 5px;
    bottom: 9px;
    display: none;
}

.product-header a:hover {
    background-color: var(--tp-theme-secondary);
    transition: all 0.3s ease-out 0s;
}

.product-footer {
    width: 100%;
}

.product-footer .payParams {
    font-size: 24px;
    color: #ec0000;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 5px 0;
}

.product-footer .font12 {
    font-size: 12px;
    margin-left: 5px;
}

.product-footer .iconfont {
    position: relative;
    background: #e5008d;
    border-radius: 2px;
    font-size: 9px;
    color: #fff;
    padding: 0 5px;
}

.product-footer .title {
    font-size: 12px;
    color: #030303;
}

.product-footer .text {
    margin-top: 8px;
    font-size: 12px;
    color: #8e8585;
}

.product_main .list_fy {
    margin-top: 10px;
    text-align: center;
}


.product_main .member_center_right_main_title {
    font-size: 14px;
    color: #AFAFAF;
    text-align: center;
    display: flex;
}

.product_main .member_center_right_main_one {
    width: 425px;
    margin: 0 auto;
}

.product_main .input_title {
    width: 70px;
    text-align: left;
    font-size: 14px;
    color: #7E7E7E;
    height: 39px;
    line-height: 39px;
}

.product_main .input_input input {
    width: 100%;
    border-radius: 5px;
    height: 39px;
    border: none;
    background-color: #fefefe;
    padding-left: 10px;
    border: 1px solid #eee;
}

.product_main .input {
    margin-bottom: 0px;
}

.product_main .verify-input {
    display: block;
    font-size: 14px;
    color: #ffffff;
    background-color: #0A8DFF;
    width: 87px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 5px;
    margin-left: 12px;
    border: 0;
    cursor: pointer;
}

.product_main .verify-input:hover {
    background-color: #0670ce;
}

.product_main .tips {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #ffffff;
    background-color: #ED4848;
    border-radius: 100%;
    margin-right: 10px;
    display: block;
    margin-top: 3px;
}


.table {
    width: 100%;
    color: #ced4da
}

.font14 {
    color: #333;
    font-size: 15px;
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa
}

.modal-body .pagination {
    margin: 5px !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.remark {
    position: fixed;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    right: 50px;
}

.col-lg-2-4 {
    flex: 0 0 auto;
    width: 18.8%;
    margin: 0.6%;
}

@media(max-width:1200px) {
    .col-lg-2-4 {
        width: 18.8%;
        margin: 0.6%;
    }
}

@media(max-width:992px) {
    .col-lg-2-4 {
        width: 23.6%;
        margin: 0.7%;
    }
}

@media(max-width:768px) {
    .col-lg-2-4 {
        width: 31.4%;
        margin: 0.8%;
    }
}

@media(max-width:576px) {
    .col-lg-2-4 {
        width: 48%;
        margin: 1%;
    }

    .product-footer .text {
        margin-top: 0px;
    }

    .product_main .list .list_data {
        margin: 5px -15px 0 -15px;
    }

    .product_main .list .list_xtitle {
        margin: 0px -10px 0 -10px;
    }
}