._dash-loading {
  color: transparent;
  position: fixed;
  width: calc(320px * 0.6);
  height: calc(240px * 0.6);
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background-image: url("/assets/imgs/loading3.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

._dash-loading::after {
  content: "";
}

div {
  margin: 0;
}

/*滚动条自定义样式*/
*::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  outline: none;
  border-radius: 6px;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/*火狐浏览器*/
* {
  scrollbar-width: thin;
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: none !important;
}

.ant-menu-sub.ant-menu-inline {
  background: transparent !important;
}
