


.rightfloating-wrap {
    position: fixed;
    right: 0;
    left: auto;
    width: 75px;
    display: block;
    bottom: 60px;
    z-index: 1000;
}

.rightfloating {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;

    a {
        color: #000;
    }
}

.rightfloating-container { 
    width: 100%;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    z-index: 99;
    margin: 0 auto;
    color: #272a31;
    font-size: 12px;
    background-color: #fff;

    .rightfloating-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }

    .rightfloating-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    .float-item-content.hover-box {
        position: relative;
    }

    .qr-item-content {
        opacity: 0;
        display: none;
        position: absolute;
        top: 0;
        right: 90px;
        justify-content: flex-start;
        background: #fff;
        border: 1px solid #000;
        border: 1px solid rgb(222, 218, 218);
        padding-bottom: 10px;
    }
    
    .qr-item {
        padding: 0 14px;
        width: 137px;
        height: 152px;
        margin-top: 10px;
        box-sizing: border-box;
        text-align: left;
    }

    .qr-item:not(:last-child) {
        border-right: 1px solid rgb(242, 242, 242);
    }

    .qr-item-content.qr-item-content-show{
        opacity: 1;
        display: flex;
    }
    .qr-item img {
        /* width: 100%; */
        width: 103px;
    }
    .qr-item .qr-title{
            width: 108px;
            font-size: 17px;
            font-weight: bold !important;
            color: black;
    }
    .qr-item .qr-sub{
        font-size: 12px;
        color: #666;
    }
    

}


.float-item-content {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.content-icon {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.float-item-content span {
    display: block;
}

.rightfloating-item-img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.rightfloating-item-img img {
    width: 100%;
    height: 100%;
}

.rightfloating-item-title {
    margin-top: 8px;
    color: #272b36;
}

.returnTop.hide {
    opacity: 0;
}

.returnTop {
    width: 100%;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e5e5e5;
    color: #272b36;
}    
.returnTop .float-item-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.float-item-content .side-icon .image {
    width: 20px;
    height: 20px;
    background-position: 0 0;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.float-item-content .chat-icon.side-icon .image {
    background-image: url("../../../../../../content/dam/sonystyle/common/othericon/icon_call_cente_272b36_30px.png");
    background-repeat: no-repeat;
}

.float-item-content:hover .chat-icon.side-icon .image {
    background-image: url("../../../../../../content/dam/sonystyle/common/othericon/icon_call_cente_30px.png");
    background-repeat: no-repeat;
}

.float-item-content .survey-icon.side-icon .image {
    background-image: url("../../../../../../content/dam/sonystyle/common/othericon/icon_survey_feedback_default.png");
    background-repeat: no-repeat;
}

.float-item-content:hover .survey-icon.side-icon .image {
    background-image: url("../../../../../../content/dam/sonystyle/common/othericon/icon_survey_feedback_active.png");
    background-repeat: no-repeat;
}

.float-item-content:hover .content-icon .rightfloating-item-title,.returnTop .float-item-content:hover a .rightfloating-item-title{
    color: #5787f4;
}


@media screen and (min-width: 768px) {
    #wechat-float.add-wechat .isopen-icon .icon-list {
        height: 80px;
    }

    #wechat-float.add-wechat .wechat-icon.side-icon {
        border-bottom: none;
        border-top: 1px solid #e5e5e5;
    }

    .rightfloating-wrap.add-wechat .rightfloating-container {
        box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 10%);
    }
}
  

@media screen and (max-width: 767px) {
    .rightfloating-wrap {
        display: none;
    }
}