.view-section{
    background-color: #f6f6f6;
}
.banner-div{
    position: relative;
    margin-top: 20px;
}
.banner-div>img{
    display: block;
    width: 100%;
}
.banner-div>a{
    z-index: 10;
    position: absolute;
    right: 75px;
    top: 40px;
    display: inline-block;
    width: 90px;
    height: 55px;
}

/* 筛选 */
.middle-filter-box {
    margin-top: 20px;
    width: 1200px;
    /* height: 520px; */
    background: #ffffff;
}
.custom-ul>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.custom-ul>li a:hover {
    color: #007de4;
}
.filter-box {
    padding: 0 20px;
    position: relative;
}
.filter-item {
    position: relative;
}
.filter-item+.filter-item{
    border-top: 1px solid #eeeeee;
}
.filter-item-list {
    margin-bottom: 0;
    position: relative;
}
.filter-place-div{
    height: 50px;
    border-top: 1px solid #eeeeee;
}
.goods-product{
    padding-right: 40px;
    height: 50px;
    max-height: 180px;
    overflow: hidden;
}

.product-filter-item.active{
    padding-bottom: 30px;
}

.product-filter-item.active .goods-product{
    padding-right: 0;
    height: auto;
    overflow-y: auto;
}

.goods-sort .custom-ul{
    display: none;
}
.custom-ul+.custom-ul{
    background-color: #EFF8FF;
}
.goods-level3{
    max-height: 180px;
    overflow-y: auto;
}
.filter-item-list>li {
    margin: 10px;
}
.filter-item-list>li>a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.filter-item-list>li .active-filter-item {
    background: #007de4;
    border-radius: 3px;
    color: #ffffff;
}
.active-filter-item:hover{
    color: #fff !important;
}

.stocking-period::after,
.price-range::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #eeeeee;
}
.buying-stocking-period::after{
    content: '';
    height: 0;
}
.buying-stocking-period ul>li{
    margin-bottom: 0;
}
.checkbox-label{
    font-weight: 400;
    margin-bottom:0;
    line-height: 42px;
    cursor: pointer;
}
.checkbox-label input[type='checkbox']{
    margin: 0;
    height: 12px;
    height: 12px;
    vertical-align: middle;
}
.checkbox-label span{
    display: inline-block;
    height: 12px;
    line-height: 12px;
}
/* input[type='checkbox'] {
    margin: 0;
    vertical-align: middle;
} */


