﻿.deepseek-float-div {
    position: fixed;
    right: 20px; /* 距离右侧20像素 */
    bottom: 100px; /* 距离底部20像素 */
    width: 70px; /* 宽度设置 */
    height: 70px; /* 高度设置 */
    /*background: #fff;  背景色 */
    z-index: 9999; /* 确保元素位于顶层‌:ml-citation{ref="4" data="citationList"} */
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);  可选阴影效果 */
    justify-content: center;
}
.img-button{
    width:60px;
    height:60px;
}

.deepseek-custom-button {
    padding: 2px 2px;
    font-size: 13px;
    color:#fff;
    background-color: #007BFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 2px;
}

    /* 悬停效果 */
    .deepseek-custom-button:hover {
        background-color: #0056b3;
    }

    /* 激活效果 */
    .deepseek-custom-button:active {
        background-color: #004080;
    }

    /* 第二个按钮的样式 */
    .deepseek-custom-button.read {
        background-color: #28a745;
    }
     .deepseek-custom-button.read:hover {
        background-color: #218838;
    }

    .deepseek-custom-button.read:active {
        background-color: #1e7e34;
    }