.add-fp-box{
position: fixed;
right: 10px;
bottom: 150px;
width: 70px;
height: 70px;
z-index: 999;
}
.bg-box{
width: 70px;
height: 70px;
background-image: url(../images/index/add_supply.png) ;
background-position: center;
background-size: contain;
}
.fp-bottom{
position: fixed;
width: 100%;
padding: 4px 12px;
margin: 0 auto;
z-index: 99;
background-color:#F8F8F8
}
=============================================
<div class="add-fp-box ">
<div class="bg-box"></div>
</div>