.dban {
    display: flex;
}

.dbfx {
    background: #ffffff3d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    transition: 0.5s all;
}

.dbfx:hover {
    background: #da251d;
}

.dbewm {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #fff;
    padding: 5px 5px 6px;
    max-width: 180px;
    position: absolute;
    right: 0;
    top: 0;
}

.dbewm span {
    color: #3f3f3f;
    text-align: center;
}

.dbewm img {
    max-width: 108px;
    margin: 0 auto;
}

.dbfx_bg {
    position: relative;
    height: 153px;
    padding-bottom: 20px;
}

.dbewm:after {
    content: "";
    position: absolute;
    bottom: -16px;
    border: 8px solid;
    border-color: #fff transparent transparent transparent;
    left: 67%;
}
.dbewm {
    opacity: 0;
    transition: 0.5s all;
}

.dbewm.a {
    opacity: 1;
}
.dbfx_bg1.dbewm {
    left: 0;
    right: auto;
}

.dbfx_bg1.dbewm:after {
    left: 21px;
}

.dbfx_bg2.dbewm {
    left: 12%;
    right: auto;
}

.dbfx_bg2.dbewm:after {
    left: 43%;
}

.dbfx_bg3.dbewm {
    right: 15%;
}

.dbfx_bg3.dbewm:after {
    left: 47%;
}