.load-place{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.stocking-period-input{
    width: 65px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-left: 6px;
    text-indent: 10px;
}
.price-input {
    width: 100px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 6px;
    text-indent: 10px;
}
.price-input:first-child {
    margin-left: 0;
}
.filter-item-list > li:first-child {
    text-align: right;
    width: 80px;
}

.price-range {
    margin-top: 0;
}

.button {
    width: 66px;
    height: 24px;
    line-height: 22px;
    border-radius: 3px;
    outline: none;
    border: none;
}
.btn-ok {
    color: #007de4;
    border: 1px solid #007de4;
    background-color: #fff;
}
.btn-ok:hover{
    background-color: #007de4;
    color: #fff;
}
.btn-reset {
    color: #007de4;
    background-color: #dff1ff;
}
.btn-reset:hover{
    color: #fff;
    background-color: #007de4;
}
.btn-pack-up,
.btn-drop-down {
    color: #404040;
    background: #eeeeee;
    position: relative;
    text-align: left;
    padding-left: 12px;
}
.btn-drop-down {
    display: none;
}
.btn-pack-up::after {
    content: url('../../images/matchmakingFair/put-away.png');
    position: absolute;
    width: 10px;
    height: 6px;
    top: -2px;
    right: 10px;
}
.btn-drop-down::after {
    content: url('../../images/matchmakingFair/drop-down.png');
    position: absolute;
    width: 10px;
    height: 6px;
    top: -2px;
    right: 10px;
}
/* .btn-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
} */
.last-filter>li.empty-li {
    display: none;
    height: 20px;
    width: 20px;
}
.btn-group {
    position: absolute;
    top: -32px;
    right: 0;
}
.last-filter.active .btn-group{
    top: 12px;
}
.btn-shop-group {
    top: 0;
}
.last-filter {
    padding-bottom: 10px;
}
.last-filter.active{
    padding-bottom: 30px;
}
.last-filter>li {
    margin: 0;
}


.product-filter-item{
    position: relative;
}
.product-filter-item>label{
    z-index: 10;
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 80px;
    height: 19px;
    line-height: 19px;
    margin: 10px;
    font-size: 14px;
    text-align: right;
}

.goods-product{
    padding-left: 100px;
}

.product-filter-item>button{
    z-index: 10;
    position: absolute;
    right: 0;
    top: 15px;
    color: #333;
    font-size: 14px;
}
.product-filter-item>button:hover{
    color: #007de4;
}

.product-filter-item>button.hide-product-btn{
    display: none;
    width: 80px;
    height: 22px;
    top: auto;
    bottom: 0px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background-image: url(../../imges/other/updouble000.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

/* end of 筛选 */


.list-section{
    margin-top: 20px;
}
.list-ul>li+li{
    margin-top: 10px;
}
.list-ul>li>a{
    display: block;
    color: inherit;
    padding: 27px 20px 0;
    background-color: #fff;
}
.item-div>h3{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 14px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-div>h3.type-1{
    background-image: url(../../images/bidding/icon-1.png);
}
.item-div>h3.type-2{
    background-image: url(../../images/bidding/icon-9.png);
}
.item-div>h3.type-3{
    background-image: url(../../images/bidding/icon-3.png);
}
.info-div{
    float: left;
    padding-left: 40px;
}
.row-div{margin-bottom: 20px;font-size: 14px;line-height: 1em;}
.row-div>div{display: inline-block;}
.row-div label{
    color: #999;
}
.row-div span{
    color: #333;
}
.row-div span.product-name-span{
    display: inline-block;
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: -3px;
}
.row-div span.bid-no-span{
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: -3px;
}

.col-1-div{
    width: 205px;
}
.col-2-div{
    width: 214px;
}
.col-3-div{
    width: 213px;
}
.company-div{
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 354px;
    padding: 5px 0 5px 20px;
    border-left: 1px solid #E5E5E5;
}
.company-div.right-item-div{
    width: 320px;
    padding: 0 0 5px 20px;
    border-left: none;
}
.company-div>div{
    position: absolute;
    left: 20px;
    bottom: -14px;
    line-height: 1em;
}
.company-div>div>h4{
    font-size: 14px;
    min-height: 1em;
    color: #333;
    font-weight: normal;
}
.company-div>div>p>label{
    font-size: 14px;
    color: #999;
}
.company-div>div>p>span{
    font-size: 14px;
    color: #333;
}

.company-div>span{
    float: right;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FF2020;
    background-color: #ffdede;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}
.item-status-3 .company-div>span{
    background-color: #ccf0e8;
    color: #01B28D;
}

.item-status-4 .company-div>span,.item-status-9 .company-div>span{
    background-color: #F3F3F3;
    color: #999;
}

.operation-div{
    padding: 18px 0 18px 40px;
    clear: both;
    border-top: 1px solid #e5e5e5;
}
.total-div{
    float: left;
    margin-top: 6px;
}
.total-div>span{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    vertical-align: middle;
}
.total-div>span>label{
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
.span-icon-1{
    background-image: url(../../images/bidding/icon-5.png);
}
.span-icon-2{
    background-image: url(../../images/bidding/icon-4.png);
}
.span-icon-3{
    background-image: url(../../images/bidding/icon-6.png);
}
.span-icon-4{
    background-image: url(../../images/bidding/icon-7.png);
}
.total-div>label{
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #e5e5e5;
    margin: 0 20px;
    vertical-align: middle;
}
.price-div{
    float: right;
}
.price-div>label{
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #FF2A2A;
}
.price-div>span{
    display: inline-block;
    font-size: 16px;
    color: #FF2A2A;
}
.price-div>span.num-span{
    font-size: 24px;
    font-weight: bold;
    vertical-align: -2px;
}
.price-div>button{
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 28px;
    margin-left: 20px;
    border: 1px solid #0071F9;
    color: #fff;
    background-color: #007DE4;
    border-radius: 3px;
    text-align: center;
}
.price-div>button:hover{
    background-color: #007DE4 !important;
    color: #fff !important;
}

.item-status-2 .price-div>button{
    color: #007DE4;
    background-color: #fff;
}


.no-data-section{
    display: none;
    padding: 100px 0 100px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
}
.no-data-section>img{
    width: 265px;
}
.no-data-section>p{
    margin-top: 20px;
    font-size: 14px;
}
/* 修改筛选二级分类颜色 */
.custom-ul+.custom-ul{
    background-color: #fafafa;
}
