.page {
    width: 100%;
}

.top_banner {
    width: 100%;
    height: auto;
    padding-top: 28px;
    background: url(/static/t2023/images/promotion/jg-bg.png);
    background-size: cover;
    padding-bottom: 30px;
    min-width: 1200px;
}

.main {
    width: 1200px;
    position: relative;
    margin: auto;
}

.searchUnit {
    background-color: rgba(255, 255, 255, 0.85);
    border: solid 1px #ffffff;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 28px;
    position: relative;
}

.searchUnit input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background-color: transparent;
    border: none;
    padding-right: 50px;
    outline: none;
}

.searchUnit a.searchBtn {
    display: block;
    width: 80px;
    height: 40px;
    background: #C11313;
    border-radius: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

/* .searchUnit a.searchBtn:hover{background: url(/static/t5_1/images/price/search_hover.png) center center no-repeat;background-size:24px 24px;} */
.filter {
    width: 100%;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.filter-item {
    border-bottom: none;
}

.filter-label {
    color: #666;
    font-size: 16px;
}

.filter-option {
    color: #999;
}

.filter-option.active,
.filter-option:hover {
    color: #fff;
    background-color: #c72a33;
    border-radius: 3px;
}

.selectBox {
    margin: 0 0 0 92px;
}

.selectBox .unit {
    width: 150px;
    height: 36px;
    position: relative;
    margin-right: 20px;
    float: left;
}

.selectBox .unit:last-child {
    margin-right: 0px;
}

.selectBox .unit i {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-style: normal;
    cursor: pointer;
    border: solid 1px #c9c9c9;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 34px;
    background: url('/static/t5_1/images/price/xiala_jiantou.png') 95% center no-repeat;
    background-size: 10px 6px;
}

.selectBox .unit ul {
    display: none;
    padding: 0px 4px;
    width: 150px;
    position: absolute;
    left: 0px;
    top: 34px;
    z-index: 8888;
    overflow: visible;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #c9c9c9;
}

.selectBox .unit ul li.filter-option {
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    margin: auto;
    color: #999;
}

.selectBox .unit ul li.filter-option.active {
    color: #c0897a;
    background-color: transparent;
}

.selectBox .unit ul li.filter-option:hover {
    color: #c0897a;
    background-color: #F3F0F0;
}

@media screen and (min-width: 640px) {
    .filter-item {
        padding: 0px;
        margin-top: 23px;
    }

    .filter-label {
        text-align: left;
        left: 0px;
        top: 0;
    }

    .filter-list {
        margin: 0 0 0 92px;
    }

    .searchUnit {
        width: 700px;
    }
}

.tableSection {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
}

.tabBtn {
    width: 100%;
    text-align: center;
    margin-bottom: 34px;
}

.tabBtn a {
    display: inline-block;
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #888;
    margin-right: 15px;
}

.tabBtn a:last-child {
    margin-right: 0px;
}

.tabBtn a.active {
    border-radius: 3px;
    border: solid 1px #c72a33;
    color: #c72a33;
}

.am-table-bordered {
    border: none;
}

.am-table-bordered>tbody>tr>td,
.am-table-bordered>tbody>tr>th,
.am-table-bordered>tfoot>tr>td,
.am-table-bordered>tfoot>tr>th,
.am-table-bordered>thead>tr>td,
.am-table-bordered>thead>tr>th {
    border-left: none;
}

.am-table-bordered>tbody>tr>td,
.am-table-bordered>tbody>tr>th,
.am-table-bordered>tfoot>tr>td,
.am-table-bordered>tfoot>tr>th,
.am-table-bordered>thead>tr>td,
.am-table-bordered>thead>tr>th {
    border-top: none;
}

.am-table>thead>tr>th {
    border-bottom: none;
    background-color: #ebebeb;
    font-size: 16px;
    color: #787878;
    font-weight: normal;
}

.am-table-bordered>thead+tbody>tr:first-child>td,
.am-table-bordered>thead+tbody>tr:first-child>th {
    border-top: none;
}

.am-table-striped>tbody>tr:nth-child(odd)>td,
.am-table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

.am-table-striped>tbody>tr:nth-child(even)>td,
.am-table-striped>tbody>tr:nth-child(even)>th {
    background-color: #fafafa;
}

.am-table-striped>tbody>tr:hover>td,
.am-table-striped>tbody>tr:hover>td {
    background-color: #ffffff;
}

.am-table-striped>tbody>tr>td * {
    color: #8a8686;
}

.am-table-striped>tbody>tr>td a {
    color: #c0897a;
}

.am-table-striped>tbody>tr>td a.orange {
    color: #f2761c
}

.am-table-striped>tbody>tr>td.am-hide-sm-only {
    color: #555;
}

.am-table-striped>tbody>tr:hover,
.am-table-striped>tbody>tr:hover {
    box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.1);
    z-index: 555;
}

.am-table-striped>tbody>tr:hover>td a {
    color: #ff4e00
}

.am-btn-primary {
    background-color: #c72a33;
    ;
    border-color: #c72a33;
    ;
}

.am-btn-primary:focus,
.am-btn-primary:hover {
    background-color: #c72a33;
    border-color: #c72a33;
}

.mediaName_td {
    text-align: left !important;
    width: 150px !important;
}

.memberCost a {
    color: #c0897a;
}

.memberCost a:visited,
.memberCost a:hover {
    color: #ff4e00;
}

.td70 {
    width: 70px;
}

.td80 {
    width: 80px;
}

/* 页码 */
.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ellipsis {
    border: none;
}

#result_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.ellipsis {
    margin-left: 10px;
}

/* 输入框 */
input {
    border: none;
}

input:focus {
    outline: none;
    border: none;
}

/* 适配 */
@media screen and (max-width: 750px) {
    .top_banner {
        width: 100%;
        min-width: 280px;
    }
    .w1200{
        width: 100%;
    }
    .searchUnit {
        width: 600px;
    }
}

@media screen and (max-width: 600px) {
    .searchUnit {
        width: 100%;
    }
}
.jian {
    background: #FF5722;
    color: #fff !important;
    padding: 2px;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
