html, body {
  color-scheme: dark;
  /* background-color: #20475d; */
}

/* 在桌面端添加内边距，在移动端隐藏元素 */
/* @media (min-width: 640px) {
  #inner_wrapper {
    padding-left: 8em;
    padding-right: 8em;
  }
} */

/*图标白底+圆角*/
/* .service-icon {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
} */


/* 针对所有下拉列表的 li 去掉前面的点 */
.flex-col li{
  list-style: none;  
}

/* 隐藏右下角刷新按钮 */
#revalidate {
  display: none;
}

/* 禁止 footer 获得焦点、显示输入光标 */
#footer {
  caret-color: transparent;
}


/* 移动端右下角快速启动按钮增大 */
button.fixed.bottom-4.right-4.z-40 svg {
  width: 2rem;
  height: 2rem;
}

