.hotRbox p{margin: 0;}
.hotRbox{box-sizing: border-box;background-color: transparent;
	background-size: 100%;
	margin-bottom: 15px;
	max-width: 750px;
	margin: 0 auto;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    /* display: none; */
    /*background-image: url(../../../assets/images/ranking_bg_5.png);*/
}
.hotRbox .bg_img{position: absolute;width: 100%;}
.hotRbox .hot_sell_across{width: 100%;height: auto;padding: 15px 26px;/*background-color: #FFF;*/box-sizing: border-box;border-radius: 12px;}
.hotRbox .hot_sell_across .across_head{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.hotRbox .hot_sell_across .across_head .across_head_left{
	display: flex;
    align-items: center;
}
.hotRbox .hot_sell_across .across_head .head_icon_box{
	width: 25px;
    /*background-color: #f44336;*/
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.hotRbox .hot_sell_across .head_icon_box img{width: 70%;height: 70%;}
.hotRbox .hot_sell_across .across_head .across_head_right{font-size: 13px;color: #969799;}
.hotRbox .across_goods_list{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hotRbox .across_goods_list .across_goods_item{width: 30%;margin-right: 30px;min-height: 100px;}
.hotRbox .across_goods_list .across_goods_item:last-child{margin:0px;}
.hotRbox .across_goods_list .across_goods_item a{position: relative;display: block;}
.hotRbox .across_goods_list .across_goods_item .across_goods_img_box{width: 100%;/* padding-top: 100%; */position: relative;}
.hotRbox .across_goods_list .across_goods_item .goods_img{position: absolute;width: 100%;height: 100%;top: 0;}
.hotRbox .across_goods_list .across_goods_item .goods_hint{
	margin: 10px 0 ;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 25px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
.hotRbox .across_goods_list .across_goods_item .across_goods_price{display: block;}
.hotRbox .across_goods_list .across_goods_item .across_goods_price del{
	color: #999;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
}
.hotRbox .sales_list{
	position: absolute;
    left: 4px;
    top: 0;
    z-index: 40;
    width: 28px;
    height: 29px;
    font-size: 13px;
    line-height: 26px;
    color: #969799;
    font-weight: 700;
    font-family: Avenir Next Condensed;
    text-align: center;
    background-image: url('../../../assets/images/ranking_marks_sprite.png');
    background-size: 27px;
    background-repeat: no-repeat;
}
/* .hot_row_box{margin-left: 10px !important;margin-right: 10px !important;} */

@media(max-width: 600px){
	.hotRbox .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .hot_sell_price{bottom:28px;}
	.hotRbox .hot_sell_across{padding: 15px 15px;}
	.hotRbox .hot_sell_page{padding-top:2rem;}
	.hotRbox .across_goods_list .across_goods_item{margin-right:12px;}
}
@media(max-width: 320px){
	.hotRbox .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_img{width: 100px;}
	.hotRbox .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_title{margin-bottom:5px;font-size: 12px;}
	.hotRbox .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main{width: calc(100% - 120px);}
	.hotRbox .hot_sell_page .hot_sell_list .hot_sell_item a .hot_sell_main .hot_sell_price{font-size: 12px;}
	.hotRbox .hot_sell_page .hot_sell_list .hot_sell_item{padding: 5px;}
}