            #_copy {
                align-items: center;
                background: #4494d5;
                border-radius: 3px;
                color: #fff;
                cursor: pointer;
                display: flex;
                font-size: 13px;
                height: 30px;
                justify-content: center;
                position: absolute;
                width: 60px;
                z-index: 1000
            }

            #select-tooltip,
            #sfModal,
            .modal-backdrop,
            div[id^=reader-helper] {
                display: none !important
            }

            .modal-open {
                overflow: auto !important
            }

            ._sf_adjust_body {
                padding-right: 0 !important
            }

            .super_copy_btns_div {
                position: fixed;
                width: 154px;
                left: 10px;
                top: 45%;
                background: #e7f1ff;
                border: 2px solid #4595d5;
                font-weight: 600;
                border-radius: 2px;
                font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
                z-index: 5000
            }

            .super_copy_btns_logo {
                width: 100%;
                background: #4595d5;
                text-align: center;
                font-size: 12px;
                color: #e7f1ff;
                line-height: 30px;
                height: 30px
            }

            .super_copy_btns_btn {
                display: block;
                width: 128px;
                height: 28px;
                background: #7f5711;
                border-radius: 4px;
                color: #fff;
                font-size: 12px;
                border: 0;
                outline: 0;
                margin: 8px auto;
                font-weight: 700;
                cursor: pointer;
                opacity: .9
            }

            .super_copy_btns_btn:hover {
                opacity: .8
            }

            .super_copy_btns_btn:active {
                opacity: 1
            }


            .btn-a {
                animation: scaleDrew 3s ease-in-out infinite;
            }

            @keyframes scaleDrew {

                0% {
                    transform: scale(1);
                }

                25% {
                    transform: scale(1.1);
                }

                50% {
                    transform: scale(1);
                }

                75% {
                    transform: scale(1.1);
                }
            }