/* 隐藏整个页面的滚动条滑块 */
/* Webkit browsers (Chrome, Safari, newer versions of Edge) */
::-webkit-scrollbar {
  display: none;
}
/* Firefox */
html {
  scrollbar-width: none;
}

/* 页脚 */
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  z-index: 1000;
  font-size: 12px;
  box-sizing: border-box;
}

.beian-link {
  color: #333;
  text-decoration: none;
  cursor: default;
}

.beian-link:link,
.beian-link:visited,
.beian-link:hover {
  color: #333;
  text-decoration: none;
  cursor: default;
}
