.page{
    width:100%;
}
.top_banner{
    width:100%;
    padding-top:28px;
    background: url(/statics/v2/images/price_bg.png)50% 50% no-repeat;
    background-size: cover;
    padding-bottom: 28px;
}
.main{
    width:1200px;
    position: relative;
    margin:auto;
}
.searchUnit{
    width:600px;
    background-color:rgba(255,255,255,0.85);
    border: 1px solid #cccccc;
    color: red  ;
    border-radius: 3px;
    margin: auto;
    margin-bottom:28px;
    position: relative;
}
.searchUnit input{
    width:100%;
    height:46px;
    line-height:46px;
    padding-left:20px;
    /* background-color: transparent; */
    border:none;
    padding-right:46px;
    outline: none;
}
.searchUnit a.searchBtn{
    display:block;
    width:64px;
    height:46px;
    background: url(/statics/v4/images/search_hover.png) center center no-repeat;
    background-size:24px 24px;
    position:absolute;
    top:0px;
    right:0px;
}
.searchUnit a.searchBtn:hover{
    background: url(/statics/v4/images/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;
}
.filter-item{
    border-bottom:none;
}
.filter-label{
    color:#666;
    font-size:16px;
}
.filter-option{
    color: #000000;
}
.filter-option.active, .filter-option:hover {
    color:#fff;
    background-color: #c4151c;
    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 select{
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding-left: 15px;
    outline: none;
    color: #666;
}
@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;
    }
}
.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:43px;
    padding-right:43px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#000000;
    font-weight: bold;
    cursor: pointer;
}
.tabBtn a:hover{
    color: #c4151c !important;
}
.tabBtn a:last-child{
    margin-right:0px;
}
.tabBtn a.active{
    border-radius: 3px;
    border: solid 1px #c4151c;
    color: #c4151c;
}

.am-table-bordered{
    border:none;
    border-collapse: collapse;
}
.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;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}
.am-table>tbody>tr>td{
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 5px 10px;
}
.am-table>tbody>tr>td .brNumber{
    background: #38f;
    border-radius: 0px 5px 5px 0;
    padding: 0.5px 9px;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    margin-left: -4px;
    font-size: 16px;
}
.am-table>tbody>tr>td .logoa{
    display: block;
    width: 90px;
    border: 1px solid #ececec;
}
.am-table>tbody>tr:nth-child(odd){
    background: #fff;
}
.am-table>tbody>tr:nth-child(even){
    background: #fafafa;
}
.am-btn-primary{
    background-color: #c4151c;
    border-color: #c4151c;
}
.am-btn-primary:focus,
.am-btn-primary:hover{
    background-color: #c4151c;
    border-color:#c4151c;
}
.mediaName_td{
    text-align: left !important;
    width:150px !important;
}
.memberCost a{
    color: #c0897a;
}
.memberCost a:visited,.memberCost a:hover{
    color: #c4151c;
}
.memberCost a.clickLogin{
    border: 1px solid #c4151c;
    padding: 2px 4px;
    border-radius: 3px;
}
.textDection{
    text-decoration: underline;
    color: #0580ff;
}
.textDection:hover{
    text-decoration: none;
}
.textOverflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    display: block;
    cursor: pointer;
}

.selectBoxa{
    float: left;
}

.selectBoxa select {
    width: 150px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding-left: 15px;
    outline: none;
    color: #666;
}

/*分页样式*/
#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #c4151c;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover{
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #c4151c;
    border-color: #c4151c;
    color: #FFF
}

#page li:hover{
    background-color: #c4151c !important;
    border-color: #c4151c;
    color: #FFF
}

 #page li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
}

#page li.xl-jumpText:hover{
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}

#page li.xl-jumpButton{
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{
    -moz-appearance:textfield;
}
.search-keywords{
    width: 100%;
    margin-top:20px; 
    overflow: hidden;
    display: flex;
    align-items: center;
}
.keywords-content{
    margin-left:36px;
}
.keywords-content input{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.keywords-content button{
    background-color: #c4151c;
    border-color: #c4151c;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    -moz-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
}

.filter-tag{
    width: 100%;
    margin-top:20px; 
    overflow: hidden;
}
.filter-tag .tag_title{
    color: #666;
    font-size: 16px;
    float: left;
}

.filter-tag ul{
    margin-left:30px;
    float: left; 
    display: flex;
}
.filter-tag ul li{
    padding:0 10px;
    color: #c4151c;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border: 1px solid #c4151c;
    height: 30px;
    line-height: 30px;
    position: relative;
    border-radius: 5px;
    display: none;
}

.filter-tag ul li:last-child{
    margin-right: 0;
}

.filter-tag ul li i{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    /*font-weight: bold;*/
    height: 29px;
    line-height: 30px;
    text-align: center;
}
.filter-tag ul li.button{
    padding:0 10px;
    background: #c4151c;
    color: #fff;
    border: none;
    display: block;
}
.font-color{
    font-weight: bold;
    color: #e9573f;
}
.font-colorNone{
    text-decoration: line-through;
}