.huimaiAuction_container{
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center; */
}
.huimaiAuction_container .title{
	display: block;
    margin-top: 30px;
	text-align: center;
}
.huimaiAuction_tabList{
    margin-top: 53px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.huimaiAuction_tabList .tabItem{
	margin: 10px;
    width: 250px;
    height: 51px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;  
    display: flex;
    justify-content: center;
    align-items: center;
	color: #000000;
	background-color: #e7e7e7; 
}
.huimaiAuction_tabList .chooseCurrent{    
	color: #ffffff;
	background-color: #000000;
}
.huimaiAuction_goods{
    width: 100%;
    /* border: 36px solid #DFDFDF; */
    /* border-left: 36px solid #F3F3F3; */
    /* border-right: 36px solid #F3F3F3; */
    background-color: #ffff;
    box-sizing: border-box;

}
.huimaiAuction_goods .w1200{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.huimaiAuction_goodsItem{
    position: relative;
    width: 599px;
    display: flex;
    align-items: center;
    padding: 18px 4px;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;

}
.huimaiAuction_goodsItem:nth-child(odd){
    border-right: 1px solid #E5E5E5;
}
.goodsItem-l{
    width: 172px;
    height: 171px;
    border: 1px solid #F6F6F6;
    padding: 13px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

}
.goodsItem-l img{
    width: 100%;
    height: auto;
}
/* .goodsItem-mark{
    position: absolute;
    top: 0;
    right: 8px;
    border: 1px solid #942323;
    border-radius: 4px;
    font-size: 16px;
    font-family: DengXian;
    font-weight: 400;
    color: #942323;
} */
.goodsItem-r{
    height: 171px;
    margin-left: 23px;
    box-sizing: border-box;
    position: relative;
}
.goodsItem-title{
    width: 270px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    word-wrap: break-word;
}
.goodsItem-time{
    position: absolute;
    bottom: 70px;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
}
.goodsItem-time img{
    width: 20px;
    height: 20px;
}
.goodsItem-time-text{
    font-size: 20px;
    font-family: DengXian;
    font-weight: 400;
    color: #4C4747;
    margin-left: 12px;
}
.goodsItem-people{
    position: absolute;
    bottom: 12px;
    font-size: 20px;
    font-family: DengXian;
    font-weight: 400;
    color: #A0A0A0;
    display: flex;
    justify-content: flex-start;
}
.bid-people span{
    color: #FE4646;
}
.watch-people{
    margin-left: 20px;
}
.goodsItem-brandType{
    width: 60px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-family: DengXian;
    font-weight: 400;
    color: #B9925E;
    border: 1px solid #BA925E;;
}
.empty{
    font-size: 30px;
}
.goodsItem-zixun{
    position: absolute;
    bottom: 20px;
    right: 24px;
    width: 93px;
    height: 32px;
    background: linear-gradient(180deg, #F1C480, #D4944C);
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
}