#boughtPopup{background: #fff;width:319px;height:83px;border-radius:60px;box-shadow:0 0 5px 1px #2626262b;position:fixed;left:27px;bottom:27px;padding:12px 16px;z-index:17;display:none}
#boughtPopup::after{content:'';display:block;clear:both}
#boughtPopup .left{width:72px}
#boughtPopup .left .iconCart{max-width:100%}
#boughtPopup .left,#boughtPopup .right{float:left;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;height:100%}
#boughtPopup .right{width:calc(100% - 72px);font-size:14px}
#boughtPopup .right div{width:100%}
#boughtPopup .right .name{font-weight:700}
#boughtPopup .right .content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#boughtPopup .right .time{font-style:italic}
@media all and (max-width:425px){
    #boughtPopup{width:297px;left:12px}
    #boughtPopup .right{font-size:12px;padding:0 10px}
}