/* whatsapp-widget.css: WhatsApp 按钮样式 */
.ht-ctc {
    position: fixed;
    bottom: 55px;
    right: 60px;
    cursor: pointer;
    z-index: 99999999;
}
.ht_ctc_padding {
    background-color: #25D366;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgba(0,0,0,.5);
}
.ht-ctc .ctc_s_3_1:hover svg stop {
    stop-color: #25D366;
}
.ht-ctc .ctc_s_3_1:hover .ht_ctc_padding,
.ht-ctc .ctc_s_3_1:hover .ctc_cta_stick {
    background-color: #25D366 !important;
    box-shadow: 0px 0px 11px rgba(0,0,0,.5);
}
