﻿#PageTool {
    position: fixed;
    bottom: 48px;
    right: 20px;
    display: none; /* 默认隐藏 */
    z-index: 1000;
    transition: opacity 0.3s ease; /* 动画效果 */
}
