#SNB .thr_content {
    position: fixed;
    z-index: 9999999991;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 56px
}

#SNB .thr_content .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    box-shadow: 0 4px 6px 0 rgba(184, 208, 255, .3);
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

#SNB .thr_content .item i {
    display: block;
    width: 56px;
    height: 56px;
    background-size: 56px;
    transition: all .4s ease
}

#SNB .thr_content .item i.customer {
    background-image: url("/asset/image/icon/Webp/Components/Counseling.webp")
}

#SNB .thr_content .item .inner {
    position: absolute;
    display: none;
    top: 4px;
    left: -123px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    padding: 12px 16px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    color: var(--font-primary);
    cursor: pointer
}

#SNB .thr_content .item .inner span.arrow {
    right: -3px;
    box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    display: block;
    width: 8.48528137px;
    height: 8.48528137px;
    background: rgba(0, 0, 0, 0);
    border-color: #fff #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4.24264069px
}

#SNB .thr_content .item:before {
    display: block;
    content: "";
    position: absolute;
    left: -15px;
    width: 15px;
    height: 50px
}

#SNB .thr_content .item:hover i.customer {
    background-image: url("/asset/image/icon/Webp/Components/Counseling_On.webp")
}

#SNB .thr_content .item:hover .inner {
    display: block
}

/*# sourceMappingURL=SNB.min.css.map */