#boughtPopup{background: #fff;width:320px;height:85px;border-radius:45px;box-shadow:0 0 5px 1px #2626262b;position:fixed;left:25px;bottom:25px;padding:12px 16px;display:none;align-items:center;font-size:14px;z-index:1}
#boughtPopup img{max-width:100%;padding-right:10px}
#boughtPopup div{text-align:center}
#boughtPopup div .content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media all and (max-width:425px){
    #boughtPopup{width:300px;left:10px;bottom:10px}
    #boughtPopup div{font-size:12px;padding:0 10px}
}