#chat_float_tip { position: fixed; z-index: 2; right: 0; bottom: 0; background: linear-gradient(to bottom, #d17f2d, #C26B14); color: #ffffff; border: 1px solid #d67e29; font-size: 14px; padding: 10px; cursor: pointer; } #chat_float_tip span { font-weight: bold; } #chat_float_tip:hover { background: linear-gradient(to bottom, #e48b31, #d17519); }