﻿.test1 {
        background: url(../imageIndex/1.png) no-repeat;
        background-size: cover;
        height: 54px;
        width: 12px;
        cursor: pointer;
        position: fixed;
        bottom: 23px;
        right: 0px;
        border-radius: 10px;
        z-index:1; 
}

.floating-btn {
        background: url(../imageIndex/2.png) no-repeat;
        background-size: cover;
        height: 54px;
        width: 12px;
        cursor: pointer;
        position: fixed;
        bottom: 23px;
        right: 0px;
        border-radius: 10px;
}

.fd-iconThree3 {
        margin-right: 18px;
}

/* 二维码 */
.social-panel-container {
        position: fixed;
        right: 0px;
        bottom: 13px;
        /* transform: translateX(100%); */
        transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
        transform: translateX(100%);

}

.floating-btn:focus {
        outline: none;
}