/**!
 * 新疆塔城交易信息
 * date:2022-1-18
 * author: zzongyi;
 */


.module {
    margin-left: 259px;
    overflow: hidden;
}

/* 筛选 */
.fliter {
    line-height: 66px;
    background-image: linear-gradient(#fff,#f2f5fd);
}

.filter-name {
    width: 62px;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.fliter-list {
    margin-left: 62px;
}

.fliter-item {
    float: left;
    padding: 0 11px;
    height: 28px;
    line-height: 26px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 19px 10px;
    cursor: pointer;
}

.fliter-item.active {
    color: #4b7ade;
    border: 1px solid #4b7ade;
}


/* 搜索 */
.search-box {
    margin-top: 27px;
    margin-bottom: 17px;
    padding-left: 3px;
    font-size: 16px;
}

input::-webkit-input-placeholder{
    color:#bbbfc9;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bbbfc9;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bbbfc9;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#bbbfc9;
}

.search-box span {
    font-weight: bold;
    padding-left: 30px;
    font-size: 16px;
}

.search-box  input{
    width: 290px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #d3d8e0;
    padding: 0 10px;
}

.search-box button {
    width: 70px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-image: linear-gradient(to right, #4b7ade , #8ab1f9);
    cursor: pointer;
}

/* 表格 */
.trade-table {
    width: 100%;
}
.trade-table  thead{
    line-height: 50px;
    background: url("../images/trade-table-hd.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;

}

.trade-table th,
.trade-table td {
    text-align: center;
}

.trade-table tbody {
   /* min-height: 480px;*/
}

.trade-table tbody tr {
    line-height: 48px;
    font-size: 15px;
    color: #666;
}

.trade-table tbody tr:nth-child(2n) {
    background: url("../images/trade-table-bd.png");
    background-size: 100% 100%;
}

.trade-table tbody tr:hover,
.trade-table tbody tr:hover .trade-link{
    color: #4b7ade;
}

.trade-link {
    display: block;
    width: 564px;
    text-align: left;
    color: #666;
}

.pager {
    margin-bottom: 52px;
}