@import url('./iconfont/iconfont.css');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  list-style: none;
  user-select: none;
}

a {
  color: rgba(0, 0, 0, 0.85);
}

.margin0 {
  margin: 0 !important;
}

body {
  font-family: 'Microsoft YaHei', 'PingFang SC', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB',
    'Source Han Sans', 'Noto Sans CJK Sc', 'Microsoft Jhenghei', sans-serif;
  /* font-family: Inter,Apple System,"SF Pro SC","SF Pro Display","Helvetica Neue","Arial","PingFang SC","Hiragino Sans GB","STHeiti","Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN",sans-serif; */
  color: rgba(0, 0, 0, 0.85);
}

/*滚动条整体*/
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  /* background-color: #fff; */
}
/* 滚动轨道样式 */
::-webkit-scrollbar-track {
  background-color: #fff;
}
/* 滚动滑条样式 */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: none;
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #dadada;
}

.required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}

.hidden {
  display: none !important;
}

.flex-text-ellipsis {
  width: 0;
  flex: 1 1 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modalFull .ant-modal-title {
  min-height: 22px;
}

.iconfont {
  line-height: 1;
}
