
.buy_box .falsh{
    margin: 0 auto 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0 10px 10px;
	border-radius: 12px;
}
.falsh .falshTitle{
    position: relative;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.falsh .falshTitle span{
    font-size: 16px;
}
.falsh .falshTitle span.act{
    color: #DA0F19;
}
.falsh .falshTitle .more{
    font-size: 12px;
    color: gray;
}
.falsh .falshBox {
    width: 100%;
}
.falsh .falshBox ::-webkit-scrollbar{
    display: none;
}
.falsh .falshBox ul{
    height: 200px;
    overflow-x: scroll; 
    -webkit-overflow-scrolling:touch;
    display: -webkit-box;
    white-space: nowrap;
}
.falsh .falshBox li{
    display: inline-block;
    margin-right: 10px;
    width: 150px;
    height: 130px;
}
.falsh .falshBox li img{
    width: 150px;
    height: 115px;
}
.falsh .falshBox li .fuzzy{
    padding: 0 0.05rem;
    font-size: 12px !important;
    border: 1px solid;
    border-radius:5px;
}

.falsh .falshBox li .SoldImgsBox{
    width:150px;
    height:115px;
    position: absolute;
    border-radius: 8px;
    background-color: rgba(0,0,0,0.1);
}
.falsh .falshBox li .SoldImgsBox .goodsImg{
	border-radius: 8px;
}
.falsh .falshBox li .shangou{
    position: absolute;
    width: 0.8rem;
    height: 0.32rem;
    left: 0;
    top: 0;
}
.falsh .falshBox li .video-icon{
    width:36px;
    height:36px;
    display:block;
    margin-left: 57px;
    margin-top: 39px
}
.falsh .falshBox li .sold-icon{
    width:80px;
    height:80px;
    display:block;
    margin-left: 35px;
    margin-top: 18px
}
.falsh .falshBox li .priceBox{
    display: flex;
    justify-content: space-between;
	align-items: center;
    margin-bottom: 5px;
}
.falsh .falshBox li .priceBox .price{
    font-size: 16px;
    font-weight: bold;
    color: #E00000;
}
.falsh .falshBox li .priceBox .priceFont{display: block;}
.falsh .falshBox li .priceBox .type .icon{
    font-size: 12px;
     height: 18px; 
     background-color: #ff9900;
     color: #fff;
     border-radius: 2px;
     padding:0 5px;
}
.falsh .falshBox li .priceBox .type .zw{
     background: linear-gradient(90deg, #E51A1A 0%, #F04426 100%);
}
.falsh .falshBox li .priceBox .type .xz{
      background-color: #ff9900;
}
.falsh .falshBox li .title{
    width: 100%;
    color: #000;
    font-size: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 5px;

}
.falsh .falshBox li .falshType{
    height: 20px;
    font-size: 13px;
    color: gray;
    margin-bottom: 5px;
}