/* 工具栏样式 */
#menu {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(100, 100, 100, 0.85);
  padding: 10px;
  color: #cccccc;
  z-index: 20;
}
