.wap-sticky{
    position: fixed;
    right: 25px;
    bottom: 90px;
    z-index: 9999;
}

.wap-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.wap-icon svg { width:30px; height:30px;}
.wap-icon i{
    font-size: 30px;
    color: #fff;
}

.wap-popup{
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    max-width: 250px;
}

.wap-popup .wap-item{
    display: inline-block;
    margin:0 5px;
    width:50px;
    height:50px;
    border-radius:50px;
    overflow:hidden;
}

.wap-popup .wap-item img{
    width: 100%;
    object-fit: cover;
}
