#fps {
    position: fixed;
    bottom: 10px;      /* 底部 */
    right: 10px;       /* 右侧 */
    top: auto;         /* 移除顶部定位 */
    left: auto;        /* 移除左侧定位 */
    background: rgba(0,0,0,0.5);     /* 背景颜色 */
    color: #F6F6F6;    /* 字体颜色 */
    font-size: 0.8rem;
    padding: 6px 8px;
    border-radius: 5px;
    font-family: 'Microsoft YaHei', sans-serif;
    z-index: 10000;
}